@charset "UTF-8";




/* ↓ スライドの外枠 */
.slide-wrapper {
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden; /* はみ出したスライドを隠す */
}
/*  ↓ スライド（コンテンツ） */
.slide { /*スライド全体 */
  width: 300%;
  height: 100%;
  display: flex;
  transition: all 0.3s;
}
.slide div { /* スライド */
  width: 33.33%;
  height: 100%;
  font-size: 16px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.slide1 { /* スライドさせるために必要なクラス */
  transform: translateX(0);
}
.slide2 { /* スライドさせるために必要なクラス */
  transform: translateX(-33.33%);
}
.slide3 { /* スライドさせるために必要なクラス */
  transform: translateX(-66.66%);
}
.slide div:nth-of-type(1){ /* 背景色 */
  background-color: #E1F3FC;
}
.slide div:nth-of-type(2){ /* 背景色 */
  background-color: #FCE8F0;
}
.slide div:nth-of-type(3){ /* 背景色 */
  background-color: #E3F1E4;
}
/* ↓ 左右のボタン */
.next {
  position: absolute;
  width: 15px;
  height: 15px;
  right: 10px;
  bottom: 50%;
  z-index: 10;
  cursor: pointer;
  border-top: solid 3px #000;
  border-right: solid 3px #000;
  -webkit-transform: rotate(45deg) translateY(50%);
  transform: rotate(45deg) translateY(50%);
}
.prev {
  position: absolute;
  width: 15px;
  height: 15px;
  left: 25px;
  bottom: 50%;
  z-index: 10;
  cursor: pointer;
  border-top: solid 3px #000;
  border-right: solid 3px #000;
  -webkit-transform: rotate(-135deg) translateY(-50%);
  transform: rotate(-135deg) translateY(-50%);
}
/* ↓ インジケーター */
.indicator {
  width: 100%;
  position: absolute;
  bottom: 20px;
  display: flex;
  column-gap: 18px;
  z-index: 10;
  justify-content: center;
  align-items: center;
}
.indicator li {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  list-style: none;
  background-color: #fff;
  border: 2px #000 solid;
  cursor: pointer;
}
.indicator li:first-of-type {
  background-color: #000;
}


/*----- page TOP -----*/
.t_top {
	font-size: 10px;
	text-align: right;
	margin: 0 0 10px 0;
	clear: both;
}

.t_top a {
	color: #5e5e5e;
	text-decoration: none;
}

.t_top a:visited {
	color: #5e5e5e;
	text-decoration: none;
}

.t_top a:hover {
	color: #5e5e5e;
	text-decoration: underline;
}



.sotu_client_h3 {
	  font-size: 16px;	
	  position: relative;
	  padding: 15px 20px;
	  background: #EFEFEF;
	  color:#333333;	
	  margin:50px 0px 25px 0px; 
	  text-align: center;
	}

.sotu_client_h3:after {	
	  position: absolute;
	  content: '';
	  top: 100%;
	  left: 50%;
	  border: 10px solid transparent;
	  border-top: 12px solid #EFEFEF;
	  width: 0;
	  height: 0;
	}	



/*Q＆Aボタン*/


.q-con {
  margin: 30px auto 0;
  max-width: 940px;
  width: 100%;
  line-height: 1.7em;	
}

.q-list:not(:first-child) {
  margin-top: 10px;
}


.q-list dl::after {
    position: absolute;
    top: 27px;
    right: 26px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #333;
    border-right: 2px solid #333;
}

.q-title {
    cursor: pointer;
    position: relative;
    margin: 0;
    padding: 0;
    font-weight: bold;
    background: #EDF2F2;
    color: #333;	
	font-size: 14px;
	line-height: 3em;
}

.q-title:after {
  position: absolute;
  display: block;
  content: '';
  top: 35%;
  right: 22px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(135deg);
  transition: all .3s ease-in-out;
}

.q-title.open:after {
  transform: rotate(-45deg);
  top: 45%;
}

.a-text {
  border-left: 1px solid #EDF2F2;
  border-right: 1px solid #EDF2F2;
  border-bottom: 1px solid #EDF2F2;
  display: none;
  padding: 10px;
  position: relative;
}


.a-text img {
    width: 95px;
}


@media print,screen and (min-width: 769px) {


.sotu_client h2 {
	  width: 100%;	
	  font-size:25px;
	  padding:0.6rem 0.5rem;
	  border-left: 15px solid #e52c74;
	  color: #e52c74;
	  margin:40px auto 10px auto;
  }	
	
	
	
	

/*　納品実績　client.html */	
	
/* ▼卒業記念品実績タブ切り替え */
/* (A)表示領域全体 */
div.clientbox { 
	padding: 0px;
	width: 99%;
	margin:10px auto 30px auto;	
	}	
	
	
/* (B)タブ部分 */
p.tabs { margin: 0px; padding: 0px; }
p.tabs a {
   /* (B-2)リンクをタブのように見せる */
   display: block; width: 210px; float: left;
   margin: 2px 2px; padding: 8px 4px;
   text-align: center;
   border-radius: 8px; /* 角を丸くする */
}
/* (B-3)各タブの配色 */
p.tabs a.tab1 {  color: #534741; font-size:18px; font-weight:bold; text-decoration: none; }
p.tabs a.tab2 {  color:#534741; text-decoration: none; }
p.tabs a.tab3 {  color: #534741;  text-decoration: none; }
p.tabs a:hover { color: #fff; text-decoration: none; }

/* (C)タブ中身のボックス */
div.tab {
   height: auto; overflow: auto; clear: left;
}
	
	
	

.client_width{
	width:100%; 	
   }

	
.block-link-icon-line2 {
	margin-top:2px;	
  }
	
.client_main {
	font-size:12px;
	line-height:2.5em;
	margin:30px 10px 0px 10px;
   }
	
.client_main span {
	font-size:18px;
	font-weight: 600;
	line-height:2.5em;
	margin-left: 20px;
   }
.client_main p {
	margin-top: -10px;
	margin-left: 20px;
   }	
	
div.tab p { 
	margin: 10px;
	}

div.tab p img { 
	width:99%; 
	}


	
	
	
/* フッター情報 */	
	
.mds_text {
    margin: 8px 30px 10px 20px;
    padding: 3px;
    line-height: 1.7em;
	font-size: 12px;	
  }
	
  .sotugyo_link {
    margin: 20px 35px 10px 0px;
    padding: 20px 10px;
  }
	
  .catalog_link>a>img {
    width:500px;
    height: auto;
    border: #F93 solid 1px;
  }		
	
/* 特集ページに飛ぶボタン */		
  .category_img2 {
    text-align: center;
    width: 800px;
    display: flex;
	margin-bottom:40px; 
	margin-left:120px; 	  
  }
  .category_img2>a>img {
    width: 300px;
    height: auto;
	margin-left:20px;  
  }	
		
  .btn_sotubu {
    width: 300px;
    border: #FFA3C6 solid 3px;
    margin-left: 8px;
  }
	.btn_sotugyo {
    width: 300px;
    border: #9B597A solid 3px;
    margin-left: 2px;
  }		
		
/* 特集ページに飛ぶボタン */		
	
}

@media screen and (max-width: 768px) {
	

.sotu_client h1 {
	  width:100%;	
	  font-size: 1.2em;
	  padding:4% 0% 3% 0%;
	  color: #fff;
	  text-align: center;
	  background:#d1215e;	
}	

.sotu_client h2 {
	  width: 95%;	
	  font-size: 1.2em;
	  padding:0.5rem 0 0.5rem 0.4rem;
	  border-left: 10px solid #e52c74;
	  color: #e52c74;
	  margin:10% auto 1% auto;
}
	
.sotu_faq_h3 {
    background: #f5f0ef;
    color:#5f1527;	
	font-size: 1em;
    font-weight:600;
    padding:0.7rem 0.7rem 0.6rem;
    margin-bottom: 15px;
	width:100%;
	margin: auto;
  }	

.sotu_faq_h3:before {
  content: '●';
  color:#5f1527;
  margin-right:2px;
}		
	
		
  .pc_item {
    display: none!important;
  } 
	
	
  .text-link-list {
    font-size: 3.25vw;
  }

	
/*　納品実績　client.html */
	
	
/* ▼卒業記念品実績タブ切り替え */
/* (A)表示領域全体 */
div.clientbox { 
	margin-top: 2%;
	width: 99%;
	}	
		
/* (B)タブ部分 */
p.tabs { margin:auto; padding: 0px; width:100%; float: left;}
p.tabs a {
   /* (B-2)リンクをタブのように見せる */
   display: block; width:40%;
   margin:1%; padding:4%;
   text-align: center;
   border-radius: 8px; /* 角を丸くする */
}
/* (B-3)各タブの配色 */
p.tabs a.tab1 { color: #534741; font-size:14px; font-weight:bold; text-decoration: none; }
p.tabs a.tab2 { color: #534741; text-decoration: none; }
p.tabs a.tab3 { color: #534741; text-decoration: none; }
p.tabs a:hover { color: #fff; text-decoration: none; }

/* (C)タブ中身のボックス */
div.tab {
   height: auto; overflow: auto; display: flex; margin: auto;
}
	
	
	.client_main{
    width: 99%;
    margin:auto;
  }
	
	
	.client-btns {
    width: 100%;
    margin:auto;
  }
	
	.tab {
    width:98%;
    margin:auto;
  }
	
	
	.client-btns table td {
	display: block;
	width: 100%;
  }
	
	.client-btns img {
	width: 100%;
  }
	
	
.block-link-icon-line2{
	margin-top:1%;	
  }
	

div.tab p img { 
	width:100%; 
	}


	
	
/* フッター情報 */	
.mds_text {
    width: 90%;
    margin: 3px auto !important;
	margin-top:-2%;   
    padding: 3%;
    line-height: 1.7em;
    font-size: 0.8em;
  }	
	
  .sotugyo_link {
    width: 100%;
  }
  .catalog_link {
	margin-bottom: 5%;  
  }
  .catalog_link>a>img {
    width: 95%;
    height: auto;
    border: #F93 solid 1px;
  }	
	
	
/* 特集ページに飛ぶボタン */	 	
  .category_img2 {
    text-align: center;
    width: 100%;
    display: flex;
    margin-bottom: 100px ;

  }
  .category_img2>a {
    width: 100%;
  }
  .category_img2>a>img {
    width: 93%;
    height: auto;
  }
	
  .text-link-list {
    font-size: 3.25vw;
  }
  .inner-box {
    margin: 2%;
  }
	
  .inner-box2 {
    margin-left: 1.8%;
  }	
	
  .btn_sotuen {
    width: 47%;
    border: #91DAAC solid 3px;
    box-sizing: border-box;
  }
	
  .btn_sotugyo {
    width: 47%;
    border: #9B597A solid 3px;
    box-sizing: border-box;
  }
	
  .btn_sotubu {
    width: 47%;
    border: #FFA3C6 solid 3px;
    box-sizing: border-box;
  }	
/* 特集ページに飛ぶボタン */	
	
/*FAQ*/	
.q-con {
  margin: 5% auto 0;
  width:100%;
  line-height: 1.7em;	
  margin-bottom:5%;	
}

.q-list:not(:first-child) {
  margin-top: 10px;
}

.q-list dl::after {
    position: absolute;
    top: 27px;
    right: 26px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #333;
    border-right: 2px solid #333;
}

.q-title {
    cursor: pointer;
    position: relative;
    margin: 0;
    padding:3% 5% 3% 15%;
    font-weight: bold;
    background: #EDF2F2;
    color: #333;	
	font-size:0.9em;
}

.q-title:after {
  position: absolute;
  display: block;
  content: '';
  top: 35%;
  right:5%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(135deg);
  transition: all .3s ease-in-out;
}

.q-title.open:after {
  transform: rotate(-45deg);
  top: 45%;
}

.a-text {
  display: none;
  padding:1% ;
  position: relative;
  font-size:0.9em;	
  vertical-align: middle;	
}


.a-text img {
    width: 80px;
	padding-top: 1%;
}
	
.faq_text {
    width: 90%;
	margin-top:-1%;   
	margin-bottom: -1%;
    padding:0% 5% 0% 5%;
    line-height: 1.7em;
    font-size: 0.9em;
  }		
	
	
}