@charset "utf-8";

/* *******************************************************************************************
*
*	sea-clouds
*
******************************************************************************************* */
/* ----------------------------- talk ----------------------------- */
.talk img {
	width: 100%;
}

.talk li span, .remarks p {
	line-height: 1.8;
}

.talk .pic2 {
	margin: 60px 0;
	text-align: center;
}

.talk .pic2 img {
	overflow: hidden;
	border-radius: 15px;
	width: 100%;
}

p.note01 {
	padding: 10px 0 0;
	font-size: 15px;
	text-align: left;
	line-height: 1.8;
}

.note01_mt10 {
	margin: 7px 0 0;
}

h4.nazo {
	width: 100%;
	margin: 80px auto;
	border: 3px solid #ddebf8;
	padding: 20px 40px 20px 100px;
	font-size: 24px;
	color: #4793e0;
	border-radius: 15px;
	overflow: hidden;
	text-align: center;
	position: relative;
	box-sizing: border-box;
}

h4.nazo:nth-of-type(2) {
	margin-top: 20px;
}

h4.nazo span {
	display: inline-block;
	padding: 20px 20px;
	margin-right: 40px;
	background-color: #ddebf8;
	position: absolute;
	top: 0;
	left: 0;
}

.talk dl {
	display: flex;
	flex-wrap: wrap;
	margin: -20px 0 80px 80px;
}

.talk dl.col1 {
	display: inline-block;
	margin-left: 0px;
	margin-top: 30px;
}

.talk dl dt, .talk dl dd {
	text-align: center;
	width: 90%;
	margin: 0 auto
}

.talk dl dd.w80 {
	width: 80%;
	text-align: center;
	margin: 0 auto
}

.talk dl dd.br15 img {
	border-radius: 15px;
}

.talk dl dt:nth-of-type(n+2) {
	margin-top: 50px;
}

.talk dl dt strong {
	border-bottom: 2px dotted #ee7300;
	padding: 0 20px 2px;
	margin-bottom: 15px;
	color: #ee7300;
	font-size: 20px;
	display: inline-block;
}

/* ----------------------------- remarks ----------------------------- */
.message_list_item {
	padding: 16px;
}

#remarks1 {
	padding: 53px;
	margin-bottom: 80px;
}

#remarks1 dl dt, #remarks1 dl dd {
	text-align: center;
	width: 86%;
	margin: 0 auto;
}

#remarks1 dl dt {
	margin: 50px auto 15px;
	font-size: 1.1em;
}

#remarks1 dl dd {
	margin-bottom: 50px;
}

#remarks1 dl dd img {
	width: 100%;
	border-radius: 10px;
}

.remarks.col1 ul li figure img {
	width: 100%;
	height: auto;
}

#remarks1 H4 {
	color: #2294e6;
	font-size: 20px;
	font-weight: bold;
	margin: 20px 0;
}

#remarks1 H4:nth-of-type(n+2) {
	margin: 50px 0 20px;
}

.remarks a {
	border-bottom: 1px solid #777;
	padding-bottom: 3px;
}

.name span {
	font-size: 18px;
}

.remarks .remarks_ttl+p {
	font-weight: normal !important;
}

/* ----------------------------- summary ----------------------------- */
.summary ul {
	margin: 4px 0 0;
	text-indent: -1em;
}

.summary ul li {
	margin: 0 0 16px 1em;
	text-indent: -1em;
}

.summary ul li::before {
	content: '\30FB';
}

/* ----------------------------- profile ----------------------------- */
.profile dl {
	margin-top: 20px;
	margin-bottom: -15px;
}

.profile dt {
	margin-bottom: 0px;
}

.profile dt:before {
	content: '・';
}

.profile dd {
	margin-bottom: 15px;
	padding-left: 1em;
}

.profile dd a {
	text-decoration: underline !important;
}

.profile dd a:hover {
	text-decoration: none !important;
}