.mainTit {
  font-size: 20px;
  font-weight: bold;
  color: #036EB7;
  width: 100%;
  margin: 40px 0;
  padding: 15px 0;
  border: 1px solid #036EB7;
}

@media screen and (max-width: 1000px) {
  .mainTit {
    padding: 8px 0;
  }
}

.subTit {
  font-size: 18px;
  font-weight: bold;
}

.subTit::before {
  content: "";
  width: 5px;
  height: 16px;
  margin: 0 7px 0 0;
  background: #0083C9;
  vertical-align: -0.1em;
  display: inline-block;
}

_:-ms-input-placeholder, :root .mainTit {
  padding: 18px 0 12px;
}

@media screen and (max-width: 1000px) {
  _:-ms-input-placeholder, :root .mainTit {
    padding: 12px 0 6px;
  }
}

.headingArea {
  padding: 60px 0;
  background: #EBEDEE url("../images/bg_index01.jpg") no-repeat right center/contain;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1000px) {
  .headingArea {
    padding: 42px 0;
  }
}

.headingArea .tit01 {
  font-size: 26px;
  font-weight: bold;
}

@media screen and (max-width: 1000px) {
  .headingArea .tit01 {
    font-size: 24px;
  }
}

.headingArea .txt01 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 25px;
}

@media screen and (max-width: 1000px) {
  .headingArea .txt01 {
    font-size: 16px;
  }
}

.companyArea {
	margin: 0 auto 70px auto;
}


.companyArea h3 {
	font-size: 20px;
	font-weight: bold;
	color: #036EB7;
	width: 100%;
	margin: 60px 0 20px;
	padding: 15px 0;
	border: 1px solid #036EB7;
	text-align: center;
}
.companyArea h4 {
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0;
}

#greeting {
	background: url(../images/bg_index01.png) no-repeat bottom/cover;
	z-index: 0;
	position: relative;
	overflow: hidden;
	color: #ffffff;
	padding: 35px 35px 100px 35px;
}

@media print, screen and (min-width: 1441px) {
   #greeting {
    background-size: 100% 100%;
    overflow-x: hidden;
    overflow-y: visible;
  }
}
 #greeting h3 {
	font-weight: bold;
	color: #ffffff;
	width: auto;
	margin: 0 0 20px;
	padding: 0 0 15px 0;
	border: none;
	position: relative;
}
#greeting h3:before {
	content: '';
	width: 55px;
	height: 2px;
	margin: auto;
	background: #ffffff;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.companyArea p {
	font-size: 15px;
	margin: 0 0 25px 0;
	line-height: 1.9;
}
.companyArea p#catch{
	font-size: 20px;
	margin: 0 0 20px 0;
	font-weight: bold;
}
.companyArea p#end{
	text-align: right;
}
.companyArea table {
	margin: 10px 0 40px 0;
	width: 100%;
}
.companyArea table th,
.companyArea table td {
	font-size: 14px;
	width: 25%;
	font-weight: bold;
	text-align: left;
	padding: 15px 25px;
	background: #F4F4F4;
	border: 0.75px solid #DDD;
	vertical-align: middle;
}
.companyArea table td {
	width: 75%;
	font-weight: normal;
	background: #ffffff;
}
.companyArea iframe {
	width: 100%;
	margin: 10px auto 25px auto;
}

.companyArea ul {
	margin: 0 0 25px 0;
}
.companyArea ul li {
	font-size: 15px;
	margin: 0 0 10px 25px;
	list-style-type: disc;
}








@media screen and (max-width: 767px) {
	.headingArea {
		padding: 30px 0;
		background: #EBEDEE url("../images/bg_index01_sp.jpg") no-repeat right center/contain;
	}
	.headingArea .tit01 {
		font-size: 20px;
	}
	.headingArea .txt01 {
		font-size: 16px;
		width: 50%;
	}
}
@media screen and (max-width: 767px) and (max-width: 550px) {
	.headingArea .txt01 {
		font-size: 13px;
	}
}
@media screen and (max-width: 767px) and (max-width: 424px) {
	.headingArea .txt01 {
		margin-top: 15px;
		width: 70%;
	}
}
@media screen and (max-width: 767px) {
	.companyArea {
		margin-top: 0;
	}
	.companyArea p {
		font-size: 14px;
	}
	.companyArea p#catch{
		font-size: 17px;
	}
	#greeting {
		background-position: right -300px bottom 0px;
		padding: 35px 10px 130px 10px;
	}
	.companyArea h3:first-child {
		margin-top: 0;
	}
	.companyArea table th,
	.companyArea table td {
		display: block;
		width: 100%;
		border-top: none;
	}
	.companyArea table{
		border-top: 0.75px solid #DDD;
	}
}



.btn-mail a{
	display: block;
    width: 180px;
    padding: 10px 0;
    background: -webkit-gradient(linear, left top, right top, from(#6DADD9), to(#1A2D78));
    background: -webkit-linear-gradient(left, #6DADD9, #1A2D78);
    background: -o-linear-gradient(left, #6DADD9, #1A2D78);
    background: linear-gradient(90deg, #6DADD9, #1A2D78);
    -webkit-transition: 0.3s ease-in-out all;
    -o-transition: 0.3s ease-in-out all;
    transition: 0.3s ease-in-out all;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.btn-mail a::before {
    content: "";
    width: 15px;
    height: 11px;
    padding: 0 10px 0 0;
    background: url(../../common/images/ico_header02.svg) no-repeat bottom left/contain;
    display: inline-block;
    -webkit-transition: 0.3s ease-in-out all;
    -o-transition: 0.3s ease-in-out all;
    transition: 0.3s ease-in-out all;
}