body {
  min-width: 1400px;
}

#speakerphone_contents_wrap ul, 
#speakerphone_contents_wrap li,
#qa01 ul,
#qa01 li{
  list-style: none;
}


#qa01 {
  font-family: "Noto Sans JP", sans-serif;
}

#speakerphone_contents_wrap .area_title {
  font-family: "Noto Sans JP", sans-serif;
  color: #ffffff;
  background: #a9c74f;
  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;
}

/* 見出し */

#cat_list_before {
  clear: both;
  margin: 0 10px -20px;
  font-family: "Noto Sans JP", sans-serif;
  color: #ffffff;
  background: #a9c74f;
  font-weight: 400;
  font-size: 25px;
  height: 60px;
  box-sizing: border-box;
  line-height: 1;
  display: flex;
  align-items: center;
  padding-left: 25px;
}
/*
看板部分
----------------------------*/
#speakerphone_top_wrap {
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 97px;
}

/* 上側リンクリスト */
#speakerphone_top .top_link {
  display: flex;
  column-gap: 10px;
  margin: 0 auto 58px;
  justify-content: center;
  padding: 0 18px;
  list-style: none;
}

#speakerphone_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;
}

#speakerphone_top .top_link li a .sub {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: normal;
}

#speakerphone_top .top_link li a.three_rows {
  font-size: 16px;
  letter-spacing: normal;
  gap: 5px;
  padding-bottom: 0;
}

/* 看板 */
#speakerphone_top {
  max-width: 1200px;
  z-index: 1;
  margin: 0 auto;
  padding: 0;
  position: relative;
}


#speakerphone_top .text_wrap {
  text-align: left;
  margin-bottom: 34px;
  max-width: 1055px;
  margin: 0 auto;
  width: 100%;
}

#speakerphone_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;
}

#speakerphone_top .text_wrap p {
  font-size: 13px;
  line-height: 1.5;
  color: #000000;
  font-weight: normal;
  margin: 0;
}

/*
スピーカーフォンタイプ別
-------------------------------------------------*/
#speakerphone_type_wrap {
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

#speakerphone_type_wrap .speakerphone_type {
  margin: 0 10px 100px;
}

#speakerphone_type_wrap .speakerphone_type ul{
  display: flex;
  flex-wrap: wrap;
  gap: 15px 20px;  
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#speakerphone_type_wrap .speakerphone_type ul li {
  width: calc((100% - 20px * 3) / 4);
  box-sizing: border-box;
  padding: 0 20px 18px;
  border-bottom: 1px solid #dddddd;
}

#speakerphone_type_wrap .speakerphone_type ul li img {
  border: 1px solid #eeeeee;
  width: 100%;
  height: auto;
  border-radius: 3px;
}

#speakerphone_type_wrap .speakerphone_type ul li .description {
  font-size: 14px;
  color: #000000;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  line-height: 1.6;
}

#speakerphone_type_wrap .speakerphone_type ul li .status {
  margin: 0;
}

#speakerphone_type_wrap .speakerphone_type ul li .status .stock_chk_icon {
  margin: 0;
  font-size: 13px;
}

#speakerphone_type_wrap .speakerphone_type ul li .status .souryoumuryou_chk_icon {
  display: none;
}

#speakerphone_type_wrap .speakerphone_type ul li .item_price {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  font-size: 22px;
  color: #000000;
  font-weight: 500;
}

#speakerphone_type_wrap .speakerphone_type ul li .item_price .tax_notation_contents {
  font-size: 13px;
}


/* 
バナー
--------------------------------------------------*/
#default_set_bnr {
  width: 100%;
}

#default_set_bnr .bnr_wrap {
  width: 570px;
  margin: 0 auto 95px;
}

#default_set_bnr .bnr_wrap a {
  border: 1px #000000 solid;
  height: 202px;
  box-sizing: border-box;
  padding: 30px 0;
  text-align: center;
  font-size: 32px;
  color: #333333;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#default_set_bnr .bnr_wrap a .area_left {
  display: inline-block;
}

#default_set_bnr .bnr_wrap a .area_left .up_text {
  display: inline-block;
  margin: 0;
  font-size: 16px;
  background: #fff;
  padding: 5px;
  text-align: center;
  color: #666;
  position: relative;
  z-index: 1;
}

#default_set_bnr .bnr_wrap a .area_left .line {
  display: block;
  border-bottom: 1px #666 solid;
  position: relative;
  top: -18px;
}

#default_set_bnr .bnr_wrap a .area_left .down_text {
  margin: 0;
}

#default_set_bnr .bnr_wrap a .area_left .blue {
  color: #0066cc;
}


#default_set_bnr .bnr_wrap a .area_right {
  display: inline-block;
  margin-left: 20px;
  font-size: 100px;
  position: relative;
}

#default_set_bnr .bnr_wrap a .area_right i {
  font-size: 100px;
  position: relative;
  top: 10px;
}

#default_set_bnr .bnr_wrap a .area_right .fa-calculator {
  color: #0066cc;
}


.fa-calculator:before {
  content: "\f1ec";
}

/* 
関連カテゴリ
--------------------------------------------------*/
#speakerphone_kanren_wrap {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 75px;
}

#speakerphone_kanren_wrap .area_title {
  font-size: 25px;
  font-weight: normal;
  margin: 0px 10px 34px 10px;
  background: #a9c74f;
  padding: 13px 0 11px 24px;
  color: #ffffff;
}

#speakerphone_kanren_wrap .kanren_list {
  width:100%;
}

#speakerphone_kanren_wrap .kanren_list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 10px;
  padding: 0;
  list-style:none;
  gap: 22px;
  box-sizing: border-box;
}
#speakerphone_kanren_wrap .kanren_list ul li {
  margin: 0;
  padding: 0;
  width: calc((100% - 66px) / 4);
  background: #f8fafb;
  display: flex;
}
#speakerphone_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;
}

#speakerphone_kanren_wrap .kanren_list ul li a:hover {
  background: radial-gradient(rgba(202,216,223,0), rgba(153,175,187,0.3));
}

#speakerphone_kanren_wrap .kanren_list ul li a:hover dl dt img {
  transform: translateY(-7px);
}

#speakerphone_kanren_wrap .kanren_list ul li a:hover dl dd p {
  color: #ff0000;
}

#speakerphone_kanren_wrap .kanren_list ul li a dl {
  margin: 0;
}

#speakerphone_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;
}

#speakerphone_kanren_wrap .kanren_list ul li a dl dd {
  margin: 0;
}

#speakerphone_kanren_wrap .kanren_list ul li a dl dd h3 {
  margin: 0;
  font-size: 15px;
  color: #000000;
}

#speakerphone_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_speakerphone {
  width:900px;
  margin:150px auto 120px;
  padding:38px 40px 40px 40px;
  box-sizing:border-box;
  background:#fafbf5;
  border-radius:9px;
}

#about_speakerphone .about_area-title {
  font-size:26px;
  font-weight: 800;
  color:#a9c74f;
  margin-top: 0;
}

#about_speakerphone .about_area-howto {
  margin:15px auto 0;
  box-sizing:border-box;
}

#about_speakerphone .about_area-howto p {
  font-size: 16px;
  font-weight: 500;
}

#about_speakerphone .about_area-howto .about_area_inner {
  margin-top: 39px;
  background: #ffffff;
  padding: 35px 38px 36px;
}

#about_speakerphone .about_area-howto .about_area_inner h3 {
  position: relative;
  text-indent: 1em;
  color: #a9c74f;
  font-size: 20px;
  font-weight: 800;
  margin: 0 0 5px;
}
#about_speakerphone .about_area-howto .about_area_inner h3::before {
  content: "";
  width: .5em;
  height: .5em;
  background: #a9c74f;
  position: absolute;
  left: 5px;
  top: 20px;
  display: block;
  transform: rotate(-45deg) translate(50%, -50%);
}

#about_speakerphone .about_area-howto .about_area_inner h4 {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
}

#about_speakerphone .about_area-howto .about_area_inner p {
  margin: 0;
  font-size: 16px;
  line-height: 1.56;
  padding-top: 6px;
  font-weight: 400;
}

#about_speakerphone .about_area-howto .about_area_inner section {
  margin-bottom: 32px;
}

#about_speakerphone .about_area-howto .about_area_inner section:nth-last-of-type(1) {
  margin-bottom: 0;
}

#about_speakerphone .about_area-howto .about_area_inner section ul {
  margin: 0 auto 0;
  padding: 0;
  
}

#about_speakerphone .about_area-howto .about_area_inner section ul li {
  position: relative;
  margin: 0 0 2px;
  padding-left: 1em;
}

#about_speakerphone .about_area-howto .about_area_inner section ul.nondot > li{
  padding-left: 0;  
  margin-bottom: 20px;
}

#about_speakerphone .about_area-howto .about_area_inner section ul:not(.nondot) li::before {
  /* 全角「・」文字化け回避のためにUnicodeで記述する */
  content:"\30FB";
  position: absolute;
  left: 0;
  color: #000000;
  font-size: 1em;
}

#about_speakerphone .about_area-howto .about_area_inner section ul li dl {
  margin: 0;
}

#about_speakerphone .about_area-howto .about_area_inner section ul li dl dt {
  font-weight: 700;
  font-size: 16px;
  padding: 0 14px 0 0 ;
  position: relative;
  display: inline;
}

#about_speakerphone .about_area-howto .about_area_inner section ul li dl dt::after {
  /* 全角「：」文字化け回避のためにUnicodeで記述する */
  content: "\FF1A";
  position: absolute;
  right: -4px;
  bottom: 0px;  
}

#about_speakerphone .about_area-howto .about_area_inner section ul li dl dd {
  padding: 0;
  margin: 0;
  position: relative;
  display: inline;
}

#about_speakerphone .about_area-howto .about_area_inner section ul.faq_list li{
  padding-left: 0;
  margin-bottom: 20px;
}

#about_speakerphone .about_area-howto .about_area_inner section ul.faq_list li::before {
  display: none;
}

#about_speakerphone .about_area-howto .about_area_inner section ul.faq_list li dl dt::before {
  content: "Q.";
  font-weight: 700;
}

#about_speakerphone .about_area-howto .about_area_inner section ul.faq_list li dt::after {
  display: none;
}

#about_speakerphone .about_area-howto .about_area_inner section ul.faq_list li dd {
  display: block;
} 

#about_speakerphone .about_area-howto .about_area_inner section ul.faq_list li dd::before {
  content: "A.";
}

/* 
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;
}

/* 
お問い合わせ
--------------------------------------------------*/
#speakerphone_contact_area {
  margin: 0 auto 145px;
  width: 1100px;
  box-sizing: border-box;
  background: #eeeeee;
  border-radius: 10px;
  padding: 10px 10px 40px;
}
#speakerphone_contact_area h2 {
  padding: 0 0 10px;
  border-bottom: 3px #dddddd dotted;
  font-size: 1.6em;
  font-weight: bold;
  color: #0a298a;
  text-align: center;
}
#speakerphone_contact_area .txt {
  margin: 15px 0;
  text-align: center;
}
#speakerphone_contact_area > ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  width: 800px;
  display: flex;
  justify-content: space-between;
}
#speakerphone_contact_area > ul > li {
  width: 33%;
}
