body {
  min-width: 1400px;
}

ul, li  {
  list-style: none;
}


#qa01 {
  font-family: "Noto Sans JP", sans-serif;
}

/* 見出し */
.contents_before {
  font-family: "Noto Sans JP", sans-serif;
  color: #ffffff;
  background: #0d4b4b;
  font-weight: 400;
  font-size: 25px;
  height: 60px;
  box-sizing: border-box;
  line-height: 1;
  display: flex;
  align-items: center;
  padding-left: 25px;
}

#ranking_before.contents_before {
  margin:0 15px 10px;
}


#cat_list_before.contents_before {
  margin:0 10px -20px;
}

/*
看板　メインバナー
----------------------------*/
#tansyouten_top_wrap {
  font-family: "Noto Sans JP", sans-serif;
  background: #000000;
  margin-bottom: 87px;
}

#tansyouten_top {
  max-width: 1200px;
  height: 300px;
  z-index: 1;
  margin: 0 auto;
  padding: 0;
  position: relative;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
}

#tansyouten_top .text_wrap {
  text-align: left;
}

/* 画面が狭い時は左にスペースを付ける */
@media only screen and (max-width:1600px) { 
  #tansyouten_top .text_wrap {
    padding-left: 100px;
  }
}

#tansyouten_top .text_wrap h1 {
  width: 100%;
  font-size: 35px;
  font-weight: 900;
  text-shadow: 2px 3.464px 0px rgba(0, 0, 0, 0.15);
  margin:0 auto 24px;
  color: #ffffff;
  line-height: 1;
}

#tansyouten_top .text_wrap h1 .sub {
  font-size: 18px;
  display: block;
  margin-top: 10px;
}

#tansyouten_top .text_wrap p {
  width: 390px;
  font-size: 13px;
  line-height: 1.5;
  color: #ffffff;
  font-weight: normal;
  margin: 0 auto;
}

#tansyouten_top img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1; 
}

#tansyouten_top_wrap .info_box_wrap {
  position: absolute;
  z-index: 5;
  display: flex;
  justify-content: center;
  gap: 0 18px;
  transform: translateY(50%);
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0;
}
#tansyouten_top_wrap .info_box_wrap li {
  width: 140px;
  display: flex;
  align-items: center;
  text-align: center;
  border-radius: 45px;
  font-size: 11px;
  padding: 8px 0 6px;
  flex-direction: column;
  background: #ffffff;
}
#tansyouten_top_wrap .info_box_wrap li.top_nouhin_box {  
  border: 2px solid #efab05;
  color: #efab05;
  justify-content: center;
  line-height: 1.2;
}
#tansyouten_top_wrap .info_box_wrap li.top_souryou_box {
  border: 2px solid #e3372d;
  color: #e3372d;
  line-height: 1.2;
}
#tansyouten_top_wrap .info_box_wrap li strong {
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 4px;
}

/* 看板下のメニュー */
#tansyouten_page_navi {
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  gap: 12px;
  max-width: 1035px;
  margin: 0 auto 50px;
  padding: 0;
}

#tansyouten_page_navi li {
  width: 100%;
}


#tansyouten_page_navi li a{
  background: #0c6e6e;
  box-shadow: 1.5px 2.598px 15px 0px rgba(51, 51, 51, 0.25);
  border-radius: 8px;
  height: 60px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  box-sizing: border-box;
  border-radius: 8px;
  transition: 0.3s;
  border: 2px solid #0c6e6e;
}

#tansyouten_page_navi li.outlet a{
  background: #e3372d;
  border-color: #e3372d;
}

#tansyouten_page_navi li a:hover {
  background: #ffffff;
  color: #0c6e6e;
}

#tansyouten_page_navi li.outlet a:hover {
  border: 2px solid #e3372d;
  background: #ffffff;
  color: #e3372d;
}

#tansyouten_page_navi li a .smaller {
  font-size: 15px;
  padding-top: 3px;
  margin-left: 2px;
}


/*
アスペクト比、選び方教室　バナー
----------------------------*/
#projector_bnr_wrap {
  display: flex;
  gap: 30px;
  max-width: 1190px;
  margin: 50px auto;
  height: 138px;
  padding: 0;
}


#projector_bnr_wrap li {
  width: 100%;
  height: 100%;
}

#projector_bnr_wrap li img {
  width: auto;
  height: 100%; 
}

/*
早見表
----------------------------*/
#tansyouten_table_wrap  {
  font-family: "Noto Sans JP", sans-serif;
  max-width: 1200px;
  margin: 0 auto 120px;
}

#tansyouten_table_wrap .area_title {
  color: #ffffff;
  background: #0d4b4b;
  font-weight: 400;
  font-size: 25px;
  height: 60px;
  box-sizing: border-box;
  line-height: 1;
  display: flex;
  align-items: center;
  padding-left: 25px;
  margin: 0 0 40px;
}

#tansyouten_table_wrap #ichiran_list {
  box-sizing: border-box;
  border:1px solid #407777;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

#tansyouten_table_wrap #ichiran_list thead {
  background: #407777;
  position: sticky;
  top: 0;
}

#tansyouten_table_wrap #ichiran_list thead th {
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
  width: 110px;
  padding: 10px 0;
  position: relative;
}

#tansyouten_table_wrap #ichiran_list thead th.size_head {
  min-width: 130px;
}

#tansyouten_table_wrap #ichiran_list thead th.large_column {
  width: 40%;
}

/* 表のヘッダー部分を追従させるときに、カラムの区切りのボーダーが追従されないので疑似要素で作成 */
/* 拡大すると1px未満程度のズレがあるが機種の差や表の内容の変更に応じて完璧には対応できないので */
/* 利便性を優先させて、ズレは無視する */
#tansyouten_table_wrap #ichiran_list thead th::after {
  content: "";
  width: 1px;
  height: calc(100% + 1px);
  background: #83a6a6;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

#tansyouten_table_wrap #ichiran_list thead th:nth-last-of-type(1):after {
  display: none;
}

#tansyouten #ichiran_list thead th:nth-of-type(1)::after {
  right: -1px;
}

#tansyouten_table_wrap #ichiran_list thead th a {
  font-size: 11px;
  line-height: 1;
  color: #ffffff;
  position: relative;
  display: block;
  padding: 3px 7px 0 0;
  width: max-content;
  margin: 0 auto;
}

#tansyouten_table_wrap #ichiran_list thead th a::after {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  transform: rotate(-45deg) translateY(-50%);
  position: absolute;
  inset: 50% -3px 0 auto;
}

#tansyouten_table_wrap #ichiran_list tbody tr.bg_color {
  background: #ebf1f1;
}


#tansyouten_table_wrap #ichiran_list tbody th,
#tansyouten_table_wrap #ichiran_list tbody td {
  border:1px solid #407777;
  padding: 8px 10px;
}

#tansyouten_table_wrap #ichiran_list tbody td {
  vertical-align: top;
}

#tansyouten_table_wrap #ichiran_list tbody  th {
  font-size: 22px;
}

#tansyouten_table_wrap #ichiran_list tbody .inchi {
  line-height: 1.1;
}

#tansyouten_table_wrap #ichiran_list tbody .inchi .sub {
  font-size: 11px;
  font-weight: normal;
  display: block;
  line-height: 1.1;
}

#tansyouten_table_wrap #ichiran_list tbody .table_link_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 0;
}

#tansyouten_table_wrap #ichiran_list tbody .table_link_wrap a{
  display: inline-block;
  width: 110px;
  box-shadow: 2.5px 4.33px 10px 0px rgba(51, 51, 51, 0.15);
  background: #ffffff;
  text-align: center;
  border-radius: 5px;
  padding: 2px 0px 0px;
  box-sizing: border-box;
  border: solid 1px #ffffff;
}

#tansyouten_table_wrap #ichiran_list tbody .table_link_wrap a:hover {
  border-color: #407777;
}



#tansyouten_table_wrap #ichiran_list tbody .table_link_wrap a img {
  width: 54px;
  height: auto;
}

#tansyouten_table_wrap #ichiran_list tbody .table_link_wrap a .item_price {
  color: #ff0000;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

#tansyouten_table_wrap #ichiran_list tbody .table_link_wrap a .item_price .tax_notation_contents {
  color: #000000 !important;
  font-size: 10px !important;
  margin-left: -3px;
  font-weight: 600 !important;
}



/*
バナー
-----------------------------------------------------------------------*/
#tansyouten_default_bnr {
  margin: 0 auto 100px;
  display: flex;
  padding: 0;
  list-style: none;
  width: 100%;
  max-width: 1200px;
  justify-content: space-between;
}

#tansyouten_default_bnr li {
  margin:0;
  padding:0;
  width:49%;
}

#tansyouten_default_bnr li a {
  float:left;
  display:block;
  border:1px #000000 solid;
  padding:20px 0 30px;
  text-align:center;
  font-size:2em;
  color:#333333;
  width:100%;
}

#tansyouten_default_bnr li a .area_left {
  display:inline-block;
}

#tansyouten_default_bnr li a .area_left .up_text {
  display:inline-block;
  margin:0;
  font-size:0.5em;
  background:#ffffff;
  padding:5px;
  text-align:center;
  color:#666666;
  position:relative;
  z-index:1;
}

#tansyouten_default_bnr li a .area_left .line {
  display:block;
  border-bottom:1px #666666 solid;
  position:relative;
  top:-18px;
}

#tansyouten_default_bnr li a .area_left .down_text {
  margin:0;
}

#tansyouten_default_bnr li a .area_left .blue {
  color:#0066cc;
}

#tansyouten_default_bnr li a .area_left .red {
  color:#df0101;
}

#tansyouten_default_bnr li a .area_right {
  display:inline-block;
  margin-left:20px;
}

#tansyouten_default_bnr li a .area_right i {
  font-size:100px;
  position:relative;
  top:-10px;
}

#tansyouten_default_bnr li a .area_right .fa-calculator {
  color:#0066cc;
}

#tansyouten_default_bnr li a .area_right .fa-tags {
  color:#df0101;
}


/* 
関連カテゴリ
--------------------------------------------------*/
#tansyouten_kanren_wrap {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 100px;
}

#tansyouten_kanren_wrap .area_title {
  font-size: 25px;
  font-weight: normal;
  margin: 0px 0 34px 10px;
  background: #0d4b4b;
  padding: 13px 0 11px 24px;
  color: #ffffff;
}

#tansyouten_kanren_wrap .kanren_list {
  width:100%;
}

#tansyouten_kanren_wrap .kanren_list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0 10px 0 15px;
  list-style:none;
  width:100%;
  gap: 25px 20px;
  box-sizing: border-box;
}
#tansyouten_kanren_wrap .kanren_list ul li {
  margin: 0;
  padding: 0;
  width: 268px;
  background: #f8fafb;
  display: flex;
}
#tansyouten_kanren_wrap .kanren_list ul li a {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  border-radius: 3px;
  width: 100%;
  padding: 0;
}

#tansyouten_kanren_wrap .kanren_list ul li a:hover {
  background: radial-gradient(rgba(202,216,223,0), rgba(153,175,187,0.3));
}

#tansyouten_kanren_wrap .kanren_list ul li a:hover dl dt img {
  transform: translateY(-7px);
}

#tansyouten_kanren_wrap .kanren_list ul li a:hover dl dd p {
  color: #ff0000;
}

#tansyouten_kanren_wrap .kanren_list ul li a dl {
  margin: 0;
}

#tansyouten_kanren_wrap .kanren_list ul li a dl dt img {
  max-width: 100%;
  height: auto;
  padding: 24px 29px 8px !important;
  box-sizing: border-box;
  transition: 0.3s linear;
}

#tansyouten_kanren_wrap .kanren_list ul li a dl dd {
  margin: 0;
}

#tansyouten_kanren_wrap .kanren_list ul li a dl dd h3 {
  margin: 0;
  font-size: 15px;
  color: #000000;
}

#tansyouten_kanren_wrap .kanren_list ul li a p {
  margin: 0 auto;
  text-align: center;
  padding: 18px 5px 10px;
  transition: 0.3s;
  font-size: 13px;
  color: #666666;
  line-height: 1.23;
  font-feature-settings: "palt";
}

/* 
短焦点対応のプロジェクタースクリーンとは
--------------------------------------------------*/
#about_tansyouten {
  width:900px;
  margin:150px auto;
  padding:38px 40px 40px 40px;
  box-sizing:border-box;
  background:#ebf1f1;
  border-radius:9px;
}

#about_tansyouten .about_area-title {
  font-size:26px;
  font-weight: 800;
  color:#068c8c;
  margin-top: 0;
}

#about_tansyouten .about_area-howto {
  margin:15px auto 0;
  box-sizing:border-box;
}

#about_tansyouten .about_area-howto p {
  font-size: 16px;
  font-weight: 500;
}

#about_tansyouten .about_area-howto .about_area_inner {
  margin-top: 39px;
  background: #ffffff;
  padding: 35px 38px 36px;
}

#about_tansyouten .about_area-howto .about_area_inner h4 {
  color: #068c8c;
  font-size: 16px;
  margin: 0;
}

#about_tansyouten .about_area-howto .about_area_inner h3 {
  position: relative;
  padding-left: 1em;
  color: #068c8c;
  font-size: 20px;
  font-weight: 800;
  margin: 0;
}
#about_tansyouten .about_area-howto .about_area_inner h3::before {
  content: "";
  width: .5em;
  height: .5em;
  background: #068c8c;
  position: absolute;
  left: 5px;
  bottom: 0px;
  display: block;
  transform: rotate(-45deg) translate(50%, -50%);
}

#about_tansyouten .about_area-howto .about_area_inner p {
  margin: 0;
  font-size: 16px;
  line-height: 1.56;
  padding-top: 1px;
  font-weight: 400;
}

#about_tansyouten .about_area-howto .about_area_inner p.explain_wrap {
  margin-top: 9px;
}

#about_tansyouten .about_area-howto .about_area_inner p strong {
  font-weight: 700;
}


#about_tansyouten .about_area-howto .about_area_inner section:not(:nth-last-of-type(1)) {
  margin-bottom: 25px;
}

#about_tansyouten .about_area-howto .about_area_inner section ul {
  margin: 3px auto 0;
  padding: 0;
  
}

#about_tansyouten .about_area-howto .about_area_inner section ul li {
  position: relative;
  margin: 0 0 2px;
}

#about_tansyouten .about_area-howto .about_area_inner section ul li dl {
  margin: 0;
}

#about_tansyouten .about_area-howto .about_area_inner section ul li dl dt {
  font-weight: 700;
  font-size: 16px;
  padding: 0 4px 0 0 ;
  position: relative;
  display: inline;
}

#about_tansyouten .about_area-howto .about_area_inner section ul li dl dt::after {
  /* 全角「：」文字化け回避のためにUnicodeで記述する */
  content: "\FF1A";
  position: absolute;
  right: -4px;
  bottom: 0px;  
}

#about_tansyouten .about_area-howto .about_area_inner section ul li dl dd {
  padding: 0;
  margin: 0;
  position: relative;
  display: inline;
}


/* 
TOPへ戻る
--------------------------------------------------*/
.to_top_wrap .button_to_top {
  width: 420px;
  height: 58px;
  display: flex;
  margin: 0 auto 105px;
  background: #2e80ff;
  border-radius: 100vh;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  position: relative;
  padding-right: 1em;
  font-size: 18px;
  color: #ffffff;  
}

.to_top_wrap .button_to_top::before {
  position: absolute;
  z-index: -1;
  content: "";
  width: 420px;
  height: 58px;
  display: flex;
  margin: 0 auto;
  background: #f3f3f3;
  border-radius: 100vh;
  right: -5px;
  bottom: -5px;
}

.to_top_wrap .button_to_top::after {
  content: "";
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute;
  left: 270px;
}

/* 
お問い合わせ
--------------------------------------------------*/
#tansyouten_contact_area {
  margin: 0 auto 145px;
  width: 1100px;
  box-sizing: border-box;
  background: #eeeeee;
  border-radius: 10px;
  padding: 10px 10px 40px;
}
#tansyouten_contact_area h2 {
  padding: 0 0 10px;
  border-bottom: 3px #dddddd dotted;
  font-size: 1.6em;
  font-weight: bold;
  color: #0a298a;
  text-align: center;
}
#tansyouten_contact_area .txt {
  margin: 15px 0;
  text-align: center;
}
#tansyouten_contact_area > ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  width: 800px;
  display: flex;
  justify-content: space-between;
}
#tansyouten_contact_area > ul > li {
  width: 33%;
}


