@charset "utf-8";


/*=== マルチコラム ===*/
.multiColumn {
	overflow: hidden;
}

/*=== image ===*/
img {
	height: auto;
	max-width: 100%;
}

/*=== color ===*/
.red {
	color: #C03;
}

.blue {
	color: #00F;
}

.gray {
	color: #999;
}

/*=== Space ===*/
.topPad30 {
	padding-top: 30px;
}

.btmPad10 {
	padding-bottom: 10px;
}

.btmPad20 {
	padding-bottom: 20px;
}

.btmPad30 {
	padding-bottom: 30px;
}

.btmPad40 {
	padding-bottom: 40px;
}

.btmPad50 {
	padding-bottom: 50px;
}

.btmPad80 {
	padding-bottom: 80px;
}

.btmMrg10 {
	margin-bottom: 10px;
}

.btmMrg80 {
	margin-bottom: 80px;
}


/*=== Align ===*/
.center {
	text-align: center;
}

/*=== 角丸 ===*/
.radius06 {
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

.radius10 {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.radius20 {
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}

/* 丸数字 */
.maru {
	height:50px;
	width:50px;
	border-radius:50%;
	line-height:50px;
	text-align:center;
	background-color: #374C90;
	font-size: 28px;
	color: #FFF;
	font-weight: bold;
	padding-left: 2px;
}


@media screen and (max-width: 992px){ /*768*/

/*=== マルチコラム ===*/
.multiColumn {
	overflow: visible;
}

}


.p_detail {
  display: block;
  margin-top:10px;
  font-weight: normal;
  font-size: 14px;
}