@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');

/*----------------------------------------------------
　
------------------------------------------------------*/
#content h2{
clear: both;
	margin:20px 0 60px;
	text-align:center;
  font-size: 37px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}
#content .cont{
}

/*----------------------------------------------------
　
------------------------------------------------------*/
#content .area{
clear: both;
overflow: hidden;
margin: 0 0 50px;
}

#content .area h2{
margin: 0 0 1em;
padding: 10px 15px;
font-size: 20px;
font-family: "Noto Serif JP", serif;
font-weight: 500;
line-height: 1.2;
text-align: left;
color: #FFFFFF;
background: /*#c30d23*/#D9947A;
border-top: 3px double #FFFFFF;
border-bottom: 3px double #FFFFFF;
}
#content .area .area-detail{
padding: 1em;
border: 1px solid #DAC083;
}

#content .area-other-text{
clear: both;
overflow: hidden;
margin: 0 0 50px;
}

#content .area-other-text .link-form a{
position: relative;
padding-left: 1.2em;
}
#content .area-other-text .link-form a:before{
position: absolute;
left: 0;
content: "→";
}


@media screen and (max-width: 540px) {
#content .area h2{
margin: 0 0 0.6em;
font-size: 42px;
}
#content .area .area-detail,
#content .area-other-text{
font-size: 34px;
}
}



