
	@media screen and (min-width: 601px){

.item-page{
    font-family:'Noto Sans JP', sans-serif;
}

.item-page h2{
    font-size:25px;
    font-weight:500;
    line-height:1.6;
    margin:0 0 30px;
}

.item-page h3{
    font-size:23px;
    font-weight:500;
    line-height:1.6;
    margin:0px 0 30px;
}

.item-page h4{
    font-size:20px;
    font-weight:500;
    line-height:1.6;
    margin:0px 0 30px;
}
	.item-page p{
		font-size: 16px!important;
		    line-height: 1.6;
	}
		
.size-area{
	display:flex;
	align-items:center;
	gap:40px;
	margin-bottom:20px;
}


.size-image{
	flex:0 0 28%;
}

.size-image img{
	width:100%;
	display:block;
}

.size-table-wrap{
	flex:1;
}

.size-table{
	width:100%;
	border-collapse:collapse;
}

.size-table td{
	border:1px solid #666;
	text-align:center;
	padding:16px 10px;
	font-size:16px;
	color:#333;
}

.size-head{
	background:#eeeeee;
	font-weight:500;
}

.size-label{
	font-weight:500;
}

.size-detail{
	text-align:center;
	font-weight:500;
	font-size:20px;
	line-height:1.8;
}

	.spec{
		background-color: #f9f9f9!important;
		display: block;
		padding: 20px;
	}	
.staff-box {
  border: 1.5px solid #666666;
  display: flex;
  color: #444;
  font-family: sans-serif;
}

.staff-left {
  width: 32%;
  background: #eeeeee;
  text-align: center;
  padding: 45px 20px 35px;
  box-sizing: border-box;
}

.staff-img {
  width: 100px;
  height: 100px;
  margin: 0 auto 10px;
  border-radius: 50%;
  background: #fff;
  font-size: 16px;
  font-weight: 500;
  color: #444;
	overflow: hidden;
	padding: 5px;
}

.staff-name {
  display: inline-block;
  border: 1.5px solid #555;
  border-radius: 20px;
  padding: 4px 12px;
  font-size: 16px;
  margin-bottom: 10px;
}

.staff-size-label {
  font-size: 20px;
  font-weight: 500;
}


.staff-right {
  width: 68%;
  padding: 45px 30px;
  box-sizing: border-box;
	margin: auto;
}

.staff-info {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.5;
		 display: flex;
	  flex-wrap: wrap;
}

.staff-info span {
  background: #eeeeee;
  padding: 2px 12px;
  margin: 0 18px 0 6px;
}

.staff-line {
  border-top: 1.5px solid #555;
  margin: 25px 0 25px;
}

.staff-comment {
  font-size: 16px;
  line-height: 1.6;
}


	.question{
		background-color: #444444;
		padding: 10px;
		font-weight: 500;
		color: #fff;
	}	
		.question p{
			margin-bottom: 0!important;
		}
	.answer{
		padding: 15px;
	}
	.link{
		text-align: center;
		background-color: #eeeeee;
		padding: 10px;
	}
		

		
	}
	@media screen and (max-width: 600px){
.item-page{
    font-family:'Noto Sans JP', sans-serif;
}

.item-page h2{
    font-size:19px;
    font-weight:500;
    line-height:1.6;
    margin:0 0 20px;
}

.item-page h3{
    font-size:18px;
    font-weight:500;
    line-height:1.6;
    margin:0px 0 20px;
}

.item-page h4{
    font-size:16px;
    font-weight:500;
    line-height:1.6;
    margin:0px 0 20px;
}
	.item-page p{
		font-size: 15px!important;
		    line-height: 1.6;
	}
.size-area{
	display:flex;
	align-items:center;
	gap:40px;
	margin-bottom:20px;
}

.size-image{
	flex:0 0 28%;
}

.size-image img{
	width:100%;
	display:block;
}


.size-table-wrap{
	flex:1;
}

.size-table{
	width:100%;
	border-collapse:collapse;
}

.size-table td{
	border:1px solid #666;
	text-align:center;
	padding:16px 10px;
	font-size:16px;
	color:#333;
}

.size-head{
	background:#eeeeee;
	font-weight:500;
}

.size-label{
	font-weight:500;
}

.size-detail{
	text-align:center;
	font-weight:500;
	font-size:20px;
	line-height:1.8;
}



	.size-area{
		display:block;
	}

	.size-image{
		width:60%;
		margin:0 auto 24px;
	}

	.size-table td{
		padding:12px 6px;
		font-size:14px;
	}

	.size-detail{
		font-size:16px;
		margin-top:15px;
	}

	.spec{
		background-color: #f9f9f9!important;
		display: block;
		padding: 20px;
	}	
.staff-box {
  border: 1.5px solid #666666;
  display: block;
  color: #444;
  font-family: sans-serif;
}

.staff-left {
  width: 100%;
  background: #eeeeee;
  text-align: center;
  padding: 15px;
  box-sizing: border-box;
}

.staff-img {
  width: 80px;
  height: 80px;
  margin: 0 auto 10px;
  border-radius: 50%;
  background: #fff;
  font-size: 16px;
  font-weight: 500;
  color: #444;
	overflow: hidden;
	padding: 5px;
}

.staff-name {
  display: inline-block;
  border: 1.5px solid #555;
  border-radius: 20px;
  padding: 4px 12px;
  font-size: 13px;
}

.staff-size-label {
  font-size: 17px;
  font-weight: 500;
}
	.staff-name,
.staff-size-label {
  display: inline-block;
}

.staff-size-label {
  margin-left: 10px;
}

.staff-right {
  width: 100%;
  padding:20px;
  box-sizing: border-box;
	margin: auto;
}

.staff-info {
  font-size: 13px;
  font-weight: 500;
  line-height: 2.5;
	 display: flex;
	  flex-wrap: wrap;
}

.staff-info span {
  background: #eeeeee;
  padding: 2px 12px;
  margin: 0 18px 0 6px;
}

.staff-line {
  border-top: 1.5px solid #555;
  margin: 10px 0 10px;
}

.staff-comment {
  font-size: 15px;
  line-height: 1.6;
}
	
	.question{
		background-color: #444444;
		padding: 10px;
		font-weight:500;
		color: #fff;
	}	
		.question p{
			margin-bottom: 0!important;
		}
	.answer{
		padding:15px;
	}
	.link{
		text-align: center;
		background-color: #eeeeee;
		padding: 10px;
	}
		
	
		
	}
