
/* --------------------------------
   main
-------------------------------- */
main .mainimg {
  width: 100%;
  max-width: 1350px;
  display: block;
  margin: 0 auto;
}
main .mainimg img{
  width: 100%;
  height: auto;
}
.mainimg-container{
  margin: 0;
}
section {
  margin: 60px auto;
}
.ttlimg {
  display: block;
  width: 40%;
  min-width: 260px;
  margin: 0 auto 40px auto;
}
.sec_box {
  padding: 60px 0;
  background: #008AFB;
  text-align: center;
}
.sec_box p {
  color: #fff;
}
.sec_box p span {
  display: block;
}
.info {
  width: 92%;
  max-width: 1000px;
  margin: 2em auto 0 auto;
  padding: 23px 23px 1.8em;
  border: solid 4px #4c8dcb;
  text-align: center;
}
.info p,
dl{
  color:  #4c8dcb;;
  font-size: 24px;
  font-weight: 700;
}
/* .info p:first-of-type{
  font-size: 40px;
} */

.info p a{
  color:  #4c8dcb;
  display: inline-block;
  text-decoration: underline;
  transition: .5s;
}
.info p a:hover {
  color:  #052747;;
}
.info-title{
  padding: 5px 0;
  display: inline-block;
  text-decoration: underline;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.info-title:hover,
.info-title.open {
  color:  #052747;;
}
.info-text{
  display: none;
  margin-top: 0.2em;
  font-size: 16px;
  text-align: left
}
.info-text>span{
  display: block;
  padding: 5px 0;
  font-size: 1.2em;
  line-height: 1;
  text-align: center;
}
.info-text>span>span{
  display: inline-block;
  padding: 0.1em 0.5em;
  color: #fff;
  background: #4c8dcb;
}
.info-text>span>span>span{
  font-size: 0.75em;
}
/* /info */

.main_box {
  width: 100%;
  max-width: 1200px;
  display: block;
  margin: 0 auto 40px auto;
}
.main_box h2 {
  color: #1c2660;
  margin: 1.8em auto 20px auto;
  font-size: clamp(1.58rem, 0.25rem + 5vw, 2.75rem);
  font-weight: 900;
  line-height: 1.45;
  text-align: center;
}
.main_box ul {
  margin: 0 auto;
  display: flex;
  width: 100%;
  max-width: 1200px;
}
.main_box ul.top-trouble_list{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: clamp(0.375rem, -0.151rem + 2.63vw, 2.2rem);
  margin: 0 auto 2em;
  width: 100%;
  max-width: 700px;
  text-align: center;
}
.main_box ul li.top-trouble_item{
  aspect-ratio: 1;
}
.main_box li.top-trouble_item:nth-of-type(1){
  grid-area: 1 / 1 / 2 / 2;
}
.main_box li.top-trouble_item:nth-of-type(2){
  grid-area: 1 / 2 / 2 / 3;
}
.main_box li.top-trouble_item:nth-of-type(3){
  grid-area: 1 / 3 / 2 / 4;
}
.main_box li.top-trouble_item:nth-of-type(4){
  grid-area: 2 / 1 / 3 / 2;
}
.main_box li.top-trouble_item:nth-of-type(5){
  grid-area: 2 / 2 / 2 / 3;
}
.main_box li.top-trouble_item:nth-of-type(6){
  grid-area: 2 / 3 / 3 / 4;
}
.main_box li.top-trouble_item a{
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6%;
  padding: 5% 3% 14%;
  width: 100%;
  height: 100%;
  font-size: clamp(1rem, 0.417rem + 2.92vw, 1.875rem);
  line-height: 1.17;
  letter-spacing: 0.065em;
  background: #4c8dcb;
  transition: all 0.3s ease-in-out;
}
/* strong */
.top-strong{
  padding: 1.8em 0 2.2em;
  margin: 0 auto;
  background: #FFE2C2;
}
.top-strong .main_box{
  margin: 0 auto;
}
.top-strong h2{
  margin: 0.2em auto 1em;
  color: #D76718;
}
.top-strong .main_box ul li.top-trouble_item{
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10%;
  padding: 7% 3% 10%;
  width: 100%;
  height: 100%;
  color: #D76718;
  font-size: clamp(1rem, 0.417rem + 2.92vw, 1.875rem);
  line-height: 1.1;
  letter-spacing: 0.065em;
  background: #fff;
}
.top-strong_bigger{
  font-size: 150%;
}
@media (max-width: 500px){
  .main_box li.top-trouble_item a h3{
    font-size: clamp(0.875rem, 0.208rem + 3.33vw, 1.25rem);
  }
}
.main_box li.top-trouble_item.ls a,
.main_box li.top-trouble_item.ls{
  letter-spacing: 0.001em;
}
.top-strong .main_box ul li.top-trouble_item.lh{
  line-height: 0.9;
}
.top-strong .main_box ul li.top-trouble_item.lh-bigger{
  line-height: 1.2;
}
.main_box li.top-trouble_item a::after{
  content: '';
  display: block;
  position: absolute;
  bottom: 0.3em;
  right: 0.3em;
  width: 16.36%;
  aspect-ratio: 1;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background: #fff;
}
.top-trouble_svg{
  display: block;
  margin: 0 auto;
  width: 30%;
  height: auto;
  max-height: 42%;
}
.top-trouble_svg.mini{
  width: 40%;
  max-height: 45%;
}
.main_box ul li a:hover {
  opacity: .6;
}
.main_box ul li a h2 {
  font-size: 27px;
}
.main_box ul li a p {
  width: 96%;
  margin: 10px auto 0 auto;
  padding: 6px 0;
  border-radius: 8px;
  background: #fff;
  color: #1c2660;
  font-weight: bold;
}
/********** shoptable **********/
.shoptable_box.main_box{
  max-width: 1000px;
}
.shoptable {
  padding: 150px 0 0;
  margin: -50px auto 0;
}
.shoptable table{
  width: 100%;
}
.shoptable tr {
  border-top: solid 2px #1c2660;
  border-left: solid 2px #1c2660;
  border-bottom: solid 2px #1c2660;
  text-align: center;
}
.shoptable tr:first-child {
  background: #3e3a39;
  color: #fff;
}
.shoptable  th {
  border-right: solid 1px #fff;
}
.shoptable  th,
.shoptable  td {
  padding: 20px 0;
}
.shoptable tr:first-of-type {
  border-right: solid 2px #3e3a39;
}
.shoptable  td.shopname {
  background: #1c2660;
  color: #fff;
  border-bottom: 2px solid #1c2660;
  font-weight: bold;
  font-size: 18px;
  width: 30%;
}
.shoptable  td.shopname a {
  transition: .5s;
}
.shoptable  td.shopname a span{
  display: inline-block;
  padding: 0 8px;
  font-size: 12px;
  font-weight: 700;
  border: 1px solid #fff;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
.shoptable  td.shopname a:hover span{
  background: #fff;
  color: #1c2660;
}
.shoptable  td.shopname a:hover span::after{
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #1c2660;
}
.shoptable  td.shopname a span::after{
  display: inline-block;
  margin-left: 3px;
  content: '';
  width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff;
  vertical-align: -4.5%;
  transition: all 0.2s ease-in-out;
}
.shoptable  td.shoptel a{
  color: #333333;
  cursor: pointer;
}
.shopname span {
  display: block;
  font-size: 13px;
  font-weight: normal;
}
.privacy {
  font-size: 14px;
  margin: 0 0 20px 0;

}
.privacy a {
  color: #FC6774;
  font-size: 14px;
  
}

/********** 取り扱いメーカー **********/
.products-box{
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin: 15px auto 0;
  width: 100%;
  max-width: 1150px;
}
.products-box img{
  display: block;
  width: 100%;
}
.products-img{
  padding: 0 0 0 40px;
  width: calc(100% - 72% - 40px);
}
.products-list{
  width: calc(100% - 28% - 40px);
}
@media (max-width: 800px){
  .products-box{
    width: 94%;
    gap: 5%;
  }
  .products-img{
    padding: 0 0 0 15px;
    width: calc(100% - 74% - 1.5%);
  }
  .products-list{
    width: calc(100% - 26% - 1.5%);
  }
}
@media (max-width: 500px){
  .products-box{
    flex-direction: column;
    justify-content: center;
    gap: 7px;
  }
  .products-img{
    padding: 0;
    margin: auto;
    width: 50%;
    max-width: 260px;
  }
  .products-list{
    width: 100%;
  }
}

/********** banner **********/

.section-banner{
  margin: 60px auto 0;
  width: 100%;
  max-width: 960px;
}
.section-banner a{
  transition: all 0.2s ease-in-out;
}
.section-banner a:hover{
  opacity: 0.8;
}

@media screen and (max-width: 800px) {
  main .mainimg {
    display: block;
  }
  .info {
    width: 94%;
    margin: 30px auto 0 auto;
    padding: 12px 7px;
  }
  .info p,
  .info-dl {
    font-size: 16px;
  }
  .info-text{
    font-size: 0.86em;
  }
  /* .info p:first-of-type{
    font-size: 30px;
  } */
  .main_box {
    width: 94%;
  }
  .main_box h3 .block {
    display: block;
  }
  .main_box ul {
    display: block;
  }
  .main_box ul li:nth-child(2n) a {
    width: 100%;
  }
  .shoptable th,
  .shoptable td {
    font-size: 12px;
    padding: 20px 6px;
  }
  .main_box ul li a h2 {
    font-size: 16px;
  }
  .main_box ul li a p {
    font-size: 14px;
  }
  .shoptable {
    padding: 150px 0 0;
    margin: -100px 0 0;
  }
}
@media (max-width:600px){
  .shoptable  td.shopname{
    font-size: 16px;
  }
  .shoptable  td.shopname a span{
    font-size: 11px;
  }
  .info{
    flex-direction: column;
  }
  /* .info p:first-of-type{
    font-size: 26px;
  } */
  .info p,
  .info-dl {
    font-size: 14px;
  }
}


/* 2408new */
:root {
  --light-blue: #4C8DCB;
  --blue: #1c2660;
  --orange: #D76718;
}
.usedpc-banner{
  margin: clamp(1.8rem, 0.667rem + 4.17vw, 3.25rem) auto 0;
  width: 91%;
  max-width: 960px;
}
.usedpc-banner a{
  transition: all 0.3s ease-in-out;
}
.usedpc-banner a:hover{
  opacity: 0.6;
}
.usedpc-banner img{
    width: 100%;
}
.usedpc-banner_lead{
  margin: 0.3em auto 0;
  font-size: clamp(0.82rem, 0.583rem + 0.83vw, 1rem);
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}
.usedpc-banner_lead a{
  display: block;
  margin-bottom: 0.4em;
  color: #333;
  text-decoration: underline;
  transition: all 0.2s ease-in-out;
}
.usedpc-banner_lead a:hover{
  text-decoration: none;
}
