@charset "UTF-8";

h1, h2, h3{
	font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

.first-wrapper{
	box-sizing: border-box;
	padding:70px 0 30px;
}

.top-caption p{
	color:#364f72;
	font-weight:bolder;
}

.grey, .yellow{
	padding:30px 0;
}

.grey{
	background-color:#F5F7F9;
}

.yellow{
	background-color:#FFFEF7;
}

.staff-pre-flex{
	width:800px;
	margin:30px auto;
	padding:30px 0 10px;
	display:flex;
	height:auto;
	align-items: center;
	justify-content: space-between;
}

.reverse{
	flex-direction: row-reverse;
}

.staff-name{
	box-sizing: border-box;
	margin-top:20px;
	padding:5px;
	color:#364f72;
	background-color:#fff;
	text-align: center;
	position:relative;
}

.staf-name h2{
	font-size:1.6rem;
}

.staff-name .staff{
	font-size:1.3rem;
	margin-right:10px;
}

.staff-name p{
	font-size:1.3rem;
	text-align: center!important;
}

.staff-img{
	width:30%;
}

.staff-pre{
	width:65%;
	position:relative;
}

.staff-pre-cap{
	margin-top:20px;
}

.staff-pre-cap h2{
	font-size:1.6rem;
	color:#00903B;
	line-height:2;
}

.reverse .staff-pre-cap h2{
	color:#E60012;
}

.staff-pre-cap p{
	margin:20px 0;
	font-size:1.3rem;
}

.xmas-icon{
	width:15%;
    position: absolute;
    top:-3%;
    left:93%;
	z-index:10;
}

.reverse .xmas-icon{
	left:-8%;
	transform: scale(-1, 1);
}

.dec_yomoyama_box{
	box-sizing: border-box;
	padding:50px 0;
}

.yomo-title, .yomo-img{
	width:500px;
	margin:30px auto;
}

.pre-flex .flex-box{
	display:flex;
	height:auto;
	align-items: center;
	justify-content: space-between;
	margin:30px 0;	
	padding-bottom:40px;
}

.dec-pre-img{
	width:60%;
}

.pre-name{
	width:35%;
}

.pre-brand, .pre-itemname{
	color:#E60012;
	font-weight:bold;
}

.pre-brand{
	font-size:1.1rem;
	line-height:2;
	margin-bottom:10px;
}

.pre-itemname{
	font-size:1.7rem;
	line-height:1.8;
}

.pre-normal{
	color:#364f72;
	font-size:1.3rem;
}

.bold-big{
	font-weight:bold;
	font-size:1.5rem;
}

.strong {
  background:linear-gradient(transparent 50%, #fff878 50%) !important;
}


/*タブレット*/
@media screen and (max-width: 768px){

	.staff-pre-flex{
		width:650px;
	}

}

/*スマホ*/
@media screen and (max-width:640px){

	.title{
		width:340px;
		margin:auto;
	}
	
	.first-wrapper{
		padding:20px 0 20px;
	}
	
	.staff-pre-flex, .pre-flex .flex-box{
		display:block;
	}
	
	.staff-pre-flex{
		width:320px;
		padding-top:0;
	}
	
	.staff-pre, .yomo-title, .yomo-img, .dec-pre-img, .pre-name{
		width:100%;
	}
	
	.staff-img{
		width:60%;
		margin:0 auto 50px;
	}
	
	.staff-pre-cap{
		box-sizing: border-box;
		padding:0 10px;
	}
	
	.dec_yomoyama_box{
		padding:10px 0;
	}
	
	.pre-flex .flex-box{
		margin:20px 0;	
		padding-bottom:20px;
	}

}
/* CSS Document */

