@charset "UTF-8";

/* CSS Document */

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

    wrap_body_sd

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

.wrap_body_sd {
    background: url(../images/bg.jpg);
}

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

    page_ttl

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

.page_ttl:after {
    display: block;
    content: '';
    width: 200px;
    height: 20px;
    margin: 0 auto;
    background: url(/common/images/nav_bg_03.svg) no-repeat;
    background-size: 100%;
}

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

	wrap_about

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

.wrap_about .mds {
    font-weight: 400;
    font-size: 110%;
    margin-bottom: 40px;
    border-bottom: 2px dotted #f00;
    padding-bottom: 40px;
}
.wrap_about .box {
    margin-bottom: 40px;
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    overflow: hidden;
    padding: 40px;
    box-shadow: 0px 4px #aaa;
}
.wrap_about .box .inner {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.wrap_about .box:nth-child(odd) .inner {
    flex-direction: row-reverse;
}
.wrap_about .box:nth-child(even) .inner {
    flex-direction: row;
}
.wrap_about .box .inner .ph {
    width: 30%;
}
.wrap_about .box .inner .ph img {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    overflow: hidden;
}
.wrap_about .box .inner .text {
    width: 70%;
}
.wrap_about .box:nth-child(odd) .inner .text {
    padding-right: 40px;
}
.wrap_about .box:nth-child(even) .inner .text {
    padding-left: 40px;
}
.wrap_about .box .inner .text .ttl {
    font-weight: 800;
    font-size: 150%;
    margin-bottom: 20px;
    overflow: hidden;
}
.wrap_about .box .inner .text .ttl span {
    background: url(../images/ttl_bg.svg) repeat-x;
    background-position: bottom;
    background-size: 1000px;
    padding: 0 .5em; 
}





