@charset "utf-8";
.column-text h2 {
	color: rgba(86,205,221,1.00);
	font-size: 16px;
	line-height: 300%;
	text-align: center;
	font-weight: normal;
}
.column-text h3 {
	font-size: 32px;
	line-height: 150%;
	margin-bottom: 1em;
	border-bottom: 2px solid rgba(24,182,204,1.00);
	color: rgba(24,182,204,1.00);
}
.column-text p {
	text-align: left;
	line-height: 150%;
	font-size: 18px;
	margin-bottom: 2em;
	margin-left: 7px;
	margin-right: 7px;
}
dl{
	box-sizing: border-box;
	padding: 0 10px;
	margin-bottom: 48px;
}
dl dt{
	text-align: left;
	padding-left: 10px;
	line-height: 2;
	border-left: 10px solid rgba(54,132,120,1.00);
}
dl div{
	text-align: left;
	margin-bottom: 32px;
}
dl div dt{
	padding: 0;
	border: 0;
	font-weight: bold;
}
dl div dd{
	line-height: 1.5;
	font-size: 16px;
}
.info{
	border: none;
	padding: 8px;
	background-color: rgba(0,0,0,.3);
}
@media print,screen and (min-width: 800px) {
   /* 表示領域が800px以上の場合に適用するスタイル */
.column-text p {
	text-align: left;
	line-height: 150%;
	font-size: 18px;
	margin-bottom: 2em;
}
.column-text h2 {
	color: rgba(93,150,187,1.00);
	font-size: 14px;
	line-height: 150%;
	background-color: rgba(75,119,171,0.00);
	font-weight: bold;
}
.column-text h3 {
	font-size: 32px;
	line-height: 150%;
	margin-bottom: 1em;
	border-bottom: 2px solid rgba(24,182,204,1.00);
	color: rgba(24,182,204,1.00);
}
.img-c {
	margin-bottom: 2em;
}
}
