@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

* {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
}
html {
	font-size: 62.5%;
} /* 10px */
body {
	margin: 0px;
	padding: 0px;
	font-size: 1.8rem;
	color:#333;
	font-family: 'Noto Sans Japanese', serif;
	-ms-font-feature-settings: "normal";
	background-color:#fff;
	font-weight:500;
}
input {
	font-family: 'Noto Sans Japanese', serif;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 2rem;
	font-weight:500;
}
p,li,b,i,span {
	font-weight:300;
}
a {
	outline:none;
}
a:link,
a:visited {
	color:#333;
	text-decoration:underline;
	
}
a:hover {
	color:#333;
	text-decoration:none;
}
.pc-only {
	display:block;
}
img.pc-only {
	margin:0 auto;
	display:inline-block;
}
.sp-only {
	display:none;
}
/*default page setting*/
#wrapper {
	position:relative;
	padding-top:54px;
}
header {
	background-color:#14345b;
	color:#fff;
	padding:0.75em 0;
	position:fixed;
	width:100%;
	left:0;
	top:0;
	z-index:100;
}
header a:link,
header a:visited {
	color:#fff;
	text-decoration:none;
}
header h1 {
	margin-left:7%;
	float:left;
}
header nav {
	float:right;
	margin-right:7%;
}
header nav ul {
	letter-spacing:-0.4em;
	text-align:right;
}
header nav li {
	list-style:none;
	margin-left:1.8em;
	letter-spacing:normal;
	display:inline-block;
	font-size:1.4rem;
}
#contents{
	position:relative;
}
.contact_mov_bn {
	background-color:#14345b;
	color:#fff;
	width:268px;
	box-sizing:border-box;
	padding:1em;
	font-size:1.6rem;
	position:absolute;
	top:2.8em;
	left:50%;
	margin-left:330px;
	text-align: justify;
	-moz-text-align-last: justify;
	text-align-last: justify;
	text-justify: inter-ideograph;
	z-index:50;
}
.contact_mov_bn.fixed {
	position:fixed;
	top:5.8em;
}

.contact_mov_bn p {
	font-weight:300;
	white-space:nowrap;
}
.contact_mov_bn p.telNum {
	font-weight:700;
	font-size:3rem;
	letter-spacing:0.1em;
	margin:0.2em 0;
}
.contact_mov_bn p.telNum a {
	cursor:default;
	font-weight:700;
	color:#fff;
	text-decoration:none;
}
.contact_mov_bn p.time {
	font-size:1.2rem;
}
.contact_mov_bn p.time i {
	font-style:normal;
	font-size:10px;
	transform: scale(0.8);
}

.contact_mov_bn p.goform a:link ,
.contact_mov_bn p.goform a:visited {
	background-color:#fff;
	color:#000;
	display:block;
	text-decoration:none;
	font-weight:600;
	text-align:center;
	text-align-last:center;
	margin-top:0.5em;
	line-height:1.8;
	font-size:1.5rem;
}

.contact_mov_bn p.goform a:before {
	content:" ";
	display:inline-block;
	background-image:url(../img/common/mail_icon.svg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:100% auto;
	width:21px;
	height:15px;
	margin-right:0.2em;
	vertical-align:-0.15em;
}
.goform .pc-only {
	display:inline-block;
	font-weight:600;
}

h2 {
	text-align:center;
	font-size:4rem;
	margin-bottom:1.9em;
}
h2 em {
	display:block;
	font-size:2rem;
	margin-top:1em;
}
#pageTop {
    position: fixed;
    bottom: 10px;
    left: 50%;
    margin-left: 485px;
    display: none;
    z-index: 90;
}
#pageTop a {
    background-image: url(../img/common/pagetop.png);
    width: 114px;
    padding-top: 114px;
    overflow: hidden;
    line-height: 2;
    height: 0;
    display: block;
}

footer nav {
	background-color:#000;
	color:#fff;
	padding:2.2em;
}
footer nav ul {
	width:70.7%;
	max-width:990px;
	margin:0 auto;
	display:flex;
	justify-content: space-between;
}
footer nav ul li {
	font-size:1.4rem;
	text-align:center;
	width:10%;
}
footer nav ul a:link,
footer nav ul a:visited {
	color:#fff;
	text-decoration:none;
	display:block;
	white-space:nowrap;
}
footer nav ul li a figure {
	background-color:#424e7e;
	display:block;
	padding:1.4em 0;
	margin:0 auto 1.3em;
}
footer nav ul li:nth-child(2) a figure {
	background-color:#b0810e;
}
footer nav ul li:nth-child(3) a figure {
	background-color:#a84a00;
}
footer nav ul li:nth-child(4) a figure {
	background-color:#a63554;
}
footer nav ul li:nth-child(5) a figure {
	background-color:#00797a;
}
footer nav ul li:nth-child(6) a figure {
	background-color:#779302;
}
footer nav ul li:nth-child(2) a span {
	text-indent:-1em;
	display:block;
}
#copyRight {
	background-color:#14345b;
	text-align:center;
	color:#fff;
	font-size:1.4rem;
	padding:7em 0 3.6em;
	font-weight:200;
}
#copyRight b {
	font-weight:500;
}
.spMenu {
	display:none;
}


@media screen and (min-width:768px) and (max-width: 1085px) {
.contact_mov_bn {
	margin-left:0;
	left:inherit;
	right:0;
}
}
@media screen and (min-width:737px) and (max-width: 768px) {
header h1 {
	margin-left:6%;
}
footer nav ul {
	width:100%;
}
footer nav ul figure {
	width:100%;
	padding: 0em;
	display:block;
	margin:0 auto;
}
footer nav ul figure img {
	width:60%;
}
footer nav ul li:nth-child(2) a span {
    text-indent: -2.5em;
    display: block;
}
footer nav ul li:nth-child(3) a span {
    text-indent: -1em;
    display: block;
}
}
@media screen and (max-width: 736px) {
#wrapper {
	padding-top:38px;
}
body {
 margin: 0px;
 padding: 0px;
 font-size:1.2rem;
 -webkit-text-size-adjust: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 1.2rem;
}
p,li,b,i,span {
	font-weight:200;
}
.pc-only,
.goform .pc-only {
	display:none;
}
.sp-only {
	display:block;
}
header {
	padding:1em 1.3em;
	box-sizing:border-box;
}
header h1 {
	width:23%;
	margin-left:0;
}
header h1 img {
	width:100%;
}
header nav {
	margin-right:0;
}
header nav ul {
	display:none;
	width:100%;
	z-index:100;
	position:absolute;
	left:0;
	overflow:hidden;
	border-top:solid 1px #e7ffff;
}
header nav ul li {
	display:block;
	text-align:center;
	margin:0;
	padding:1em 0.5em;
	background-color:#626262;
	box-sizing:border-box;
	width:50%;
	float:left;
	font-size:1.2rem;
	border:solid 1px #e7ffff;
	border-top:none;
}
header nav ul li:nth-child(even) {
	border-left:none;
}
.spMenu {
	display:block;
	width:6.5%;
	position:absolute;
	right:1.3em;
	top:0.7em;
}
.spMenu img {
	width:100%;
}

.contact_mov_bn {
	position:fixed;
	left:0;
	bottom:0;
	width:100%;
	margin-left:0;
	top:inherit;
	padding:1em 1.3em;
	font-size:1.2rem;
	text-align: left;
    -moz-text-align-last: left;
    text-align-last: left;
}
.contact_mov_bn .inner {
	position:relative;
}
.contact_mov_bn .inner p:first-child {
	letter-spacing:0.08em;
}
.contact_mov_bn p.telNum {
	letter-spacing:normal;
	font-size:2.2rem;
}
.contact_mov_bn p.telNum a:alink,
.contact_mov_bn p.telNum a:visited {
	cursor:pointer;
}
.contact_mov_bn p.goform a:link, .contact_mov_bn p.goform a:visited {
	font-size:1.2rem;
	position:absolute;
	right:-0.3em;
	top:-0.5em;
	text-align:left;
	text-align-last:left;
}
.goform .sp-only {
	display:inline-block;
	line-height:1.2;
	font-weight:600;
	padding:0.5em 1em;
}
.contact_mov_bn p.goform a:before {
	vertical-align:0.4em;
	margin: 0 -0.5em 0 1em;
}
h2 {
    font-size:2.5rem;
    margin-bottom: 1em;
	line-height:1;
}
h2 em {
	font-size:1.2rem;
}
#pageTop {
    right: 10px;
	left:inherit;
    margin-left:0;
}
#pageTop a {
    background-image: url(../img/common/pagetop_sp.png);
    background-size: 57px 62px;
    width: 57px;
    padding-top: 62px;
    background-repeat: no-repeat;
}
footer nav {
	padding:2em 0 0.5em;
}
footer nav ul {
	width:85%;
	flex-wrap:wrap;
}
footer nav ul li {
	width:33%;
	font-size:1rem;
	margin-bottom:1.5em;
}
footer nav ul li a figure {
	width:60%;
	margin:0 auto 0.8em;
}
footer nav ul li a figure img {
	width:65%;
	display:block;
	margin:0 auto;
}
#copyRight {
	font-size:1rem;
	padding:5em 0 2em;
}

}

@media print {
body {
	width: 210mm;
  height: 296mm;
}
}