@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Osaka", sans-serif;
}

body {
	min-width: 320px;
	font-size: 12pt;
	color: #000;
	background-color: #fff;
	text-align: center;
}

h1 {
	font-size: 200%;
}
h2 {
	font-size: 150%;
}
h3 {
	font-size: 120%;
}
h4 {
	font-size: 100%;
}
h5 {
	font-size: 80%;
}
h6 {
	font-size: 70%;
}



.outer, .inner {
	position: relative;
	width: 100%;
}

.inner {
	margin: 0 auto 0 auto;
	padding: 5% 0 5% 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 1000px;
	font-size: 12pt;
	text-align: center;
}





.listmenu {
	padding: 0;
	margin: 0;
	display: inline-block;
	font-size: 0;
}
.listmenu li {
	display: inline-block;
	list-style: none;
}
.listmenu li:last-of-type {
	padding-right: 0px;
}
.listmenu li a {
	text-decoration: none;
}


.br-item {
	display: block;
}




.resize_wrapp {
	position: relative;
	width: 100%;
	margin: 0;
}
.resize_wrapp:before {
	content: "";
	display: block;
}

.resize_inner {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0 auto 0 auto;
}




.content_left,
.content_right {
	position: relative;
	display: inline-block;
	width: 50%;
	font-size: 0;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}




#title-img {
	/* background: url(../image/header01_p.jpg) center center / 100% 100% no-repeat; */
}
#sect_title .resize_wrapp:before {
	/* padding-top: 51.3%; */
	padding-top: 50.3%;
}






#title-comment {
	font-size: 18px;
	color: #000;
	text-align: center;
	line-height: 2;
}




.red {
	color: #f33 !important;
}
.green {
	color: #393 !important;
}
.blue {
	color: #33f !important;
}
.black {
	color: #333 !important;
}
.black0 {
	color: #000 !important;
}


.ta_left {
	text-align: left;
}
.ta_center {
	text-align: center;
}
.ta_right {
	text-align: right;
}


.bold {
	font-weight: bold;
}



.sp, .sp_ln, .sp_br, .sp_blk, .tb_br {
	display: none;
}
.pc_ln, .pc_br {
	display: inline;
}
.pc, .pc_blk {
	display: block;
}



.nobr {
	white-space: nowrap;
}
