@charset "UTF-8";

/* plant_manager */

/*===========================
 plant_manager
===========================*/

/*===========================
 XXXXXXX
===========================*/
/* PC */
@media print,
screen and (min-width: 768px) {}

/* SP */
@media screen and (max-width: 767px) {}


/*===========================
 managerVisual
===========================*/
.visualHeadging {
	background: rgba(6, 115, 208, 0.8);
	color: #fff;
	font-family: 'UD新ゴ M';
}

.managerProfile {
	text-align: left;
	border-bottom: dotted 1px #7f7f7f;
}

.managerProfile dl dt {
	background: rgba(6, 115, 208, 0.3);
	color: #0673d0;
	line-height: 1;
	display: inline-block;
	font-family: 'Lato', sans-serif;
	font-weight: bold;

}

.managerProfile dl dd {
	font-family: 'UD新ゴ M';
}

.managerProfile p {
	line-height: 1.8;
}

/* PC */
@media print,
screen and (min-width: 768px) {
	.managerVisual {
		width: 840px;
		margin: 35px auto 0;
		position: relative;
	}

	.visualHeadging {
		position: absolute;
		left: -60px;
		top: 50px;
		padding: 40px 30px 40px 40px;
		font-size: 28px;
		line-height: 1.5;
	}

	.managerProfile {
		width: 860px;
		margin: 30px auto 0;
		padding-bottom: 30px;
	}

	.managerProfile dl {
		float: left;
	}

	.managerProfile dl dt {}

	.managerProfile dl dd {
		padding-top: 15px;
	}

	.managerProfile dl dd span {
		font-size: 18px;
	}

	.managerProfile p {
		float: right;
		width: 590px;
		padding: 35px 0 0 0;
	}
}

/* SP */
@media screen and (max-width: 767px) {
	.managerVisual {
		padding: 15px 0;
	}

	.visualHeadging {
		padding: 15px 30px;
		font-size: 18px;
		line-height: 1.5;
	}

	.managerVisual p img {
		width: 100%;
	}

	.managerProfile {
		padding: 0 0 30px;
		margin: 0 10px;
		border-bottom: dotted 1px #7f7f7f;
	}

	.managerProfile dl {}

	.managerProfile dl dt {
		font-size: 12px;
	}

	.managerProfile dl dd {
		padding-top: 5px;
		font-size: 12px;
	}

	.managerProfile dl dd span {
		font-size: 14px;
	}

	.managerProfile p {
		padding: 10px 0 0;
	}
}


/*===========================
 faqWrap
===========================*/
.faqWrap {
	text-align: left;
}

.faqWrap dl {
	border: solid 2px #0673d0;
	padding: 20px 15px 30px 15px;
	box-sizing: border-box;
}

.faqWrap dt {
	position: relative;
	color: #0673d0;
	line-height: 1.5;
	font-family: 'UD新ゴ M';
}

.faqWrap dt:before {
	content: 'Q';
	display: inline-block;
	position: absolute;
	background: #0673d0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	font-family: 'UD新ゴ M';
}

.faqWrap dd {
	position: relative;
	color: #9b9b9b;
	line-height: 1.5;
	font-family: 'UD新ゴ M';

}

.faqWrap p {
	line-height: 1.64;
	font-family: 'UD新ゴ M';
}

.faqWrap dd:before {
	content: 'A';
	display: inline-block;
	position: absolute;
	background: #9b9b9b;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	font-family: 'UD新ゴ M';
}

/* PC */
@media print,
screen and (min-width: 768px) {
	.faqWrap {
		padding: 50px 0;
		width: 860px;
		margin: 0 auto;
	}

	.faqWrap dl+dl {
		margin-top: 60px;
	}

	.faqWrap dt {
		font-size: 24px;
		padding-left: 50px;
	}

	.faqWrap dt:before {
		width: 40px;
		height: 40px;
		top: 20px;
		left: 0;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		margin-right: 40px;
		line-height: 40px;
	}

	.faqWrap dd {
		font-size: 24px;
		padding-left: 50px;
		margin-top: 30px;
	}

	.faqWrap dd:before {
		width: 40px;
		height: 40px;
		top: 20px;
		left: 0;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		margin-right: 40px;
		line-height: 40px;
	}

	.faqWrap p {
		font-size: 16px;
		padding-left: 50px;
		margin-top: 10px;
	}

	.faqWrap ul {
		padding-left: 50px;
	}
}

/* SP */
@media screen and (max-width: 767px) {
	.faqWrap {
		padding: 40px 0;
		margin: 0 auto;
	}

	.faqWrap dl {
		border: solid 2px #0673d0;
		padding: 20px 10px 30px 10px;
		box-sizing: border-box;
		margin: 0 10px 0 10px;
	}

	.faqWrap dl+dl {
		margin-top: 40px;
	}

	.faqWrap dt {
		font-size: 18px;
		padding-left: 40px;
		text-align: left;
	}

	.faqWrap dt:before {
		width: 30px;
		height: 30px;
		top: 0;
		left: 15px;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		line-height: 30px;
	}

	.faqWrap dd {
		font-size: 18px;
		padding-left: 40px;
		text-align: left;
		margin-top: 20px;
	}

	.faqWrap dd:before {
		width: 30px;
		height: 30px;
		top: 0;
		left: 15px;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		line-height: 30px;
	}

	.faqWrap p {
		font-size: 16px;
		padding-left: 40px;
		margin-top: 10px;
	}

	.faqWrap ul {
		padding-left: 40px;
	}

}

/*===========================
 seizouPageHeading
===========================*/

/* SP */

@media screen and (max-width: 767px) {
	.seizouPageHeading {
		width: 100%;
		background: none;
		background-size: cover;
		text-align: left;
		margin: 0 auto;
		height: 72px;
		display: inline-flex;
		align-items: center;
		padding: 0;
	}

	.seizouPageHeading h1 {
		text-align: left;
		margin: 0 auto;
		height: 72px;
		display: inline-flex;
		align-items: center;
	}

	.seizouPageHeading span.main {
		font-size: 24px;
		padding-left: 10px;
	}

	.seizouPageHeading span.sub {
		font-size: 14px;
	}

	.stripe {
		position: relative;
	}

	.stripe:after {
		content: '';
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 7px;
		background: repeating-linear-gradient(-45deg, skyblue, skyblue 2px, white 2px, white 4px);
	}

	.seizouPageHeading h1:after {
		content: '';
		position: absolute;
		left: 0;
		bottom: 0;

		height: 7px;
		background: repeating-linear-gradient(-45deg, skyblue, skyblue 2px, white 2px, white 4px);
	}

	.seizouPageHeading span.main {
		font-family: UD Shin Go Medium;
	}

}