@charset "UTF-8";
html,
body {
	overflow-x: hidden; /* 狭いデバイスでのスクロールを防止 */
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
	color: #333333;
	line-height: 1.6;
	font-size: 16px;
}

.pc {
	display: block !important;
}
.sp {
	display: none !important;
}
/* すべての余白を解除 */
*,
::before,
::after {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

/* リストの行頭アイコンを非表示 */
ul,
ol {
	list-style: none;
}

/* リンクの文字色と下線をなくす */
a {
	color: inherit;
}

/* img要素の最大幅 */
img {
	max-width: 100%;
	vertical-align: bottom;
}
a img:hover{
	opacity: .8;
}
.mt_medium{
	margin-top: 60px;
}
.mb_medium{
	margin-bottom: 60px;
}
.mb_p{
	margin-bottom: 2rem;
}
.mb_none{
	margin-bottom: 0;
}
.headline_bk{
	background: url(../images/mv.jpg) no-repeat left center;
	background-size: cover;
	padding: 15vmin 0;
}

h1{
	font-family: 'Hiragino Mincho Pro',serif;
	font-size: 2.2rem;
	text-align: center;
}
h2{
	font-family: 'Hiragino Mincho Pro',serif;
	font-size: 1.8rem;
	margin-bottom: 40px;
	border-bottom: solid 1px black;
}
h3{
	font-family: 'Hiragino Mincho Pro',serif;
	font-size: 1.2rem;
	margin-bottom: 10px;
	padding: 0.5rem 1rem;
	border-left: 4px solid #000;
	background: #eeeeee;
}
p{
	margin-bottom: 2rem;
}
.container{
	width: 100%;
	max-width: 880px;
	margin-right: auto;
	margin-left: auto;
}
.footer{
	background: #eeeeee;
	width: 100%;
	display: inline-block;
}
.tag p{
	display: inline-block;
	margin: 0 .1em .6em 0;
	padding: .6em;
	line-height: 1;
	text-decoration: none;
	color: #666666;
	background-color: #fff;
	border: 1px solid #666666;
	border-radius: 2em;
}
.annotation_box{
	background-color: #f7f7f7;
	padding: 1rem;
	margin-top: 0.5rem;
}

@media (min-width: 768px) and (max-width: 1040px) {
	html,
	body {
		font-size: 16px!important;
	}
	.container {
		max-width: 94%;
	}
}
@media(max-width: 767px){
	html,
	body {
		font-size: 14px;
	}
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
	.mt_medium{
		margin-top: 20px;
	}
	.mb_medium{
		margin-bottom: 20px;
	}
	.container {
		max-width: 94%;
	}
	h1{
		font-size: 2rem;
		text-align: center;
	}
	h2{
		font-size: 1.7rem;
		margin-bottom: 20px;
	}
	h3{
		font-size: 1.3rem;
		margin-bottom: 20px;
	}
	.headline_bk{
		background: url(../images/mv.jpg) no-repeat left center;
		background-size: cover;
		background-color:rgba(255,255,255,0.3);
		background-blend-mode:lighten;
	}
}