@charset "utf-8";

/*------------------------------------------------------------
--------------------------------------------------------------


--------------------------------------------------------------
--------------------------------------------------------------*/

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

共通

*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

html {
	font-size: 50%;
}

body {
	padding-top: 52px;
}

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

header

*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
header {
	height: 54px;
}

header h1 {
	width: 150px;
	padding: 9px 0;
}

header nav {
	width: 550px;
}

header li {
	margin-left: 2px;
}

header li span {
    line-height: 1.4;
}

header .inner {
	padding: 0 0 0 10px;
}

header .button {
	padding: 10px 0 11px;
}

header .button p {
	padding: 0 10px;
}

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

mv

*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

#mv {
	height: calc(100vh - 52px);
}

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

service

*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

#service .other div {
	width: 70%;
	width: calc(100% - 160px);
}

#service .other ul li {
    float: left;
    width: 24%;
    margin-left: 1%;
	display: block;
}

#service .other ul li:nth-of-type(4n+1) {
    margin-left: 0;
}

#service .other .list_dots li:before {
	top: 5px;
	left: 8px;
	width: 4px;
	height: 4px;
}

#service .other h3 {
	width: 110px;
}

#service .other h3:before {
	border-width: 16.5px 0 16.5px 20px;
}

#service .other ul {
	padding: 0 0 10px;
}

#service .main_service ul {
	padding-right: 10px;
}

.list_dots li:before {
	top: 5px;
	left: 8px;
}

#myCanvas {
	width: 220%;
}

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

outline

*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

#outline {
	background: #b3e5ff url(../images/outline_bg.png) center bottom no-repeat;
	background-size: 100%;
	background-attachment: fixed;
}

#outline .outline_btn:before {
	top: 9px;
	left: 10px;
	width: 6px;
	height: 6px;
}

#detail_content li:before {
	top: 5px;
}

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

concept

*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
#concept .textbox p span {
	margin-top: 5px;
}

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

gmap

*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
#map_canvas .g_box a:before{
	top: 10px;
	left: 9px;
}

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

privacy

*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

#privacy {
	padding: 60px 0 70px;
}

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

footer

*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

footer {
	padding: 20px 10px;
}

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

top_button

*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

#top_button {
	width: 150px;
	height: 150px;
}

#top_button .animation img {
	width: 3600px;
}

#top_button .animation {
	top: 15px;
	left: 15px;
}