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

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

icon

**********************************************/
.icon_gray {
	color: #FFF;
	background-color: #888888;
	font-weight: normal;
	line-height: 0.75em;
	text-align: center;
	padding: 0.35em 0.75em;
	border-radius: 2em;
	white-space: nowrap;
	font-size: 0.75em;
	display: inline-block;
}


@media only screen and (min-width:1280px) {
	.col1_img img {
		padding: 1em 14em;
	}

	.img_80per {
		max-width: 80%
	}

	.img_90per {
		max-width: 90%
	}
}

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

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

index

**********************************************/
.indexTable{

}
.indexTable .c-table .c-table__headCell,.indexTable .c-table__head td,.indexTable .c-table__head th {
/*  border: none;*/
  background-color: transparent;
}
.indexTable .c-table__content td,.indexTable .c-table__content th {
/*  border-top: none;*/
/*  border-left: none;*/
/*  border-right: none;*/
  vertical-align: middle;
}
.indexTable .c-table__content td.indexTable-ttl{
/*	padding: 10px 0;*/
}
.indexTable-ttl {
  background: #375372;
  color: #fff;
  width: 100%;
  height: 100%;
  /* display: block; */
  padding: 10px 15px;
}
.indexTable-ttl span{
	/*background: url(../img/index_bg.png) center /cover no-repeat;
	color: #fff;
	width: 100%;
	height: 100%;
	display: block;
	padding: 10px 15px;*/
}
.starIco{
	width: 30px;
  display: inline-block;
  margin-top: 3px;
}
.indexTable-btm{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 10px;
}
.indexTable-btm .starIco{
	width: 24px;
  margin-top: 0;
}


