@charset "utf-8";
/* CSS Document */

/* 商品ページ内　見出し*/
h4.alc_opac {
  position: relative;
  padding: 0 65px;
  text-align: center;
}

h4.alc_opac:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #000;
}

h4.alc_opac span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}

/* detail */
.alc_opacdetail	{
  margin: 10px;
}

.alc_opacdetail p {
  margin: 10px 0;
}


/* Related Items */
.alc_opac_relateditems {
  margin: 10px 10px 80px 10px;
  background-color: transparent; /* 背景色のリセット */
  border: none;
}

.alc_opac_relateditems table {
  position: relative;
  border-collapse: collapse;
  text-align: center;
  width: 100%;
  border: none;
  background-color: transparent; /* 背景色のリセット */
}

.alc_opac_relateditems tr {
  position: relative; 
  text-align: center;
}

.alc_opac_relateditems td {
  border: none; /* 枠線を消す */
  background-color: transparent; /* 背景色のリセット */
}

.alc_opac_relateditems td,
.alc_opac_relateditems th {
  border: none !important;
  background-color: transparent !important;
}

.alc_opac_relateditemsimg {
  text-align: center;
}

.alc_opac_relateditemsimg img {
  width: 300px;
  height: auto;
  display: block;
  margin: 0 auto;
  border: none !important; /* 強制的に枠線削除 */
  background-color: transparent !important; /* 強制的に透明 */
  box-shadow: none !important; /* 万一の影も除去 */
}

.alc_opac_imgcaption {
  font-size: 15px;
  color: #222;
  margin-top: 8px;
  text-align: center;
  font-weight: bold;
}

	
/* 対応機種 リンクボタンデザイン */
/* 親要素に中央揃えを指定 */
.alc_opac_button01 {
  text-align: center;
}
/* リンクボタン */
.alc_opac_button01 a {
  background: #0099ff;
  border-radius: 3px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 15px auto;
  max-width: 110px;
  padding: 10px 25px;
  color: #ffffff;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  text-decoration: underline;
}

/* 矢印アイコン */
.alc_opac_button01 a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}

/* ホバー時 */
.alc_opac_button01 a:hover {
  background: #33c9ff;
  color: #FFF;
}

.alc_opac_button01 a:hover:after {
  right: 1.4rem;
}

		

		
		
/* 商品仕様 table*/
	.table.alc_opac_specsheet {
		border:solid #333 thin;
		border-collapse: collapse;
		width: 95%;

	}	
	
	.table.alc_opac_specsheet th {
		border: solid #333 thin;
		background-color: #ccf1ff;
		padding: 10px;
		font-size: 13px;
		
	}
	
	.table.alc_opac_specsheet td {
		border: solid #333 thin;
		padding: 10px;
		font-size: 13px;
	}
		
/* 商品詳細 アイコン */

.icon-paperclip {
    color: #007bff; /* 好きな色。例：青 */
    font-size: 1em; /* 必要に応じてサイズも指定可能 */
    margin-right: 5px; /* テキストとの間にスペースを入れたいとき */
  }

.alc_opac_span01 {
color: #c71585;
font-weight: bold;
}

.alc_opac_span02 {
color: #dc143c;
}

.alc_opac_span03 {
color: #0068b7;
font-weight: bold;
font-size: 1.2em;
}

/* お確かめいただきたいこと */
.alc_opac_notice {
padding: 0 10px 0 10px；
}

.alc_opac_notice p {
padding-top: 15px;
}
