
/* CSS Document */

/*==================================================

about-contents
=================================================*/

.page-cont .about-inner {
    width: 90%;
    max-width: 1080px;
    background-color: #FFF;
    background-image: url("../../about_image/bg_l.png"),url("../../about_image/bg_r.png");
    background-position: left 5% center,right 5% center;
    background-repeat: no-repeat;
    background-size: auto;
    border-radius: 40px;
    margin: 0 auto;
}
.page-cont .about-inner h1.about-logo {
    text-align: center;
    padding: 20px 0;
}
.page-cont .about-inner h1.about-logo img {
    width: 100%;
	max-width: 320px;
	height: auto;
}
.page-cont .about-inner p {
    text-align: center;
    letter-spacing: .1em;
    line-height: 200%;
    margin-top: 2em;
}
.page-cont .contents-info {
    width: 100%;
    background-color: #f6f6f6;
    margin: 80px auto 0;
    padding: 80px 0;
}
.page-cont .contents-info .item {
    width: 90%;
    max-width: 1080px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0 auto;
}
.page-cont .contents-info .item h1 {
    width: 100%;
    text-align: center;
}
.page-cont .contents-info .item dl {
    width: 46%;
    border-radius: 40px;
    margin-top: 80px;
    background-color: #FFF;
    padding: 5%;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}
.page-cont .contents-info .item dl dt {
    max-width: 240px;
    text-align: center;
    margin: 0 auto 3%;
}
.page-cont .contents-info .item dl dt span {
    display: inline-block;
    font-size: 120%;
    margin: .8em 0;
}

@media only screen and (min-width:1px) and (max-width: 768px) {
	
    .page-cont .about-inner {
        width: 90%;
        background-image: none;
        border-radius: 20px;
        margin: 0 auto;
        padding: 6% 5% 8%;
    }
    .page-cont .about-inner h1.about-logo {
        text-align: center;
        padding: 3% 0;
    }
    .page-cont .about-inner h1.about-logo img {
        max-width: 240px;
    }
    .page-cont .about-inner p {
        text-align: left;
    }
    .page-cont .about-inner p br {
        display: none;
    }
    .page-cont .contents-info {
        width: 100%;
        margin: 8% auto 0;
        padding: 10% 0;
    }
    .page-cont .contents-info .item {
        width: 90%;
        flex-direction: column;
    }
    .page-cont .contents-info .item dl {
        width: 100%;
        border-radius: 10px;
        margin-top: 6%;
        padding: 8%;
        box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    }
    .page-cont .contents-info .item dl dt {
        max-width: 240px;
        text-align: center;
        margin: 0 auto 3%;
    }
    .page-cont .contents-info .item dl dt span {
        display: inline-block;
        font-size: 120%;
        margin: .8em 0;
    }
	
}

@media only screen and (min-width:1px) and (max-width: 568px) {
	

}
	
@media only screen and (min-width:1px) and (max-width: 480px) {
	

}

