@charset "utf-8";

/* *******************************************************************************************
*
*	sea-clouds
*
******************************************************************************************* */
@media screen and (max-width: 768px) {

	/* ----------------------------- talk ----------------------------- */
	.talk {
		margin: 50px auto 50px;
	}

	.talk img {
		width: 100%;
	}

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

	.talk .pic2 {
		margin: 30px 0;
		text-align: center;
		width: 100%;
	}

	.contents_mainImg .tar {
		text-align: right !important;
		font-size: .84em !important;
		width: 100%;
		margin: 0 auto;
	}

	.talk .tar {
		text-align: right !important;
		font-size: .84em !important;
		width: 80%;
		margin: 0 auto;
	}

	.talk dl dd .tar, .remarks dl dd .tar {
		text-align: right !important;
		font-size: .84em !important;
		width: 100% !important;
		margin: 0 auto;
	}

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

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

	.note01_mt10 {
		margin: 7px 0 0;
	}

	h4.nazo {
		width: 100%;
		border: 3px solid #d9ecfa;
		padding: 0 0 15px 0;
		font-size: 20px;
		color: #2294e6;
		border-radius: 15px;
		overflow: hidden;
		text-align: center;
		position: relative;
		box-sizing: border-box;
		margin: 60px auto 30px;
	}

	h4.nazo:nth-of-type(2) {
		margin: 60px auto 30px;
	}

	h4.nazo span {
		display: block;
		padding: 5px 0;
		background-color: #d9ecfa;
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		font-size: 16px;
		margin-bottom: 14px;
	}

	.talk dl {
		margin: 0 auto 20px !important;
	}

	.talk dl.col1 {
		display: block;
		margin: 40px 0 !important;
	}

	.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;
	}

	.message_list_item {
		padding: 0px;
	}

	#remarks1 {
		width: 100%;
		padding: 41px 15px 35px;
		border-radius: 0;
		margin: 48px 0 80px;
		position: relative;
		z-index: 100;
	}

	#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: 1px;
	}

	.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;
	}

	.profile_about {
		margin: 0 0 0 0px;
		font-size: 16px;
		line-height: 1.8;
	}
}