@charset "UTF-8";
#choice {
  font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0;
}
#choice * {
  box-sizing: border-box;
}
#choice .btnFlex {
  display: flex;
  gap: 30px;
  justify-content: center;
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  #choice .btnFlex {
    padding: 0;
    gap: 15px;
    align-items: center;
    flex-direction: column;
  }
}
#choice .btnFlex .btnItem {
  max-width: 483px;
  width: 100%;
  height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  font-size: 20px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #choice .btnFlex .btnItem {
    height: 56px;
    max-width: 400px;
    font-size: 16px;
  }
}
#choice .btnFlex .btnItem:nth-child(1) {
  background: #2d75c7;
}
#choice .btnFlex .btnItem:nth-child(2) {
  background: #000000;
}
#choice .mainKv {
  position: relative;
  background-image: url(../images/choice/main_img.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 40px 0 30px 0;
}
@media screen and (max-width: 768px) {
  #choice .mainKv {
    padding: 40px 0 10px 0;
  }
}
@media screen and (max-width: 500px) {
  #choice .mainKv {
    background-size: auto 100%;
  }
}
#choice .mainKv .kv {
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #choice .mainKv .kv {
    padding: 0 10px 20px;
  }
}
#choice .mainKv .kv h1 {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  color: #2e353d;
  line-height: 1.2;
  margin-bottom: 20px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  #choice .mainKv .kv h1 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 6vw;
  }
}
#choice .mainKv .kv .txtCopy {
  text-align: center;
  color: #2e353d;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #choice .mainKv .kv .txtCopy {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) and (max-width: 500px) {
  #choice .mainKv .kv .txtCopy {
    font-size: 13px;
    margin-bottom: 10px;
    text-align: center;
  }
}
#choice .mainKv .kv .tvimg_pc {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 650px) {
  #choice .mainKv .kv .tvimg_pc {
    display: none;
  }
}
#choice .mainKv .kv .tvimg_sp {
  display: none;
  margin: 0 auto;
}
@media screen and (max-width: 650px) {
  #choice .mainKv .kv .tvimg_sp {
    display: block;
    max-width: 70%;
  }
}
@media screen and (max-width: 450px) {
  #choice .mainKv .kv .tvimg_sp {
    max-width: 100%;
  }
}
#choice .mainKv .kv .kome_box {
  display: flex;
}
#choice .mainKv .kv .kome_box .kome_txt {
  font-size: 12px;
}
#choice .mainKv h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.3;
  margin: 0px auto;
  text-align: center;
}
@media screen and (max-width: 1030px) {
  #choice .mainKv h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  #choice .mainKv h2 {
    font-size: 16px;
    text-align: center;
    display: block;
    width: 100%;
  }
}
#choice .mainKv h2:before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 1px;
  border-bottom: #ffffff 1px solid;
  margin-right: 25px;
}
@media screen and (max-width: 1030px) {
  #choice .mainKv h2:before {
    margin-right: 10px;
    width: 25px;
  }
}
@media screen and (max-width: 768px) {
  #choice .mainKv h2:before {
    display: none;
    width: 30px;
    margin-right: 15px;
  }
}
#choice .mainKv h2:after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 1px;
  border-bottom: #ffffff 1px solid;
  margin-left: 25px;
}
@media screen and (max-width: 1030px) {
  #choice .mainKv h2:after {
    margin-left: 10px;
    width: 25px;
  }
}
@media screen and (max-width: 768px) {
  #choice .mainKv h2:after {
    display: none;
    width: 30px;
    margin-left: 15px;
  }
}
#choice .mainKv h2 em {
  font-size: 40px;
  font-weight: bold;
}
@media screen and (max-width: 1030px) {
  #choice .mainKv h2 em {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  #choice .mainKv h2 em {
    font-size: 20px;
  }
}
#choice .fixLinkTab {
  display: none;
  position: relative;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
  transition: opacity 0.3s ease-out;
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  #choice .fixLinkTab {
    padding: 0px 0 8px;
    width: 100%;
    margin-left: -3%;
  }
}
#choice .fixLinkTab .linkTab2 {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
#choice .fixLinkTab .linkTab2 > li img {
  max-width: 280px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #choice .fixLinkTab .linkTab2 {
    margin: 0 3%;
  }
}
#choice .fixLinkTab.fixedd {
  opacity: 1;
  animation-name: slideInDown;
  animation-duration: 0.5s;
  animation-timing-function: linear;
  width: 100%;
  top: 0;
  position: fixed;
  display: block;
}
#choice .arwTtl {
  background-image: url(../images/choice/ttl_arw.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 50px;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #choice .arwTtl {
    padding-bottom: 40px;
    margin-bottom: 20px;
    background-size: 200% auto;
  }
}
#choice .arwTtl > em,
#choice .arwTtl .point02 {
  text-align: center;
  display: table;
  margin: 0 auto;
}
#choice .arwTtl > em span,
#choice .arwTtl .point02 span {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3;
  vertical-align: middle;
  display: table-cell;
  padding: 0 0 0 20px;
}
@media screen and (max-width: 768px) {
  #choice .arwTtl > em span,
  #choice .arwTtl .point02 span {
    font-size: 20px;
    padding: 10px 0 0 0;
    display: block;
    text-align: center;
    margin: 0 auto;
  }
}
#choice .arwTtl > em span > .bb,
#choice .arwTtl .point02 span > .bb {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  #choice .arwTtl > em span > .bb,
  #choice .arwTtl .point02 span > .bb {
    font-size: 30px;
  }
}
#choice .arwTtl > em:before,
#choice .arwTtl .point02:before {
  width: 92px;
  height: 92px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 92px 92px;
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #choice .arwTtl > em:before,
  #choice .arwTtl .point02:before {
    background-size: 60px 60px;
    width: 60px;
    height: 60px;
    display: inline-block;
    margin: 0 auto 5px;
  }
}
#choice .barTtl {
  width: 100%;
  padding: 25px 15px;
  margin: 0 auto 55px;
  text-align: center;
  min-height: 180px;
}
@media screen and (max-width: 1030px) {
  #choice .barTtl {
    padding: 20px 15px;
    min-height: 140px;
  }
}
@media screen and (max-width: 768px) {
  #choice .barTtl {
    padding: 20px 20px;
    margin: 0 auto 20px;
    line-height: 1.4;
    min-height: 100px;
  }
}
#choice .barTtl .ttlInner {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
}
@media screen and (max-width: 1200px) {
  #choice .barTtl .ttlInner {
    font-size: 32px;
  }
}
@media screen and (max-width: 1030px) {
  #choice .barTtl .ttlInner {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  #choice .barTtl .ttlInner {
    display: block;
    font-size: 20px;
    line-height: 1.4;
  }
}
#choice .barTtl .ttlInner em {
  display: inline-block;
  font-style: normal;
  font-weight: bold;
  line-height: 1.4;
}
#choice .barTtl .ttlInner:before {
  display: inline-block;
  content: "";
  width: 120px;
  height: 120px;
  margin-right: 35px;
}
@media screen and (max-width: 1030px) {
  #choice .barTtl .ttlInner:before {
    width: 100px;
    height: 100px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  #choice .barTtl .ttlInner:before {
    display: table;
    width: 70px;
    height: 70px;
    margin: 0 auto 10px;
  }
}
#choice.point3 .contWrap {
  position: relative;
  background-image: url(../images/choice/point3_bg.jpg);
  background-repeat: no-repeat;
  background-position: 100% top;
  min-height: 500px;
  padding: 90px 0 0 0;
}
@media screen and (max-width: 768px) {
  #choice.point3 .contWrap {
    padding: 40px 3% 0;
    background-size: 90% auto;
    background-position: 100% 7%;
  }
}
#choice.point3 #control {
  padding-top: 110px;
  margin-top: -110px;
}
@media screen and (max-width: 768px) {
  #choice.point3 #control {
    padding-top: 80px;
    margin-top: -80px;
  }
}
#choice.point3 #control .popTtl {
  text-align: center;
  margin: 0px auto 20px;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  #choice.point3 #control .popTtl {
    margin: 0 auto 10px;
  }
}
#choice.point3 .arwTtl em:before {
  background-image: url(../images/choice/point3_icn.png);
}
#choice.point3 .txtTtl {
  text-align: center;
  font-size: 40px;
  line-height: 1.4;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #choice.point3 .txtTtl {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
#choice.point3 .richCnts {
  display: flex;
  justify-content: space-between;
  /*@include ai;*/
  max-width: 1200px;
  margin: 0 auto 80px;
  padding: 0px 0 20px;
  width: 100%;
  border-bottom: #cccccc 1px solid;
}
@media screen and (max-width: 768px) {
  #choice.point3 .richCnts {
    display: block;
    margin: 0 5% 30px;
    padding: 20px 0;
    width: 90%;
  }
}
#choice.point3 .richCnts .richR,
#choice.point3 .richCnts .richL {
  width: 48%;
  text-align: center;
  position: relative;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #choice.point3 .richCnts .richR,
  #choice.point3 .richCnts .richL {
    width: 100%;
    padding-bottom: 0px;
  }
}
#choice.point3 .richCnts .richR .inner,
#choice.point3 .richCnts .richL .inner {
  /*min-height: 400px;
  @include break{
  min-height: 200px;
  }*/
}
#choice.point3 .richCnts .richR .inner h5,
#choice.point3 .richCnts .richL .inner h5 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #choice.point3 .richCnts .richR .inner h5,
  #choice.point3 .richCnts .richL .inner h5 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
#choice.point3 .richCnts .richR .popTtl,
#choice.point3 .richCnts .richL .popTtl {
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  #choice.point3 .richCnts .richR .popTtl,
  #choice.point3 .richCnts .richL .popTtl {
    margin: 0 auto 20px;
  }
}
#choice.point3 .richCnts .richR .richLogo,
#choice.point3 .richCnts .richL .richLogo {
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  #choice.point3 .richCnts .richR .richLogo,
  #choice.point3 .richCnts .richL .richLogo {
    margin: 0 auto 10px;
  }
}
#choice.point3 .richCnts .richR .txt,
#choice.point3 .richCnts .richL .txt {
  margin-top: 20px;
  text-align: left;
}
#choice.point3 .richCnts .richR .txt .p-txt,
#choice.point3 .richCnts .richL .txt .p-txt {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #choice.point3 .richCnts .richR .txt .p-txt,
  #choice.point3 .richCnts .richL .txt .p-txt {
    font-size: 16px;
  }
}
#choice.point3 .richCnts .richR .btn,
#choice.point3 .richCnts .richL .btn {
  margin: 20px auto 20px -150px;
  display: table;
  max-width: 300px;
  position: absolute;
  bottom: 0;
  left: 50%;
}
@media screen and (max-width: 768px) {
  #choice.point3 .richCnts .richR .btn,
  #choice.point3 .richCnts .richL .btn {
    position: relative;
  }
}
#choice.point3 .ejList {
  display: flex;
  justify-content: space-between;
  /*max-width: 1200px;*/
  max-width: 740px;
  margin: 0 auto 80px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #choice.point3 .ejList {
    display: block;
    margin: 0 5%;
    width: 90%;
  }
}
#choice.point3 .ejList > li {
  width: 48%;
  max-width: 340px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #choice.point3 .ejList > li {
    width: 100%;
    max-width: 100%;
    margin-bottom: 50px;
  }
}
#choice.point3 .ejList > li figure {
  display: block;
  max-width: 340px;
  margin: 0 auto 15px;
}
#choice.point3 .ejList > li figure img {
  width: 100%;
  height: auto;
}
#choice.point3 .ejList > li h3 {
  width: 100%;
  display: table;
  height: 70px;
  background-image: -ms-linear-gradient(-90deg, rgb(17, 170, 225) 0%, rgb(14, 140, 184) 50%, rgb(12, 119, 158) 100%);
}
#choice.point3 .ejList > li h3 em {
  display: table-cell;
  font-weight: bold;
  text-align: center;
  font-size: 22px;
  color: #ffffff;
  line-height: 1.3;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #choice.point3 .ejList > li h3 em {
    font-size: 18px;
  }
}
#choice.point3 .ejList > li p {
  width: 100%;
  background-color: #eeeeee;
  padding: 15px;
  display: table;
  height: 110px;
  vertical-align: middle;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #choice.point3 .ejList > li p {
    padding: 10px;
    height: inherit;
  }
}
#choice.point3 .ejList > li p span {
  display: table-cell;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #choice.point3 .ejList > li p span {
    font-size: 13px;
  }
}
#choice.point3 .ejList > li .gArea {
  position: relative;
  width: 100%;
  background-color: #eeeeee;
  padding: 15px;
  display: table;
  height: 180px;
  vertical-align: middle;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #choice.point3 .ejList > li .gArea {
    padding: 10px;
    height: inherit;
  }
}
#choice.point3 .ejList > li .gArea .s5-p1 {
  display: block;
  margin-bottom: 20px;
  text-align: left;
  width: 100%;
}
#choice.point3 .ejList > li .gArea .btn {
  bottom: 15px;
  left: 50%;
  position: absolute;
  align-self: flex-end;
  display: table;
  max-width: 250px;
  margin-left: -125px;
}
@media screen and (max-width: 768px) {
  #choice.point3 .ejList > li .gArea .btn {
    margin-top: 10px;
    position: relative;
    bottom: inherit;
  }
}

.tblArea {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.tblNote {
  margin-top: 5px;
  text-align: right;
  font-size: 11px;
}
@media screen and (max-width: 768px) {
  .tblNote {
    font-size: 10px;
  }
}

.serTbl {
  border-collapse: collapse;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  border: #9d9d9d 1px solid;
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .serTbl {
    font-size: 12px;
  }
}
.serTbl tr.bd {
  border-top: #9d9d9d 1px solid;
}
.serTbl tr:nth-child(even) {
  background-color: #f3f3f3;
}
.serTbl tr th {
  padding: 10px 20px;
  text-align: center;
  border-right: #dddddd 1px solid;
  /*width: 16.6%;*/
  word-break: break-all;
}
.serTbl tr th:last-child {
  border-right: #9d9d9d 1px solid;
}
@media screen and (max-width: 768px) {
  .serTbl tr th {
    padding: 5px 8px;
  }
}
.serTbl tr th.ttl {
  text-align: left;
}
.serTbl tr td {
  padding: 10px 10px;
  text-align: center;
  border-right: #dddddd 1px solid;
}
.serTbl tr td:last-child {
  border-right: #9d9d9d 1px solid;
}
@media screen and (max-width: 768px) {
  .serTbl tr td {
    padding: 5px 8px;
  }
}
.serTbl tr td .note {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .serTbl tr td .note {
    display: block;
    font-size: 10px;
  }
}
.serTbl tr td .noteS {
  display: inline-block;
  font-size: 10px;
  line-height: 1.4;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .serTbl tr td .noteS {
    display: block;
    font-size: 9px;
  }
}
.serTbl tr td.mttl {
  vertical-align: middle;
}

.btn {
  position: relative;
  display: table;
  width: 100%;
  height: 38px;
  background-image: linear-gradient(-90deg, #477fe3 0%, #356bdc 80%, #3b74e0 100%);
  box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.btn:hover {
  background-image: linear-gradient(-90deg, #6c99e9 0%, #5d89e3 80%, #6290e6 100%);
}
.btn:after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 5px;
  background: url(/bravia/tv_choice/images/choice/icn_btn.png) center center no-repeat;
  width: 14px;
  height: 14px;
}
.btn a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .btn a {
    font-size: 14px;
  }
}
.btn a:hover {
  text-decoration: none;
}

.bnr {
  margin: 0 auto 40px;
  text-align: center;
}
.bnr.bd a {
  display: inline-block;
  border: #cccccc 1px solid;
}
.bnr.mgT40 {
  margin: 40px auto 40px;
}
@media screen and (max-width: 768px) {
  .bnr {
    margin: 0 auto 20px;
  }
  .bnr.mgT40 {
    margin: 20px auto 20px;
  }
}

.mgB10 {
  margin-bottom: 10px !important;
}

.mgB20 {
  margin-bottom: 20px !important;
}

.mgB30 {
  margin-bottom: 30px !important;
}

.mgB50 {
  margin-bottom: 50px !important;
}

@media screen and (max-width: 640px) {
  .mgB10 {
    margin-bottom: 5px !important;
  }
  .mgB20 {
    margin-bottom: 10px !important;
  }
  .mgB30 {
    margin-bottom: 15px !important;
  }
  .mgB50 {
    margin-bottom: 25px !important;
  }
}
/*--pc > 769px--*/
@media screen and (min-width: 769px) {
  .pc {
    display: block;
  }
  .pcImg {
    display: inline-block;
  }
  .sp {
    display: none;
  }
  .spImg {
    display: none;
  }
}
/*--sp < 768px--*/
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .spImg {
    display: inline-block;
  }
  .pc {
    display: none;
  }
  .pcImg {
    display: none;
  }
}
/*--opacity:hover--*/
.ov {
  transition: opacity 0.3s ease-out;
}

.ov:hover {
  opacity: 0.6;
}

.gray2 {
  background-color: #f2f2f2;
  padding: 70px 40px 30px;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .gray2 {
    padding: 30px 5% 30px;
    margin-top: 40px;
  }
}
.gray2 .xr_logo_model {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  display: block;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .gray2 .xr_logo_model {
    width: 70%;
    padding-bottom: 15px;
  }
}
.gray2 > .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.gray2 > .inner > h2 {
  font-size: 36px;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .gray2 > .inner > h2 {
    font-size: 18px;
  }
}
.gray2 > .inner > ul {
  margin: 40px 0 0;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .gray2 > .inner > ul {
    margin: 30px 0 0;
    display: block;
  }
}
.gray2 > .inner > ul > li {
  width: 25%;
  background-color: #ffffff;
}
@media screen and (max-width: 1100px) {
  .gray2 > .inner > ul > li {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .gray2 > .inner > ul > li {
    width: 100%;
  }
}
.gray2 > .inner > ul > li .img img {
  width: 100%;
}
.gray2 > .inner > ul > li .txt-area {
  padding: 25px 10px 60px;
}
@media screen and (max-width: 768px) {
  .gray2 > .inner > ul > li .txt-area {
    padding: 15px 5% 30px;
  }
}
.gray2 > .inner > ul > li .txt-area .logo {
  font-size: 0;
}
.gray2 > .inner > ul > li .txt-area .ttl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .gray2 > .inner > ul > li .txt-area .ttl {
    padding-right: 0;
    margin-bottom: 0;
  }
}
.gray2 > .inner > ul > li .txt-area .ttl h3 {
  font-size: 20px;
  padding: 0 10px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .gray2 > .inner > ul > li .txt-area .ttl h3 {
    font-size: 18px;
    padding: 0;
  }
}
.gray2 > .inner > ul > li .txt-area .ttl h3.logo-img {
  width: 170px;
}
.gray2 > .inner > ul > li .txt-area .ttl h3.logo-img img {
  width: 110px;
}
.gray2 > .inner > ul > li .txt-area .ttl h3 span {
  font-size: 16px;
  display: block;
  margin-top: 8px;
}
.gray2 > .inner > ul > li .txt-area .flex-area {
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
  min-height: 65px;
}
@media screen and (max-width: 768px) {
  .gray2 > .inner > ul > li .txt-area .flex-area {
    display: block;
    font-size: 18px;
    padding: 0;
    min-height: auto;
  }
}
.gray2 > .inner > ul > li .txt-area .flex-area p {
  font-size: 12px;
  width: 48%;
}
@media screen and (max-width: 768px) {
  .gray2 > .inner > ul > li .txt-area .flex-area p {
    font-size: 14px;
    width: 100%;
    margin-top: 5px;
  }
}
.gray2 > .inner > ul > li .txt-area .flex-area .btn_m {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .gray2 > .inner > ul > li .txt-area .flex-area .btn_m {
    width: 100%;
    margin-top: 20px;
  }
}
.gray2 > .inner > ul > li .txt-area .flex-area .btn_m a {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .gray2 > .inner > ul > li .txt-area .flex-area .btn_m a {
    text-align: center;
    font-size: 14px;
    width: 257px;
    margin: 0 auto;
    display: block;
    padding: 12px 20px;
  }
}
.gray2 > .inner > ul > li .txt-area .gray-area {
  background-color: #f2f2f2;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  /*
  ul.btn{
  	width: 47%;
  	display: block;
  	@include break{
  		width: 100%;
  		margin-top: 10px;
  	}
  	li{
  		width: 100%;
  		background: transparent;
  		&:first-child{
  			margin-bottom: 10px;
  			a{
  				width: 100%;
  				font-size: 12px;
  				background-color: #ffffff!important;
  				color:#f5683a!important;
  				padding: 8px!important;
  				position: relative;
  				padding-left: 23px!important;
  				@include break{
  					text-align: center;
  					padding-left: 0!important;
  				}
  				&:before{
  					position: absolute;
  					left: 11px;
  					top: calc(50% - 6px);
  					@include break{
  						position: static;
  					}
  				}
  			}
  		}
  		&:last-child{
  			a{
  				width: 100%;
  				text-align: center;
  				font-size: 13px;
  				background-color: #f5683a!important;
  				color:#ffffff!important;
  			}
  		}
  	}
  }
  */
}
@media screen and (max-width: 768px) {
  .gray2 > .inner > ul > li .txt-area .gray-area {
    display: block;
    padding: 15px 3%;
  }
}
.gray2 > .inner > ul > li .txt-area .gray-area p {
  width: 47%;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .gray2 > .inner > ul > li .txt-area .gray-area p {
    width: 100%;
  }
}
.gray2 > .inner > ul > li .txt-area .gray-area p .big {
  display: block;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .gray2 > .inner > ul > li .txt-area .gray-area p .big {
    display: inline;
    font-size: 14px;
  }
}
.gray2 > .inner > ul > li .txt-area .gray-area p .small {
  font-size: 14px;
}
.gray2 > .inner > ul > li .txt-area .gray-area .full-store-btn {
  width: 47%;
}
@media screen and (max-width: 768px) {
  .gray2 > .inner > ul > li .txt-area .gray-area .full-store-btn {
    margin-top: 10px;
    width: 100%;
  }
}
.gray2 > .inner > ul > li .txt-area .gray-area .full-store-btn .s5-sonyStoreCustom {
  margin-top: 0;
}
.gray2 > .inner > ul > li .txt-area .gray-area .full-store-btn a {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.gray2 > .inner > ul > li .txt-area .note {
  display: block;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.4;
  color: #f00;
  margin: 5px 0 0;
  padding-left: 1em;
  text-indent: -1em;
}
.gray2 > .inner .note {
  margin-top: 25px;
}
.gray2 > .inner .note li {
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 4px;
}/*# sourceMappingURL=choice.css.map */