@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

header,
main,
article,
section,
nav,
aside,
figure,
figcaption,
footer {
	display: block;
}

a {
	background-color: transparent;
	outline: none;
}

img {
	border: none;
	vertical-align: bottom;
}

table {
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

button,
input,
textarea,
select {
	color: inherit;
	font: inherit;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select::-ms-expand {
 display: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	cursor: pointer;
}

input[type="checkbox"] {
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
}

input[type="radio"] {
	-webkit-appearance: radio;
	-moz-appearance: radio;
	appearance: radio;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
	cursor: pointer;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

input {
	line-height: normal;
}

textarea {
	overflow: auto;
}

b,strong {
	font-weight: bold;
}

address {
	font-style: normal;
}

caption {
	text-align: left;
}

/* ---------- common ---------------------------------------- */
body {
	min-width: 880px;
	color: #212121;
	font-size: 100%;
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	line-height: 100%;
	-webkit-text-size-adjust: 100%;
	background-color: #fff;
}

h1,h2,h3,h4,h5,h6 {
	color: #212121;
	font-size: 100%;
	font-weight: 300;
	line-height: 120%;
	letter-spacing: 0.02em;
}

p {
	font-size: 19px;
	letter-spacing: 0.02em;
	line-height: 160%;
}

address {
	font-size: 19px;
	letter-spacing: 0.02em;
	line-height: 160%;
}

th,td {
	font-size: 19px;
	font-weight: 300;
	line-height: 140%;
	letter-spacing: 0.02em;
	text-align: left;
	vertical-align: top;
}

dt,dd {
	font-size: 19px;
	font-weight: 300;
	line-height: 140%;
	letter-spacing: 0.02em;
}

li {
	font-size: 19px;
	font-weight: 300;
	line-height: 140%;
	letter-spacing: 0.02em;
	list-style-type: none;
}

input,textarea,select {
	font-size: 19px;
	letter-spacing: 0.02em;
	line-height: 100%;
}

a {
	letter-spacing: 0.02em;
}
a:link,
a:visited,
a:hover,
a:active {
	color: #212121;
	text-decoration: none;
}

/* clearfix */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}


/* ---------- header ---------------------------------------- */
.header {
	position: relative;
	overflow: hidden;
}
.header .logo {
	float: right;
	margin: 20px 35px 20px;
}
.header .logo a {
	display: block;
}
.header .logo img {
	display: block;
	width: 50px;
	height: auto;
}

/* gnav */
.gnav {
	display: none;
}

/* open-nav-button */
.open-nav-button {
	display: none;
	font-size: 0;
	cursor: pointer;
	transition: background-color 0.3s;
}
.open-nav {
	display: none;
}


/* ---------- main ---------------------------------------- */
#main {
	position: relative;
}


/* ---------- footer ---------------------------------------- */
.footer {
	position: relative;
	overflow: hidden;
	clear: both;
	text-align: center;
	padding-bottom: 120px;
}
.footer-logo {
	width: 78px;
	height: auto;
	margin-bottom: 22px;
}
.footer p {
	font-size: 19px;
}

.fnav {
	margin-top: 10px;
	margin-bottom: 40px;
}
.fnav .bar {
	font-size: 18px;
	text-decoration: underline;
}

/* copyright */
.copyright {
	clear: both;
	text-align: center;
}
.copyright {
	font-size: 14px;
	letter-spacing: 0.02em;
	line-height: 180%;
}
.copyright .vbar {
	padding: 0 12px;
}

/* ---------- is-pc (PC or スマホを判定するための要素) ---------------------- */
#is-pc {
	display: block;
}
@media only screen and (max-width: 768px) {
	#is-pc {
		display: none;
	}
}


@media only screen and (max-width: 768px) {

	/* ---------- common ---------------------------------------- */
	body {
		min-width: auto;
	}

	p {
		font-size: 14px;
		line-height: 160%;
	}

	address {
		font-size: 14px;
		line-height: 160%;
	}

	th,td {
		font-size: 14px;
		line-height: 150%;
	}

	dt,dd {
		font-size: 14px;
		line-height: 150%;
	}

	li {
		font-size: 14px;
		line-height: 150%;
	}

	input,textarea,select {
		font-size: 14px;
	}

	body{
		min-width: inherit;
		overflow: inherit;
	}
	body.open{
		overflow: hidden;
	}

	
	/* ---------- header ---------------------------------------- */
	.header {
		position: relative;
		overflow: hidden;
	}
	.header .logo {
		float: none;
		margin: 15px 20px 15px;
	}
	.header .logo a {
		display: block;
	}
	.header .logo img {
		display: block;
		width: 35px;
		height: auto;
	}

	/* gnav */
	.gnav {
		display: block;
	}

	/* open-nav-button */
	.open-nav-button {
		display: none;
		font-size: 0;
		cursor: pointer;
		transition: background-color 0.3s;
	}
	.open-nav {
		display: none;
	}


	/* ---------- main ---------------------------------------- */
	#main {
		position: relative;
	}


	.header .navs {
		float: none;
		padding-top: 0;
		margin-right: 0;
	}

	.header .gnav-area {
		display: none;
		position: fixed;
		padding: 0;
		top: 0;
		bottom: 0;
		width: 100%;
		background-color: rgba(255,255,255,0.95);
		z-index: 1000;
	}
	.header .gnav-area .navs {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit-transform: translateY(-50%) translateX(-50%);
		width: 100%;
	}

	.header .gnav ul {
		text-align: center;
	}
	.header .gnav ul li {
		display: block;
		margin: 0 0 15px;
		text-align: center;
	}
	.header .gnav ul li:last-child {
		margin-right: 0;
	}
	.header .gnav ul li a {
		position: relative;
		display: block;
		padding: 4px 0;
		font-size: 18px;
	}
	.header .gnav ul a:after {
		display: none;
	}

	/* btn-spnav */
	.btn-spnav {
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		width: 60px;
		height: 60px;
		overflow: hidden;
		font-size: 0;
		cursor: pointer;
		-webkit-transition: background 0.3s;
		transition: background 0.3s;
		z-index: 1000;
		background-color: #cd323c;
	}
	.btn-spnav:focus {
		outline: none;
	}
	.btn-spnav span {
		display: block;
		position: absolute;
		width: 28px;
		top: 29px;
		right: 16px;
		height: 2px;
		background: #fff;
		-webkit-transition: background 0 0.3s;
		transition: background 0 0.3s;
	}
	.btn-spnav span:before,
	.btn-spnav span:after {
		position: absolute;
		display: block;
		left: 0;
		width: 28px;
		height: 2px;
		background-color: #fff;
		content: "";
		-webkit-transition-duration: 0.3s, 0.3s;
		transition-duration: 0.3s, 0.3s;
		-webkit-transition-delay: 0.3s, 0;
		transition-delay: 0.3s, 0;
	}
	.btn-spnav span:before {
		top: -10px;
		-webkit-transition-property: top, -webkit-transform;
		transition-property: top, transform;
	}
	.btn-spnav span:after {
		bottom: -10px;
		-webkit-transition-property: bottom, -webkit-transform;
		transition-property: bottom, transform;
	}
	.open .btn-spnav span {
		background: none;
	}
	.open .btn-spnav span:before,
	.open .btn-spnav span:after {
		-webkit-transition-delay: 0, 0.3s;
		transition-delay: 0, 0.3s;
	}
	.open .btn-spnav span:before {
		top: 0;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.open .btn-spnav span:after {
		bottom: 0;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	
	/* ---------- footer ---------------------------------------- */
	.footer {
		padding-bottom: 65px;
	}
	.footer-logo {
		width: 60px;
		margin-bottom: 18px;
	}
	.footer p {
		font-size: 14px;
	}

	.fnav {
		margin-top: 6px;
		margin-bottom: 30px;
	}
	.fnav a {
		font-size: 14px;
	}

	/* copyright */
	.copyright {
		clear: both;
		text-align: center;
	}
	.copyright {
		font-size: 10px;
		letter-spacing: 0.02em;
		line-height: 180%;
	}
	.copyright .vbar {
		padding: 0 10px;
	}



}