@charset "utf-8";

/*--------------------
reset
--------------------*/
* {
	margin: 0;
	padding: 0;
	word-wrap: break-word;
	word-break: break-all;
	}
html {
	color: #333;
	}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "Meiryo",sans-serif;
	font-size: 12px;
	font-weight: normal;
	-webkit-text-size-adjust: none;
	line-height: 1.3em;
	}
h1 , h2 , h3 , h4 , h5 , h6 {
	font-size: 12px;
	font-weight: normal;
	}
dl, ul, ol {
	list-style-type: none;
	}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
	}
blockquote, q {
	quotes:none;
	}
blockquote:before ,
blockquote:after ,
q:before ,
q:after {
	content:'';
	content:none;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	}
table th ,
table td {
	text-align: left;
	padding: 8px 15px;
	font-weight: normal;
	}
img {
	vertical-align: bottom;
	border: 0;
	font-size: 0;
	}

/* a setup */
a {
	text-decoration: none;
	color: #333;
	}
a:hover {
	text-decoration: none;
	color: #999;
	}
a:focus, a:active ,input:focus {
	outline: none;
	}

/*clearfix setup */
#header:after,
#info_sec:after,
.bottom_info:after,
#footer .foot .foot_info ul:after,
#footer .foot:after {
	content: ".";
	font-size: 0.1em;
	line-height: 0;
	display: block;
	height: 0.1px;
	visibility: hidden;
	clear: both;
	zoom:1;
	}
#header,
#info_sec,
.bottom_info:after,
#footer .foot .foot_info ul:after,
#footer .foot {
	zoom:1;
	}

/*--------------------
common
--------------------*/
/* header */
#header {
	border-bottom: 1px solid #d7d9db;
	padding: 30px 0;
	}
#header h1 {
	float: left;
	width: 200px;
	height: 16px;
	background: url(../img/common/logo_sub.png) no-repeat;
	}
#header h1 a {
	display: block;
	width: 200px;
	height: 16px;
	}
#header h1 span {
	display: none;
	}
#header ul {
	float: right;
	}
#header ul li {
	display: inline-block;
	text-align: left;
	margin-left: 20px;
	}

body#index #header {
	height: 225px;
	width: 100%;
	border: none;
	padding: 0;
	}
#header .inner {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	}
body#index #header .inner h1 {
	float: none;
	margin-top: 185px;
	text-align: left;
	width: 300px;
	height: 24px;
	background: url(../img/common/logo.png) no-repeat;
	}
body#index #header .inner h1 a {
	display: block;
	width: 300px;
	height: 24px;
	}
body#index #header .inner ul {
	text-align: left;
	margin: 30px 0 0 25px;
	float: none;
	}
body#index #header .inner ul li {
	margin-right: 20px;
	}
/* footer */
#footer {
	width: 100%;
	background-color: #333;
	margin: 0 auto;
	padding: 80px 0;
	}
#footer .bottom_info {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	}
#info {
	width: 400px;
	float: left;
	}
#info h3 {
	text-align: left;
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	margin-bottom: 35px;
	color: #ccc;
	}
#info dl dt {
	text-align: left;
	color: #ccc;
	margin-top: 20px;
	}
#info dl dt:first-child {
	margin-top: 0;
	margin-bottom: 60px;
	}
#info dl dd {
	text-align: left;
	margin-bottom: 10px;
	}
#info dl dd a {
	color: #ccc;
	}
#news {
	width: 600px;
	float: left;
	}
#news h3 {
	text-align: left;
	font-size: 18px;
	margin-bottom: 30px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #ccc;
	}
#news dl dt {
	text-align: left;
	font-size: 12px;
	color: #ccc;
	}
#news dl dd {
	text-align: left;
	font-size: 12px;
	margin-bottom: 10px;
	color: #ccc;
	}
#footer .foot {
	width: 1000px;
	margin: 100px auto 0;
	text-align: center;
	}
#footer .foot h3 {
	float: left;
	width: 300px;
	}
#footer .foot .foot_info {
	float: left;
	width: 660px;
	margin-left: 40px;
	}
#footer .foot .foot_info ul li {
	float: left;
	margin: 0 20px 0 0;
	text-align: left;
	}
#footer .foot .foot_info ul li a {
	color: #666;
	}
#footer .foot .foot_info p {
	color: #666;
	text-align: left;
	}

/*--------------------
index
--------------------*/
/* main */
#main {
	background-color: #69e6b4;
	padding: 80px 0;
	}
#main h2 {
	font-family: 'Noto Sans Japanese', serif;
	font-weight: 100;
	font-size: 38px;
	text-align: left;
	width: 1000px;
	margin: 0 auto;
	}
#main p {
	text-align: left;
	width: 1000px;
	margin: 40px auto 0;
	}

/* company */
#company {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	padding: 120px 0;
	}
#company h2 {
	font-size: 28px;
	margin-bottom: 30px;
	font-family: 'Noto Sans Japanese', serif;
	font-weight: 100;
	line-height: 28px;
	}
#company table th {
	border-bottom: 1px solid #d7d9db;
	width: 150px;
	padding: 20px;
	text-align: right;
	vertical-align: top;
	}
#company table th:first-child {
	border-top: 1px solid #d7d9db;
	}
#company table td {
	border-bottom: 1px solid #d7d9db;
	padding: 20px 20px 20px 60px;
	}
#company table td:nth-of-type(1) {
	border-top: 1px solid #d7d9db;
	}
#company table td dl dt {
	float: left;
	width: 100px;
	text-align: right;
	margin: 0 20px 10px 0;
	}
#company table td dl dd {
	float: left;
	}
#company table td span {
	margin-right: 20px;
	}

/* text */
.text {
	width: 900px;
	margin: 0 auto;
	text-align: center;
	padding: 120px 50px;
	}
.text h2 {
	font-size: 28px;
	margin-bottom: 30px;
	font-family: 'Noto Sans Japanese', serif;
	font-weight: 100;
	line-height: 28px;
	}
.text h3 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin: 80px 0 20px;
	}
.text p {
	text-align: left;
	margin-bottom: 30px;
	}
.text ul li {
	text-align: left;
	list-style-type: decimal;
	margin-left: 50px;
	}
	
	
h2.wd_h2_style{
	display:inline;
	color:#656565;
	letter-spacing:1px;
	font-size: 25px;
	text-align:center;
	font-weight: normal;
	border-bottom:dotted 2px #69e6b4;
	padding-bottom:10px;
	margin-bottom:30px;
}

#main_second {
	clear:both;
	background-color: #FFF;
	padding: 80px 0;
	}

#main_second p{
	margin-top:45px;
	margin-bottom:30px;
}

img.img01{
	margin-bottom:75px;
}

img.img02{
	margin-top:55px;
}

img.img03{
	margin-top:30px;
	margin-bottom:40px;
}

img.img04{
	margin-top:50px;
	margin-bottom:40px;
}

img.img05{
	margin-top:50px;
}

img.img06{
	margin-top:50px;
}

.table_style{
	width:900px;
	margin:50px auto 60px auto;
}

table.table01 {
	width:100%;
	border-right:#656565 solid 1px;
	border-collapse: collapse;
	/*table-layout:fixed;*/
}


a.business_link{
	color:#69e6b4;
	font-weight:bold;
	text-decoration:underline;
}


table.table01 thead th {
	text-align:center;
	background:#69e6b4;
	color:#FFF;
	padding:25px 5px;
	border-right:#656565 solid 1px;
	border-bottom:#656565 solid 1px;
	border-top:#656565 solid 1px;
	border-left:#656565 solid 1px;
}
table.table01 thead th:last-child {
	border-right:#656565 solid 1px;
}
table.table01 tbody th {
	background:#69e6b4;
	color:#FFF;
	padding:10px 15px;
	border-bottom:#656565 solid 1px;
	border-left:#656565 solid 1px;
	vertical-align:middle;
	text-align:center;
	width:6em !important;
}
table.table01 tbody tr:last-child th {
	border-bottom:#656565 solid 1px;
}
table.table01 tbody td {
	background:#FFF;
	padding:10px 15px;
	border-left:#656565 solid 1px;
	border-bottom:#656565 solid 1px;
	vertical-align:middle;
}
p.non_br_style{
	margin-bottom:0px !important;
}

p.br_style{
	margin-top:10px !important;
	margin-bottom:70px !important;
}