@charset "Shift_JIS";

.creditBox{
	padding: 40px 0;
}
.creditBox .wrapper{
	padding-bottom: 4px;
}

.mb22{ margin-bottom:22px !important;}

.fz01{ font-size:141%;}
.fz02{ font-size:98%; font-weight:bold;}
.fz03{ font-size:115%; font-weight:bold; color:#e60000;}
.fs{ font-size:83%;}
.fsN{ font-size:75%; /*padding-left:16px; text-indent:-16px;*/}
.fsN + .fsN { font-size:75%; padding-left:16px; text-indent:-16px; margin:auto; margin-top: -1em;}


.creditBox .priceTaxin {
  color: #fff;
  /*background: #00b0b8 url(/store/service/zanka/camera/Images/201404/img_t.gif) no-repeat 0 0;*/
  /*max-width: 267px;*/
  width: 100%;

  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #00b0b8;

	padding: 5px ;

  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  margin-bottom: 15px;
  clear: both;

}
.creditBox .priceTaxin:after {
	content: '';
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-top: 6px solid #00b0b8;
	position: absolute;
	bottom: -12px;
	margin-left: -3px;
  left:50%;

}
.creditBox .priceTaxin > span {
  display: block;
  /*background: url(/store/service/zanka/camera/Images/201404/img_b.gif) no-repeat 0 100%;*/
  /*padding: 5px 10px 12px 10px;*/
  text-align: center;
}


/*
------------------------
c5-creditBlock
------------------------
*/
.c5-creditBlock{
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 3px solid #B2E8EB;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
		.c5-creditBlock .c5-creditBlock__title{
			color: #00b0b8;
			text-align: center;
			font-weight: bold;
			background: #B2E8EB;
			font-size: 14px;
			padding: 2px;
		}
		.c5-creditBlock .c5-creditBlock__content{
			padding: 7px;
		}
			.c5-creditBlock .c5-creditBlock__content.c5-creditBlock__content--orange{
				background: #FFF8CC;
			}

		.c5-creditBlock .c5-creditBlock__table{
			width: 100%;
		}
			.c5-creditBlock .c5-creditBlock__table td,
			.c5-creditBlock .c5-creditBlock__table th{
			    vertical-align: middle;
			}
			.c5-creditBlock .c5-creditBlock__table td{
				/*width: 100%;*/
				/*display: inline-block;*/
				text-align: right;
			}
			@media screen and (max-width: 1066px){
				.c5-creditBlock .c5-creditBlock__table th br{
						display: none;
				}
			}
        .c5-creditBlock .c5-creditBlock__table .c5-creditBlock__tablePayment{
          line-height: 1;
          padding-bottom: 5px;
          /*letter-spacing: -4px;*/
        }
				.c5-creditBlock .c5-creditBlock__table .c5-creditBlock__tableDot{
					font-size: 10px;
			    /*letter-spacing: -4px;*/
				}
				.c5-creditBlock .c5-creditBlock__table img[src="share/images/146_32_zanka_24.gif"]{
					max-width: 100%;
				}


			@media screen and (max-width: 740px){
				.c5-creditBlock .c5-creditBlock__table th{
					display: inline-block;
					width: 100%;
				}
				.c5-creditBlock .c5-creditBlock__table td{
					width: 100%;
					display: inline-block;
				}
				.c5-creditBlock .c5-creditBlock__table .c5-creditBlock__tableDot{
					float: left;
					width: 100%;
				}
				.c5-creditBlock .c5-creditBlock__content--orange .c5-creditBlock__table td{
					width: 80%;
					display: inline-block;
				}
				.c5-creditBlock .c5-creditBlock__content--orange .c5-creditBlock__table .c5-creditBlock__tableDot{
					float: left;
					width: 20%;
				}
			}
      @media screen and (max-width: 639px){
        .c5-creditBlock .c5-creditBlock__table th{
          display: table-cell;
          width: auto;
        }
        .c5-creditBlock .c5-creditBlock__table td{
          display: table-cell;
          width: auto;
        }
        .c5-creditBlock .c5-creditBlock__table .c5-creditBlock__tableDot{
          float: none;
          width: auto;
        }
        .c5-creditBlock .c5-creditBlock__content--orange .c5-creditBlock__table td{
          width: auto;
          display: table-cell;
        }
        .c5-creditBlock .c5-creditBlock__content--orange .c5-creditBlock__table .c5-creditBlock__tableDot{
          float: none;
          width: auto;
        }
      }


/* ==========================================================================
   .c5-sort
   ========================================================================== */
.c5-sort ul {
  padding: 0;
  overflow: hidden;
  margin: 10px 0 0 0;
  padding: 0 0 10px 0;
  font-size: 0; }
  @media screen and (max-width: 767px) {
    .c5-sort ul {
      padding: 0 0 20px 0;}
  }
/*  @media screen and (max-width: 767px) {
    .c5-sort ul {
      text-align: center; } }*/
  .c5-sort ul li {
    list-style-type: none;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 18px;
    padding: 10px 22px;
    margin: 0 10px 10px 0;
    font-size: 16px;
    background: #ffffff;
    border-top: solid 1px #e4e8eb;
    border-bottom: solid 1px #e4e8eb;
    border-right: solid 1px #e4e8eb;
    border-left: solid 1px #e4e8eb;
    transition: opacity .2s;}
  .c5-sort ul li:hover {
      opacity:0.7;
  }

    @media screen and (max-width: 639px) {

		  .c5-sort ul {
		  	border-top: solid 1px #e4e8eb;
		  }
			  .c5-sort ul li {
			    margin: 0;
			    width: 100%;
			    border-top: none;
			  }

    }
/*    @media screen and (max-width: 767px) {
      .c5-sort ul li {
	  width: 20%;
		  height: 60px;
		  vertical-align: bottom;
		margin:0;
        margin: 0 0 0 0;
        border-left: none; }
        .c5-sort ul li:first-child {
          border-left: solid 1px #e4e8eb; } }*/
/*    @media screen and (max-width: 639px) {
      .c5-sort ul {
		  text-align: left;
		}
      .c5-sort ul li {
        width: 50%;
		  text-align: center;
		  height: auto;
        border-left: solid 1px #e4e8eb;
        border-top: none; }
        .c5-sort ul li:first-child {
          border-top: solid 1px #e4e8eb !important; } }*/
    .c5-sort ul li.current {
      background: #9da6ad;
      color: #ffffff; }
/*      @media screen and (max-width: 639px) {
        .c5-sort ul li.current {
          background: #fbfbfd;
        border-top: solid 1px #e4e8eb;
          border-left: 4px solid #000; } }*/
/*    @media screen and (max-width: 639px) {
      .c5-sort ul  {
        border-top: solid 1px #e4e8eb;
		}
      .c5-sort ul li {
		  line-height: 180%;
		}
      .c5-sort ul li label {
        width: 100%;
        border-top: none;
        border-bottom: solid 1px #e4e8eb;
        border-right: solid 1px #e4e8eb;
        border-left: solid 1px #e4e8eb; } }*/
    .c5-sort ul li label:hover {
      text-decoration: none; }


/*=============================================
c5-tab
=============================================*/
.c5-tab{
  background: #e4e8eb;
  padding: 20px 20px 0 20px ;
  margin: 0 0 30px 0 ;
}


/*=============================================
170707�ǋL
=============================================*/

.s5-header2__heading{width: 100%;}

.s5-header2__heading .c5-tittlebg{
    background-color: #000000;
    color: #fff;
    display: block;
    padding: 15px 30px;
    text-align: center;
}

.c5-zanka__experience {
  background: #ffffff;
  width: 100%;
  padding: 0;
  padding: 0 0 70px;}
  @media screen and (max-width: 767px) {
    .c5-zanka__experience {
      padding: 0;
      margin-top: 43px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; } }

  .c5-zanka__experience .c5-zanka__experienceList {
    max-width: 1200px;
    width: 100%;
    background: #ffffff;
    position:relative;}

  .c5-zanka__experience a {
    display:block;
    position: absolute;
    top: 166px;
    left: 578px;
    width: 70px;
    height:17px;}

  .c5-zanka__experience a img{display:block;
                             max-width:100%;
                             max-height:100%;}

.c5-zanka_h8 .c5-zanka_h8_left{
    width:50%;
    float:left;
}
  @media screen and (max-width: 639px) {
    .c5-zanka_h8 .c5-zanka_h8_left{
        width:100%;
        float:none;
    }
  }


.c5-zanka_h8 .c5-zanka_h8_left h3{width:100%;}
.c5-zanka_h8 .c5-zanka_h8_left p{padding:0 20px 0 0;}

.c5-zanka_h8 h3{clear:both;
                color:#505050;
                padding:10px 0 0;}

.c5-zanka_h8_colorblue{color:#09B0BC;}

.c5-zanka_h8 .s5-table2{width:50%;
                        float:right;
                        margin-bottom:20px;}
  @media screen and (max-width: 639px) {
    .c5-zanka_h8 .s5-table2{
        width:100%;
        float:none;
        padding: 0;
        margin: 0 0 20px 0 ;
    }
  }


.c5-zanka_h8 .s5-table2 .c5-zanka_h8_right{width:100%;}

.c5-zanka_h8 .s5-table2 .c5-zanka_h8_right tbody tr th{padding:10px;}

.c5-zanka_h8 .s5-table2 .c5-zanka_h8_right tbody tr td{padding:10px;}

.c5-zanka_table_bgblue{background-color:#09B0BC;
                       color:#ffffff;
                       padding:10px;
                     text-align:center;}

.c5-zanka_table_bgrightblue{background-color:#CDEFF1;
                            padding:10px;}

@media screen and (max-width: 1280px){
.c5-zanka__experience a{
    top: 55%;
    left: 48%;
    width:6.25%;
    height: 5%;}}

.c5-zanka__experience .c5-zanka__experienceList img.c5-zanka__experienceList--pc {
  display: block;
  width: 100%; }

@media screen and (max-width: 639px) {
  .c5-zanka__experience .c5-zanka__experienceList img.c5-zanka__experienceList--pc {
    display: none; } }
.c5-zanka__experience .c5-zanka__experienceList img.c5-zanka__experienceList--sp {
  display: none;
  width: 100%; }

@media screen and (max-width: 639px) {
  .c5-zanka__experience .c5-zanka__experienceList img.c5-zanka__experienceList--sp {
    display: block; } }
.c5-zanka__experience .c5-zanka__experienceList .s5-button {
  position: absolute;
  bottom: 20px;
  right: 20px; }


.c5-tittleborder .s5-header2__heading{
	padding: 0 0 0 .75em;
	border-left: 6px solid #cacaca;}

@media screen and (max-width: 639px){
	.c5-tittleborder .s5-header2__heading{
		width: 97%;}}



/*=============================================
c5-zanka__camp
=============================================*/
.c5-zanka__camp{
	max-width: 1000px;
	-moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  border: 3px solid #15A8B0;
  margin: 0 auto;
  overflow: hidden;
}
	.c5-zanka__camp h2{
		margin: 0;
		padding: 10px;
		background: #15A8B0;
		text-align: center;
		color:#FBFD04;
		font-size: 36px;
		line-height: 1;
	}
		@media screen and (max-width: 639px) {
			.c5-zanka__camp h2{
				font-size: 20px;
			}
		}
		.c5-zanka__camp h2 span{
			font-size: 70%;
		}
		.c5-zanka__camp h2 strong{
			font-size: 200%;
		}

	.c5-zanka__camp .c5-zanka__campWrap{
		padding: 20px;
	}
		.c5-zanka__camp .c5-zanka__campWrap h3{
			color: #15A8B0;
		}


.s5-listItem4__productNameGroup{
  height: auto !important;
}
.s5-listItem4__description{
  height: auto !important;
}

/*190206*/
.c5-Info__content {
	display: table;
}
	@media screen and (max-width: 639px) {
		.c5-Info__content {
			 font-size: 3vw;
	}
}
.c5-Info__Title {
  display: table-cell;
}
	@media screen and (max-width: 639px) {
		.c5-Info__Title   {
			display: block;
	}
}
.c5-Info__Title-text {
  padding: 0 10px;
}
	@media screen and (max-width: 639px) {
		.c5-Info__Title-text {
			 padding: 15px 0 0 0;
	}
}
.c5-Info__body {
  display: table-cell;
}
	@media screen and (max-width: 639px) {
		.c5-Info__body  {
			display: block;
	}
}
.c5-Info__bodyInner {
  padding: 0 10px;
	border-left: solid 2px #83838f;
}
	@media screen and (max-width: 639px) {
		.c5-Info__bodyInner {
			padding: 0;
			border-left: none;
	}
}



/**********
.c5-information--box
**********/

.c5-information--box {
    /*color: #83838f;*/
    display: table;
    width: 100%;
    margin: 20px 0;
    background-color: #f5f5f5;
    padding: 10px 0px 20px 0;
}

.c5-info-importantBox {
    border: solid 1px #f5f5f5;
    padding: 10px;
    font-weight: bold;
}

.c5-information--box .s5-list {
    padding: 0;
    padding-bottom: 20px;
}

.c5-information--box h3 {
    padding-left: 35px;
    /*width: 100%;*/
}

.c5-information--box .c5-information--box--list {
    padding: 0 45px;
    padding-bottom: -10px;
}

.c5-information--box .c5-information--box--list li {
    margin-top: 10px;
}

.c5-information--dl {
    display: table;
    margin: 0;
    padding: 0 35px;
}

.c5-information--dl dt {
    display: table-cell;
    vertical-align: top;
    min-width: 160px;
    padding-right: 10px;
    border-right: solid 1px #2f353d;
}

.c5-information--dl dd {
    display: table-cell;
    vertical-align: top;
    padding-left: 10px;
}

.c5-information--caution {
    padding-left: 180px;
    padding-right: 20px;
}

.c5-information--close {
    background-color: #f3f4f6;
    padding: 15px;
    margin: 15px 25px 25px 25px;
}

@media screen and (max-width: 639px) {
    .c5-information--box h3 {
        padding-left: 20px;
    }
    .c5-information--box .c5-information--box--list {
        padding: 0 30px;
    }
    .c5-information--dl {
        display: table;
        margin: 0;
        /*padding: 0 20px 10px 20px;*/
    }
    .c5-information--dl dt {
        display: block;
        border: none;
        padding: 0;
        margin: 0;
        font-weight: bold;
    }
    .c5-information--dl dd {
        display: block;
        padding: 5px 0 0 0;
        margin: 0;
    }
    .c5-information--caution {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/*191009*/
@media screen and (max-width: 800px) {
	.creditBox .priceTaxin {
		margin-top: 20px;
	}
}
