@charset "UTF-8";

/*------------メインビジュアル------------*/
.container {
	max-width: 1070px;
	margin: 0 auto;
	padding: 0 10px;
}
.mv-container {
	max-width: 1050px;
	margin: 26px auto 30px;
}
.mv-container img {
	max-width: 100%;
	height: auto;
}
@media screen and (max-width: 767px){
	.container {
		padding: 0 22px;	
	}
	.mv-container {
		margin: 10px auto 15px;
	}
	.mv-container img {
		width: 100%;
	}
}
/*------------メインビジュアル------------*/

/*------------メインコンテンツ------------*/

.contents {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 86px;
}
.content-item {
	width: calc((100% - 54px) / 3);
	margin-bottom: 24px;
}
.content-item a {
	display: block;
	text-decoration: none;
}
.content-item a:hover {
	opacity: 0.8;
}
.content-item dt {
	display: table;
	width: 100%;
	height: 81px;
	padding-left: 13px;
}
.content-item dt p {
	position: relative;
	display: table-cell;
	padding: 0 5px 0 75px;
	color: #fff;
	font-size: 2.2rem;
	font-weight: bold;
	font-family: "ヒラギノ角ゴシック", Meiryo, Verdana, "Hiragino KakuGothic Pro", Osaka, ＭＳＰゴシック, sans-serif;
	vertical-align: middle;
}
.content-item dt p span {
	position: absolute;
	top: 7px;
	left: 0;
	display: block;
	width: 67px;
	height: 67px;
	padding-top: 20px;
	border-radius: 34px;
	background-color: #fff;
	font-size: 1.9rem;
	text-align: center;
}
.content-item dd p {
	padding: 17px 0 5px 25px;
	font-size: 2.6rem;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-weight: bold;
	color: #000;
}
.content-item dd div {
	text-align: center;
}
.content-item dd div img {
	max-width: 100%;
	height: auto;
}

.content-item:nth-of-type(1) a {
	background-color: #bceac4;
}
.content-item:nth-of-type(1) dt {
	background-color: #6dca76;
}
.content-item:nth-of-type(1) dt p span{
	color: #6dca76;
}

.content-item:nth-of-type(2) a {
	background-color: #f6d36e;
}
.content-item:nth-of-type(2) dt {
	background-color: #efa723;
}
.content-item:nth-of-type(2) dt p span {
	color: #efa723;
}
.content-item:nth-of-type(3) a {
	background-color: #bedcf7;
}
.content-item:nth-of-type(3) dt {
	background-color: #628fe7;
}
.content-item:nth-of-type(3) dt p span {
	color: #628fe7;
}

.content-item:nth-of-type(4) a {
	background-color: #fefa8e;
}
.content-item:nth-of-type(4) dt {
	background-color: #dbb418;
}
.content-item:nth-of-type(4) dt p span {
	color: #dbb418;
}

.content-item:nth-of-type(5) a {
	background-color: #b8f1fc;
}
.content-item:nth-of-type(5) dt {
	background-color: #3dabe0;
}
.content-item:nth-of-type(5) dt p span {
	color: #3dabe0;
}

.content-item:nth-of-type(6) a {
	background-color: #fedcf5;
}
.content-item:nth-of-type(6) dt {
	background-color: #ef67b3;
}
.content-item:nth-of-type(6) dt p span {
	color: #ef67b3;
}
@media (max-width: 1050px) and (min-width: 768px) { 
	.content-item dd p {
		padding: 17px 5px 5px 13px;
		font-size: 1.8rem;
	}
}
@media (max-width: 767px) and (min-width: 600px) { 
	.contents {
		margin-bottom: 45px;
	}
	.content-item {
		width: calc((100% - 27px) / 2);
	}
	.content-item dd p {
		padding: 17px 13px 5px 13px;
		font-size: 2rem;
	}
	
}

@media screen and (max-width: 599px){
	.contents {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
	  	flex-direction: column;
		margin-bottom: 45px;
	}
	.content-item {
		width: 100%;
		margin-bottom: 20px;
	}
	.content-item dd p {
		padding: 17px 0 5px 13px;
		font-size: 2.5rem;
	}
}
/*------------メインコンテンツ------------*/
	