﻿@charset "utf-8";

.l-ctVisual {
  background-image:url(../image/ctVisual.png);
}

.p-hdLine {
	margin-top: 30px;
}

ol.p-list {
	margin-left: 1.5em;
}

.bold {
	font-weight: bold;
	text-align: center;
}

.mg-b {
	margin-bottom:100px;
}

.ind {
    text-indent: -1em;
    margin-left: 1em;
}

.ind2 {
    text-indent: 1em;
}

.p-hdLine-line {
	margin-top: 30px;
}

.fc-orange {
	line-height: 50px;
	font-weight: bold;
	font-size: 20px;
}

@media screen and (max-width:640px) {
	.mg-b {
		margin-bottom:100px;
	}
}