@charset "UTF-8";
@charset "UTF-8";
/*=========================================
	Font
=========================================*/
.home {
  /* .cv {
  	.inner {
  		position: relative;
  		&:after {
  			position: absolute;
  			top: 60px;
  			left: 525px;
  			content: "ただいま申し込みは\A不可となっております";
  			white-space: pre;
  			display: flex;
  			flex-wrap: wrap;
  			justify-content: center;
  			align-items: center;
  			width: 395px;
  			height: 80px;
  			background: rgba(255,255,255,0.8);
  			color: #db0000;
  			font-weight: bold;
  			font-size: 1.2em;
  			line-height: 1.2em;
  			text-align: center;
  		}
  	}
  } */
}
.home #main .result .inner ul {
  height: 500px;
  overflow-y: scroll;
}
.home #main .result .inner ul li {
  width: 98%;
  height: auto;
  clear: both;
  display: flex;
  flex-wrap: wrap;
}
.home #main .result .inner ul li .img {
  width: 150px;
  height: 150px;
  clear: both;
  margin-right: 20px;
  position: relative;
}
.home #main .result .inner ul li .img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home #main .result .inner ul li .txt {
  width: 750px;
}

#header {
  /* .inner {
  	.btn {
  		position: relative;
  		&:after {
  			position: absolute;
  			top: 50%;
  			left: 50%;
  			transform: translate(-50%,-50%);
  			content: "ただいま申し込みは\A不可となっております";
  			white-space: pre;
  			display: flex;
  			flex-wrap: wrap;
  			justify-content: center;
  			align-items: center;
  			width: 100%;
  			height: 100%;
  			background: rgba(255,255,255,0.8);
  			color: #db0000;
  			font-weight: bold;
  			line-height: 1.2em;
  			text-align: center;
  		}
  	}
  } */
}

#under {
  /* .inner {
  	#main {
  		.cv {
  			position: relative;
  			&:after {
  				position: absolute;
  				top: 50px;
  				left: 370px;
  				content: "ただいま申し込みは\A不可となっております";
  				white-space: pre;
  				display: flex;
  				flex-wrap: wrap;
  				justify-content: center;
  				align-items: center;
  				width: 290px;
  				height: 83px;
  				background: rgba(255,255,255,0.8);
  				color: #db0000;
  				font-weight: bold;
  				font-size: 1.2em;
  				line-height: 1.2em;
  				text-align: center;
  			}
  		}
  	}
  } */
}

#side {
  	/* position: relative;
  	&:after {
  		position: absolute;
  		top: 0;
  		left: 50%;
  		transform: translate(-50%,0);
  		content: "ただいま申し込みは\A不可となっております";
  		white-space: pre;
  		display: flex;
  		flex-wrap: wrap;
  		justify-content: center;
  		align-items: center;
  		width: 100%;
  		height: 155px;
  		background: rgba(255,255,255,0.8);
  		color: #db0000;
  		font-weight: bold;
  		font-size: 1.5em;
  		line-height: 1.2em;
  		text-align: center;
  
  	} */
}
