@charset "UTF-8";

/* デモページ用。既存ページへ組み込む場合は不要です。 */
* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
}

.page {
  width: 100%;
}

/*
 * バナー本体
 * 画像の上に透明なリンク領域を重ねています。
 * left / top / width / height は画像に対する割合です。
 */
.consultation-banner {
  position: relative;
  text-align:center;
  width: 80%;
  max-width: 2000px;
  margin-inline: auto;
}

.consultation-banner picture,
.consultation-banner__image {
  display: block;
  width: 100%;
}

.consultation-banner__image {
  height: auto;
}

.consultation-banner__link {
  position: absolute;
  z-index: 1;
  display: block;
  overflow: hidden;
  color: transparent;
  white-space: nowrap;
  text-indent: 100%;
  border-radius: 8px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}


/* PC：メールボタン全体 */
.consultation-banner__link--mail {
  left: 65.8%;
  top: 64.2%;
  width: 23.2%;
  height: 29.5%;
  border-radius: 999px;
}

.consultation-banner__link:hover {
  background: rgb(255 255 255 / 10%);
}

.consultation-banner__link:focus-visible {
  outline: 4px solid #1d4385;
  outline-offset: -4px;
  background: rgb(255 255 255 / 12%);
}

@media (max-width: 767px) {
  /* SP：電話番号の白いボックス全体 */
  .consultation-banner__link--phone {
    left: 13.6%;
    top: 64.4%;
    width: 72%;
    height: 15.1%;
  }

  /* SP：メールボタン全体 */
  .consultation-banner__link--mail {
    left: 34%;
    top: 81.2%;
    width: 32.9%;
    height: 14.7%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .consultation-banner__link {
    scroll-behavior: auto;
  }
}

.common_headline1_ { /* h1相当 */
	margin: 1em 0 20px 0;
	padding: 10px;
	color: #171c8f;
	font-size: 21px;
	font-weight: normal;
	line-height: 140%;
	border-left: 5px solid #171c8f;
}
.col1_ .common_headline1_ { /* .col1_ 1カラムの場合 */
	width: 815px;
}
.mainframe_ .common_headline1_ { /* .mainframe_ 2カラムの場合 */
	width: 755px;
}
.contents_ .mainframe_ .common_headline1_ { /* .contents_ .mainframe_ 3カラムの場合 */
	width: 575px;
}
