@charset "utf-8";

/*--------------------------------------------
エージェント別
--------------------------------------------*/
/********* pc *********/
.u-pc {
  display: block !important;
}

.u-pc__flex {
  display: flex !important;
}

.u-pc__inline {
  display: inline !important;
}

.u-sp,
.u-sp__flex,
.u-sp__inline {
  display: none !important;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .u-pc,
  .u-pc__flex,
  .u-pc__inline {
    display: none !important;
  }

  .u-sp {
    display: block !important;
  }

  .u-sp__flex {
    display: block !important;
  }

  .u-sp__inline {
    display: inline !important;
  }
}


/*--------------------------------------------
margin-top
--------------------------------------------*/
.u-mt_0 {
  margin-top: 0 !important;
}

.u-mt_05em {
  margin-top: 0.5em !important;
}

.u-mt_10em {
  margin-top: 1em !important;
}

.u-mt_15em {
  margin-top: 1.5em !important;
}

.u-mt_20em {
  margin-top: 2em !important;
}

.u-mt_25em {
  margin-top: 2.5em !important;
}

.u-mt_30em {
  margin-top: 3em !important;
}

.u-mt_40em {
  margin-top: 4em !important;
}

.u-mt_50em {
  margin-top: 5em !important;
}

.u-mt_60em {
  margin-top: 6em !important;
}


/*--------------------------------------------
日本語フォント（Noto Sans JP）
--------------------------------------------*/
.u-font_notosans {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}
/* weight
Light:300
Medium:500
Regular:400
bold:700
Black:900
*/


/*--------------------------------------------
日本語フォント（Makinas 4 Flat）
--------------------------------------------*/
.u-font_makinas {
  font-family: makinas-4-flat, sans-serif;
  font-weight: 400;
  font-style: normal;
}


/*--------------------------------------------
英文フォント（All Round Gothic Medium）
--------------------------------------------*/
.u-font_allround {
  font-family: all-round-gothic, sans-serif;
  font-weight: 500;
  font-style: normal;
}


/*--------------------------------------------
英文フォント（Montserrat）
--------------------------------------------*/
.u-font_montserrat {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}


/*--------------------------------------------
フォントカラー
--------------------------------------------*/
.u-fc_skyblue {
  color: #128df1;
}

.u-fc_blue {
  color: #006AA1;
}

.u-fc_green {
  color: #259B77;
}

.u-fc_purple {
  color: #C148AD;
}

.u-fc_red {
  color: #ff0000;
}


/*--------------------------------------------
文字寄せ
--------------------------------------------*/
.u-txt_c {
  text-align: center;
}

.u-txt_r {
  text-align: right;
}


/*--------------------------------------------
文章行間フォーマット
--------------------------------------------*/
.u-sentence {
  line-height: 2em;
}


/*--------------------------------------------
改行禁止
--------------------------------------------*/
.u-nowrap {
  white-space: nowrap;
}


/*--------------------------------------------
インデント
--------------------------------------------*/
.u-indet {
  padding-left: 1em;
  text-indent: -1em;
}


/*--------------------------------------------
見出し
--------------------------------------------*/
h3.u-heading_h3_l {
  max-width: 1050px;
  width: 72.916%;
  font-family: makinas-4-flat, sans-serif;
  font-size: 42px;
  line-height: 1.4em;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0.5em;
}

h3.u-heading_h3_l.-blue {
  color: #006AA1;
  border-top: solid 1px #006AA1;
  border-bottom: solid 1px #006AA1;
}

h3.u-heading_h3_l.-green {
  color: #259B77;
  border-top: solid 1px #259B77;
  border-bottom: solid 1px #259B77;
}

h3.u-heading_h3_l.-purple {
  color: #C148AD;
  border-top: solid 1px #C148AD;
  border-bottom: solid 1px #C148AD;
}

h3.u-heading_h3 {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.4em;
  text-align: center;
  margin-bottom: 70px;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  h3.u-heading_h3 {
    font-size: 4.6vw;
    margin-bottom: 10vw;
  }
}

h3.u-heading_h3::after {
  content: "";
  width: 1px;
  height: 40px;
  background: #000;
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  margin: auto;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  h3.u-heading_h3::after {
    height: 6vw;
    bottom: -7vw;
  }
}

h4.u-heading_h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4em;
  margin-bottom: 20px;
  position: relative;
  padding-left: 1em;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  h4.u-heading_h4 {
    font-size: 4vw;
    margin-bottom: 3vw;
  }
}

h4.u-heading_h4::before {
  content: "";
  width: 0.7em;
  height: 0.7em;
  border-radius: 50%;
  position: absolute;
  top: 0.4em;
  left: 0;
}

h4.u-heading_h4.u-fc_blue::before {
  background: #006AA1;
}

h4.u-heading_h4.u-fc_green::before {
  background: #259B77;
}

h4.u-heading_h4.u-fc_purple::before {
  background: #C148AD;
}


/*--------------------------------------------
テキストリンク
--------------------------------------------*/
/*
通常のリンク
*/
.u-txtlink {
  background: url(/wordpress/wp-content/themes/kanagawataxi/assets/images/ic_link.svg) no-repeat;
  background-position: center right 3px;
  background-size: 11px;
  padding-right: 19px;
  color: #2E7BB5;
  font-weight: 500;
  text-decoration: underline;
}

/*
外部リンク
*/
.u-outsidelink {
  background: url(/wordpress/wp-content/themes/kanagawataxi/assets/images/ic_outsidelink.svg) no-repeat;
  background-position: center right 3px;
  background-size: 15px;
  padding-right: 27px;
  color: #2E7BB5;
  font-weight: 500;
  text-decoration: underline;
}


/*--------------------------------------------
form テキストフィールド
--------------------------------------------*/
.u-txt_field {
  background: #fff !important;
  display: block;
  width: 100%;
  height: 41px;
  border: solid 1px #666;
  outline: 0;
  padding: 0 0.5em;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .u-txt_field {
    height: 12vw;
    font-size: 4.6vw;
  }
}


/*--------------------------------------------
form チェックボックス
--------------------------------------------*/
input.u-check_box[type=checkbox] {
  transform: scale(1.5);
  margin: 0 6px 0 0;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  input.u-check_box[type=checkbox] {
    transform: scale(1.5);
    margin: 0 6px 0 0;
  }
}


/*--------------------------------------------
form ボタン
--------------------------------------------*/
.u-button {
  cursor: pointer;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  max-width: 400px;
  background: #FF9401;
  height: 41px;
  border-radius: 21px;
  color: #fff;
  font-size: 18px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .u-button {
    width: 100%;
    max-width: none;
    font-size: 3.8vw;
    height: 12vw;
    border-radius: 6vw;
  }
}