@charset "UTF-8";
.sp {
  display: none;
}

#container {
  width: 100%;
  color: #333333;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-feature-settings: "palt";
}

body.mac {
  font-size: 15px;
}

div#wrap-container {
  padding: 0;
  width: 100%;
}

#main-contents {
  width: 100%;
  margin: 0 0 6%;
}

#container h1 {
  border-bottom: 1px solid #cccccc;
  font-size: 1.7em;
  line-height: 1.2;
  margin: 0 auto 2%;
  padding-bottom: 0;
  width: 980px;
}

/* タイトルバナー */
div.title-banner-outer {
  margin: 0 auto;
  background-color: #FFEE7D;
  position: relative;
  height: 320px;
}

p.title-banner {
  margin: 0 auto;
  text-align: center;
  position: absolute;
  left: calc( 50% - 741px);
}

span.title-banner-inner {
  display: block;
  width: 980px;
  margin: 0 auto;
  position: relative;
}

span.title-banner-inner span {
  display: block;
  position: absolute;
  top: -310px;
  left: 167px;
  font-size: 1.05em;
  line-height: 1.4;
}

/* リード文 */
div#read-inner {
  width: 980px;
  margin: 0 auto;
  padding: 0 0 1%;
}

div #read {
  width: 980px;
  font-size: 0.95em;
  width: 930px;
  margin: 4.7% auto 20px;
  line-height: 1.7;
}

#read p {
  margin: 0 auto 1.9%;
  font-size: 1.21em;
  line-height: 1.7em;
  font-weight: 400;
  letter-spacing: -0.1px;
  font-feature-settings: "plat";
}

#read p strong {
  display: block;
  font-size: 1.5em;
  text-align: center;
  margin: 0 0 4%;
  letter-spacing: 2.6px;
}

#read p object {
  font-weight: bold;
}

#read p strong span {
  display: inline-block;
  background: linear-gradient(transparent 40%, #FEFC8F 0%);
}

/* メニュー */
div#menu {
  width: 100%;
  padding: 0;
  margin: 0 0 60px;
}

div#menu-inner {
  width: 980px;
  margin: 0.4% auto 4%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

div#menu-inner a {
  display: block;
  width: 230px;
  height: 225px;
  margin: 0 1.45% 3% 0;
}

div#menu-inner a.carry_btn {
  background-image: url(/static/images/seihin_joho/after_giga/btn_bag.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

div#menu-inner a.carry_btn:hover {
  background-image: url(/static/images/seihin_joho/after_giga/btn_bag_ov.png);
}

div#menu-inner a.protect_btn {
  background-image: url(/static/images/seihin_joho/after_giga/btn_film.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

div#menu-inner a.protect_btn:hover {
  background-image: url(/static/images/seihin_joho/after_giga/btn_film_ov.png);
}

div#menu-inner a.touch_btn {
  background-image: url(/static/images/seihin_joho/after_giga/btn_touch.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

div#menu-inner a.touch_btn:hover {
  background-image: url(/static/images/seihin_joho/after_giga/btn_touch_ov.png);
}

div#menu-inner a.acadapter_btn {
  background-image: url(/static/images/seihin_joho/after_giga/btn_acadapter.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

div#menu-inner a.acadapter_btn:hover {
  background-image: url(/static/images/seihin_joho/after_giga/btn_acadapter_ov.png);
}

div#menu-inner a.headset_btn {
  background-image: url(/static/images/seihin_joho/after_giga/btn_headset.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

div#menu-inner a.headset_btn:hover {
  background-image: url(/static/images/seihin_joho/after_giga/btn_headset_ov.png);
}

div#menu-inner a.tripod_btn {
  background-image: url(/static/images/seihin_joho/after_giga/btn_tab_holder.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

div#menu-inner a.tripod_btn:hover {
  background-image: url(/static/images/seihin_joho/after_giga/btn_tab_holder_ov.png);
}

div#menu-inner a.hokanko_btn {
  background-image: url(/static/images/seihin_joho/after_giga/btn_hokanko_ov.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

div#menu-inner a.hokanko_btn:hover {
  background-image: url(/static/images/seihin_joho/after_giga/btn_hokanko.png);
}

div#menu-inner a img {
  width: 100%;
}

/* 製品紹介 */
div.detail-list-box {
  background-color: #FFF8CB;
}

div.detail-list-box {
  width: 100%;
  padding: 83px 0 18px;
}

div.detail-list-inner {
  width: 980px;
  margin: 0 auto 7%;
}

div.detail-list-inner:nth-last-of-type(1) {
  width: 980px;
  margin: 0 auto;
}

div.detail {
  background-color: #FFFFFF;
  padding: 0 0 2%;
}

div.detail-list-box div.detail-list-inner h2 {
  font-size: 2.1em;
  line-height: 1.4;
  text-align: left;
  margin: 0 0 3.8%;
  padding: 1% 0 0.8%;
  color: #FFFFFF;
  text-align: center;
  letter-spacing: 4.5px;
  background-color: #0858BF;
}

div.detail-list-box h2 img {
  vertical-align: middle;
  width: 56px;
  margin: 0 2% 0 0;
}

div.detail-list-box h2 span {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

div.detail-list-box div.detail-detail {
  background-color: #FFFFFF;
  padding: 9% 0 5%;
}

div.detail-list-box div.content {
  width: 900px;
  margin: 0 auto;
}

div.content-cate {
  padding: 0 0 3%;
  border-bottom: 1px dotted #333;
}

div.content-cate img {
  margin: 1.1% auto 0;
  vertical-align: top;
  width: 100%;
  display: block;
}

div.content-cate p.list-read {
  font-size: 1.2em;
  line-height: 1.8;
  margin: 0;
  text-align: center;
  font-feature-settings: "plat";
}

div.content-cate p.list-read strong {
  font-size: 1.65em;
  display: block;
  margin: 0 0 2%;
  letter-spacing: -0.5px;
}

div.content-cate p.list-read strong span {
  color: #0858BF;
  border-bottom: 3px solid;
}

div.detail-point {
  display: flex;
  padding: 4% 0;
}

div.detail-point a img {
  border: 1px solid #EBEBEB;
  width: 328px;
}

div.detail-point div.point-r {
  margin: 0 1% 0 4%;
}

div.detail-point div.point-r p.caption {
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0 3.5%;
}

div.detail-point div.point-r a {
  display: inline-block;
  background: url(/static/images/common/yaji_maru_bl_15.png) no-repeat 0 0;
  padding: 0 0 0 20px;
  font-size: 1.25em;
  font-weight: bold;
}

div.detail-point div.point-r span.price {
  display: block;
  font-size: 1.15em;
  margin: 1.5% 0 0;
}

div.detail-point div.point-r p.note {
  font-size: 1.21em;
  line-height: 1.8;
  margin: 3.5% 1% 0 0;
  text-align: justify;
}

div.detail-list {
  padding: 0 0 6.5%;
  margin: 6% 0 0;
}

div.detail-list h3 {
  background-color: #FFEE7D;
  font-size: 1.45em;
  text-align: center;
  padding: 1.3% 0 1%;
}

div.detail-list ul {
  padding: 0 2%;
  margin: 3% 0 0.5%;
}

div.detail-list ul li {
  width: 30.3%;
  float: left;
  margin: 0 4.5% 6% 0;
  font-feature-settings: "plat";
}

div.detail-list ul li:nth-of-type(3) {
  margin: 0;
}

div.detail-list ul li a {
  display: inline-block;
}

div.detail-list ul li a img.mainimage {
  width: 100%;
  margin: 0 0 4%;
  border: 1px solid #EBEBEB;
}

div.detail-list ul li span.hinban {
  display: block;
  background: url(/static/images/common/yaji_maru_bl_12.png) no-repeat 0 4px;
  font-size: 1.15em;
  line-height: 1.3;
  color: #1C64B3;
  font-weight: bold;
  background-size: 4.5%;
  padding: 0 0 0 16px;
  margin: 0 0 2.5%;
}

div.detail-list ul li span.hinban img {
  vertical-align: middle;
  margin: 0 0 0 1%;
}

div.detail-list ul li span.price {
  display: block;
  font-size: 0.95rem;
  letter-spacing: -0.03em;
  margin: 0 0 5%;
}

div.detail-list ul li span.cap {
  display: block;
  font-size: 0.95em;
  margin: 4% 0 0;
  line-height: 1.5;
}

div.detail-list div.other-link {
  text-align: center;
  margin: 3.5% 0 0;
}

div.detail-list div.other-link a {
  display: inline-block;
  width: 45.9%;
  border: 3px solid #39A0D5;
  border-radius: 0.5em;
  padding: 2.5% 0;
  margin: 0 1.6% 0 2%;
  font-size: 1.4em;
  font-weight: bold;
  color: #39A0D5;
  line-height: 1;
  background-color: #FFFFFF;
  opacity: 1;
  transition: 0.2s;
}

div.detail-list div.other-link a:nth-of-type(2) {
  margin: 0;
}

div.detail-list div.other-link a:hover {
  opacity: 0.6;
  transition: 0.2s;
  text-decoration: none;
}

div #relation-outer {
  width: 100%;
  margin: 0 0 5%;
}

div .relation {
  width: 980px;
  margin: 100px auto 0;
}

.relation h3 {
  font-size: 1.6em;
  text-align: center;
  padding: 13px 0;
  color: #fff;
  background-color: #004DA2;
}

.relation img {
  width: 230px;
  height: 153px;
  margin: 20px 14px 0 0;
}

.link-img li {
  display: inline;
}

.link-img li:nth-child(4n) img {
  margin-right: 0;
}

.banner-link {
  border-top: 1px dotted #333333;
  padding: 6% 0 0;
  text-align: center;
  margin: 8% 0 0;
}

.banner-link.giga {
  border-top: 0;
  padding: 4% 0 7%;
  text-align: center;
  background-color: #FFF8CB;
  margin: -9% 0 0;
}

.banner-link p {
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.6em;
  margin: 0 0 2%;
}

.banner-link.giga p {
  margin: 0 auto;
  font-size: 2em;
}

.internal-link {
  padding: 4% 0 4% 6%;
}

.internal-link p {
  font-size: 1.25em;
}

.internal-link li {
  font-size: 1.2em;
  margin: 3% 0 0;
  color: #0058BF;
}

#touch div.detail-point {
  border: 0;
}

div#touch1, div#touch2, div#touch3 {
  margin: 0 0 7%;
}

#touch.detail-list-box div.detail-list-inner h3 {
  font-size: 1.6em;
  background-color: #9d9d9d;
  color: #333;
  line-height: 1.4;
  text-align: center;
  margin: 0 0 2%;
  padding: 1% 0;
}

#touch.detail-list-box div.detail-list-inner #touch1 h3 {
  background-color: #FFEE7D;
}

#touch.detail-list-box div.detail-list-inner #touch2 h3 {
  background-color: #FFB99F;
}

#touch.detail-list-box div.detail-list-inner #touch3 h3 {
  background-color: #FFD27D;
}

#touch.detail-list-box div.detail-list-inner #touch4 h3 {
  background-color: #C2EB9E;
}

#touch.detail-list-box div.detail-list-inner #touch5 h3 {
  background-color: #ADDCFA;
}

#touch.detail-list-box div.detail-list-inner #touch6 h3 {
  background-color: #C5C6F1;
}

#acadapter.detail-list-box div.detail-list-inner h3 {
  background-color: #BFE3FB;
}

#acadapter.detail-list-box div.detail-list-inner h3.yellow {
  background-color: #ffee7d;
}

/* 12/20追加 */
#hokanko.detail-list-box div.detail-list-inner h3 {
  background-color: #5ABDBC;
  color: #fff;
}

.detail-list h4 {
  border-bottom: 1px solid;
  font-size: 1.25em;
  text-align: center;
  margin: 2.3% 0 0;
  padding: 0 0 0;
  line-height: 1.6;
}

#hokanko .detail-list h4 {
  color: #5ABDBC;
}

div.detail-point img.new {
  width: auto;
}

/* アイコン */
div.icon {
  display: flex;
  flex-wrap: wrap;
}

div.icon p {
  width: 30%;
  margin: 0 2% 2% 0;
}

div.icon p img {
  width: 100%;
}

a.img-area {
  position: relative;
}

a.img-area .a-icon {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 56px;
}

a.img-area .a-icon.two {
  top: 5px;
  left: 66px;
}

/* 配線効率の良い電源タップで */
div#bring {
  background-color: #E8F6F6;
  width: 867px;
  margin: -9% 0 0 2.5%;
  padding: 3.5%;
}

div#bring p.bring-title {
  text-align: center;
  margin: 0 0 4%;
}

div#bring ul.dou li {
  display: inline-block;
  float: none;
  width: auto;
  margin: 0;
}

div#bring ul.dou li:nth-of-type(1) {
  width: 270px;
}

div#bring ul.dou li:nth-of-type(3) {
  width: 520px;
}

div#bring ul.dou li:nth-of-type(1) img,
div#bring ul.dou li:nth-of-type(3) img {
  width: 100%;
}

div#bring ul.dou li:nth-of-type(2) {
  padding: 0 7px;
}

div#bring ul.dou li:nth-of-type(2) img {
  height: 75px;
  margin: 0 0 67px;
}

div#bring ul.dou li span {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 1.05em;
  margin: 8px 0 0;
}

div#bring ul.dou li span.tap-k-a {
  width: 48%;
  margin: 0 20px 0 0;
}

div#bring ul.dou li span.tap-k-b {
  width: 47%;
}

div.timer {
  background-color: #66C2C1;
  border-radius: 0.5em;
  padding: 3.3% 2.3% 2.3%;
}

div .timer p {
  text-align: center;
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.4;
  color: #FFFFFF;
  margin: 0 0 15px;
  padding: 0;
}

div#bring p.fuki {
  padding: 0 0 0 85px;
}

div.timer p span {
  font-size: 1.2em;
}

div.timer p span object {
  color: #FFF55A;
}

div.timer ul li {
  display: inline-block;
  float: none;
  width: auto;
  margin: 0;
}

.timer div.timer-left {
  width: 390px;
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 0 0;
}

.timer div.timer-right {
  display: inline-block;
  vertical-align: top;
}

.timer div.timer-right ul {
  margin: 0;
}

.timer div.timer-right li {
  display: inline-block;
  width: 208px;
  margin: 0;
  float: none;
  vertical-align: top;
}

.timer div.timer-left img,
.timer div.timer-right li img {
  width: 100%;
}

.timer div.timer-left span,
.timer div.timer-right span {
  display: block;
  height: 3em;
  margin: 10px 0 0;
  padding: 0 6px;
}

.timer div.timer-right li:nth-of-type(1) {
  margin: 0 5px 0 0;
}

div.ex {
  background-color: #FFFFFF;
  padding: 30px 0;
  margin: 35px 0 0;
}

div .ex p.ex-title {
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  margin: 0 0 20px;
}

div.ex div.ex-inner {
  text-align: center;
}

div.ex div.ex-inner img:nth-of-type(1) {
  margin: 0 25px 0 0;
}

div.ex div.other {
  text-align: center;
  margin: 45px 0 0;
}

div.ex div.other-inner {
  margin: 15px 0 0;
}

div.ex dl {
  display: inline-block;
  width: 40%;
}

div.ex dl dt img {
  width: 130px;
  border: 1px solid #DDDDDD;
}

div.ex dl dt,
div.ex dl dd {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}

div.ex dl dd {
  width: 50%;
  padding: 0 0 0 2%;
}

.ex dl dd span.hinban {
  margin: 0 0 4%;
  font-size: 1.1em;
}

.ex dl dd span.hinban a {
  display: block;
  background: url(/static/images/common/yaji_maru_bl_12.png) no-repeat 0 6px;
  background-size: auto;
  font-size: 1.15em;
  line-height: 1.3;
  color: #1C64B3;
  font-weight: bold;
  background-size: 6.5%;
  padding: 0 0 0 16px;
  margin: 0 0 2.5%;
}

.ex dl dd span.cap {
  margin: 0 0 4%;
  display: block;
  line-height: 1.3;
}

span.other-att {
  font-size: 1.05em;
  color: #0058D1;
}

div.other-inner a:hover {
  color: #FF0000;
  text-decoration: underline;
}

div.chromebook {
  margin: 0 0 9%;
}

div.chromebook h6 {
  padding: 1.4% 0;
  background-color: #4D91E6;
  text-align: center;
  font-size: 1.6em;
  color: #FFFFFF;
}

div.chromebook h6 img {
  vertical-align: -17px;
  margin: 0 2% 0 0;
}

div.chromebook-inner {
  background-color: #F6F6F6;
  padding: 0 0 2%;
}

div.chromebook-inner p {
  text-align: center;
  padding: 1.8% 0 1.6%;
  font-weight: bold;
}

div.chromebook-inner ul {
  display: flex;
  justify-content: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 85%;
  margin: 0 auto;
}

div.chromebook-inner li {
  border: 2px solid #333333;
  border-radius: 0.6em;
  background-color: #FFFFFF;
  margin: 0 18px 3% 0;
  font-weight: bold;
  width: 255px;
  font-size: 1.1em;
}

div.chromebook-inner li a {
  display: block;
  padding: 12% 6.5% 10.5%;
  background: url(/static/images/seihin_joho/gigaschool/img_red.png) no-repeat 95% 50%;
  text-align: left;
  opacity: 1;
  transition: 0.2s;
}

div.chromebook-inner li a:hover {
  opacity: 0.6;
  transition: 0.2s;
}

/* 端末のカメラを見やすく設置 2022/01/27追加 */
#tripod .content-cate img {
  margin: 3% auto 0;
}

#tripod .detail-list h4 {
  color: #0858BF;
}

/* バナーエリア */
div#banner-area {
  margin: 0 0 5%;
}

.banner-zone {
  margin: 6% 0 0;
}

div.detail-list .banner-zone ul li {
  width: 48.5%;
  margin: 0 2.5% 0 0;
}

div.detail-list .banner-zone ul li:nth-of-type(2) {
  margin: 0;
}

.banner-zone img {
  width: 100%;
}

div.video-container {
  text-align: center;
  margin: 0 0 8%;
}

/* 製品導入のご相談・お問い合わせ
---------------------------------------------*/
div#corp_inq_area {
  padding: 0 0 7%;
  text-align: center;
  background-color: #fff8cb;
}

div#corp_inq {
  margin: 0 auto;
  width: 980px;
  border: 1px solid #1b4e9e;
  text-align: center;
}

div#corp_inq p {
  padding: 17px 0 16px;
  font-size: 1.8em;
  font-weight: bold;
  color: #fff;
  background-color: #1b4e9e;
}

div#corp_inq div.corp_inq_inner {
  padding: 15px 0;
  line-height: 1.5;
  background-color: #fff;
}

div#corp_inq span.att {
  display: block;
  color: #f00;
}

div#corp_inq a.inq_button {
  display: block;
  width: 540px;
  margin: 25px auto;
  background-color: #f38134;
  color: #fff;
  font-size: 1.4em;
  font-weight: bold;
  padding: 20px 0 18px;
  border-radius: 0.35em;
  background-image: url(/static/images/common/arrow_wt_rt_10px.png);
  background-repeat: no-repeat;
  background-position: 75% 50%;
  opacity: 1;
  transition: 0.2s;
}

div#corp_inq a.inq_button:hover {
  opacity: 0.6;
  transition: 0.2s;
  text-decoration: none;
}

/* 関連ページ */
#relation-outer {
  width: 980px;
  margin: 40px auto 0;
}

.relation h3 {
  font-size: 1.6em;
  text-align: center;
  padding: 13px 0;
  color: #fff;
  background-color: #004DA2;
}

.relation img {
  width: 230px;
  height: auto;
  margin: 20px 14px 0 0;
}

.link-img li {
  display: inline;
  float: none;
  margin: 0;
}

.link-img li:nth-child(4n) img {
  margin-right: 0;
}

/* カタログ */
div#catalog-pc {
  border: 0.3em solid #9FBFE6;
  border-radius: 0.7em;
  background-color: #DBE7F5;
  padding: 30px 50px;
  margin: 3.5% auto;
  width: 880px;
}

div#catalog-pc div.cata_left {
  float: left;
  width: 73%;
  padding-top: 2%;
}

div#catalog-pc div.cata_left p {
  font-weight: bold;
  font-size: 1.65em;
  margin-bottom: 3%;
}

div#catalog-pc div.cata_left span {
  display: block;
  font-size: 1.05em;
  line-height: 1.8;
}

div#catalog-pc div.cata_left ul {
  margin-top: 6%;
}

div#catalog-pc div.cata_right {
  float: right;
  width: 20%;
  text-align: center;
}

div#catalog-pc div.cata_right img {
  width: 100%;
}

div#catalog-pc div.cata_left ul li {
  float: left;
  width: 45%;
  padding-right: 2%;
}

div#catalog-pc div.cata_left ul li a {
  display: block;
  text-align: center;
  padding: 5%;
  background-color: #125EAA;
  color: #FFFFFF;
  font-size: 0.95em;
}

div#catalog-pc div.cata_left ul li a img {
  width: 3.8%;
  vertical-align: middle;
  margin: 0 0 0 12px;
}

/* clfx */
.clfx:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
