@charset "utf-8";


/* hX
********************************/


/* h1*/

.c-h1Bg01-c,
.c-h1Bg01-b,
.c-h1Bg01-t {
	padding: 11% 30px;
	margin-bottom: 20px;
	text-align: center;
}

.c-h1Bg01-c {
	background: url(/system/files/common/img/bg_h1title01.png) top center no-repeat;
	background-size: cover;
}

.c-h1Bg01-b {
	background: url(/system/files/common/img/bg_h1title02.png) top center no-repeat;
	background-size: cover;
}

.c-h1Bg01-t {
	background: url(/system/files/common/img/bg_h1title03.png) top center no-repeat;
	background-size: cover;
}

.c-h1Title01 {
	display: inline-block;
	font-size: 2rem;
	line-height: 1.4;
	font-weight: bold;
	color: #212121;
}

.c-h1 {
	padding: 25px 10px 0;
	margin-bottom: 20px;
}

.c-h1 .c-txt {
	margin-top: 10px;
}

.c-h1Title02 {
	display: inline-block;
	font-size: 2rem;
	line-height: 1.4;
	font-weight: bold;
	color: #212121;
}



/* h2*/

.c-h2Title02 {
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
	padding-bottom: 5px;
	width: 100%;
	font-size: 1.8rem;
	font-weight: bold;
	color: #212121;
	border-bottom: none;
	line-height: 1.4;
}

.c-h2Title02 a {
	color: #212121;
	text-decoration: underline;
}

.c-h2Title02 a:hover {
	text-decoration: none;
}

.c-h2Bdr01.c-big .c-h2Title02 {
	border-bottom: 3px solid #e80000;
}

.c-h2Bdr01.c-toto .c-h2Title02 {
	border-bottom: 3px solid #ffd800;
}

.c-h2Bdr01.c-cmn .c-h2Title02 {
	border-bottom: 3px solid #212121;
}


/* h3*/

.c-h3Title02 {
	position: relative;
	display: inline-block;
	margin-bottom: 15px;
	width: 100%;
	font-size: 1.8rem;
	line-height: 1.4;
	font-weight: bold;
}

.c-h3Title02 a {
	color: #212121;
	text-decoration: underline;
}

.c-h3Title02 a:hover {
	text-decoration: none;
}

.c-h3Bdr01 .c-h3Title02 {
	padding-left: 10px;
}

.c-h3Bdr01 .c-h3Title02:before {
	content: "";
	border-left: 4px solid #e80000;
	position: absolute;
	left: 0;
	top: 0;
	height: 2.5rem;
}

.c-h3Bdr01.c-big .c-h3Title02:before {
	border-left: 4px solid #e80000;
}

.c-h3Bdr01.c-toto .c-h3Title02:before {
	border-left: 4px solid #ffd800;
}

.c-h3Bdr01.c-cmn .c-h3Title02:before {
	border-left: 4px solid #212121;
}


/* h4*/

.c-h4Title01 {
	position: relative;
	display: inline-block;
	margin-bottom: 15px;
	width: 100%;
	font-size: 1.4rem;
	line-height: 1.4;
	font-weight: bold;
}

.c-h4Title01 a {
	color: #212121;
	text-decoration: underline;
}

.c-h4Title01 a:hover {
	text-decoration: none;
}

.c-h4Bdr01 .c-h4Title01 {
	padding-left: 10px;
}

.c-h4Bdr01 .c-h4Title01:before {
	content: "";
	border-left: 4px solid #e80000;
	position: absolute;
	left: 0;
	top: 0;
	height: 2rem;
}

.c-h4Bdr01.c-big .c-h4Title01:before {
	border-left: 4px solid #e80000;
}

.c-h4Bdr01.c-toto .c-h4Title01:before {
	border-left: 4px solid #ffd800;
}

.c-h4Bdr01.c-cmn .c-h4Title01:before {
	border-left: 4px solid #212121;
}


/* h5*/

.c-h5Title01 {
	position: relative;
	display: inline-block;
	margin-bottom: 15px;
	width: 100%;
	font-size: 1.4rem;
	line-height: 1.4;
	font-weight: bold;
}

@media print,
screen and (min-width: 768px) {
	/* h1*/
	.c-h1Bg01-c,
	.c-h1Bg01-b,
	.c-h1Bg01-t {
		position: relative;
		padding: 80px 30px 75px;
		margin-bottom: 30px;
		min-width: 768px;
		min-height: 180px;
		background-size: auto;
	}
	.c-h1Bg01-c {
		background: url(/system/files/common/img/bg_h1title01_pc.png) top center no-repeat;
	}
	.c-h1Bg01-b {
		background: url(/system/files/common/img/bg_h1title02_pc.png) top center no-repeat;
	}
	.c-h1Bg01-t {
		background: url(/system/files/common/img/bg_h1title03_pc.png) top center no-repeat;
	}
	.c-h1Title01 {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit-transform: translateY(-50%) translateX(-50%);
		margin: 0 auto;
		max-width: 1104px;
		width: 820px;
		font-size: 3.6rem;
		line-height: 1.4;
	}
	.c-h1 {
		width: 1104px;
		margin: 40px auto 30px;
		position: relative;
		padding: 0;
	}
	.c-h1 .c-h1Title02 {
		width: 100%;
		margin: 0 auto;
		font-size: 3.6rem;
		line-height: 1.4;
	}
	/* h2*/
	.c-h2Title02 {
		margin-bottom: 40px;
		font-size: 2.4rem;
		line-height: 1.4;
	}
	/* h3*/
	.c-h3Title02 {
		margin-bottom: 20px;
		font-size: 2rem;
		line-height: 1.4;
	}
	.c-h3Bdr01 .c-h3Title02:before {
		height: 2.8rem;
	}
	/* h4*/
	.c-h4Title01 {
		font-size: 1.8rem;
		line-height: 1.4;
	}
	.c-h4Bdr01 .c-h4Title01:before {
		height: 2.5rem;
	}
	/* h5*/
	.c-h5Title01 {
		font-size: 1.6rem;
		line-height: 1.4;
	}
}



/* パンくず
********************************/

@media print,
screen and (min-width: 768px) {
	.dirpath {
		margin-bottom: 40px;
	}
}



/* column
********************************/
.b-column2-01 {
	margin-bottom: 20px;
}

.b-column2-01>.col {
	margin-bottom: 15px;
}

.b-column2-01 .col .img {
	margin-bottom: 10px;
}

.b-column2-01 .col .ttl {
	margin-bottom: 15px;
	font-size: 1.8rem;
	line-height: 1.4;
	font-weight: bold;
}

.b-column2-01 .col:last-child {
	margin-bottom: 0;
}

.b-column2-01 .col:nth-child(-n+3) {
	margin-top: 0px;
}

.c-column2-01 {
	margin-bottom: 20px;
}

.c-column2-01.c-listCircle01 {
	margin-bottom: 15px;
}

.c-column2-01:after {
	content: "";
	display: table;
	clear: both;
}

.c-column2-01 .col {
	float: left;
	width: calc(50% - 15px);
	margin-right: 30px;
}

.c-column2-01 .col:nth-child(2n+2) {
	margin-right: 0;
}

.c-column2-01 .col:nth-child(n+3) {
	margin-top: 15px;
}

.c-column2-01 .col:nth-child(-n+2) {
	margin-top: 0px;
}

.c-column2-02 {
	margin-bottom: 20px;
}

.c-column2-02:after {
	content: "";
	display: table;
	clear: both;
}

.c-column2-02 .col {
	float: left;
	width: calc(50% - 7.5px);
	margin-right: 15px;
}

.c-column2-02 .col:nth-child(2n+2) {
	margin-right: 0;
}

.c-column2-02 .col:nth-child(n+3) {
	margin-top: 15px;
}

.c-column2-02 .col:nth-child(-n+2) {
	margin-top: 0px;
}

.c-column2-03 {
	margin-bottom: 20px;
}

.c-column2-03>.col+.col {
	margin-top: 30px;
}

.c-column2-04 {
	margin-bottom: 20px;
}

.c-column2-04>.col+.col {
	margin-top: 30px;
}

.c-column2-05:after {
	content: "";
	display: table;
	clear: both;
}

.c-column2-05>* {
	margin-bottom: 15px;
	display: table;
	table-layout: fixed;
}

.c-column2-05>.img {
	display: block;
	text-align: center;
}

.c-column2-05>.btn {
	float: left;
	width: calc(50% - 7.5px);
	margin-bottom: 0;
	margin-right: 15px;
}
.c-column2-05>.btn:only-child{
	float: none;
	margin:0 auto;
}

.c-column2-05 .btn a {
	padding: 17px 20px 17px 17px;
	display: block;
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}

.c-column2-05>*:nth-child(2n+2) {
	margin-right: 0;
}

.c-column2-05 .txt>*:last-child {
	margin-bottom: 0;
}

.c-column3-01 {
	margin-bottom: 20px;
}

.c-column3-01.c-listCircle01 {
	margin-bottom: 15px;
}

.c-column3-01 .col {
	margin-bottom: 15px;
}

.c-column3-01 .col:last-child {
	margin-bottom: 0;
}

.c-column3-01 .col:nth-child(-n+3) {
	margin-top: 0px;
}

.c-column3-02 {
	margin-bottom: 20px;
}

.c-column3-02 .col {
	margin-bottom: 15px;
}

.c-column3-02 .col:nth-child(-n+3) {
	margin-top: 0px;
}

.c-column3-03 {
	margin-bottom: 20px;
}

.c-column3-03>.col {
	margin-bottom: 15px;
}

.c-column3-03 .col .img {
	margin-bottom: 10px;
}

.c-column3-03 .col .ttl {
	margin-bottom: 15px;
	font-size: 1.8rem;
	line-height: 1.4;
	font-weight: bold;
}

.c-column3-03 .col:last-child {
	margin-bottom: 0;
}

.c-column3-03 .col:nth-child(-n+3) {
	margin-top: 0px;
}

.c-column4-01 {
	margin-bottom: 20px;
}

.c-column4-01.c-listCircle01 {
	margin-bottom: 15px;
}

.c-column4-01:after {
	content: "";
	display: table;
	clear: both;
}

.c-column4-01 .col {
	float: left;
	width: calc(50% - 15px);
	margin-right: 30px;
}

.c-column4-01>.col:first-child {
	margin-top: 0;
}

.c-column4-01 .col:nth-child(2n+2) {
	margin-right: 0;
}

.c-column4-01 .col:nth-child(-n+2) {
	margin-top: 0;
}

.c-column4-01 .col:nth-child(n+3) {
	margin-top: 25px;
}

.c-column4-02 {
	margin-bottom: 20px;
}

.c-column4-02:after {
	content: "";
	display: table;
	clear: both;
}

.c-column4-02 .col {
	float: left;
	width: calc(50% - 7.5px);
	margin-right: 15px;
}

.c-column4-02 .col>*+.c-column4-02 .col>* {
	margin-top: 15px;
}

.c-column4-02>.col:first-child {
	margin-top: 0;
}

.c-column4-02 .col:nth-child(2n+2) {
	margin-right: 0;
}

.c-column4-02 .col:nth-child(-n+2) {
	margin-top: 0;
}

.c-column4-02 .col:nth-child(n+3) {
	margin-top: 15px;
}

.c-column4-03 {
	margin-bottom: 20px;
}

.c-column4-03:after {
	content: "";
	display: table;
	clear: both;
}

.c-column4-03 .col {
	float: left;
	width: calc(50% - 7.5px);
	margin-right: 15px;
}

.c-column4-03 .col>*+.c-column4-03 .col>* {
	margin-top: 15px;
}

.c-column4-03>.col:first-child {
	margin-top: 0;
}

.c-column4-03 .col:nth-child(2n+2) {
	margin-right: 0;
}

.c-column4-03 .col:nth-child(-n+2) {
	margin-top: 0;
}

.c-column4-03 .col:nth-child(n+3) {
	margin-top: 10px;
}

.c-imgCol1-01 {
	margin-bottom: 20px;
}

.c-imgCol2-01 {
	width: calc(50% - 7.5px);
	margin-bottom: 20px;
}

.c-imgCol3-01 {
	width: calc(50% - 7.5px);
	. margin-bottom: 20px;
}

.col>*:last-child {
	margin-bottom: 0;
}

@media print,
screen and (min-width: 768px) {
	.b-column2-01 {
		margin-bottom: 40px;
	}
	.b-column2-01:after {
		content: "";
		display: table;
		clear: both;
	}
	.b-column2-01 .col {
		float: left;
		width: 532px;
		margin-right: 40px;
		margin-bottom: 0;
	}
	.b-column2-01 .col:nth-child(2n) {
		margin-right: 0;
	}
	.b-column2-01 .col:nth-child(n+3) {
		margin-top: 40px;
	}
	.b-column2-01 .col .ttl {
		font-size: 2rem;
	}
	.c-column2-01 {
		margin-bottom: 40px;
	}
	.c-column2-01 .col {
		width: calc(50% - 30px);
		margin-right: 60px;
	}
	.c-column2-02 {
		margin-bottom: 40px;
	}
	.c-column2-02 .col {
		width: calc(50% - 20px);
		margin-right: 40px;
	}
	.c-column2-03 {
		margin-bottom: 40px;
	}
	.c-column2-03:after {
		content: "";
		display: table;
		clear: both;
	}
	.c-column2-03 .col {
		float: left;
		width: calc(50% - 20px);
		margin-right: 40px;
	}
	.c-column2-03 .col:nth-child(2n+2) {
		margin-right: 0;
	}
	.c-column2-03 .col:nth-child(n+3) {
		margin-top: 40px;
	}
	.c-column2-03 .col:nth-child(-n+2) {
		margin-top: 0px;
	}
	.c-column2-04 {
		margin-bottom: 40px;
	}
	.c-column2-04:after {
		content: "";
		display: table;
		clear: both;
	}
	.c-column2-04 .col {
		float: left;
		width: calc(50% - 30px);
		margin-right: 60px;
	}
	.c-column2-04 .col:nth-child(2n+2) {
		margin-right: 0;
	}
	.c-column2-04 .col:nth-child(n+3) {
		margin-top: 40px;
	}
	.c-column2-04 .col:nth-child(-n+2) {
		margin-top: 0px;
	}
	.c-column2-05 {
		width: 100%;
		margin-right: 24px;
	}
	.c-column2-05>* {
		clear: both;
		width: 100%;
		margin-right: 0;
	}
	.c-column2-05 .btn {
		margin-bottom: 10px;
	}
	.c-column2-05 .btn:last-of-type {
		margin-bottom: 0;
	}
	.c-column2-05 .btn a {
		padding: 14px 20px 14px 17px;
		display: block;
	}
	.c-column3-01 {
		margin-bottom: 40px;
	}
	.c-column3-01:after {
		content: "";
		display: table;
		clear: both;
	}
	.c-column3-01 .col {
		float: left;
		width: calc(33.3% - 30px);
		margin-right: 45px;
		margin-bottom: 0;
	}
	.c-column3-01 .col:nth-child(3n) {
		margin-right: 0;
	}
	.c-column3-01 .col:nth-child(n+4) {
		margin-top: 15px;
	}
	.c-column3-02 {
		margin-bottom: 40px;
	}
	.c-column3-02:after {
		content: "";
		display: table;
		clear: both;
	}
	.c-column3-02 .col {
		float: left;
		width: 341px;
		margin-bottom: 0;
	}
	.c-column3-02 .col:nth-child(3n-2) {
		margin-right: 41px;
	}
	.c-column3-02 .col:nth-child(3n-1) {
		margin-right: 40px;
	}
	.c-column3-02 .col:nth-child(n+4) {
		margin-top: 15px;
	}
	.c-column3-03 {
		margin-bottom: 40px;
	}
	.c-column3-03:after {
		content: "";
		display: table;
		clear: both;
	}
	.c-column3-03 .col {
		float: left;
		width: 341px;
		margin-right: 40px;
		margin-bottom: 0;
	}
	.c-column3-03 .col:nth-child(3n) {
		margin-right: 0;
	}
	.c-column3-03 .col:nth-child(n+4) {
		margin-top: 40px;
	}
	.c-column3-03 .col .ttl {
		font-size: 2rem;
	}
	.c-column4-01 {
		margin-bottom: 40px;
	}
	.c-column4-01 .col {
		float: left;
		width: calc(25% - 30px);
		margin-right: 40px;
	}
	.c-column4-01 .col:nth-child(2n+2) {
		margin-right: 40px;
	}
	.c-column4-01 .col:nth-child(-n+4) {
		margin-top: 0;
	}
	.c-column4-01 .col:nth-child(4n) {
		margin-right: 0;
	}
	.c-column4-01 .col:nth-child(n+5) {
		margin-top: 15px;
	}
	.c-column4-02 {
		margin-bottom: 40px;
	}
	.c-column4-02 .col {
		float: left;
		width: calc(25% - 30px);
		margin-right: 40px;
	}
	.c-column4-02 .col:nth-child(2n+2) {
		margin-right: 40px;
	}
	.c-column4-02 .col:nth-child(-n+4) {
		margin-top: 0;
	}
	.c-column4-02 .col:nth-child(4n) {
		margin-right: 0;
	}
	.c-column4-02 .col:nth-child(n+5) {
		margin-top: 20px;
	}
	.c-column4-03 {
		margin-bottom: 40px;
	}
	.c-column4-03 .col {
		float: left;
		width: calc(25% - 30px);
		margin-right: 40px;
	}
	.c-column4-03 .col:nth-child(2n+2) {
		margin-right: 40px;
	}
	.c-column4-03 .col:nth-child(-n+4) {
		margin-top: 0;
	}
	.c-column4-03 .col:nth-child(4n) {
		margin-right: 0;
	}
	.c-column4-03 .col:nth-child(n+5) {
		margin-top: 20px;
	}
	.c-imgCol1-01 {
		margin-bottom: 40px;
	}
	.c-imgCol2-01 {
		width: 532px;
		margin-bottom: 40px;
	}
	.c-imgCol3-01 {
		width: 341px;
		margin-bottom: 40px;
	}
}



/* 画像付き(回り込みなし)
********************************/

.c-imgbox01 {
	margin-bottom: 20px;
}

.c-imgbox01:after {
	content: "";
	display: table;
	clear: both;
}

.c-imgbox01 .col {
	margin-top: 10px;
}

.c-imgbox01 .col.img {
	text-align: center;
}

.c-imgbox01>.col:first-child {
	margin-top: 0;
}

.c-imgbox02 {
	margin-bottom: 20px;
}

.c-imgbox02 .col .c-column2-btn02 {
	margin: 15px 0 0;
}

.c-imgbox03>*:last-child {
	margin-bottom: 0!important;
}

.c-imgbox03 .ttl {
	font-size: 1.8rem;
	line-height: 1.6;
	margin-bottom: 15px;
	color: #212121;
	font-weight: bold;
}

.c-imgbox03 .ttl a {
	color: #000;
}

.c-imgbox03 .img {
	margin-bottom: 15px;
	text-align: center;
}

.c-imgbox03 .txt {
	margin-bottom: 15px;
}

.c-imgbox03 .btn {
	margin: 0 auto 15px;
	width: 63.38%;
}

.c-imgbox03 .btn a {
	width: 100%;
}

.c-imgbox04 .ttl {
	font-size: 1.8rem;
	line-height: 1.4;
	color: #212121;
	font-weight: bold;
}

.c-imgbox04 .ttl a {
	color: #212121;
}

.c-imgbox04 .c-column2 {
	margin-top: 15px;
}

.c-imgbox04 .c-column2:after {
	content: "";
	display: table;
	clear: both;
}

.c-imgbox04 .c-column2 .img {
	margin: 0 0 15px 0;
	text-align: center;
}

.c-imgbox04 .c-column2 .right {
	margin-bottom: 15px;
}

.c-imgbox04 .c-column2 .right>*:last-child {
	margin-bottom: 0;
}

.c-imgbox04 .c-column2>*:last-child {
	margin-bottom: 0;
}

.c-imgbox04 .c-column2-05 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
	clear: both;
}

.c-imgbox04 .c-column2-05:after {
	content: "";
	display: table;
	clear: both;
}

.c-imgbox05 {
	margin-bottom: 40px
}

.c-imgbox05 .c-column2 {
	margin-top: 15px;
}

.c-imgbox05 .c-column2>.right {
	margin-top: 15px;
}

.c-imgbox05 .c-column2>*>*+* {
	margin-top: 20px;
}

.c-imgbox06 {
	margin-bottom: 20px
}

.c-imgbox06 .c-column2 {
	margin-top: 15px;
}

.c-imgbox06 .c-column2>.right {
	margin-top: 15px;
}

.c-imgbox06 .c-column2>*>*+* {
	margin-top: 20px;
}

@media print,
screen and (min-width: 768px) {
	.c-imgbox01 {
		margin-bottom: 40px;
	}
	.c-imgbox01 .col {
		float: left;
		margin-top: 0;
		width: 542px;
	}
	.c-imgbox01>.col:first-child {
		margin-right: 30px;
	}
	.c-imgbox01 .col.img {
		width: 532px;
	}
	.c-imgbox01Right {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	.c-imgbox01Right>.col:first-child {
		margin-right: 0;
		margin-left: 30px;
	}
	.c-imgbox02 {
		margin-bottom: 40px;
	}
	.c-imgbox02:after {
		content: "";
		display: table;
		clear: both;
	}
	.c-imgbox02 .col {
		width: 542px;
		float: left;
	}
	.c-imgbox02>.col:first-child {
		margin-right: 30px;
	}
	.c-imgbox02 .col .c-column2-btn02 {
		margin-top: 30px;
	}
	.c-imgbox02 .col.img {
		width: 532px;
	}
	.c-imgbox03 .ttl {
		margin-bottom: 20px;
		font-size: 2.4rem;
		line-height: 1.4;
		color: #212121;
	}
	.c-imgbox03 .ttl a {
		color: #212121;
	}
	.c-imgbox03 .ttl a:hover {
		text-decoration: underline;
	}
	.c-imgbox03 .img {
		margin-bottom: 20px;
	}
	.c-imgbox03 .txt {
		margin: 0 0 30px;
	}
	.c-imgbox03 .btn {
		margin: 0 auto 30px;
		width: 261px;
	}
	.c-imgbox04 .c-column2 .img {
		float: left;
		width: 206px;
		margin: 0 30px 0 0;
	}
	.c-imgbox04 .c-column2 .right {
		float: right;
		width: 285px;
		margin-bottom: 20px;
	}
	.c-imgbox04 .c-column2-05 {
		-webkit-flex-direction: column;
		flex-direction: column;
		width: 261px;
		margin-right: 24px;
		float: right;
		clear: none;
	}
	.c-column2-05 .btn {
		float: none;
		margin-right: 0;
		width: inherit;
	}
	.c-imgbox04 .c-column2-05 .btn a {
		width: 100%;
	}
	.c-imgbox05 {
		margin-bottom: 40px
	}
	.c-imgbox05 .c-column2 {
		margin-top: 20px;
		display: table;
		width: 100%;
		table-layout: fixed;
	}
	.c-imgbox05 .c-column2>* {
		display: table-cell;
		vertical-align: top;
	}
	.c-imgbox05 .c-column2>.right {
		margin-top: 0;
	}
	.c-imgbox05 .c-column2 .img {
		width: 452px;
		padding-right: 30px;
	}
	.c-imgbox06 {
		margin-bottom: 40px
	}
	.c-imgbox06 .c-column2 {
		width: 100%;
		display: table;
		table-layout: fixed;
		margin-top: 20px;
	}
	.c-imgbox06 .c-column2>* {
		display: table-cell;
		vertical-align: top;
	}
	.c-imgbox06 .c-column2>.right {
		margin-top: 0;
	}
	.c-imgbox06 .c-column2 .img {
		width: 206px;
		padding-right: 30px;
	}
}



/* 画像付きカラム(回り込みあり)
********************************/

.c-imgboxLeft01 {
	margin-bottom: 20px;
}

.c-imgboxLeft01:after {
	content: "";
	display: table;
	clear: both;
}

.c-imgboxLeft01 .col.img {
	margin: 0 0px 15px 0;
	text-align: center;
}

.c-imgboxRight01 {
	margin-bottom: 20px;
}

.c-imgboxRight01:after {
	content: "";
	display: table;
	clear: both;
}

.c-imgboxRight01 .col.img {
	margin: 0 0 15px 0px;
	text-align: center;
}

@media print,
screen and (min-width: 768px) {
	.c-imgboxLeft01 {
		margin-bottom: 40px;
	}
	.c-imgboxLeft01 .col.img {
		float: left;
		width: 532px;
		margin: 0 30px 30px 0;
	}
	.c-imgboxRight01 {
		margin-bottom: 40px;
	}
	.c-imgboxRight01 .col.img {
		float: right;
		width: 532px;
		margin: 0 0 30px 30px;
	}
}



/* list
********************************/

p.c-attention01 {
	position: relative;
	padding-left: 2rem;
	font-size: 1.4rem;
	line-height: 1.6;
	color: #212121;
	margin-bottom: 15px;
}

p.c-attention01:before {
	position: absolute;
	left: 0;
	content: "※";
}

ul.c-attention01 {
	margin-bottom: 15px;
}

.c-attention01 li {
	position: relative;
	padding-left: 2rem;
	font-size: 1.4rem;
	line-height: 1.6;
	color: #212121;
}

.c-attention01 li:before {
	position: absolute;
	left: 0;
	content: "※";
}

ul.c-attention02 {
	margin-bottom: 15px;
}

.c-attention02 li {
	position: relative;
	margin-top: 5px;
	padding-left: 2.5em;
	font-size: 1.4rem;
	counter-increment: calc-ex01;
	line-height: 1.6;
	color: #212121;
}

.c-attention02 li:before {
	position: absolute;
	left: 0;
	content: '※'counter(calc-ex01);
}

ul.c-attention03 {
	margin-bottom: 15px;
}

.c-attention03 li {
	position: relative;
	margin-top: 10px;
	padding-left:  2.5em;
	font-size: 1.4rem;
	line-height: 1.6;
	color: #212121;
}

.c-attention03 li:before {
	position: absolute;
	left: 0;
	content: "※";
}

.c-listCircle01 {
	margin-bottom: 15px;
}

.c-listCircle01>* {
	position: relative;
	padding-left: 1.5rem;
	font-size: 1.4rem;
	line-height: 1.6;
	color: #212121;
	margin-top: 5px;
}

.c-listCircle01 *:first-child {
	margin-top: 0px;
}

.c-listCircle01>*:before {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: 0;
	width: 8px;
	height: 8px;
	background-color: #999;
	border-radius: 100%;
}

p.c-listCircle01 {
	position: relative;
	padding-left: 1.5rem;
	font-size: 1.4rem;
	line-height: 1.6;
	color: #212121;
	margin-bottom: 15px;
}

p.c-listCircle01:before {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: 0;
	width: 8px;
	height: 8px;
	background-color: #999;
	border-radius: 100%;
}

.c-listCircle02 {
	margin-bottom: 15px;
}

.c-listCircle02 * {
	position: relative;
	padding-left: 1.5rem;
	font-size: 1.4rem;
	line-height: 1.6;
	color: #212121;
	margin-top: 15px;
}

.c-listCircle02 *:first-child {
	margin-top: 0px;
}

.c-listCircle02 *:before {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: 0;
	width: 8px;
	height: 8px;
	background-color: #999;
	border-radius: 100%;
}

p.c-listCircle02 {
	position: relative;
	padding-left: 1.5rem;
	font-size: 1.4rem;
	line-height: 1.6;
	color: #212121;
	margin-bottom: 15px;
}

p.c-listCircle02:before {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: 0;
	width: 8px;
	height: 8px;
	background-color: #999;
	border-radius: 100%;
}

ul.c-listNum01 {
	margin-bottom: 15px;
}

.c-listNum01 li {
	position: relative;
	padding-left: 2em;
	font-size: 1.4rem;
	counter-increment: calc-ex02;
	line-height: 1.6;
	color: #212121;
	margin-top: 5px;
}

.c-listNum01 li:first-child {
	margin-top: 0px;
}

.c-listNum01 li:before {
	position: absolute;
	left: 0;
	content: counter(calc-ex02)'.';
}

.c-listNum02 {
	margin-bottom: 15px;
}

.c-listNum02 li {
	position: relative;
	padding-left: 2em;
	font-size: 1.4rem;
	counter-increment: calc-ex03;
	line-height: 1.6;
	color: #212121;
	margin-top: 5px;
}

.c-listNum02 li:first-child {
	margin-top: 0px;
}

.c-listNum02 li:before {
	position: absolute;
	left: 0;
	content: counter(calc-ex03)'）';
}

.c-listImg01 {
	margin-bottom: 20px;
}

.c-listImg01 li {
	position: relative;
	padding-left: 40px;
	font-size: 1.4rem;
	line-height: 1.6;
	color: #212121;
	margin-top: 15px;
}

.c-listImg01 li:first-child {
	margin-top: 0px;
}

.c-listImg01 li:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 23px;
	background: url(/system/files/common/img/ico_voice01.png) 0 0 no-repeat;
	background-size: cover;
}

.c-taglist01:after {
	content: "";
	display: table;
	clear: both;
}

.c-taglist01 {
	display: block;
}

.c-taglist01 dt,
.c-taglist01 dd {
	font-size: 1.4rem;
	display: block;
}

.c-taglist01 dd {
	margin-top: 10px;
}

.c-taglist01 dt {
	display: inline-block;
}

.c-taglist01 .tag {
	display: inline-block;
	border: 1px solid #e80000;
	color: #e80000;
	margin-left: 10px;
	padding: 5px;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1em;
	vertical-align: top;
}

@media print,
screen and (min-width: 768px) {
	p.c-attention01 {
		font-size: 1.4rem;
		padding-left: 1.8rem;
	}
	.c-attention01 li {
		margin-top: 10px;
		font-size: 1.4rem;
		padding-left: 1.8rem;
	}
	.c-attention02 li {
		padding-left: 2.5em;
	}
	ul.c-listCircle01 {
		margin-bottom: 20px;
	}
	.c-listCircle01>* {
		font-size: 1.6rem;
		padding-left: 1.8rem;
		margin-top: 10px;
	}
	.c-listCircle01>*:before {
		left: 3px;
	}
	p.c-listCircle01 {
		font-size: 1.6rem;
		padding-left: 1.8rem;
	}
	p.c-listCircle01:before {
		left: 3px;
	}
	.c-listCircle02 * {
		font-size: 1.6rem;
		padding-left: 1.8rem;
		margin-top: 20px;
	}
	.c-listCircle02 *:before {
		left: 3px;
	}
	p.c-listCircle02 {
		font-size: 1.6rem;
		padding-left: 1.8rem;
	}
	p.c-listCircle02:before {
		left: 3px;
	}
	ul.c-listNum01 {
		margin-bottom: 20px;
	}
	.c-listNum01 li {
		font-size: 1.6rem;
		margin-top: 10px;
	}
	.c-listNum02 {
		margin-bottom: 20px;
	}
	.c-listNum02 li {
		font-size: 1.6rem;
		margin-top: 10px;
	}
	.c-listImg01 {
		margin-bottom: 40px;
	}
	.c-listImg01 li {
		font-size: 1.6rem;
		margin-top: 10px;
	}
	.c-listImg01 li:before {}
	.c-taglist01 dt {
		float: left;
		font-size: 1.6rem;
	}
	.c-taglist01 dd {
		font-size: 1.6rem;
		overflow: hidden;
	}
	.c-taglist01 dd {
		margin-top: 0;
		padding-left: 10px;
	}
}



/* link
********************************/

.c-linkArrow-b,
.c-linkArrow-t,
.c-linkArrow-c,
.c-linkArrow-l {
	position: relative;
	margin-bottom: 15px;
	font-size: 1.4rem;
	line-height: 1.6;
}

.c-linkArrow-b li,
.c-linkArrow-t li,
.c-linkArrow-c li,
.c-linkArrow-l li {
	margin-top: 5px;
}

span.c-linkArrow-b,
span.c-linkArrow-t,
span.c-linkArrow-c,
span.c-linkArrow-l {
	display: inline;
	margin-bottom: 0;
}

span.c-linkArrow-b a,
span.c-linkArrow-t a,
span.c-linkArrow-c a,
span.c-linkArrow-l a {
	display: inline;
}

.c-linkArrow-b a,
.c-linkArrow-t a,
.c-linkArrow-c a,
.c-linkArrow-l a {
	color: #212121;
	padding-left: 12px;
	display: inline-block;
}

.c-linkArrow-b a:before,
.c-linkArrow-t a:before,
.c-linkArrow-c a:before,
.c-linkArrow-l a:before {
	content: "";
	position: absolute;
	top: 0.4em;
	left: 0;
	width: 6px;
	height: 10px;
}

span.c-linkArrow-b a:before,
span.c-linkArrow-t a:before,
span.c-linkArrow-c a:before,
span.c-linkArrow-l a:before {
	top: 4px;
	left: 4px;
}

.c-linkArrow-b a:before {
	background: url(/system/files/common/img/ico_arrowRight01.png) 0 0 no-repeat;
	background-size: contain;
}

.c-linkArrow-t a:before {
	background: url(/system/files/common/img/ico_arrowRight02.png) 0 0 no-repeat;
	background-size: contain;
}

.c-linkArrow-c a:before {
	background: url(/system/files/common/img/ico_arrowRight03.png) 0 0 no-repeat;
	background-size: contain;
}

.c-linkArrow-l a:before {
	background: url(/system/files/common/img/ico_arrowRight04.png) 0 0 no-repeat;
	background-size: contain;
}

.c-linkArrow-btm-c {
	position: relative;
	font-size: 1.4rem;
	line-height: 1.6;
}

.c-linkArrow-btm-c a {
	color: #212121;
	padding-left: 16px;
	display: inline-block;
}

.c-linkArrow-btm-c a:before {
	content: "";
	position: absolute;
	top: 0.6em;
	left: 0;
	width: 10px;
	height: 6px;
	background: url(/system/files/common/img/ico_arrowbtm01.png) 0 0 no-repeat;
	background-size: cover;
}

@media print,
screen and (min-width: 768px) {
	.c-linkArrow-b,
	.c-linkArrow-t,
	.c-linkArrow-c,
	.c-linkArrow-l {
		font-size: 1.6rem;
		margin-bottom: 20px;
	}
	.c-linkArrow-b li,
	.c-linkArrow-t li,
	.c-linkArrow-c li,
	.c-linkArrow-l li {
		margin-top: 10px;
	}
	.c-linkArrow-b a,
	.c-linkArrow-t a,
	.c-linkArrow-c a,
	.c-linkArrow-l a {
		font-size: 1.6rem;
		padding-left: 14px;
	}
	.c-linkArrow-b a:before,
	.c-linkArrow-t a:before,
	.c-linkArrow-c a:before,
	.c-linkArrow-l a:before {
		top: 0.3em;
		width: 8px;
		height: 13px;
	}
	.c-linkArrow-b a:hover,
	.c-linkArrow-t a:hover,
	.c-linkArrow-c a:hover,
	.c-linkArrow-l a:hover {
		text-decoration: underline;
	}
	.c-linkArrow-btm-c a {
		font-size: 1.6rem;
		padding-left: 20px;
	}
	.c-linkArrow-btm-c a:before {
		width: 12px;
		height: 7px;
	}
	.c-linkArrow-btm-c a:hover {
		text-decoration: underline;
	}
}



/* btn
********************************/

.c-btnLink-large {
	margin-bottom: 20px;
}

.c-btnLink-large a {
	/*width: 88.73%;*/
	padding: 17px 25px;
	font-size: 1.4rem;
	line-height: 2.1rem;
	position: relative;
	display: table;
	text-align: center;
	font-weight: bold;
}

.c-btnLink-large a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 7px;
	height: 12px;
	margin-top: -6px;
	background: url(/system/files/common/img/ico_arrowRight05.png) 0 0 no-repeat;
	background-size: contain;
}

.c-btnBG-toto.c-btnLink-large a:after {
	background: url(/system/files/common/img/ico_arrowRight02.png) 0 0 no-repeat;
	background-size: contain;
}

.c-btnLink-large.c-center>* {
	margin-right: 0;
	margin-left: auto;
}

.c-btnLink-moderate {
	margin-bottom: 20px;
}

.c-btnLink-moderate a {
	padding: 17px 25px;
	font-size: 1.6rem;
	line-height: 2.1rem;
	position: relative;
	display: table;
	font-weight: bold;
	text-align: center;
}

.c-btnLink-moderate a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 7px;
	height: 12px;
	margin-top: -6px;
	background: url(/system/files/common/img/ico_arrowRight05.png) 0 0 no-repeat;
	background-size: contain;
}

.c-btn-altWin02 {
	margin-bottom: 20px;
}

.c-btn-altWin02 a {
	padding: 17px 25px;
	font-size: 1.6rem;
	line-height: 2.1rem;
	position: relative;
	display: table;
	font-weight: bold;
	text-align: center;
}

.c-btn-altWin02 a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 18px;
	height: 17px;
	margin-top: -6px;
	background: url(/system/files/common/img/ico_altWin04.png) 0 0 no-repeat;
	background-size: cover;
}

.c-btn-altWin02 a:after {

}
.c-btnLink-small {
	margin-bottom: 20px;
}

.c-btnLink-small a {
	width: 48.59%;
	padding: 17px 25px;
	font-size: 1.3rem;
	line-height: 1.8rem;
	position: relative;
	display: block;
	font-weight: bold;
	text-align: center;
}

.c-btnLink-small a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 7px;
	height: 12px;
	margin-top: -6px;
	background: url(/system/files/common/img/ico_arrowRight01.png) 0 0 no-repeat;
	background-size: contain;
}



.c-btnLink-big a {
	width: 48.59%;
	padding: 17px 25px;
	font-size: 1.6rem;
	line-height: 2.1rem;
	position: relative;
	display: block;
	font-weight: bold;
	text-align: center;
}

.c-btnLink-big a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 7px;
	height: 12px;
	margin-top: -6px;
	background: url(/system/files/common/img/ico_arrowRight01.png) 0 0 no-repeat;
	background-size: contain;
}


.c-btnBG-big a {
	background: #e80000;
	color: #fff;
	border: 1px solid #e80000;
}

.c-btnBG-big a:hover {
	background: #fff;
	color: #e80000;
}

.c-btnLink-large.c-btnBG-big a:hover:after {
	width: 8px;
	height: 14px;
	background: url(/system/files/common/img/ico_arrowRight01.png) 0 0 no-repeat;
	background-size: contain;
}

.c-btnLink-moderate a:hover:after {
	width: 8px;
	height: 14px;
	background: url(/system/files/common/img/ico_arrowRight01.png) 0 0 no-repeat;
	background-size: contain;
}

.c-btn-altWin02 a:hover:after {
	background: url(/system/files/common/img/ico_altWin01.png) 0 0 no-repeat;
	background-size: cover;
}

.c-btnBG-toto a {
	background: #ffd800;
	color: #212121;
	border: 1px solid #ffd800;
}

.c-btnBG-toto a:hover {
	background: #fff;
	color: #212121;
}

.c-btnLink-moderate.c-btnBG-toto a:after {
	background: url(/system/files/common/img/ico_arrowRight02.png) 0 0 no-repeat;
	background-size: contain;
}

.c-btn-altWin02.c-btnBG-toto a:after {
	background: url(/system/files/common/img/ico_altWin02.png) 0 0 no-repeat;
	background-size: cover;
}

.c-btn-altWin02.c-btnBG-toto a:hover:after {
	background: url(/system/files/common/img/ico_altWin03.png) 0 0 no-repeat;
	background-size: cover;
}

.c-btnBG-cmn a {
	background: #212121;
	border: 1px solid #212121;
	;
	color: #fff;
}

.c-btnBG-cmn a:hover {
	background: #fff;
	color: #212121;
}

.c-btnLink-moderate.c-btnBG-cmn a:after {
	background: url(/system/files/common/img/ico_arrowRight05.png) 0 0 no-repeat;
	background-size: contain;
}

.c-btnLink-moderate.c-btnBG-cmn a:hover:after {
	background: url(/system/files/common/img/ico_arrowRight02.png) 0 0 no-repeat;
	background-size: contain;
}

.c-btn-altWin02.c-btnBG-cmn a:after {
	background: url(/system/files/common/img/ico_altWin04.png) 0 0 no-repeat;
	background-size: contain;
}

.c-btn-altWin02.c-btnBG-cmn a:hover:after {
	background: url(/system/files/common/img/ico_altWin03.png) 0 0 no-repeat;
	background-size: contain;
}

.c-btnLink-large.c-btnBG-cmn a:after {
	background: url(/system/files/common/img/ico_arrowRight05.png) 0 0 no-repeat;
	background-size: contain;
}

.c-btnLink-large.c-btnBG-cmn a:hover:after {
	background: url(/system/files/common/img/ico_arrowRight02.png) 0 0 no-repeat;
	background-size: contain;
}

a.cTotoLogin {
	background: #00a000;
	border: 1px solid #00a000;
	color: #fff;
}

a.cTotoLogin:hover {
	background: #fff;
	color: #212121;
}

.c-btnLink-large a.cTotoLogin:after {
	background: url(/system/files/common/img/ico_arrowRight05.png) 0 0 no-repeat;
	background-size: contain;
}

.c-btnLink-large a.cTotoLogin:hover:after {
	background: url(/system/files/common/img/ico_arrowRight02.png) 0 0 no-repeat;
	background-size: contain;
}

.c-btnLink01 {
	font-size: 1.4rem;
	font-weight: bold;
	width: calc(50% - 7.5px);
}

.c-btnLink01.btn a {
	width: 100%;
	display: block;
	padding: 17px 20px 17px 17px;
}

.c-btnLink02 {
	font-size: 1.4rem;
	font-weight: bold;
	width: 47.7%;
	margin: 0 auto;
}

.c-btnLink02.btn a {
	width: 100%;
	display: block;
	padding: 12px 20px 12px 12px;
}

.c-btnBG-big01 a {
	background: #fff;
	color: #e80000;
	border: 1px solid #e80000;
	position: relative;
	text-align: center;
}

.c-btnBG-big01 a:hover {
	background: #e80000;
	color: #fff;
}

.c-btnBG-big01 a:hover:after {
	background: url(/system/files/common/img/ico_arrowRight05.png) 0 0 no-repeat;
	background-size: contain;
}

.c-btnBG-big01 a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 7px;
	height: 12px;
	margin-top: -6px;
	background: url(/system/files/common/img/ico_arrowRight01.png) 0 0 no-repeat;
	background-size: contain;
}

.c-btnBG-big01.c-altWinBtn a:after {
	content: '';
	display: inline-block;
	position: static;
	width: 18px;
	height: 17px;
	margin-top: -4px;
	margin-left: 10px;
	margin-right: -10px;
	vertical-align: middle;
	background: url(/system/files/common/img/ico_altWin01.png) 0 0 no-repeat;
	background-size: contain;
}

.c-btnBG-big01.c-altWinBtn a:hover:after {
	background: url(/system/files/common/img/ico_altWin04.png) 0 0 no-repeat;
	background-size: contain;
}


.c-btnBG-big02 a {
	background: #e80000;
	color: #fff;
	border: 1px solid #e80000;
	position: relative;
	text-align: center;
}

.c-btnBG-big02 a:hover {
	background: #fff;
	color: #e80000;
}

.c-btnBG-big02 a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 6px;
	height: 10px;
	margin-top: -6px;
	background: url(/system/files/common/img/ico_arrowRight05.png) 0 0 no-repeat;
	background-size: contain;
}

.c-btnBG-big02 a:hover:after {
	background: url(/system/files/common/img/ico_arrowRight01.png) 0 0 no-repeat;
	background-size: contain;
}

.c-btnBG-toto01 a {
	background: #fff;
	color: #212121;
	border: 1px solid #212121;
	position: relative;
	text-align: center;
}

.c-btnBG-toto01 a:hover {
	background: #212121;
	border: 1px solid #212121;
	color: #fff;
}

.c-btnBG-toto01 a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 6px;
	height: 10px;
	margin-top: -6px;
	background: url(/system/files/common/img/ico_arrowRight02.png) 0 0 no-repeat;
	background-size: contain;
}

.c-btnBG-toto01 a:hover:after {
	background: url(/system/files/common/img/ico_arrowRight05.png) 0 0 no-repeat;
	background-size: contain;
}

.c-btnBG-toto01.c-altWinBtn a:after {
	content: '';
	display: inline-block;
	position: static;
	width: 18px;
	height: 17px;
	margin-top: -4px;
	margin-left: 10px;
	margin-right: -10px;
	vertical-align: middle;
	background: url(/system/files/common/img/ico_altWin02.png) 0 0 no-repeat;
	background-size: contain;
}

.c-btnBG-toto01.c-altWinBtn a:hover:after {
	background: url(/system/files/common/img/ico_altWin04.png) 0 0 no-repeat;
	background-size: contain;
}


.c-btnBG-toto02 a {
	background: #ffd800;
	color: #212121;
	border: 1px solid #ffd800;
	position: relative;
	text-align: center;
}

.c-btnBG-toto02 a:hover {
	background: #fff;
	color: #212121;
}

.c-btnBG-toto02 a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 6px;
	height: 10px;
	margin-top: -6px;
	background: url(/system/files/common/img/ico_arrowRight02.png) 0 0 no-repeat;
	background-size: contain;
}

.c-btnBG-cmn01 a {
	background: #fff;
	color: #212121;
	border: 1px solid #212121;
	position: relative;
	text-align: center;
}

.c-btnBG-cmn01 a:hover {
	background: #212121;
	border: 1px solid #212121;
	color: #fff;
}

.c-btnBG-cmn01 a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 6px;
	height: 10px;
	margin-top: -6px;
	background: url(/system/files/common/img/ico_arrowRight02.png) 0 0 no-repeat;
	background-size: contain;
}

.c-btnBG-cmn01 a:hover:after {
	background: url(/system/files/common/img/ico_arrowRight05.png) 0 0 no-repeat;
	background-size: contain;
}

.c-btnBG-cmn02 a {
	background: #212121;
	color: #fff;
	border: 1px solid #212121;
	position: relative;
	text-align: center;
}

.c-btnBG-cmn02 a:hover {
	background: #fff;
	color: #212121;
}

.c-btnBG-cmn02 a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 6px;
	height: 10px;
	margin-top: -6px;
	background: url(/system/files/common/img/ico_arrowRight05.png) 0 0 no-repeat;
	background-size: contain;
}

.c-btnBG-cmn02 a:hover:after {
	background: url(/system/files/common/img/ico_arrowRight02.png) 0 0 no-repeat;
	background-size: contain;
}

.c-voiceTxt01 {
	position: relative;
	font-size: 1.6rem;
	font-weight: bold;
	padding: 0 20px;
}

.c-voiceTxt01:before {
	content: "";
	background: url(/system/files/common/img/img_voice_left01.png) no-repeat center;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 50%;
	width: 15px;
	height: 19px;
	margin-top: -10px;
}

.c-voiceTxt01:after {
	content: "";
	background: url(/system/files/common/img/img_voice_right01.png) no-repeat center;
	background-size: cover;
	position: absolute;
	right: 0;
	top: 50%;
	width: 15px;
	height: 19px;
	margin-top: -10px;
}



/*column*/

.c-column2-btn01 {
	margin-bottom: 20px;
}

.c-column2-btn01:after {
	content: "";
	display: table;
	clear: both;
}

.c-column2-btn01 .col {
	float: left;
	width: calc(50% - 5px);
	margin-right: 10px;
	display: table;
	table-layout: fixed;
}

.c-column2-btn01 .col:nth-child(2n+2) {
	margin-right: 0;
}

.c-column2-btn01 .col:nth-child(n+3) {
	margin-top: 40px;
}

.c-column2-btn01 .col:nth-child(-n+2) {
	margin-top: 0px;
}

.c-column2-btn01 .col a {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}

.c-column2-btn02 {
	margin-bottom: 20px;
}

.c-column2-btn02:after {
	content: "";
	display: table;
	clear: both;
}

.c-column2-btn02 .col {
	float: left;
	width: calc(50% - 7.5px);
	margin-right: 15px;
	display: table;
	table-layout: fixed;
}

.c-column2-btn02 .col *:nth-child(n+2) {
	margin-top: 15px;
}

.c-column2-btn02 .col:nth-child(2n+2) {
	margin-right: 0;
}

.c-column2-btn02 .col a {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	padding: 17px 25px 17px 17px;
}

.c-column4-btn01 {
	margin-bottom: 20px;
}

.c-column4-btn01:after {
	content: "";
	display: table;
	clear: both;
}

.c-column4-btn01 .col {
	float: left;
	width: calc(50% - 10px);
	margin-right: 20px;
	display: table;
	table-layout: fixed;
}

.c-column4-btn01 .col:nth-child(2n+2) {
	margin-right: 0;
}

.c-column4-btn01 .col:nth-child(n+3) {
	margin-top: 20px;
}

.c-column4-btn01 .col:nth-child(-n+2) {
	margin-top: 0px;
}

.c-column4-btn01 .col a {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}

.c-column4-link01 {
	margin-bottom: 20px;
}

.c-column4-link01:after {
	content: "";
	display: table;
	clear: both;
}

.c-column4-link01 .col {
	border: 2px solid #dbdbdb;
	width: 100%;
	margin-top: 10px;
}

.c-column4-link01>.col:first-child {
	margin-top: 0;
}

.c-column4-link01 .col a {
	padding: 13px;
	display: table;
	table-layout: fixed;
	position: relative;
	width: 100%;
	color: #212121;
}

.c-column4-link01 .col a>* {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}

.c-column4-link01 .col a .txt {
	padding-left: 15px;
}

.c-column4-link01 .col a:after {
	content: "";
	position: absolute;
	bottom: 13px;
	right: 13px;
	width: 18px;
	height: 17px;
}

.c-column4-link01.c-link-big .col a:after {
	background: url(/system/files/common/img/ico_altWin01.png) 0 0 no-repeat;
	background-size: cover;
}

.c-column4-link01.c-link-toto .col a:after {
	background: url(/system/files/common/img/ico_altWin02.png) 0 0 no-repeat;
	background-size: cover;
}

.c-column4-link01.c-link-cmn .col a:after {
	background: url(/system/files/common/img/ico_altWin03.png) 0 0 no-repeat;
	background-size: cover;
}

[class^="c-loginBtn-column"] .col {
	text-align: center;
	margin-top: 30px;
}

[class^="c-loginBtn-column"]>.col:first-child {
	margin-top: 0;
}

[class^="c-loginBtn-column"] .col a {
	margin: 15px auto 0;
}

.c-loginBtn-column1 {
	margin-top: 20px;
}

.c-loginBtn-column2 {
	margin-top: 20px;
}

.c-loginBtn-column1 a,
.c-loginBtn-column2 a {
	width: 88.73%;
}

@media print,
screen and (min-width: 768px) {
	.c-btnLink-large {
		margin-bottom: 40px;
	}
	.c-btnLink-large a {
		display: table;
		width: auto;
		padding: 17px 30px 17px 25px;
		font-size: 2rem;
		line-height: 2.6rem;
	}
	.c-btnLink-large a:after {
		right: 12px;
		width: 8px;
		height: 15px;
		margin-top: -7px;
	}
	.c-btnLink-large.c-center a {
		width: 328px;
		margin-right: auto;
		margin-left: auto;
	}
	.c-btnLink-moderate {
		margin-bottom: 40px;
	}
	.c-btnLink-moderate a {
		display: table;
		width: auto;
		padding: 17px 30px 17px 25px;
		font-size: 1.8rem;
		line-height: 2.3rem;
	}
	.c-btnLink-moderate a:after {
		right: 12px;
		width: 8px;
		height: 15px;
		margin-top: -7px;
	}
	.c-btnLink-moderate.c-center a {
		width: 292px;
	}
	.c-btn-altWin02 {
		margin-bottom: 40px;
	}
	.c-btn-altWin02 a {
		display: table;
		width: auto;
		padding: 17px 35px 17px 25px;
		font-size: 1.8rem;
		line-height: 2.3rem;
	}
	.c-btn-altWin02 a:after {
		right: 12px;
		width: 18px;
		height: 17px;
		margin-top: -7px;
	}
	.c-btnLink-small {
		margin-bottom: 40px;
	}
	.c-btnLink-small a {
		display: table;
		width: auto;
		padding: 17px 30px 17px 25px;
		font-size: 1.6rem;
		line-height: 2.1rem;
	}
	.c-btnLink-small a:after {
		right: 12px;
		width: 8px;
		height: 14px;
		margin-top: -7px;
	}
	.c-btnLink-big a {
		display: table;
		width: auto;
		padding: 17px 30px 17px 25px;
		font-size: 1.8rem;
		line-height: 2.3rem;
	}

	.c-btnLink-big a:after {
		right: 12px;
		width: 8px;
		height: 14px;
		margin-top: -7px;
	}
	.c-btnLink-small.c-center a {
		width: 292px;
	}
	.c-btnLink01 {
		font-size: 1.8rem;
		width: 100%;
	}
	.c-btnLink01.btn a {
		padding: 14px 20px 14px 17px;
	}
	.c-btnLink02 {
		font-size: 1.8rem;
		width: 163px;
	}
	.c-btnLink02.btn a {
		padding: 15px 20px 15px 20px;
		width: 100%;
	}
	.c-btnBG-big01 a:after {
		right: 12px;
		width: 8px;
		height: 14px;
		margin-top: -7px;
	}
	.c-btnBG-big02 a:after {
		right: 12px;
		width: 8px;
		height: 14px;
		margin-top: -7px;
	}
	.c-btnBG-toto01 a:after {
		right: 12px;
		width: 8px;
		height: 14px;
		margin-top: -7px;
	}
	.c-btnBG-toto02 a:after {
		right: 12px;
		width: 8px;
		height: 14px;
		margin-top: -7px;
	}
	.c-btnBG-cmn01 a:after {
		right: 12px;
		width: 8px;
		height: 14px;
		margin-top: -7px;
	}
	.c-voiceTxt01 {
		padding: 0 30px;
		font-size: 2rem;
	}
	.c-voiceTxt01:before {
		width: 30px;
		height: 38px;
		margin-top: -19px;
	}
	.c-voiceTxt01:after {
		width: 30px;
		height: 38px;
		margin-top: -19px;
	}
	.c-btnLink-large. a.cTotoLogin:after {
		right: 12px;
		width: 8px;
		height: 15px;
		margin-top: -7px;
	}
	/*column*/
	.c-column2-btn01 {
		width: 686px;
		margin: 0 auto 40px;
	}
	.c-column2-btn01 .col {
		float: left;
		width: 328px;
		margin-right: 30px;
	}
	.c-column4-btn01 {
		margin-bottom: 40px;
	}
	.c-column4-btn01 .col {
		float: left;
		width: 246px;
		margin-right: 40px;
	}
	.c-column2-btn02 .col {
		width: calc(50% - 10px);
		margin-right: 20px;
	}
	.c-column2-btn02 .col a {
		padding: 17px 25px;
	}
	.c-column2-btn02 .col:nth-child(2n+2) {
		margin-right: 0;
	}
	.c-column4-btn01 .col:nth-child(2n+2) {
		margin-right: 40px;
	}
	.c-column4-btn01 .col:nth-child(4n+4) {
		margin-right: 0;
	}
	.c-column4-btn01 .col:nth-child(n+5) {
		margin-top: 40px;
	}
	.c-column4-btn01 .col:nth-child(-n+4) {
		margin-top: 0px;
	}
	.c-column4-link01 {
		margin-bottom: 40px;
	}
	.c-column4-link01 .col {
		float: left;
		width: calc(25% - 32px);
		margin-right: 43px;
	}
	.c-column4-link01 .col a {
		padding: 19px 17px;
		width: 100%;
	}
	.c-column4-link01 .col a:hover {
		text-decoration: underline;
	}
	.c-column4-link01 .col a .txt {
		padding-left: 0;
	}
	.c-column4-link01 .col img {
		width: 100%
	}
	.c-column4-link01 .col:nth-child(3n) {
		margin-right: 42px;
	}
	.c-column4-link01 .col:nth-child(4n+4) {
		margin-right: 0;
	}
	.c-column4-link01 .col:nth-child(-n+4) {
		margin-top: 0px;
	}
	.c-column4-link01 .col a>* {
		display: block;
		width: 100%;
	}
	.c-column4-link01 .col .txt {
		margin-top: 20px;
		position: relative;
	}
	.c-column4-link01.c-link-big .col a:after {
		content: none;
	}
	.c-column4-link01.c-link-toto .col a:after {
		content: none;
	}
	.c-column4-link01.c-link-cmn .col a:after {
		content: none;
	}
	.c-column4-link01 .col a .txt:after {
		content: "";
		position: absolute;
		top: 50%;
		right: 0px;
		width: 18px;
		height: 17px;
		margin-top: -8px;
	}
	.c-column4-link01.c-link-big .col a .txt:after {
		background: url(/system/files/common/img/ico_altWin01.png) 0 0 no-repeat;
		background-size: cover;
	}
	.c-column4-link01.c-link-toto .col a .txt:after {
		background: url(/system/files/common/img/ico_altWin02.png) 0 0 no-repeat;
		background-size: cover;
	}
	.c-column4-link01.c-link-cmn .col a .txt:after {
		background: url(/system/files/common/img/ico_altWin03.png) 0 0 no-repeat;
		background-size: cover;
	}
	.c-loginBtn-column2 {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
		margin: 40px auto;
		width: 684px;
	}
	.c-loginBtn-column2:after {
		content: "";
		display: table;
		clear: both;
	}
	.c-loginBtn-column2 .col {
		float: left;
	}
	[class^="c-loginBtn-column"] .col {
		width: 322px;
		margin-right: 40px;
	}
	[class^="c-loginBtn-column"] .col:only-child {
		margin-right: 0;
	}
	[class^="c-loginBtn-column"] .col a {
		width: 322px;
		margin-top: 15px;
	}
	.c-loginBtn-column2 .col:nth-child(-n+2) {
		margin-top: 0;
	}
	.c-loginBtn-column2 .col:nth-child(2n+2) {
		margin-right: 0;
	}
	.c-loginBtn-column1 {
		margin: 40px auto;
		width: 322px;
	}
}




/* タブ切り替え
********************************/

.c-tab {
	margin-bottom: 20px;
}

.c-tab .c-tabIndex {
	font-size: 1.4rem;
	font-weight: bold;
	z-index: 1;
	position: relative;
	text-align: center;
	margin: 0 auto;
	width: calc(100% - 20px);
	display: table;
	table-layout: fixed;
}

.c-tab .c-tabIndex>div {
	display: table-cell;
	padding: 10px;
	width: 50%;
	color: #212121;
	vertical-align: middle;
	cursor: pointer;
}

.c-tab .c-tabContent {
	position: relative;
	top: -1px;
	z-index: 0;
	padding: 25px 15px 15px;
}

.c-tab.c-big .c-tabIndex>div.select {
	color: #e80000;
}

.c-tab.c-big .c-tabIndex>div {
	border: 1px solid #e80000;
	background-color: #e80000;
	color: #fff;
}

.c-tab.c-big .c-tabContent {
	border-top: 1px solid #e80000;
}

.c-tab.c-toto .c-tabIndex>div {
	border: 1px solid #ffd800;
	background-color: #ffd800;
}

.c-tab.c-toto .c-tabContent {
	border-top: 1px solid #ffd800;
}

.c-tab.c-cmn .c-tabIndex>div {
	border: 1px solid #212121;
	background-color: #212121;
	color: #fff;
}

.c-tab.c-cmn .c-tabIndex>div.select {
	color: #212121;
}

.c-tab.c-cmn .c-tabContent {
	border-top: 1px solid #212121;
}

.c-tab .c-tabIndex>div.select {
	background-color: #fff;
	border-bottom: 1px solid #fff;
}

.hide {
	display: none;
}

@media print,
screen and (min-width: 768px) {
	.c-tab {
		margin-bottom: 40px;
	}
	.c-tab .c-tabIndex {
		font-size: 2rem;
	}
	.c-tab .c-tabIndex {
		width: 790px;
	}
	.c-tab .c-tabIndex>div {
		padding: 20px;
		width: 395px;
	}
	.c-tab .c-tabContent {
		padding: 35px 15px 15px;
	}
	.c-tab .c-tabIndex>div:hover {}
}




/* boxParts
********************************/

.c-article01 {
	padding: 17px 20px;
	display: table;
	table-layout: fixed;
	width: 100%;
	margin-bottom: 20px;
}

.c-article01>* {
	display: table-cell;
}

.c-article01 .img {
	vertical-align: middle;
	width: 9%;
}

.c-article01 .img img {
	height: auto;
	width: 100%;
}

.c-article01 .right {
	vertical-align: middle;
	padding-left: 9%;
}

.c-article01 .ttl {
	font-size: 1.5rem;
	font-weight: bold;
}

.c-article01 .txt {
	font-size: 1.4rem;
}

@media print,
screen and (min-width: 768px) {
	.c-article01 {
		padding: 27px 31px;
		width: 532px;
		margin-bottom: 40px;
	}
	.c-article01 .img {
		vertical-align: middle;
		width: 28px;
	}
	.c-article01 .right {
		vertical-align: top;
		padding-left: 28px;
	}
	.c-article01 .ttl {
		font-size: 2rem;
		line-height: 1.6;
	}
	.c-article01 .txt {
		font-size: 1.6rem;
		line-height: 1.6;
	}
}



/* テーブル
********************************/

[class^="c-table0"] {
	border: 1px solid #dbdbdb;
	margin-bottom: 20px;
	border-collapse: separate;
	width: 100%;
}

[class^="c-table0"]+.c-attention01 {
	margin-top: -10px;
	margin-bottom: 20px;
}

[class^="c-table0"] tr:first-child th {
	border-top: none;
}

[class^="c-table0"] tr:first-child td {
	border-top: none;
}

[class^="c-table0"] th {
	background: #eee;
	border-top: 1px solid #fff;
	padding: 15px;
	vertical-align: middle;
	text-align: center;
}

[class^="c-table0"] tbody th {
	text-align: left;
}

[class^="c-table0"] td {
	border-top: 1px solid #dbdbdb;
	padding: 15px;
	vertical-align: middle;
}

[class^="c-table0"] td>*:last-child {
	margin-bottom: 0;
}

[class^="c-table0"] th+th {
	border-left: 1px solid #fff;
}

[class^="c-table0"] td+td {
	border-left: 1px solid #dbdbdb;
}

[class^="c-table0"] .thead+tbody tr td {
	border-top: none;
}

.c-table01 th {
	width: 35%;
}

.c-table01 td {
	width: 65%;
}

.c-table02 tr>* {
	width: 50%;
}

.c-table03 tr>* {
	width: auto;
}

@media print,
screen and (min-width: 768px) {
	[class^="c-table0"] {
		margin-bottom: 40px;
	}
	[class^="c-table0"]+.c-attention01 {
		margin-top: -20px;
		margin-bottom: 40px;
	}
	[class^="c-table0"] th {
		width: 460px;
	}
	[class^="c-table0"] td {
		width: 644px;
	}
	[class^="c-table0"] tbody th {
		text-align: center;
	}
}



/*step
********************************/

.c-step01 {
	margin-bottom: 20px;
}

.c-step01 .col {
	margin-top: 21px;
	border: 2px solid #dbdbdb;
	position: relative;
	padding: 14px 13px;
}

.c-step01>.col:first-child {
	margin-top: 0;
}

.c-step01 .col:after {
	content: "";
	position: absolute;
	bottom: -17px;
	right: 50%;
	margin-right: -11px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 11px 11px 0 11px;
	border-color: #cccccc transparent transparent transparent;
}

.c-step01 .col:last-child:after {
	content: none;
}

.c-step01 .col .ttl {
	position: relative;
	font-weight: bold;
	font-size: 1.4rem;
	padding-left: 32px;
}

.c-step01 .col .ttl:before {
	content: '';
	display: block;
	position: absolute;
	width: 24px;
	height: 20px;
	top: 50%;
	left: 0;
	margin-top: -10px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(/system/files/common/img/icon_handRight01.png);
	background-size: contain;
}

.c-stepWrap01 {
	margin-top: 13px;
}

.c-stepWrap01>* {
	display: block;
	vertical-align: top
}

.c-stepWrap01>*:last-child {
	margin-bottom: 0;
}

.c-stepWrap01 .img {
	margin-bottom: 10px;
	text-align: center;
}

.c-stepWrap01 .txt {
	padding-left: 12px;
}

.c-stepWrap01 .txt>* {
	margin-bottom: 10px;
}

.c-stepWrap01 .txt>*:last-child {
	margin-bottom: 0;
}

.c-step02 {
	margin-bottom: 20px;
}

.c-step02 .col {
	position: relative;
	margin-top: 40px;
}

.c-step02>.col:first-child {
	margin-top: 0;
}

.c-step02 .col .c-stepWrap02 {
	width: 70%;
	margin: 0 auto;
}

.c-step02 .col .ttl {
	background: #212121;
	color: #fff;
	padding: 10px 15px;
}

.c-step02 .col .txt {
	margin-top: 15px;
	padding: 0 10px;
}

.c-step02 .col .ttl>* {
	position: relative;
	padding-left: 30px;
}

.c-step02 .col .ttl>*:before {
	content: '';
	display: block;
	position: absolute;
	width: 24px;
	height: 20px;
	top: 50%;
	left: 0;
	margin-top: -10px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(/system/files/common/img/icon_handRight02.png);
	background-size: contain;
}

.c-step02 .col:after {
	content: "";
	position: absolute;
	bottom: -23px;
	left: 50%;
	margin-left: -12px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12.5px 12.5px 0 12.5px;
	border-color: #ccc transparent transparent transparent;
}

.c-step02 .col:last-child:after {
	content: none;
}

@media print,
screen and (min-width: 768px) {
	.c-step01 {
		margin-bottom: 40px;
	}
	.c-step01:after {
		content: "";
		display: table;
		clear: both;
	}
	.c-step01 .col {
		float: left;
		width: calc(33.3% - 44px);
		margin-right: 66px;
		margin-bottom: 0;
		padding: 12px 18px;
	}
	.c-step01 .col:nth-child(3n) {
		margin-right: 0;
	}
	.c-step01 .col:nth-child(n-3) {
		margin-top: 0;
	}
	.c-step01 .col:nth-child(n+4) {
		margin-top: 40px;
	}
	.c-step01 .col:after {
		top: 50%;
		right: -40px;
		margin-top: -25px;
		border-width: 25px 0 25px 25px;
		border-color: transparent transparent transparent #ccc;
	}
	.c-step01 .col:nth-child(3n):after {
		content: none;
	}
	.c-step01 .col .ttl {
		padding-left: 44px;
		font-size: 2rem;
	}
	.c-step01 .col .ttl:before {
		width: 34px;
		height: 28px;
		margin-top: -14px;
	}
	.c-stepWrap01 {
		display: block;
	}
	.c-stepWrap01 .txt {
		padding-left: 0;
	}
	.c-step02 {
		margin-bottom: 40px;
	}
	.c-step02 .col {
		display: table;
		width: 100%;
		table-layout: fixed;
	}
	.c-step02 .col>* {
		display: table-cell;
		vertical-align: top
	}
	.c-step02 .col .c-stepWrap02 {
		width: 341px;
	}
	.c-step02 .col .ttl {
		padding: 10px 20px;
	}
	.c-step02 .col .ttl>* {
		padding-left: 40px;
	}
	.c-step02 .col .ttl>*:before {
		width: 34px;
		height: 28px;
		margin-top: -14px;
	}
	.c-step02 .col .txt {
		width: 100%;
		padding: 0 0 0 30px;
		margin-top: 0;
	}
	.c-step02 .col {
		margin-top: 50px;
	}
	.c-step02 .col:after {
		bottom: -35px;
		left: 154px;
		border-width: 18px 17.5px 0 17.5px;
	}
}

.c-reservationBox {
	background: #f4f4f4;
	margin-bottom: 20px;
	padding: 10px 15px;
}

.c-reservationBox>*:last-child {
	margin-bottom: 0;
}

.c-reservationBox .ttl {
	margin-bottom: 10px;
	font-size: 1.6rem;
	font-weight: bold;
}

.c-reservationBox .txt {
	margin-bottom: 10px;
}

@media print,
screen and (min-width: 768px) {
	.c-reservationBox {
		margin-bottom: 40px;
		padding: 20px 30px;
	}
	.c-reservationBox .ttl {
		margin-bottom: 15px;
		font-size: 1.8rem;
	}
	.c-reservationBox .txt {
		margin-bottom: 15px;
	}
}


/*動画
********************************/

.c-video {
	padding-bottom: 56.25%;
	position: relative;
	margin-bottom: 15px;
}

.c-video .video01 {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0;
}

@media print,
screen and (min-width: 768px) {
	.c-video {
		margin-bottom: 20px;
	}
}



/*ttl
********************************/

.ttl h2 {
	font-size: 1.8rem;
	line-height: 1.6;
	color: #212121;
	font-weight: bold;
}

.ttl h3 {
	font-size: 1.8rem;
	line-height: 1.4;
	color: #212121;
	font-weight: bold;
}

.ttl h4 {
	font-size: 1.4rem;
	line-height: 1.4;
	color: #212121;
	font-weight: bold;
}

@media print,
screen and (min-width: 768px) {
	.ttl h2 {
		font-size: 2.4rem;
		line-height: 1.4;
	}
	.ttl h3 {
		font-size: 2rem;
	}
	.ttl h4 {
		font-size: 1.8rem;
	}
}



/* pdfアイコン
********************************/

.c-icoPdf01:after {
	content: '';
	display: inline-block;
	margin-left: 10px;
	width: 18px;
	height: 18px;
	background: url(/system/files/common/img/ico_pdf01.png) 0 0 no-repeat;
	background-size: contain;
	vertical-align: middle;
}

@media print,
screen and (min-width: 768px) {}



/* 別窓アイコン
********************************/

.c-altWin01 {
	display: inline-block;
	padding-right: 20px;
	position: relative;
}

.c-altWin01:before {
	content: '';
	display: block;
	position: absolute;
	width: 20px;
	height: 14px;
	top: 0.2em;
	right: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.disp-big .c-altWin01:before {
	background-image: url(/system/files/common/img/ico_altWin01.png);
}

.disp-toto .c-altWin01:before {
	background-image: url(/system/files/common/img/ico_altWin02.png);
}

.c-altWin02 {
	display: inline-block;
	padding-right: 10px;
	position: relative;
}

.c-altWin02:after {
	content: '';
	display: inline-block;
	width: 18px;
	height: 17px;
	margin-left: 10px;
	background: url(/system/files/common/img/ico_altWin01.png) 0 0 no-repeat;
	background-size: contain;
	vertical-align: middle;
}

.c-toto .c-altWin02:after {
	background: url(/system/files/common/img/ico_altWin02.png) 0 0 no-repeat;
	background-size: contain;
}

.c-cmn .c-altWin02:after {
	background: url(/system/files/common/img/ico_altWin03.png) 0 0 no-repeat;
	background-size: contain;
}


/* tag column
********************************/

.c-tagColum01 {
	margin-bottom: 10px;
}

.c-tagColum01:after {
	content: "";
	display: table;
	clear: both;
}

.c-tagColum01 .col {
	float: left;
	width: calc(33.3% - 6.66px);
	margin-right: 10px;
}

.c-tagColum01 .col:nth-child(3n+3) {
	margin-right: 0;
}

.c-tagColum01 .col:nth-child(n+4) {
	margin-top: 10px;
}

.c-tagColum01 .tag {
	padding: 5px;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
}

.tag.c-cmn01 {
	background: #000;
}

.tag.c-big01 {
	background: #e80000;
}

.tag.c-toto01 {
	background: #ffd800;
	color: #000;
}

@media print,
screen and (min-width: 768px) {

	.c-tagColum01 .col {
		width: calc(50% - 5px);
		margin-right: 10px;
	}
	.c-tagColum01 .col:nth-child(2n+2) {
		margin-right: 0;
	}
	.c-tagColum01 .col:nth-child(3n+3) {
		margin-right: 10px;
	}
	.c-tagColum01 .col:nth-child(n+3) {
		margin-top: 10px;
	}
	.c-tagColum01 .tag {
		padding: 10px;
		font-size: 1.4rem;
	}
}



/* ローカルナビ
********************************/

.c-lNav {
	margin-bottom: 20px;
	border: 1px solid #dbdbdb;
	padding: 15px;
}

.c-lNav ul:after {
	content: "";
	display: table;
	clear: both;
}

.c-lNav a {
	color: #000;
	font-size: 1.4rem;
}

.c-lNav li {
	float: left;
	width: calc(50% - 10px);
	margin-right: 20px;
	position: relative;
	text-align: center;
	display: table;
	table-layout: fixed;
}

.c-lNav li>* {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.c-lNav li:nth-child(2n+1):after {
	content: "";
	position: absolute;
	top: 5%;
	right: -12px;
	border: 1px solid #ccc;
	height: 90%;
}

.c-lNav li:nth-child(2n+2) {
	margin-right: 0;
}

.c-lNav li:nth-child(n+3) {
	margin-top: 15px;
}

.c-lNav.c-cmn .active {
	border-bottom: 2px solid #000;
}

.c-lNav.c-toto .active {
	border-bottom: 2px solid #ffd800;
}

.c-lNav.c-big .active {
	border-bottom: 2px solid #e80000;
}

@media print,
screen and (min-width: 768px) {
	.c-lNav {
		margin-bottom: 40px;
		padding: 20px;
	}
	.c-lNav>ul {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
	}
	.c-lNav a {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
		font-size: 1.6rem;
		min-height: 30px;
	}
	.c-lNav a:hover {
		text-decoration: underline;
	}
	.c-lNav li {
		display: block;
		float: none;
		width: 80%;
		margin-right: 33px;
	}
	.c-lNav li:after,
	.c-lNav li:nth-child(2n+1):after {
		content: "";
		position: absolute;
		top: 5%;
		right: -18px;
		border: 1px solid #ccc;
		height: 90%;
	}

	.c-lNav li:last-child:after {
		content: none;
	}
	.c-lNav li:nth-child(2n+2) {
		margin-right: 34px;
	}
	.c-lNav li:nth-child(n+3) {
		margin-top: 0;
	}
	.c-lNav li:last-child {
		margin-right: 0px;
	}
	.c-lNav.c-cmn .active {
		border-bottom: 2px solid #000;
	}
}



/* mapアイコン
********************************/

.c-icoMap01:after {
	content: '';
	display: inline-block;
	margin-left: 5px;
	width: 8px;
	height: 11px;
	background: url(/system/files/common/img/ico_map01.png) 0 0 no-repeat;
	background-size: contain;
}


/* section
********************************/

.c-section {
	margin-bottom: 25px;
}

.c-section>*:last-child {
	margin-bottom: 0;
}

@media print,
screen and (min-width: 768px) {
	.c-section {
		margin-bottom: 50px;
	}
}



/* bg
********************************/

.c-bgStripe01 {
	background: url(/system/files/common/img/bg_stripe01.gif) left top repeat;
	background-size: 18px 18px;
}



/* bdr
********************************/

.c-bdrGray01 {
	margin-bottom: 20px;
	border: 2px solid #dbdbdb;
	padding: 13px;
}

@media print,
screen and (min-width: 768px) {
	.c-bdrGray01 {
		margin-bottom: 40px;
		padding: 18px;
	}
}



/* Utility
********************************/

.u-left>* {
	margin-right: auto;
}

.u-right>* {
	margin-left: auto;
}

.u-center>* {
	margin-right: auto;
	margin-left: auto;
}

.u-taC {
	text-align: center;
}

.u-taR {
	text-align: right;
}

.u-vaT {
	vertical-align: top;
}

.u-vaM {
	vertical-align: middle;
}

.u-vaB {
	vertical-align: bottom;
}

.u-mb00 {
	margin-bottom: 0 !important;
}

.u-mt00 {
	margin-top: 0 !important;
}

.u-m00 {
	margin: 0 !important;
}

.u-pb00 {
	padding-bottom: 0 !important;
}

.u-pt00 {
	padding-top: 0 !important;
}

.u-p00 {
	padding: 0 !important;
}

@media print,
screen and (min-width: 768px) {
	.u-pc-w50p {
		width: 552px;
	}
}



/* txt
********************************/

.c-txt {
	font-size: 1.4rem;
	line-height: 1.6;
	color: #212121;
	margin-bottom: 15px;
}

.c-txtU {
	text-decoration: underline;
	margin-bottom: 15px;
}

.c-txtB {
	font-weight: bold;
	margin-bottom: 15px;
}

@media print,
screen and (min-width: 768px) {
	.c-txt {
		font-size: 1.6rem;
		margin-bottom: 20px;
	}
	.c-txtU {
		margin-bottom: 20px;
	}
	.c-txtB {
		margin-bottom: 20px;
	}
}

.c-checkBox01 {
	position: relative;
	padding-left: 30px;
	margin-bottom: 20px;
	display: table;
}

.c-checkBox01 span {
	display: block;
}

input[type="checkbox"] {
	display: none;
}

input[type="checkbox"]+span:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 22px;
	height: 22px;
	background: #fff;
	border: 1px solid #dbdbdb;
	box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 3px 1px inset;
}

input[type="checkbox"]:checked+span:after {
	position: absolute;
	content: "";
	top: 4px;
	left: 8px;
	width: 5px;
	height: 10px;
	border-right: 3px solid #000;
	border-bottom: 3px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.faqSearchBox {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.faqSearchTxt {
	background-color: #fff;
	border: 2px solid #dbdbdb;
	width: 70%;
	border-right: none;
	padding: 11px 8px;
	font-size: 1.4rem;
}

.faqSearchBtn {
	width: 30%;
	background: #000;
	border: 2px solid #000;
	padding: 11px 15px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	font-size: 1.4rem;
}


@media print,
screen and (min-width: 768px) {
	.faqSearchBox>* {
    	display: inline-block;
	}	
	.faqSearchTxt {
		border: 2px solid #dbdbdb;
		margin-right: 10px;
		width: 400px;
		font-size: 1.6rem;
	}
	.faqSearchBtn {
	    width: 130px;
	    background: #000;
	    border: 2px solid #000;
	    padding: 11px 32px;
	    font-weight: bold;
	    color: #fff;
	    text-align: center;
	    font-size: 1.6rem;
	}
}


/* 20190927 E_04_02_cにテキストリンク追加対応(20200106 修正対応) */
.colTextLinkBox201910 {
	margin-top: 20px;
}

.colTextLinkBox201910 a {
	width: 88.73%;
	margin: 15px auto 0;
}

.colTextLinkBox201910 .col {
	text-align: center;
	margin-top: 30px;
}

@media print,
screen and (min-width: 768px) {
	.colTextLinkBox201910 {
		webkit-align-items: normal;
		align-items: normal;
		-webkit-align-items: center;
		align-items: center;
		margin: 40px auto;
		width: 684px;
	}
	.colTextLinkBox201910 .col {
		width: 322px;
		margin-right: 40px;
	}
	.colTextLinkBox201910 .col:only-child {
		margin-right: 0;
	}
	.colTextLinkBox201910 .col a {
		width: 322px;
		margin-top: 15px;
	}
	.colTextLinkBox201910 .col:nth-child(-n+2) {
		margin-top: 0;
	}
	.colTextLinkBox201910 .col:nth-child(2n+2) {
		margin-right: 0;
	}
	.colTextLinkBox201910:after {
		content: "";
		display: table;
		clear: both;
	}
	.colTextLinkBox201910 .col {
		float: left;
	}
}
.colTextLink201910 {
	text-align: center;
	margin-top:10px;
}

.colTextLink201910 a {
	background: none;
	border:none;
	color: #222;
	width:100%;
	padding:0;
	text-decoration:underline;
	display:inline;
	font-size:1.6rem;
	font-weight:normal;
}

.colTextLink201910 a:after {
	content: none;
}

.colTextLink201910 a:hover {
	text-decoration:none;
}

/* 20200615 入会導線の見直し対応 */
.wClubtoto {
	background: #fffae7;
	padding: 20px;
	margin-bottom: 20px;
}
.fwB {
	font-weight: bold;
}
.admissionArea li:nth-child(1) h3 {
	background: url(/system/files/common/img/ico_merit1.png) no-repeat;
}
.admissionArea li:nth-child(2) h3 {
	background: url(/system/files/common/img/ico_merit2.png) no-repeat;
}
.admissionArea li:nth-child(3) h3 {
	background: url(/system/files/common/img/ico_merit3.png) no-repeat;
}
.admissionArea h3 {
	background-size: 60px 55px !important;
	border-bottom: 3px solid #000;
	line-height: 55px;
	padding-left: 63px;
	font-size: 1.8rem;
}

.titleAttention {
	padding-left: 10px;
}

.titleAttention:before {
	content: "";
	border-left: 4px solid #212121;
	position: absolute;
	left: 0;
	top: 0;
	height: 3.5rem;
}

@media print,
screen and (max-width: 767px) {
	.admissionArea > li {
		border-bottom: 1px solid #e5e5e5;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.admissionArea > li:last-child {
		border-bottom: none;
	}
	.admissionAreaImg {
		padding: 0 60px;
		margin-top: 15px;
	}
	.admissionAreaText {
		margin-top: 15px;
	}
	.titleAttention:before {
		height: 2.5rem;
	}
}
@media print,
screen and (min-width: 768px) {
	.wClubtoto {
		margin-bottom: 40px;
	}
	.admissionArea {
		 display: flex;
		 justify-content: space-between;
	}
	.admissionArea > li {
		width: calc((100% - 42px) / 3);
		border-right: 1px solid #e5e5e5;
		padding-right: 20px;
	}
	.admissionArea > li:last-child {
		border-right: none;
	}
	.admissionArea h3 {
		background-size: 73px 66px !important;
		line-height: 66px;
		padding-left: 90px;
	}
	.admissionAreaImg {
		margin-top: 35px;
		padding: 0 80px;
	}
	.admissionAreaText {
		margin-top: 20px;
	}
}