@charset "utf-8";

#content .main .section {
	margin-bottom: 50px;
}
body.index #content .main .topImg {
	margin-bottom: 25px;
}

body.index #content .main h3 {
	margin-bottom: 30px;
}

body.index #content .main h4 {
	margin-bottom: 25px;
}

.info_mail {
  display: inline-block;
  background: #eb8f20;
  font-size: 140%;
  padding: 4px 16px;
  padding-right: 4px;
  border-radius: 10px;
  margin: -10px auto 32px;
  margin-left: 0;
  text-align: center;
}
.info_mail:link {
  color: #fff;
}
.info_mail:-webkit-any-link {
  text-decoration: none;
}

.base_info {
  display: inline-block;
  position: relative;
  margin: -10px auto 32px;
  margin-left: 0;
  transition-duration: 0.3s;
  border: 3px solid #e8e5dd;
  padding: 5px 10px 5px 24px;
  font-size: 140%;
}
.base_info:-webkit-any-link {
  text-decoration: none;
}
.base_info::after {
  content: '';
  position: absolute;
  background: url("../../../common/img/siteMap_icon.png")no-repeat center;
  background-size: cover;
  width: 5px;
  height: 7px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 12px;
}

.section .openbox {
		cursor:pointer;
}

.section dl{
	margin:0 0 15px;
}

.section dl dt{
	background: url(../img/icon01.gif) no-repeat;
	padding:0 0 15px 80px;
	font-size:140%;
}

.section dl dd{
	background: url(../img/icon02.gif) no-repeat;
	padding:0 0 10px 80px;
	font-size:110%;
}

.section dl dt p.bg_q{
	background:#dbd6c7;
	padding:5px 10px;
	min-height:50px;
  display: flex;
  align-items: center;
  font-size: 88%;
}

.section dl dd p.bg_a{
	background:#e8e5de;
	padding:5px 10px;
	min-height:50px;
  display: flex;
  align-items: center;
}

.section p,
.section dl dt,
.section dl dd{
	line-height: 160%;	
}

.bold{
	font-weight: bold;
	color:#f96357;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

	.yoyakuBtn

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/

#content .main .yoyakuBtn {
	width:680px;
	height:80px;
	position:relative;
	margin-top:40px;
}

#content .main .yoyakuBtn p {
	width:248px;
	height:20px;
	position:absolute;
	top:51px;
	left:356px;
}


	
