@charset "utf-8";
/*===========================
add
===========================*/

.imgtype1{
    max-width: 300px;
    margin: 0 auto;
}

.dlType1{
    width: 100%;
}

.dlType1 dt{
    width: 5em;
    display: inline-block;
    vertical-align: top;
}
.dlType1 dd{
    position: relative;
    width: calc(100% - 7em);
    display: inline-block;
    vertical-align: top;
    padding-left: 1.5em;
}
.dlType1 dd:before{
    position: absolute;
    content: '：';
    left: 0;
    top: 0;
}

.dlType2{
    width: 100%;
}

.dlType2 dt{
    width: 7em;
    display: inline-block;
    vertical-align: top;
}
.dlType2 dd{
    position: relative;
    width: calc(100% - 9em);
    display: inline-block;
    vertical-align: top;
    padding-left: 1.5em;
}
.dlType2 dd:before{
    position: absolute;
    content: '：';
    left: 0;
    top: 0;
}


@media screen and (max-width: 600px) {
	
.contPad70p.toppage .f-item1-4{
    width: 48%;
    
}

}