@charset "utf-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}

body {
line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
display:block;
}

nav ul {
list-style:none;
}

blockquote, q {
quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
content:'';
content:none;
}

a {
margin:0;
padding:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}

ins {
background-color:#ff9;
color:#000;
text-decoration:none;
}

mark {
background-color:#ff9;
color:#000;
font-style:italic;
font-weight:bold;
}

del {
text-decoration: line-through;
}

abbr[title], dfn[title] {
border-bottom:1px dotted;
cursor:help;
}

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

/* change border colour to suit your needs */
hr {
display:block;
height:1px;
border:0;
border-top:1px solid #cccccc;
margin:1em 0;
padding:0;
}

input, select {
vertical-align:middle;
}
* {
	max-height: 999999px;
}

html {
	font-size: 62.5%;
}

body,
input,
textarea {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.64;
	font-family: "Noto Sans JP","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium","游ゴシック", "Yu Gothic", sans-serif;
	color: #333;
}

@media screen and (min-width: 768px) {
	.sp-only {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.pc-only {
		display: none;
	}
}

body {
	background: #fff;
	margin: 0 auto;
}

.sec-inner {
	padding: 60px 0 75px;
}

.content-width {
	max-width: 1024px;
	margin: 0 auto;
	padding: 0 20px;
}

#btn-hamburger {
	position: relative;
	top: -3px;
	right: 0;
	width: 37px;
	height: 23px;
	z-index: 1000;
	cursor: pointer;
}

#btn-hamburger .border {
	position: absolute;
	transition: opacity, transform 0.2s ease;
	background: #2746B4 no-repeat left top;
	width: 37px;
	height: 3px;
	z-index: 1;
}

#btn-hamburger .border:first-child {
	top: 10%;
}

#btn-hamburger .border:nth-child(2) {
	transform: rotate(0);
	opacity: 1;
	top: 50%;
}

#btn-hamburger .border:nth-child(3) {
	top: 90%;
}

#btn-hamburger.opening .border:first-child {
	transform: rotate(45deg);
	top: 50%;
}

#btn-hamburger.opening .border:nth-child(2) {
	opacity: 0;
}

#btn-hamburger.opening .border:nth-child(3) {
	top: 50%;
	transform: rotate(-45deg);
}

img,
iframe {
	max-width: 100%;
}

ul,
ol,
li {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
		color: inherit;
		transition: opacity ease 0.2s;
	}
	a:focus {
		outline: none;
	}
	a:link,
	a:visited {
		color: inherit;
		text-decoration: none;
	}
	a:active,
	a:hover {
		text-decoration: none;
		opacity: 0.7;
	}

	a.underline {
		text-decoration: underline;
	}

	a.img-box {
		max-width: 100%;
		display: inline-block;
		vertical-align: top;
		transition: 0.35s opacity;
		transition: opacity ease 0.2s;
	}

	a.tel,
	.tel a {
		opacity: 1;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="number"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
	padding: 0.2em 0.5em;
	}

input:hover,
input:focus,
textarea {
	outline: none;
}
	input[type="radio"]:hover,
	input[type="submit"]:hover {
	cursor: pointer;
}

select {
	/* -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none; */
}
select::-ms-expand {
	display: none;
}

.img-box {
	font-size: 0;
	line-height: 1;
	text-align: center;
}