@charset "utf-8";

/* 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
}

.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;
}

.c-table__headCell{
	vertical-align: middle;
}

.kome_01 {width: 1em !important;}
.kome_02 {width: 1.5em !important;}
.mt10 {margin-top: 10px !important;}

.u-icons-more { position: relative;}
.u-icons-more a{
	display: block;
	margin-top: 10px;
    padding: 4px 30px 4px 30px;
    background-color: #eee;
    border: 1px solid #c8c8c8;
    text-align: left;
}

.u-icons-more.u-icons--bulletRight::before {
	position: absolute;
    left: 10px;
    top: 15px;
}


/********************************************

table

**********************************************/
.c-table__head th {
    text-align: center;
    vertical-align: middle !important;
}
.c-table__head th,
.c-table__contentBody th,
.c-table__contentBody td {
    vertical-align: middle !important;
}

.c-table__contentBody th {background-color: #f2f2f2;}

@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;
	}
}




