@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 15px;
  padding-bottom: 6px;
  width: 980px;
}

/* タイトルバナー */
div.title-banner-outer {
  margin: 1% auto 0;
  background: linear-gradient(90deg, #ebe4dc 0%, #ebe4dc 50%, #f8f7f5 50%, #c3b5a8 50%, #c3b5a8 100%);
  position: relative;
  height: 460px;
}

p.title-banner {
  margin: 0 auto;
  text-align: center;
  position: absolute;
  background: url(/static/images/seihin_joho/tv_acc/ttl_tvacc_pc.jpg) no-repeat center center;
  height: 460px;
  width: 100%;
  background-size: 1485px 460px;
}

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;
}

/* リード文 */
#read .title {
  text-align: center;
  font-size: 1.7em;
  letter-spacing: 4px;
  color: #A88D4C;
}

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:nth-of-type(2) {
  margin: 2.4% auto 0;
  width: 94%;
  letter-spacing: 0.3px;
  line-height: 2.1;
  font-size: 1.1em;
}

/* メニュー */
div#menu {
  width: 100%;
  padding: 60px 0 2px;
  margin: 17px 0 0;
  background-color: #F8F7F5;
  text-align: center;
}

div#menu p {
  font-size: 1.5em;
  letter-spacing: 2.5px;
}

div#menu-inner {
  width: 980px;
  margin: 30px auto 60px;
  display: flex;
  justify-content: space-between;
}

div#menu-inner a {
  display: block;
  width: 24%;
}

div#menu-inner a:nth-of-type(3) {
  margin: 0;
}

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

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

div#secchi.detail-list-box {
  background-color: #E8E3DF;
  border-top: 5px solid #B99B80;
}

div#kakucho.detail-list-box {
  background-color: #DEE8E8;
  border-top: 5px solid #4CB1B5;
}

div#tanoshimu.detail-list-box {
  background-color: #D5E0EF;
  border-top: 5px solid #4283CD;
  padding-top: 106px;
}

div#mamoru.detail-list-box {
  background-color: #F0E2E2;
  border-top: 5px solid #F08874;
  padding: 106px 0;
}

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

div#kakucho {
  padding-bottom: 73px;
}

.detail-title {
  text-align: center;
  font-size: 2.6em;
  letter-spacing: 5px;
  font-weight: 700;
}

.deitail-menu {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.deitail-menu ul {
  display: flex;
  flex-wrap: wrap;
  width: 765px;
  background-color: #fff;
  margin: 40px auto 60px;
  padding: 25px 50px;
  box-sizing: border-box;
}

#tanoshimu .deitail-menu ul {
  padding: 35px 0;
  margin-top: 54px;
}

.deitail-menu ul li {
  width: 46%;
  margin: 2.5% 0;
  display: inline-block;
}

#tanoshimu .deitail-menu ul li {
  width: 30%;
  margin: 0;
  display: inline-block;
}

#tanoshimu .deitail-menu ul li:nth-child(odd) {
  width: 39%;
  margin: 0 16% 0 12%;
}

#kakucho .deitail-menu ul li {
  display: block;
  width: 100%;
  margin: 20px 0 1px 0;
}

.deitail-menu ul li:nth-child(odd) {
  margin: 2.5% 8% 2.5% 0;
}

.deitail-menu ul li a {
  display: block;
  position: relative;
  font-size: 1.1em;
  color: #000;
  padding: 0 0 0 15%;
  letter-spacing: 2.5px;
}

#tanoshimu .deitail-menu ul li a {
  display: block;
  position: relative;
  font-size: 1.1em;
  color: #000;
  padding: 0 0 0 10%;
  letter-spacing: 3.8px;
}

#kakucho .deitail-menu ul li a {
  padding: 0 0 0 4%;
}

.deitail-menu ul li a::before {
  position: absolute;
  content: "";
  background: url(/static/images/seihin_joho/tv_acc/yaji_maru_bl.png) no-repeat;
  background-size: cover;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 20px;
  height: 20px;
}

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 40px;
  margin: 0 0 100px;
}

#mamoru div.detail {
  margin: 50px 0 0;
}

.detail h2 small {
  font-size: 0.6em;
}

#kakucho01 h3 {
  text-align: center;
  border-bottom: 2px solid #4CB1B5;
  font-size: 1.6em;
  margin: 70px 0 0;
  letter-spacing: 4px;
  padding: 0 0 5px;
}

#kakucho01 .detail-list h3 {
  border-bottom: 0;
  border-top: 2px dotted;
  margin: 54px 0 0;
  padding: 39px 0 0 0;
  letter-spacing: 0.6px;
  font-size: 1.5em;
  background-color: #ffffffff;
}

#kakucho01 .detail-list h3 span {
  background: linear-gradient(transparent 50%, #FFFA8D 0%);
}

#kakucho01 h3:nth-of-type(2) {
  margin: 108px 0 0;
  letter-spacing: 2px;
}

div.detail:last-child {
  margin: 0 0 60px;
}

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

div.detail-list-box#kakucho div.detail-list-inner h2 {
  background-color: #4CB1B5;
}

div.detail-list-box#tanoshimu div.detail-list-inner h2 {
  background-color: #4283CD;
}

div.detail-list-box#mamoru div.detail-list-inner h2 {
  background-color: #F08874;
}

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: 100%;
  margin: 0 auto;
}

div.content-cate {
  margin: 0;
}

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

div.content-cate p.list-read {
  font-size: 1.1em;
  line-height: 1.8;
  margin: 35px auto 0;
  width: 85%;
  letter-spacing: 0.4px;
  text-align: left;
  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;
  border-top: 1px dotted #333333;
  padding: 4% 0 0;
  margin: 40px auto 0;
  width: 900px;
}

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

div.detail-point img.lim,
div.detail-point img.abo,
div.detail-point img.new {
  display: inline-block;
  margin: 0 0 0 3px;
  width: 37px;
  height: 15px;
}

div.detail-point div.point-r {
  margin: 2px 2% 0 3.2%;
}

div.detail-point div.point-r p.caption {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.3px;
  margin: 0 0 3.5%;
  font-feature-settings: normal;
}

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.1em;
  line-height: 1.8;
  margin: 3.5% 1% 0 0;
  text-align: justify;
  letter-spacing: 1.5px;
}

div.detail-list {
  padding: 9px 0 0;
  margin: 3.5% auto 0;
  width: 900px;
  border-top: 2px dotted #5C5C5C;
}

#kakucho01 div.detail-list {
  border: 0;
  margin: 0 auto;
}

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% 4% 0;
  font-feature-settings: "plat";
}

div.detail-list ul:last-child li {
  margin: 0 4.5% 0 0;
}

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 0.5%;
  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.05em;
  line-height: 1.3;
  color: #1C64B3;
  font-weight: bold;
  background-size: 4.5%;
  padding: 0 0 0 16px;
  margin: 3px 0 0;
}

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;
  margin: 5px 0 3%;
}

div.detail-list ul li span.cap {
  display: block;
  font-size: 0.95em;
  margin: 0% 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;
}

/* バナーエリア */
.banner-area {
  margin: 4% auto 0;
  width: 90%;
}

.banner-area ul {
  display: flex;
  justify-content: space-between;
}

.banner-area a {
  display: block;
  margin: 0 auto;
  width: 47%;
}

.banner-area li a {
  width: 100%;
}

.btn-area {
  text-align: center;
  margin: 20px 0 0;
}

.btn-area a {
  display: block;
  width: 36%;
  margin: 0 auto;
}

.btn-area a img {
  width: 100%;
}

/* 動画 */
.movie {
  display: block;
  width: 100%;
  margin: 17px auto 0;
  padding: 40px 0 0;
  text-align: center;
  border-top: 2px dotted #5C5C5C;
  width: 900px;
}

.movie iframe {
  width: 780px;
  margin: 0 auto;
  height: 450px;
}

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 15px 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: 0 0 7%;
  text-align: center;
  margin: 8% 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 {
  border-top: 1px dotted #333333;
  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: #FFD27D;
}

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

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

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

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

/* 吹き出し */
.arrow_box {
  position: relative;
  width: 100%;
  padding: 1.6% 0 1.2%;
  background: #80ABF0;
  text-align: center;
  color: #FFFFFF;
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.4;
  border-radius: 2em;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
}

.arrow_box span {
  font-size: 0.8em;
}

.arrow_box:after {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(128, 171, 240, 0);
  border-top-width: 20px;
  border-bottom-width: 20px;
  border-left-width: 15px;
  border-right-width: 15px;
  margin-left: -15px;
  border-top-color: #80ABF0;
  top: 100%;
  left: 50%;
}

div.cross {
  letter-spacing: 0.6px;
}

div.cross p {
  margin: 45px 0 20px;
  padding: 0 5%;
  font-size: 1.15em;
  line-height: 1.6;
}

div.cross p span {
  display: inline-block;
  background: linear-gradient(transparent 40%, #FEFC8F 0%);
  font-weight: bold;
}

img.connect {
  display: block;
  margin: 0 auto 25px;
}

div.cross table {
  border-collapse: collapse;
  text-align: center;
  width: 100%;
  margin: 0 0 50px;
}

div.cross table th {
  background-color: #EAEAEA;
  border: 1px solid #DBDBDB;
  padding: 10px 0;
}

div.cross table td {
  border: 1px solid #DBDBDB;
  padding: 10px 0;
}

div.cross table td a {
  font-weight: bold;
  font-size: 1.05em;
}

div.cross table td a img {
  vertical-align: 0;
  margin: 0 5px 0 0;
}

div.cross table td:nth-of-type(4) img {
  height: 160px;
}

div.cross table td:nth-of-type(5) img {
  width: 200px;
}

div.cross table tr td:nth-of-type(1) {
  background-color: #E7EFFC;
  font-weight: bold;
}

div.cross table tr td:nth-of-type(5) {
  width: 175px;
}

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

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

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

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

.relation li:nth-of-type(4n) img {
  margin: 20px 0 0;
}

div.l_connect {
  text-align: center;
}

div.l_connect img {
  width: 60%;
  border-radius: 0.5em;
}

#secchi03 div.l_connect img {
  margin: 3% 0 0;
}

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