@charset "UTF-8";
/* CSS Document */

body {
	font-size: 16px;
    font-weight: 400;
    line-height: 2em;
}
.mincho {
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

header {
    position: relative;
    text-align: left;
    padding: 20px;
    background: #fff;
    color: #000;
}


h1{
	color: #2771ad;
	font-size: 0.8em;
	font-weight: 700;
}

h2 {
    border-bottom: 1px solid #b2dce7;
    padding-bottom: 10px;
	color: #b2dce7;
	font-style: italic;
	font-size: 2.2em;
}


.iv-title {
    margin-bottom: 20px;
    font-size: 2.0em;
	font-weight: 800;
}

.iv-title2 {
	padding-bottom: 0.1em;
	background:linear-gradient(transparent 60%, #b2dce7 60%);
    font-size: 1.8em;
	font-weight: 700;
	text-align: right;
}

.number {
	color: #2771ad;
	font-style: italic;
}

.lead{
	width: 80%;
	margin: auto;
	padding: 30px 0;
	font-size: 0.9em;
}
.profile {
    padding: 20px;
    background-color: #d9ecf1;
    color: #2771ad;
    border-radius: 8px;
	font-size: 0.9em;
	line-height: 2.2em;
}

.prof-name {
	font-weight: 800;
}

.prof-img{
	 margin-left: 40px;
	 margin-top: -5px;
}

.header-image{
	margin: auto;
}
.prof-img2{
	 margin-bottom: 20px;
	 margin-top: 20px;
	 margin-left: 60px;
}

main {
    max-width: 800px;
    margin: 20px auto;
    padding: 40px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.notice {
	font-size: 0.8em;
	color: #666;
	line-height: 1.4em;
	margin-bottom: 10px;
}

.notice2 {
	font-size: 0.8em;
	color: #4f8e9e;
}


.qa {
    margin-bottom: 40px;
}

.question {
	color: #4f8e9e;
	font-weight: 700;
	margin-bottom: 20px;
}


footer {
    text-align: center;
    padding: 5px 0;
    background: #333;
    color: #fff;
    position: relative;
    bottom: 0;
    width: 100%;
}