/* body b {
  display: none;
} */


a:hover, a:active {
  color: inherit;
  text-decoration: inherit;
}
ul,li {
  list-style: none;
  margin: 0;
  padding: 0;
}
p strong {
  text-decoration: underline;
  font-weight: bold;
}
dl,dd,dt {
  margin: 0;
  padding: 0;
}
@charset "UTF-8";
.c5_4kchoice {
  font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ヒラギノ角ゴシック','Hiragino Sans','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .05em;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .c5_4kchoice {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; } }

@media screen and (max-width: 768px) {
  .c5_4kchoice {
    margin: 0 -20px; } }

@media screen and (max-width: 768px) {
  .c5_4kchoice .c5-only-pc {
    display: none; } }

@media screen and (min-width: 769px) {
  .c5_4kchoice .c5-only-sp {
    display: none; } }

.c5_4kchoice .c5-clearfix::after {
  content: "";
  display: block;
  clear: both; }

.c5_4kchoice img {
  width: 100%;
}
.c5_4kchoice__img {
  max-width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: bottom; }

.c5_4kchoice__txt {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.9; }

@media screen and (max-width: 768px) {
  .c5_4kchoice__txt {
    font-size: 13px;
    line-height: 1.8; } }

.c5_4kchoice .c5-sectionCommon__heading {
  margin: 0;
  color: #008fd3;
  font-size: 30px;
  text-align: center;
  line-height: 1.4; }

@media screen and (max-width: 768px) {
  .c5_4kchoice .c5-sectionCommon__heading {
    font-size: 20px; } }

.c5_4kchoice .c5-sectionCommon__heading .sectionCommon__icon {
  display: block;
  margin-bottom: 2.6%; }

@media screen and (max-width: 768px) {
  .c5_4kchoice .c5-sectionCommon__heading .sectionCommon__icon {
    width: 27%;
    margin: 0 auto 4.1%; } }

.c5_4kchoice .c5-sectionCommon__advice {
  width: 25%;
  margin: 4.5% auto 0;
  text-align: center; }

@media screen and (max-width: 768px) {
  .c5_4kchoice .c5-sectionCommon__advice {
    width: 40%;
    margin: 8.9% auto 0; } }

.c5_4kchoice__heading {
  margin: 4.6% 0 0; }

.c5_4kchoice__h2{
  background-color: #ffc53c;
  text-align: center;
  padding: 10px 0;
  width: 100%;
  position: relative;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 26px;
 }
.c5_4kchoice__h2::before {
  position: absolute;
  content: "";
  background: url(../images/ico_check.png) left top no-repeat;
  left: 26px;
  top: -20px;
  width: 90px;
  height: 50px;
  background-size: 90px;
}
@media screen and (max-width: 768px) {
  .c5_4kchoice__h2{
    border-radius: 0;
    margin-top: 12vw;
    font-size: 4vw;
   }
  .c5_4kchoice__h2::before {
    position: absolute;
    content: "";
    background: url(../images/ico_check.png) left top no-repeat;
    left: 39vw;
    top: -9vw;
    width: 18vw;
    height: 10vw;
    background-size: 18vw;
  }
}



.c5_4kchoice__h3{
  font-size: 26px;
  text-align: center;
 }


.c5_4kchoice__btn2 {
  text-align: center;
  background-color: #5787f4;
  color: #fff;
  padding: 10px 0;
  display: block;
  min-width: 80%;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.c5_4kchoice__btn2 span {
  text-align: center;
  font-size: 16px;
  position: relative;
  color: #fff;
}
.c5_4kchoice__btn2 span::before {
  content: "";
  text-align: center;
  position: absolute;
  background: url(../images/ico_arrow2.png) left top no-repeat;
  left: -20px;
  top: 0.2em;
  width: 8px;
  height: 12px;
  background-size: 8px;
}
.c5_4kchoice__btn2.to_product {
  margin-top: 50px;
  min-width: 30%;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .c5_4kchoice__btn2.to_product {
    margin-top: 50px;
    min-width: 80%;
    width: 80%;
  }
}


.c5_4kchoice__list {
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
.c5_4kchoice__list li {
  width: 31%;
  list-style: none;
  text-align: center;
  margin-bottom: 40px;
  margin-left: 1%;
  margin-right: 1%;
}
.c5_4kchoice__list li.disnon {
  display: none;
}
.c5_4kchoice__list li img {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .c5_4kchoice__list {
    display: block;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
  .c5_4kchoice__list li {
    width: 100%;
  }
}

.c5_4kchoice__banner {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .c5_4kchoice__point {
    margin-left: auto;
    margin-right: auto;
    width: 92%;
  }
}
.c5_4kchoice__point.clm2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.c5_4kchoice__point.clm2 .c5_4kchoice__point_l,
.c5_4kchoice__point.clm2 .c5_4kchoice__point_r {
  width: 49%;
}
@media screen and (max-width: 768px) {
  .c5_4kchoice__point.clm2 {
    display: block;
  }
  .c5_4kchoice__point.clm2 .c5_4kchoice__point_l,
  .c5_4kchoice__point.clm2 .c5_4kchoice__point_r {
    width: 100%;
  }
}


.c5_4kchoice__point_h4 {
  text-align: left;
  font-size: 24px;
  position: relative;
  padding-left: 94px;
}
.c5_4kchoice__point_h4::before {
  content: "";
  text-align: center;
  position: absolute;
  background: url(../images/ico_point.png) left top no-repeat;
  left: 0px;
  top: -1em;
  width: 80px;
  height: 80px;
  background-size: 80px;
}

.c5_4kchoice__point_emerg {
  padding: 8px 16px 8px calc(16px + 1em);
  color: #eb2e3f;
  border-radius: 10px;
  border: 1px solid #eb2e3f;
}
.c5_4kchoice__point_emerg span{
  text-indent: -1em;
  display: block;
}


.c5_4kchoice__joken {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  background-color: #f2f9fd;
}
.c5_4kchoice__joken > dt {
  width: 230px;
  padding: 0;
  box-sizing: border-box;
  background-color: #b2dcf1;
  border-left: #008cd0 5px solid;
}
.c5_4kchoice__joken.joken_01 { background-color: #f7f2f9; }
.c5_4kchoice__joken.joken_01 > dt { background-color: #e2d2ed; border-left: #9c6ac9 5px solid; }
.c5_4kchoice__joken.joken_02 { background-color: #faeff3; }
.c5_4kchoice__joken.joken_02 > dt { background-color: #f1d0db; border-left: #d16187 5px solid; }
.c5_4kchoice__joken.joken_03 { background-color: #e7f0f5; }
.c5_4kchoice__joken.joken_03 > dt { background-color: #b6d3db; border-left: #0e6e86 5px solid; }
.c5_4kchoice__joken.joken_04 { background-color: #e9f3ea; }
.c5_4kchoice__joken.joken_04 > dt { background-color: #beddbe; border-left: #248f27 5px solid; }
.c5_4kchoice__joken.joken_05 { background-color: #fef9e6; }
.c5_4kchoice__joken.joken_05 > dt { background-color: #fbeab6; border-left: #f6bb09 5px solid; }
.c5_4kchoice__joken.joken_06 { background-color: #f3f2ed; }
.c5_4kchoice__joken.joken_06 > dt { background-color: #dcdbc9; border-left: #8e884a 5px solid; }
@media screen and (max-width: 768px) {
  .c5_4kchoice__joken > dt {
    width: 100%;
  }
}
.c5_4kchoice__joken > dt > span {
  color: #000;
  margin: 12px 16px 8px;
  display: inline-block;
  font-weight: bold;
}
.c5_4kchoice__joken > dt > span i {
  font-style: normal;
  font-size: 16px;
}
.c5_4kchoice__joken > dt > span a {
  display: inline-block;
  font-size: 12px;
  position: relative;
  text-decoration: underline;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .c5_4kchoice__joken > dt > span {
    margin: 12px;
    display: flex;
    justify-content: space-between;
    width: 86%;
  }
  .c5_4kchoice__joken > dt > span i {
    font-size: 4vw;
  }
  .c5_4kchoice__joken > dt > span a {
    font-size: 3vw;
  }
}

.c5_4kchoice__joken > dt > span a::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/ico_arrow1.png) left top no-repeat;
  left: 0px;
  top: 0.4em;
  width: 6px;
  height: 12px;
  background-size: 6px;
}
.c5_4kchoice__joken > dt > span a::after {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/ico_blank.svg) left top no-repeat;
  right: -1.7em;
  top: 0.3em;
  width: 13px;
  height: 13px;
  background-size: 13px;
}
.c5_4kchoice__joken > dd {
  width: calc(100% - 230px);
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .c5_4kchoice__joken > dd {
    font-size: 2.6vw;
  }
}
@media screen and (max-width: 768px) {
  .c5_4kchoice__joken > dd {
    width: 100%;
  }
}
.c5_4kchoice__joken > dd > div {
  margin: 8px 16px;
  display: inline-block;
}
.c5_4kchoice__joken > dd::after {
  content: "";
  display: block;
  clear: both;
}
.c5_4kchoice__joken > dd p {
  padding: 0;
  margin: 0 40px 0 0;
  line-height: 1.4em;
  float:left;
}
@media screen and (max-width: 768px) {
  .c5_4kchoice__joken > dd p {
    line-height: 1.7em;
    font-size: 3vw;
    margin: 0 4vw 0 0;
  }
  .c5_4kchoice__joken > dd p.mr30 {
    margin-right: 30vw;
  }
  .c5_4kchoice__joken > dd p.ml8 {
    margin-left: 8vw;
  }
  .c5_4kchoice__joken > dd p label span {
    vertical-align: 0.5vw;
  }
}

p.c5_4kchoice__p {
  margin: 0;
}
p.c5_4kchoice__p2 {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  margin-top: 55px;
  margin-bottom: 8px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  p.c5_4kchoice__p {
    margin-left: 4%;
    margin-right: 4%;
    font-size:2.8vw;
  }
  p.c5_4kchoice__p2 {
    margin-left: 4%;
    margin-right: 4%;
    font-size: 3.6vw;
    margin-top: 6vw;
    margin-bottom: 1.5vw;
  }
}


.c5_4kchoice__select1 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
}
.c5_4kchoice__select2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .c5_4kchoice__select1,
  .c5_4kchoice__select2 {
    width: 92%;
  }
}
.c5_4kchoice__select1 > dt {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding: 8px 0 8px 50px;
  background-color: #008cd0;
  margin-bottom:3px;
  position: relative;
}
.c5_4kchoice__select2 > dt {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding: 8px 0 8px 50px;
  background-color: #4d619e;
  margin-bottom:3px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c5_4kchoice__select1 > dt {
    font-size: 4vw;
    font-weight: bold;
    color: #fff;
    padding: 2vw 0 3.2vw 60px;
    background-color: #008cd0;
    margin-bottom:3px;
    position: relative;
  }
  .c5_4kchoice__select2 > dt {
    font-size: 4vw;
    font-weight: bold;
    color: #fff;
    padding: 2vw 0 3.2vw 60px;
    background-color: #4d619e;
    margin-bottom:3px;
    position: relative;
  }
}
.c5_4kchoice__select1 > dt,
.c5_4kchoice__select2 > dt {
  cursor: pointer;
}
.c5_4kchoice__select1 > dt p,
.c5_4kchoice__select2 > dt p {
  margin:0;
  padding:0;
}
.c5_4kchoice__select1 > dt p::before,
.c5_4kchoice__select2 > dt p::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/ico_op_plus.png) left top no-repeat;
  left: 10px;
  top: 0.4em;
  width: 30px;
  height: 30px;
  background-size: 30px;
}
.c5_4kchoice__select1.act > dt p::before,
.c5_4kchoice__select2.act > dt p::before {
  background: url(../images/ico_op_minus.png) left top no-repeat;
  background-size: 30px;
}
@media screen and (max-width: 768px) {
  .c5_4kchoice__select1 > dt p,
  .c5_4kchoice__select2 > dt p {
    padding:1vw 0 0 0;
  }
  .c5_4kchoice__select1 > dt p::before,
  .c5_4kchoice__select2 > dt p::before {
    content: "";
    display: block;
    position: absolute;
    background: url(../images/ico_op_plus.png) left top no-repeat;
    left: 17px;
    top: 0.7em;
    width: 7vw;
    height: 7vw;
    background-size: 7vw;
  }
  .c5_4kchoice__select1.act > dt p::before,
  .c5_4kchoice__select2.act > dt p::before {
    background: url(../images/ico_op_minus.png) left top no-repeat;
    background-size: 7vw;
  }

}
.c5_4kchoice__select1 > dt span,
.c5_4kchoice__select2 > dt span {
  font-size: 14px;
}
.c5_4kchoice__select1 > dd,
.c5_4kchoice__select2 > dd {
  margin-bottom:12px;
  display:none;
}
.c5_4kchoice__select1.act > dd,
.c5_4kchoice__select2.act > dd {
  display:block;
}
.c5_4kchoice__select1 > dd ul li,
.c5_4kchoice__select2 > dd ul li {
  margin-bottom:3px;
}

.c5_4kchoice__ok {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
}
.c5_4kchoice__btn {
  text-align: left;
  background-color: #5787f4;
  color: #fff;
  padding: 12px 32px;
  display: block;
  width: 590px;
  margin: 0;
  box-sizing: border-box;
}
.c5_4kchoice__btn.mt10 {
  margin-top: 10px;
}
.c5_4kchoice__btn span {
  text-align: center;
  font-size: 16px;
  position: relative;
  color: #fff;
  padding-left: 22px;
}
.c5_4kchoice__btn span::before {
  content: "";
  text-align: center;
  position: absolute;
  background: url(../images/ico_arrow2.png) left top no-repeat;
  left: 0;
  top: 0.2em;
  width: 8px;
  height: 12px;
  background-size: 8px;
}
.c5_4kchoice__cl {
  background: url(../images/btn_reset.png) left top no-repeat;
  width: 150px;
  height: 38px;
  background-size: 150px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .c5_4kchoice__ok {
    display: block;
  }
  .c5_4kchoice__btn {
    text-align: center;
    background-color: #5787f4;
    color: #fff;
    padding: 12px 32px;
    display: block;
    margin: 0 auto;
    width: 60%;
  }
  .c5_4kchoice__btn.mt15 {
    margin-top: 1.4vw;
  }
  .c5_4kchoice__btn span {
    text-align: center;
    font-size: 3vw;
    position: relative;
  }
  .c5_4kchoice__btn span::before {
    content: "";
    text-align: center;
    position: absolute;
  }
  .c5_4kchoice__cl {
    background: url(../images/btn_reset.png) left top no-repeat;
    width: 32vw;
    height: 14vw;
    background-size: 32vw;
    margin: 4vw auto 0;
    display: block;
    padding: 0;
  }
}


.c5_4kchoice__lead {
  margin-top: 4.6%;
  text-align: center; }

@media screen and (max-width: 768px) {
  .c5_4kchoice__lead {
    width: 84%;
    margin: 4.6% auto 0;
    font-size:3vw;
  }
}



.c5_4kchoice__selebtn {
  width: 100%;
  max-width: 836px;
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .c5_4kchoice__selebtn {
    width: 92%;
  }
}
.c5_4kchoice__selebtn .sele_l{
  width: 47.847%;
  border: #0089d1 2px solid;
  background-color: #cde9f5;
  border-radius: 5px;
  text-align: center;
  padding: 8px 0;
}
.c5_4kchoice__selebtn .sele_r{
  width: 47.847%;
  border: #505f9a 2px solid;
  background-color: #dbdfeb;
  border-radius: 5px;
  text-align: center;
  padding: 8px 0;
}

.c5_4kchoice__selebtn .sele_l span,
.c5_4kchoice__selebtn .sele_r span {
  position: relative;
  font-size: 18px;
  font-weight: bold;
}
.c5_4kchoice__selebtn .sele_l span::after,
.c5_4kchoice__selebtn .sele_r span::after {
  content: "";
  text-align: center;
  position: absolute;
  left: -28px;
  top: 0.3em;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  border-top: #000  1px solid;
  border-left: #000  1px solid;
}
@media screen and (max-width: 768px) {
  .c5_4kchoice__selebtn .sele_l span,
  .c5_4kchoice__selebtn .sele_r span {
    font-size: 3.2vw;
  }
  .c5_4kchoice__selebtn .sele_l span::after,
  .c5_4kchoice__selebtn .sele_r span::after {
    left: -4.6vw;
    top: 0.4em;
    width: 2vw;
    height: 2vw;
  }
}

.ch_info,
.rd_info {
  margin-top: 7px;
}

.c5_4kchoice__banner.mt55 {
  margin-top: 55px;
}

@media screen and (max-width: 768px) {
  .c5_4kchoice__banner.mt55 {
    margin-top: 6vw;
  }
}

.s5-listItem4__store {
  padding: 0;
  width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.s5-listItem4__store .s5-storeButton{
  font-size: 16px;
}
