@charset "UTF-8";
/*
theme Name: レジットテンプレート
Author: Plusers
Description: original theme
version： 2.0.0
*/
a > img {
  margin: auto;
}

a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 0.8;
}

.send:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 0.8;
}

.btn_act {
  text-align: center;
}

.btn_act > a {
  display: inline-block;
}

.btn_act > a:hover {
  -webkit-transform: translate3d(0, 5px, 0);
          transform: translate3d(0, 5px, 0);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

p {
  font-size: 16px;
  line-height: 1.5;
  color: #6e6e73;
}

body {
  font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, 　Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.fl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

h1 {
  font-size: 38px;
  letter-spacing: 1px;
}

h2 {
  font-size: 30px;
  line-height: 45px;
}

h3 {
  font-size: 24px;
}

@media only screen and (max-width: 600px) {
  p {
    font-size: 4vw;
    line-height: 1.7;
  }
  h1 {
    font-size: 9vw;
  }
  h2 {
    font-size: 6vw;
    line-height: 1.5;
  }
  h3 {
    font-size: 5vw;
  }
}

/****************** フォントサイズ ******************/
.font_12 {
  font-size: 12px;
}

.font_16 {
  font-size: 16px;
}

.font_20 {
  font-size: 20px;
}

.font_25 {
  font-size: 25px;
}

.font_30 {
  font-size: 30px;
}

.font_35 {
  font-size: 35px;
  line-height: 3rem;
}

.font_40 {
  font-size: 40px;
}

.font_50 {
  font-size: 50px;
}

@media only screen and (max-width: 600px) {
  .font_20 {
    font-size: 4vw;
  }
  .font_25 {
    font-size: 4.5vw;
    line-height: 1.7;
  }
}

/****************** 色 ******************/
.col_w {
  color: #fff;
}

.col_red {
  color: #b70000;
}

.col_blu {
  color: #2c477a;
}

.col_gry {
  color: #6e6e73;
}

.bg_blu {
  background-color: #2c477a;
}

.line_gry {
  border: 1px solid #949494;
}

/****************** テキスト ******************/
.txt_c {
  text-align: center;
}

.font_b {
  font-weight: bold;
}

/****************** パディング ******************/
.pd_10 {
  padding: 10px;
}

.pd_20 {
  padding: 20px;
}

.pd_30 {
  padding: 30px;
}

.pd_40 {
  padding: 40px;
}

.pd_50 {
  padding: 50px;
}

.pd_80 {
  padding: 80px;
}

.pd_100 {
  padding: 100px;
}

.pctb_100 {
  padding: 100px 0;
}

@media only screen and (max-width: 600px) {
  .sp_pd_3 {
    padding: 0 3%;
  }
  .pd_30 {
    padding: 3%;
  }
}

/****************** マージン ******************/
.mg_a {
  margin: auto;
}

.mgt_30 {
  margin-top: 30px;
}

.mgb_10 {
  margin-bottom: 10px;
}

.mgb_20 {
  margin-bottom: 20px;
}

.mgb_30 {
  margin-bottom: 30px;
}

.mgb_40 {
  margin-bottom: 40px;
}

.mgb_50 {
  margin-bottom: 50px;
}

.mgb_60 {
  margin-bottom: 60px;
}

.mgb_70 {
  margin-bottom: 70px;
}

.mgb_80 {
  margin-bottom: 80px;
}

.mgb_100 {
  margin-bottom: 100px;
}

.mgb_150 {
  margin-bottom: 150px;
}

.mgb_200 {
  margin-bottom: 200px;
}

.mgl_m20 {
  margin-left: -20%;
}

.mgtb_100 {
  margin: 100px 0;
}

@media only screen and (max-width: 600px) {
  .mgb_150 {
    margin-bottom: 30%;
  }
  .mgb_200 {
    margin-bottom: 40%;
  }
}

/****************** ワイド ******************/
.w_80 {
  width: 80%;
}

/****************** 共通項目 ******************/
.inr {
  margin: auto;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 960px;
}

.inr_common {
  max-width: 960px;
  margin: auto;
}

nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

nav ul li {
  width: 31%;
  margin: 0 17px 17px 0;
}

nav ul li:nth-child(3n) {
  margin: 0 17px 0 0;
}

@media screen and (min-width: 600px) {
  .pc_br {
    display: inline;
  }
  .sp_br {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .pc_br {
    display: none;
  }
  .sp_br {
    display: inline;
  }
}

/****************** フォーム ******************/
#form {
  color: #535353;
  padding-top: 40px;
}

#form p {
  color: #86868b;
}

@media screen and (min-width: 601px) {
  #form {
    max-width: 600px;
    margin: auto;
  }
}

@media screen and (max-width: 600px) {
  #form {
    padding: 5% 3% 0 3%;
  }
}

#form .fm_ttl {
  margin: 2.7% 0 0.5%;
  line-height: 1.7;
}

#form .fm_area input,
#form .fm_area select,
#form .fm_area textarea {
  width: 100%;
  background-color: #d6d6d62b;
}

#form .fm_area select {
  padding: 0.3em 0.8em;
  border: solid 0.5px #d6d6d6;
  border-radius: 0.1em;
  width: 100%;
  font-size: 15px;
}

@media screen and (max-width: 600px) {
  #form .fm_area select {
    width: 100%;
    font-size: 4vw;
  }
}

#form textarea,
#form input[type="text"],
#form input[type="email"],
#form input[type="hidden"] {
  padding: 0.8em;
  border-radius: 0.1em;
  border: solid 0.5px #d6d6d6;
  color: #86868b;
  background-color: #d6d6d62b;
}

#form .form_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  text-align: center;
}

#form .form_btn .send,
#form .form_btn .bcbtn {
  width: 160px;
  margin: 7% 0 20%;
  color: white;
  background-color: #2c477a;
  padding: 15px;
  font-size: 15px;
  border: none;
}

#form .form_btn .bcbtn {
  background-color: #555555;
}

@media screen and (max-width: 600px) {
  #form .form_btn {
    display: block;
  }
  #form .form_btn .bcbtn {
    margin: 7% 4% 0% 4%;
  }
  #form .form_btn .send {
    margin: 10% 0 20%;
  }
}

.mw_wp_form_complete {
  max-width: 590px;
  margin: auto;
  margin-top: 7%;
}

@media screen and (max-width: 600px) {
  .mw_wp_form_complete {
    padding: 0% 3%;
  }
}

/****************** 会社概要 ******************/
#company table {
  width: 80%;
  margin: 5% auto;
}

#company table tbody {
  font-size: 15px;
}

#company table tbody p {
  font-size: 15px;
  color: #86868b;
}

#company table th {
  font-weight: 100;
  width: 30%;
  color: #2c477a;
  border-bottom: 1px solid #d6d6d6;
  border-top: 1px solid #d6d6d6;
  padding: 28px;
  font-weight: bold;
}

@media only screen and (max-width: 600px) {
  #company table th {
    border-bottom: none;
    background: #2c477a;
    color: #fff;
  }
}

#company table td {
  color: #86868b;
  width: 70%;
  border-bottom: 1px solid #d6d6d6;
  border-top: 1px solid #d6d6d6;
  padding: 28px;
}

@media only screen and (max-width: 600px) {
  #company table td {
    padding: 3%;
  }
}

@media only screen and (max-width: 600px) {
  #company {
    padding: 10% 3%;
  }
  #company table {
    margin: initial;
    width: 100%;
  }
  #company table th {
    display: block;
    width: 100%;
    padding: 3%;
  }
  #company table td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
}
/*# sourceMappingURL=common.css.map */