@charset "UTF-8";
/* CSS Document */


/****************************************************************
お客様の声
****************************************************************/

.voiceCont{
	height: 15em;
	padding: 15px 20px 60px;
	margin: 0 0 2em 0;
	border: solid 10px #EBEBEB;
	box-sizing: border-box;
	color: #666;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
		transition-property: all;
		transition-duration: 300ms;
		transition-delay: 0s;
		transition-timing-function: ease;
}

.voiceCont.noAcd{
	height: auto;
	padding-bottom: 15px;
}

.voiceCont > dl > dt{
	min-height: 64px;
	margin-bottom: 1em;
	padding-left: 80px;
	background-size: 64px auto;
	background-repeat: no-repeat;
}
.voiceCont > dl > dt.smile{background-image: url(../img/support/voice_icon_smile.png);}
.voiceCont > dl > dt.anger{background-image: url(../img/support/voice_icon_anger.png);}

.voiceCont > dl > dt > span{
	display: block;
}

.voiceCont > dl > dt > span.name{
	font-size: 1.5rem;
	line-height: 1.4;
}

.voiceCont > dl > dt > span.name i{
	margin-left: 0.5em;
	padding: 0 0.5em;
	color: #fff;
	background-color: #24BBB7;
	font-style: normal;
	display: inline-block;
	font-size: 0.6em;
	line-height: 1.8;
}

.voiceCont > dl > dt > span.data{
	font-weight: normal;
}

.voiceCont > dl > dd.open{
	height: auto;
}

.voiceCont > dl > dd dl{
	margin-bottom: 0;
	padding-top: 1rem;
}

.voiceCont > dl > dd dl dt{
	font-size: 1.2rem;
	border-bottom: #E9E9E9 solid 1px;
}

.voiceCont > dl > dd dl dd{
	padding: 0.5em 0;
}

.voiceCont > dl > dd dl dd.product{
	padding-top: 2em;
	text-align: center;
}

.voiceCont > dl > dd dl dd.product img{
	width: 85%;
	max-width: 220px;
	margin: 0 10px 20px;
}

.voiceCont > dl > dd dl dd.product a{
	font-weight: bold;
}

.voiceCont > dl > dd p.staffName{
	margin-top: 2em;
}

.voiceCont > dl > dd p.staffName span{
	display: inline-block;
	min-width: 9em;
}

.voiceCont div.btn{
	width: 100%;
	padding: 15px 20px;
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: right;
	box-sizing: border-box;
	cursor: pointer;

	background: -moz-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%,rgba(255,255,255,1) 100%);
}

.voiceCont div.btn img{
	width: 32px;
	height: auto;
	transition-property: all;
	transition-duration: 300ms;
	transition-delay: 0s;
	transition-timing-function: ease;
}

.voiceCont.open div.btn img{
	transform: rotate(180deg);
}

.voiceNav{
	text-align: center;
}

.voiceNavLink{
	width: 10em;
	display: inline-block;
	border: #ccc solid 1px;
	color: #666;
	border-radius: 1.5em;
	line-height: 3;
}

.voiceNavLink:hover{
	background-color: #ccc;
	text-decoration: none;
	color: #fff;
}

@media screen and (max-width: 767px) {

	.voiceCont{
		padding: 10px 10px 60px;
		border: solid 6px #EBEBEB;
	}

	.voiceCont.noAcd{
		padding-bottom: 10px;
	}

	.voiceCont > dl > dt > span.name{
		font-size: 1.3rem;
	}

}






/****************************************************************
ローディング
****************************************************************/


.loader {
  color: #929292;
  font-size: 10px;
  margin: 100px auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
@-webkit-keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}





/****************************************************************
作成事例
****************************************************************/

.examplelistWrap ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	line-height: 1.4;
}

.examplelistWrap ul li a{
	color: #666;
}

.examplelistWrap ul li a:hover{
	color: #24bbb7;
}

.examplelistWrap ul li img{
	margin-bottom: 5px;
}

.examplelistWrap ul li a:hover img{
	opacity: 0.7;
}

.examplePhoto{
	padding: 2rem 0;
	text-align: center;
}

.examplePhoto img{
	width: 650px;
}

.examplePhoto.small img{
    width: auto;
}

.exampleTag{
	margin: 0;
	padding: 0 0 4rem;
	list-style: none;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.exampleTag li {
    border-radius: 16px;
    border: 1px solid #e9e9e9;
    padding: 0.2rem 0.8rem;
    margin-right: 0.5rem;
    font-size: 0.9rem;
}

@media print,all and (min-width: 980px){

	.examplelistWrap ul li{
		width: 25%;
		margin-bottom: 20px;
		padding: 0 10px;
		box-sizing: border-box;
	}

}

@media screen and (min-width: 768px) and (max-width: 979px) {

	.examplelistWrap ul li{
		width: calc(100% / 3 - 0.1px);
		margin-bottom: 20px;
		padding: 0 10px;
		box-sizing: border-box;
	}

}

@media screen and (max-width: 767px) {

	.examplelistWrap ul li{
		width: 50%;
		margin-bottom: 20px;
		padding: 0 10px;
		box-sizing: border-box;
	}

}




/****************************************************************
FAQ
****************************************************************/

.faq_list dt{
	margin: 2em 0 0.5em;
	color: #24bbb7;
	font-size: 1.15rem;
	cursor: pointer;
}

.faq_list dd{
	display: none;
}


@media screen and (max-width: 767px) {

	.faq_list dt{
		margin: 2em 0 0.5em;
		font-size: 1rem;
	}

	.faq_list dd{
	font-size: 0.9rem;
	}

}

/****************************************************************
商品レビュー
****************************************************************/
.reviewCont {
  width:99%; float: left; margin: 0 2px;
}
.reviewCont .smile {
  background-color: #efefef; margin: 10px 0; padding: 8px 10px;
}
.reviewCont .smile img {
    height: 20px;
    vertical-align: text-bottom;
    margin-right: 1%;
}
.reviewCont .reviewText {
    font-size: 0.9em;
}
.reviewCont .align-center {
    text-align: center;
}
.reviewCont .reviewExp {
    font-size: 0.8em; margin-bottom: 4px;
}
.reviewCont .product div {
}
.reviewCont .product span img {
    display: inline-block;
    /*
    width: 30%;
    */
    box-sizing: border-box;
    margin: 4px 2px;
    vertical-align: text-bottom;
}
.reviewCont .product img {
    display: block;
    max-width: 80%;
    box-sizing: border-box;
    margin: 2px auto;
    vertical-align: text-bottom;
}
p.reviewText {
    display: block;
    width: 49%;
    float: right;
}
.reviewCont dl dd dl {
    display: block;
    width: 49%;
    float: left;
}
.float-clear {
    clear: both;
}
@media  screen and (max-width: 767px) {
    .reviewCont .product img {
        display: inline-block;
        /*
        width: 45%;
        */
        box-sizing: border-box;
        margin: 4px 2px;
    }
    .reviewCont .reviewText {
        font-size: 0.8em;
    }
}
/****************************************************************
検索エリア開閉
****************************************************************/
#conditions_open {
    text-align: center;
    background: #f80;
    color: #fff;
    padding: 8px;
    border-radius: 8px;
    position: relative;
    cursor: pointer;
    margin-top: 10px;
}
#conditions_open.up {
    border-radius: 8px 8px 0 0;
}
#conditions_open span {
    padding: 0 5px;
    vertical-align: middle;
    font-size: 1.2em;
    font-weight: 500;
    display: inline-block;
    width: auto;
    max-width: 88%;
    text-align: left;
}
@media  screen and (max-width: 767px) {
    #conditions_open span {
        font-size: 0.9em;
    }
}
#conditions_open .icon_search {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/common/img/cmn_icon_search.png) no-repeat;
    background-size: auto 100%;
    background-position: 0;
    vertical-align: middle;
    margin: 5px 0;
}
.icon_arrow-down {
    display: block;
    width: 12px;
    height: 12px;
    background: #fff;
    position: absolute;
    right: 12px;
    top: 14px;
    -webkit-transform: rotate(
    -45deg
    );
    transform: rotate(
    -45deg
    );
}
.icon_arrow-down::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background: #f80;
    left: 3px;
    top: -3px;
    -webkit-transform: rotate(
    -90deg
    );
    transform: rotate(
    -90deg
    );
}
.up>.icon_arrow-down {
    top: 20px;
}
.up>.icon_arrow-down::after {
    left: -3px;
    top: 3px;
}
#conditions {
    /*
    background: #fefef3;
    */
    border: 1px solid #ccc;
    padding: 4px 5px;
    border-radius: 0 0 8px 8px;
}
#conditions form {
    padding: 0 8px;
}
#conditions_open span>span {
    background-color: #fff;
    color: #333;
    display: inline-block;
    vertical-align: baseline;
    border-radius: 5px;
    margin: 2px;
    margin-right: 5px;
    padding: 0 6px;
    font-size: 0.9em;
}
.cmn_detail {
    padding: 5px;
    text-align: center !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 1rem !important;
    background-color: #6495ed;
    color: #fff;
    margin: .2rem 0 0 !important;
    font-size: 1rem;
    line-height: 140%;
    border-radius: 4px;
}
.cmn_detail:hover {
    opacity: .7;
    text-decoration: none;
}
/*
絞込みエリア
*/
.cmn_cont01 #conditions h4 {
    text-align: center;
    margin: 8px 1% 0px;
    font-size: 1.0em;
}
.cmn_cont01 #conditions h4.bt {
    padding-top: 8px;
    border-top: 1px solid #ccc;
}
.cmn_cont01 .sorttag li.hotkey:not(li.colorkey) {
    min-width: 31%;
    text-align: center;
    padding: 0.6em 0;
}
@media  screen and (max-width: 767px) {
    .cmn_cont01 .sorttag li.hotkey:not(li.colorkey) {
        min-width: 46%;
        text-align: center;
        font-size: 12px;
    }
}
@media  screen and (min-width: 767px) {
    .cmn_cont01 .sorttag ul {
        padding: 0px 8%;
    }
    #prefetch {
        padding: 0px 8%;
    }
    .cmn_cont01 #conditions h4 {
        margin: 8px 8% 0px;

    }
}

.sorttag {
    margin: 0 0 1em;
    /*
    font-size: 0.9em;
    */
	padding: 0;
	margin-bottom: 10px;
}
.sorttag ul {
    padding: 0;
}
.sorttag .selected {
    font-weight: bold;
    color:#333 !important;
}
.sorttag .selected a {
    color:#333 !important;
}
.sorttag .sort_title {
    background: #24bbb7;
    padding: 0px 4px;
    color: #FFF;
    width: auto;
    display: inline-block;
    border-radius: 5px;
    margin: 0 5px;
}
.sorttag .hotkey {
font-size: 0.9em;
    display: inline-block;
    line-height: 18px;
    padding: 5px 0;
    border: 1px solid #CCC;
    background: #f9f9f9;
    margin: 4px 4px;
    border-radius: 3px;
    position: relative;
    color: #999;
}
}

.sorttag .hotkey.selected {
	background: #fafad2;
    border: 2px dotted #24bbb7;
}

.sorttag .colorkey {
    padding: 1px 2px;
    margin-right: 5px;
}

.sorttag .hotkey .boxref{
 	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
}
.hide {
    display: none;
}
/****************************************************************
ページャー
****************************************************************/
  .pagination {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-left: 0;
      list-style: none;
      border-radius: 0.25rem;
  }
  .pagination .page-item.active .page-link {
      background: #24BBB7;
      border-color: #24BBB7;
  }
  .page-item.disabled .page-link {
      color: #636c72;
      pointer-events: none;
      cursor: not-allowed;
      background-color: #FFF;
      border-color: #ddd;
  }
  .page-item:first-child .page-link {
      margin-left: 0;
      border-bottom-left-radius: 0.25rem;
      border-top-left-radius: 0.25rem;
  }

  .page-item.active .page-link {
      z-index: 2;
      color: #FFF;
      background-color: #0275d8;
      border-color: #0275d8;
  }
  .page-link {
      position: relative;
      display: block;
      padding: 0.5rem 0.75rem;
      margin-left: -1px;
      line-height: 1.25;
      color: #24BBB7;
      background-color: #FFF;
      border: 1px solid #ddd;
  }
  .flex-center {
      display: flex;
	justify-content: center;
	align-items: center;

  }
  .pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}

.pagination-lg .page-item:first-child .page-link {
  border-bottom-left-radius: 0.3rem;
  border-top-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-bottom-right-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
/****************************************************************
新・商品レビュー・制作事例
****************************************************************/
.newvoice {
    display: flex;
    /* justify-content: center; */
    flex-wrap: wrap;
    padding-left: 0;
}
.newvoice_cont {
    width: 45%;
    display: block;
    padding: 8px 12px;
    border: 1px solid #efefef;
    border-radius: 2px;
    margin: 10px 1%;
}
.newvoice_cont h3 {
    margin: 2px auto 5px;
    border: 0;
    font-size: 1.3rem;
}
.newvoice_cont h3 i {
    background-repeat: no-repeat;
    background-size: auto 20px;
    background-position: 0;
    font-size: 130%;
    margin-right: 2%;
}
.newvoice_cont h3 i.i-review::before {
   font-family: 'Material Icons';
   font-style: normal;
   vertical-align: middle;
   content: 'edit_square';
}
.newvoice_cont h3 i.i-voice::before {
   font-family: 'Material Icons';
   font-style: normal;
   vertical-align: middle;
   content: 'photo_camera';
}
.newvoice_cont h4 {
    color: #333;
    line-height: 1.1;
    font-size: 1.1em;
    margin: 0;
    border: 0;
}
.newvoice_cont p.comment {
    font-size: 0.9em;
    padding: 4px;
}
.newvoice_cont img.starimg {
    vertical-align: baseline;
}
.newvoice_cont img.voiceimg {
    display: block;
    margin: 2% auto;
    max-height: 250px;
}
.title_adjustment {
	padding-top: 1em;
}
@media screen and (max-width: 767px) {
    .newvoice_cont {
        width: 100%;
    }
}
.white {
	margin-top: 2em;
}
.goods_eva {
	display: flex;
	gap: 1em;
}
.thumbnails_setting {
	width: 25%;
	padding-left: 5%;
}
.thumbnails_setting a:hover {
	opacity: 0.5;
}
.evaluation_txt {
	width: 60%;
	margin: 0 auto;
	padding: 0;
}
.date_txt {
	margin-bottom: 0%;
}
.goods_name {
	margin: 0 0 0em;
}
.left {
	padding-right: 0.5rem;
    font-size: 100%;
    vertical-align: -6px;
}
.left2 {
	padding-right: 0.5rem;
    font-size: 100%;
    vertical-align: -6px;
}
@media screen and (max-width: 767px) {
    .evaluation_txt {
	padding: 0;
	width: 70%;
	}
}
.goods_eva2 {
	display: flex;
    gap: 1em;
    height: 113px;
    padding-bottom: 13%;
}
.evaluation_txt2 {
	width: 60%;
	margin: 0 auto;
    padding-top: 5%;
    line-height: normal;
}
@media screen and (max-width: 767px) {
    .goods_eva2 {
	height: auto;
	padding-bottom: 2%;
	}
}
ul.iconlist {
	padding-left: 0;
	list-style-type: none;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    margin-top: 4px;
}
ul.iconlist li {
	font-size: 0.8em;
	display: block;
	border: 1px solid #CCC;
    background: #f9f9f9;
    margin: 4px 4px;
    border-radius: 3px;
    position: relative;
    padding: 0px 4px;
}
ul.iconlist li a {
	color: #222;
}
.sum {
   padding-left: 10px;
   font-size: 1.1em;
}
.sum h3 {
   border: 0;
   margin: 0;
   padding: 0;
   margin-bottom: 4px;
}
.sum ul {
   list-style-type: none;
   padding: 0;
   padding-left: 8px;
}
.sum p img {
   vertical-align: baseline;
}
.sum ul li img {
   vertical-align: baseline;
 	}