@charset "utf-8";
/* CSS Document */
body {
font-size: 1rem;
}


h1 {
    position: relative;
    margin: 1em auto 1em;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 600;
}



h1:before {
	position: absolute;
	display: inline-block;
	content: '';
	bottom: -15px;
	width: 60px;
	height: 5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #222222;
	border-radius: 2px;
}









h2 {
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
    color: #ff2d00;
}

h3 {
    font-size: 1.2rem;
    font-weight: 600;
}







p {
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 5px;
}


.fw-600 {
font-weight: 600;
}


.fc-red {
    color: #eb0000;
}


.underline {
    border-bottom: solid 3px;
}


#container {
    padding: 100px 0 0;
}

.section_inner {
    max-width: 640px;
    margin: auto;
}

.intro-text {
    margin: 60px auto 40px;
    line-height: 1.8;
}






.reception {
    margin-bottom: 20px;
}


dl {
    display: flex;
    margin-bottom: 10px;
}

dt {
    width: 6em;
}







footer {
    margin-top: 0;
    background: #FFF;
}







@media (max-width:768px) {


h1 {
    margin: 1em auto 1.5em;
    font-size: 1.2rem;
}

h1:before {
    width: 40px;
}


h2 {
    font-size: 1.4rem;
}




p {
    font-size: 0.9rem;
}


dl {
    font-size: 14px;
    flex-wrap: wrap;
}

dt {
    font-weight: 600;
    margin-bottom: 4px;
}
.section_inner {
width: 94%;
}

dd {
    margin-bottom: 5px;
}

p.reception-heading {
    font-size: 1.1rem;
}


.intro-text {
    font-size: 0.9rem;
    line-height: 1.75;
}




















}

