@charset "utf-8";
/* -----------------------------------------------------------------
COMMON CSS
--------------------------------------------------------------------*/
/*--------------------------------
RESET
---------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	-webkit-appearance: none;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	overflow-y: scroll;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
input, textarea {
	margin: 0;
	padding: 0;
}
ol, ul {
	list-style: none;
}
img {
	vertical-align: bottom;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
a:focus {
	outline: none;
}
/*--------------------------------
STYLE
---------------------------------*/
html {
	color: #282828;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.4;
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
}
body {
}
p {
	margin-bottom: 20px;
	line-height: 1.6;
}
.pcOnly {
}
.spOnly {
	display: none;
}

@media screen and (max-width: 767px) {
	body {
	}
	.pcOnly {
		display: none;
	}
	.spOnly {
		display: block;
	}
}
/*--------------------------------
c_contents
---------------------------------*/
#c_contents {
	width: 660px;
	padding: 0px;
	margin-left: 5px;
	overflow: hidden;
}

@media screen and (max-width: 767px) {
	#c_contents {
		width: 100%;
		box-sizing: border-box;
	}
}
/*--------------------------------
mainArea
---------------------------------*/
.mainArea {
	width: 100%;
	min-width: 1060px;
	background: url(../img/bg.png) repeat-x top center;
	margin: 0 auto 100px;
}
.mainArea.bottom {
	margin-top: 100px;
}
.mainArea .inner {
	width: 1060px;
	margin: 0 auto;
	padding: 145px 20px 0;
}

@media screen and (max-width: 767px) {
	.mainArea {
		background-size: 510px auto;
		min-width: inherit;
		min-width: auto;
		margin-bottom: 60px;
	}
	.mainArea.bottom {
		margin-top: 30px;
	}
	.mainArea .inner {
		width: 100%;
		padding: 80px 15px 0;
		box-sizing: border-box;
	}
	.mainArea .inner .imgMain img {
		width: 290px;
		margin: 0 auto;
	}
}
/*--------------------------------
module
---------------------------------*/
/* title */
.imgTtl {
	width: 358px;
	margin: 0 auto 35px;
}
.imgTtl img {
	width: 100%;
	height: auto;
}
.hTtl01 {
	position: relative;
	text-align: center;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
.hTtl01:before {
	border-top: 1px solid #e3e3e3;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
}
.hTtl01 span {
	font-size: 20px;
	font-weight: bold;
	position: relative;
	background-color: #fff;
	display: inline-block;
	padding: 0 30px;
}
.hTtl02 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.hTtl03 {
	margin-bottom: 15px;
}
.hTtl03 span {
	font-size: 20px;
	font-weight: bold;
	background: linear-gradient(transparent 70%, #deedff 0%);
	display: inline;
	padding: 0 0 4px;
	background-position: 0 -7px;
	line-height: 1.8em;
}
/* box */
.bgBox01 {
	background: #f7f8f8;
	padding: 0px;
	margin-bottom: 10px;
}
.c_contentsInner {
	padding: 0 20px;
	margin-bottom: 60px;
}
.imgArea {
	min-height: 350px;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}
/* list */
.col3 {
	margin: 0;
	margin-bottom: 10px;
}
.col3 ul {
	overflow: hidden;
	width: 100%;
	display: table;
}
.col3 ul li {
	display: table-cell;
	margin: 0 10px;
}
.col3 ul li .canvasWrap {
	width: 220px;
	margin: 0 auto;
}
.col3 ul li .img {
	text-align: center;
}
.col3 ul li .img img {
	width: 70px;
	height: auto;
	margin-bottom: 5px;
}
.col3 ul li .txt {
	text-align: center;
	font-size: 15px;
	margin-bottom: 5px;
}
.col3 ul li p {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 0;
}
.col3 ul li .ttl {
	font-size: 15px;
	margin-bottom: 0;
}
.list01 {
	margin-bottom: 20px;
}
.list01 li {
	margin-bottom: 5px;
}
.boxList01 {
	text-align: center;
	letter-spacing: -1em;
	counter-reset: number;
	margin: 0 -10px 10px;
}
.boxList01 li {
	display: inline-block;
	letter-spacing: normal;
	padding: 0 10px 10px;
	box-sizing: border-box;
	vertical-align: top;
}
.boxList01 li .inner {
	width: 200px;
	box-sizing: border-box;
	border: 2px solid #e4f0ff;
	padding: 10px 5px;
}
.boxList01 li .inner:before {
	display: inline-block;
	color: #fff;
	background: #d4e8ff;
	font-size: 18px;
	padding: 10px 15px;
	margin: 0 10px 10px;
	line-height: 1;
	counter-increment: number;
	content: counter(number);
}
.boxList01 li .inner .ttl {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
/* btn */
.btn01 {
	text-align: center;
	margin-top: 40px;
}
.btn01 a {
	position: relative;
	display: inline-block;
	padding: 25px 0;
	text-decoration: none;
	color: #fff;
	font-size: 40px;
	background: #b31d23;
	border-bottom: solid 2px #9e191f;
	border-radius: 5px;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
	font-weight: bold;
	width: 430px;
	line-height: 1;
}
.btn01 a:active {
	border-bottom: solid 2px #b31d23;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
.caption {
	font-size: 11px;
	color: #7b7b7b;
}
.table01 {
	width: 100%;
	margin-bottom: 10px;
}
.table01 .inner {
	overflow: auto;
	white-space: nowrap;
}
.table01 .inner table {
	width: 100%;
	background: #fff;
}
.table01 .inner table th, table td {
	padding: 3px;
	border: 1px solid #dddddd;
}
.table01 .inner table th {
	width: 50px; text-align: center; background: #e8e8e8; } .table01 .inner table th:first-child {
	width: 50px;
}
.table01 .inner table th:nth-child(2) {
	text-align: center;
	font-weight: bold;
	width: 90px;
	background: #e8acac;
}
.table01 .inner table td {
	text-align: right;
	vertical-align: middle;
}
.table01 .inner table td:first-child {
	text-align: center;
	font-weight: bold;
	color: #334455;
}
.table01 .inner table td:nth-child(2) {
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	color: #334455;
	background: #f6dada;
}

@media screen and (max-width: 767px) {
	.imgTtl {
		width: 238px;
		margin-bottom: 15px;
	}
	.hTtl1 {
		margin: 0 -15px 20px;
	}
	.hTtl02 {
		margin-bottom: 17px;
	}
	.hTtl03 {
		margin-bottom: 5px;
	}
	.hTtl03 span {
		font-size: 15px;
		background-position: 0 -3px;
	}
	.bgBox01 {
		padding: 0px;
		margin-bottom: 10px;
	}
	.c_contentsInner {
		padding: 0;
	}
	.col3 {
		margin-bottom: 5px;
	}
	.col3 ul {
		display: block;
		width: auto;
	}
	.col3 ul li {
		display: block;
		width: 100%;
		box-sizing: border-box;
		padding: 0 30px;
		margin: 0 0 25px;
	}
	.col3 ul li .canvasWrap {
		width: 75%;
		box-sizing: border-box;
	}
	.col3 ul li .img img {
		margin-bottom: 15px;
	}
	.boxList01 {
		text-align: center;
		letter-spacing: -1em;
		counter-reset: number;
		margin: 5px;
	}
	.boxList01 li {
		width: 50%;
		letter-spacing: normal;
		padding: 0 10px 10px;
		box-sizing: border-box;
	}
	.boxList01 li .inner {
		width: 100%;
		padding: 10px 0;
	}
	.boxList01 li .inner:before {
		font-size: 11px;
		margin-bottom: 10px;
		padding: 5px 7px;
	}
	.boxList01 li .inner p {
		margin: 0;
	}
	.boxList01 li .inner .ttl {
		margin-bottom: 10px;
	}
	.table01 .inner {
		margin: 0;
	}
	.table01 .inner::-webkit-scrollbar {
	 height: 5px;
	}
	.table01 .inner::-webkit-scrollbar-track {
	 background: #F1F1F1;
	}
	.table01 .inner::-webkit-scrollbar-thumb {
	 background: #BCBCBC;
	}
	.table01 .inner table {
		width: auto;
		font-size: 10px;
		width: inherit;
	}

	.table01 .inner table th:nth-child(2) {
		width: 70px;
		background: #e8acac;
	}

	.table01 .inner table td:nth-child(2) {
		font-size: 12px;
	}

	.c_contentsInner {
		margin-bottom: 45px;
	}
	.btn01 a {
		width: 270px;
		font-size: 20px;
	}
}


@media screen and (max-width: 767px) {
	.table01 .inner table {
		font-size: 8px;
	}
}
