@charset "UTF-8";
/* コンテンツ */

#feature {
    position: relative;
}
#bread p {
    color:rgba(255,255,255,0.6);
}
#bread a {
	color:#fff;
}
#bread a:visited {
	color:#fff;
}
#bread a:hover {
	color:rgba(255,255,255,0.6);
}
#bread a:active {
	color:#fff;
}
.about_doc {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.abox {
    width: calc((100% / 3) - (100px / 3));
    margin-right: 50px;
    margin-bottom: 50px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 20px;
}
.abox:nth-child(3n) {
    margin-right: 0;
}
.abox img {
    width: 100%;
    border-radius: 5px;
}
.abox h3 {
    font-size: 1.4em;
    line-height: 1.5;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #1c4a6b;
}
.abox:nth-child(3n-1) h3 {
    
} 
.abox:nth-child(3n) h3 {
    
}
.abox p {
    line-height: 1.7;
}

@media screen and (min-width: 500px) {
.ctadj {
    padding-bottom: 50px;
}

}

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

.about_doc {
    display: block;
}
.abox {
    width: auto;
    margin-right: 0;
    margin-bottom: 40px;
    padding: 20px;
    border-radius: 20px;
}
.abox h3 {
    font-size: 1.32em;
    line-height: 1.5;
    margin-top: 20px;
    margin-bottom: 10px;
}
.abox p {
    line-height: 1.7;
}
.ctadj {
    padding-top: 40px;
    padding-bottom: 20px;
}
}
