/* index

	style.css

	- body
	- iOS
	- font
	
----------------------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Open+Sans:wght@300;400;600;700&display=swap');
@import url("destyle.css");
@import url("pc.css?v=2.0") screen and (min-width: 747px);
@import url("sp.css?v=2.0") screen and (max-width: 746px);
@import url("pc.css?v=2.0") print;


/* body
----------------------------------------------- */
* {
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: 'Open Sans','Noto Sans JP', sans-serif;
	color: #000;
	background: #00a2e0 url(../../assets/images/bg.webp) no-repeat center bottom;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	font-feature-settings: "palt";
	letter-spacing: 0.02em;
}

ul,
ol {
	list-style: none;	
}

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


::selection {
	color: #fff;
	background: #0fa63c;
}

::-moz-selection {
	color: #fff;
	background: #0fa63c;
}


/* iOS
----------------------------------------------- */
*:after {
	display: block;
	clear: both;
}

html {
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}


/* font
----------------------------------------------- */
h2 {
	font-size: 2rem;
	line-height: 1.5;
	font-weight: bold;
}

h3 {
	font-size: 2.2rem;
	line-height: 1.5;
	font-weight: bold;
}

h4,
h5 {
	font-size: 1.4rem;
	line-height: 1.5;
	font-weight: bold;
}

h6 {
	font-size: 1.2rem;
	line-height: 1.5;
	font-weight: bold;
}

p,
ul,
ol,
dl,
table,
address {
	font-size: 1rem;
	line-height: 1.8;
	font-weight: normal;
}

big {
	font-size: 1.2rem;
	line-height: 1.8;
	font-weight: normal;
}

small {
	font-size: 0.8rem;
	line-height: 1.8;
	font-weight: normal;
}

strong {
	font-weight: bold;
	margin: 0;
	padding: 0;
}

em {
	font-weight: bold;
	font-style: normal;
	color: #dd0000;
}

a:link,
a:visited {
	color: #0fa63c;
	text-decoration: none;
	transition: all 0.3s ease;
}

a:hover,
a:active {
	opacity: 0.6;
}

@font-face {
	font-family: "flaticon";
	src: url("../../assets/font/flaticon.woff2") format("woff2"),
		url("../../assets/font/flaticon.woff") format("woff"),
		url("../../assets/font/flaticon.eot#iefix") format("embedded-opentype"),
		url("../../assets/font/flaticon.ttf") format("truetype"),
		url("../../assets/font/flaticon.svg#flaticon_meio2") format("svg")
}

i[class^="icon-"]:before, i[class*=" icon-"]:before {
	font-family: flaticon !important;
	font-style: normal;
	font-weight: normal !important;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-up:before {
	content: "\f101";
}
.icon-down:before {
	content: "\f102";
}
.icon-left:before {
	content: "\f103";
}
.icon-right:before {
	content: "\f104";
}
.icon-down-arrow:before {
	content: "\f105";
}
.icon-up-arrow:before {
	content: "\f106";
}
.icon-left-arrow:before {
	content: "\f107";
}
.icon-right-arrow:before {
	content: "\f108";
}
.icon-nav:before {
	content: "\f109";
}
.icon-close:before {
	content: "\f10a";
}
