/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0.9
*/
.faq_cont .accordion-title.active {
    border-color: #91B4FF;
	font-weight: normal;
}
.faq_cont .icon-angle-down:before {
    content: none;
}
.faq_cont .accordion-title {
    font-size: 100%;
    padding: 1.3em 0 0 0;
}
.faq_cont .accordion-inner {
    padding: 0;
}
.arrow_brm > .col-inner {
	z-index: 0;
}
.arrow_brm > .col-inner::before {
    content: "";
    position: absolute;
    margin-left: -10px;
    width: 0;
    height: 0;
    bottom: -10px;
    border-style: solid;
    border-width: 10px 10px 0;
    border-color: #fff transparent transparent;
    z-index: -1;
}
.arrow_r .text-inner {
	display: table;
	padding: 1em;
	margin-bottom: 1em;
	position: relative;
	background-color: #fff;
	border: 2px solid #3d4bde;
	border-radius: 0.5em;
	margin-right: 1em;
	max-width: calc( 100% - 1.5em );
}
.arrow_r .text-inner::before,
.arrow_r .text-inner::after	{
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -1em;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 1em solid #3d4bde;
}
.arrow_r .text-inner::after	{
	right: calc( 4px - 1em );
	border-left: solid 1em #fff;
}
.arrow_l .text-inner {
	display: table;
	padding: 1em;
	margin-bottom: 1em;
	position: relative;
	background-color: #fff;
	border: 2px solid #3d4bde;
	border-radius: 0.5em;
	margin-right: 1em;
	max-width: calc( 100% - 1.5em );
}
.arrow_l .text-inner::before,
.arrow_l .text-inner::after	{
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -1em;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 1em solid #3d4bde;
}
.arrow_l .text-inner::after	{
	left: calc( 4px - 1em );
	border-right: solid 1em #fff;
}
.arrow_b .text-inner {
	display: table;
	padding: 1em;
	margin-bottom: 1em;
	position: relative;
	background-color: #fff;
	border: 2px solid #3d4bde;
	border-radius: 0.5em;
}
.arrow_b .text-inner::before,
.arrow_b .text-inner::after	{
	content: '';
	position: absolute;
	bottom: -25px;
	transform: translateY(-50%);
	right: calc(50% - 1em);
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-top: 1em solid #3d4bde;
}
.arrow_b .text-inner::after	{
	bottom: calc( -5px - 1em );
	border-top: solid 1em #fff;
}
.arrow_b_green .text-inner {
	display: table;
	padding: 1em;
	margin-bottom: 1em;
	position: relative;
	background-color: #8CD4D2;
	border-radius: 0.5em;
}
.arrow_b_green .text-inner::after	{
	content: '';
	position: absolute;
	bottom: -25px;
	transform: translateY(-55%);
	transform: rotate(44deg);
	right: calc(50% - 0em);
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	bottom: -17px;
	border-top: solid 2em #8CD4D2;
	z-index: -1;
}
.home .block-html-after-header {
	display: none;
}
.block-html-after-header .rank-math-breadcrumb {
	max-width: 1080px;
	margin: 0 auto;
	padding: 6px 15px 3px;
	font-size: .9rem;
}
.block-html-after-header .rank-math-breadcrumb > p {
	margin-bottom: 0;
}
.rank-math-breadcrumb,
.rank-math-breadcrumb a {
	font-size: .875rem;
}
.header .flex-right {
    background: #fff;
    border-radius: 0 0 0 20px;
    position: absolute;
    right: 0;
    top: 0;
}
.header-main .nav {
    margin-top: -2px;
}
.header-main .nav > li:first-child {
    margin-left: 3em !important;
}
.header-main .nav > li:nth-last-child(3)  {
    margin-right: 3em !important;
}
.header-main .nav > li > a {
	padding: 42px .2em;
}
.header-main .nav-line-bottom > li > a:before {
    width: calc(100% - .4em);
    bottom: 32px;
    top: auto;
}
.header-main .nav-line-bottom > li:nth-last-child(2),
.header-main .nav-line-bottom > li:last-child {
	margin: 0;
}
.header-main .nav-line-bottom > li:nth-last-child(2) > a {
    min-width: 150px;
    min-height: 100px;
    color: #fff !important;
    text-align: center;
    background: #3D4BDE;
    display: inline-block;
    line-height: 100px;
    padding: 0;
}
.header-main .nav-line-bottom > li:last-child > a {
    min-width: 150px;
    min-height: 100px;
    color: #fff !important;
    text-align: center;
    background: #212878;
    display: inline-block;
    line-height: 100px;
    padding: 0;
}
.header-main .nav-line-bottom > li:nth-last-child(2) > a:hover,
.header-main .nav-line-bottom > li:last-child > a:hover {
    color: #fff;
	opacity: .7;
}
.header-main .nav-line-bottom > li:last-child > a::before {
	display: none;
}
@media screen and (min-width: 1280px) {
	.header-main .nav > li {
		margin-right: 1.5em;
		margin-left: 1.5em;
	}
	.header-main .nav > li:first-child {
		margin-left: 4em !important;
	}
	.header-main .nav > li:nth-last-child(3)  {
		margin-right: 4em !important;
	}
	.header-main .nav-line-bottom > li:nth-last-child(2) > a,
	.header-main .nav-line-bottom > li:last-child > a {
		min-width: 200px;
	}
}/*
.header-main .nav .button {
	font-size: 1rem;
	min-width: 150px;
	line-height: 98px;
}
.header-main .nav .header-button-1 {
    margin-right: 0;
    margin-left: calc(2em - 11px);
}
.header-main .nav .header-button-2 {
    margin-right: 0;
    margin-left: 0;
}*/
.header-wrapper.stuck  {
    box-shadow: none;
}
body .header,
body #main {
	background: transparent;
}
body.page #wrapper {
	background: url(https://www.yamada-transport.co.jp/wp2025/wp-content/uploads/2025/08/page_bg.jpg) no-repeat #212978 50% -100px / 100% auto;
}
body header .header-wrapper {
	background: url(https://www.yamada-transport.co.jp/wp2025/wp-content/uploads/2025/08/page_bg.jpg) no-repeat #212978 50% -100px / 100% auto;
}
body.home #wrapper {
	background: url(https://www.yamada-transport.co.jp/wp2025/wp-content/uploads/2025/10/home_bg_purple.jpg) no-repeat #212978 50% 0 / 100% auto;
}
body.home header .header-wrapper {
	background: url(https://www.yamada-transport.co.jp/wp2025/wp-content/uploads/2025/10/home_bg_purple.jpg) no-repeat #212978 50% -100px / 100% auto;
}
body .header-wrapper {
	background: transparent;
	transition: background-color 0s,opacity 0s;
}
.home_main_wrap {
	position: relative;
}
/*
.home_main_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
*/
.home_main .banner-bg {
    overflow: auto;
}
.home_footer a {
	color: #fff;
}
.absolute-footer {
	margin-top: -100px;
	z-index: 12;
	position: relative;
}
.absolute-footer .pull-left {
	float: right;
}
.bnr_round20 .img-inner img {
	border-radius: 20px 20px 0 0 !important;
}
.round20_top .img-inner {
	border-radius: 20px 20px 0 0 !important;
}
.btn_arrow_white2 {/*
	color: var(--fs-color-primary) !important;*/
	background: url(https://www.yamada-transport.co.jp/wp2025/wp-content/uploads/2025/07/arrow_white2.svg) no-repeat 91% 50% / 10px;
}
.btn_arrow_white2.is-outline:hover {
	color: var(--fs-color-primary) !important;
	background: url(https://www.yamada-transport.co.jp/wp2025/wp-content/uploads/2025/07/arrow_blue2.svg) no-repeat 91% 50% / 10px;
}
.btn_arrow_blue2 {
	color: var(--fs-color-primary) !important;
	background: url(https://www.yamada-transport.co.jp/wp2025/wp-content/uploads/2025/07/arrow_blue2.svg) no-repeat 91% 50% / 10px;
}
.btn_arrow_blue2.is-outline:hover {
	color: #fff !important;
	background: url(https://www.yamada-transport.co.jp/wp2025/wp-content/uploads/2025/07/arrow_white2.svg) no-repeat var(--fs-color-primary) 91% 50% / 10px;
}
.txt_scroll::after {
	animation: txt_scroll 2s infinite;
	background-color: #fff;
	bottom: 50%;
	content: "";
	width: 100px;
	height: 1px;
	left: 260%;
	position: absolute;
}
@keyframes txt_scroll {
	0% {
	transform: scale(0, 1);
	transform-origin: 0 0;
	}
	50% {
	transform: scale(1, 1);
	transform-origin: 0 0;
	}
	51% {
	transform: scale(1, 1);
	transform-origin: 0 100%;
	}
	100% {
	transform: scale(1, 0);
	transform-origin: 0 100%;
	}
}
body {line-height: 1.75;}

.montserrat {
	font-family: "Montserrat", sans-serif;
}
.lh1 {line-height: 1 !important;}
.lh12 {line-height: 1.2 !important;}
.lh13 {line-height: 1.3 !important;}
.lh14 {line-height: 1.4 !important;}
.lh15 {line-height: 1.5 !important;}
.lh16 {line-height: 1.6 !important;}
.lh17 {line-height: 1.7 !important;}
.lh18 {line-height: 1.8 !important;}
.lh2 {line-height: 2 !important;}
.lh26 {line-height: 2.6 !important;}

.fw3 {font-weight: 300 !important;}
.fw4 {font-weight: 400 !important;}
.fw5 {font-weight: 500 !important;}
.fw6 {font-weight: 600 !important;}
.fw7 {font-weight: 700 !important;}
.fw8 {font-weight: 800 !important;}
.fw9 {font-weight: 900 !important;}

.round20,
.round20 > .img-inner,
.round20 > a > .img-inner,
.round20 > div > .banner-bg,
.round20 > div > .banner-bg img,
.round20 > div > .banner-bg .overlay,
.round20 > .col-inner,
.round20::before,
.round20 > .img-inner img ,
.round20 iframe {
	border-radius: 20px;
}
.round_t30,
.round_t30 > .img-inner,
.round_t30 > div > .banner-bg,
.round_t30 > div > .banner-bg img,
.round_t30 > div > .banner-bg .overlay,
.round_t30 > .col-inner,
.round_t30::before,
.round_t30 .img-inner img {
	border-radius: 30px 30px 0 0;
}
.round_l30,
.round_l30 > .img-inner,
.round_l30 > div > .banner-bg,
.round_l30 > div > .banner-bg img,
.round_l30 > div > .banner-bg .overlay,
.round_l30 > .col-inner,
.round_l30::before,
.round_l30 .img-inner img {
	border-radius: 30px 0 0 30px;
}
.round_r30,
.round_r30 > .img-inner,
.round_r30 > div > .banner-bg,
.round_r30 > div > .banner-bg img,
.round_r30 > div > .banner-bg .overlay,
.round_r30 > .col-inner,
.round_r30::before,
.round_r30 .img-inner img {
	border-radius: 0 30px 30px 0;
}
.round_tldiag30,
.round_tldiag30 > .img-inner,
.round_tldiag30 > div > .banner-bg,
.round_tldiag30 > div > .banner-bg img,
.round_tldiag30 > div > .banner-bg .overlay,
.round_tldiag30 > .col-inner,
.round_tldiag30::before,
.round_tldiag30 .img-inner img,
.round_tldiag30 > .text-box-content,
.round_tldiag30 > div > .text-box-content {
	border-radius: 30px 0 30px 0;
}

.shadow_20_0_100 {filter: drop-shadow(0 0 6px rgba(61,65,222,1));}
.shadow_gray {filter: drop-shadow(0 0 8px rgba(0,0,0,.3));}
.shadow_black {filter: drop-shadow(0 0 8px rgba(0,0,0,.9));}

.shadow_white {
	text-shadow: 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff;
}
.postlist_flat {
	border-top: 1px solid #3D4BDE;
}
.postlist_flat .post-item {
	padding: 0;
	border-bottom: 1px solid #3D4BDE;
}
.postlist_flat .box-text {
	padding: 0 .5em;
}
.postlist_flat .box-text .box-text-inner {
	padding: 1em 0;
	display: flex;
	flex-flow: row wrap;
}
.postlist_flat .post-meta {
	width: 9em;
	margin-right: 2rem;
	font-size: 1rem;
	line-height: 1.6;
	opacity: 1;
	order: 1;
	color: #91B4FF;
}
.postlist_flat .post-title {
	width: calc(100% - 9em - 2em - 1em);
	margin: 0;
	font-size: 1rem;
	font-weight: normal;
	order: 3;
}
.postlist_flat .is-divider {
	display: none;
}

@media screen and (max-width: 849px) {
	body.home #wrapper {
		background: url(https://www.yamada-transport.co.jp/wp2025/wp-content/uploads/2025/09/page_bg-scaled_sp.jpg) no-repeat #23297D 50% 0 / 100% auto;
	}
}
@media screen and (max-width: 549px) {
  body.page #wrapper,
  body.page header .header-wrapper{
    background-image: url(https://www.yamada-transport.co.jp/wp2025/wp-content/uploads/2025/09/page_bg-scaled_sp.jpg);
    
    background-position: center top;
    background-size: cover;
  }
	body.home #wrapper {
		background: url(https://www.yamada-transport.co.jp/wp2025/wp-content/uploads/2025/10/home_bg_purple_sp-1.jpg) no-repeat #23297D 50% 0 / 100% auto;
	}
  body.home header .header-wrapper {
    background-image: url(https://www.yamada-transport.co.jp/wp2025/wp-content/uploads/2025/09/page_bg-scaled_sp.jpg);
    background-position: center top;
    background-size: cover;
  }	
	.transparent .header-main, 
	.header .header-main, 
	.header .stuck .header-main {
		height: 70px !important;
	}
	.header-inner #logo {
		width: 200px;
	}
	.header-main .nav > li > a {
		padding: 10px 0;
	}
	.header-main .nav li:first-child {
		margin-left: 1em !important;
		margin-right: 1em !important;
	}
	.rank-math-breadcrumb,
	.rank-math-breadcrumb a {
		color: #fff;
		font-size: .875rem;
	}
	.absolute-footer {
		margin-top: -46px;
		font-size: .7em;
	}
	.absolute-footer .pull-left {
		float: none;
	}
	.postlist_flat .blog-post-wrapper {
		flex-flow: row wrap;
	}
	.postlist_flat .cat-label,
	.postlist_flat .post-title,
	.postlist_flat .post-meta {
		width: 100%;
		margin-right: 0;
		line-height: 1.8;
	}
	.postlist_flat .cat-label {
		width: auto;
		padding: .3em 1.5em;
	}
	.scroll_cont {
		overflow-x: auto;
    }
	.w940 > .col-inner {
		width: 940px;
    }
	.w570 > .col-inner {
		width: 570px;
    }
	.sp_round_t30,
	.sp_round_t30 > .img-inner,
	.sp_round_t30 > div > .banner-bg,
	.sp_round_t30 > div > .banner-bg img,
	.sp_round_t30 > div > .banner-bg .overlay,
	.sp_round_t30 > .col-inner,
	.sp_round_t30::before,
	.sp_round_t30 .img-inner img {
		border-radius: 30px 30px 0 0;
	}
}



/*************** ADD CUSTOM CSS HERE.   ***************/
