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: #8bb0e9;
  font-weight: 400;
  font-size: 25px;
  height: 60px;
  box-sizing: border-box;
  line-height: 1;
  display: flex;
  align-items: center;
  padding-left: 25px;
}

#l_waku .m_midashi {
  font-family: "Noto Sans JP", sans-serif;
  color: #ffffff;
  background: #8bb0e9;
  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;
}

#l_waku .m_midashi::before {
  display: none;
}

#ranking_before.contents_before {
  margin: 0 10px 10px;
}

#cat_list_before.contents_before {
  clear: both;
  margin: 0 10px 10px;
}

#default_set_bnr {
  max-width: 1200px;
  margin: 100px auto 100px;
  padding-left: 10px;
}

#default_set_bnr::before,
#default_set_bnr::after {
  display: none;
}

/*
看板部分
----------------------------*/
#kabekake_top_wrap {
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 97px;
}

/* 上側リンクリスト */
#kabekake_top .top_link {
  display: flex;
  column-gap: 10px;
  margin: 0 auto 58px;
  justify-content: center;
  padding: 0 18px;
}

#kabekake_top .top_link li a {
  width: 177px;
  height: 71px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: #e4eef9;
  color: #0266cb;
  font-size: 17px;
  line-height: 1;
  font-feature-settings: "palt";
  gap: 7px;
  font-weight: 800;
  letter-spacing: 0.08em;
  box-sizing: border-box;
  padding-bottom: 5px;
}

#kabekake_top .top_link li a .sub {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: normal;
}

#kabekake_top .top_link li a.three_rows {
  font-size: 16px;
  letter-spacing: normal;
  gap: 5px;
  padding-bottom: 0;
}

/* 看板 */
#kabekake_top {
  max-width: 1200px;
  z-index: 1;
  margin: 0 auto;
  padding: 0;
  position: relative;
}


#kabekake_top .text_wrap {
  text-align: left;
  margin-bottom: 34px;
  max-width: 1055px;
  margin: 0 auto;
  width: 100%;
}

#kabekake_top .text_wrap h1 {
  width: 100%;
  font-size: 35px;
  font-weight: 700;
  text-shadow: 2px 3.464px 0px rgba(0, 0, 0, 0.15);
  margin:0 auto 27px;
  color: #000000;
  line-height: 1;
  display: flex;
  align-items: center;
}

#kabekake_top .text_wrap p {
  font-size: 13px;
  line-height: 1.5;
  color: #000000;
  font-weight: normal;
  margin: 0;
}

/*
アスペクト比、選び方教室　バナー
----------------------------*/
#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%; 
}
/* 
サイズから選ぶ
--------------------------------------------------*/
#size_area {
  margin-bottom: 100px;
}

#size_area li a {
  background: #edf3fd;
}

#size_area li a:hover {
  background: #dfebfe;
}

/* 
早見表
--------------------------------------------------*/
#ichiran_list {
  font-family: "Noto Sans JP", sans-serif;
  max-width: none;
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0;
}

#ichiran_list .table_title {
  background: #a6c5f4;
  color: #ffffff;
  border-color: #a6c5f4;
  box-sizing: border-box;
  position: sticky;
  top: 0;
}

#ichiran_list .table_title th {
  font-weight: 700;
  font-size: 16px;
  padding: 4px 0;
  height: 59px;
  position: relative;
  box-sizing: border-box;
}

#ichiran_list .table_title th::after {
  content: "";
  width: 1px;
  height: 59px;
  background: #c5d9f8;
  display: block;
  position: absolute;
  top: 0;
  right: -1px;
}

#ichiran_list .table_title th:nth-last-of-type(1):after {
  display: none;
}

#ichiran_list .table_title th:nth-last-of-type(1) {
  border-right-color: #a6c5f4;
}

#ichiran_list .table_title .aspect_head a {
  font-size: 11px;
  line-height: 1;
  color: #ffffff;
  position: relative;
  display: block;
  padding: 0;
  margin: 0 auto;
  width: max-content;
}

#ichiran_list .table_title .aspect_head 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% -9px 0 auto;
}  
  
#ichiran_list tbody th {
  border-color: #a6c5f4;
}

#ichiran_list tbody th.inchi {
  font-size: 22px;
}

#ichiran_list tbody th .asp {
  font-size: 22px;
}

#ichiran_list tbody th span {
  border: none !important;
  background: none !important;
}

#ichiran_list tbody td {
  border-color: #a6c5f4;
  box-sizing: border-box;
  padding: 8px 10px;
}

#ichiran_list tbody td .table_link_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 0;
}

#ichiran_list tbody td a {
  box-shadow: 2.5px 4.33px 10px 0px rgba(51, 51, 51, 0.15);
  box-sizing: border-box;
  transition: 0s;
  border: 1px solid #ffffff;
  width: 110px;
  padding: 2px 0 0;
  margin: 0;
}

#ichiran_list tbody td a:hover {
  box-shadow: 2.5px 4.33px 10px 0px rgba(51, 51, 51, 0.15);
  border: 1px solid #a6c5f4;
}

#ichiran_list .bg_color {
  background: #edf3fd;
}

#ichiran_list .es img{
  width: 54px;
  height: auto;
}

#ichiran_list .es .item_price {
  color: #ff0000;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.02em;
  white-space: nowrap;
  margin: 2px 0;
}

#ichiran_list .es .item_price .tax_notation_contents {
  color: #000000 !important;
  font-size: 10px !important;
  margin-left: -3px;
  font-weight: 600 !important;
}


/* 
関連カテゴリ
--------------------------------------------------*/
#kabekake_kanren_wrap {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 100px;
}

#kabekake_kanren_wrap .area_title {
  font-size: 25px;
  font-weight: normal;
  margin: 0px 10px 34px 10px;
  background: #8bb0e9;
  padding: 13px 0 11px 24px;
  color: #ffffff;
}

#kabekake_kanren_wrap .kanren_list {
  width:100%;
}

#kabekake_kanren_wrap .kanren_list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 10px;
  padding: 0;
  list-style:none;
  gap: 22px;
  box-sizing: border-box;
}
#kabekake_kanren_wrap .kanren_list ul li {
  margin: 0;
  padding: 0;
  width: calc((100% - 66px) / 4);
  background: #f8fafb;
  display: flex;
}
#kabekake_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;
}

#kabekake_kanren_wrap .kanren_list ul li a:hover {
  background: radial-gradient(rgba(202,216,223,0), rgba(153,175,187,0.3));
}

#kabekake_kanren_wrap .kanren_list ul li a:hover dl dt img {
  transform: translateY(-7px);
}

#kabekake_kanren_wrap .kanren_list ul li a:hover dl dd p {
  color: #ff0000;
}

#kabekake_kanren_wrap .kanren_list ul li a dl {
  margin: 0;
}

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

#kabekake_kanren_wrap .kanren_list ul li a dl dd {
  margin: 0;
}

#kabekake_kanren_wrap .kanren_list ul li a dl dd h3 {
  margin: 0;
  font-size: 15px;
  color: #000000;
}

#kabekake_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_kabekake {
  width:900px;
  margin:150px auto 120px;
  padding:38px 40px 40px 40px;
  box-sizing:border-box;
  background:#f2f4f8;
  border-radius:9px;
}

#about_kabekake .about_area-title {
  font-size:26px;
  font-weight: 800;
  color:#8bb0e9;
  margin-top: 0;
}

#about_kabekake .about_area-howto {
  margin:15px auto 0;
  box-sizing:border-box;
}

#about_kabekake .about_area-howto p {
  font-size: 16px;
  font-weight: 500;
}

#about_kabekake .about_area-howto .about_area_inner {
  margin-top: 39px;
  background: #ffffff;
  padding: 35px 38px 36px;
}

#about_kabekake .about_area-howto .about_area_inner h3 {
  position: relative;
  text-indent: 1em;
  color: #8bb0e9;
  font-size: 20px;
  font-weight: 800;
  margin: 0;
}
#about_kabekake .about_area-howto .about_area_inner h3::before {
  content: "";
  width: .5em;
  height: .5em;
  background: #8bb0e9;
  position: absolute;
  left: 5px;
  top: 20px;
  display: block;
  transform: rotate(-45deg) translate(50%, -50%);
}

#about_kabekake .about_area-howto .about_area_inner p {
  margin: 0;
  font-size: 16px;
  line-height: 1.56;
  padding-top: 6px;
  font-weight: 400;
}

#about_kabekake .about_area-howto .about_area_inner p strong {
  font-weight: 700;
}


#about_kabekake .about_area-howto .about_area_inner section {
  margin-bottom: 25px;
}

#about_kabekake .about_area-howto .about_area_inner section:nth-last-of-type(1) {
  margin-bottom: 0;
}

#about_kabekake .about_area-howto .about_area_inner section ul {
  margin: 0 auto 0;
  padding: 0;
  
}

#about_kabekake .about_area-howto .about_area_inner section p + ul.column_type {
  margin-top: 30px;
} 

#about_kabekake .about_area-howto .about_area_inner section ul.column_type li {
  margin-top: 30px;
}

#about_kabekake .about_area-howto .about_area_inner section ul.column_type li:nth-of-type(1) {
  margin-top: 0px;
}

#about_kabekake .about_area-howto .about_area_inner section ul.column_type dl{
  display: flex;
  flex-direction: column;
}

#about_kabekake .about_area-howto .about_area_inner section ul.column_type dl dt::after{
  display: none;
}

#about_kabekake .about_area-howto .about_area_inner section ul li {
  position: relative;
  margin: 0 0 2px;
  padding-left: 1em;
}

#about_kabekake .about_area-howto .about_area_inner section ul li::before {
  /* 全角「・」文字化け回避のためにUnicodeで記述する */
  content:"\30FB";
  position: absolute;
  left: 0;
  color: #000000;
  font-size: 1em;
}

#about_kabekake .about_area-howto .about_area_inner section ul li dl {
  margin: 0;
}

#about_kabekake .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_kabekake .about_area-howto .about_area_inner section ul li dl dt::after {
  /* 全角「：」文字化け回避のためにUnicodeで記述する */
  content: "\FF1A";
  position: absolute;
  right: -8px;
  bottom: 0px;  
}

#about_kabekake .about_area-howto .about_area_inner section ul li dl dd {
  padding: 0;
  margin: 0;
  position: relative;
  display: inline;
}

#about_kabekake .about_area-howto .about_area_inner section ul.closer_list {
  margin-top: 2px;
}


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

/* 
お問い合わせ
--------------------------------------------------*/
#kabekake_contact_area {
  margin: 0 auto 145px;
  width: 1100px;
  box-sizing: border-box;
  background: #eeeeee;
  border-radius: 10px;
  padding: 10px 10px 40px;
}
#kabekake_contact_area h2 {
  padding: 0 0 10px;
  border-bottom: 3px #dddddd dotted;
  font-size: 1.6em;
  font-weight: bold;
  color: #0a298a;
  text-align: center;
}
#kabekake_contact_area .txt {
  margin: 15px 0;
  text-align: center;
}
#kabekake_contact_area > ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  width: 800px;
  display: flex;
  justify-content: space-between;
}
#kabekake_contact_area > ul > li {
  width: 33%;
}
