.cs_fc-blue {
	color: #205a99;
}

.cs_fc-orange {
	color: #f60;
	font-weight: bold;
}

.cs_fc-orange-strong {
	color: #f60;
	font-size: 20px;
	font-weight: bold;
}

h3.cs_fc-orange-strong {
	color: #f60;
	font-size: 20px;
	font-weight: bold;
}

.cs_fc-orange-strong li {
	color: #f60;
	font-size: 20px;
	font-weight: bold;
}

.cs_fc-orange-strong-cp {
	color: #f60;
	font-size: 36px;
	font-weight: bold;
}

@media screen and (min-width:480px) {
h2 {
	 font-size: 18px;
	}
　}

.cs_fc-question-strong {
	color: #0099ff;
	font-size: 30px;
	font-weight: bold;
}

.cs_fc-answer-strong {
	color: #ff001a;
	font-size: 30px;
	font-weight: bold;
}

.cs_fc-green {
	color: #20995f;
}

.cs_fz-normal {
	font-size: 16px;
}

.cs_fz-large {
	font-size: 20px;
}

h3.cs_fz-large {
	font-size: 20px;
}

.cs_fz-big {
	font-size: 24px;
}

.cs_fz-biggest {
	font-size: 36px;
}

h2.size-large {
	font-size: 32px;
	color: #f60;
}

@media screen and (max-width:480px) {
h2.size-large {
	font-size: 20px;
	color: #f60;
}
}

h2.size-big {
	font-size: 36px;
	color: #f60;
}

h3.size-large {
	font-size: 36px;
	color: #f60;
}

@media screen and (max-width:480px) {
h3.size-large {
	font-size: 20px;
	color: #f60;
}
}


.cs_fw-bold {
	font-weight: bold;
}

.cs_ff-serif {
	font-family: serif;
}

.cs_mb-10 {
	margin-bottom: 10px;
}

.cs_mb-20 {
	margin-bottom: 20px;
}
.cs_mb-30 {
	margin-bottom: 30px;
}
.cs_mb-40 {
	margin-bottom: 40px;
}

.cs_btn-ws-nrml {
	white-space: normal;
}

.cs_bdb-dshd-blk {
	border-bottom: 1px dashed #000;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.cs_bdb-dshd-orange {
	border-bottom: 1px dashed #f60;
	margin-bottom: 10px;
	padding-bottom: 1px;
	color: #f60;
	font-size: 20px;
	font-weight: bold;
}

.cs_bdb-dotted-orange {
	border-bottom: 1px dotted #f60;
	margin-bottom: 1px;
	padding-bottom: 1px;
	color: #f60;
	font-size: 20px;
	font-weight: bold;
}

.cs_content-wrapper {
	margin-bottom: 20px;
	margin-top: 20px;
}

.cs_definition-box {
	border: 1px solid #205a99;
	padding: 20px;
	padding-bottom: 0;
}
.cs_definition-box dt {
	border-bottom: 1px solid #205a99;
	color: #205a99;
	font-weight: bold;
	margin-bottom: 10px;
}
.cs_definition-box dd {
	margin-bottom: 20px;
}

.cs_list-box {
	padding-right: 16px;
	padding-left: 16px;
}
.cs_list-box li {
	border-bottom: 1px dashed #20995f;
	color: #20995f;
	font-weight: bold;
	line-height: 2.2;
}

.cs_check-box ul li {
  position: relative;
}
.cs_check-box ul li::after {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: -1em;
  width: 8px;
  height: 3px;
  border-left: 2px solid #3498db;
  border-bottom: 2px solid #3498db;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.cs_circle {
	display: inline-block;
	width: 50px;
	height: 50px;
	background: #67A6EB;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-o-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px;
}

.cs_ul_none li {
	list-style: none;
}

.cs_ul_none {
	list-style: none;
}


.cs_checkmark li {
	padding-left: 24px;
	position: relative;
}

.cs_checkmark li:before,
.cs_checkmark li:after {
	content: "";
	display: block;
	position: absolute;
}

.cs_checkmark li:before {
	width: 16px;
	height: 16px;
	background: #ffffff;
	border: 1px solid #ff0000;
	left: 0;
	top: 2px;
}

.cs_checkmark li:after {
	border-left: 2px solid #ff0000;
	border-bottom: 2px solid #ff0000;
	width: 6px;
	height: 3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 5px;
	top: 7px;
}

.cs_dl{
     width: 650px;
     margin: 80px;
     line-height: 1.8em;
     font-size: 1.4em;
     overflow: hidden;
     _zoom: 1;
}

.cs_dl dd,
.cs_dl dt{
     text-indent: -2.6em;
     padding: 0 20px 0px 50px;
}

.cs_dl dt{
     margin:20px 20px 0 0;
}

.cs_dl dd:first-letter,
.cs_dl dt:first-letter{
     font-size: 1.6em;
     font-weight: bold;
     margin-right: 10px;
     padding: 5px;
     font-family: 'Nunito', sans-serif;
}


.cs_dl dd{
     margin: 20px 0 -1px 0;
     padding-bottom: 15px;
     border-bottom: 1px #000 dotted;
}


.cs_dl dt:first-letter{
     color: #0F78E1;
}
.cs_dl dd:first-letter{
     color: #ff6767;
}