@charset "UTF-8";
/*タイトル背景画像*/
.container_basic .title_wrap{
    background-image: url(../images/foundation_bg.png);
}

@media (max-width: 767px) {
    
    .container_basic > div{
        padding-top: 0;
    }
    .container_basic .title_wrap{
        background-image: url(../images/foundation_bg.png);
        background-position: bottom; 
    }
    .container_basic .title_wrap .title{
        height: auto;
    }
    .container_basic .title_wrap .sub2{
        font-size: 1.2rem;
        margin: 0.5em 0;
    }
    .container_basic .title_wrap .title.is-fixed{
        height: 110px;
        color: #000;
    }
    .container_basic .title_wrap .overline{
        display: inline-block;
        position: relative;
        font-size: 1.2rem;
        padding: 10px 0;
        margin-top: 10px;
    }
    .container_basic .title_wrap .title.is-fixed .overline{
        padding: 8px 0;
        margin-top: 0;
    }
    .container_basic .title_wrap .overline::before{
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        content: "";
        width: 100%;
        height: 1px;
        background: #BFBFBF;
    }
}
@media (min-width: 768px) {
    .container_basic .title_wrap .sub1{
        font-size: 1rem;
        margin: 2em 0 0;
    }
    .container_basic .title_wrap .sub2{
        font-size: 1.5rem;
        margin: 0.5em 0;
    }
    .container_basic .title_wrap .overline{
        position: relative;
        font-size: 1.2rem;
        padding: 15px 0;
        margin-top: 30px;
    }
    .container_basic .title_wrap .overline::before{
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 18px;
        height: 1px;
        background: #B2B2B2;
    }
}

/*contents*/

.contents_wrap .inner h3{
    font-size: 1.5rem;
    margin: 1em 0;
    text-align: center;
}
.contents_wrap .inner .style-org-number{
    counter-reset: number 0;
    line-height: 1.7;
    letter-spacing: 0.02em;
}
.contents_wrap .inner .style-org-number dt::before{
    content: counter(number) "）";
    counter-increment: number 1;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}
.contents_wrap .inner .style-org-number dd{
    margin-bottom: 1.5em;
}
.text-right{
    text-align: right;
}
@media (max-width: 767px) {
    .contents_wrap .inner{
        padding: 5% 10% 15%;
    }
    .contents_wrap .inner .style-org-number{
        font-size: 1.2rem;
        margin-bottom: 4em;
    }
    .contents_wrap .inner .responsible{
        font-size: 1.2rem;
    }
}
@media (min-width: 768px) {
    .contents_wrap .inner{
        padding: 5% 18%;
    }
    .contents_wrap .inner .style-org-number{
        margin: 6em 0 4em;
    }
}