@charset "UTF-8";
header {
  display: flex;
  justify-content: space-between;
  padding: 1vh 6% 0vh;
}

header h1 img{
  width:100%;
}

.contact-button {
  display: inline-block;
  background-color: #3273d2;
  color: white;
  border-radius: 8px;
  padding: 5px 20px;
  line-height: 40px;
  font-size: 24px;
}

.fv-main {
  padding: 0 0 40px;
  background-image: url(../img/background.jpg);
  background-size: cover;
  text-align: center;
}
.fv-main h1 {
  color: white;
  font-size: 65px;
  text-shadow: 1px 2px 3px #4f4e4e;
  padding-top: 5%;
}
@media (max-width: 670px) {
  .fv-main h1 {
    font-size: 50px;
  }
}
.fv-main h1 span {
  position: relative;
}
.fv-main h1 span::before {
  content: "・";
  color: yellow; /* 文字の上に置くものを指定 */
  position: absolute; /* 相対位置とする */
  top: -0.8em; /* 縦方向の表示位置を調整（-1emくらいがちょうどいいかんじ） */
  left: 0; /* 横方向の表示位置を調整 */
}
.fv-main .fv-firstimg {
  background-color: rgb(212, 96, 60);
  color: white;
  line-height: 54px;
  width: 240px;
  margin: 5vh auto 0;
  border-radius: 27px;
  font-size: 24px;
}
.fv-main .fv-firstimg span {
  font-size: 32px;
}

.fv-btm {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.fv-btm .box {
  color: #1c4682;
  background-color: white;
  font-weight: bold;
  position: relative;
  border-radius: 7px;
  padding: 20px 6px 0;
}
.fv-btm .box span {
  color: rgb(212, 96, 60);
}
.fv-btm .box span {
  font-size: 40px;
  padding-left: 4px;
}
.fv-btm .box .box-explanation {
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #1c4682;
  color: white;
  border-radius: 5px;
  font-weight: bold;
  font-size: 13px;
  width: 80%;
}
.fv-btm .box-second {
  margin: 0 10px;
}
@media (max-width: 670px) {
  .contact-button{
    display: none;
  }
  .fv-btm {
    display: block;
  }
  .fv-btm .box {
    width: 90%;
    margin: 0 auto;
    padding: 6px 2px 0;
  }
  .fv-btm .box-second {
    margin: 20px auto;
  }
}

.fv-text {
  color: #1c4682;
  background-color: white;
  font-weight: bold;
  display: flex;
  justify-content: center;
  margin: 12px 0;
  font-size: 24px;
}
.fv-text span {
  color: rgb(212, 96, 60);
}
.fv-text span {
  font-size: 32px;
}

.button-area-one {
  background-color: #5c90db;
}

.button-area-two {
  background-color: white;
}

.button-area {
  display: flex;
  justify-content: center;
  padding: 20px 0;
}

.button-area a{
  color:#fff;
  text-decoration: none;

}

.button-area .button-box {
  position: relative;
  border: 1.4px solid rgb(223, 220, 220);
  color: white;
  border-radius: 8px;
  padding: 8px 40px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  font-size: 15px;
  box-shadow: 0 5px 5px 0 rgba(155, 155, 155, 0.5);
}
.button-area .button-box span {
  font-size: 10px;
}
.button-area .button-box .arrow {
  position: absolute;
  top: 18px;
  right: 10px;
}
.button-area .orange-box {
  background: linear-gradient(#f88745, #c04904);
}
.button-area .blue-box {
  background: linear-gradient(#137CD6, #0A3E6B);
  margin: 0 10px;
}
.button-area .black-box {
  background: linear-gradient(#3d3d3d, #000000);
  display: none;
}

#nav {
  background-color: #e8e6e6;
  padding: 23px 0;
}
#nav ul {
  display: flex;
  justify-content: center;
  list-style: none;
  font-weight: bold;
  color: #303030;
}
#nav ul .nav-2 {
  border-right: 2px solid #303030;
  border-left: 2px solid #303030;
  margin: 0 30px;
  padding: 0 30px;
}

#rate {
  padding: 50px 0;
  text-align: center;
}
#rate h2 {
  text-align: center;
  margin-bottom: 50px;
}
#rate h2 span {
  background: linear-gradient(transparent 50%, yellow 50%);
}
#rate #rate-table {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
}
#rate #rate-table tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}
#rate #rate-table th {
  background-color: #116bb8;
  color: white;
  padding: 10px 0;
}
#rate #rate-table td {
  text-align: center;
  background-color: rgb(244, 244, 244);
}
#rate #rate-table .the-gift-type {
  background: #798792;
}

#promise {
  position: relative;
  background-color: #3273d2;
  padding: 30px 0;
}
#promise .promise {
  margin: auto;
  background-image: url(../img/promise-background.jpg);
  background-size: cover;
  padding: 40px 0;
}
#promise .promise .promise-area {
  background-color: white;
  width: 700px;
  min-width: 50%;
  max-width: 90%;
  max-height: 90%;
  margin: 25px auto 0;
  text-align: center;
  padding: 26px;
}
#promise .promise .promise-area #promise-area-bar {
  background-color: #1a3f75;
  color: white;
  padding: 10px;
  border-radius: 8px;
  font-weight: bold;
}
#promise .promise .promise-area h2 {
  color: #1c4682;
  background-color: white;
  font-weight: bold;
  margin: 20px 0 40px;
  font-size: 28px;
}
#promise .promise .promise-area h2 span {
  color: rgb(212, 96, 60);
}
#promise .promise .promise-area h2 span {
  font-size: 50px;
}
#promise .promise .promise-area #promise-ul-area {
  display: flex;
  justify-content: center;
  font-size: 13px;
}
#promise .promise .promise-area #promise-ul-area ul {
  list-style: none;
}
#promise .promise .promise-area #promise-ul-area ul li {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 18px;
}
#promise .promise .promise-area #promise-ul-area .ul-first {
  margin-right: 20px;
}

#step {
  background-image: url(../img/step-background.jpg);
  background-size: cover;
  text-align: center;
  padding: 50px 0;
}
#step h2 {
  color: #dd8266;
  font-size: 69px;
}
#step p {
  font-size: 26px;
}
#step .each-step {
  background: white;
  width: 38%;
  margin: 0 auto 20px;
  border: 2px solid #1c4682;
}
#step .each-step h3 {
  background-color: #1c4682;
  color: white;
}
#step .each-step p {
  font-size: 17px;
  color: #303030;
  margin-bottom: 30px;
}
#step .each-step img {
  margin: 20px 0;
}

#question {
  margin: 50px 0;
  text-align: center;
}
#question #question-ul-area {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  width: 50%;
}
#question #question-ul-area ul {
  list-style: none;
  width:50%;
}
@media (max-width: 730px) {
  #question #question-ul-area ul{
    width:100%;
  }
}
#question #question-ul-area ul li {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 18px;
}

#question #question-ul-area ul li.ans{
  border-bottom: solid 2px #204e92;
  padding-bottom: 1em;
}
#question h2 {
  margin-bottom: 40px;
}
#question h2 span {
  background: linear-gradient(transparent 70%, yellow 50%);
}
#question .ul-first {
  margin-right: 20px;
}
#question .a {
  background-color: #c6502c;
  color: white;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 23px;
  margin-right: 10px;
  margin-bottom: 30px;
}
#question .q {
  background-color: #204e92;
  color: white;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 23px;
  margin-right: 10px;
}
#question .o {
  font-size: 14px;
  font-weight: bold;
  color: #303030;
  text-align: left;
  margin-top: 0.5rem;
}

#contact {
  background-color: #1c4682;
  padding: 20px 0;
}
#contact h2 {
  margin-bottom: 50px;
}
#contact h2 span {
  color: #303030;
  background: linear-gradient(transparent 60%, yellow 50%);
}
#contact #contact-inner {
  background-color: white;
  width: 50%;
  margin: 0 auto;
  text-align: center;
  padding: 34px 20px;
}
#contact #contact-inner a {
  display: inline-block;
  width: 80%;
  line-height: 70px;
  border-radius: 35px;
  background-color: rgb(212, 96, 60);
  color: white;
  font-size: 27px;
}
#contact #contact-inner .contact {
  position: relative;
}
#contact #contact-inner .contact img {
  position: absolute;
  bottom: -12px;
  right: 30px;
}

#company {
  margin: 50px 0;
}
#company h2 {
  text-align: center;
}
#company table {
  margin: 50px auto;
  border-spacing: 10px 5px;
  font-size: 18px;
}
#company th {
  padding: 10px 23px;
  background-color: #1c4682;
  color: white;
}
#company td {
  border-bottom: 1.5px solid #1c4682;
  font-weight: bold;
}

@media (max-width: 730px) {
  body #promise .promise .promise-area #promise-ul-area {
    display: block;
  }
  body #promise .promise .promise-area #promise-ul-area ul {
    text-align: center;
  }
  body #step .each-step {
    width: 60%;
  }
  body #question #question-ul-area {
    display: block;
    width: 90%;
  }
  body #contact #contact-inner {
    width: 90%;
  }
}
@media (max-width: 520px) {
  body .fv-main h1 {
    font-size: 35px;
  }
  body .fv-main h1 span {
    position: relative;
  }
  body .fv-main h1 span::before {
    content: "・";
    color: yellow; /* 文字の上に置くものを指定 */
    position: absolute; /* 相対位置とする */
    top: -1em; /* 縦方向の表示位置を調整（-1emくらいがちょうどいいかんじ） */
    left: 0; /* 横方向の表示位置を調整 */
  }
  body #nav ul .nav-2 {
    margin: 0 16px;
    padding: 0 16px;
  }
  body .button-area {
    display: block;
  }
  body .button-area .button-box {
    width: 90%;
    margin: 0 auto 10px;
  }
  body #step .each-step {
    width: 80%;
  }
  body #contact #contact-inner {
    width: 90%;
  }
  body #contact #contact-inner h2 {
    font-size: 20px;
  }
  body #contact #contact-inner .contact img {
    display: none;
  }
  body #company table {
    font-size: 14px;
    border-spacing: 8px 3px;
  }
  body #company th {
    padding: 5px;
    width: 24%;
  }
  body #promise .promise .promise-area h2 {
    font-size: 20px;
  }
  body #promise .promise .promise-area h2 span {
    font-size: 24px;
  }
}/*# sourceMappingURL=index.css.map */


#ff-compose .ff-secfields .form-group{
  border: solid 1px #b9b9b9;
  margin-bottom: 10px;
}

#ff-compose .ff-secfields .form-group > label{
  background-color:#116bb8;
  color:#f9f9f9;
  padding:10px;
}

#ff-compose .ff-secfields .form-check{
  padding:10px;
}

#ff-compose .ff-item{
  padding:0;
}

#ff-id-1181218414, #ff-id-2055413961,
#ff-id-355434407, #ff-id-459890432,
#ff-id-102704621, #ff-id-228633925,
#ff-id-2067437441,#ff-id-292465149,
#ff-id-1174330007,#ff-id-83054217,
#ff-id-1343713030,#ff-id-970367638,
#ff-id-1710960824,#ff-id-346209344,
#ff-id-789158454, #ff-id-1551432943,
#ff-id-1607576038,#ff-id-1035796880,
#ff-id-1537412375,#ff-id-475660167{
  width:50%;
  float: left;
}

#ff-id-25628571{
  clear: both;
}
#Static1263903146{
  margin-top:10px;
}
#Static1263903146 ul{
  list-style-position: inside;
  padding-left:10px;
}

#Static1729162120{
  margin-top:10px;
  padding:1em;
  height:200px;
  overflow: scroll;
}

#Static966765075,#Static1103440770,#Static254727606,#Static2115608027{
  padding:1em;
}