a[href$=".pdf"]:before {
    content:" ";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../images/Adobe_PDF_file_icon_24x24.png) no-repeat;
    vertical-align: sub;
}

*{
    box-sizing: border-box;
}

.wrapper{
    display: flex;
    flex-flow: column;
    margin: 0 auto;
    max-width: 1040px;
/*    background-color: limegreen;*/
}

h1 title{
    text-align: center;
    color: #fff;
    background-color: springgreen;
}

.body_img{
    margin: 0 auto;
    position: relative;
}

.body_img .title_caption {
    width: 100%;
    position: absolute;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 3.1vw;
}

.body_img .title_caption2 {
    width: 100%;
    position: absolute;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 2.7vw;
    bottom:0;
}

.body_img .title_caption > span{
    color: red;
    font-weight: bold;
}

.body_img .title_caption2 > span{
    color: red;
    font-weight: bold;
}

.body_img img{
    width: 100%;
}

.main_contents{
    display: flex;
    flex-flow: column;
    justify-content: center;
    margin: 0 auto;
}

.main_lead p{
    line-height: 1.5rem;
    text-indent: 1em;
    text-align: justify;
    font-feature-settings : "pkna";
    margin: 10px;
    color: #555555;
}


.rental{
    display: flex;
    flex-flow: column;
}

.rental p{
    line-height: 1.5rem;
    text-indent: 1em;
    text-align: justify;
    font-feature-settings : "pkna";
    margin: 10px;
    color: #555555;
}

.rental p:first-of-type{
    margin-bottom: 0px;
}

.r_wrap{
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.rental li{
    list-style-type:disc;
    margin-left: 35px;
    font-size: 1.2em;
}

.rental h1{
    font-size: 8.0em;
    font-weight: 800;
    color: limegreen;
    line-height: 1.1;
}

.rental h2{
    font-size: 5.0em;
    font-weight: 800;
    line-height: 1;
    color: limegreen;
}

.r_right{
    display: flex;
    flex-flow: column;
    align-items: center;
    text-align: justify;
}

.r_right li{
    list-style-type: none;
    width: 270px;
    margin-left: 0;
    
}

.r_middle{
    display: flex;
    flex-flow: row;
    align-items: baseline;
}

.r_middle h2{
    font-size: 3.5em;
}

.title{
    display: flex;
    justify-content: center;
    font-size: 2.0em;
    font-weight: bold;
    background-color: springgreen;
    color: #fff;
    padding: 5px;
}

.subtitle_l{
    font-size: 1.5em;
    color: #000;
}

.subtitle_r{
    font-size: 1.5em;
    color: #000;
}

.cost_contents{
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.l_text{
    font-size: 1.3em;
    width: 300px;
}

.circle-text{
    background-color: #00b1f4;
    border: solid 3px #fff;
    width: 70px;
    height: 70px;
    border-radius: 60px;
    box-shadow: 0 0 0 3px #00b1f4;
    margin: 15px 0 15px 0;
    z-index: 50;
}

.circle-text p{
    font-size: 15px;
    margin-top: 5px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.circle-text h2{
    font-size: 30px;
    margin-top: -8px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}


.points{
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: center;
}

.points-wrap{
    display: flex;
    width: calc(100%/3 - 10px);
    margin-bottom: 10px;
}

.point-text h3{
    font-size: 1.5em;
    margin: 20px 0 0 -15px;
    padding: 5px 0 5px 15px;
    text-align: center;
    width: 230px;
    background-color: #00b1f4;
    color: #fff;
    border-radius: 0 8px 8px 0;
    box-shadow: 5px 3px 3px rgba(0,0,0,0.5);
}

.point-text p{
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    letter-spacing: -1.5px;
    margin: 10px 0 0 0px;
}

.sample{
    line-height: 1.5rem;
    text-indent: 1em;
    text-align: justify;
    font-feature-settings : "pkna";
    margin: 10px;
}

#comp_name{
    color: #000;
    text-align: center;
}

#contact_message{
    font-size: 1.5em;
    line-height: 1.2;
    text-align: center;
    color: #000;
    padding-top: 10px;
}

.contact{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 10px;
    font-size: 1.0em;
}

.message li{
    font-size: 0.8em;
}

.info{
    font-size: 1.0em;
}

.contact a, .form a, .flyer a{
    color: #26ccff;
    /* color: #002EE6; */
    /* color: mediumspringgreen; */
}

.contact a:hover, .form a:hover, .flyer a:hover{
    /* color: #26ccff; */
        /* color: #002EE6; */
    color: mediumspringgreen;
}

.flyer{
    display: flex;
    justify-content: center;
    margin-bottom: 1em;
}

.flyer li:nth-child(2){
    margin-right: 30px;
}

.iyaku{
    text-align: right;
    font-size: 0.8rem;
}

.ads_multi{
    text-align: center;
}

.sq_display{
	margin: 2em 0 0.5em 0;
    text-align: center;
}

/* Media queries
-------------------------------------------------------*/

@media screen and (max-width : 768px) { /* モバイル用CSS */
.body_img .title_caption{
    font-size: 1.5em;    
    }
    
.body_img .title_caption2{
    font-size: 1.2em;    
    }

.r_wrap{
    flex-flow: column;
}

.title{
    font-size: 1.3rem;
    }

.cost_contents{
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
    
.cost h3{
    font-size: 1.3em;
    }
 
.l_text{
    font-size: 1.2em;
    width: 100%;
    text-align: justify;
    padding: 5px 15px 5px 15px;
    }
    
.points-wrap{
    display: flex;
    width: 100%;
    margin: 0px;
    justify-content: center;
}

.points-wrap:last-child{
    margin-bottom: 15px;
}
    
.contact{
    flex-flow: column;
    text-align: center;
    margin-bottom: 0px;
    } 
    
 #contact_message{
     font-size: 1.0em;
     letter-spacing: -0.05em;
     margin-bottom: 10px;
    }
    
#comp_name{
    font-size: 1.2em;
}    

.info{
    font-size: 1.0em;
    } 

.message{
    margin: 10px;
    letter-spacing: -0.05em;
    }
    
.flyer{
    flex-flow: column;
    align-items: center;
}

.flyer li:nth-child(2){
    margin-right: 0px;
}
    
.iyaku{
    text-align: center;
    font-size: 0.7rem;
}
    
footer{
   font-size: 0.9em;
    } 
    
}