a {
	color: #000;
	text-decoration: none;
}

address,
cite,
dfn,
em,
var {
	font-style: normal;
}

blockquote {
	margin: 0;
}

body {
	background-color: #fff;
	color: #000;
	font-family: sans-serif;
	margin: 0;
}

caption {
	text-align: left;
}

code,
kbd,
samp {
	font-family: sans-serif;
	font-size: 100%;
}

dd {
	margin-left: 0;
}

del,
ins {
	text-decoration: none;
}

dl,
form,
p {
	margin-bottom: 0;
	margin-top: 0;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
	margin-bottom: 0;
	margin-top: 0;
}

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

input,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	vertical-align: bottom;
}

legend {
	padding: 0;
}

li {
	list-style: none;
}

ol,
ul {
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 0;
	padding-left: 0;
}

pre {
	font-family: sans-serif;
	font-size: 100%;
	margin-bottom: 0;
	margin-top: 0;
}

q:after,
q:before {
	content: "";
}

strong {
	font-weight: normal;
}

sub {
	vertical-align: text-bottom;
}

sup {
	vertical-align: text-top;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}

td {
	padding: 0;
	vertical-align: top;
}

th {
	font-weight: normal;
	padding: 0;
	text-align: left;
	vertical-align: top;
}

/* html5 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**** base ****/
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

*:focus {
	outline: none;
}

a {
	-webkit-transition: opacity 0.25s;
	transition: opacity 0.25s;
	color: #f1882b;
}

.js-non-touch-device a:hover {
	opacity: 0.5;
}

@media screen and (min-width: 769px) {
	a[href^="tel:"] {
		color: inherit;
		pointer-events: none;
	}
}

img {
	height: auto;
	width: 100%;
}

body {
	background: #fff;
	color: #333;
	font-size: 16px;
	line-height: 1.5;
	font-family: YakuHanJP, "Noto Sans JP", sans-serif;
	-webkit-font-feature-settings: "pkna";
	        font-feature-settings: "pkna";
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-text-size-adjust: 100%;
}

@media screen and (min-width: 769px) {
	body {
		padding-bottom: 10px;
	}
}

.wrapper {
	margin-left: auto;
	margin-right: auto;
	max-width: 1040px;
}

@media screen and (min-width: 769px) {
	.wrapper {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media screen and (max-width: 768px) {
	.wrapper {
		padding-left: 8%;
		padding-right: 8%;
	}
}

@media screen and (min-width: 769px) {
	.sp {
		display: none !important;
	}
}

@media screen and (max-width: 768px) {
	.pc {
		display: none !important;
	}
}

/**** header ****/
#header {
	background-image: url("../images/image-header-01.png");
	background-color: #17288a;
	background-position: calc(100% - 10px) 50%;
	background-repeat: no-repeat;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

@media screen and (min-width: 769px) {
	#header {
		background-size: auto 30px;
		font-size: 27px;
		font-weight: bold;
		min-height: 52px;
		line-height: 1;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		text-align: center;
		min-width: 1000px;
	}
}

@media screen and (max-width: 768px) {
	#header {
		background-size: auto 15px;
		font-size: 10px;
		min-height: 22px;
		padding-left: 10px;
	}
}

#header .logo {
	display: inline-block;
	margin-left: 3px;
	margin-right: 3px;
	width: auto;
}

@media screen and (min-width: 769px) {
	#header .logo {
		height: 33px;
	}
}

@media screen and (max-width: 768px) {
	#header .logo {
		height: 13px;
	}
}

/**** content ****/
#content {
	overflow: hidden;
}

@media screen and (min-width: 769px) {
	#content .background-01 {
		background-image: url("../images/background-01-pc.png");
		background-size: cover;
	}
}

@media screen and (max-width: 768px) {
	#content .background-01 {
		background-image: url("../images/background-01-sp.png");
		background-size: cover;
	}
}

@media screen and (min-width: 769px) {
	#content .image-03 {
		padding-top: 50px;
	}
}

@media screen and (max-width: 768px) {
	#content .image-03 {
		padding-top: 30px;
	}
}

@media screen and (min-width: 769px) {
	#content .image-04 {
		padding-top: 75px;
	}
}

@media screen and (max-width: 768px) {
	#content .image-04 {
		margin-left: -9.5%;
		margin-right: -9.5%;
		padding-top: 30px;
	}
}

@media screen and (min-width: 769px) {
	#content .image-05 {
		padding-top: 50px;
	}
}

@media screen and (max-width: 768px) {
	#content .image-05 {
		padding-top: 30px;
	}
}

@media screen and (min-width: 769px) {
	#content .image-06 {
		padding-top: 50px;
	}
}

@media screen and (max-width: 768px) {
	#content .image-06 {
		padding-top: 30px;
	}
}

@media screen and (min-width: 769px) {
	#content .image-07 {
		padding-bottom: 75px;
		padding-top: 50px;
	}
}

@media screen and (max-width: 768px) {
	#content .image-07 {
		padding-bottom: 30px;
		padding-top: 30px;
	}
}

@media screen and (min-width: 769px) {
	#content .background-02 {
		background-image: url("../images/background-02-pc.png");
		background-size: cover;
	}
}

@media screen and (max-width: 768px) {
	#content .background-02 {
		background-image: url("../images/background-02-sp.png");
		background-size: cover;
	}
}

@media screen and (min-width: 769px) {
	#content .image-08 {
		padding-top: 75px;
	}
}

@media screen and (max-width: 768px) {
	#content .image-08 {
		margin-left: -9.5%;
		margin-right: -9.5%;
		padding-top: 30px;
	}
}

@media screen and (min-width: 769px) {
	#content .image-09 {
		padding-top: 50px;
	}
}

@media screen and (max-width: 768px) {
	#content .image-09 {
		padding-top: 30px;
	}
}

@media screen and (min-width: 769px) {
	#content .image-10 {
		padding-bottom: 75px;
		padding-top: 50px;
	}
}

@media screen and (max-width: 768px) {
	#content .image-10 {
		padding-bottom: 30px;
		padding-top: 30px;
	}
}

@media screen and (min-width: 769px) {
	#content .image-11 {
		padding-top: 50px;
	}
}

@media screen and (max-width: 768px) {
	#content .image-11 {
		margin-left: -9.5%;
		margin-right: -9.5%;
		padding-top: 30px;
	}
}

@media screen and (min-width: 769px) {
	#content .image-12 {
		padding-top: 50px;
	}
}

@media screen and (max-width: 768px) {
	#content .image-12 {
		padding-top: 30px;
	}
}

@media screen and (min-width: 769px) {
	#content .image-13 {
		padding-top: 50px;
	}
}

@media screen and (max-width: 768px) {
	#content .image-13 {
		padding-top: 30px;
	}
}

@media screen and (min-width: 769px) {
	#content .image-14 {
		padding-top: 50px;
	}
}

@media screen and (max-width: 768px) {
	#content .image-14 {
		padding-bottom: 30px;
		padding-top: 30px;
	}
}

#content .background-03 {
	background-image: url("../images/background-03.png");
}

@media screen and (min-width: 769px) {
	#content .image-15 {
		padding-top: 75px;
	}
}

@media screen and (max-width: 768px) {
	#content .image-15 {
		padding-top: 30px;
	}
}

@media screen and (min-width: 769px) {
	#content .image-16 {
		padding-top: 50px;
	}
}

@media screen and (max-width: 768px) {
	#content .image-16 {
		padding-top: 30px;
	}
}

@media screen and (max-width: 768px) {
	#content .image-17 {
		padding-top: 30px;
	}
}

@media screen and (min-width: 769px) {
	#content .image-18 {
		padding-top: 70px;
	}
}

@media screen and (max-width: 768px) {
	#content .image-18 {
		padding-top: 30px;
	}
}

@media screen and (min-width: 769px) {
	#content .image-19 {
		padding-top: 50px;
	}
}

@media screen and (max-width: 768px) {
	#content .image-19 {
		padding-top: 30px;
	}
}

@media screen and (min-width: 769px) {
	#content .image-20 {
		padding-top: 50px;
	}
}

@media screen and (max-width: 768px) {
	#content .image-20 {
		padding-top: 30px;
	}
}

@media screen and (min-width: 769px) {
	#content .image-21 {
		padding-bottom: 75px;
		padding-top: 50px;
	}
}

@media screen and (max-width: 768px) {
	#content .image-21 {
		padding-bottom: 30px;
		padding-top: 30px;
	}
}

@media screen and (min-width: 769px) {
	#content .banner-01 {
		padding-top: 50px;
	}
}

@media screen and (max-width: 768px) {
	#content .banner-01 {
		padding-top: 30px;
	}
}

@media screen and (min-width: 769px) {
	#content .banner-02 {
		padding-top: 10px;
	}
}

@media screen and (min-width: 769px) {
	#content .banner-03 {
		padding-top: 10px;
	}
}

@media screen and (min-width: 769px) {
	#content .banner-04 {
		padding-top: 10px;
	}
}

@media screen and (max-width: 768px) {
	#content .banner-04 {
		padding-top: 10px;
	}
}

@media screen and (min-width: 769px) {
	#content .banner-05 {
		padding-top: 10px;
	}
}

@media screen and (max-width: 768px) {
	#content .banner-05 {
		padding-top: 10px;
	}
}

@media screen and (min-width: 769px) {
	#content .image-22 {
		padding-top: 25px;
	}
}

@media screen and (max-width: 768px) {
	#content .image-22 {
		padding-top: 30px;
	}
}

/**** footer ****/
@media screen and (min-width: 769px) {
	#footer {
		margin-top: 160px;
	}
}

@media screen and (max-width: 768px) {
	#footer {
		margin-top: 30px;
		padding-bottom: 90px;
	}
}

#footer p {
	text-align: center;
}

@media screen and (max-width: 768px) {
	#footer p {
		font-size: 10px;
	}
}

/**** button ****/
#button {
	position: fixed;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 100%;
	z-index: 100;
}

@media screen and (min-width: 769px) {
	#button {
		bottom: 30px;
	}
}

@media screen and (max-width: 768px) {
	#button {
		bottom: 10px;
	}
}

#button ul {
	background-color: rgba(255, 255, 255, 0.8);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

@media screen and (min-width: 769px) {
	#button ul {
		padding: 20px;
	}
}

@media screen and (max-width: 768px) {
	#button ul {
		padding: 5px;
	}
}

@media screen and (min-width: 769px) {
	#button ul li {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media screen and (max-width: 768px) {
	#button ul li {
		padding-left: 5px;
		padding-right: 5px;
	}
}

/*# sourceMappingURL=common.css.map */
