@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Meiryo', "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", sans-serif !important;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

body {
  margin-top: 60px;
}

body .topbar {
  display: none;
}

body .view_wrap {
  width: 100%;
  margin: 0 auto;
}

body .view_wrap > .sp_header {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  position: fixed;
  overflow: hidden;
  top: 0;
  height: 100px;
  width: 100%;
  background-color: white;
  z-index: 5;
  padding: 0.5rem;
}

body .view_wrap > .sp_header.scrolled {
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}

body .view_wrap > .sp_header .phone {
  color: black;
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
  width: 50%;
  float: left;
}

@media screen and (max-width: 685px) {
  body .view_wrap > .sp_header .phone {
    font-size: 2.2rem;
  }
}

body .view_wrap > .sp_header .phone .freedial:before {
  content: url(../img/freedial_pc.png);
  margin-right: 10px;
}

body .view_wrap > .sp_header .phone a {
  color: black;
  display: block;
}

body .view_wrap > .sp_header .phone a img {
  display: block;
  width: 100%;
  height: auto;
}

body .view_wrap > .sp_header .phone p {
  font-size: 1.6rem;
  line-height: 0.1rem;
}

body .view_wrap > .sp_header .gnav {
  width: 50%;
  float: left;
  padding-left: 0.5rem;
}

body .view_wrap > .sp_header .gnav a {
  display: block;
  width: 50%;
  float: left;
}

body .view_wrap > .sp_header .gnav a img {
  display: block;
  width: 100%;
}

body .view_wrap > .sp_header .gnav a:nth-child(2) img {
  padding-left: 0.1rem;
}

body .view_wrap > .sp_header .gnav a:nth-child(1) img {
  padding-right: 0.1rem;
}

body .view_wrap div.mainVi img {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 100px;
}

body .view_wrap div.mainVi p {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  background-color: #dedfcf;
  margin-bottom: 0;
  border-bottom: groove;
}

body .view_wrap div.mainVi span {
  font-size: 3.0rem;
  color: red;
}

body .view_wrap div.mainVi .mainCamp {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  width: 100%;
  background-color: #dedfcf;
  background: -webkit-gradient(linear, left top, left bottom, from(#5ca8ab), to(#00429b));
  background: linear-gradient(#5ca8ab, #00429b);
  padding-bottom: 10px;
}

body .view_wrap div.mainVi .mainCamp strong:first-child {
  font-size: 2.0rem;
}

body .view_wrap div.mainVi .mainCamp strong:last-child {
  font-size: 4.5rem;
}

body .view_wrap div.mainVi .mainCamp small {
  color: #4f5046;
  font-size: 1.2rem;
  text-align: left;
  margin-left: 10%;
}

body .view_wrap div.mainVi .mainCamp .campImg {
  margin: 0 auto;
  width: 40%;
}

body .view_wrap div.mainVi .mainCamp .campTxt {
  margin-top: 1em;
}

body .view_wrap div.sumakara {
  color: black;
  margin: 0 auto;
  padding: 10px;
  width: 70%;
  clear: both;
  background: -webkit-gradient(linear, left top, left bottom, from(#ecf842), to(#f5f6c3));
  background: linear-gradient(#ecf842, #f5f6c3);
  border-radius: 6px;
}

body .view_wrap div.sumakara h2 {
  text-align: center;
  padding-bottom: 10px;
}

body .view_wrap div.sumakara a {
  text-decoration: none;
  color: black;
}

body .view_wrap div.sumakara .Logo {
  width: 70%;
  float: left;
}

body .view_wrap div.sumakara .Logo .Txt {
  font-weight: bold;
}

body .view_wrap div.sumakara .Logo .Txt .circle {
  border-radius: 50%;
  border: solid 3px black;
  width: 90px;
  height: 90px;
  margin-right: 10px;
  text-align: center;
  float: left;
}

body .view_wrap div.sumakara .Logo .Txt .circle p {
  font-size: 1.6rem;
}

body .view_wrap div.sumakara .Logo .Txt .price {
  float: left;
}

body .view_wrap div.sumakara .Logo .Txt .price p {
  font-size: 1.7rem;
}

body .view_wrap div.sumakara .Logo .Txt strong {
  font-size: 4.6rem;
}

@media screen and (max-width: 840px) {
  body .view_wrap div.sumakara .Logo .Txt strong {
    font-size: 3.2rem;
  }
}

body .view_wrap div.sumakara .Img {
  width: 30%;
  margin-top: -30px;
  float: left;
}

body .view_wrap div.sumakara .Img p {
  color: white;
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
  padding: 3px;
  background-color: #f36818;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
          box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-radius: 6px;
}

body .view_wrap div.sumakara .Img img {
  margin-left: 5px;
}

body .view_wrap div.sumakara small {
  color: #4f5046;
  font-size: 1.3rem;
  line-height: 1.2rem;
}

body .view_wrap > .wrapper {
  padding: 1rem 5%;
}

body .view_wrap > .wrapper.gray {
  background-color: #eee;
}

body .view_wrap > .wrapper.gray h1 {
  color: black;
}

body .view_wrap > .wrapper.gray h1 mark {
  background: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(20%, #263573));
  background-image: linear-gradient(transparent 60%, #263573 20%);
}

body .view_wrap > .wrapper.small {
  margin: 0 1.5rem 1rem 1.5rem;
  position: relative;
}

body .view_wrap > .wrapper.small .bar {
  background-color: #263573;
  width: 100%;
  height: 1.5rem;
  position: absolute;
  top: -1.5rem;
  left: 0;
}

body .view_wrap > .wrapper.yellow {
  background-color: #263573;
}

body .view_wrap > .wrapper.yellow h1 {
  color: black;
}

body .view_wrap > .wrapper.yellow h1 mark {
  background: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(20%, white));
  background-image: linear-gradient(transparent 60%, white 20%);
}

body .view_wrap > .wrapper.blue {
  background-color: #00ACE4;
}

body .view_wrap > .wrapper.blue h1 {
  color: black;
}

body .view_wrap > .wrapper.blue h1 mark {
  background: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(20%, white));
  background-image: linear-gradient(transparent 60%, white 20%);
}

body .view_wrap > .wrapper h1 {
  margin: 0.5rem 0 2rem 0;
  font-size: 1.7rem;
  line-height: 1.5em;
  font-weight: bold;
}

body .view_wrap > .wrapper h2 {
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 1rem;
}

body .view_wrap > .wrapper p {
  font-size: 1.5rem;
  line-height: 1.5em;
  margin: 0.5em 0;
}

body .view_wrap > .wrapper ul li {
  font-size: 1.3rem;
  line-height: 1.5em;
}

body .view_wrap > .wrapper .col2 {
  overflow: hidden;
  margin: 0 -2.5%;
}

body .view_wrap > .wrapper .col2 .col {
  float: left;
  width: 45%;
  margin: 0 2.5%;
}

body .view_wrap > .wrapper .col2 .col:nth-child(odd) {
  margin-right: 2.5%;
}

body .view_wrap > .wrapper .col2 .col:nth-child(even) {
  margin-left: 2.5%;
}

body .view_wrap > .wrapper.price .col2 {
  margin-bottom: 1.5rem;
}

body .view_wrap > .wrapper.price h3 {
  background-color: #004aad;
  color: white;
  text-align: center;
  font-size: 1.8rem;
  padding: 0.4em 0;
  margin-bottom: 0.5rem;
}

body .view_wrap > .wrapper.price .col3 {
  width: 70%;
  margin: 0 auto;
  /*float: left;*/
  justify-content: space-between;
}

body .view_wrap > .wrapper.price .col3 strong {
  font-size: 3.4rem;
}

body .view_wrap > .wrapper.price .col3 .priceCap {
  font-size: 1.8rem;
  border: solid 3px white;
  text-align: center;
  position: relative;
  z-index: 2;
}

body .view_wrap > .wrapper.price .col3 .priceCap p {
  font-size: 1.5rem;
  color: white;
  background-color: blue;
  opacity: 80%;
}

body .view_wrap > .wrapper.price .col3 .pricebar {
  margin-bottom: -40px;
}

body .view_wrap > .wrapper.price .col3 .tax {
  color: red;
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
  margin-top: 50px;
}

body .view_wrap > .wrapper.price .col3 .star {
  font-size: 1.8rem;
  width: 100%;
  margin: 1rem;
  vertical-align: middle;
}

body .view_wrap > .wrapper.price img {
  width: 100%;
  height: auto;
  margin-top: 15px;
}

body .view_wrap > .wrapper.price .box {
  padding: 1.5rem;
  background-color: #DFDFD0;
}

body .view_wrap > .wrapper.flow .wrap .flowList {
  border: 5px solid #6b90db;
}

body .view_wrap > .wrapper.flow .wrap ul {
  padding: 0px;
}

body .view_wrap > .wrapper.flow .wrap li {
  padding: 30px;
  list-style: none;
}

body .view_wrap > .wrapper.flow .wrap li dl {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

body .view_wrap > .wrapper.flow .wrap li dl dt {
  width: 35%;
  font-size: 1.5rem;
  font-weight: 600;
  color: #6b90db;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-right: 1vw;
  text-align: center;
}

body .view_wrap > .wrapper.flow .wrap li dl dt .icon {
  font-size: 1.5rem;
  color: #fff;
  background: #6b90db;
  padding: 5px 10px;
  margin-bottom: 10px;
  display: block;
  border-radius: 20px;
}

body .view_wrap > .wrapper.flow .wrap li dl dd {
  width: 65%;
  font-size: 1.5rem;
  line-height: 1.8rem;
  text-align: left;
}

body .view_wrap > .wrapper.flow .wrap li:not(:last-child) {
  border-bottom: 3px solid #6b90db;
  position: relative;
}

body .view_wrap > .wrapper.flow .wrap li:not(last-child):before {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 15%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-width: 22px;
  border-top-color: #6b90db;
}

body .view_wrap > .wrapper.flow .wrap li:not(:last-child):after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 15%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-width: 18px;
  border-top-color: #fff;
}

body .view_wrap > .wrapper.flow .wrap li:last-child:before {
  display: none;
}

body .view_wrap > .wrapper.qa .items .item {
  border-top: 2px solid #8A8A7B;
}

body .view_wrap > .wrapper.qa .items .item .q {
  padding: 1rem 0;
  overflow: hidden;
  cursor: pointer;
}

body .view_wrap > .wrapper.qa .items .item .q > div {
  float: left;
}

body .view_wrap > .wrapper.qa .items .item .q > div.num {
  width: 20%;
  background-color: #DFDFD0;
  border-radius: 0.5rem;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  padding: 0.5em 0;
}

body .view_wrap > .wrapper.qa .items .item .q > div.txt {
  padding: 0 1rem;
  width: 80%;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.5em;
  position: relative;
}

body .view_wrap > .wrapper.qa .items .item .q > div.txt:after {
  content: "▼";
  position: absolute;
  right: 0;
  top: 0.4rem;
  font-size: 0.8rem;
  color: #ccc;
}

body .view_wrap > .wrapper.qa .items .item .q.active .txt:after {
  content: "▲";
  position: absolute;
  right: 0;
  top: 0.4rem;
  font-size: 0.8rem;
  color: #ccc;
}

body .view_wrap > .wrapper.qa .items .item .a {
  border-top: 1px dotted #8A8A7B;
  font-size: 1.3rem;
  line-height: 1.8em;
  padding: 1rem 0;
  display: none;
}

body .view_wrap footer {
  background-color: #263573;
}

body .view_wrap footer .wrapper {
  padding: 1rem;
}

body .view_wrap footer .wrapper.alpha {
  background-color: rgba(255, 255, 255, 0.13);
}

body .view_wrap footer .wrapper .phone {
  padding: 1rem 0;
}

body .view_wrap footer .wrapper .phone .freedial:before {
  content: url(../img/freedial_gr.png);
  margin-right: 10px;
}

body .view_wrap footer .wrapper .phone p {
  color: white;
  text-align: center;
}

body .view_wrap footer .wrapper .phone a {
  color: white;
  text-align: center;
  font-size: 5.5rem;
  font-weight: bold;
  display: block;
  border: 1px solid #6b90db;
  border-radius: 6px;
}

body .view_wrap footer .wrapper .phone a img {
  width: 100%;
}

body .view_wrap footer .wrapper .line a {
  display: block;
  color: white;
  font-weight: bold;
  background-color: #00B900;
  padding: 1rem 0;
  text-align: center;
}

body .view_wrap footer .wrapper .contact {
  color: white;
  padding: 1rem 0;
}

body .view_wrap footer .wrapper .contact p.conform {
  border: solid 1px;
  border-radius: 5px;
  padding: 10px;
}

body .view_wrap footer .wrapper .contact p.error {
  font-size: 1rem;
  font-weight: bold;
  padding-top: 0.5em;
  color: red;
}

body .view_wrap footer .wrapper .contact h2 {
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  color: white;
}

body .view_wrap footer .wrapper .contact label {
  font-size: 1.6rem;
  display: block;
  color: white;
  padding: 1.5em 0 0.5em 0.2em;
}

body .view_wrap footer .wrapper .contact label strong {
  font-size: 0.8rem;
  font-weight: bold;
  padding-left: 1em;
  color: #F8C821;
}

body .view_wrap footer .wrapper .contact textarea {
  min-height: 7em;
}

body .view_wrap footer .wrapper .contact .checkbox_wrap {
  padding-bottom: 0.5em;
}

body .view_wrap footer .wrapper .contact .checkbox_wrap label {
  display: inline-block;
  padding: 0;
  margin-right: 1em;
}

body .view_wrap footer .wrapper .contact .btnWrap {
  padding: 1rem 0;
}

body .view_wrap footer .wrapper .contact .btnWrap button {
  width: 100%;
  margin-top: 1rem;
}

body .view_wrap footer .wrapper .address {
  text-align: center;
  padding: 1rem;
  font-size: 0.9rem;
  line-height: 1.5em;
}

body .view_wrap footer .wrapper .address .logo {
  padding: 1rem 3rem;
}

body .view_wrap footer .wrapper .address .logo a {
  display: block;
}

body .view_wrap footer .wrapper .address .logo a img {
  display: block;
  width: 100%;
}

body .view_wrap footer .wrapper .address p {
  padding: 0.5em 0;
  color: white;
  font-size: 0.7rem;
}

body .view_wrap footer .wrapper .copyright {
  text-align: center;
  font-size: 0.7rem;
  padding: 1rem 0 8rem 0;
  color: rgba(255, 255, 255, 0.3);
}

a.linkBtn {
  margin: 0.5em 0;
  padding: 1em 0;
  display: block;
  color: white;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  border-radius: 0.5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#5ca8ab), to(#00429b));
  background: linear-gradient(#5ca8ab, #00429b);
  position: relative;
}

a.linkBtn:after {
  content: '';
  display: inline-block;
  background-size: contain;
  width: 1em;
  height: 1em;
  background-image: url(../img/arrow.png);
  position: absolute;
  right: 0.5em;
}

.topBtn {
  position: fixed;
  right: 0.3rem;
  bottom: 0.3rem;
  background-color: rgba(0, 0, 0, 0.2);
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0.5rem;
}

.topBtn img {
  width: 100%;
  height: auto;
  padding: 0.5rem;
}

.pcView {
  display: none !important;
}

.case {
  text-align: center;
  margin: 20px 0;

}

.case_wrap {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
  justify-content: space-between;
  }

.case_wrap img {
  width:80%;
}

.case_box {
  width: 45%;
  margin: 20px 10px;
  }

  .features {
    text-align: left;
    padding-bottom: 20px;
  }
  
  .model_info {
    margin-left: 20%;
  }

  .pdf {
    text-align: center;
    margin: 10px 0 15px;
  }
  
  .pdf span a {
    background: #00A068;
    font-weight: bold;
    color: #fff;
    padding: 0.2em 1.4em 0.2em 0.6em;
    border-radius: 1em;
    position:relative;
    text-decoration: none;
  }
  
  .pdf span a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 0.6em;
    width: 7px;
    height: 7px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }