@charset "UTF-8";
/*=========================================================

	Site Name   SONY cp18spring
	File Name   style.css

==========================================================*/
h1 {
  margin: 30px 0; }

h1 img {
  max-width: 100%;
  height: auto; }

p {
  margin: 0;
  padding: 0; }

img {
  vertical-align: top; }

@media (max-width: 640px) {
  h1 img {
    width: 100%; } }

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.c5-top {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; }

.c5-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; }
  .c5-container ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .c5-container p, .c5-container ul {
    font-size: 17px;
    line-height: 1.7; }

@media (max-width: 1200px) {
  .c5-container {
    padding: 0 15px; } }

@media (max-width: 640px) {
  .c5-container p, .c5-container ul {
    font-size: 87.5%;
    line-height: 1.8; } }

/* tabmenu
-------------------------------------------------*/
#tab-cb {
  margin: 0 auto 30px;
  -js-display: flex;
  /*IE8,9対策*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 0; }

#tab-cb li {
  padding: 0;
  line-height: 45px;
  width: 33.333%;
  text-align: center;
  list-style: none;
  margin: 0 1px 0 0;
  cursor: pointer;
  background: #99e2f8;
  position: relative;
  font-size: 18px; }

#tab-cb li:last-child {
  margin-right: 0; }

#tab-cb li img {
  margin: 0 auto;
  padding: 13.5px 0;
  display: block; }

#tab-cb li.select {
  background: #00b7ee; }

#tab-cb li.hover {
  background: #00b7ee; }

.s5-button:before {
  font-size: 1.3em;
  margin-right: .5em; }

.disnon {
  display: none; }

@media (max-width: 640px) {
  #tab-cb {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin: 0 auto 20px;
    padding: 0; }
  #tab-cb li {
    padding: 0;
    height: 45px;
    width: 100%;
    text-align: center;
    list-style: none;
    margin-bottom: 1px;
    cursor: pointer;
    position: relative; } }

/* Contents
----------------------------------------------------------*/
.content_wrap {
  margin: 0 auto 30px;
  position: relative; }

@media (max-width: 640px) {
  .content_wrap {
    width: 100%;
    margin: 0 auto 30px;
    position: relative;
    clear: left; } }

.txt_area {
  margin: 0 0 30px;
  position: relative;
  overflow: hidden;
  position: relative; }

.txt_area02 {
  margin: 0;
  color: red; }

.txt_area03,
.txt_area04 {
  margin: 0;
  padding-top: 1em;
  color: red;
  font-weight: bold; }

.txt_area04 {
  text-align: center; }

.ind {
  margin-bottom: 50px; }

.ind p {
  max-width: 530px;
  width: auto;
  margin: 0 auto;
  line-height: 1.2; }

.appbtnwrap {
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.appbtn {
  max-width: 540px;
  width: 45%;
  margin: 40px 0 30px 20px; }

.appbtn.last {
  width: 45%;
  margin: 0 20px 11px 0; }

.appbtn.last .appbtn-txt {
  font-size: 125%;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center; }

.appbtn.last .p02-list {
  font-size: 14px;
  text-align: center; }

.btnarrow {
  max-width: 29px;
  margin: 0;
  position: relative;
  top: 5px; }

.btnarrow img {
  margin: 0 auto;
  max-width: 100%;
  width: auto; }

.appbtn a {
  margin: 0 auto 20px; }

.appbtn img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: auto; }

@media (max-width: 1000px) {
  .btnarrow {
    max-width: 2.5833333333333335%;
    margin: 5% 1%; }
  .appbtn.last .p02-list {
    font-size: 10px; } }

@media (max-width: 768px) {
  .btnarrow {
    margin: 6% 1%; } }

@media (max-width: 640px) {
  .ind {
    margin-bottom: 30px; }
  .ind p {
    max-width: 500px;
    width: auto;
    margin: 0 auto;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.2; }
  .ind p span {
    display: inline-block;
    width: 1em;
    text-indent: 0; }
  .appbtnwrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .appbtn {
    float: none;
    max-width: 540px;
    width: 100%;
    margin: 20px auto 0; }
  .appbtn.last {
    float: none;
    width: 100%;
    margin: 0 auto; }
  .appbtn.last .appbtn-txt {
    font-size: 13px;
    margin-bottom: 5px;
    text-align: right; }
  .btnarrow {
    position: static;
    width: 31px;
    height: auto;
    max-width: 100%;
    margin: 15px auto -10px; }
  .appbtn a {
    margin: 0 auto 20px; }
  .appbtn img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: auto; } }

/*--見出し--*/
h2 {
  margin: 0 0 20px;
  height: 43px;
  line-height: 43px;
  font-size: 25px;
  background-color: #00b7ee;
  padding: 0;
  position: relative;
  color: #fff;
  text-align: center; }

/*
h2 span{
  display: block;
  height: 27px;
  line-height: 43px;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 76%;
}
*/
h3 {
  margin: 0 0 20px;
  height: auto; }

h3.ssttl0201_2 {
  text-indent: 0;
  background: none;
  margin-bottom: 14px; }

@media (max-width: 640px) {
  h2 {
    position: relative;
    height: auto;
    font-size: 12px;
    line-height: 1;
    padding: 7px 0; }
  h2 span {
    display: block;
    text-indent: 0;
    height: auto; }
  h2 span.p0101 {
    background: none; }
  h2 span.p0102 {
    background: none; }
  h2 span.p0103 {
    background: none; }
  h2 span.p0104 {
    background: none; }
  h2 span.p0105 {
    background: none; }
  h2 span.p0201 {
    background: none; }
  h2 span.p0202 {
    background: none; }
  h2 span.p0203 {
    background: none; }
  h2 span.p0204 {
    background: none; }
  h2 span.p0205 {
    background: none; }
  h3 {
    margin: 0 0 20px;
    height: auto;
    text-indent: 0;
    position: relative; } }

/*--01カメラシリーズ--*/
.txt_area ul.camera {
  width: 100%;
  max-width: 1146px;
  -js-display: flex;
  /*IE8,9対策*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-around;
  -ms-flex-pack: justify;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10;
  margin: 0 !important;
  padding: 0 !important; }

.txt_area ul.camera li {
  width: 50%;
  max-width: 400px;
  height: auto;
  padding: 0 5px;
  list-style: none;
  position: relative; }

.txt_area ul.camera li img {
  width: 100%; }

@media (max-width: 640px) {
  .txt_area ul.camera {
    min-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .txt_area ul.camera li {
    width: auto;
    margin: 0 auto 20px;
    list-style: none;
    text-align: center; }
  .txt_area ul.camera li.last {
    margin: 0 auto 20px; }
  .txt_area ul.camera li .camera_img img {
    width: auto; } }

@media (max-width: 480px) {
  .txt_area ul.camera {
    width: auto; }
  .txt_area ul.camera li {
    max-width: initial;
    width: auto; }
  .txt_area ul.camera li .camera_img {
    background-size: 100%; }
  .txt_area ul.camera li .camera_img img {
    width: 100%; } }

/*02moushikomi-houhou*/
.stepentry_area {
  margin: 0 0% 30px 6%; }

.howto-txtarea {
  display: inline-block;
  background: #fbe1ca;
  padding: 20px;
  vertical-align: top;
  margin-bottom: 10px;
  width: 35%; }

.howto-txtarea:nth-child(2) {
  width: 50%; }

.howto-txtarea h4 {
  margin: 0 !important; }

.howto-txt {
  word-break: break-all;
  display: inline-block; }

.howto-txt a {
  font-weight: 700; }

.howto-txt p {
  display: inline-block; }

.howto-txtarea img.howto-qr {
  margin: 10px; }

.left-howto {
  width: 100%; }

.left-howto a {
  display: block;
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
  padding: 20px 0 10px; }

.left-howto img {
  width: 100%; }

@media (max-width: 700px) {
  .howto-txtarea, .howto-txtarea:nth-child(2) {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%; }
  .stepentry_area {
    margin: 0 auto; } }

@media (max-width: 479px) {
  .howto-txtarea img.howto-qr {
    margin: 10px auto;
    display: block; }
  .none480 {
    display: none; } }

/*--01キャッシュバック方法／02お申し込み方法--*/
ul.numberlist {
  position: relative;
  margin: 0 !important;
  padding: 0 !important; }

ul.numberlist li {
  list-style: none;
  position: relative;
  margin-bottom: 10px; }

ul.numberlist li.num01 {
  background: url(../images/no01.gif) no-repeat 0 0.3em;
  padding-left: 20px; }

ul.numberlist li.num02 {
  background: url(../images/no02.gif) no-repeat 0 0.3em;
  padding-left: 20px; }

ul.numberlist li.num03 {
  background: url(../images/no03.gif) no-repeat 0 0.3em;
  padding-left: 20px;
  margin-bottom: 30px; }

ul.numberlist_letter {
  position: relative;
  margin: 0 !important;
  padding: 0 !important; }

ul.numberlist_letter li {
  list-style: none;
  position: relative;
  margin-bottom: 60px;
  width: 40%;
  display: inline-block;
  vertical-align: top; }

ul.numberlist_letter li img {
  width: 40%;
  display: block;
  margin: 20px auto; }

ul.numberlist_letter li.num01 {
  background: url(../images/no01.gif) no-repeat 0 0.2em;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  width: 100%; }

ul.numberlist_letter li.num02 {
  background: url(../images/no02.gif) no-repeat 0 0.2em;
  padding-left: 20px;
  padding-right: 20px; }

ul.numberlist_letter li.num03 {
  background: url(../images/no03.gif) no-repeat 0 0.2em;
  padding-left: 20px;
  padding-right: 20px; }

ul.numberlist_letter li.num04 {
  background: url(../images/no04.gif) no-repeat 0 0.2em;
  padding-left: 20px;
  padding-right: 20px; }

ul.numberlist_letter li.num05 {
  background: url(../images/no05.gif) no-repeat 0 0.2em;
  padding-left: 20px;
  padding-right: 20px; }

ul.numberlist_letter li.num03 img {
  width: 99%;
  margin-top: 120px; }

ul.numberlist_letter li.num04 img {
  width: 80%;
  margin-top: 30px; }

ul.numberlist_letter li.num05 img {
  margin-top: 65px; }

@media (max-width: 640px) {
  ul.numberlist li.hosyoulist ul li {
    float: none;
    width: 100%; }
  ul.numberlist_letter li, ul.numberlist_letter li.num01 {
    width: 90%;
    display: block; }
  ul.numberlist_letter li.num04 img {
    width: 100%;
    max-width: 562px;
    margin-top: 20px; }
  ul.numberlist_letter li.num03 img {
    width: 100%;
    max-width: 723px;
    margin-top: 20px; }
  ul.numberlist_letter li img {
    margin-top: 20px; } }

.stepnum {
  margin: 0 0.3% 0 0.2%; }

.stepnum img {
  vertical-align: sub !important; }

.stepnum-s img {
  vertical-align: text-top !important; }

@media (max-width: 480px) {
  img.hosyou {
    width: 100%;
    height: auto; } }

.txt_area .numberlist .barcode .mtb10 ul {
  margin: 20px 0 0px 0;
  padding: 0px;
  overflow: hidden; }

.txt_area .numberlist .barcode .mtb10 ul .num03left {
  float: left; }

.txt_area .numberlist .barcode ul li {
  width: 100%; }

.txt_area .numberlist .barcode span.Redbk {
  color: #FFF;
  background: #c93434;
  padding: 1px 5px; }

/*--02登録方法--*/
ul.entry {
  -js-display: flex;
  /*IE8,9対策*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 30px;
  padding: 0 !important; }

ul.entry li {
  list-style: none;
  margin-bottom: 5px;
  margin-left: 3px;
  width: 25%; }

ul.entry li img {
  width: 100%;
  max-width: 293px; }

ul.entry li.first {
  margin-left: 0; }

@media (max-width: 640px) {
  ul.entry {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  ul.entry li {
    list-style: none;
    position: relative;
    margin-bottom: 5px;
    margin-left: 0;
    width: auto;
    width: 100%; }
  ul.entry li img {
    width: 100%;
    max-width: 100%;
    height: auto; } }

.sheet-all {
  display: block;
  position: relative;
  margin-bottom: 40px;
  text-align: center; }

.sheet-all img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto; }

.sheet-480 {
  display: none;
  position: relative;
  text-align: center; }

.sheet-480 img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto; }

.download-sheet {
  text-align: center; }

.download-sheet img {
  display: inline-block;
  width: 100%;
  max-width: 550px; }

/*--03よくあるご質問--*/
p.pagelink {
  margin: 0 0 15px;
  height: 29px;
  border-left: none;
  padding: 0;
  border-bottom: 1px dotted #00b7ee; }

p.pagelink span {
  display: block;
  height: 27px;
  margin: 0;
  padding: 0 0 0 13px;
  color: #00b7ee;
  font-weight: 700;
  background: url(../images/faq/lk_icon.gif) 0 38% no-repeat; }

p.pagelink a {
  color: #00b7ee; }

@media (max-width: 640px) {
  p.pagelink span {
    display: block;
    text-indent: 0;
    height: 27px; }
  .sheet-all {
    display: none;
    position: relative;
    text-align: center; }
  .sheet-480 {
    display: block;
    position: relative;
    text-align: center;
    margin-bottom: 40px; } }

.lastAlert {
  margin-top: 40px; }

/*--FAQ見出し--*/
h2.faq {
  margin: 0 0 20px;
  height: 28px;
  background: #00b7ee !important;
  border: none;
  padding: 0 5px; }

h2.faq span {
  display: block;
  height: 27px;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 76%; }

dd .campaign_item {
  background: none;
  padding: 0; }

@media (max-width: 640px) {
  h2.faq {
    margin: 0 0 20px;
    height: auto;
    background: #00b7ee !important;
    border-left: none;
    padding: 0 5px; }
  h2.faq span {
    display: block;
    text-indent: 0;
    height: auto;
    color: #fff;
    padding: 2px; }
  h2.faq span.faq01 {
    background: none; }
  h2.faq span.faq02 {
    background: none; }
  h2.faq span.faq03 {
    background: none; } }

dl.faq {
  border-bottom: 1px dotted #00b7ee;
  margin: 0 0 10px !important;
  padding: 0 0 7px !important; }

dl.faq dt {
  clear: left;
  float: left;
  width: 45px;
  margin: 0 0 .8em;
  min-height: 35px; }

dl.faq dd {
  margin-left: 45px;
  margin-bottom: .8em;
  min-height: 35px;
  padding-top: 6px; }

dd > strong {
  color: #00b7ee; }

@media (max-width: 640px) {
  .s5-button {
    padding: 8px 15px 8px 1.5em;
    text-indent: -0.4em; }
  .s5-button:before {
    margin: 0 .4em .05em 0; } }

/* class
----------------------------------------------------------*/
.al-center {
  text-align: center !important;
  display: block; }

.al-center img {
  max-width: 100%; }

.al-right {
  text-align: right !important;
  display: block; }

.al-left {
  text-align: left !important;
  display: block; }

.arrow {
  padding-left: 10px;
  background: url(../images/icn_arrow.gif) no-repeat 0 0.35em;
  display: block; }

/* Clearfix
----------------------------------------------------------*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0; }

/* margin
----------------------------------------------------------*/
.mb5 {
  margin-bottom: 5px; }

.mb10 {
  margin-bottom: 10px; }

.mb20 {
  margin-bottom: 20px !important; }

.mb25 {
  margin-bottom: 25px; }

.mb30 {
  margin-bottom: 30px; }

.mb40 {
  margin-bottom: 40px; }

.mb50 {
  margin-bottom: 50px; }

.mb60 {
  margin-bottom: 60px; }

.mtb10 {
  margin-bottom: 10px;
  margin-top: 10px; }

.mtb50 {
  margin-bottom: 50px;
  margin-top: 50px; }

.ml20 {
  margin-left: 20px; }

.mr20 {
  margin-right: 20px; }

.mt40 {
  margin-top: 40px; }

.tabChange {
  text-decoration: underline;
  cursor: pointer; }

.underline {
  text-decoration: underline; }

a.underline {
  text-decoration: underline; }
  a.underline:hover {
    text-decoration: none; }

/* ==========================================================================
  mouseover effect
   ========================================================================== */
.mod-effect img:hover {
  opacity: 0.8 !important;
  filter: alpha(opacity=80) !important;
  -ms-filter: alpha(opacity=80) !important;
  -webkit-transition: opacity 0.3s !important;
  -o-transition: opacity 0.3s !important;
  transition: opacity 0.3s !important; }

.pc {
  display: block; }

.sp {
  display: none; }

@media (max-width: 640px) {
  .pc {
    display: none; }
  .sp {
    display: block; } }

.c5-container .p02-txt {
  padding-left: 1em;
  text-indent: -1em; }

.c5-container .p02-list li {
  padding-left: 1em;
  text-indent: -1em; }

.c5-container .ml-1 {
  margin-left: 1em; }

.c5-container .p02-txt-bold {
  font-weight: bold; }

.c5-container .txt-link-wrap {
  margin-bottom: 25px; }
  .c5-container .txt-link-wrap p {
    font-size: 18px; }
  .c5-container .txt-link-wrap .txt-link {
    font-size: 20px;
    padding-left: 1em;
    margin-right: 20px;
    text-decoration: underline;
    background: url("../images/icn-arrow2.gif") no-repeat left center; }
    .c5-container .txt-link-wrap .txt-link:hover {
      text-decoration: none;
      opacity: .7; }

.product-contents-wrap .product-content {
  margin-bottom: 20px; }
  .product-contents-wrap .product-content h3 {
    font-size: 20px;
    border-bottom: 2px solid #00b7ee;
    color: #00b7ee; }

.product-contents-wrap .product-wrap {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.product-contents-wrap .product {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 0 18px;
  background-color: #eaf6fd;
  width: calc(25% - 5px);
  max-width: 295px;
  margin-right: 5px;
  margin-bottom: 5px; }
  .product-contents-wrap .product .icn-img {
    width: 57.627%;
    max-width: 170px;
    margin: 0 auto 15px; }
    .product-contents-wrap .product .icn-img img {
      width: 48.335%;
      max-width: 82px; }
  .product-contents-wrap .product .pro-img {
    width: 100%;
    margin: 0 auto 10px; }
    .product-contents-wrap .product .pro-img img {
      width: 100%; }
  .product-contents-wrap .product .pro-link {
    display: block;
    width: 57.727%;
    margin: 0 auto;
    text-align: center; }
    .product-contents-wrap .product .pro-link img {
      width: 100%;
      max-width: 170px; }

@media (max-width: 640px) {
  .c5-container .txt-link-wrap {
    margin-bottom: 15px; }
    .c5-container .txt-link-wrap p {
      font-size: 87.5%; }
    .c5-container .txt-link-wrap .txt-link {
      font-size: 87.5%;
      padding-left: 1em;
      margin-right: 15px; }
  .product-contents-wrap .product-content h3 {
    font-size: 12px; }
  .product-contents-wrap .product {
    width: calc(50% - 5px);
    padding: 10px 0 10px; }
    .product-contents-wrap .product:nth-child(even) {
      margin-left: 2.5px; }
    .product-contents-wrap .product:nth-child(odd) {
      margin-right: 2.5px; }
    .product-contents-wrap .product .icn-img {
      margin-bottom: 8px; } }
