@charset "UTF-8";

/* CF7用スタイル */
.w05 input {width: 50%;}
input::placeholder, textarea::placeholder {
  color: #aaa;
}
@media (max-width: 768px) {
	.w05 input {width: 100%;}
	.wpcf7-form label {font-size: 18px;}
}

.contact-form-inner {
    margin: 0 auto;
    padding: 50px 0;
}
.form-item:first-child {
    margin-top: 0;
}
.form-item {
    width: 90%;
    margin: 30px auto 0;
}
.form-item label {
    display: flex;
    font-size: 18px;
    color: #333333;
    align-items: center;
	margin-bottom: 5px;
}
.form-item > input{
    width: 100%;
    height: 50px;
    border: 1px solid #cccccc;
}
.form-flex {
    display: flex;
    flex-direction: column;
}
.form-flex input {
    height: 50px;
    border: 1px solid #cccccc;
    margin-top: 10px;
}
.form-flex input.your-add-1 {
    width: 40%;
}
.form-flex input.your-add-2 {
    width: 100%;
}
.form-hissu {
    color: #ffffff;
    font-size: 12px;
    margin-left: 0.75em;
    padding: 2px 5px;
    background-color: #ff981f;
}
.form-free {
    color: #ffffff;
    font-size: 13px;
    margin-left: 15px;
    padding: 3px 5px;
    background-color: #aaaaaa;
}
.form-item textarea{
    height: auto;
    width: 100%;
    border: 1px solid #cccccc;
    margin-top: 10px;
}
.last-check {
    display: flex;
    align-items: center;
    vertical-align: middle;
}
.last-check > input {
    width: auto;
    height: auto;
    margin: 0 10px 0 0;
}
.last-check a {
    text-decoration: none;
}
.form-item.send-btn {
    margin: 40px auto 0;
    display: flex;
    justify-content: center;
}
.form-item.send-btn input {
    background-color: #ff981f;
    color: #ffffff;
    border-radius: 0 !important;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    width: 35%;
    margin: 0 15px;
}
.form-item.send-btn input:hover {
	opacity: .75;
    transition: all .3s;
}
.wpcf7-previous {
    background-color: #aaa !important;
}

/* レスポンシブコード
画面サイズ768px以下で表示を変えています
 */
@media screen and (max-width:768px) {
    .contact-form-inner {
        padding: 30px 15px;
        border: none;
    }
    .form-item {
        width: 100%;
        margin: 20px auto 0;
    }
    .form-item > input{
        height: 35px;
        margin-top: 5px;
    }
    .form-item textarea{
        margin-top: 5px;
    }
    .form-item input::placeholder {
        padding-left:5px;
    }
    .form-flex input {
        height: 35px;
        margin-top: 5px;
    }
    .form-flex input.your-add-1 {
        width: 70%;
    }
    .form-hissu {
        margin-left: 5px;
    }
    .form-free {
        margin-left: 5px;
    }
    .last-check > input {
        margin: 0 5px 0 0;
    }
    .form-item.send-btn {
		display: block;
	}
	.form-item.send-btn input {
		font-size: 16px;
		width: 100%;
		margin: 15px 0 0;
		height: 50px;
	}
	.form-item label {font-size: 16px;}
	.wpcf7-list-item {
		margin: 0;
		width: 100%;
	}
}
/* 問い合わせページ・上部テキスト */
.contact_txt01 {text-align: center;}
@media only screen and (max-width: 480px) {
	.contact_txt01 {text-align: left;}
}
/* 問い合わせページ・電話番号 */
.contact_tel-box {
    width: 50%;
    margin: 0 auto;
    border: 2px solid #1B5A88;
    padding: 15px;
	text-align: center;
}
.contact_tel-box a {
	color: #1B5A88;
	font-size: 30px;
	font-weight: 700;
	text-decoration: none;
}
.contact_tel-box p {
	margin-bottom: 0;
}
@media (max-width: 480px) {
	.contact_tel-box {width: 90%;}
	.contact_tel-box a {font-size: 24px;}
}

/* 問い合わせステップ */
.box_step03 {
  width: 70%;
  margin: 0 auto;
}

.box_step03 ul {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
	padding-left: 0;
}
.box_step03 ul li {
  position: relative;
  color: #333;
  z-index: 1;
}
.box_step03 ul li::marker{color: #FFF;}
.box_step03 ul li:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: #ddd;
  margin: 0 auto .5em;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.box_step03 ul li.active {
  font-size: 16px;
  color: #333;
}
.box_step03 ul li.active:before {
  margin: -.3em auto .5em;
  background: #ff981f;
  width: 25px;
  height: 25px;
}
.box_step03 ul:before {
  position: absolute;
  z-index: 1;
  width: 90%;
  height: 1px;
  background: #ddd;
  content: "";
  left: 50%;
  top: 15px;
  z-index: 0;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .box_step03 {width: 90%;}
}
@media only screen and (max-width: 480px) {
	.box_step03 ul:before {width: 85%;}
}

/* reCAPTCHA関連 */
.g-recaptcha {
    text-align: center;
    font-size: 0.85em;
}
.grecaptcha-badge {display: none;}

/* プライバシーポリシー */
.policy_inbox {
    padding: 30px 40px;
    height: 300px;
    overflow-y: scroll !important;
    width: 90%;
    margin: 0 auto;
    border: 1px solid #ced4da;
	background: #FFF;
}
.policy_inbox p {
    margin-bottom: 0;
}
.policy_inbox span.ttl {
    font-size: 1.25em;
    border-bottom: 2px solid #ff981f;
    display: block;
    margin-bottom: 10px;
}
.policy_inbox a {color: #ff981f;}

@media (max-width: 480px) {
	.policy_inbox {
		width: 100%;
		margin: 0;
		padding: 20px;}
}

/* 20250623イイダ追加 */

/* ヘッダーロゴ上のテキスト制御 */
.header-copy {
    color: #484848;
    font-size: 13px;
    padding-left: 10px;
    padding-top: 5px;
    top: 0;
    left: 0;
}
.header-copy.is-hidden {
	display: none;
  opacity: 0; /* 透明にする */
  visibility: hidden; /* 操作もできなくする */
}
.site-header-sub {
    margin-top: 0 !important;
    position: absolute;
    top: 0;
    right: 0;
    height: 121px;
}
.vk-mobile-nav-menu-btn {
	top: 0 !important;
	border: none !important;
	width: 64px !important;
	height: 64px !important;
	background-image: url(http://zenmktsite.xsrv.jp/test01/brilo-tax.com/wp-content/uploads/2025/06/mb-navi_open.png) !important;
	background-size: cover !important;
	border-radius: 0 !important;
}
.vk-mobile-nav-menu-btn.menu-open {
	width: 64px !important;
	height: 64px !important;
	background: none !important;
	background-image: url(http://zenmktsite.xsrv.jp/test01/brilo-tax.com/wp-content/uploads/2025/06/mb-navi_close.png) !important;
	background-size: cover !important;
	border-radius: 0 !important;
}
.foot_cta-box {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.foot_cta-box a {
    margin: 0 50px;
}
.foot_cta-box a:hover {opacity: .75;}
.mb00 {margin-bottom: 0 !important;}

ul.sub-menu li {
    padding-left: 0 !important;
}
.global-nav-list>li.menu-item-has-children::after {
    content: "none";
	display: none;
}
.global-nav-list>li>ul.sub-menu {
	background-color: #FFF !important;
}
.global-nav-list .sub-menu li a {
	transition: .3s;
    color: #333 !important;
}
.global-nav-list .sub-menu li a:hover {
    color: #ff981f !important;
	background: #FFF !important;
	border-bottom: 1px solid;
}

@media (min-width: 992px) {
    .site-header-logo {
        padding-top: 5px !important;
     }
}
@media (max-width: 768px) {
	.header-copy {display: none;}
}

@media (max-width: 480px) {
	.site-header-logo {width: 80%;}
	div.vk_block-margin-sm--margin-bottom {
		margin-top: 1.5rem !important;
		margin-bottom: 0 !important;
	}
	body.page-id-4795 h1.page-header-title {
		width: 19ch;
	}
}

@media (max-width: 480px) {
	.site-body {padding: 50px 0 0 !important;}
	.page_top_btn {bottom: 7%;}
}