@charset "UTF-8";

#sec02 {
	padding-top: 70px;
	padding-bottom: 80px;
}
#sec02 h2 {
	font-size: 37px;
	color: #e60012;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
	font-weight: bold;
}

.c-intro {
	margin-bottom: 40px;
}
.c-intro .c-text {
	font-size: 17px;
	line-height: 1.8em;
	color: #333;
}

.f-OR {
	color: #ff6600;
}
.rm {
	color: #ff0000;
}
.f-ttl {
	display: inline-block;
	font-size: 16px;
	color: #000;
	padding-left: 40px;
	margin-bottom: 7px;
}
.f-ttl .exTxt {
	display: block;
	padding: 10px 0 0;
}
.f-ttl .rm {
	font-size: 12px;
}
input.input-M {
/* 	margin-bottom: 30px !important; */
}
input.input-M::-webkit-input-placeholder {
    color: #b8b8b8 !important;
    font-weight: normal;
    text-align: center;
}
input.input-M:-ms-input-placeholder {
    color: #b8b8b8 !important;
    font-weight: normal;
    text-align: center;
}
input.input-M::-moz-placeholder {
    color: #b8b8b8 !important;
    font-weight: normal;
    text-align: center;
}
.mfControls {
	text-align: center;
}
.mfControls button {
	width: 250px;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
	margin: 0 15px !important;
}

.inset-1 {
	line-height: 1.6em;
}
.inset-1 img {
	max-width: 100%;
	height: auto;
}

.newslist-box {
	margin-bottom: 11%;
}

.btn-md-area {
	text-align: left;
	margin-top: 30px;
}

.btn-pager-area {
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
}
.btn-pager-area ul {
	margin: 0;
	padding: 0;
	text-align: center;
	display: inline;
}
.btn-pager-area ul li {
	display: inline-block;
}
.btn-pager-area ul li.pageNo {
	display: inline-table;
	vertical-align: middle;
	text-align: center;
	height: 100%;
}
.btn-pager-area ul li.pageNo span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.btn-pager-area ul li.pageNo span {
	font-size: 17px;
	color: #333;
	text-align: center;
}
.btn-pager-area ul li.pre {
	float: left;
}
.btn-pager-area ul li.next {
	float: right;
}
.btn-pager-area ul li.pre span,
.btn-pager-area ul li.next span {
	opacity: 0.5;
}
.btn-pager-area ul li.pre span,
.btn-pager-area ul li.next span,
.btn-pager-area ul li.pre a,
.btn-pager-area ul li.next a {
  font: 400 40px/40px "Material Icons";
  color: #fff;
  background: #fe9900;
  display: inline-block;
  width: 105px;
  height: 80px;
  transition: .3s background ease;
  border-radius: 40px;
}
.btn-pager-area ul li.pre a:hover,
.btn-pager-area ul li.next a:hover {
  background: #d88200;
}

.btn-pager-area ul li.pre span,
.btn-pager-area ul li.pre a {
  position: relative;
}
.btn-pager-area ul li.pre span:before,
.btn-pager-area ul li.pre a:before {
  content: '\e314';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.btn-pager-area ul li.next span,
.btn-pager-area ul li.next a {
  position: relative;
}
.btn-pager-area ul li.next span:before,
.btn-pager-area ul li.next a:before {
  content: '\e315';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


@media (max-width: 767px)  {
	#sec02 {
		padding-top: 40px;
		padding-bottom:30px;
	}
}
@media (max-width: 980px)  {
}

.rd-mailform label textarea {
/* 	margin-bottom: 30px; */
}
.radio-box {
/* 	margin-bottom: 30px; */
	padding-left: 40px;
}
.txt-privacy {
	overflow-y: scroll;
	line-height: 30px;
}
.txt-privacy b {
	font-weight: bold;
}
@media (max-width: 767px)  {
	.radio-box {
		padding-left: 0px;
	}
	.mfControls button {
		width: 100%;
		text-align: center;
		padding-left: 0;
		padding-right: 0;
		margin: 0 0 20px 0 !important;
	}
}
