/**
 * Custom Styles for tapcall.me
*/

/*
:root {
    --wp--preset--color--text-color: #3B434B !important ;
}
*/
 
body {
/* 	color: #3B434B; */
}

.l-header__content .c-fluid-container {
	padding-right: 0;
}

.c-header-content .smb-buttons.is-content-justification-right {
    gap:0;
}

@media (min-width: 1024px) {
    .l-1row-header__branding, .l-1row-header__content {
        padding-bottom: 0;
        padding-top: 0;
    }
}

.header-contact-phone {
	min-width: 110px;
}

@media (max-width: 1200px) {
	.header-contact-phone {
		display: none;
	}
}

.p-global-nav .c-navbar__item>a>span {
	white-space: nowrap;
}

.top-cta-btn-sp {
	position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    width: 90vw;
    font-weight: bold;
}

.c-site-branding__title .custom-logo {
	min-width: 180px;
}

.top-cta-btns-pc {
	position: absolute;
	bottom: -35px;
	left: 50%;
	transform: translateX(-50%);
	width: 80vw;
	z-index: 999;

}

.top-kv-btn .smb-btn,
.top-cta-btn-sp .smb-btn {
	border: 2px solid #fff;
}

.cta-box {
	position: relative;
}

.cta-column-item{
  transition-duration: .4s;
}

.cta-column-item:hover {
  transform: scale(1.1);
  z-index: 999;
}

.cta-column-item:hover p,
.cta-column-item:hover .smb-btn {
  box-shadow:2px 2px 4px rgba(0,0,0,0.2);
}

@media screen and (min-width: 1600px) {
	.top-cta-btns-pc {
		bottom: -35px;	
	}
/*
	.top-kv-catch-img-pc {
		bottom: 22vh;
	}
*/
}


.top-cta-btn {
    position: absolute;
    bottom: 19px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
}

#logo-ticker-onpre-2 {
	margin-top: 0;
}

.cta-column-contact p.is-style-sme-speech {
	visibility: hidden;
}

.smb-section__title {
	--_font-size-level: 3;
}

@media screen and (min-width: 640px) {
	.smb-section__title {
		--_font-size-level: 4;
	}
	.top-cta-btn {
	    bottom: -35px;
	}
	.cta-download-img {
		position: absolute;
		left: -230px;
		top: -57px;
	}	
}

.onpre-items .smb-items__item__title {
	text-align: center;
}

.onpre-items .smb-items__item__figure {
	margin-bottom: 0;
}

.onpre-items .smb-items__item__figure img {
	width: 112px;
}
/* フォーム関連 */
.smf-item__label__text .sme-badge {
	margin-right: 1em;
}

.smf-text-control input {
	width: 100%;
}

.download-form .smf-action .smf-button-control__control,
.download-form .smf-action .smf-button-control__control:focus-within {
/*
	background-color:var(--accent-color);
	background-image: none;
	color: #fff;
*/
}

.download-form .smf-action .smf-button-control__control {
	background-color:#ff6900;
	background-image: none;
	color: #fff;
	padding:18px 28px;
}

.smf-form--simple-table .smf-item.privacy-agreement{
	text-align: center;
}

.privacy-policy-frame {
	padding: 20px;
	height: 330px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
}

.privacy-policy-frame h3 {
	font-size: 100%;
	font-weight: normal;
	margin: 0 0 10px 0;
}

.iframe-container {
	width:100%;
	height:260px;
	overflow:auto;
	-webkit-overflow-scrolling:touch;	
	display: inline-block;      
}

iframe {
	border: none;
}

.privacy-frame {
	width:100%;
	height:100%;
	border:none;
	display:block;
}

.privacy-policy .smb-accordion__item__title {
	background-color: transparent;
	text-align: right;
	color: var(--smb-section--color);
	margin-right: 0;
}

.c-page-header[data-has-image=true] {
	height: 220px;
}

.grecaptcha-badge { visibility: hidden; }


.smb-alert--success {
	background-color:#d8e7ef;
	border: none 0;
}

.smf-form--simple-table .smf-item.is-hybrid-download {
	display: none;
}


/* 投稿詳細画面の更新日を非表示に */
/*
.c-meta__item--modified {
  display: none;
}
*/

/* サムネ画像がトリミングされないように */
/*
.c-entry-summary__figure>img, .c-entry-summary__figure>picture>img {
	object-fit: contain;
}
*/

/* サムネイルを 16:9 に変更 */
.c-entry-summary .c-entry-summary__figure::before {
  padding-top: 56.25%;
}


/* 改行 */
.br-pc {
	display: none;
}

.br-md {
	display:none;
}

.nowrap {
	white-space: nowrap;
}

.nowrap-pc {
	white-space: normal;
}

@media(min-width:1024px) {
	.br-pc {
		display: inline;
	}
	.br-sp {
		display: none;
	}
	.nowrap-pc {
		white-space: nowrap;
	}
}

#achievement h2 {
	white-space: nowrap;
}

.c-meta__item--author {
	display: none;
}

/* logo Ticker Splide */

.splide--loop {
	margin-top:0;
}

.splide__slide img {
  height: auto;
  width: 100%;
}

.side-banner {
	position: fixed;
	bottom:114px;
	right: 17px;
	width: 220px;
	z-index: 1031;
}

.side-banner#banner-camp {
	bottom: 300px;
}

.side-banner a:hover img {
  filter: brightness(1.03); /* 明るくする */
  opacity: 1;
}

.side-banner .side-banner-close-btn {
	position: absolute;
	top: -7px;
	right: -7px;
	cursor: pointer;
	width: 25px;
	height: 25px;
}

.dropshadow-btn {
	box-shadow: 3px 3px 3px 1px rgba(0, 0, 0, 0.20);
}

.hover-hilite img,
.hover-darken img {
  transition: filter 0.3s ease;
  filter: brightness(
    1
  ); /* デフォルト値なのでこの一行は省略してもOK */
}

.hover-hilite img:hover {
	filter: brightness(1.75);  /* 明るくする */
}

.hover-darken img:hover {
	filter: brightness(0.85); /* 暗くする */
}

.l-footer {
	border-top:0 ;
}

.c-copyright,
.l-footer-widget-area,
.gs-footer-trademark,
.p-footer-sub-nav {
	background-color:var(--accent-color);
}

.p-footer-sub-nav,
.p-footer-sub-nav a {
	color: #fff;
}

/* Footer CTA */
.p-footer-cta .c-btn {
	font-weight: 700;
	font-size: 16px;
}


/*  フォームページでフッターCTAを表示しない */
.page-id-201 .p-footer-cta,
.page-id-266 .p-footer-cta {
  display: none;
}


/* PCでは表示しない */
@media (min-width:1024px) {
  .p-footer-cta {
    display: none;
  }
}

#contact-form a {
	color: #fff;
	text-decoration: none;
}

#contact-form a:hover {
	text-decoration: underline;
}

#contact-form .wp-block-button a:hover {
	text-decoration: none;
}


.c-site-branding__title {
/* 	--_font-size-level:2; */
	font-size: 16px;
}

.is-layout-flow>:not(:first-child).kv-content-slider-sp {
	margin-top: 0;
}


/*
@media (min-width: 40em)(タブレットサイズ)
@media (min-width: 64em)(PCサイズ)
*/

@media screen and (min-width: 640px) { // 640px〜1023pxまで
}
@media screen and (min-width: 1024px) { // 1024px〜1279pxまで
}
@media screen and (min-width: 1280px) { // 1280px〜
}