/* Color ------------------------------ */
/* Brand Color :
 * Green = #027B34
 * Light-Green = #E0F4EC */

/* General ---------------------------- */
* {
  box-sizing: border-box;
}

*, code {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

a:hover {
	cursor: pointer !important;
}

#content-w {
	padding-top: 0px;
}

/* Text --------------------------------------- */
/* blockquote */
blockquote {
	background-color: #027B34 !important;
	color: #ffffff;
	border-radius: 12px;
	background-image: none !important;
	padding-top: 20px !important;
}
blockquote p {
  font-size: 22px !important;
	margin: 0 !important;
}

/* yellowbox */
.yellowbox {
	background-color: #E0F4EC;
	border: none !important;
	border-radius: 12px;
}
.yellowbox ul {
	padding-top: 0px !important;
}

/* h2 */
.post .entry-content h2:not(.st-css-no2), .post .entry-content .h2modoki {
	padding: 0.321em 0.535em;
	margin-top: 40px;
	margin-bottom: 40px;
	line-height: 1.5;
	text-align: justify;
	border: none;
	border-left: 10px solid #027B34;
	border-bottom: 4px solid #027B34;
	color: #027B34;
}

/* h3 */
.h3modoki, .post h3:not(.st-css-no):not(.st-matome):not(.rankh3):not(.post-card-title):not(#reply-title) {
	padding-left: 0px;
	font-size: 24px;
	line-height: 1.5;
}

/* YouTube */
.youtube-container, iframe {
	padding-top: 0px;
	border-radius: 12px;
	border: none;
  box-shadow: none;
}

/* Header ------------------------------ */
img.sitename-only-img {
	max-height: 48px;
}

header .smanone ul.menu li {
  line-height: 1.5;
	height: auto;
}
header .smanone ul.menu li a {
	color: #027B34;
	font-size: 16px;
	font-weight: 600;
	padding: 12px 0;
	transition: all 0.5s ease;
}
header .smanone ul.menu li a:hover {
	background-color: #E0F4EC;
	color: #333333;
	font-size: 16.5px;
}

div#st-menubox {
	border-bottom: 3px solid #027B34;
}

@media screen and (max-width: 959px) {
	header .smanone {
		display: block;
	}
	header .smanone ul.menu li {
    list-style-type: none;
    float: left;
		width: 50%;
	}
	header .smanone ul.menu li a {
		display: block;
		text-decoration: none;
		text-align: center;
	}
	header .smanone ul.menu li a:hover {
		font-size: 16px;
	}
}

/* titleArea ---------------------------------- */
.titleArea {
	border: none;
	padding: 0px;
	margin-bottom: 60px;
}
.titleArea #breadcrumb {
	display: inline-block;
	margin-right: 16px;
}
.titleArea > h1 {
	display: inline-block;
	font-size: 22px !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* LP - 「相談できる」福祉車両専門店　ウェルモビリティの福祉車両サービス ------------------------ */
.serviceList-container {
	padding: 40px 0;
	margin-bottom: 40px;
}
.serviceList-cardWrapper {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-gap: 30px;
  text-align: center;
}
.serviceList-card_inner {
	position: relative;
}

.serviceList-card img {
  margin-bottom: 24px;
  border-radius: 50%;
  padding: 16px;
  max-width: 70% !important;
}
.serviceList-card:nth-child(1) img {
  border: 3px solid #027B34;
}
.serviceList-card:nth-child(2) img {
  border: 3px solid #00558E;
}
.serviceList-card:nth-child(3) img {
  border: 3px solid #A53C43;
}

.serviceList-card_title {
	margin-bottom: 16px;
	color: #385822;
	font-size: 26px;
	font-weight: bold;
}

.serviceList-card_desc {
	font-size: 22px;
	line-height: 1.5;
	margin-bottom: 16px;
	/* padding: 0 24px; */
	padding: 0 14px;
	min-height: 100px;
}
@media screen and (max-width: 959px) {
	.serviceList-card_desc {
		font-size: 18px;
		min-height: 84px;
	}
}
@media screen and (max-width: 789px) {
	.serviceList-card_desc {
		padding: 0;
	}
}

.serviceList-card_more {
	font-weight: bold;
  background: #027B34;
  color: #fff;
  padding: 12px;
  border-radius: 24px;
	transition: all ease 0.3s;
}

a.serviceList-card_layer:hover ~ .serviceList-card_more {
	transform: translateX(4px);
	opacity: 0.8;
}

a.serviceList-card_layer {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}

/* @media screen and (max-width: 599px) { */
@media screen and (max-width: 659px) {
	.serviceList-cardWrapper {
		display: block;
	}
	.serviceList-cardWrapper > div {
		margin-bottom: 24px;
		padding: 0 24px
	}
	.serviceList-card img {
		max-width: 30% !important;
	}
	.serviceList-card_desc {
		min-height: auto;
	}
}

/* LP - 福祉車両ウェルモビリティの大切なお客様への約束 ------------------------------- */
.lp-ourPromise {
	position: relative;
	background-color: #FBF7EF;
	padding: 40px 70px;
	margin: 0 -70px;
}

.entry-content .wc-shortcodes-item {
	padding: 24px;
	margin-bottom: 80px;
	background-color: #ffffff;
	border: 2px solid #027B34;
	border-radius: 12px;
	box-shadow: 8px 8px 0px #027B34;
}

.entry-content .wc-shortcodes-item h4 {
	padding-left: 0px !important;
	font-size: 18px !important;
}

.entry-content .wc-shortcodes-item img {
	width: 100%;
	border-radius: 12px;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.lp-ourPromise > span {
	font-size: 80px;
	font-style: italic;
	line-height: 1;
	color: #027B34;
}

.bg-plant-1 {
	position: absolute;
	right: 0;
	top: 780px;
	max-width: 260px !important;
}

.bg-plant-2 {
	position: absolute;
	left: 0;
	top: 1400px;
	max-width: 130px !important;
}

@media screen and (max-width: 599px) {
	.entry-content .wc-shortcodes-item {
		box-shadow: 4px 4px 0px #027B34;
	}
	.bg-plant-1, .bg-plant-2 {
		display: none;
	}
	.entry-content .wc-shortcodes-item h4 {
		height: 74px !important;
	}
	.entry-content .wc-shortcodes-item p {
		display: inline-block;
	}
}
/* LP - みんな知りたい！人気記事ランキング ------------------------------------------- */
.useful-container {
	margin-bottom: 140px;
}

.useful-card_title {
	font-size: 20px;
	margin-bottom: 24px;
}

.useful-card_more {
	text-align: center;
	background: #027B34;
	color: #fff;
	padding: 12px;
	border-radius: 24px;	
}

/* LP - 会社案内 ------------------------ */
.localNavi-container .localNavi-card_btn {
	line-height: 1.5;
	background-color: rgba(255, 255, 255, 0.8);
}

/* LP - お問い合わせはこちら ------------------------ */


/* LP - ブログ・記事 -------------------- */
.kanren dt img {
	border-radius: 12px;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.kanren h3 {
	margin-bottom: 8px;
}
.kanren h3 a {
	color: #027B34 !important;
	font-size: 20px !important;
}
.kanren h3 a:hover {
	text-decoration: underline;
}

.kanren dt {
	width: 180px;
}

.kanren dt img {
	width: 150px;
}

.kanren h3 a {
  font-size: 24px !important;
}

/* Pagination -------------- */
.st-pagelink .page-numbers {
	border: 1px solid #027B34;
	color: #027B34;
	border-radius: 4px;
}
.st-pagelink .page-numbers.current {
	opacity: 1;
	background-color: #027B34;
	color: #ffffff;
}

/* Car List Page -------------------------------- */
@media screen and (max-width: 599px) {
	.select-title {
		padding-bottom: 0px !important;
		margin-bottom: 16px !important;
	}
	.selectPart .select-container {
		display: block;
	}
	.carType_checbox label {
		display: block;
	}
	.formSection {
		display: block;
	}
	.search-result-list > div.lift {
		    box-shadow: 4px 4px 0px #ffc5c5ab;
	}
	.search-result-list > div.slope {
		box-shadow: 4px 4px 0px #ffebd8ab;
	}
	.search-result-list > div.rotat {
		box-shadow: 4px 4px 0px #c7dca7ab;
	}
	.search-result-list > div.self-other {
		box-shadow: 4px 4px 0px #89b9adab;
	}
}

/* Car Detail Page -------------------------------- */
.grid_container {
	margin-bottom: 180px;
}
.swichGallery-thumb-wrapper {
	height: 190px;
}

/* Footer -------------------------------- */
#footer {
	background-color: #E0F4EC;
}
#footer img.ft-siteLogo {
	display: none;
}
#footer .footerlogo {
	font-size: 24px;
  line-height: 1.5;
  margin-bottom: 24px;
  font-weight: bold;
}
