@charset "UTF-8";
/* CSS Document */
#sidenavi .navi li:first-child a{
    background-color: #e98097;
}

.readbox{
    position: relative;
    text-align: justify;
    padding: 3em 0 8em 0;
}
.readbox h2{
    font-size: 2.6rem;
    line-height: 1.4;
    font-weight: 500;
}
.readbox .txt{
    padding: 2em 16em 0 0;
}
.readbox .images{
    position: absolute;
    top: -2em;
    left: -3em;
    right: -3em;
    z-index: -1;
}

.service{
    padding: 5em 0;
}
.service h3{
    text-align: justify;
    font-size: 2rem;
    font-weight: 500;
    padding-bottom: 2em;
}
.service ul{
    display: flex;
    justify-content: space-between;
}
.service li{
    width: 31%;
    background-color: #fff;
    border: 8px solid #a3d0de;
    border-radius: 15em;
    padding: 4em 2em 8em 2em;
    position: relative;
    cursor: pointer;
}
.service li .icon{
    width: 6em;
    margin: 0 auto;
}
.service li h4{
    font-size: 1.8rem;
    font-weight: 500;
    padding: 1.3em 0;
      line-height: 1.4;
}
.service li p{
    text-align: justify;
      line-height: 1.8;
}
.service li .btn{
    background-color: #444;
    color: #fff;
    border-radius: 50%;
    font-size: 3.6rem;
    line-height: 1.8;
    font-weight: 800;
    width: 2em;
    height: 2em;
      padding-top: 0.05em;
    position: absolute;
    bottom: 0.5em;
    left: 0;
    right: 0;
    margin: 0 auto;
  transition: all 300ms 0s ease;
}
.service li .btn:before{
    content: "＋";
}
.service li:hover .btn{
    background-color: #a3d0de;
}
.service li.select .btn{
    background-color: #e98097;
}
.service li.select .btn:before{
    content: "ー";
}

#detail .box{
    background-color: #fff;
    border: 8px solid #a3d0de;
    padding: 4em 3em;
    border-radius: 2em;
    text-align: justify;
}
#detail .box{
    display: none;
}
#detail .box.first {
	display: block;
}
#detail .box h3{
    font-size: 1.8rem;
    font-weight: 600;
}
#detail .box .title{
    font-size: 2.2rem;
    font-weight: 500;
    padding: 1.5em 0 1em 0;
}
#detail .box h4{
    font-weight: 500;
    padding: 3em 0 1em 0;
    border-bottom: 1px solid #c5c5c5;
}
#detail .box dl{
    padding: 1em 0;
    border-bottom: 1px solid #c5c5c5;
}
#detail .box dt{
    font-weight: 500;
    padding-bottom: 0.5em;
}

@media only screen and (max-width: 768px) {

.readbox{
    padding: 0 0 9em 0;
}
.readbox h2{
    font-size: 2.2rem;
}
.readbox .txt{
    padding: 1em 0 0 0;
}
.readbox .images{
    top: auto;
    bottom: 0;
}

.service{
    padding: 4em 0 2em 0;
}
.service h3{
}
.service ul{
    display: block;
}
.service li{
    width: 100%;
    border: 5px solid #a3d0de;
    border-radius: 2em;
    padding: 1em 4em;
    text-align: left;
    margin-bottom: 0.5em;
}
.service li .icon{
    width: 3em;
    position: absolute;
    left: 0.5em;
    top: 2.3em;
}
.service li h4{
    font-size: 1.8rem;
    padding: 0 0 0.5em 0;
}
.service li p{
}
.service li .btn{
    text-align: center;
    font-size: 2rem;
    bottom: 0.5em;
    left: auto;
    right: 0.5em;
}

#detail .box{
    border: 5px solid #a3d0de;
    padding: 2em 1.5em;
    border-radius: 2em;
    margin-bottom: 2em;
}
#detail .box h3{
    padding-bottom: 1em;
}
#detail .box .title{
    padding: 0 0 1em 0;
}
#detail .box h4{
    padding: 2em 0 1em 0;
}
#detail .box dl{
}
#detail .box dt{
}
    
}