@charset "utf-8";
/* CSS Document */
.fb {
  display: flex;
}
.jc-sb {
  justify-content: space-between;
}
.jc-sa {
  justify-content: space-around;
}
.jc-c {
  justify-content: center;
}
.fd-c {
  flex-direction: column;
}
.aic {
  align-items: center;
}
.w60 {
  width: 60%;
}
.w48 {
  width: 48%;
}
.w35 {
  width: 35%;
}
.w22 {
  width: 22%;
}
.mv {
  display: flex;
  align-items: center;
  background: #f6f6f6;
}
.mv .txt-box {
  box-sizing: border-box;
  padding: 25px;
  width: 50%;
  justify-content: space-around;
  font-size: 24px;
  display: flex;
  flex-direction: column;
}
.mv .txt-box span {
  font-size: 18px;
}
.mv .txt-box .name-alku {
  border-top: 1px dotted #AAAAAA;
  margin-top: 20px;
  padding-top: 20px;
}
.mv .img-box {
  width: 50%;
}
.mv .img-box img {
  width: 100%;
}
.name {
  background: #f6f6f6;
  padding: 8px 2% 8px 2%;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.4;
}
.name span {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
}
.main h3 {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
}
.color-chip {
  background: #333;
  padding: 15px 0;
  border-radius: 5px;
}
.mt10 {
  margin-top: 10px;
}
.asi-title {
  font-weight: bold;
  background: #555555;
  color: #FFFFFF;
  padding: 10px 0;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .mv {
    flex-direction: column-reverse;
	  align-items: center;
  }
  .mv .txt-box {
	      font-size: 16px;
	   font-size: 1.6rem;
    width: 100%;
    justify-content: space-between;
    flex-direction: row;
	  padding: 15px;
  }
  .mv .txt-box span {
    font-size: 14px;
	   font-size: 1.4rem;
  }
  .mv .txt-box .name-alku {
    border-top: none;
    border-left: 1px dotted #AAAAAA;
	      margin-top: 0px;
    padding-top: 0px;
    margin-left: 10px;
    padding-left: 10px;
  }
  .mv .img-box {
    width: 100%;
  }
  .mv .img-box img {
    width: 100%;
  }
	
	.w60{
		width: 100%;
	}
		.w30{
		width: 100%;
	}
		.sp-fdc{
		flex-direction: column;
	}
	.sp-fdcr{
		flex-direction: column-reverse;
	}
	
	.spw100{
		width: 100%;
	}
}

.catalogbox {
	display: flex;
	justify-content: space-between;
}
.catalogbox .flex-item {
	width: 20%;
}
.catalogbox .flex-item.per30 {
	width: 30%;
}
.sp {
	display: none !important;
}
.main h3 {
	font-size: 20px;
	font-size: 2.0rem;
}

@media only screen and (max-width: 768px) {
.catalogbox {
	flex-direction: column;
}
.catalogbox .flex-item, .catalogbox .flex-item.per30 {
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}
.pc {
	display: none !important;
}
.sp {
	display: inline !important;
}
}