
/* 初期設定
================================================= */
html{
	font-size: 62.5%;
}

body {
	width: 100%;
}

h2, h3, h4, h5, h6, p, a{
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-style: normal;
}

.ja{
	display: block;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-style: normal;
}

.en{
	display: block;
	font-family: "Oswald", sans-serif;
	font-style: normal;
}

@media only screen and (max-width: 767px){
	h3{
		font-size: 2.6vh;
		line-height: 1.5;
		letter-spacing: 0.05em;
		word-break: break-all;
	}
	
	p{
		font-size: 2.2vh;
		line-height: 1.5;
		letter-spacing: 0.05em;
		word-break: break-all;
	}
}

.grecaptcha-badge {
	visibility: hidden; 
}

/* img
================================================= */
img {
	max-width: 100%;
	vertical-align: middle;
}

/* a
================================================= */
a:hover{
	opacity: 0.6;
}

/* width（メインコンテンツの横幅設定）
================================================= */
.contents_box {
	width: 1080px;
	margin: 0 auto;
}

/* flex_box
================================================= */
.flex{
	display:flex;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:-o-flex;
	display:-ms-flexbox;
	-js-display:flex;
}

/* 表示/非表示（端末別）
================================================= */
@media only screen and (min-width: 768px){
	.pc_none{
		display: none;
	}
}

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

/* パンくずリスト（Breadcrumb NavXT）
================================================= */
@media only screen and (min-width: 768px){
	#breadcrumb_sec .breadcrumbs{
		padding: 25px 0;
		box-sizing: border-box;
	}
	
	#breadcrumb_sec .breadcrumbs span {
		font-family: "Zen Kaku Gothic New", sans-serif;
		font-size: 15px;
		font-weight: 500;
	}
}

@media only screen and (max-width: 767px){
	#breadcrumb_sec .breadcrumbs{
		width: 95%;
		padding: 15px 0;
		box-sizing: border-box;
	}
	#breadcrumb_sec .breadcrumbs span {
		font-family: "Zen Kaku Gothic New", sans-serif;
		font-size: 12px;
		font-weight: 500;
	}
}