@charset "UTF-8";
/*
カラム制御：デフォルトで1～5カラムまで対応
PC用floatによるカラム制御

html：col_1～5まで対応
例）3列で折り返し
<ul class="col_3">
	<li></li>
	<li></li>
	<li></li>
</ul>

scss：mixinでカラム設定を自動処理化

.col_3 {
	@include colmg(30);
}

数値設定はアイテム間余白（デフォルトは20）;
※縦、横ともに外側への約は発生しない

*/
.bl_fixedBgImg {
  display: none; }

.bl_backLetter.bl_backLetter__contact {
  width: 3.545957rem;
  height: 2.049751rem; }
  @media screen and (max-width: 480px) {
    .bl_backLetter.bl_backLetter__contact {
      width: 60%;
      height: auto; } }
  .bl_backLetter.bl_backLetter__contact .bl_imgWrapper {
    padding-top: 57.8052976954%; }

.bl_article {
  width: 7.00rem;
  margin: .55rem auto .80rem; }
  @media screen and (max-width: 480px) {
    .bl_article {
      width: calc(100% - .40rem); } }

.bl_article_ttl {
  font-size: .30rem; }
  @media screen and (max-width: 480px) {
    .bl_article_ttl {
      font-size: .22rem; } }

.bl_article_txt {
  font-size: .16rem; }

.bl_table {
  margin-top: .35rem; }
  @media screen and (max-width: 480px) {
    .bl_table {
      font-size: .16rem; } }
  .bl_table dt {
    text-align: right;
    padding-right: 1.00rem;
    padding-left: 0;
    margin-bottom: .20rem;
    padding-right: .50rem;
    width: 50%; }
    @media screen and (max-width: 480px) {
      .bl_table dt {
        width: 100%;
        text-align: center;
        padding-right: 0; } }
    .bl_table dt:last-of-type {
      margin-bottom: 0; }
    @media screen and (max-width: 480px) {
      .bl_table dt.sp_mb0 {
        margin-bottom: 0; } }
  .bl_table dd {
    margin-bottom: .20rem;
    width: 50%; }
    @media screen and (max-width: 480px) {
      .bl_table dd {
        width: 100%;
        text-align: center; } }

.bl_contactMain {
  padding-top: 1.00rem;
  padding-bottom: 1.00rem; }
  @media screen and (max-width: 480px) {
    .bl_contactMain {
      padding-top: .60rem;
      padding-bottom: .60rem;
      margin-right: 5.5555555556%;
      margin-left: 5.5555555556%; } }

.bl_sectionHead {
  width: 12.40rem;
  padding-bottom: .80rem;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  border-bottom: solid 2px #7e73be; }
  @media screen and (max-width: 480px) {
    .bl_sectionHead {
      width: auto;
      padding-bottom: .50rem; } }

.bl_sectionHead_txt {
  font-size: .16rem;
  line-height: 1.75;
  margin-bottom: .20rem;
  letter-spacing: 0.02em; }
  @media screen and (max-width: 480px) {
    .bl_sectionHead_txt {
      text-align: left;
      font-size: .14rem; } }
  .bl_sectionHead_txt span {
    display: block; }
    @media screen and (max-width: 480px) {
      .bl_sectionHead_txt span {
        display: inline; } }

.bl_sectionHead_cont {
  font-size: .16rem;
  line-height: 1;
  padding-top: .13rem;
  padding-right: .30rem;
  padding-bottom: .13rem;
  padding-left: .30rem;
  border: solid 1px;
  display: inline-block; }
  .bl_sectionHead_cont span {
    font-weight: bold;
    font-family: "Azo Sans", "源ノ角ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
    margin-right: .05rem; }
    @media screen and (max-width: 480px) {
      .bl_sectionHead_cont span {
        display: block;
        margin-bottom: .09rem; } }

.bl_form_items {
  width: 7.00rem;
  margin-right: auto;
  margin-left: auto;
  padding-top: .70rem;
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 480px) {
    .bl_form_items {
      width: auto; } }
  .bl_form_items dt {
    flex-basis: 25%;
    box-sizing: border-box;
    font-size: .18rem;
    font-weight: bold;
    margin-bottom: .20rem; }
    @media screen and (max-width: 480px) {
      .bl_form_items dt {
        flex-basis: 100%;
        margin-bottom: .03rem;
        font-size: .15rem; } }
    .bl_form_items dt:last-of-type {
      margin-bottom: 0; }
      @media screen and (max-width: 480px) {
        .bl_form_items dt:last-of-type {
          margin-bottom: .03rem; } }
    .bl_form_items dt span {
      display: block;
      font-size: .15rem;
      color: #e25364; }
      @media screen and (max-width: 480px) {
        .bl_form_items dt span {
          display: inline;
          margin-left: .10rem;
          font-size: .13rem; } }
  .bl_form_items dd {
    flex-basis: 75%; }
    @media screen and (max-width: 480px) {
      .bl_form_items dd {
        flex-basis: 100%;
        margin-bottom: .18rem; } }
    @media screen and (max-width: 480px) {
      .bl_form_items dd:last-of-type {
        margin-bottom: 0; } }
    .bl_form_items dd input,
    .bl_form_items dd textarea {
      width: 100%;
      font-size: .18rem;
      border: solid 1px #e6e6e1;
      padding: .03rem .15rem;
      box-sizing: border-box; }
      @media screen and (max-width: 480px) {
        .bl_form_items dd input,
        .bl_form_items dd textarea {
          font-size: .16rem;
          padding: .02rem .10rem; } }

.bl_link_wrapper {
  width: 7.00rem;
  text-align: right;
  margin-top: .20rem;
  margin-right: auto;
  margin-left: auto; }
  @media screen and (max-width: 480px) {
    .bl_link_wrapper {
      width: auto;
      margin-top: .10rem; } }

.el_link {
  font-size: .13rem;
  color: #484844;
  border-bottom: solid 1px; }
  .el_link:hover {
    opacity: .5; }

.bl_button_wrapper {
  margin-top: .60rem;
  text-align: center; }
  @media screen and (max-width: 480px) {
    .bl_button_wrapper {
      margin-top: .45rem; } }
  .bl_button_wrapper input:focus {
    opacity: .7; }
  .bl_button_wrapper input:hover {
    opacity: .7; }

.bl_sectionHead.bl_sectionHead_thanks {
  padding-top: .80rem;
  border-bottom: none; }
  @media screen and (max-width: 480px) {
    .bl_sectionHead.bl_sectionHead_thanks {
      margin-right: 5.5555555556%;
      margin-left: 5.5555555556%; } }

.bl_sectionHead_ttl {
  font-size: .22rem;
  margin-bottom: .15rem; }
  @media screen and (max-width: 480px) {
    .bl_sectionHead_ttl {
      text-align: left; } }

div.wpcf7 .wpcf7-spinner {
  display: none !important; }
