@charset "UTF-8";

/* オレンジボタン(アンカーアイコン) */
.btn-icon-arw-u {
  padding-left: 15px;
}
.btn-icon-arw-u:after {
  -webkit-transform: scale(0.7, 0.7);
  -ms-transform: scale(0.7, 0.7);
  -o-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
}
@media (min-width: 768px) {
  .btn-icon-arw-u:after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    margin-top: -5px;
  }
}
.btn-auOrange.btn-icon-arw-u:after {
  margin-top: -6px;
  background-image: url(/etc.clientlibs/settings/wcm/designs/au-com/clientlib-site/resources/images/icon/icon_sprite.png);
  background-position: -36px -52px;
  width: 16px;
  height: 10px;
  background-size: 101px 93px;
}
@media (min-width: 768px) {
  .btn-auOrange.btn-icon-arw-u:after {
    margin-top: -3px;
    background-image: url(/etc.clientlibs/settings/wcm/designs/au-com/clientlib-site/resources/images/icon/icon_sprite.png);
    background-position: -50px -62px;
    width: 10px;
    height: 6px;
    background-size: 101px 93px;
  }
}

/* 製品詳細 */
.prom-content {
    color: #423f3f;
    width: 100%;
}
.prom-content img {
    width: 100%;
}
.prom-content h2,
.prom-content h3,
.prom-content h4 {
    margin: 0;
    text-align: center;
}
.prom-content h2 {
    font-size: 28px;
}
.prom-content .notes {
    width: 100%;
    color: #7e7e7e;
}
.section-function.__speaker {
    background-color: #f9f9f9;
}
.section-function.__support {
    background-color: #f9f9f9;
}

@media screen and (min-width:768px) {
    .prom-content {
        padding: 0 15px;
    }
    .prom-content .view-sp {
        display: none;
    }
    .prom-content h3 {
        font-size: 23px;
        letter-spacing: -0.05em;
    }
    .prom-content h4 {
        margin-top: 2em;
        margin-bottom: 0.4em;
        font-size: 16px;
        font-weight: normal;
        letter-spacing: -0.02em;
    }
    .prom-content .text {
        font-size: 11px;
        text-align: center;
    }
    .prom-content .notes {
        font-size: 10px;
        text-align: center;
        letter-spacing: -0.05em;
    }
    .section-function {
        display: flex;
        margin-bottom: 15px;
    }
    .section-function .content {
        width: 50%;
        align-items: center;
    }
    .section-function .prod-image {
        width: 50%;
    }
    .section-function.__speaker {
        align-items: center;
    }
    .section-function.__speaker h3,
    .section-function.__speaker h4 {
        text-align: left;
        font-weight: bold;
    }
    .section-function.__speaker .content {
        padding-bottom: 5%;
        padding-right: 5%;
        margin-top: 20px;
        width: 45%;
        margin-left: 5%;
    }
    .section-function.__speaker .icon_img img{
      width:50px;
    }
    .section-function.__speaker .text {
        padding: 0;
        text-align: left;
    }
    .section-function.__speaker .notes {
        margin-top: 7em;
        padding: 0;
        text-align: left;
    }
    .section-function.__design {
        align-items: center;
        margin-bottom: 40px;
    }
    .section-function.__design .content {
        padding-bottom: 2%;
    }

    .section-function.__design .text {
        padding: 0 15%;
        padding-left: 0;
        text-align: left;
    }
    .section-function.__design:nth-of-type(3) .text {
        padding: 0 15%;
        padding-right: 0;
    }
    .section-function.__design:nth-of-type(3) h4 {
        padding: 0 15%;
        padding-right: 0;
    }
    .section-function.__design h3,
    .section-function.__design h4 {
        text-align: left;
        font-weight: bold;
    }
    .section-function.__design .notes {
        margin-top: 8em;
        padding: 0 10%;
    }
    .section-function.__support {
        margin-left: -15px;
        margin-right: -15px;
        padding-top: 8%;
        padding-bottom: 4%;
        flex-wrap: wrap;
    }
    .section-function .sub-section {
        width: 100%;
        padding: 0 10%;
    }
    .section-function.__support h3 {
        margin-bottom: 0.3em;
    }
    .section-function.__support .notes {
        margin-top: 5em;
        padding: 0 4.6%;
    }
    .section-function .__translation .content,
    .section-function .__translation .prod-image {
        width: 100%;
    }
    .section-function .__translation .prod-image {
        margin: 4.8% 0;
    }
    .section-function .__operation {
        display: flex;
    }
    .section-function .__operation .content:nth-of-type(1) {
        width: 50;
        padding: 0 2%;
    }
    .section-function .__operation .content:nth-of-type(2) {
        width: 50%;
        padding: 0 2%;
    }
    .section-function .__operation .content:nth-of-type(2) .text {
        padding: 0 4%;
    }
    .section-function.__wireless {
        align-items: flex-end;
    }
    .section-function.__wireless .text:nth-of-type(1) {
        padding: 0 19.7%;
    }
    .section-function.__wireless .text:nth-of-type(2)  {
        padding: 0 30.7%;
    }
    .section-function.__wireless .notes {
        margin-top: 8em;
        padding: 0 11%;
    }
}

@media screen and (max-width: 979px) and (min-width: 768px) {
    .prom-content h3 {
        font-size: 19px;
    }
    .prom-content h4 {
        font-size: 15px;
        margin-top: 1.5em;
        margin-bottom: 0.3em;
    }
    .prom-content .text {
        font-size: 10px;
    }
    .prom-content .notes {
        font-size: 8px;
    }
    .section-function.__speaker .text {
        padding: 0;
    }
    .section-function.__speaker .notes {
        margin-top: 5em;
    }
    .section-function.__design .notes {
        margin-top: 3em;
        padding: 0 5%;
    }
    .section-function .__translation {
       padding: 0;
    }
    .section-function .__translation .prod-image {
        padding: 0 10%;
    }
    .section-function .__operation .content:nth-of-type(1) {
        padding: 0 2% 0 0;
    }
    .section-function .__operation .content:nth-of-type(2) {
        padding: 0 0;
    }
    .section-function .__operation .content:nth-of-type(2) .text {
        padding: 0 0;
    }
    .section-function.__support .notes {
        padding: 0 2%;
    }
    .section-function.__wireless .text:nth-of-type(1) {
        padding: 0 16%;
    }
    .section-function.__wireless .text:nth-of-type(2) {
        padding: 0 22%;
    }
    .section-function.__wireless .notes {
        margin-top: 4em;
        padding: 0 4%;
    }
}

@media screen and (max-width:767px) {
    .prom-content .view-pc {
        display: none;
    }
    .prom-content h3 {
        margin-top: 1.5em;
        margin-bottom: 0.3em;
        font-size: 24px;
    }
    .prom-content h4 {
        margin-top: 1.5em;
        margin-bottom: 0.5em;
        font-size: 20px;
    }
    .prom-content .text {
        font-size: 15px;
        text-align: center;
    }
    .prom-content .notes {
        margin-top: 20px;
        font-size: 12px;
    }
    .section-function {
        display: flex;
        flex-direction: column;
        padding: 4% 4% 6.5% 4%;
    }
    .section-function .content,
    .section-function .prod-image {
        width: 100%;
        min-height: 0%;
    }
    .section-function.__speaker {
        flex-direction: column-reverse;
    }
    .section-function.__speaker .icon_img{
      text-align: center;
    }
    .section-function.__speaker .icon_img img{
      width: 50px;
    }
    .section-function.__speaker .icon_img img{
      width: 50px;
    }
    .section-function.__design {
        flex-direction: column-reverse;
        padding: 0;
        margin-top: 20px;
    }
    .section-function.__design .content {
        padding-left: 0;
        padding-right: 0;
    }
    .section-function .__translation {
        min-height: 0%;
    }
    .section-function.__support {
        padding: 0;
    }
    .section-function .__translation .text {
        padding: 0;
    }
    .section-function .__operation .content .text {
        padding: 0;
    }
    .section-function.__wireless {
        flex-direction: column-reverse;
    }
    .section-function.__wireless .text:nth-of-type(1) {
        padding: 0 6%;
    }
    .section-function.__wireless .text:nth-of-type(2) {
        padding: 0 10.6%;
    }
}


@media (max-width:500px) {
  .sp_1col .cardBox-col2_4{
    width: 100%;
  }
}
.section-function.__design {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}
.section-function.__support {
  background: none;
}
@media (min-width:768px) {
  .flex_2col .card-display {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .flex_2col .card-display .cardBox-col1_3 {
    width: 50%;
  }
}
