@import url("top.css");
@import url("side.css");
@import url("content.css");
@import url("page.css");
/*

Theme Name: golfhoken_02
Theme URI: http://coralqualia.com/
Description: Original Theme
Version: 002
Tags: coralqualia Original
Author: coralqualia
Author URI: http://coralqualia.com/

*/

/* body
--------------------------------------------------*/
body {
  font-size: 14px;
  line-height: 160%;
  font-weight: normal;
  color: #333333;
  background-image: url(img/bg.jpg);
  background-repeat: repeat;
  background-position: center 270px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

* {
  margin: 0;
  padding: 0;
}

code {
  font-size: 14px;
  line-height: 160%;
  font-weight: normal;
  color: #403a3a;
}

ul,
li {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

a:link {
  text-decoration: none;
  color: #4e7cb8;
}

a:visited {
  text-decoration: none;
  color: #4e7cb8;
}

a:hover {
  text-decoration: none;
  color: #cc6600;
}

a:link img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}

a:visited img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}

a:hover img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

a.more {
  display: block;
  text-align: right;
  color: #2f460d;
  text-decoration: none;
  margin: 10px 0 0;
}

a.more:hover {
  text-decoration: none;
}

strong.point {
  font-size: 90%;
  line-height: 150%;
  font-weight: normal;
  color: #404040;
}

/* wp stuff
--------------------------------------------------*/

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.navigation {
  text-align: center;
  font-size: 90%;
  background-color: #ffffff;
  width: 100%;
  height: auto;
  float: left;
  border-radius: 10px; /* CSS3草案 */
  -webkit-border-radius: 10px; /* Safari,Google Chrome用 */
  -moz-border-radius: 10px; /* Firefox用 */
  behavior: url(http://coralqualia.com/htc/border-radius.htc); /* for IE*/
  background-color: #ffffff;
}

/* blockquote + links
--------------------------------------------------*/
blockquote {
  border: 1px solid #ccc;
  margin: 10px 0;
  padding: 5px 15px;
}

/* wrapper
--------------------------------------------------*/
#wrapper {
  float: none;
  height: auto;
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.wh-box {
  border-radius: 10px; /* CSS3草案 */
  -webkit-border-radius: 10px; /* Safari,Google Chrome用 */
  -moz-border-radius: 10px; /* Firefox用 */
  behavior: url(http://coralqualia.com/htc/border-radius.htc); /* for IE*/
  background-color: #ffffff;
}

/* header
--------------------------------------------------*/

#header-company-wrap {
  min-width: 1000px;
  float: left;
  height: 30px;
  width: 100%;
  background-image: url(img/header-company-bg.jpg);
  background-repeat: repeat-x;
}

#header-company {
  float: none;
  height: auto;
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

#header-company-logo a {
  float: right;
  height: 30px;
  width: 210px;
  background-image: url(img/heade-company-logo.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
  background-position: left center;
}

#header-company-logo a:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

#header-company-logo2 {
  float: left;
  height: 20px;
  width: auto;
  padding: 5px;
  margin-right: 20px;
}

#header-wrap {
  float: left;
  height: auto;
  width: 100%;
  background-image: url(img/header-bg.jpg);
  background-position: center top;
  background-repeat: repeat-x;
  margin-bottom: 10px;
  min-width: 1000px;
}

#header {
  float: none;
  height: 230px;
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  position: relative;
}

#header h1 {
  height: 70px;
  width: 400px;
  float: left;
  text-indent: -9999px;
  margin-top: 10px;
}

#header h1 a {
  height: 70px;
  width: 400px;
  float: left;
  background-image: url(img/header-h1.png);
  background-repeat: no-repeat;
}

#header h1 a.header_202106 {
  height: 70px;
  width: 400px;
  float: left;
  background-image: url(img/header-h1_202106.png);
  background-repeat: no-repeat;
}

#header h1 a:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

#header-top {
  float: left;
  height: 30px;
  width: 1000px;
  padding-top: 5px;
  padding-bottom: 5px;
}

#header-top strong {
  float: left;
  height: auto;
  width: auto;
}

#header-top strong a {
  float: left;
  height: 30px;
  width: 315px;
  background-image: url(img/top-title.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

#header-top strong a:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

#header-subnavi {
  float: left;
  height: 30px;
  width: 1000px;
}

#header-subnavi ul {
  float: right;
  height: 20px;
  width: auto;
  margin-top: 5px;
  margin-bottom: 5px;
}

#header-subnavi li.sub_navi {
  float: left;
  height: 20px;
  width: auto;
  background-image: url(img/arrow-wh.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 10px;
  margin-left: 15px;
}

#header-subnavi li a {
  color: #ffffff;
  line-height: 20px;
}

#header-subnavi li a:hover {
  color: #cccccc;
}

#header-btn {
  float: left;
  height: 150px;
  width: 1000px;
}

#header-area {
  float: left;
  height: 150px;
  width: 690px;
  background-image: url(img/header-btn-h2.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

#header-btn-box {
  float: right;
  height: 150px;
  width: 300px;
}

#header-btn-box ul {
  float: left;
  height: 140px;
  width: 300px;
  margin-top: 8px;
}

#header-btn-box li {
  float: left;
  height: 50px;
  width: 300px;
  margin-bottom: 5px;
}

#header-btn-box li a:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

#header-btn-box li#btn-st a {
  float: left;
  height: 50px;
  width: 300px;
  background-image: url(img/btn-st.png);
  text-indent: -9999px;
}

#header-btn-box li#btn-pr a {
  float: left;
  height: 50px;
  width: 300px;
  background-image: url(img/btn-pr.png);
  text-indent: -9999px;
}

#header .description {
}

#header-navi {
  float: left;
  height: auto;
  width: 1000px;
}

#header-navi ul {
  height: 50px;
  width: 1000px;
  display: flex;
  justify-content: center;
}

#header-navi li {
  float: left;
  height: 50px;
  width: 200px;
}

#header-navi li a {
  float: left;
  height: 50px;
  width: 200px;
  text-indent: -9999px;
}

#header-navi li#compensation {
  background-image: url(img/header-navi.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

#header-navi li#flow {
  background-image: url(img/header-navi.png);
  background-repeat: no-repeat;
  background-position: -200px 0px;
}

#header-navi li#support {
  background-image: url(img/header-navi.png);
  background-repeat: no-repeat;
  background-position: -400px 0px;
}

#header-navi li#faq {
  background-image: url(img/header-navi.png);
  background-repeat: no-repeat;
  background-position: -600px 0px;
}

#header-navi li#contact {
  background-image: url(img/header-navi.png);
  background-repeat: no-repeat;
  background-position: -800px 0px;
}

#header-navi li#compensation a:hover {
  background-image: url(img/header-navi.png);
  background-repeat: no-repeat;
  background-position: 0px -50px;
}

#header-navi li#flow a:hover {
  background-image: url(img/header-navi.png);
  background-repeat: no-repeat;
  background-position: -200px -50px;
}

#header-navi li#support a:hover {
  background-image: url(img/header-navi.png);
  background-repeat: no-repeat;
  background-position: -400px -50px;
}

#header-navi li#faq a:hover {
  background-image: url(img/header-navi.png);
  background-repeat: no-repeat;
  background-position: -600px -50px;
}

#header-navi li#contact a:hover {
  background-image: url(img/header-navi.png);
  background-repeat: no-repeat;
  background-position: -800px -50px;
}

/* share button
--------------------------------------------------*/
#share-button {
  float: left;
  height: 30px;
  width: auto;
  overflow: hidden;
}

#share-button ul {
  float: right;
  height: auto;
  width: auto;
}

#share-button li {
  float: left;
  height: auto;
  width: auto;
  overflow: hidden;
  margin-left: 0px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.like_button {
  float: left;
  height: auto;
  width: 110px;
}

.twitter_button {
  float: left;
  height: auto;
  width: 100px;
}
.googleplus1_button {
  float: right;
  height: auto;
  width: 70px;
}

/* footer
--------------------------------------------------*/
#footer-wrap {
  width: 100%;
  height: auto;
  float: left;
  background: url(img/footer-bg.png);
  background-repeat: repeat-x;
  margin-top: 10px;
  overflow: hidden;
  min-width: 1000px;
}

#footer-logo {
  width: 180px;
  height: 180px;
  float: left;
  position: absolute;
  top: 50px;
  left: 410px;
  right: 410px;
}

#footer-logo a {
  width: 180px;
  height: 180px;
  float: left;
  background-image: url(img/footer-logo.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

#footer-logo a:hover {
  background-image: url(img/footer-logo.png);
  background-repeat: no-repeat;
  background-position: -180px 0px;
}

#footer {
  width: 1000px;
  height: 380px;
  float: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

#footer-btn {
  width: 1000px;
  height: 130px;
  float: left;
}

#footer-btn h2 {
  width: 1000px;
  height: 50px;
  float: left;
  background-image: url(img/footer-btn-h2.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

#footer-btn-box {
  width: 1000px;
  height: auto;
  float: left;
}

#footer-btn-st {
  width: 300px;
  height: 50px;
  float: left;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-right: 100px;
  margin-left: 100px;
}

#footer-btn-st a {
  width: 300px;
  height: 50px;
  float: left;
  background-image: url(img/btn-st.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

#footer-btn-st a:hover,
#footer-btn-pr a:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

#footer-btn-pr {
  width: 300px;
  height: 50px;
  float: right;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-right: 100px;
  margin-left: 100px;
}

#footer-btn-pr a {
  width: 300px;
  height: 50px;
  float: left;
  background-image: url(img/btn-pr.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

#footer-info {
  width: 1000px;
  height: 210px;
  float: left;
}

#footer-info-contact {
  width: 1000px;
  height: auto;
  float: left;
}

.footer-info-contact-box {
  width: 500px;
  height: 100px;
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}

.footer-info-contact-box a:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

.footer-info-contact-box h3 {
  width: 500px;
  height: 100px;
  float: left;
  background-image: url(img/footer-info-h3.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

#footer-info-company {
  width: 1000px;
  height: 40px;
  float: left;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 2px groove #ffffff;
  text-align: center;
}

#footer-info-company a {
  margin-left: 10px;
  text-decoration: underline;
}

#footer-info-contact-mail {
  width: 400px;
  height: auto;
  float: right;
  margin-bottom: 5px;
}

#footer-info-contact-mail a {
  width: 400px;
  height: 30px;
  float: left;
  text-indent: -9999px;
  background-image: url(img/footer-mail.png);
  background-repeat: no-repeat;
}

#footer-info-contact-pdf {
  margin-left: 100px;
  width: 400px;
  height: auto;
  float: left;
}

#footer-info-contact-pdf small {
  width: 400px;
  height: auto;
  float: left;
  text-align: right;
}

#footer-info-contact-dl {
  width: auto;
  height: auto;
  float: left;
}

#footer-info-contact-dl a {
  width: 260px;
  height: 40px;
  float: left;
  background-image: url(img/footer-dl.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

#footer-info-contact-ad {
  width: auto;
  height: auto;
  float: right;
}

#footer-info-contact-ad a {
  width: 110px;
  height: 31px;
  float: left;
  margin-top: 5px;
  background-image: url(img/footer-pdf.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

#footer small {
  color: #666666;
  font-size: 10px;
}

#footer-copy {
  width: 1000px;
  height: 30px;
  float: left;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #ffffff;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  position: relative;
}

#footer-no {
  width: auto;
  height: auto;
  float: left;
  position: absolute;
  right: 0px;
  top: 5px;
  font-size: 90%;
  text-align: left;
  color: #dadada;
}

#feedburner {
  width: 0px;
  height: 0px;
  float: left;
  overflow: hidden;
}

.info_20210630 {
  color: #ffffff;
  text-align: center;
  font-size: 0.9em;
  background-color: #aaaaaa;
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
  min-width: 1000px;
}

/*------------------------------------------------
▼▼flow
------------------------------------------------*/

.flow_con {
  width: 100%;
}

.flow_step {
  width: 100%;
  box-sizing: border-box;
}

.flow_step li {
  display: block;
  background-color: #ffffff;
  box-sizing: border-box;
  margin-bottom: 50px;
  position: relative;
  border: 1px solid #cccccc;
}

.flow_step li::before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 25px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 20px solid #555555;
}

.flow_step li:last-child::before {
  border-left: 0px solid transparent;
  border-right: 0px solid transparent;
  border-top: 0px solid #555555;
}

.flow_step li h2 {
  display: flex; /* 子要素をflexboxで揃える */
  flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
  justify-content: center; /* 子要素をflexboxにより中央に配置する */
  align-items: center; /* 子要素をflexboxにより中央に配置する */
  font-weight: bold;
  font-size: 2em;
  line-height: 1em;
  background-color: #555555;
  color: #ffffff;
  padding: 10px 20px;
  height: 66px;
}

.flow_step li h2 span {
  font-size: 0.5em;
  line-height: 1em;
}

.flow_step_tex h3 {
  font-size: 1.2em;
  font-weight: bold;
}

.flow_step_tex {
  padding: 10px 20px 10px 20px;
  display: flex; /* 子要素をflexboxで揃える */
  flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
  justify-content: center; /* 子要素をflexboxにより中央に配置する */
  align-items: flex-start; /* 子要素をflexboxにより中央に配置する */
}
.col_nowrap {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
}

/* スクロール率に関係なく、読み込み時からチャットボタンとウィンドウを表示 */
#dify-chatbot-bubble-button,
#dify-chatbot-bubble-window {
  opacity: 1 !important;
  pointer-events: auto !important;
  /* 0.5秒かけてじわっと出現し、下から20px浮き上がる滑らかなアニメーション */
  transition:
    opacity 0.5s ease-in-out,
    transform 0.4s ease-in-out !important;
  transform: translateY(0) !important;
}

/* 【カラーカスタム】チャットボタンの背景色をご指定の「落ち着いた水色」に上書き */
#dify-chatbot-bubble-button {
  background-color: #4caae3 !important;
  /* ボタンの影（シャドウ）も同系色の薄い水色にしてサイトに馴染ませる */
  box-shadow: 0 8px 24px rgba(76, 170, 227, 0.25) !important;
  /* 画面右下に固定表示し、他の要素と重ならないようにする */
  position: fixed !important;
  right: 24px !important;
  bottom: 24px !important;
  left: auto !important;
  top: auto !important;
  z-index: 9999 !important;
  /* ボタンを1.5倍に拡大（右下を基点に拡大し、位置がずれないようにする） */
  transform-origin: bottom right !important;
  transform: translateY(0) scale(1.5) !important;
}

/* チャットウィンドウのサイズ指定 */
#dify-chatbot-bubble-window {
  width: 24rem !important;
  height: 40rem !important;
  /* ボタンの真上に開くよう右下基準で固定 */
  position: fixed !important;
  right: 24px !important;
  bottom: 96px !important;
  left: auto !important;
  top: auto !important;
  z-index: 9999 !important;
}

/* reCAPTCHAバッジがチャットボットのボタンと重なるため非表示化
   （Googleの利用規約上、非表示にする場合はフォーム付近に注意書きの表示が必須） */
.grecaptcha-badge {
  visibility: hidden !important;
}
