@charset "utf-8";

/*--------------------
reset
--------------------*/
* {
	margin: 0;
	padding: 0;
	word-wrap: break-word;
	word-break: break-all;
	}
html {
	color: #333;
	overflow-x: hidden;
	}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "Meiryo",sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.3em;
	overflow-x: hidden;
	}
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;
	}
table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
	}
table th ,
table td {
	text-align: left;
	font-weight: normal;
	}
img {
	border: 0;
	vertical-align: bottom;
	}

/* a setup */
a {
	text-decoration: none;
	color: #333;
	}
a:focus, a:active ,input:focus {
	outline: none;
	}
a,img {  
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);  
	}

/*clearfix setup */
#header:after,
#header .inner ul:after {
	content: ".";
	font-size: 0.1em;
	line-height: 0;
	display: block;
	height: 0.1px;
	visibility: hidden;
	clear: both;
	zoom:1;
	}
#header,
#header .inner ul {
	zoom:1;
	}

/*--------------------
common
--------------------*/
/* header */
body#index #header {
	border: none;
	}
#header {
	border-bottom: 1px solid #d7d9db;
	padding: 10px;
	}
#header .inner h1 {
	float: left;
	width: 150px;
	background: url(../img/common/logo_sp.png) no-repeat;
	background-size: 150px 12px;
	margin-top: 5px;
	}
#header .inner h1 a {
	display: block;
	width: 150px;
	height: 12px;
	}
#header .inner h1 span {
	display: none;
	}
#header .inner ul {
	float: right;
	}
#header .inner ul li {
	float: left;
	margin-left: 20px;
	}
#header .inner ul li:nth-of-type(1) a {
	background: url(../img/common/service_icon.png) no-repeat;
	background-size: 25px;
	text-indent: -9999px;
	display: block;
	width: 25px;
	height: 25px;
	}
#header .inner ul li:nth-of-type(2) a {
	background: url(../img/common/company_icon.png) no-repeat;
	background-size: 25px;
	text-indent: -9999px;
	display: block;
	width: 25px;
	height: 25px;
	}
#header .inner ul li:nth-of-type(3) a {
	background: url(../img/common/mail_icon.png) no-repeat;
	background-size: 25px;
	text-indent: -9999px;
	display: block;
	width: 25px;
	height: 25px;
	}
/* footer */
#footer {
	width: 100%;
	background-color: #333;
	padding: 40px 0;
	}
#info {
	margin: 0 auto;
	text-align: center;
	}
#info h3 {
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	margin-bottom: 30px;
	color: #ccc;
	}
#info dl dt {
	font-weight: bold;
	margin-bottom: 10px;
	color: #ccc;
	}
#info dl dt span {
	display: block;
	}
#info dl dd {
	width: 280px;
	text-align: center;
	margin: 0 auto 30px;
	color: #ccc;
	}
#info dl dd a {
	display: block;
	border: 1px solid #c0c3c6;
	padding: 15px 0;
	margin-bottom: 10px;
	color: #ccc;
	}
#news {
	margin: 50px 25px 30px;
	text-align: center;
	}
#news h3 {
	font-size: 18px;
	margin-bottom: 20px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #ccc;
	}
#news dl dt {
	text-align: left;
	font-size: 12px;
	margin-bottom: 10px;
	color: #ccc;
	}
#news dl dd {
	text-align: left;
	font-size: 12px;
	margin-bottom: 20px;
	color: #ccc;
	}
#footer .foot {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	}
#footer .foot h3 img {
	width: 150px;
	height: 12px;
	}
#footer .foot ul li {
	display: inline-block;
	margin: 10px 10px 20px;
	}
#footer .foot ul li a {
	font-size: 12px;
	color: #666;
	}
#footer .foot p {
	font-size: 12px;
	color: #666;
	}
#footer .foot p a {
	color: #666;
	}
#footer .foot p span {
	display: block;
	}

/*--------------------
contents
--------------------*/
/* main */
#main {
	background-color: #69e6b4;
	padding: 40px 0;
	}
#main h2 {
	font-family: 'Noto Sans Japanese', serif;
	font-weight: 100;
	font-size: 20px;
	text-align: center;
	margin: 0 auto;
	}
#main p {
	text-align: left;
	margin: 20px 20px 0;
	}

/* company */
#company {
	margin: 0 auto;
	text-align: center;
	padding: 80px 0;
	}
#company h2 {
	font-size: 22px;
	margin-bottom: 20px;
	font-family: 'Noto Sans Japanese', serif;
	font-weight: 100;
	line-height: 22px;
	}
#company table {
	width: 90%;
	padding: 20px;
	text-align: right;
	vertical-align: top;
	margin-left: 5%;
	}
#company table th {
	border-bottom: 1px solid #d7d9db;
	width: 60px;
	padding: 20px 20px 20px 10px;
	text-align: right;
	}
#company table th span {
	display: block;
	}
#company table th:first-child {
	border-top: 1px solid #d7d9db;
	}
#company table td {
	border-bottom: 1px solid #d7d9db;
	padding: 20px 10px 20px 10px;
	line-height: 1.8em;
	}
#company table td:nth-of-type(1) {
	border-top: 1px solid #d7d9db;
	}
#company table td dl dt {
	float: left;
	width: 60px;
	text-align: right;
	margin: 0 20px 0 0;
	}
#company table td dl dd {
	float: left;
	}
#company table td span {
	display: block;
	}

/* text */
.text {
	margin: 0 auto;
	text-align: center;
	padding: 80px 25px;
	}
.text h2 {
	font-size: 22px;
	margin-bottom: 20px;
	font-family: 'Noto Sans Japanese', serif;
	font-weight: 100;
	line-height: 22px;
	}
.text h3 {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin: 30px 0 10px;
	}
.text p {
	text-align: left;
	margin-bottom: 30px;
	}
.text ul li {
	text-align: left;
	list-style-type: decimal;
	margin-left: 30px;
	}

/* contact */
#contact {
	margin: 0 auto;
	text-align: center;
	padding: 45px 0 15px;
	}
#contact h2 {
	font-size: 22px;
	margin-bottom: 20px;
	font-family: 'Noto Sans Japanese', serif;
	font-weight: 100;
	line-height: 22px;
	margin-top: 40px;
	}
#contact dl dt {
	font-size: 14px;
	font-weight: bold;
	margin: 50px 0 20px;
	}
#contact dl dd {
	width: 280px;
	text-align: center;
	margin: 0 auto 10px;
	}
#contact dl dd a {
	display: block;
	border: 1px solid #c0c3c6;
	padding: 15px 0;
	margin-bottom: 10px;
	}
#contact dl dd span {
	display: none;
	}

#main_second img{
	width:95%;
}

h2.wd_h2_style{
	display:inline;
	color:#656565;
	font-size: 15px;
	text-align:center;
	font-weight: normal;
	border-bottom:dotted 2px #69e6b4;
	padding-bottom:5px;
	margin-bottom:30px;
}

#main_second p{
	margin-top:35px;
	margin-bottom:15px;
}

img.img01{
	margin-bottom:50px;
}

img.img02{
	margin-top:25px;
}

img.img03{
	margin-top:20px;
	margin-bottom:40px;
}

img.img04{
	margin-top:30px;
	margin-bottom:40px;
}

img.img05{
	margin-top:30px;
}

img.img06{
	margin-top:30px;
}

table.table01 {
	width:95%;
	border-right:#656565 solid 1px;
	border-collapse: collapse;
	margin:30px auto 50px auto;
}
table.table01 thead th {
	background:#69e6b4;
	color:#FFF;
	padding:10px 15px;
	border-right:#656565 solid 1px;
	border-bottom:#656565 solid 1px;
}
table.table01 thead th:last-child {
	border-right:#3EB1C6 solid 1px;
}
table.table01 tbody th {
	background:#69e6b4;
	color:#FFF;
	padding:10px 15px;
	border-top:#656565 solid 1px;
	border-left:#656565 solid 1px;
	border-bottom:#656565 solid 1px;
	vertical-align:top;
}
table.table01 tbody tr:last-child th {
	border-bottom:#3EB1C6 solid 1px;
}
table.table01 tbody td {
	background:#FFF;
	padding:10px 15px;
	border-left:#656565 solid 1px;
	border-bottom:#656565 solid 1px;
	vertical-align:top;
}

p.non_br_style{
	margin-bottom:0px !important;
}

p.non_br_style2{
	margin-top:0px !important;
}

p.br_style{
	margin-top:10px !important;
	margin-bottom:40px !important;
}
 
@media screen and (max-width: 640px) {
table.table01 thead {
	display:none;
}
table.table01 tbody th {
	display:block;
}
table.table01 tbody td {
	display:block;
}
table.table01 tbody td::before {
	content: attr(label);
	float: left;
	clear:both;
	font-weight:bold;
}
table.table01 tbody td p {
	padding-left:0em;
}
}

a.business_link{
	color:#69e6b4;
	font-weight:bold;
	text-decoration:underline;
}