@charset "UTF-8";
/* CSS Document */
.tabs {
  position: relative;
  margin: 30px auto 10px;
  width: 920px;
}
.tabs input {
  position: absolute;
  z-index: 1000;
  width: 120px;
  height: 40px;
  left: 0px;
  top: 0px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  cursor: pointer;
}
.tabs input#tab-2, .tabs input#tab-3, .tabs input#tab-2, .tabs input#tab-5, .tabs input#tab-6 {
  left: 120px;
}
.tabs label {
  background: #fff;
  /*background: -moz-linear-gradient(top, #5ba4a4 0%, #1abc9c 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5ba4a4), color-stop(100%,#1abc9c));
background: -webkit-linear-gradient(top, #5ba4a4 0%,#1abc9c 100%);
background: -o-linear-gradient(top, #5ba4a4 0%,#1abc9c 100%);
background: -ms-linear-gradient(top, #5ba4a4 0%,#1abc9c 100%);
background: linear-gradient(top, #5ba4a4 0%,#1abc9c 100%);*/
  opacity: 0.5;
  font-size: 15px;
  line-height: 1.2;
  height: 178px;
  position: relative;
  padding: 0 5px;
  float: left;
  display: block;
  width: 140px;
  color: #333;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3);
  border-radius: 3px 3px 0 0;
  box-shadow: 2px 0 2px rgba(0, 0, 0, 0.1), -2px 0 2px rgba(0, 0, 0, 0.1);
  font-size: 1rem;
text-transform:none;
}
.tabs label:after {
  content: '';
  background: #fff;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  display: block;
}
.tabs input:hover + label {
  background: #fff;
  opacity: 0.8;
}
.tabs label:first-of-type {
  z-index: 4;
  box-shadow: 2px 0 2px rgba(0, 0, 0, 0.1);
}
.tab-label-2, .tab-label-3, .tab-label-4, .tab-label-5, .tab-label-6 {
  z-index: 3;
}
.tabs input:checked + label {
  background: #fff;
  z-index: 6;
  opacity: 1;
  line-height: 1.2;
}
img.imgwid_150 {
  width: 130px;
  display: block;
  margin: 0 auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.clear-shadow {
  clear: both;
}
.content {
  background: #fff;
  position: relative;
  width: 100%;
  height: 395px;
  z-index: 5;
  box-shadow: 0 -2px 3px -2px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.1);
  border-radius: 0 3px 3px 3px;
}
.content div.content-1, .content div.content-2, .content div.content-3, .content div.content-4, .content div.content-5, .content div.content-6 {
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity linear 0.1s;
  -moz-transition: opacity linear 0.1s;
  -o-transition: opacity linear 0.1s;
  -ms-transition: opacity linear 0.1s;
  transition: opacity linear 0.1s;
}
.tabs input.tab-selector-1:checked ~ .content .content-1, .tabs input.tab-selector-2:checked ~ .content .content-2, .tabs input.tab-selector-3:checked ~ .content .content-3, .tabs input.tab-selector-4:checked ~ .content .content-4, .tabs input.tab-selector-5:checked ~ .content .content-5, .tabs input.tab-selector-6:checked ~ .content .content-6 {
  z-index: 100;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: opacity ease-out 0.2s 0.1s;
  -moz-transition: opacity ease-out 0.2s 0.1s;
  -o-transition: opacity ease-out 0.2s 0.1s;
  -ms-transition: opacity ease-out 0.2s 0.1s;
  transition: opacity ease-out 0.2s 0.1s;
}
.content div h3 {
  color: #333;
  margin: 0 0 15px 0;
  font-weight: bold;
  font-size: 1.4rem;
  vertical-align: middle;
	text-align: left;
	
}
.content div h3 span {
  /*margin-left: 5px;*/
}
.content div h3 span.col_blu {
  background: #0089FF;
  color: #fff;
  font-size: 0.8rem;
  padding: 0 5px;
  margin: 0 10px 5px 0;
  vertical-align: middle;
  display: inline-block;
  border-radius: 3px;
}
.content div h3 span.col_tred {
  background: #A90000;
  color: #fff;
  font-size: 0.8rem;
  padding: 0 5px;
  margin: 0 10px 5px 0;
  vertical-align: middle;
  display: inline-block;
  border-radius: 3px;
}
.content div h3 span.col_b {
  color: #cc3333;
  border: 1px #cc3333 solid;
  font-size: 0.8rem;
  padding: 0 5px;
  margin: 0 10px 5px 0;
  vertical-align: middle;
  display: inline-block;
  border-radius: 3px;
}
.content div h3 span.pd_le20 {
  padding-left: 20px;
}
div.bd_lef {
  margin: 20px 0 0;
  padding-left: 10px;
  border-left: 8px solid #ccc;
}
p.bd_btm {
  border-bottom: 1px solid #999;
  font-size: 1.1rem;
  margin-bottom: 20px;
  padding-bottom: 10px;
	text-align: left;
}
p.bd_btm span {
  background: #fff775;
  padding: 5px 5px 5px 10px;
  font-weight: bold;
}


.content ul li {
  float: left;
  font-size: 1rem;
  margin-bottom: 10px;
  padding: 5px;
  text-align: center;
}
.content ul li:first-child {
  width: 200px;
  text-align: left;
  font-weight: bold;
}
.content ul.first li:first-child {
  font-weight: normal;
}
.content ul li.bg_gly {
  background: #999;
  color: #fff;
  width: 600px;
}
.content ul li.red {
  background: #C30C22;
  color: #fff;
  font-weight: bold;
  width: 500px;
}
p.po_ab1 {
  position: absolute;
  top: 7px;
  left: 10px;
  z-index: 100;
  background: #0089FF;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  line-height: 40px;
  text-align: center;
  text-shadow: none;
  font-size: 0.8rem;
}
p.po_ab2 {
  position: absolute;
  top: 7px;
  left: 10px;
  z-index: 100;
  background: #A90000;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  line-height: 40px;
  text-align: center;
  text-shadow: none;
  font-size: 0.8rem;
}
.circle {
  background: #ffffff;
  border: 1px red solid;
  width: 8rem;
  height: 8rem;
  border-radius: 5em;
  text-align: center;
  position: absolute;
  top: 106px;
  right: 87px;
  font-size: 1rem;
  line-height: 1.4;
  box-shadow: 0 1px #fff, 0 -1px #fff, 1px 0 #fff, -1px 0 #fff;
}
.circle p {
  font-size: 90%;
  position: relative;
  top: 2.6rem;
  color: #C30C22;
  font-weight: bold;
  text-align: center;
  text-shadow: 0 1px #fff, 0 -1px #fff, 1px 0 #fff, -1px 0 #fff;
}
.circle p span {
  font-size: 1.3rem;
}
div.price_box {
  margin-left: 210px;
  margin-top: 10px;
}
div.price_box p {
  font-size: 1.3rem;
  margin-bottom: 10px;
  color: #C30C22;
  font-weight: bold;
  line-height: 1.3;
	text-align: left;
}
div.price_box p span {
  font-size: 0.9rem;
  margin-left: 5px;
  color: #333;
  font-weight: normal;
}
div.price_box p:nth-child(2) {
  font-size: 1.1rem;
  color: #333;
  font-weight: bold;
}

.price_box span.txt_l {
font-size: 1.7rem;
    color: #c30c22;
    font-weight: bold;
}
.txt_min {
  font-size: 0.9rem;
}
.btnbox p {
  background: #C30B21;
  padding: 10px 2%;
  margin: 20px auto!important;
  text-align: center;
  width: 500px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 15px;
  letter-spacing: 2px;
  line-height: 1.4;
}
.btnbox2 p {
  background: #C30B21;
  padding: 20px 2%;
  margin: 20px auto!important;
  text-align: center;
  width: 500px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 15px;
  letter-spacing: 2px;
  line-height: 1.4;
}
div#main .btnbox p a {
	color: #fff!important;
}

.btnbox a:hover {
  text-decoration: none;
}
.btnbox:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.flo_box_img {
  width: 960px;
  margin: 0 auto;
  padding-top: 30px;
  background: url(https://www.mapcamera.com/html/kinri_campaign/images/20250201_kinri_lp_bg.jpg) no-repeat;

  /*background-size: contain;*/
  border: 1px solid #999;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.flo_box_img img {
  float: left;
}
img.imgwid_448 {
  width: 448px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
img.imgwid_512 {
  width: 512px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin-left: -2px;
}
img.imgwid_730 {
  width: 730px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.tab_box {
  background: #f3f3ff;
  padding: 20px 20px 10px;
  border-radius: 5px;
  margin-bottom: 30px;
}
#main p.ttl {
  background: #000032;
  color: #fff;
  padding: 15px 2%;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 5px;
}
.balloon1 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 0;
  padding: 10px 20%;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  background: #000032;
  margin: 0 auto;
  color: #fff;
  border-radius: 30px;
  font-weight: bold;
}
.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #000032;
  color: #fff;
}
.balloon1 p {
  margin: 0;
  padding: 0;
  font-size: 1.3rem;
}
.balloon1 p span {
  font-size: 1.7rem;
	padding-right: 5px;
}
.b_box {
  width: 960px;
  margin: 0px auto;
}
.cap_box {
  background: #000032;
  color: #fff;
  padding: 10px;
  margin-bottom: 30px;
}
.cap_box li {
  font-size: 0.85rem;
  display: inline;
}
.cap_box li:before {
  content: '●';
}
.pre_btn {
  background: url(https://www.mapcamera.com/html/kinri_campaign/images/premium_bg.jpg) no-repeat;
  text-align: center;
  height: 192px;
  width: 90%;
  margin: 0 5% 30px;
  border-radius: 5px;
}
.pre_btn p {
  color: #fff;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  text-align: center;
  letter-spacing: 3px;
  font-size: 1.1rem
}
.pre_btn .bg {
  background-color: rgba(32, 37, 42, 0.8);
  padding: 10px;
  border-radius: 5px 5px 0 0;
}
.pre_btn img {
  margin: 20px auto;
}
.pre_btn a {
  display: block;
}
.pre_btn:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
#main h4 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 1.3rem;
}
#main h4 span {
  border-left: 5px #ffffff solid;
  border-right: 5px #ffffff solid;
  padding: 0 20px;
}
#contentFooter {
  color: #f3f3f3;
  background: #18214f;
  padding: 30px 0 20px;
  border-radius: 10px;
}
p.scQ {
  text-align: center;
  background: #f3f3f3;
  color: #18214f;
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0 40px 10px !important;
  padding: 10px 2%;
  border-radius: 5px;
}
p.scA {
  line-height: 1.5;
  padding: 0 50px;
  margin-bottom: 30px !important;
	text-align: left;
}
div#scHowTo {
  margin-bottom: 30px;
  margin: 0 10px 50px 50px;
}
div#scHowTo li {
  width: 150px;
  float: left;
  margin-right: 30px;
  margin-top: 0;
}
div#scHowTo li p {
  font-size: 0.95rem;
  line-height: 1.5;
}
ul#scMerit {
  /* margin-left: 100px; */
  /* margin-right: -100px; */
  /* margin-bottom: 60px; */
  /* margin-top: 30px; */
  margin: 30px 11% 65px;
}
ul#scMerit li {
  float: left;
  /* margin-right: 120px;*/
  margin: 0 5%;
}
div#scHowTo li:before {
  content: url(https://www.mapcamera.com/html/kinri_campaign/images/20160501_kinri0_icn_04_2.png);
  display: block;
  margin-top: -47px;
  position: relative;
  top: 68px;
  left: -30px;
}
div#scHowTo li:first-child:before {
  content: "";
  margin-top: -47px;
  display: none;
  margin-left: 50px;
}
div#scHowTo li img {
  width: 65%;
  margin: 0 auto 20px;
}
#main ul.menu li {
  float: left;
  width: 218px;
  text-align: center;
  border-right: 1px solid #999;
}
#main ul.menu li:last-child {
  border-right: none;
  width: 301px;
}
#main .menu {
  margin-top: 30px;
  border: 1px solid #999;
  border-bottom: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#main ul.menu li a {
  color: #333;
  font-size: 1rem;
  font-weight: bold;
  display: block;
  padding: 15px 10px;
}
#main ul.menu li.col_red {
  background: #C30C22;
}
#main ul.menu li.col_red a {
  color: #fff;
}
#main ul.menu li:last-child a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
#main ul.menu li:hover {
  background: #EFF8DF;
}
#main ul.menu li.col_red:hover {
  background-color: rgba(195, 12, 34, 0.7);
}
@media only screen and (max-width: 896px) {
  #main .menu {
    margin-top: 10px;
  }
  .tabs {
    margin: 20px 0 10px;
    width: 100%;
  }
  .tabs input {
    margin: 0;
  }
  .content {
    height: 370px;
  }
  .content div {}
	
#main h4 {
    text-align: center;
    margin-bottom: 25px;
    font-size: 0.9rem;
	}
#main h4 span {
    border-left: 5px #ffffff solid;
    border-right: 5px #ffffff solid;
    padding: 0 10px;
}
.tabs label {
    width: 14.5%;
    height: 81px;
    padding-top: 0;
    display: table-cell;
    vertical-align: middle;
    font-size: 0.75rem;
}	
  img.imgwid_150 {
    width: 50px;
    display: block;
    margin: 0 auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  p.po_ab1 {
    position: absolute;
    top: 8px;
    left: 10px;
    z-index: 100;
    background: #0089FF;
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 40px;
    line-height: 35px;
    text-align: center;
    text-shadow: none;
    font-size: 0.75rem;
  }
  p.po_ab2 {
    position: absolute;
    top: 8px;
    left: 10px;
    z-index: 100;
    background: #E70010;
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 40px;
    line-height: 35px;
    text-align: center;
    text-shadow: none;
  }
  .content ul li:first-child {
    width: 20%;
    text-align: left;
    font-weight: bold;
    font-size: 0.8rem;
    /*margin-top: -15px;*/
  }
  .content ul li.bg_gly {
    background: #999;
    color: #fff;
    width: 75%;
    text-align: left;
    padding-left: 2%;
    /* margin-top: -10px;*/
    margin-bottom: 20px;
  }
  .content ul li.red {
    background: #C30C22;
    color: #fff;
    font-weight: bold;
    width: 60%;
    text-align: left;
    padding-left: 10px;
    /*margin-top: -10px;*/
  }
  div.price_box {
    margin-left: 0;
    margin-top: 0;
  }
  .circle {
    background: #ffffff;
    border: 1px red solid;
    width: 5rem;
    height: 5rem;
    border-radius: 5em;
    text-align: center;
    position: absolute;
    top: 124px;
    right: 28px;
    font-size: 1rem;
    line-height: 1.4;
    box-shadow: 0 1px #fff, 0 -1px #fff, 1px 0 #fff, -1px 0 #fff;
  }
  .circle p {
    font-size: 90%;
    position: relative;
    top: 1.3rem;
    color: #C30C22;
    font-weight: bold;
    text-align: center;
    text-shadow: 0 1px #fff, 0 -1px #fff, 1px 0 #fff, -1px 0 #fff;
  }
  .circle p span {
    font-size: 0.9rem;
  }
  .content div h3 {
    font-size: 0.9rem;
    height: 40px;
	  word-break: break-all;
  }
  .content div h3 span.pd_le20 {
    padding-left: 5px;
  }
  p.bd_btm {
    font-size: 1rem !important;
    margin-bottom: 20px !important;
  }
  div.price_box p {
    font-size: 1rem;
  }
.content div.content-1, .content div.content-2, .content div.content-3, .content div.content-4, .content div.content-5, .content div.content-6 {
    padding: 3%;
    width: 94%;
}
div.price_box p:nth-child(2) {
    font-size: 0.8rem;
    margin: 10px 0 5px!important;
}
  .content div h3 span.col_blu {
    background: #0089FF;
    color: #fff;
    font-size: 0.7rem;
    padding: 0 5px;
    margin: 0 10px 5px 0;
    vertical-align: middle;
    display: inline-block;
    border-radius: 3px;
  }
  .content div h3 span.col_tred {
    background: #A90000;
    color: #fff;
    font-size: 0.7rem;
    padding: 0 5px;
    margin: 0 5px 5px 0;
    vertical-align: middle;
    display: inline-block;
    border-radius: 3px;
  }
  .content div h3 span.col_b {
    color: #cc3333;
    border: 1px #cc3333 solid;
    font-size: 0.7rem;
    padding: 0 5px;
    margin: 0 10px 5px 0;
    vertical-align: middle;
    display: inline-block;
    border-radius: 3px;
  }
  div.bd_lef {
    margin: 20px 0 0;
    padding-left: 10px;
    border-left: 4px solid #ccc;
  }
  .btnbox p {
    background: #C30B21;
    padding: 3% 1%;
    margin: 0 auto;
    text-align: center;
    width: 70%;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    border-radius: 15px;
    margin: 30px 15% !important;
  }
  ul#scMerit li {
    float: left;
    margin-right: 0;
    margin: 0 1.4%;
    width: 30.5%;
  }
  ul#scMerit img {
    width: 100%;
  }
  .flo_box_img {
    width: 100%;
    border-top: none;
  }
  .b_box {
    width: 96%;
    margin: 0px 2%;
  }
.balloon1 {
    position: relative;
    display: inline-block;
    margin: 1.5em 0 0;
    padding: 5px 4%;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    background: #000032;
    margin: 0 auto;
    color: #fff;
    border-radius: 50px;
    font-weight: bold;
    width: 90%;
    text-align: center;
    display: inline-block;
}
  .pre_btn p {
    color: #fff;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    text-align: center;
    letter-spacing: 3px;
    font-size: 0.85rem;
  }
  div#scHowTo li {
    width: 18%;
    float: left;
    margin-right: 2%;
    margin-top: 0;
    text-align: center;
  }
  #main h4 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 1rem;
  }
  div#scHowTo li img {
    width: 38%;
    margin: 15px auto;
  }
  div#scHowTo li p {
    font-size: 0.85rem;
    line-height: 1.5;
  }
  div#scHowTo {
    margin-bottom: 30px;
    margin: 0 5% 50px 6%;
    width: 90%;
  }
  ul#scMerit {
    margin: 30px 8.5% 60px;
  }
  .fa-caret-down {
    display: none;
  }
  #main ul.menu li {
    float: left;
    width: 23%;
    text-align: center;
  }
  #main ul.menu li:last-child {
    border-right: none;
    width: 30.58%;
    box-sizing: border-box;
  }
  #main ul.menu li a {
    color: #333;
    font-size: 0.9rem;
    font-weight: bold;
    display: block;
    padding: 8px 10px;
  }
  div#container div#main .cap_box li {
    font-size: 0.8rem;
    text-align: left;
    display: block;
  }
p.scQ {
    font-size: 0.8rem;
    margin: 0 20px 10px !important;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}	
p.scA {
    font-size: 0.8rem;
    padding: 0 30px !important;
}	
	.price_box span.txt_l {
    font-size: 1.5rem;
	}
div#scHowTo li:before {
    content: url(https://www.mapcamera.com/html/kinri_campaign/images/20160501_kinri0_icn_04_2.png);
    display: block;
    margin-top: -47px;
    position: relative;
    top: 68px;
    left: -60px;
}	
}
@media only screen and (max-width: 736px) {
  #main ul.menu li:last-child {
    border-right: none;
    width: 30.55%;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 667px) {
  ul#scMerit {
    margin: 20px 8.5% 50px;
  }
  #main ul.menu li {
    float: left;
    width: 22%;
    text-align: center;
  }
  #main ul.menu li:last-child {
    border-right: none;
    width: 33.5%;
    box-sizing: border-box;
  }
	.balloon1 {
    position: relative;
    display: inline-block;
    margin: 1.5em 0 0;
    padding: 10px 3%;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    background: #000032;
    margin: 0 auto;
    color: #fff;
    border-radius: 50px;
    font-weight: bold;
	width: 90%;
}
}
@media only screen and (max-width: 568px) {
  .content ul li.bg_gly {
    background: #999;
    color: #fff;
    width: 74%;
    text-align: left;
    padding-left: 2%;
    /* margin-top: -10px;*/
    margin-bottom: 20px;
  }
.balloon1 p {
    margin: 0;
    padding: 0;
    font-size: 1rem;
}
  #main ul.menu li a {
    color: #333;
    font-size: 0.8rem;
    font-weight: bold;
    display: block;
    padding: 8px 10px;
  }
  #main ul.menu li:last-child {
    border-right: none;
    width: 33.4%;
    box-sizing: border-box;
  }
.content {
    height: 390px;
}	
div#scHowTo li:before {
    content: url(https://www.mapcamera.com/html/kinri_campaign/images/20160501_kinri0_icn_04_2.png);
    display: block;
    margin-top: -47px;
    position: relative;
    top: 68px;
    left: -45px;
}	
}
@media only screen and (max-width: 480px) {
	
  .content {
    height: 410px;
  }
  .content ul li.bg_gly {
    background: #999;
    color: #fff;
    width: 70%;
    text-align: left;
    padding-left: 4%;
    /*  margin-top: -10px;*/
  }
  div.price_box {
    margin-left: 0;
    margin-top: 0;
  }
  .balloon1 {
    position: relative;
    display: inline-block;
    margin: 1.5em 0 0;
    padding: 10px 4% 15px;
    min-width: 120px;
    max-width: 96%;
    color: #555;
    background: #000032;
    margin: 0 auto;
    color: #fff;
    border-radius: 5px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
	  width: 90%;
  }
  .balloon1 p {
    text-align: center;
    font-size: 1rem;
  }
  .balloon1 p span {
    font-size: 1.2rem;
  }
  .pre_btn p {
    color: #fff;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    text-align: center;
    letter-spacing: 1px;
    font-size: 0.8rem;
  }
  .pre_btn {
    background: url(https://www.mapcamera.com/html/kinri_campaign/images/premium_bg.jpg) no-repeat;
    background-size: cover;
    text-align: center;
    height: initial;
    width: 90%;
    margin: 0 5% 30px;
    border-radius: 5px;
  }
  img.imgwid_512 {
    margin-top: -10px !important;
  }
  .cap_box ul {
    padding: 10px;
  }

  ul#scMerit {
    margin: 0 8% 30px;
  }
  ul#scMerit li {
    float: left;
    margin-right: 0;
    margin: 0 1.4%;
  }
  div#scHowTo li {
    width: 100%;
    float: left;
    margin: 0 auto 10px;
    padding: 0 !important;
    border-radius: 10px;
    text-align: center;
  }
  div#scHowTo {
    margin-bottom: 30px;
    margin: 0 auto 60px;
    width: 70%;
  }
  .fa-caret-down {
    margin: 30px auto 0;
    display: block;
    font-size: 3rem;
    color: #fffad1;
  }
  div#scHowTo li img {
    width: 38%;
    margin: 0 auto 15px;
  }
  .btnbox p {
    background: #C30B21;
    padding: 5% 1%;
    text-align: center;
    width: 90%;
    color: #fff;
    font-size: 0.9rem;
    font-weight: bold;
    border-radius: 15px;
    margin: 30px 4% !important;
  }
	.btnbox2 p {
    background: #C30B21;
    padding: 5% 1%;
    text-align: center;
    width: 80%;
    color: #fff;
    font-size: 0.9rem;
    font-weight: bold;
    border-radius: 15px;
    margin: 30px 9% !important;
}
  div#scHowTo li:before {
    content: none;
  }
  #main ul.menu li {
    border-right: 0;
    float: left;
    width: 50%;
    text-align: center;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
    box-sizing: border-box;
  }
  #main ul.menu li:last-child {
    border-right: none;
    width: 50%;
  }
  #main ul.menu li:nth-child(2) {
    border-right: none;
  }
  div#scHowTo li p {
    font-size: 0.85rem;
    line-height: 1.5;
    border-left: 3px solid #ccc;
    border-right: 3px solid #ccc;
    padding: 0 20px;
  }
  .content ul.first li:first-child {
    padding-top: 0;
  }
  .tabs label {
    width: 30%;
    height: 88px;
    padding-top: 15px;
    display: table-cell;
    vertical-align: middle;
    font-size: 0.75rem;
  }	
}
@media only screen and (max-width: 375px) {
  .content {
    height: 480px;
  }
  p.po_ab1 {
    position: absolute;
    top: 8px;
    left: 10px;
    z-index: 100;
    background: #0089FF;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 40px;
    line-height: 30px;
    text-align: center;
    text-shadow: none;
    font-size: 0.7rem;
  }
  p.po_ab2 {
    position: absolute;
    top: 8px;
    left: 10px;
    z-index: 100;
    background: #E70010;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 40px;
    line-height: 30px;
    text-align: center;
    text-shadow: none;
    font-size: 0.7rem;
  }
  .content ul li.bg_gly {
    background: #999;
    color: #fff;
    width: 69%;
    text-align: left;
    padding-left: 4%;
    /*margin-top: -10px;*/
  }
  .content div.content-1, .content div.content-2, .content div.content-3, .content div.content-4, .content div.content-5, .content div.content-6 {
    padding: 20px;
    width: 86%;
  }
.tabs label {
    width: 29%;
    height: 88px;
    padding-top: 15px;
    display: table-cell;
    vertical-align: middle;
    font-size: 0.75rem;
}	
}
@media only screen and (max-width: 320px) {
  .content {
    height: 510px;
  }
  .circle {
    background: #ffffff;
    border: 1px red solid;
    width: 5rem;
    height: 5rem;
    border-radius: 5em;
    text-align: center;
    position: absolute;
    top: 129px;
    right: 15px;
    font-size: 1rem;
    line-height: 1.4;
    box-shadow: 0 1px #fff, 0 -1px #fff, 1px 0 #fff, -1px 0 #fff;
  }
  .tabs label {
    width: 29%;
    height: 88px;
    padding-top: 15px;
    display: table-cell;
    vertical-align: middle;
    font-size: 0.75rem;
  }
  .tab_box {
    background: #f3f3ff;
    padding: 20px 10px 10px;
    border-radius: 5px;
    margin-bottom: 30px;
  }
#main h4 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 0.85rem;
}	
	#main ul.menu li.col_red a {
    color: #fff;
    font-size: 0.65rem;
    line-height: 2;
}
}