@charset "UTF-8";
/*============================================================
 変数管理
============================================================*/
/*============================================================
ブレイクポイント
============================================================*/
/*============================================================
スタイル
============================================================*/
/*
Calooペット LPフォーム用 SCSS (PC)
*/
/*============================================================
　デフォルトスタイルのリセット
  ============================================================*/
html, body, header, footer, section, summary, article, aside, details, menu, nav, figcaption, figure, img, div, span, iframe, form, label,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, del, em, small, strong, mark, dl, dt, dd, ol, ul, li,
table, caption, tbody, thead, tfoot, tr, th, td, input {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

header, footer, section, summary, article, aside, nav, figure, img {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

li {
  list-style: none;
  list-style-type: none;
}

hr {
  height: 0px;
  border: 0px;
}

a {
  text-decoration: none;
}

select {
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
}

.clearfix:after {
  content: " ";
  clear: both;
  display: block;
}

/*============================================================
　基本スタイル
  ============================================================*/
/*　変数　*/
/*　共通　*/
html, body {
  height: 100%;
}

html {
  font-size: 62.5%;
  position: relative;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0px;
  line-height: 1.8;
  color: #333333;
  font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: none;
}

#container {
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
}

/*============================================================
　Entry Form
  ============================================================*/
.lpform {
  background-color: #e6eced;
  height: 100%;
  text-align: center;
}
.lpform a.logo {
  width: 880px;
  text-align: right;
  margin: 0 auto;
  display: block;
  padding-top: 10px;
}
.lpform a.logo img {
  display: inline;
  width: 119px;
  height: 15px;
}
.lpform h1 {
  color: #4298A0;
  text-align: center;
  padding: 40px 0 30px;
  font-weight: 200;
  font-size: 32px;
  font-size: 3.2rem;
}
.lpform div.form-txt,
.lpform div.comp-txt {
  color: #48596c;
  width: 880px;
  max-width: 880px;
  margin: 0 auto 30px;
  padding: 10px;
  letter-spacing: 2px;
}
.lpform div.form-txt p,
.lpform div.comp-txt p {
  border: dashed 2px #48596c;
  padding: 30px 20px;
  line-height: 2;
  font-weight: 100;
  font-size: 14px;
  font-size: 1.4rem;
}
.lpform div.form-txt p span,
.lpform div.comp-txt p span {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #f7e9ae));
  background: -webkit-linear-gradient(transparent 0%, #f7e9ae 0%);
  background: linear-gradient(transparent 0%, #f7e9ae 0%);
  padding: 2px;
}
.lpform div.comp-txt {
  color: #333333;
}
.lpform div.comp-txt p {
  border: none;
  font-size: 16px;
  font-size: 1.6rem;
}
.lpform p.copyright {
  font-size: 14px;
  font-size: 1.4rem;
  color: #6e7b89;
  padding: 0 0 100px;
  text-align: center;
}

div.form-body {
  background-color: #fff;
  width: 880px;
  max-width: 880px;
  margin: 0 auto 100px;
  padding: 50px;
  -webkit-box-shadow: 0 7px 6px -6px rgba(0, 0, 0, 0.6);
          box-shadow: 0 7px 6px -6px rgba(0, 0, 0, 0.6);
}
div.form-body .step-img {
  margin-bottom: 20px;
}
div.form-body .step-img img {
  width: 100%;
}
div.form-body .step-img img.step-sp {
  display: none;
}
div.form-body table {
  width: 100%;
  border-bottom: solid #b5b5b5 1px;
  border-collapse: separate;
}
div.form-body th, div.form-body td {
  border-top: solid #b5b5b5 1px;
  height: 90px;
  padding: 0 30px;
  text-align: left;
  vertical-align: middle;
}
div.form-body th {
  width: 240px;
  background-color: #EFEFEF;
  position: relative;
}
div.form-body th span {
  color: #FF7676;
  background-color: #fff;
  border: solid #FF7676 1px;
  border-radius: 4px;
  text-align: center;
  position: absolute;
  top: 33px;
  right: 20px;
  display: block;
  padding: 4px 10px;
  line-height: 1;
  font-size: 12px;
  font-size: 1.2rem;
}
div.form-body tr.inquiry-content th {
  height: 220px;
}
div.form-body tr.inquiry-content th span {
  top: 100px;
}
div.form-body tr.inquiry-content td {
  padding: 30px;
}
div.form-body tr:last-child th,
div.form-body tr:last-child td {
  height: 162px;
}
div.form-body tr:last-child th span {
  color: #B2B2B2;
  border: solid #B2B2B2 1px;
  top: 70px;
}
div.form-body input[type=text],
div.form-body input[type=tel],
div.form-body input[type=email],
div.form-body textarea,
div.form-body select {
  width: 420px;
  height: 50px;
  padding: 7px;
  border: 2px solid #ccc;
  border-radius: 3px;
  font-size: 16px;
  font-size: 1.6rem;
}
div.form-body textarea {
  height: 100px;
  vertical-align: middle;
}
div.form-body input:hover, div.form-body input:focus,
div.form-body textarea:hover, div.form-body textarea:focus {
  background: #FFFEE8;
  outline: none;
}
div.form-body ::-webkit-input-placeholder {
  color: #bbb;
}
div.form-body ::-moz-placeholder {
  color: #bbb;
}
div.form-body :-ms-input-placeholder {
  color: #bbb;
}
div.form-body ::-ms-input-placeholder {
  color: #bbb;
}
div.form-body ::placeholder {
  color: #bbb;
}
div.form-body label {
  display: block;
  height: 40px;
  padding-top: 5px;
}
div.form-body label input {
  margin-right: 10px;
}
div.form-body label input:hover, div.form-body label input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
div.form-body span.ok-mark,
div.form-body span.ng-mark {
  width: 44px;
  height: 44px;
  line-height: 40px;
  margin-left: 10px;
  text-align: center;
  color: #fff;
  border-radius: 50px;
}
div.form-body span.ok-mark {
  background: #78B9FF;
  border: 2px solid #78B9FF;
}
div.form-body span.ng-mark {
  background: #FF7676;
  border: 2px solid #FF7676;
}
div.form-body span.error-msg {
  margin-top: 5px;
  color: #ed725c;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
}

div.entry, div.inquiry, div.pettop {
  margin: 50px auto;
}
div.entry a, div.entry input[type=submit], div.inquiry a, div.inquiry input[type=submit], div.pettop a, div.pettop input[type=submit] {
  background-color: #fb8053;
  -webkit-box-shadow: 0 7px 6px -6px rgba(0, 0, 0, 0.6);
          box-shadow: 0 7px 6px -6px rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  position: relative;
  display: inline-block;
  width: 80%;
  height: 70px;
  padding: 25px 0;
  vertical-align: middle;
  line-height: 1;
  outline: none;
}
div.entry a:hover, div.entry input[type=submit]:hover, div.inquiry a:hover, div.inquiry input[type=submit]:hover, div.pettop a:hover, div.pettop input[type=submit]:hover {
  background-color: #ff9676;
}
div.entry a:after, div.entry input[type=submit]:after, div.inquiry a:after, div.inquiry input[type=submit]:after, div.pettop a:after, div.pettop input[type=submit]:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
}
div.entry a, div.entry a::before, div.entry a::after,
div.entry input[type=submit], div.entry input[type=submit]::before, div.entry input[type=submit]::after, div.inquiry a, div.inquiry a::before, div.inquiry a::after,
div.inquiry input[type=submit], div.inquiry input[type=submit]::before, div.inquiry input[type=submit]::after, div.pettop a, div.pettop a::before, div.pettop a::after,
div.pettop input[type=submit], div.pettop input[type=submit]::before, div.pettop input[type=submit]::after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
div.entry a:hover::after,
div.entry input[type=submit]:hover::after, div.inquiry a:hover::after,
div.inquiry input[type=submit]:hover::after, div.pettop a:hover::after,
div.pettop input[type=submit]:hover::after {
  right: 15px;
}

div.inquiry input[type=submit] {
  background-color: #56bbb7;
}
div.inquiry input[type=submit]:hover {
  background-color: #6dc5c2;
}

div.pettop {
  width: 50%;
  margin: 50px auto 100px;
}
div.pettop a {
  background-color: #494949;
}
div.pettop a:hover {
  background-color: #6d6d6d;
}

div.kiyaku {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}
div.kiyaku a {
  color: #7C7C7C;
}
div.kiyaku a:hover {
  text-decoration: underline;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

div.guidance {
  padding-top: 5px;
  font-size: 14px;
  font-size: 1.4rem;
}
div.guidance a {
  color: #7C7C7C;
  text-decoration: underline;
}
div.guidance a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/*============================================================
　Banner
  ============================================================*/
ul.bnr-box {
  width: 1080px;
  margin: 0 auto 50px;
}
ul.bnr-box li {
  display: inline-block;
  margin: 0 10px;
}
ul.bnr-box li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
ul.bnr-box li a, ul.bnr-box li a::before, ul.bnr-box li a::after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
ul.bnr-box li img {
  width: 45vw;
  max-width: 500px;
  height: auto;
  display: inline-block;
  -webkit-box-shadow: 0 7px 6px -6px rgba(0, 0, 0, 0.6);
          box-shadow: 0 7px 6px -6px rgba(0, 0, 0, 0.6);
}

/*============================================================
　Tablet
  ============================================================*/
@media (max-width: 1140px) {
  .lpform a.logo,
  .lpform div.form-txt, .lpform div.comp-txt,
  div.form-body,
  ul.bnr-box {
    width: 95vw !important;
  }
}
@media (max-width: 960px) {
  div.form-body input[type=text], div.form-body input[type=tel], div.form-body input[type=email], div.form-body textarea, div.form-body select {
    width: 80%;
  }
}