@charset "UTF-8";
/* CSS Document */
#sidenavi {
  margin-top: -25em;
}

#mainimage{
    width: 90.5em;
  margin: 0 auto 4em auto;
  position: relative;
  padding-right: 1em;
}

#mainimage h2{
    position: absolute;
    bottom: 1em;
    left: 1em;
    text-align: left;
    font-size: 3rem;
    font-weight: 500;
}
#mainimage h2 p{
    background-color: #fff;
    display: inline-block;
    line-height: 1.6;
    padding: 0 0.3em 0.1em 0.3em;
}
#mainimage h2 p.kakko{
    text-indent: -0.5em;
}
#mainimage h2 p.p_nonepc{
    padding: 0 0.3em 0.1em 0;
    margin-left: -0.3em;
}
#mainimage h2 p.p_nonesp{
    padding: 0 0.3em 0.1em 0.3em;
    margin-left: 0;
}
#mainimage h2 p span{
    letter-spacing: -0.5em;
}
#mainimage .slider{
  overflow:hidden;
}
#mainimage li{
}
#mainimage .arrows{
    position: absolute;
    left: 54em;
    bottom: 1em;
}
.slick-prev, .slick-next {
  position: relative;
  top: auto;
    left: auto;
    right: auto;
  display: inline-block;
  width: auto;
  height: auto;
  -webkit-transform:translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.slick-prev::before, .slick-next::before {
  display: block;
  font-size: 1rem;
  color: #6fa7d3;
  background-color:#fff;
    padding: 2em;
    border-radius: 0.4em;
}
.slick-prev::before {
  content: '◀︎';
    margin-right: 0.4em;
}
.slick-next::before {
  content: '▶︎';
}

.readbox{
    text-align: justify;
    padding: 3em 0 8em 0;
}
#detail h2{
    font-size: 2.6rem;
    line-height: 1.4;
    font-weight: 500;
}
.readbox .txt{
    padding: 2em 0 3em 0;
}
.service{
    text-align: justify;
}
.service .title{
    font-size: 2rem;
    font-weight: 500;
    padding: 0.5em 0 3em 0;
}
.service dl{
    display: flex;
    align-items: center;
    padding-bottom: 2em;
}
.service dt{
    width: 11em;
    margin-right: 3em;
}
.service dd{
    flex: 1;
}
.service dd h3{
    font-size: 2rem;
    font-weight: 500;
    padding-bottom: 0.5em;
}


@media only screen and (max-width: 768px) {
    
#sidenavi {
  margin-top: 3em;
}

#mainimage{
    width: 100%;
    padding: 0 1em;
}
#mainimage h2{
    bottom: auto;
    left: auto;
    top: 1em;
    right: 2em;
    font-size: 1.6rem;
}
    
#mainimage h2 p.p_nonepc{
    padding: 0 0.3em 0.1em 0.3em;
    margin-left: 0;
}
#mainimage h2 p.p_nonesp{
    padding: 0 0.3em 0.1em 0;
    margin-left: -0.3em;
}
#mainimage .arrows{
    left: auto;
    right: 1.5em;
    bottom: 0;
}
    #mainimage .slider {
  border-radius: 0.5em;
}
    .slick-slide img {
            height: 14em;
    max-width: initial;
}
.slick-prev, .slick-next {
}
.slick-prev::before, .slick-next::before {
    padding: 1em;
}

.readbox{
    padding: 0 0 6em 0;
}
#detail h2{
    font-size: 2.2rem;
}
.readbox .txt{
    padding: 2em 0 3em 0;
}
.service{
    padding-bottom: 2em;
}
.service .title{
    font-size: 1.8rem;
    padding: 0.5em 0 0 0;
}
.service dl{
    display: block;
    padding-bottom: 1em;
}
.service dt{
    width: 7em;
    margin: 0 0 -2em auto;
}
.service dd{
}
.service dd h3{
    font-size: 2rem;
    font-weight: 500;
    padding-bottom: 0.5em;
}
    
    
}