@charset "utf-8";

h2 + p{
	text-align: left;
	line-height: 1.6;
}
h2 + p strong{
	color: #366efc;
	display: block;
	font-size: 20px;
	text-align: center;
}
h2 + p small{
	font-size: 10px;
}
#contents h3.jidouh3{
	position: relative;
	margin-top: 80px;
	margin-bottom: 30px;
	background-color: #1E51A2;
	font-size: 20px;
	color: #FFF;
	border: 0;
	padding: 10px;
	border-radius: 10px;
	text-align: left;
	padding-left: 80px;
}
#contents h3.jidouh3 + p{
	text-align: left;
	line-height: 1.6;
	margin-top: 0;
}
#contents h3.jidouh3 span{
	position: absolute;
	top:-50px;
	left: 0px;
	width: 80px;
}
#contents h3.jidouh3.staff{
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 60px;
}
#contents h3.jidouh3.staff span{
	position: absolute;
	display: flex;
	align-items: end;
	line-height: 1;
	bottom:0px;
	left: 0px;
	width: 70px;
	margin: 0;
	padding: 0;
}

.jyosei{
	position: relative;
	margin-left: auto;
	box-sizing: border-box;
	margin-top: 20px;
}
.jyosei > div:first-child{
	border: solid 2px #fe69b3;
	border-radius: 10px;
	box-sizing: border-box;
}
.jyosei .img{
	position: absolute;
	right:10px;
	width: 60px;
	bottom: 0;
	line-height: 1;
}
.jyosei p{
	line-height: 1.6;
	margin: 10px;
	margin-right: 70px;
}

.call{
	display: flex;
	justify-content:flex-end;
	margin: 40px 0;
}
.call > div:first-child{
	width: calc(100% - 70px);
	box-sizing: border-box;
	border: solid 2px #fe69b3;
	border-radius: 10px;
	box-sizing: border-box;
}
.call p{
	line-height: 1.6;
	margin: 10px;
}
.call > .img{
	width: 70px;
	box-sizing: border-box;
	padding-left: 10px;
}
#contents .call h4{
	font-size: 20px;
	color: #fe69b6;
	margin: 10px;
	margin-bottom: 0;
}
.call p span{
	display: block;
	line-height: 1.2;
	text-indent:-1.5em;
	margin-left: 1.5em;
}
.call p span:first-letter{
	display: inline-block;
	font-size: 20px;
	color: #fe69b3;
	vertical-align: -1px;
	padding-right: 5px;
}
.call ul{
	margin: 10px;
	margin-top: 10px;
	padding: 0 0 0 20px;
}
.ans{
	display: flex;
	justify-content: flex-start;
	margin: 30px 0;
}
.ans > div:last-child{
	width: calc(100% - 70px);
	box-sizing: border-box;
	border: solid 2px #366efc;
	border-radius: 10px;
	box-sizing: border-box;
	background-color: #ecf2ff;
}
.ans p{
	font-size: 16px;
	line-height: 1.6;
	margin: 10px;
	color: #366efc;
	font-weight: bold;
}
.ans > .img{
	width: 70px;
	box-sizing: border-box;
	padding-right: 10px;
}