/* media query */
nav.navStd ul li.phone a {
  background-color: #f5f5f5;
  color: #222;
}

.phoneArea {
  max-width: 1200px;
  margin: 0 auto;
}
@media all and (max-width: 1200px) {
  .phoneArea {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .phoneArea {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
.phoneArea ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 960px) {
  .phoneArea ul {
    display: block;
  }
}
.phoneArea ul.mt50 {
  margin-top: 50px;
}
.phoneArea ul li {
  width: 48%;
  border-bottom: 1px solid #ccc;
  padding: 15px 10px;
}
@media screen and (max-width: 960px) {
  .phoneArea ul li {
    width: 100%;
    padding: 15px 0;
  }
}
.phoneArea ul li dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.phoneArea ul li dl dt {
  width: 65%;
  line-height: 150%;
}
@media screen and (max-width: 960px) {
  .phoneArea ul li dl dt {
    width: 58%;
  }
}
@media screen and (max-width: 320px) {
  .phoneArea ul li dl dt {
    width: 53%;
  }
}
.phoneArea ul li dl dd {
  text-align: right;
  width: 31%;
}
@media screen and (max-width: 960px) {
  .phoneArea ul li dl dd {
    width: 42%;
  }
}
@media screen and (max-width: 320px) {
  .phoneArea ul li dl dd {
    width: 43%;
  }
}
.phoneArea ul li dl dd a strong {
  font-size: 1.3em;
}
@media screen and (max-width: 668px) {
  .phoneArea ul li dl dd a strong {
    font-size: 1em;
  }
}
.phoneArea ul li dl dd span {
  display: block;
  font-size: 0.9em;
  line-height: 1.3em;
}
.phoneArea ul li dl dd span.bottom {
  text-align: left;
  margin-left: 5px;
}
@media screen and (max-width: 668px) {
  .phoneArea ul li dl dd span.bottom {
    margin-left: 0;
  }
}
.phoneArea ul li dl dd span.yoyaku {
  text-align: left;
  margin-left: 35px;
}
@media all and (max-width: 1200px) {
  .phoneArea ul li dl dd span.yoyaku {
    margin-left: 20px;
  }
}
@media screen and (max-width: 960px) {
  .phoneArea ul li dl dd span.yoyaku {
    max-width: 37%;
    margin: auto 0 auto auto;
  }
}
@media screen and (max-width: 668px) {
  .phoneArea ul li dl dd span.yoyaku {
    max-width: 48%;
  }
}
@media screen and (max-width: 480px) {
  .phoneArea ul li dl dd span.yoyaku {
    max-width: 73%;
  }
}
.phoneArea table {
  border-collapse: collapse;
  width: 100%;
}
.phoneArea table tr td {
  vertical-align: middle;
  text-align: left;
  border-bottom: 1px solid #ccc;
  padding: 20px 10px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .phoneArea table tr td {
    padding: 20px 0;
  }
}
.phoneArea table tr td:nth-child(2) {
  text-align: right;
  white-space: nowrap;
  padding-left: 20px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .phoneArea > table tr td {
    display: block;
  }
  .phoneArea > table tr td:nth-child(1) {
    border-bottom: 0;
    padding-bottom: 0;
    text-align: center;
  }
  .phoneArea > table tr td:nth-child(2) {
    padding-top: 5px;
    padding-left: 0;
    text-align: center;
  }
}
.phoneArea > p {
  text-align: right;
  margin-top: 10px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .phoneArea > p {
    text-align: center;
  }
}
.phoneArea > section {
  margin: 50px 0;
}
.phoneArea > section > h3 {
  font-size: 1.7em;
  line-height: 150%;
  border-bottom: 2px solid #222;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.phoneArea > section > h3 span {
  font-size: 90%;
}
@media screen and (max-width: 668px) {
  .phoneArea > section > h3 span {
    display: block;
  }
}
@media screen and (max-width: 668px) {
  .phoneArea > section > h3 {
    font-size: 1.4em;
  }
}
.phoneArea > section > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.phoneArea > section > div.yoyaku {
  margin-top: 10px;
  align-items: flex-end;
  justify-content: flex-start;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
@media screen and (max-width: 668px) {
  .phoneArea > section > div.yoyaku {
    display: block;
  }
}
.phoneArea > section > div.yoyaku strong {
  font-size: 2em;
  font-weight: normal;
  line-height: 120%;
  margin-right: 20px;
}
@media screen and (max-width: 668px) {
  .phoneArea > section > div.yoyaku strong {
    font-size: 1.7em;
    margin-right: 0;
  }
}
.phoneArea > section > div.yoyaku + p {
  text-align: right;
}
@media screen and (max-width: 668px) {
  .phoneArea > section > div.yoyaku + p {
    text-align: left;
    font-size: 0.9em;
  }
}
.phoneArea > section > div table:nth-child(1) {
  width: 43%;
}
@media all and (max-width: 1200px) {
  .phoneArea > section > div table:nth-child(1) {
    width: 100%;
  }
}
.phoneArea > section > div table:nth-child(2) {
  width: calc(57% - 40px);
}
@media all and (max-width: 1200px) {
  .phoneArea > section > div table:nth-child(2) {
    width: 100%;
  }
}
