@charset "UTF-8";

body { background:url(img/bg01.png) center 400px no-repeat; }

/* h2 */
#contents h2 { font-family:serif; }
/* h2 + p */
#contents .about p { text-align:center; margin-bottom:40px; }
.about h4    { margin:40px 0 0; font-size:120%; text-align:center; color:#b1c3af; }
.about table { margin:5px auto 40px; border-top:1px solid #b1c3af; }
.about th,
.about td { padding:5px 2em 5px 1.5em; border-bottom:1px solid #b1c3af; }
.about td { text-align:right; }
.about .kara td { padding-right:1em; }

/* ページタイトル */
#contents h3 {
	padding:20px 0; border-top: 4px solid #b1c3af;
	font-weight:normal; text-align:center; font-size:100%; color:#b1c3af;
}
#contents h3 strong { display:block; font-size:180%; line-height:1.5em; }

.col { display:flex; column-gap:1%; }
.col > * { flex:1; }
.col img { width:100%; }

/* sns */
#contents .sns p { margin:1em 0; text-align:center; }


