@charset "UTF-8";

/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/

html,body{	height:100%;}
html{
	font-size:62.5%;
	overflow-y: scroll;
}
body {
	min-width: 1100px;
}

figure {
	margin: 0;
	text-align: center;
	line-height: 0;
}


body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 1.9rem;
	line-height: 1.5em;
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
	font-family:'Noto Sans JP', "メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
	text-align: left;
	color: #000;
}

.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}

.mb25 {
	margin-bottom: 25px;
}

.serif {
	font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", Georgia, Times, "Times New Roman", serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
a {
	color: #000;
	font-size: 1.9rem;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a img {
	transition: opacity 0.3s ease-out;
}
a:hover img {
	opacity: 0.7;
}

.sp {
	display: none;
}

/* ------------------------------
    clearfix
------------------------------ */

.cf:after{
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}

.cf {display: inline-block;}

/* Hides from IE Mac */
* html .cf {height: 1%;}
.cf {display:block;}
/* End Hack */


.contents-wrap {
	width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
}

.column {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/* ----------------------------------------------------------------------------------------------------
*  SP
* --------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	body {
		min-width: 0;
		width: 100%;
	}

	body, h1, h2, h3, h4, h5, h6, p, address,
	ul, ol, li, dl, dt, dd,
	table, th, td, img, form, a {
		font-size: 1.4rem;
	}
	figure {
		width: 100%;
		text-align: center;
	}
	img {
		max-width: 100%;
		height: auto;
	}
	.pc {
		display: none;
	}
	.sp {
		display: inline-block;
	}
	.contents-wrap {
		width: 100%;
	}
	.column-pc {
		display: block;
	}
}