@charset "utf-8";

.c-table__contentBody td {text-align: center; vertical-align: middle !important}
.c-table__head th {text-align: center !important; vertical-align: middle !important}
.c-table__contentBody th {vertical-align: middle !important}

/* PC専用表示 */
@media only screen and (max-width:600px) {
	.for_pc {
		display: none;
	}
}

/* スマートフォン専用表示 */
@media (min-width: 601px) {
	.for_sp {
		display: none;
	}
}

.mt0 {
	margin-top: 0 !important
}

.mt05 {
	margin-top: 0.5em !important
}

.mt1 {
	margin-top: 1em !important
}

.mt15 {
	margin-top: 1.5em !important
}

.mt2 {
	margin-top: 2em !important
}

.ml18 {
	margin-left: 1.8em !important;
}

.kome {
	color: #F00;
}

.kome_desc1 {
	margin-left: 0;
}

.kome_desc1 li {
	margin-top: 0;
	text-indent: -2.2em;
	list-style: none;
	padding-left: 2.2em;
	font-size: 70%;
}

.kome_desc1 li.double {
	text-indent: -3.2em;
	padding-left: 3.2em;
}

.center{
	text-align: center;
}
.right{
	text-align: right;
}

.fc_blue{
	color: #375372;
}

#listdata h2,
#listdata p {margin-bottom: 1em;}

.c-note__num {
    width: 1.4em !important;
}

.c-note--order {
    padding-left: 1.5em !important;
    text-indent: -1.5em !important;
    line-height: 1.6 !important;
    padding-top: 2.5px;
    padding-bottom: 2.5px;
}

.c-text_small {font-size: 12px; margin-top: 1em;}
.t-cn {text-align: center !important;}
.normal {font-weight: normal !important;}


@media only screen and (min-width:1280px) {
	.col1_img img {
		padding: 1em 14em;
	}
	.img_50per {
		max-width: 50%;
		margin: 0 auto;
		display: block;
	}
	.img_80per {
		max-width: 80%;
		margin: 0 auto;
		display: block;
	}

	.img_90per {
		max-width: 90%
	}
	.img_50perM {
		max-width: 50%;
		display: block;
	}
}

@media only screen and (max-width:1279px) {
	.col1_img img {
		padding: 0.5em 3.2em;
	}
}

@media only screen and (max-width:599px) {
	.col1_img img {
		padding: 0.5em;
	}
	.c-table__content_50 {
		width: 100% !important;
	}
	
	.c-table__size40,
	.c-table__size50 {width: 100%;}
}




