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


.dl_detail{
    width: 100%;
}
.dl_detail dt{
    width: 5em;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.dl_detail dt:after{
    position: absolute;
    content: '：';
    top: 0;
    right: 0;
}
.dl_detail dd{
    width: calc(100% - 5.5em);
    display: inline-block;
    vertical-align: top;
}


.heading3 {
	box-sizing: border-box;
	font-size: 1.8em;
	line-height:1.3em;
	text-align:center;
	position: relative;
	text-align: center;
	width:70%;
	margin:0 auto 1.5em;
	font-family: 'Noto Sans JP', sans-serif;
	text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 6px #fff, 0 0 8px #fff,0 0 10px #fff,0 0 12px #fff, 0 0 14px #fff;
}
.heading3 span{
    padding: 0.5em 0.25em;
    display: block;
    border-bottom: 2px solid #593d1d ;
    border-top: 2px solid #593d1d ;
}

@media screen and (max-width: 768px) {
	
.heading3 {
	font-size: 1.6em;
	width:100%;
}
	
}

@media screen and (max-width: 600px) {
	
.heading3 {
	font-size: 1.2em;
	text-align:left;
}

}