/* HTML初期化 */
body {
	line-height: 1;
	margin: 0;
	padding: 0;
	zoom: 1
}


h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
}

p,
dl,
dt,
dd,
em,
form,
address,
ul,
li {
	margin: 0;
	padding: 0;
	font-style: normal;
}

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

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

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
	border: 0;
}

li {
	padding: 0;
	margin: 0;
}

input,
select {
	vertical-align: middle;
}

/* tableタグ*/
th,
td {
	padding: 0;
}

caption {
	text-align: left;
}


/* リンク設定 */
a {
	outline: 0;
	border: 0;
	transition: all 0.3s ease;
}

@media screen and (max-width: 799px) {
	a {
		transition: none !important;
	}
}

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

a img {
	border: 0;
}

img {
	border: 0;
	max-width: 100%;
	-webkit-backface-visibility: hidden;
}

html {
	-webkit-text-size-adjust: none;
	zoom: 1;
}

body,
html {
	min-height: 100%;
}


/*============================================
基本CSS
===========================================*/
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 100px;
	-webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 1200px) {
	html {
		-ms-text-size-adjust: 94%;
		-webkit-text-size-adjust: 94%;
		font-size: 94px;
	}
}

@media screen and (max-width: 1024px) {
	html {
		-ms-text-size-adjust: 90%;
		-webkit-text-size-adjust: 90%;
		font-size: 90px;
	}
}

@media screen and (max-width: 768px) {
	html {
		-ms-text-size-adjust: 85%;
		-webkit-text-size-adjust: 85%;
		font-size: 85px;
	}
}

@media screen and (max-width: 599px) {
	html {
		-ms-text-size-adjust: 94%;
		-webkit-text-size-adjust: 94%;
		font-size: 94px;
	}
}

@media screen and (max-width: 350px) {
	html {
		-ms-text-size-adjust: 85%;
		-webkit-text-size-adjust: 85%;
		font-size: 85px;
	}
}

body {
	font-family: 'Roboto', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'ヒラギノ角ゴシック', 'Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	min-width: 900px;
	position: relative;
	font-size: .11rem;
	letter-spacing: .04em;
}

@media screen and (max-width: 599px) {
	body {
		min-width: 100%;
	}
}

@media screen and (min-width:500px) {
	.pc_only {
		display: block !important;
	}

	.pc_only_inline {
		display: inline-block !important;
	}

	.sp_only {
		display: none !important;
	}
}

@media screen and (max-width: 599px) {
	.pc_only {
		display: none;
	}

	.pc_only_inline {
		display: none;
	}

	.sp_only {
		display: block;
	}
}

#contents_wrapper {
	max-width: 1000px;
	margin: auto;
	background: #FFF;
	position: relative;
}

/* インナーボックス */
.in1000 {
	max-width: 10rem;
	margin: auto;
	padding-left: 0.3rem;
	padding-right: 0.3rem;
	position: relative;
}

@media screen and (max-width: 599px) {
	.in1000 {
		padding-left: 0.2rem;
		padding-right: 0.2rem;
	}
}

.in880 {
	max-width: 8.8rem;
	margin: auto;
	padding-left: 0.3rem;
	padding-right: 0.3rem;
	position: relative;
}

@media screen and (max-width: 599px) {
	.in880 {
		padding-left: 0.2rem;
		padding-right: 0.2rem;
	}
}

.in700 {
	max-width: 7rem;
	margin: auto;
	padding-left: 0.3rem;
	padding-right: 0.3rem;
	position: relative;
}

@media screen and (max-width: 599px) {
	.in700 {
		padding-left: 0.2rem;
		padding-right: 0.2rem;
	}
}

/* セクションタイトル */
.sec_title {
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	color: #29abe2;
	font-size: .24rem;
	line-height: 1.6;
	letter-spacing: .15em;
	position: relative;
	margin-bottom: .45rem;
}

@media screen and (max-width: 599px) {
	.sec_title {
		font-size: .2rem;
	}
}

.sec_title::before {
	content: "";
	width: 2px;
	height: 30px;
	background-image: url(../img/sec_ttl_border.png);
	background-position: 0 0;
	background-size: 100% 100%;
	display: block;
	margin: auto;
	margin-bottom: .2rem;
}

.sec_title span {
	color: #222;
	font-family: 'Roboto', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'ヒラギノ角ゴシック', 'Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
	font-size: .14rem;
	display: block;
	letter-spacing: .05em;
	font-weight: 700;
}

/* flaxbox */
.flex_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

/* ページの先頭に戻る */
#page_top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: .5rem;
	height: .5rem;
	cursor: pointer;
	background-image: url(../img/back_top_icon.png);
	background-size: cover;
	display: none;
}

/*======================
アニメーション
======================*/
.fade {
	opacity: 0;
	transform: translate(0, 40px);
	transition: all 1.4s ease;
}

.fade_02 {
	opacity: 0;
	top: 40px;
	transition: all 1.4s ease;
}

.fade.scrollin {
	opacity: 1;
	transform: translate(0, 0);
}

.fade_02.scrollin {
	opacity: 1;
	top: 0;
}
