@charset "utf-8";
/* CSS Document */
body {
	font-size: 15px;
	line-height: 1.8;
	height: 100%;
    font-family: Roboto, "Droid Sans", 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	letter-spacing: 2px;
}
a, a:link, a:visited {
}
a:hover {
}

a.btn {
	text-decoration: none;
    background: #ccc;
    padding: 10px 60px;
    border-radius: 47px;
    color: #fff;
    display: block;
    margin: 6px 0;
    text-align: center;
    max-width: 360px;
}

img {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  _width: 100%;
  height: auto;
  vertical-align: middle;
}
img[src*="maps.gstatic.com"],
img[src*="googleapis.com"] {
  max-width: none;
}
.note {
    font-size: 0.8em;
}
@media (min-width: 768px) {/*幅768px以上で適用されるスタイル*/
	.pc {display: block;}
	.sp {display: none;}
}
@media (max-width: 767px) {/*幅767px以下で適用されるスタイル*/
	.pc {display: none;}
	.sp {display: block;}
	a.btn {
	    padding: 7px 20px;
	}
}
#pagetop {
    display: block;
    width: 30px;
    height: 30px;
    background: #000;
    position: fixed;
    bottom: 10px;
    right: 10px;
    border-radius: 100%;
    filter: alpha(opacity=60);
    opacity: 0.6;
    text-align: center;
    line-height: 30px;
    color: #fff;
}
#pagetop:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f106";
    color: #fff;
}
/* ---------------------------------
------------------------------------
Wrapper
------------------------------------
------------------------------------*/

@media (min-width: 768px) {/*幅768px以上で適用されるスタイル*/
	.Wrapper {
		width: 1020px;
		margin: 0 auto;
		padding: 0 10px;
	}
}
@media (max-width: 767px) {/*幅767px以下で適用されるスタイル*/
	.Wrapper {
	}
}
/* ---------------------------------
------------------------------------
Header
------------------------------------
------------------------------------*/


/* ---------------------------------
------------------------------------
Footer
------------------------------------
------------------------------------*/
.Footer {
    border-top: 1px solid #ccc;
    text-align: center;
    /* margin-top: 70px; */
    background-color: #262626;
    padding: 40px 0;
    color: #989898;
}
.copyright {
    margin-top: 40px;
    font-size: 0.8em;
}

/* ---------------------------------
------------------------------------
other
------------------------------------
------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.Btn {
	text-align: center;
	margin: 20px 0;
}
.Btn img:hover {
	filter: alpha(opacity=80);
	opacity: 0.8;
}
.clearfix {
	/* for ie */
display: inline-block;
}
/* Hides from IE-mac \*/
*html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

.page-inlink ul {}
.page-inlink ul {
	list-style: none;
	text-align: center;
	margin-bottom: 50px;
}
.page-inlink ul li {
	display: inline-block;
}
.page-inlink ul li a {
	text-decoration: none;
	color: #333;
	position: relative;
	padding-left: 20px;
}
.page-inlink ul li a::before,
.page-inlink ul li a::after {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.page-inlink ul li a::before {
    width: 12px;
    height: 12px;
    background: #080F29;
}
.page-inlink ul li a::after {
    left: 3px;
    width: 3px;
    height: 3px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
