/* job_add用 */
.modal {
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	width: 100%;
}

.modal_content {
	height: 90vh;
	width: 900px;
	background-color: #F9FBFF;
	position: absolute;
	top: 5%;
	left: 20%;
	overflow-y: scroll;
}
/* ALL TOP Design */

#top-comment p{
	margin-bottom: 0;
}
#top-comment img {
	max-width: 300px;
	min-width: 200px;
	max-height: 300px;
}
#top-box .flexbox{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap:nowrap;
	-ms-flex-pack: center;
	justify-content:center;
}
#top-comment .imgarea1{
	float:left;
	margin-right:1rem;
	margin-top:1rem;
	margin-bottom:1rem;
}
#top-comment .imgarea2{
	float:right;
	margin-left:1rem;
}
#top-box .notearea{
	/*min-height:300px;*/
	margin-top:1rem;
}
#top-box .notearea::after{
	content: "";
	clear: both;
	display: block;
}

/* TOP Design 1 ******************************* */
.top-box1 {}

.top-comment1 {
	margin: 3rem;
	font-size: 15px;
	padding: 1.5rem;
	padding-top: 2.5rem;
	position: relative;
	border: 2px solid #81d4fa;
	background-color: #e1f5fe;
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.4);
	margin-bottom: .5rem;
}

.top-comment1 .title1 {
	position: absolute;
	top: -0.8em;
	left: 20px;
	font-weight: bold;
	font-size: 15px;
	background-color: #81d4fa;
	color: #fff;
	padding: 0.5rem 1rem;
}

/* TOP Design 2 ******************************* */
.top-box2 {
	background: #fff;
	padding: 1em 2em;
	width: 85%;
	margin: 20px auto;
	box-shadow: 3px 3px 10px 3px rgba(0, 0, 0, 0.5);
}

.top-comment2 {
	font-size: 14px;
}

.top-comment2 .title2 {
	margin: 2rem 0;
}

.top-comment2 .title2 .title-circle1 {
	font-size: 17px;
	line-height: 1.7;
	position: absolute;
	margin-top: -37px;
	font-weight: bold;
	color: #fff;
	background-color: #2c9c76;
	border-radius: 50%;
	text-align: center;
	width: 25px;
	height: 25px;
}

.top-comment2 .title2 .title-circle1:after {
	content: "当";
	position: absolute;
	margin-top: .2em;
	margin-left: 2px;
	font-weight: bold;
	color: #fff;
	background-color: #2c9c76;
	border-radius: 50%;
	text-align: center;
	width: 25px;
	height: 25px;
}

.top-comment2 .title2 .title-circle2:before {
	content: "者";
	position: absolute;
	margin-top: 0px;
	margin-left: -28px;
	background-color: #2c9c76;
	border-radius: 50%;
	font-weight: bold;
	color: #fff;
	width: 25px;
	height: 25px;
}

.top-comment2 .title2 .title-circle2 {
	position: absolute;
	font-size: 17px;
	line-height: 1.7;
	margin-top: -37px;
	margin-left: 70px;
	font-weight: bold;
	color: #fff;
	background-color: #2c9c76;
	border-radius: 50%;
	text-align: center;
	width: 25px;
	height: 25px;
}

.top-comment2 .title2 .title-circle2:after {
	content: "り";
	position: absolute;
	margin-top: 2px;
	margin-left: 2px;
	font-weight: bold;
	color: #fff;
	background-color: #2c9c76;
	border-radius: 50%;
	text-align: center;
	width: 25px;
	height: 25px;
}
.top-comment2 .notearea{
	background-image:
		linear-gradient(90deg,
			rgba(0, 0, 0, 0) 0%,
			rgba(0, 0, 0, 0) 50%,
			#fff 50%,
			#fff 50%),
		linear-gradient(180deg,
			rgba(0, 0, 0, 0) 0%,
			rgba(0, 0, 0, 0) 97%,
			#999 97%,
			#999 100%);
	background-size:
		8px 100%,
		100% 2em;
	line-height: 2;
}

/* TOP Design 3 ******************************* */
.top-comment3 {
	font-size: 15px;
	position: relative;
	margin: 2rem;
	padding: 1rem;
	color: #333333;
	background-color: #fff;
	border: 3px solid #E52844;
	box-shadow: 0 0 5px 2px #ecc6cc inset;
}

.top-comment3 .title3 {
	font-size: 16px;
	position: absolute;
	padding: 0 .5em;
	left: 20px;
	top: -15px;
	font-weight: bold;
	background-color: #fff;
	color: #dc143c;
}


/* TOP Design 4 ******************************* */
.top-comment4 {
	font-size: 15px;
	margin: 2rem;
	padding: 1.5rem;
	border: 5px dotted #e4659e;
	background-color: #fff;
	border-radius: 1px;
}
.top-comment4 .title4 {
	display: none;
}

/* TOP Design 5 ******************************* */
.top-comment5 {
	font-size: 15px;
	margin: 1.5rem 2rem;
	padding: 1.5rem;
	border: 5px solid #4c5870;
	background-color: #ebedec;
	color: #222f48;
}

.top-comment5 .title5 {
	display: none;
}

/* TOP Design 6 ******************************* */
.top-comment6 {
	font-size: 15px;
	margin: 1.5rem 2rem;
	padding: 1.5rem;
	color: #000;
    background: repeating-linear-gradient(-45deg, #d7e3fa, #d7e3fa 5px,#f2f6ff 5px, #f2f6ff 8px);
}

.top-comment6 .title6 {
	display: none;
}

/* TOP Design 7 ******************************* */
.top-comment7 {
	font-size: 15px;
	margin: 1.5rem 2rem;
	padding: 1.5rem;
	border: 2px solid #4FD5D6;
	background-color: #cdffff;
	color: #400d12;
	box-shadow: 0 3px 4px rgba(79, 213, 214, 0.7);
}
.top-box7 #top-comment img{
	max-width: 100%;
}

/* TOP Design 8 ******************************* */
.top-comment8 {
	font-size: 15px;
	margin: 1.5rem 2rem;
	padding: 1.5rem;
	border: 5px solid #716e77;
	background-color: #f6f0ec;
	color: #181718;
}
.top-box8 #top-comment img{
	max-width: 100%;
}

/* TOP Design 9 ******************************* */
.top-comment9 {
	font-size: 15px;
	margin: 1.5rem 2rem;
	padding: 1.5rem;
	border: 5px solid #4C4C4E;
	background-color: #fffaf7;
	color: #181818;
}
.top-box9 #top-comment img{
	max-width: none;
	max-height: none;
	width: auto;
	height: auto;
}


/* media ---------------------------------------- */
@media (max-width:767px){
	/* ALL TOP Design */
	#top-box .notearea{
		min-height:100px;
	}
	#top-comment img {
		max-width: 150px;
		min-width: 50px;
	}
	.top-comment1,
	.top-comment3,
	.top-comment4,
	.top-comment5,
	.top-comment6,
	.top-comment7,
	.top-comment8,
	.top-comment9 {
		margin: 2rem 0.7rem .5rem;
		padding: 1rem;
	}
	.top-comment1{
		padding-top: 2rem;
	}
	/* Design 2 */
	.top-box2 {
		padding: 1em;
	}
}
