/* ----------------------------------------------------------
General Settings
---------------------------------------------------------- */


/* ----------------------------------------------------------
Style for PCs
---------------------------------------------------------- */
@media screen and (min-width: 1025px) {

/* Showroom network
-----------------------------------------------------*/
.swr_net_mm {
  width:100%;
  height: auto;
  display: block;
  background-color: var(--color-f8);
}
.swr_net_cc {
  width:100%;
  max-width:1920px;
  height: auto;
  display: block;
  padding:100px 5%;
}
.swr_net_cc .sectitle {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 25px;
}
.swr_net_cc .sectitle h2 {
  color:var(--color-black);
}
.swr_net_cc .sectitle p {
  font-size:16px;
  color:var(--color-black);
  margin-bottom: 8px;
}

.swr_net_cc .swr_net_list {
  width:100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}
.swr_net_cc .swr_net_list .swr_nl_cc {
  width:50%;
  height: auto;
  display: flex;
  justify-content: space-between;
  padding:40px 2.5%;
  border-right:1px dotted var(--color-666);
  border-bottom:1px dotted var(--color-666);
}
.swr_net_cc .swr_net_list .swr_nl_cc:nth-child(2n) {
  width:50%;
  height: auto;
  display: flex;
  padding:40px 2.5%;
  border-right:none;
  border-bottom:1px dotted var(--color-666);
}
.swr_net_cc .swr_net_list .swr_nl_cc:nth-last-child(-n + 2) {
  border-bottom: none;
}
.swr_net_cc .swr_net_list .swr_nl_cc .swr_nlcc_img {
  width:45%;
}
.swr_net_cc .swr_net_list .swr_nl_cc .swr_nlcc_info {
  width:50%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.swr_net_cc .swr_net_list .swr_nl_cc .swr_nlcc_info h2 {
  font-size:14px;
  font-weight: 600;
  line-height: 1.5em;
  color:var(--color-black);
  margin:0 0 0.5em 0;
}
.swr_net_cc .swr_net_list .swr_nl_cc .swr_nlcc_info p.swr_address {
  font-size:12px;
  line-height: 1.5em;
  color:var(--color-black);
  margin:0 0 0.5em 0;
}
.swr_net_cc .swr_net_list .swr_nl_cc .swr_nlcc_info p.swr_phone {
  font-size:14px;
  font-family: var(--font-en);
  color:var(--color-black);
  margin:0 0 0.2em 0;
}
.swr_net_cc .swr_net_list .swr_nl_cc .swr_nlcc_info p.swr_phone a {
  width:100%;
  height: 30px;
  display: block;
  line-height: 30px;
  text-decoration: none;
  color:var(--color-black);
  padding-left:26px;
  background-image: url(../img/header/ic-tel_b.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 24px auto;
}
.swr_net_cc .swr_net_list .swr_nl_cc .swr_nlcc_info p.swr_phone a:hover {
  color:var(--color-1st);
}
.swr_net_cc .swr_net_list .swr_nl_cc .swr_nlcc_info p.swr_url {
  width:fit-content;
  height: 30px;
  display: block;
  font-size:12px;
  color:var(--color-black);
  background-image: url(../img/header/ic-ar_h2_b.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 18px auto;
}
.swr_net_cc .swr_net_list .swr_nl_cc .swr_nlcc_info p.swr_url a {
  width:fit-content;
  height: 30px;
  display: block;
  line-height: 30px;
  text-decoration: none;
  color:var(--color-black);
  padding:0 20px 0 28px;
  background-image: url(../img/header/ic-url_b.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 28px auto;
}
.swr_net_cc .swr_net_list .swr_nl_cc .swr_nlcc_info p.swr_url a:hover {
  color:var(--color-1st);
}

}

/* ----------------------------------------------------------
Style for iPad Pro
---------------------------------------------------------- */
@media screen and (min-width: 769px) and (max-width: 1024px) {

/* Showroom network
-----------------------------------------------------*/
.swr_net_mm {
  width:100%;
  height: auto;
  display: block;
  background-color: var(--color-f8);
}
.swr_net_cc {
  width:100%;
  max-width:1920px;
  height: auto;
  display: block;
  padding:100px 5%;
}
.swr_net_cc .sectitle {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 25px;
}
.swr_net_cc .sectitle h2 {
  color:var(--color-black);
}
.swr_net_cc .sectitle p {
  font-size:16px;
  color:var(--color-black);
  margin-bottom: 8px;
}

.swr_net_cc .swr_net_list {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.swr_net_cc .swr_net_list .swr_nl_cc {
  width:100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  padding:40px 2.5%;
  border-bottom:1px dotted var(--color-666);
}
.swr_net_cc .swr_net_list .swr_nl_cc:last-child {
  border-bottom: none;
}
.swr_net_cc .swr_net_list .swr_nl_cc .swr_nlcc_img {
  width:30%;
}
.swr_net_cc .swr_net_list .swr_nl_cc .swr_nlcc_info {
  width:65%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.swr_net_cc .swr_net_list .swr_nl_cc .swr_nlcc_info h2 {
  font-size:16px;
  font-weight: 600;
  line-height: 1.5em;
  color:var(--color-black);
  margin:0 0 0.5em 0;
}
.swr_net_cc .swr_net_list .swr_nl_cc .swr_nlcc_info p.swr_address {
  font-size:12px;
  line-height: 1.5em;
  color:var(--color-black);
  margin:0 0 0.5em 0;
}
.swr_net_cc .swr_net_list .swr_nl_cc .swr_nlcc_info p.swr_phone {
  font-size:16px;
  font-family: var(--font-en);
  color:var(--color-black);
  margin:0 0 0.2em 0;
}
.swr_net_cc .swr_net_list .swr_nl_cc .swr_nlcc_info p.swr_phone a {
  width:100%;
  height: 30px;
  display: block;
  line-height: 30px;
  text-decoration: none;
  color:var(--color-black);
  padding-left:26px;
  background-image: url(../img/header/ic-tel_b.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 24px auto;
}
.swr_net_cc .swr_net_list .swr_nl_cc .swr_nlcc_info p.swr_phone a:hover {
  color:var(--color-1st);
}
.swr_net_cc .swr_net_list .swr_nl_cc .swr_nlcc_info p.swr_url {
  width:fit-content;
  height: 30px;
  display: block;
  font-size:12px;
  color:var(--color-black);
  background-image: url(../img/header/ic-ar_h2_b.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 18px auto;
}
.swr_net_cc .swr_net_list .swr_nl_cc .swr_nlcc_info p.swr_url a {
  width:fit-content;
  height: 30px;
  display: block;
  line-height: 30px;
  text-decoration: none;
  color:var(--color-black);
  padding:0 20px 0 28px;
  background-image: url(../img/header/ic-url_b.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 28px auto;
}
.swr_net_cc .swr_net_list .swr_nl_cc .swr_nlcc_info p.swr_url a:hover {
  color:var(--color-1st);
}

}


/* ----------------------------------------------------------
Style for Smartphone
---------------------------------------------------------- */
@media screen and (max-width: 768px) {

  /* Showroom network
-----------------------------------------------------*/
.swr_net_mm {
  width:100%;
  height: auto;
  display: block;
  background-color: var(--color-f8);
}
.swr_net_cc {
  width:100%;
  max-width:1920px;
  height: auto;
  display: block;
  padding:100px 5%;
}
.swr_net_cc .sectitle {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 25px;
}
.swr_net_cc .sectitle h2 {
  color:var(--color-black);
}
.swr_net_cc .sectitle p {
  font-size:16px;
  color:var(--color-black);
  margin-bottom: 8px;
}

.swr_net_cc .swr_net_list {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.swr_net_cc .swr_net_list .swr_nl_cc {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding:40px 5%;
  border-bottom:1px dotted var(--color-666);
}
.swr_net_cc .swr_net_list .swr_nl_cc:last-child {
  border-bottom: none;
}
.swr_net_cc .swr_net_list .swr_nl_cc .swr_nlcc_img {
  width:100%;
}
.swr_net_cc .swr_net_list .swr_nl_cc .swr_nlcc_info {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding-top:20px;
}
.swr_net_cc .swr_net_list .swr_nl_cc .swr_nlcc_info h2 {
  font-size:16px;
  font-weight: 600;
  line-height: 1.5em;
  color:var(--color-black);
  margin:0 0 0.5em 0;
}
.swr_net_cc .swr_net_list .swr_nl_cc .swr_nlcc_info p.swr_address {
  font-size:12px;
  line-height: 1.5em;
  color:var(--color-black);
  margin:0 0 0.5em 0;
}
.swr_net_cc .swr_net_list .swr_nl_cc .swr_nlcc_info p.swr_phone {
  font-size:14px;
  font-family: var(--font-en);
  color:var(--color-black);
  margin:0 0 0.2em 0;
}
.swr_net_cc .swr_net_list .swr_nl_cc .swr_nlcc_info p.swr_phone a {
  width:100%;
  height: 30px;
  display: block;
  line-height: 30px;
  text-decoration: none;
  color:var(--color-black);
  padding-left:26px;
  background-image: url(../img/header/ic-tel_b.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 24px auto;
}
.swr_net_cc .swr_net_list .swr_nl_cc .swr_nlcc_info p.swr_phone a:hover {
  color:var(--color-1st);
}
.swr_net_cc .swr_net_list .swr_nl_cc .swr_nlcc_info p.swr_url {
  width:fit-content;
  height: 30px;
  display: block;
  font-size:12px;
  color:var(--color-black);
  background-image: url(../img/header/ic-ar_h2_b.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 18px auto;
}
.swr_net_cc .swr_net_list .swr_nl_cc .swr_nlcc_info p.swr_url a {
  width:fit-content;
  height: 30px;
  display: block;
  line-height: 30px;
  text-decoration: none;
  color:var(--color-black);
  padding:0 20px 0 28px;
  background-image: url(../img/header/ic-url_b.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 28px auto;
}
.swr_net_cc .swr_net_list .swr_nl_cc .swr_nlcc_info p.swr_url a:hover {
  color:var(--color-1st);
}

}


.swr_net_cc-w100 {
  width:100%;
  max-width:100%;
  height: auto;
  display: block;
  padding:100px 0% 0%;
}