@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
    margin-bottom: 61px;
    text-align: center;
}

@media all and (max-width: 767px) {
    .headLine01 {
        margin-bottom: 20px !important;
    }
    .headLine01 img {
        width: 100px;
    }
    
}

/*------------------------------------------------------------
	comDl
------------------------------------------------------------*/
.comDl {
    width: 504px;
    margin: 0 auto;
    position: relative;
}
.comDl:before {
    border-left: 1px solid #B2B2B2;
    top: 5px;
    bottom: 15px;
    left: 129px;
    position: absolute;
    content: "";
}
.comDl dt {
    width: 80px;
    height: 30px;
    float: left;
    color: #1A1A1A;
    text-align: justify;
	text-justify: distribute-all-lines; 
}
.comDl dt:after {
	display: inline-block;
	content: '';
	width: 100%;
	height: 0;
}
.comDl dd {
    padding: 0 0 19px 11.7em;
    line-height: 1.4;
    letter-spacing: 2.7px;
    font-family: a-otf-futo-go-b101-pr6n, sans-serif;
    font-weight: 500;
}
.comDl .ddStyle01 {
    padding-bottom: 28px;
}
.comDl dd .bold {
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    font-weight: 600;
    color: #1A1A1A;
    letter-spacing: 0.5px;
}
.comDl dd .txt01 {
    margin-bottom: 10px;
}
.comDl dd .txt02 {
    margin-bottom: 8px;
}
.comDl dd .txt03 {
    margin-bottom: 4px;
}
.comDl dd .txt04 {
    margin-bottom: 12px;
}
.comDl dd .text01 {
    display: block;
    font-size: 1.2rem;
    line-height: 1.58;
}
.comDl dd .text02 {
    display: inline-block;
    font-size: 1.1rem;
}

@media all and (max-width: 767px) {
    .comDl {
        width: auto !important;
        margin: 0 20px;
    }
    .comDl:before {
        display: none;
    }
    .comDl dt {
        height: 23px;
        float: none;
    }
    .comDl dd {
        padding: 0 0 15px !important;
        margin-bottom: 15px;
        border-bottom: 1px solid #B2B2B2;
    }
    .comDl dd .txt01 {
        margin-bottom: 5px;
    }
    .comDl dd .txt02 {
        margin-bottom: 0;
    }
    .comDl dd .txt04 {
        margin-bottom: 0;
    }
    
}