@charset "UTF-8";

/*******************************

サービス案内　窓Css

*******************************/
/*-----------------------------
common
-----------------------------*/
.contents section{
    margin-bottom: 80px;
}

.contents .se-ttl{
    background: #efeee6;
    font-size: 26px;
    font-weight: bold;
    text-align: left;
    height: 60px;
    padding: 15px 0 0 80px;
    margin-bottom: 40px;
    border-radius: 50px;
    position: relative;
    line-height: 1;
}

.contents .se-ttl:before{
    display: block;
    content: url(../img/ico_se_s.png);
    position: absolute;
    left: 0;
    top:0;
}

#secA, #secB, #secC, #secD{
	padding-top: 200px;
	margin-top: -200px;
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){

.contents .se-ttl{
    font-size: 20px;
    padding: 20px 0 0 70px;
}
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
    .contents section{
        margin-bottom: 40px;
    }
}


.sec01 .se-ttl:before{
    content: url(../img/ico01.png);
}
.sec02 .se-ttl:before{
    content: url(../img/ico02.png);
}
.sec03 .se-ttl:before{
    content: url(../img/ico03.png);
}
.sec04 .se-ttl:before{
    content: url(../img/ico04.png);
}

.txt-wrap.flex{
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
}

.txt-wrap {
    margin-bottom: 50px;
}

.txt-wrap p {
    width: 50%;
}
.txt-wrap figure {
    margin: 0;
    width: 42%;
}

.service-list {
    margin-bottom: 40px;
}
.service-list dt {
    font-size: 115%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    margin-bottom: 20px;
}

.service-list dt:after {
    content: "";
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 1px;
    background: #d2d2d2;
    display: block;
}

.service-list dt:after {
    margin-left: .4em;
}

.service-list li {
    font-weight: bold;
    color: #fff;
    background: #77b574;
    padding: 10px 3%;
    border-radius: 10px;
    margin: 0 10px 10px 0;
}
.public-list {
    width: 100%;
    display: table;
    border: 1px solid #96b34f;
}
.public-list dt {
    display: table-cell;
    background: #96b34f;
    font-weight: bold;
    color: #fff;
    white-space: nowrap;
    vertical-align: middle;
    width: 15%;
}
.public-list dd {
    display: table-cell;
    background: #f4f7ed;
    padding: 30px 5%;
}

.public-list li {
    margin: 0 30px 10px 0;
}

.public-list li:before {
    content: "\f0da";
    display: inline-block;
    vertical-align: middle;
    font-family: FontAwesome;
    color: #96b44f;
    font-size: 20px;
    left: 0;
    margin-right: 5px;
}

.public-list li a {
    text-decoration: underline;
	position: relative;
	z-index: 99;
}

.public-list li a:hover {
    text-decoration: none;
}


/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){

.txt-wrap {
    margin-bottom: 30px;
}

.txt-wrap p {
    width: 100%;
}
.txt-wrap figure {
    margin: 20px;
    width: 100%;
}

.service-list {
    margin-bottom: 20px;
}

.public-list {
    display: block;
}
.public-list dt {
    width: 100%;
    display: block;
    padding: 10px 0;
}
.public-list dd {
    display: block;
    padding: 20px 5%;
}

}
