@charset "UTF-8";

html {-webkit-text-size-adjust:100%;}

main #unicom-jp_cont {
	width:976px;
	margin:0 auto;
	padding-bottom:50px;
	font-family:"メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.basic-page a:hover {
	opacity:0.8;
}
.basic-page strong {
	font-weight: bold;
}

.mt0 { margin-top   :  0px; }
.mt3 { margin-top   :  3px; }
.mt5 { margin-top   :  5px; }
.mt10{ margin-top   : 10px; }
.mt15{ margin-top   : 15px; }
.mt20{ margin-top   : 20px; }
.mt30{ margin-top   : 30px; }

.mr0 { margin-right :  0px; }
.mr5 { margin-right :  5px; }
.mr10{ margin-right : 10px; }
.mr15{ margin-right : 15px; }
.mr20{ margin-right : 20px; }
.mr30{ margin-right : 30px; }
.mr40{ margin-right : 40px; }

.mb0 { margin-bottom:  0px; }
.mb4 { margin-bottom:  4px; }
.mb5 { margin-bottom:  5px; }
.mb10{ margin-bottom: 10px; }
.mb15{ margin-bottom: 15px; }
.mb20{ margin-bottom: 20px; }
.mb25{ margin-bottom: 25px; }
.mb30{ margin-bottom: 30px; }
.mb35{ margin-bottom: 35px; }

.ml0 { margin-left  :  0px; }
.ml5 { margin-left  :  5px; }
.ml10{ margin-left  : 10px; }
.ml15{ margin-left  : 15px; }
.ml20{ margin-left  : 20px; }

.basic-page .AreaR { float: right; }
.basic-page .AreaL { float: left; }

.basic-page img {
	max-width:none;
}
.basic-page .for_pc {
	display: block !important;
}
.basic-page .for_spn {
	display: none !important;
}
.basic-page sup {
	font-size:50%;
}
.basic-page .note {
	font-size:12px !important;
}
.basic-page h1,
.basic-page h2,
.basic-page h3,
.basic-page ul,
.basic-page li {
	margin:0 0 0 0;
	padding:0;
}
.basic-page p{
	margin-top:0;
	margin-bottom:0;
	padding:0;
}
.basic-page p {
	line-height:130%;
}
.basic-page ul li{
	list-style-type:none;
}

/* clear */
.clear{
	clear:both;
}
.clearfix:after {
	display : block;
	clear : both;
	height : 0;
	content : ".";
	overflow : hidden;
}
.clearfix {
	overflow : hidden;
	zoom: 1;
}


/* タイトル */
.basic-page h1{
	margin:10px 0 30px;
	padding:0;
	font-family:"メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 25px;
	line-height:130%;
	font-weight:bold;
	text-align:center;
}

.basic-page h2{
	margin-bottom:5px;
	padding:0 0 15px;
	font-family:"メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	line-height:130%;
	font-weight:bold;
	position:relative;
}

.basic-page .content {
	padding:100px 0;
}
.basic-page .unicom-block p{
	padding-bottom:1em;
	font-size: 16px;
	line-height:140%;
}
.basic-page .unicom-block p.list_txt{
	padding-left: 1em;
	text-indent: -1em;
}
.basic-page .unicom-block p.unicom-url_txt {
	word-break: break-all;
}

.basic-page .unicom-block .note p{
	padding-left: 1em;
	text-indent: -1em;
	font-size: 13px;
	line-height:120%;
	color:#757575;
}


/* リスト */
.basic-page .unicom-block ul {
	padding:20px 0 0 20px;
	list-style: none;
	display: table;
}
.basic-page .unicom-block ul li {
	display: table-row;
	counter-increment: table-ol;
	margin: 0 0 5px;
	line-height: 1.2em;
	text-indent:inherit;
}
.basic-page .unicom-block ul li:after {
	content: "";
	display: block;
	margin-bottom: 0.5em;
}
.basic-page .unicom-block ul li:before {
	content: "-";
	display: table-cell;
	padding-right: 0.4em;
	text-align: left;
	white-space: nowrap;
}
.basic-page .unicom-block .list_p {
	margin-left:20px;
	margin-bottom:20px;
}

.basic-page a:link {
	text-decoration: underline;
    color: #076baf;
}
.basic-page a:visited {
	text-decoration: underline;
    color: #076baf;
}
.basic-page a:hover {
	text-decoration: none;
    color: #076baf;
}


/* =========================
   対象品番
========================= */

.product-list {
  max-width: 1460px;
  margin: 0 auto;
}

.section-title {
  margin: 0 0 30px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

.section-title::before {
  content: "■";
  margin-right: 5px;
}

/* テーブル */
.product-table {
  width: 100%;
  border-top: 1px solid #ccc;
}

.table-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  min-height: 65px;
}

.table-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 20px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}

.table-cell:last-child {
  border-right: none;
}

.table-header {
  min-height: 92px;
}

.table-header .table-cell {
  background: #e5e5e5;
  font-weight: 700;
}

/* 戻るボタン */
.back-button-wrap {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}

.back-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 460px;
  min-height: 65px;
  border: 1px solid #3c3c3c;
  background-color: #fff;
  color: #3c3c3c !important;
  text-decoration: none !important;
  font-size: 18px;
  transition: opacity 0.3s ease;
}

.back-button:hover {
  color: #9c9c9c !important;
  text-decoration: none !important;
}


/* =========================
   SP
========================= */

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

  .product-list {
    padding: 0 15px 40px;
  }

  .section-title {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .product-table {
    width: 100%;
  }

  .table-row {
    grid-template-columns: 1fr 1fr 1fr;
    min-height: 55px;
  }

  .table-header {
    min-height: 75px;
  }

  .table-cell {
    padding: 10px 5px;
    font-size: 13px;
    line-height: 1.4;
    word-break: break-word;
  }

  .back-button-wrap {
    margin-top: 25px;
  }

  .back-button {
    width: 100%;
    min-height: 55px;
    padding: 10px 15px;
    font-size: 14px;
    text-align: center;
  }
}






@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
.basic-page .for_pc {
	display: none !important;
}
.basic-page .for_spn {
	display: block !important;
}

main #unicom-jp_cont{
	padding:0 0 30px;
	width: 100%;
	margin: 0;
}

/* タイトル */
.basic-page h1{
	margin:10px 10px 20px;
	padding:0;
	font-size: 25px;
}

.basic-page #sections{
	margin:0;
	padding:0 10px;
}

.basic-page .content {
	padding:30px 0;
}

/* リスト */
.basic-page .unicom-block ul li {
	width:100%;
}



}

@media only screen and (max-width: 420px) and (max-device-width: 1280px) {

/* タイトル */
.basic-page h1{
	font-size: 20px;
}




}

@media only screen and (max-width: 320px) and (max-device-width: 1280px) {
.basic-page .unicom-for_spn_320_none {
	display: none !important;
}


}

