.caption{
  background: url(../images/h2_bg.jpg) no-repeat center center;
  background-size: cover
}

.content .inner{
	position: relative;
}
.content .section{
  background: #FFF;
  padding: 20px;
  margin: 0 0 20px;
}
.content .section h3{
  height: 50px;
  color: #FFF;
  background: #245497;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  padding: 5px;
  margin: 0 0 10px;
}
.content .section h3 span{
  display: block;
  height: 48px;
  line-height: 48px;
  border: 1px solid #FFF;
}
.content .section .txt{
  padding: 10px 10px 0;
  box-sizing: border-box;
}


.content .greeting{
  background: #FFF url(../images/greeting_bg.jpg) no-repeat center bottom;
  background-size: contain;
  padding: 20px 20px 100px;
}
.content .greeting .txt{
  padding: 30px;
}
.content .greeting .txt p{
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.8em;
}
.content .greeting .txt p.ttl{
  color: #245497;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 40px 0 10px;
  text-shadow: 1px 1px 2px #FFF;
}
.content .greeting .txt p.sign{
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  text-align: center;
  text-shadow: 1px 1px 2px #FFF;
}
.content .greeting .txt p.sign span{
  font-size: 14px;
  margin: 0 10px 0 0;
}


.content .section table{
  margin: 10px 0 0;
}
.content .section table th{
  width: 30%;
  background: #f0f0f0;
  color: #245497;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  border-right: 20px solid #FFF;
  border-bottom: 10px solid #FFF;
}
.content .section table td{
  border-bottom: 10px solid #FFF;
  padding: 10px 0;
}
.content .section table td .office{
  margin: 0 0 40px;
}
.content .section table td .office iframe{
  width: 600px;
  height: 300px;
}
.content .section table td .office:last-child{
  margin: 0 0 0px;
}
.content .section table td ul{
  margin: 0 0 10px;
}
.content .section table td ul li{
  display: inline-block;
}

.content .roadservice{
  background: #FFF;
  padding: 20px;
}
.content .roadservice .left{
  width: 180px;
  float: left;
}
.content .roadservice .right{
  width: 700px;
  float: right;
}
.content .roadservice .right h3{
  color: #245497;
  font-size: 24px;
}
.content .roadservice .right h3 span{
  font-size: 14px;
  font-weight: normal;
}
.content .roadservice .right .tel{
  margin: 20px 0;
  border: 1px solid #CCC;
  text-align: center;
  padding: 20px 0;
}
.content .roadservice .right .tel strong{
  font-size: 28px;
  margin: 0 0 0 20px;
	font-family: 'Muli', sans-serif;
  color: #245497;
  font-weight: bold;
}

/*==========================================================================================

	768px以下用（SP）のCSS

==========================================================================================*/
@media screen and (max-width: 768px) {

  .content .section h3{
    height: auto;
    font-size: 16px;
  }
  .content .section h3 span{
    height: auto;
    line-height: 1.4em;
    padding: 5px 0;
  }
  .content .section .txt{
    width: auto;
    float: none;
    padding: 0;
  }

  .content .greeting{
    padding: 20px 20px 50px;
  }
  .content .greeting .txt p{
    font-size: 13px;
  }
  .content .greeting .txt p.ttl{
    font-size: 14px;
    margin: 20px 0 10px;
  }
  .content .greeting .txt p.sign{
    font-size: 18px;
  }
  .content .greeting .txt p.sign span{
    font-size: 12px;
  }



  .content .section table th{
    width: 30%;
    font-size: 12px;
    border-right: 10px solid #FFF;
  }
  .content .section table td{
    font-size: 12px;
  }
  .content .section table td .office iframe{
    width: 100%;
    height: 100px;
  }


  .content .roadservice .left{
    width: 180px;
    float: none;
    margin: 0 auto;
  }
  .content .roadservice .right{
    width: auto;
    float: none;
  }
  .content .roadservice .right h3{
    font-size: 16px;
  }
  .content .roadservice .right .tel strong{
    font-size: 16px;
    margin: 0 0 0 10px;
  }
  .content .roadservice .right h4{
    font-size: 14px;
  }
  .content .roadservice .right p{
    font-size: 12px;
  }
}
