@charset "UTF-8";
/* CSS Document */

header{
background-image: url("/img/e-main.jpg");
}

#main{
position: relative;
padding-top: 5rem;
padding-bottom: 5rem;
}
#main h2{
padding: 1.5rem;
font-size: 2.5rem;
font-weight: 600;
letter-spacing: 0.3rem;
text-align: center;
background: #5D91B6;
color: #fff;
border-radius: 30px;
}
#main .box{
max-width: 1000px;
margin: 5rem auto 0;
border: 1px solid #4CA4CA;
background: #fff;
position: relative;
padding: 5rem 5rem 5rem 40rem;
font-weight: 500;
line-height: 3rem;
}
#main .box img{
position: absolute;
bottom: 0;
left: 20px;
}
@media (max-width: 992px) {
#main{padding-top: 2rem;padding-bottom:  3rem;}
#main h2{font-size: 2rem;}
#main .box{padding: 5rem 5rem 5rem 25rem;}
#main .box img{width: 200px;top:50%;bottom: 50%;transform: translateY(-50%);}
}
@media (max-width: 752px) {
#main .box{padding: 12rem 2rem 2rem 2rem;}
#main .box img{width: 200px;position: absolute;top:-40px;left: 50%;right: 50%;transform: translateY(0%) translateX(-50%)}
}

#e-links{
background: url("/img/s-guide-h-back.jpg") center center / cover;
padding-top: 5rem;
padding-bottom: 5rem;
position: relative;
}
#e-links > img{
position: absolute;
top:30px;
right: 30px;
}
#e-links > p{
width: 100%;
text-align: center;
font-size: 2rem;
font-weight: 600;
padding: 0 15px;
}
#e-links .contents-box{
max-width: 1030px;
}
#e-links a:hover{
color: #000;
}
#e-links .row > div{
margin-top: 3rem;
}
#e-links .box{
border: 1px solid #000;
background: #fff;
padding: 1.5rem 3rem 1rem;
}
#e-links .box img{
width: 100%;
}
#e-links .box p{
text-align: center;
}
#e-links .link-box{
background: #000;
color: #fff;
padding: 1.5rem 3rem;
position: relative;
}
#e-links .link-box:before {
content: "\f04b";
font-family: FontAwesome;
font-size: 3rem;
position: absolute;
right: 20px;
top: 50%;
transform: translateY(-50%);
background-size: contain;
background-position: center;
background-repeat: no-repeat;
}
#e-links .row > div:last-of-type{
text-align: center;
margin-top: 5rem;
}
#e-links .row > div:last-of-type img{
width: 450px;
}
#e-links .row > div:last-of-type button{
margin-top: 2rem;
color: #fff;
}
@media (max-width: 992px) {
#e-links > img{top:10px;right: 10px;width: 100px;}
#e-links > p{font-size: 1.6rem;text-align: left;}
#e-links .row > div{margin-top: 1.5rem;}
#e-links .row > div:last-of-type img{width: 100%;}
#e-links .row > div:last-of-type button{letter-spacing: 0.1rem;}
}

#e-hanbai{
background: url("/img/i-service-back.jpg") center center / cover;
padding-top: 5rem;
padding-bottom: 5rem;
}
#e-hanbai h2{
padding: 1.5rem;
font-size: 2.5rem;
font-weight: 600;
letter-spacing: 0.3rem;
text-align: center;
background: #FF8000;
color: #fff;
border-radius: 30px;
}
#e-hanbai .contents-box > p{
max-width: 1000px;
margin: 3rem auto 0;
font-weight: 500;
line-height: 3rem;
}
#e-hanbai .box{
background: #fff;
}
#e-hanbai .box h3{
background: #5D91B6;
color: #fff;
font-size: 2rem;
padding: 2rem 2rem 2rem 15rem;
position: relative;
margin-top: 5rem;
}
#e-hanbai .box h3 span{
font-size: 10rem;
position: absolute;
bottom: -5px;
left: 30px;
font-family:'Zen Old Mincho', serif;
font-weight: 700;
}
#e-hanbai ul{
padding: 1rem 5rem 2rem;
}
#e-hanbai li{
  position: relative;
  padding-left: 20px;
  margin: 2rem 0;
  width: 100%;
}
#e-hanbai li:before {
  content: "";
  position: absolute;
  top: .3em;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: #000;
  border-radius: 50%;
}
#e-hanbai li.line{
padding-bottom: 3rem;
border-bottom: 1px #CCC solid;
}
@media (max-width: 992px) {
#e-hanbai{padding-top: 3rem;padding-bottom: 3rem;}
#e-hanbai h2{font-size: 2rem;}
#e-hanbai .contents-box > p{padding: 0 15px;}
#e-hanbai .box h3{font-size: 1.8rem;padding: 1.5rem 1.5rem 1.5rem 6rem;margin-top: 3rem;}
#e-hanbai .box h3 span{font-size: 5rem;bottom: 0;top: -5px;left: -10px;}
#e-hanbai ul{padding: 1rem 2rem 2rem;}
#e-hanbai li{margin: 0.7rem 0;}
}









