@charset "UTF-8";
@import url(base.css);
@import url(common.css);
/* ---------------------------------
Forkeeyについて
---------------------------------- */
.cont_gray article {
  width: 1000px;
  margin: 0 auto;
  background: white;
  padding: 40px 30px;
  -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  zoom: 1;
  margin-bottom: 38px;
}

.cont_gray article:after {
  display: table;
  clear: both;
  content: "";
}

.cont_gray article:before {
  display: table;
  content: "";
}

.cont_gray article span.bun {
  display: block;
  position: absolute;
  top: 5px;
  left: 17px;
  z-index: 10;
}

.cont_gray article .box_l {
  width: 450px;
  float: left;
}

.cont_gray article .box_l h3 {
  width: 100%;
  border: 2px dashed #f08200;
  border-radius: 20px;
  padding: 26px;
  font-size: 22px;
  color: #f08200;
  margin-bottom: 30px;
}

.cont_gray article .box_l p {
  font-size: 14px;
  line-height: 1.8em;
}

.cont_gray article .box_r {
  width: 460px;
  float: right;
}

.cont_gray article .box_r .mailbox {
  width: 100%;
  height: 442px;
  padding: 34px;
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: #f0f0f0;
}

.cont_gray article .box_r .mailbox table {
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.cont_gray article .box_r .mailbox table tr td {
  font-size: 13px;
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.8em;
}

.cont_gray article .box_r .mailbox p {
  padding-top: 15px;
  margin-top: 15px;
  border-top: solid 1px #ccc;
  line-height: 1.8em;
}

/* ---------------------------------
Forkeeyの強み
---------------------------------- */
.cont_yellow .strongtit {
  position: relative;
  height: 545px;
}

.cont_yellow .strongtit span.bgbee {
  position: absolute;
  top: 15px;
  left: 50px;
  -webkit-animation: anime1 1s ease-in-out infinite alternate;
          animation: anime1 1s ease-in-out infinite alternate;
}

.cont_yellow .strongtit h2 {
  padding-top: 100px;
  text-align: center;
  margin-bottom: 75px;
}

.cont_yellow .strongtit ul li {
  width: 250px;
  float: left;
  margin-right: 0px;
}

.cont_yellow .strongtit ul li a {
  text-indent: -9999px;
  display: block;
  height: 256px;
}

.cont_yellow .strongtit ul li:nth-child(1) a {
  background: url(../img/strength/st_point01_off.png) no-repeat 50% 0%;
}

.cont_yellow .strongtit ul li:nth-child(1) a:hover {
  background: url(../img/strength/st_point01.png) no-repeat 50% 50%;
}

.cont_yellow .strongtit ul li:nth-child(2) a {
  background: url(../img/strength/st_point02_off.png) no-repeat 50% 0%;
}

.cont_yellow .strongtit ul li:nth-child(2) a:hover {
  background: url(../img/strength/st_point02.png) no-repeat 50% 50%;
}

.cont_yellow .strongtit ul li:nth-child(3) a {
  background: url(../img/strength/st_point03_off.png) no-repeat 50% 0%;
}

.cont_yellow .strongtit ul li:nth-child(3) a:hover {
  background: url(../img/strength/st_point03.png) no-repeat 50% 50%;
}

.cont_yellow .strongtit ul li:nth-child(4) a {
  background: url(../img/strength/st_point04_off.png) no-repeat 50% 0%;
  margin-right: 0px;
}

.cont_yellow .strongtit ul li:nth-child(4) a:hover {
  background: url(../img/strength/st_point04.png) no-repeat 50% 50%;
}

@-webkit-keyframes anime1 {
  0% {
    top: 20px;
  }
  50% {
    top: 25px;
  }
  100% {
    top: 20px;
  }
}

@keyframes anime1 {
  0% {
    top: 20px;
  }
  50% {
    top: 25px;
  }
  100% {
    top: 20px;
  }
}

article.yellowbox {
  background: white url(../img/strength/bg01.png) no-repeat top left;
}

article.yellowbox h3 {
  margin-bottom: 60px;
  font-size: 30px;
}

article.yellowbox h3 span {
  display: inline-block;
  margin-right: 80px;
  vertical-align: middle;
}

article.yellowbox ul.uselist {
  background: #f0f0f0;
  zoom: 1;
  width: 660px;
  margin: 0 auto;
  margin-bottom: 35px;
  padding: 20px;
}

article.yellowbox ul.uselist:after {
  display: table;
  clear: both;
  content: "";
}

article.yellowbox ul.uselist:before {
  display: table;
  content: "";
}

article.yellowbox ul.uselist li {
  width: 193px;
  float: left;
  margin-right: 20px;
}

article.yellowbox ul.uselist li:last-child {
  margin-right: 0;
}

article.yellowbox ul.uselist li a {
  display: block;
  height: 202px;
}

article.yellowbox ul.uselist li a:hover {
  -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  top: 2px;
}

/* ---------------------------------
ご利用イメージ
---------------------------------- */
.cont_brown {
  background: #653c1b;
  color: white;
  padding: 70px;
  zoom: 1;
}

.cont_brown .inner01 {
  width: 927px;
  margin: 0 auto;
  position: relative;
}

.cont_brown .inner01 div.tri {
  width: 43px;
  height: 37px;
  background: url(../img/use/icon_brotri.png) no-repeat center 100%;
  z-index: 10;
  position: absolute;
  top: 360px;
  left: 0;
  right: 0;
  margin: auto;
}

.cont_brown:after {
  display: table;
  clear: both;
  content: "";
}

.cont_brown:before {
  display: table;
  content: "";
}

.cont_brown .cont_l {
  width: 271px;
  float: left;
}

.cont_brown .cont_r {
  width: 583px;
  float: right;
}

.cont_brown .cont_r h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

.cont_brown .cont_r p {
  border: solid 1px white;
  padding: 18px;
  font-size: 14px;
}

ul.steps {
  width: 1000px;
  margin: 0 auto;
}

ul.steps li {
  zoom: 1;
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: dotted 3px #f08200;
}

ul.steps li:after {
  display: table;
  clear: both;
  content: "";
}

ul.steps li:before {
  display: table;
  content: "";
}

ul.steps li p {
  font-size: 17px;
}

ul.steps li h3 {
  font-size: 30px;
  color: #f08200;
  margin-bottom: 0px;
}

ul.steps li h3 span {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

ul.steps li .cont_l {
  width: 270px;
  text-align: center;
  float: left;
}

ul.steps li .cont_r {
  width: 720px;
  float: right;
}

.flowbox {
  padding: 50px 0;
}

.flowbox p {
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: bold;
  line-height: 3em;
  color: #555;
}

/* ---------------------------------
キャンペーン
---------------------------------- */
.page_campaign article {
  margin-bottom: 50px;
}

/* ---------------------------------
お問い合わせ
---------------------------------- */
#inquiryform .ex01 {
  text-align: right;
  margin-bottom: 0px;
}

#inquiryform span.required {
  width: 7px;
  display: inline-block;
  margin-right: 5px;
  margin-left: 7px;
  background: url(../img/icon_red.png) no-repeat 0 50%;
}

#inquiryform table {
  width: 100%;
  margin-bottom: 25px;
}

#inquiryform table tr th,
#inquiryform table tr td {
  padding: 14px;
  font-size: 14px;
  text-align: left;
}

#inquiryform table tr th {
  width: 180px;
}

#inquiryform table tr td input {
  width: 100%;
  border: none;
  padding: 5px;
  border: solid 1px #a0a0a0;
}

#inquiryform table tr td textarea {
  width: 100%;
  padding: 5px;
}

#inquiryform table tr td span {
  font-weight: bold;
  font-size: 12px;
  color: crimson;
}

#inquiryform table.formTable {
  margin-top: 20px;
}

#inquiryform table.formTable tr th,
#inquiryform table.formTable tr td {
  border: solid 1px #ccc;
}

#inquiryform #ppbox {
  background: #f0f0f0;
  padding: 23px;
  padding-bottom: 18px;
  margin-bottom: 30px;
}

#inquiryform #ppbox dl dt {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
}

#inquiryform #ppbox dl dd {
  font-size: 12px;
}

#inquiryform .form_submit input {
  width: 100%;
  border: none;
  background: #f08200;
  padding: 10px;
  color: white;
  cursor: pointer;
  font-size: 20px;
}

#inquiryform .form_submit input:hover {
  position: relative;
  top: 2px;
  -webkit-box-shadow: 0px 2px 2px #ccc;
          box-shadow: 0px 2px 2px #ccc;
}

#inquiryform .form_submit.one li {
  width: 100%;
}

#inquiryform .form_submit.two {
  text-align: center;
}

#inquiryform .form_submit.two li {
  width: 40%;
  display: inline-block;
  margin: 10px;
}

#inquiryform .form_submit.two li.back input {
  background: #aaa;
}

#inquiryform .form_submit.two li.send input {
  background: #f6e30e;
  color: black;
}

#form_info {
  border: solid 1px black;
  padding: 15px;
  margin-top: 50px;
}

#form_info .inner {
  width: 400px;
  margin: 0 auto;
}

#form_info .inner p {
  line-height: 1.8em;
  font-size: 14px;
  margin-bottom: 10px;
}

#form_info .inner dl {
  font-size: 14px;
  line-height: 1.7em;
}

#form_info .inner dl dt {
  font-weight: bold;
}
