@charset "UTF-8";
/*
Theme Name: lotas-tsunokake
Theme URI: https://lotas-tsunokake.com
Version: 1.0.0
Author: raylab hiradate
Author URI: https://raylab-llc.com/
*/

/*-- common --*/
body {
	margin: 0;
  padding: 0;
  color: #222222;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.5;
  letter-spacing: .5px;
  font-size: 16px;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
}
 
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 1em;
  font-weight: normal;
  letter-spacing: 0.05em;
  color: #222222;
}
h1 {
	font-size: 32px;
}
h2 {
  font-size: 32px;
  line-height: 1.7;
}
h3 {
  font-size: 26px;
  line-height: 1.7;
}
h4 {
  font-size: 16px;
  line-height: 1.5;
}
h5 {
  font-size: 15px;
  line-height: 1.5;
}
p {
	margin-bottom: 1.8em;
	line-height: 2;
	letter-spacing: 1px;
}
a, a:visited {
	color: #26356e;
	-webkit-tap-highlight-color: none;
	transition: all 0.3s ease-in-out;
}
div,article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
	box-sizing: border-box;
}
figure {
	margin: 0;
	text-align: center;
}
.wrap {
	max-width: 1080px;
  margin: 0 auto;
}
a.links, a.links:visited {
	padding-left: 1.1em;
	color: #2e2e2e;
	text-decoration: none;
}
a.links:hover {
	color: #55789f;
}
.accent {
	font-family: "Fredoka", "Noto Sans JP", Meiryo, sans-serif;
	font-weight: 500;
	letter-spacing: 2px;
}
.external {
	position: relative;
	padding: 0 1.2em 0 0;
}
.external:after {
	position: absolute;
	content: "";
	width: 1em;
	height: 1em;
	top: 0;
	right: 0.1em;
	background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./images/icon_btn_external.svg);
}
.btn.external {
	 padding: 11px 56px 10px 30px;
}
.btn.external:after {
	background-position: center;
	background-image: url(./images/icon_btn_external_w.svg);
}
.block_btn, .wp-block-buttons>.wp-block-button {
	margin: 0 auto 20px;
	text-align: center;
}
a.btn, a.wp-block-button__link {
	position: relative;
	display: inline-block;
	padding: 10px 20px 11px 20px;
	color: #26356e;
	font-weight: 900;
	text-decoration: none;
	letter-spacing: 1px;
	background-color: #fff;
	border: 3px solid #26356e;
	border-radius: 10px;
	box-shadow: 6px 6px 0px 0px #26356e;
	transition: all 0.3s ease-in-out;
}
a.btn:hover, a.wp-block-button__link:hover {
	box-shadow: 4px 4px 0px 0px #26356e;
	transform: translate(2px, 2px);
}
a.btn_l {
	box-shadow: 10px 10px 0px 0px #26356e;
}
a.btn_l:hover {
	box-shadow: 6px 6px 0px 0px #26356e;
	transform: translate(4px, 4px);
}
a.btn_deco {
	padding: 10px 54px 11px 24px;
	font-size: 16px;
	border-radius: 20px;
	box-shadow: 6px 6px 0px 0px #26356e;
	overflow: hidden;
}
a.btn_deco:after {
	position: absolute;
  content: "";
  width: 26px;
  height: 26px;
  top: calc(50% - 12.5px);
  right: 16px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./images/icon_btn.svg);
  background-color: #eb6100;
  border-radius: 18px;
}
a.btn_icon {
	padding: 14px 24px 18px 80px;
	border: none;
	border-radius: 20px;
	background-color: #fff3a4;
	box-shadow: 10px 10px 0px 0px #26356e;
}
a.btn_icon:before {
	position: absolute;
  content: "";
  width: 50px;
  height: 40px;
  top: calc(50% - 22px);
  left: 18px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./images/icon_btn_inquiry.svg);
}
a.btn_icon:hover {
	box-shadow: 6px 6px 0px 0px #26356e;
	transform: translate(4px, 4px);
}
a.btn_tel:after {
	background-image: url(./images/icon_btn_tel.svg);
}
a.btn_mail:after {
	background-image: url(./images/icon_btn_mail.svg);
}
a.btn_mail:after {
	background-image: url(./images/icon_btn_mail.svg);
}
a.btn.btn-sns-i:after {
	background-image: url(./images/sns_icon_insta_w.png);
	background-position: center;
  background-size: 20px;
}
a.btn.btn-sns-f:after {
	background-image: url(./images/sns_icon_fb_w.png);
	background-position: center;
  background-size: 20px;
}
a.btn_pdf {
	border-radius: 16px;
}
a.btn_pdf:after {
	width: 30px;
  height: 30px;
  top: calc(50% - 15px);
  right: 8px;
	background-image: url(./images/icon_btn_pdf.svg);
	border-radius: 8px;
}

article .trim {
	position: relative;
  width: 100%;
  max-width: none;
  height: 170px;
  overflow: hidden;
}
article .trim img {
	position: absolute;
  height: auto;
  width: 102%;
  max-width: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.list {
	display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
}

#container #content {
	margin-top: 143px;
}
#container #inner-content {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
  align-content: flex-start;
  padding: 0 0 80px;
	margin-top: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#page_top {
	position:fixed;
	bottom: 0;
	right: 40px;
	width: 60px;
  height: 60px;
	-webkit-transform: translateY(65px);
  transform: translateY(65px);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
	z-index: 999;
}
#page_top.pt_active {
	right: 40px;
	transform: translateY(-40px);
}
a.pt_button {
	position: relative;
	display: block;
	padding: 34px 0 0 0;
	width: 60px;
	height: 26px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	background-color: #414756;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}
a.pt_button:after {
	position: absolute;
	content: "";
	width: 40px;
  height: 40px;
  top: calc(50% - 28px);
  left: calc(50% - 20px);
	background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
	background-image: url(./images/icon_btn.svg);
	transform: rotate(-90deg);
}
#main {
  width: 780px;
  max-width: 780px;
  min-width: 0;
  margin-bottom: 40px;
}
.page-full #main {
	max-width: 920px;
  width: 100%;
  padding: 0 40px;
  margin: auto;
}
.page-template-page-news .page-full #main {
	padding: 0 30px;
	max-width: 1080px;
}
#sidebar {
	-webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 230px;
	max-width: 35%;
  margin: 0 0 30px auto;
}

.m_bottom {
	margin-bottom: 80px;
}
.pc_only {
	display: inline-block;
}
.pcmb_only {
	display: inline-block;
}
.sp_only {
	display: none;
}
.text_small {
	font-size: 13px;
}

@media screen and (max-width:1080px) {
	#main {
		width: calc(100% - 230px);
	}
	#sidebar {
		width: 210px;
	}
}
@media screen and (max-width:992px) {
	.wrap {
		width: 100%;
	}
}
@media screen and (max-width:930px) {
	#container #content {
		margin-top: 85px;
	}
}
@media screen and (max-width:820px) {
	#page-top {
		right: 35px;
	}
	#page-top.pt-active {
		right: 35px;
	}
	#main {
		width: 100%;
		max-width: 100%;
		margin-right: 0;
	}
	#sidebar {
		margin: 0 auto 30px;
		width: 94%;
		max-width: 100%;
	}
	a.pt_button {
		font-size: 12px;
	}
}
@media screen and (min-width:781px) and (max-width:820px) {
	.info-template-default #main, .event-template-default #main {
		padding: 20px 30px;
	}
}
@media screen and (max-width:780px) {
	.page-full #main {
		padding: 0 30px;
	}
	.pc_only {
		display: none;
	}
}
@media screen and (max-width:480px) {
	#page_top {
		right: 16px;
	}
	#page_top.pt_active {
		right: 16px;
		transform: translateY(-95px);
	}
	.page-full #main {
		padding: 0 20px;
	}
	#sidebar {
		width: 100%;
	}
	.m_bottom {
		margin-bottom: 50px;
	}
	.pcmb_only {
		display: none;
	}
	.sp_only {
		display: inline-block;
	}
}

/*-- navi --*/
#header {
	position: fixed;
	width: 100%;
	top: 0;
	background-color: #fff;
	z-index: 100;
}
#inner-header {
	display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  height: 85px;
  margin: 0 auto;
}
#site__logo {
	margin: 10px 0 0 40px;
}
#site__logo .h1 {
	margin: 0;
}
#site__logo .h1 .custom-logo {
	height: 60px;
	width: auto;
}

#h_inquiry {
	display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 420px;
	height: 100%;
}
#h_inquiry a {
	text-decoration: none;
}
#h_inquiry .link_item {
	position: relative;
	display: inline-block;
	height: 100%;
}
#h_inquiry .tel {
	display: flex;
	width: calc(100% - 160px);
}
.link_item.tel .text-box {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	margin: 2px 0;
	text-align: center;
	background-color: #fff;
	border: 4px solid #a8a8a8;
}
.link_item.tel .text-box a {
	color: #e25b08;
	font-size: 28px;
	font-weight: bold;
	text-decoration: none;
	line-height: 1;
	cursor: pointer;
}
.link_item.tel .text-box p {
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
  line-height: 1.5;
  letter-spacing: 0;
}
#h_inquiry .inquiry {
	order: 2;
	width: 150px;
}
#h_inquiry .inquiry .text {
	padding: 46px 0 0;
}
#h_inquiry .inquiry a.btn_deco_icon {
	position: relative;
	display: flex;
	justify-content: center;
	height: 100%;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	background-color: #26356e;
	background-position: top 14px center;
  background-repeat: no-repeat;
  background-size: 36px;
	background-image: url(./images/icon_btn_inquiry_o.svg);
	border-radius: 0 0 0 20px;
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
}

#g_nav {
	margin: 0 0 0 auto;
	height: 100%;
	width: 100%;
	background-color: #ad1d24;
}
#g_nav div.contact_info, #g_nav div.list {
	display: none;
}
#ul__g_nav {
	display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0;
  height: 100%;
  max-width: 1080px;
}
#ul__g_nav .menu_item {
	position: relative;
	margin: 0;
	width: calc(100% / 8);
	text-align: center;
	font-weight: bold;
	letter-spacing: .1em;
	list-style-type: none;
}
#ul__g_nav .menu_item:after {
	position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #bf5a5c;
}
#ul__g_nav .menu_item a {
	display: inline-block;
	padding: 17px 0 16px;
	width: 100%;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
}
#ul__g_nav .menu_item a:hover, #ul__g_nav .menu_item a.current {
	background-color: #810d13;
}
#ul__g_nav .menu_item a.external:after {
	top: calc(50% - 0.6em);
	right: 12px;
	background-image: url(./images/icon_btn_external_nav.svg);
}
#g_nav .btn_list {
	gap: 12px;
	padding: 10px 0 20px;
}
#g_nav .btn_list .btn {
	padding: 7px 24px 10px 70px;
	background-color: #26356e;
	border: 1px solid #fff;
	box-shadow: none;
}
#g_nav .btn_list .btn_icon:before {
	width: 44px;
	top: calc(50% - 22px);
}
#g_nav .btn_list .shaken .btn:before {
	background-image: url(./images/icon_btn_shaken_o.svg);
}
#g_nav .btn_list .inquiry .btn:before {
	background-image: url(./images/icon_btn_inquiry_o2.svg);
}
#g_nav .btn_list .btn:hover {
	box-shadow: none;
	transform: none;
}
#g_nav .btn_list .btn h3 {
	font-size: 20px;
}

#stk_menu_btn::before {
	display: none;
}
.nav_btn {
	display: none;
	box-sizing:border-box;
	order: 3;
	height: 100%;
	width: 80px;
	padding: 18px 0;
	top: 0;
	border: none;
  color: #fff;
  text-align: center;
  background-color: #ad1d24;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 100;
}
.nav_btn:visited {
	color: #fff;
}
.nav_btn div {
	position: relative;
	width: 30px;
	height: 26px;
}
.nav_btn .menu_icon {
	position: absolute;
	display: block;
	width: 22px;
	height: 3px;
	left: 3px;
	background: #fff;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	border-radius: 2px;
}
.nav_btn .menu_icon:first-child {
	top: 2px;
}
.nav_btn .menu_icon:nth-child(2) {
	margin-top: -1px;
	top: 50%;
}
.nav_btn .menu_icon:nth-child(3) {
	bottom: 2px;
}
.active .menu_icon:first-child {
	top: 11px;
  transform: rotate(45deg);
  transition: .2s ease-in-out;
}
.active .menu_icon:nth-child(2) {
	background: transparent;
}
.active .menu_icon:nth-child(3) {
	bottom: 11px;
  transform: rotate(-45deg);
  transition: .2s ease-in-out;
}
.search_open .menu_icon:first-child {
	top: 0;
	-webkit-transform: translateY(8px) rotate(45deg);
  -moz-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}
.search_open .menu_icon:nth-child(2) {
	opacity: 0;
}
.search_open .menu_icon:nth-child(3) {
	bottom: 0;
	-webkit-transform: translateY(-8px) rotate(-45deg);
  -moz-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}
.search_btn {
	display: flex;
	right: 0;
}
.search_btn div {
	width: 50px;
  height: 18px;
  background-image: url(./images/icon_search.svg);
	background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.search_btn div .menu_icon {
	display: none;
}
.search_open {
	background-color: #ebf1f5;
}
.search_open div {
	background-image:none;
}
.search_open div .menu_icon {
	    display: block;
}
.nav_btn .text {
	display: block;
	margin-top: 10px;
	font-size: 12px;
	font-weight: bold;
	-webkit-transform: scale(0.9);
  transform: scale(0.9);
}
#content .link_item.tel {
	padding: 10px;
}
.contact_info .link_item.tel, #content .link_item.tel {
	width: 100%;
}
.contact_info .link_item.tel .text-box, #content .link_item.tel .text-box {
	padding: 5px 0;
	flex-direction: row;
	align-items: center;
	border: 2px solid #a8a8a8;
}
.contact_info .link_item.tel .text-box a, #content .link_item.tel .text-box a {
	font-size: 20px;
	font-weight: 900;
}
.contact_info .link_item.tel .text-box p, #content .link_item.tel .text-box p {
	font-size: 9px;
}

@media screen and (max-width:1080px) {
	#site__logo {
		margin: 10px 20px 0 20px;
	}
	#ul__g_nav .menu_item a {
		font-size: 17px;
		letter-spacing: 0.25px;
	}
}
@media screen and (min-width:931px) {
	#ul__g_nav .menu_item:last-child:after {
		content: none;
	}
}
@media screen and (max-width:930px) {
	#site__logo {
		margin: auto auto auto 10px;
	}
	#inner-header {
		width: 100%;
		z-index: 100;
	}
	.nav_btn {
		display: flex;
	}
	.is_scroll .nav_btn, .is_scroll .active {
		display: flex;
		-webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
	}
	#h_inquiry {
		width: 350px;
	}
	#h_inquiry .tel {
		width: calc(100% - 90px);
	}
	#h_inquiry .inquiry {
		width: 80px;
	}
	#h_inquiry .inquiry .text {
		padding: 52px 0 0;
	}
	#h_inquiry .inquiry a.btn_deco_icon {
		font-size: 11px;
		background-size: 32px;
		background-position: top 20px center;
	}
	#g_nav {
		position: absolute;
		flex-direction: column;
		margin: 0 auto;
		width: 100%;
		height: auto;
		padding: 10px;
		background: #ad1d24;
		border-radius: 0 0 20px 20px;
		transition: all 0.3s ease-in-out;
		-webkit-box-shadow: 0 4px 6px rgb(102 102 102 / 8%);
    box-shadow: 0 4px 6px rgb(102 102 102 / 8%);
  }
	.is_scroll #g_nav {
		visibility: hidden;
		opacity: 0;
		-webkit-box-shadow: 0 4px 6px rgb(102 102 102 / 8%);
		box-shadow: 0 4px 6px rgb(102 102 102 / 8%);
	}
	#h_inquiry li.inquiry {
		width: 80px;
	}
	#h_inquiry li.inquiry a.btn_deco_icon {
		font-size: 11px;
	}
	#ul__g_nav {
		display: flex;
		flex-direction: row;
		align-items: start;
		margin: 0;
		padding: 10px 0;
		height: auto;
	}
	#ul__g_nav:after {
		display: none;
	}
	#ul__g_nav .menu_item {
		margin: 0 0 2px 0;
		width: 49%;
		font-size: 14px;
	}
	#ul__g_nav .menu_item:after {
		width: 90%;
    height: 1px;
    top: auto;
    bottom: 0;
    right: 5%;
	}
	#ul__g_nav .menu_item a {
		box-sizing: border-box;
		width: 100%;
		text-align: center;
		color: #fff;
		font-size: 18px;
		letter-spacing: .1em;
	}
	#inner-header .nav_btn.search_btn {
		margin-right: 0;
		right: 0;
		left: auto;
	}
}
@media screen and (max-width:780px) {
	#h_inquiry {
		width: auto;
	}
	#g_nav div.contact_info, #g_nav div.list {
		display: flex;
	}
}
@media screen and (max-width:480px) {
	#container #header {
		top: 0;
	}
	#site__logo .h1 .custom-logo {
		max-height: 40px;
	}
	#g_nav {
		flex-direction: row;
		max-height: 75vh;
		overflow-y: scroll;
	}
	#ul__g_nav {
		width: 100%;
	}
}
@media screen and (max-width:329px) {
	#inner-header {
		justify-content: flex-end;
	}
	.nav_btn {
		order: 0;
	}
	#content .link_item.tel {
		display: none;
	}
}

/*-- mainimagae slider & Message --*/

#top_mainimage {
	position: relative;
	width: 100vw;
	height: auto;
	overflow: hidden;
	z-index: 1;
}
#top_mainimage #center_logo {
	position: absolute;
	width: 1600px;
	max-width: 90%;
	bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
	z-index: 1;
}
#top_mainimage #center_logo img {
	position: absolute;
	width: 100%;
	height: auto;
	bottom: -2px;
	filter: drop-shadow(0px -3px 3px rgba(0, 0, 0, 0.3));
}
#top_mainimage #main_slick {
	width: 100%;
}


/*-- slick --*/
#top_content #top_slick {
	position: relative;
	width: 820px;
}
.main_slick {
  opacity: 0;
  transition: opacity 1s linear;
}
.main_slick.slick-initialized {
  opacity: 1;
}
#top_slick .slick-slide a:hover img {
	max-width: none;
	width: 115%;
	opacity: 1;
}
#top_slick .slick-prev {
	left: -40px;
}
#top_slick .slick-next {
	right: -40px;
}
#top_slick .slick-prev:before, #top_slick .slick-next:before {
	font-size: 20px;
}
#top_slick .slick-prev:hover:before, #top_slick .slick-prev:focus:before, #top_slick .slick-next:hover:before, #top_slick .slick-next:focus:before {
	color: #55789f;
}

/*-- 修正案 1 --*/
/*--
.home #top_mainimage #center_logo img {
    filter: drop-shadow(0px -5px 6px rgba(0, 0, 0, 0.5));
  }
#top_mainimage:after {
	position: absolute;
  content: "";
  width: 100%;
  height: 100px;
  left: 0;
  bottom: 0;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background-color: #ad1d24;
  opacity: 0.7;
}
.top_section {
	position: relative;
	padding: 60px 0 20px;
}
.top_section:before, .top_section:after {
	position: absolute;
  content: "";
  top: 0;
  width: 100vw;
  left: calc(50% - 50vw);
}
.top_section:before {
	height: 100%;
	background-color: #ebebeb;
}
.top_section:after {
	height: 100px;
	clip-path: polygon(0 0, 0% 100%, 100% 0);
	background-color: #fff;
}

#top_service:after {
	position: absolute;
  content: "";
  width: 100vw;
  height: 100px;
  top: -99px;
  left: calc(50% - 50vw);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background-color: #161f42;
  opacity: 1;
}
--*/
/*-- 修正案 1 ここまで --*/



#top_mainimage:after {
	position: absolute;
  content: "";
  width: 100%;
  height: 100px;
  left: 0;
  bottom: 0;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background-color: #ad1d24;
  opacity: 0.5;
}
.top_section {
	position: relative;
	padding: 60px 0 20px;
}
.top_section:before, .top_section:after {
	position: absolute;
  content: "";
  top: 0;
  width: 100vw;
  left: calc(50% - 50vw);
}
.top_section:before {
	height: 100%;
	background-color: #ebebeb;
}
.top_section:after {
	height: 100px;
	clip-path: polygon(0 0, 0% 100%, 100% 0);
	background-color: #101731;
}

#top_service:after {
	position: absolute;
  content: "";
  width: 100vw;
  height: 100px;
  top: -99px;
  left: calc(50% - 50vw);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background-color: #161f42;
  opacity: 1;
}




/*-- top text --*/

#top_text {
	position: relative;
}
#top_text p {
	text-align: center;
	line-height: 2;
	letter-spacing: 1.2px;
}


/*---- top_content ----*/

.top_section {
	width: 100%;
	display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top_section section#top_news {
	width: 68%;
	padding: 60px 10px 50px;
	margin: 0 auto;
}
.top_section section#top_calender {
	width: 32%;
	padding: 60px 10px 50px;
	margin: 0 auto;
}
#top_content .top_title {
	position: relative;
	margin: 0 0 30px;
	font-weight: bold;
	z-index: 1;
}
.top_title .accent {
	margin: 0 auto;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
}
#top_news .top_title .accent {
	color: #00bdd0;
}
#top_calender .top_title .accent {
	color: #e25b08;
}
.top_title h2 {
	font-family: "M PLUS 2", "Noto Sans JP", Meiryo, sans-serif;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.4;
}
.btn_list {
	justify-content: center;
  gap: 30px;
  padding: 10px 0 70px;
}

@media (max-width: 930px) {
	#top_content .top_title {
		text-align: center;
	}
	.top_section section#top_news, .top_section section#top_calender {
		width: 100%;
	}
}
@media screen and (max-width:780px) {
	.top_section section#top_calender {
		padding: 50px 10px 70px;
	}
}


/* top calendar */

#xo-event-calendar-1 {
	width: 100%;
}
.xo-event-calendar table {
    border-collapse: collapse;
    width: 100%;
}
#top_calender .xo-event-calendar table.xo-month .month-event-title {
	color: #fff !important;
  background-color: #26356e !important;
}
#top_calender .event-legend {
	margin: 0;
  padding: 0;
  vertical-align: middle;
	font-size: 90%;
	font-family: Helvetica Neue, Helvetica, Hiragino Kaku Gothic ProN, Meiryo, MS PGothic, sans-serif;
}
#top_calender .event-legend span {
	margin: 0 6px 0 0;
  padding: 0 0 0 18px;
	border: 1px solid #ccc;
	background-color: #26356e;
}

/* service */

#top_service {
	position: relative;
	padding: 0;
}
#top_service:before {
	position: absolute;
	content: "";
	width: 100vw;
	height: 100%;
	top: 0;
	left: calc(50% - 50vw);
	background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	background-image: url(./images/bg_top_1.jpg);
}
#top_service .title_band {
	position: relative;
	text-align: center;
	z-index: 1;
}
#top_service .title_band:before, #top_service .title_band:after {
	position: absolute;
	content: "";
	background-color: #26356e;
}
#top_service .title_band:before {
	width: 100vw;
	height: 100%;
	top: 0;
	left: calc(50% - 50vw);
	z-index: -1;
}
#top_service .title_band:after {
	width: 30px;
	height: 20px;
	bottom: -18px;
	left: calc(50% - 15px);
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}
#top_service .title_band h2 {
	padding: 12px 10px 14px;
	color: #fff;
	font-size: 28px;
}
#top_service .service_list {
	justify-content: space-around;
	padding: 36px 10px 70px;
}
.service_list article {
	margin-bottom: 16px;
  width: calc(33.3% - 10px);
}
.service_list article a {
	width: calc(100% - 20px);
  height: calc(100% - 10px);
  padding: 0;
  border: 5px solid #26356e;
  border-radius: 20px;
  z-index: 1;
}
.service_list article .trim {
	height: 110px;
	border-radius: 15px 15px 0 0;
}
.service_list article .btn h3 {
	margin: 0 0 5px;
	text-align: center;
	color: #26356e;
	font-size: 32px;
	font-weight: 900;
}

@media screen and (max-width:780px) {
	.service_list article {
		width: calc(50% - 10px);
	}
	.service_list article .btn h3 {
		font-size: 24px;
	}
}
@media screen and (max-width:480px) {
	#top_service:before {
		background-image: url(./images/bg_top_sp_1.jpg);
	}
	.service_list article {
		width: 90%;
		margin: 0 auto 10px;
	}
}


/* inquiry_list */

#top_inquiry_list {
	position: relative;
	padding: 80px 10px 10px;
}
#top_inquiry_list:before, #top_inquiry_list:after {
	position: absolute;
	content: "";
	top: 0;
	z-index: -1;
}
#top_inquiry_list:before {
	width: 100vw;
	height: 100%;
	left: calc(50% - 50vw);
	background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	background-image: url(./images/bg_top_2.jpg);
}
#top_inquiry_list:after {
	width: 100%;
	height: 210px;
	left: calc(50% - 50vw);
	background-color: rgba(255, 232, 84, 0.8);
	border-radius: 0 0 999px 0;
}
#top_inquiry_list .top_title {
	text-align: center;
}

.btn_list .btn h3, #inner-content .btn_list .btn h3 {
	position: relative;
	margin: 0;
	color: #fff;
	font-size: 30px;
  font-weight: 900;
  text-shadow: 0 0 3px #26356e,0 0 3px #26356e,0 0 3px #26356e,0 0 3px #26356e,0 0 3px #26356e,0 0 3px #26356e,0 0 3px #26356e,0 0 3px #26356e,0 0 3px #26356e,0 0 3px #26356e,0 0 3px #26356e,0 0 3px #26356e,0 0 3px #26356e,0 0 3px #26356e,0 0 3px #26356e,0 0 3px #26356e;
  z-index: 1;
}
.btn_list .shaken .btn {
	background-color: #fa8d00;
}
.btn_list .shaken .btn:before {
	background-image: url(./images/icon_btn_shaken.svg);
}
.btn_list .inquiry .btn {
	background-color: #eb6100;
}

@media screen and (max-width:780px) {
	.btn_list .btn h3, #inner-content .btn_list .btn h3 {
		font-size: 24px;
	}
}
@media screen and (max-width:480px) {
	#top_inquiry_list:before {
		background-image: url(./images/bg_top_sp_2.jpg);
	}
}

/* sns */

#top_sns {
	position: relative;
	padding: 80px 10px 10px;
}
#top_sns .top_title {
	text-align: center;
}
#top_sns .top_title p {
	position: relative;
	display: inline-block;
	padding: 0 30px 10px;
	margin: 0;
	font-weight: normal;
	font-size: 15px;
	background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
	background-image: url(./images/bg_poptalk.png);
}
#top_sns .top_title p:before, #top_sns .top_title p:after {
	position: absolute;
  content: "";
  width: 1px;
  height: 50%;
  top: 20%;
  background-color: #000;
}
#top_sns .top_title p:before {
	left: 14px;
	transform: rotate(-45deg);
}
#top_sns .top_title p:after {
	right: 14px;
	transform: rotate(45deg);
}
#top_sns .btn_list {
	padding: 30px 0 70px;
}
#top_sns .list .btn {
	min-width: 180px;
	padding: 10px 24px 12px 80px;
	text-align: center;
	background-color: #fff;
}
#top_sns .list .btn h3 {
	color: #243369;
	font-size: 28px;
	font-weight: bold;
	text-shadow: none;
}
#top_sns .list .btn:before {
	height: 50px;
  top: calc(50% - 26px);
}
#top_sns .list .instagram .btn {
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3), 10px 10px 0px 0px #ea68a2;
}
#top_sns .list .instagram .btn:before {
	background-image: url(./images/sns_icon_insta.png);
}
#top_sns .list .instagram .btn:hover {
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3), 6px 6px 0px 0px #ea68a2;
}
#top_sns .list .line .btn {
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3), 10px 10px 0px 0px #4cc764;
}
#top_sns .list .line .btn:before {
	background-image: url(./images/sns_icon_line.png);
}
#top_sns .list .line .btn:hover {
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3), 6px 6px 0px 0px #4cc764;
}

@media screen and (max-width:780px) {
	#top_sns .list .btn h3 {
		font-size: 24px;
	}
}


/* links */

#top_links {
	position: relative;
	padding: 80px 10px 10px;
}
#top_links:before, #top_links:after {
	position: absolute;
	content: "";
	z-index: -1;
}
#top_links:before {
	width: 100vw;
	height: 100%;
	top: 0;
	left: calc(50% - 50vw);
	background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	background-image: url(./images/bg_top_3.jpg);
}
#top_links:after {
	width: 100%;
	height: 140px;
	bottom: 0;
	right: calc(50% - 50vw);
	background-color: rgba(235, 97, 0, 0.8);
	border-radius: 999px 0 0 0;
}

.btn_list .btn.external {
	padding: 14px 60px 18px 70px;
}
.btn_list .used .btn:before, .btn_list .iwate .btn:before {
	left: 10px;
	background-image: url(./images/icon_btn_car.svg);
}
.btn_list .used .btn:after, .btn_list .iwate .btn:after {
	width: 30px;
	height: 30px;
	top: calc(50% - 14px);
}
.btn_list .iwate .btn:after {
	background-color: #de1715;
}
@media screen and (max-width:480px) {
	#top_links:before {
		background-image: url(./images/bg_top_sp_3.jpg);
	}
}


/*-- access --*/

#top_access {
	position: relative;
  padding: 80px 10px 70px;
  text-align: center;
}
#top_access:before {
	position: absolute;
  content: "";
	width: 100vw;
	height: 100%;
	top: 0;
	left: calc(50% - 50vw);
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	background-color: #eff6fc;
	z-index: -1;
}
#top_access iframe, #inner-content iframe {
	max-width: 100%;
  margin: 0 0 20px;
}
#top_access dl {
	justify-content: center;
}



/*-- footer --*/

#footer {
	position: relative;
	padding: 0;
	background-color: #fff;
}
body:not(.home) #footer {
	border-top: 1px solid #ad1d24;
}
#footer a {
	text-decoration: none;
}
#footer a:hover {
	opacity: .5;
}
#inner_footer {
  padding: 60px 20px 10px;
  text-align: center;
}
#footer #inner_footer img {
	width: 320px;
	height: auto;
}
#footer .footer_nav {
	margin: 50px 0;
}
#footer .footer_nav ul.list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#footer .footer_nav ul.list li {
	position: relative;
	margin: 0 1em;
	line-height: 1.2;
}
#footer .footer_nav ul.list li:after {
	position: absolute;
	content: "";
	top: 0;
	right: -2.5em;
	width: 1px;
	height: 100%;
	background-color: #fff;
}
#footer .footer_nav ul.list li:last-child:after {
	content: none;
}
#footer .footer_nav ul li a {
	color: #676767;
	font-size: 14px;
	text-decoration: underline;
}
#footer .footer_nav ul li a:hover {
	text-decoration: none;
}
#footer #inner_footer p {
	line-height: 1.8;
}
#footer #inner_footer p span {
	display: inline-block;
	margin: 0 16px 0 0;
	color: #676767;
}
.footer_bottom p {
	margin-bottom: 1em;
	color: #676767;
	font-size: 15px;
	font-weight: bold;
}
#footer #inner_footer .logos {
	width: 90%;
	margin: 0 auto;
}
#footer #inner_footer .logos img {
	width: 100%;
}

@media screen and (max-width:480px) {

}


/*-- breadcrumb --*/

#breadcrumb {
	width: 100%;
	padding: 0;
	margin: 0 auto 20px;
  font-size: 12px;
}
#breadcrumb ul {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
#breadcrumb ul li {
	list-style-type: none;
}
#breadcrumb ul li:not(:first-child) {
	margin-left: 0.5em;
}
#breadcrumb ul li:not(:last-child):after {
	content: '/';
  margin-left: 0.5em;
}
#breadcrumb ul li:first-child:before {
	font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f015";
  display: inline-block;
  margin-bottom: 0.1em;
  margin-right: 0.3em;
  color: #4f453c;
  -webkit-transform: scale(1);
  transform: scale(1);
}
#breadcrumb ul a {
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
#breadcrumb ul a:hover {
	opacity: .5;
}

@media screen and (max-width:781px) {

}
@media screen and (max-width:480px) {

}

/*-- pop up --*/
body #cookie-law-info-again { 
	-webkit-box-shadow: 2px 0px 5px rgb(102 102 102 / 20%);
	box-shadow: 2px 0px 5px rgb(102 102 102 / 20%);
}
body #cookie-law-info-bar {
	-webkit-box-shadow: 0px 0px 8px rgb(102 102 102 / 20%);
	box-shadow: 0px 0px 8px rgb(102 102 102 / 20%);
}
body #cookie-law-info-bar .cookie_action_close_header_reject {
	background-color: #3E3E3E;
}

/*-- content --*/


/*-- pages --*/

/* eyecatch */

#main .eyecatch {
	padding: 0;
	width: 100%;
	margin-bottom: 40px;
}
#main .eyecatch img {
  width: 100%;
  height: auto;
  max-height: 75vh;
  margin-bottom: 0;
}


/* postlinks */

.post_links {
	margin: 40px 0;
}
.post_links .post_list {
	margin: 40px 0;
}
.post_links .prev a.news_btn, .post_links .next a.news_btn {
	padding: 10px 50px 10px 20px;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.post_links .prev a.news_btn {
	padding: 10px 20px 10px 50px;
}
.post_links .prev a.news_btn:after {
	left: 14px;
	transform: rotate(180deg);
}
.post_links .next {
	text-align: right;
}

/* pagination */

.pagination, .page-links {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
	margin: 0 auto 50px;
  padding: 0;
	font-size: 90%;
  text-align: center; 
}
.pagination .page-numbers, .page-links .post-page-numbers {
	min-width: 2.5em;
	padding: 10px 5px 11px 5px;
	margin: 0 4px 4px;
	color: #26356e;
	text-decoration: none;
	font-size: 18px;
	font-weight: 900;
	line-height: 1;
	-webkit-box-sizing: border-box;
  box-sizing: border-box;
	border: 3px solid #26356e;
	border-radius: 10px;
}
.pagination .page-numbers.current, .page-links .post-page-numbers.current, 
.pagination .page-numbers:hover,.page-links .post-page-numbers:hover,
.pagination .page-numbers:focus, .page-links .post-page-numbers:focus,
.pagination .page-numbers:active, .page-links .post-page-numbers:active {
	color: #fff;
	background-color: #26356e;
}


/*-- page title --*/

.page_title {
	position: relative;
	width: 100%;
	padding: 50px 0;
	margin: 0 auto 50px;
	text-align: center;
	background-color: #322627;
	z-index: 1;
}
.page_title:before, .page_title:after {
	position: absolute;
	content: "";
	height: 100%;
	top: 0;
}
.page_title:before {
  width: 52%;
  right: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(./images/title_8.jpg);
  z-index: -1;
}

/*-- each page --*/
.page-template-page-service .page_title:before {
  background-image: url(./images/title_1.jpg);
}
.page-template-page-shaken .page_title:before {
  background-image: url(./images/title_2.jpg);
}
.page-template-page-insurance .page_title:before {
  background-image: url(./images/title_3.jpg);
}
.page-template-page-lease .page_title:before {
  background-image: url(./images/title_4.jpg);
}
.page-template-page-maint .page_title:before {
  background-image: url(./images/title_5.jpg);
}
.page-template-page-news .page_title:before, .single-info .page_title:before, .single-xo_event .page_title:before {
  background-image: url(./images/title_7.jpg);
}
.page-template-page-shop .page_title:before {
  background-image: url(./images/title_8.jpg);
}

.page_title:after {
	width: 56%;
	left: 0;
	background-color: #322627;
	clip-path: polygon(0 0, 88% 0, 100% 100%, 0% 100%);
}
.page_title .title {
	position: relative;
	margin: 0;
	color: #fff;
	font-size: 32px;
  font-weight: bold;
  text-shadow: 0 0 3px #322627,0 0 3px #322627,0 0 3px #322627,0 0 3px #322627,0 0 3px #322627,0 0 3px #322627,0 0 3px #322627,0 0 3px #322627,0 0 3px #322627,0 0 3px #322627,0 0 3px #322627,0 0 3px #322627,0 0 3px #322627,0 0 3px #322627,0 0 3px #322627,0 0 3px #322627;
  z-index: 1;
}

.ttl_w100 {
	width: 100%;
}
.newline {
	display: none;
}

@media screen and (max-width:820px) {

}
@media screen and (max-width:480px) {
	.page_title:before {
		background-size: auto 100%;
	}
}


/*-- common --*/

body {
	background: #fff;
}
body:not(.home, .single-shop, .page-template-page-service) {
	position: relative;
}
body:not(.home, .single-shop, .page-template-page-service):before {
	position: absolute;
	content: "";
	top: -200px;
	left: 0;
	width: 100%;
	height: 200px;
	z-index: -1;
}
#inner-content h2 {
	position: relative;
	padding: 0 60px;
	margin: 100px 0 60px;
	text-align: center;
	color: #fff;
	font-weight: 900;
	text-shadow: 0 0 3px #26356e,0 0 3px #26356e,0 0 3px #26356e,0 0 3px #26356e,0 0 3px #26356e,0 0 3px #26356e,0 0 3px #26356e,0 0 3px #26356e,0 0 3px #26356e,0 0 3px #26356e,0 0 3px #26356e,0 0 3px #26356e,0 0 3px #26356e,0 0 3px #26356e,0 0 3px #26356e,0 0 3px #26356e;
	z-index: 1;
}
.primary + h2 {
	margin-top: 0;
}
#inner-content h2:before, #inner-content h2:after {
	position: absolute;
	content: "";
  background-color: #26356e;
}
#inner-content h2:before {
	width: calc(100% - 80px);
	height: calc(100% - 16px);
	top: 20px;
  left: 40px;
	border-radius: 999px;
	z-index: -1;
}
#inner-content h2:after {
	width: 20px;
  height: 16px;
  bottom: -19px;
  left: calc(50% - 10px);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

#inner-content h3 {
	
}
#inner-content h4 {

}
#inner-content h5 {

}
#inner-content ul, #inner-content ol {
	padding: 0;
	margin: 20px 0;
	list-style-type: none;
}
#inner-content ul li, #inner-content ol li {
	position: relative;
	padding-left: 1.5em;
	margin: 8px 0 14px;
	line-height: 1.8;
}
#inner-content ul li:before {
	position: absolute;
	display: block;
	font-family: "Font Awesome 5 Free";
  font-weight: bold;
	content: "\f111";
	top: 1px;
	left: 2px;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  color: #26356e;
  background: none;
}
#inner-content ol {
	counter-reset: listnum;
}
#inner-content ol li {
	padding-left: 1.8em;
}
#inner-content ol li:before {
  content: counter(listnum);
  counter-increment: listnum;
  position: absolute;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.4rem;
  width: 1.4rem;
  top: 0.2em;
  left: 0;
  color: #ffffff;
  font-size: 90%;
  font-weight: bold;
  line-height: 1.8;
  background-color: #26356e;
  border: 1px solid;
  border-radius: 50%;
}
#inner-content table {
	width: 100%;
  margin-bottom: 1.5em;
  line-height: 1.8;
  border-spacing: 0;
  border-collapse: collapse;
}
#inner-content tbody {
	border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
}
#inner-content th, #inner-content td {
	box-sizing: border-box;
	padding: 1em;
	border: none;
	border-bottom: 1px solid #eee;
}
#inner-content th {
	font-weight: bold;
	background: #ffde8f;
}
#inner-content a:hover {
	text-decoration: none;
}
#inner-content a:has(img) {
	text-decoration: none;
}
#inner-content img {
	margin: 0 auto 24px;
}
#inner-content a img {
	margin: 0;
}
#inner-content table img {
	margin: 0 auto;
}
.box {
	padding: 0.2em 1em 0;
	background: #fff;
  border: 1px solid #f1edf3;
  -webkit-box-shadow: 1px 0 5px #f7f1ea;
  box-shadow: 1px 0 5px #f7f1ea;
}
#inner-content .wp-block-group {
	align-items: stretch;
	padding: 0 0 20px;
}
#inner-content .wp-block-group p {
	margin-bottom: 1.8em;
}

#inner-content a.wp-block-button__link {
	padding: 10px 54px 11px 24px;
	border-radius: 20px;
}
#inner-content a.wp-block-button__link:after {
	position: absolute;
	content: "";
  width: 26px;
  height: 26px;
  top: calc(50% - 12.5px);
  right: 16px;
  background-color: #eb6100;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./images/icon_btn.svg);
  border-radius: 18px;
}
#inner-content a.wp-block-button__link.external:after {
	background-position: center;
	background-image: url(./images/icon_btn_external_w.svg);
}
.page-full img, .twocolumn img {
	max-width: 100%;
	height: auto;
}
#inner-content dl, #top_access dl {
	display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
  line-height: 2;
}
#inner-content dt {
  width: calc(24% - 40px);
  margin-bottom: 1.5em;
}
#inner-content dd {
  width: 76%;
  margin-bottom: 1.5em;
}
#inner-content .wp-block-group p {
	margin-top: 0;
}

#main .list {
	margin-bottom: 50px;
}

#content #category .pickup, #content .summary .pickup {
	display: none;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}

#inner-content section:first-child > :first-child, #inner-content .wp-block-group:first-child > :first-child {
	margin-top: 0;
}

@media screen and (max-width:780px) {
	#inner-content h2 {
		padding: 0 20px;
	}
	#inner-content h2:before {
		width: 100%;
		left: 0;
	}
}
@media screen and (max-width:480px) {
	#inner-content h2 {
		padding: 0 10px;
		font-size: 28px;
    line-height: 1.5;
	}
	#inner-content dt {
		width: calc(24% - 40px);
		margin-bottom: 1.5em;
	}
	#inner-content dd {
		width: 76%;
		margin-bottom: 1.5em;
	}
}


/*-- fixed page --*/

.fixed_page h2 strong {
	padding: 0 4px;
	font-size: 40px;
}
.fixed_page h3 {
	margin: 60px 0 20px;
	color: #af1d24;
	text-align: center;
	font-weight: 900;
	font-size: 26px;
}
.fixed_page h3.outline {
	text-shadow: 0 0 3px #FFEB3B, 0 0 3px #FFEB3B, 0 0 3px #FFEB3B, 0 0 3px #FFEB3B, 0 0 3px #FFEB3B, 0 0 3px #FFEB3B, 0 0 3px #FFEB3B, 0 0 3px #FFEB3B, 0 0 3px #FFEB3B, 0 0 3px #FFEB3B, 0 0 3px #FFEB3B, 0 0 3px #FFEB3B, 0 0 3px #FFEB3B, 0 0 3px #FFEB3B, 0 0 3px #FFEB3B, 0 0 3px #FFEB3B;
}
.fixed_page h3 strong {
	padding: 4px 12px 6px;
	margin: 0 2px;
	font-size: 32px;
	color: #fff;
	text-shadow: none;
  background: #af1d24;
  border-radius: 50%;
}
#inner-content.fixed_page img {
	margin: 0;
}

.fixed_page #main > :first-child, .fixed_page #main section:first-child > :first-child {
	margin-top: 0;
}
.fixed_page #main section {
	padding: 0 0 20px;
}
.fixed_page #main section h2 {
	margin-top: 50px;
}
.fixed_page .btn {
	margin-bottom: 1.8em;
}
.fixed_page .wp-block-table {
	display: inline-block;
  width: 100%;
  margin: 0 auto;
  overflow-x: scroll;
  white-space: nowrap;
}
.fixed_page .wp-block-table .has-fixed-layout {
	table-layout: auto;
}


.page-template-page-service #container #inner-content {
	padding: 0;
}
.page-template-page-service #main section:nth-child(even), #inner-content .wp-block-group:nth-child(even) {
	position: relative;
}
.page-template-page-service #main section:nth-child(even):before, #inner-content .wp-block-group:nth-child(even):before {
	position: absolute;
  content: "";
  width: 100vw;
  height: calc(100% - 40px);
  top: 40px;
  left: calc(50% - 50vw);
  background-color: #fff4cf;
  z-index: -1;
}
#inner-content .wp-block-group:nth-child(even):before {
	height: calc(100% - 120px);
	top: 140px;
}
.column {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 60px;
	margin-bottom: 30px;
}
.column * {
	margin: 0;
}
.column img {
	max-height: 300px;
  width: auto;
}
.column .btn {
	width: auto;
}
.column p {
}
.column.margin-n {
	margin: 0;
}

@media screen and (max-width:780px) {

}
@media screen and (max-width:480px) {
	.column {
		flex-direction: column;
		align-items: center;
	}
}


/*-- news  --*/

/* news  */
#top_news .news_list {
	justify-content: flex-start;
	gap: 40px;
	margin-bottom: 30px;
}
.news_list article {
	margin-bottom: 20px;
	width: calc(33.3% - 10px);
}
#top_news .news_list article {
	width: 44%;
}
.news_list article .trim {
	border-radius: 15px 15px 0 0;
}
.news_list article a {
	width: calc(100% - 20px);
	height: calc(100% - 10px);
	padding: 0;
	border: 5px solid #26356e;
	border-radius: 20px;
	z-index: 1;
}
.news_list article a:after {
	position: absolute;
	content: "";
	width: 30px;
	height: 30px;
	bottom: 14px;
	right: 12px;
	background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./images/icon_btn.svg);
	background-color: #eb6100;
	border-radius: 16px;
}
.news_list article p.news_type {
	position: absolute;
	top: -12px;
	left: -6px;
	margin: 0;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	-webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
  z-index: 10;
}
.news_list article .text_area {
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	padding: 4px 18px 24px;
	min-height: 140px;
}
span.lable {
	position: relative;
	color: #fff;
	font-size: 12px;
	background: #777;
}
.news_list span.lable, .lable_wrap span.lable {
	position: relative;
	display: inline-block;
	padding: 4px 1px 6px 10px;
	margin: 0 10px 0 0;
	letter-spacing: .1px;
	border-bottom: 2px solid #fff;
}
.news_list span.lable:after {
	position: absolute;
	content: "";
  width: 14px;
  height: 100%;
  top: 0;
  right: -14px;
  background: #777;
  z-index: 1;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-radius: 0 0 999px 0;
}
.single #main .news_list span.lable:after {
	content: none;
}
.news_list .event_date {
	position: relative;
	margin: 6px 0 0;
	padding: 0 0 0 3.8em;
	font-size: 14px;
	letter-spacing: 0.5px;
}
.news_list .event_date:before, .single-event .event_date:before {
	position: absolute;
	content: "";
	width: 3.5em;
	height: 1.4em;
	top: calc(50% - 0.65em);
	left: 0;
	background-position: center center;
  background-repeat: no-repeat;
  background-size: 90%;
  background-image: url(./images/icon_btn_date.svg);
  background-color: #26356e;
  border-radius: 10px;
}
.news_list .text_area h3 {
	width: 100%;
	margin: 8px 0 10px;
	font-weight: 900;
	font-size: 18px;
}
.news_list time.up {
	font-size: 13px;
	color: #676767;
}

#top_news .block_btn .btn_deco {
	margin: 0 40px 0 0;
	border: 3px solid #aaa;
	box-shadow: 6px 6px 0px 0px #aaa;
}
#top_news .block_btn .btn_deco:hover {
	box-shadow: 4px 4px 0px 0px #aaa;
}

@media screen and (max-width:930px) {
	#top_news .news_list {
		justify-content: space-around;
	}
	.news_list article .trim {
		height: 150px;
	}
	#top_news .news_list article {
		width: 42%;
	}
	#top_news .news_list article .trim {
		height: 210px;
	}
}
@media screen and (max-width:820px) {
	.news_list article .trim {
		height: 160px;
	}
	#top_news .news_list article .trim {
		height: 200px;
	}
}
@media screen and (max-width:780px) {
	.news_list article {
		width: 48%;
	}
	.news_list article .trim {
		height: 160px;
	}
	#top_news .news_list {
		gap: 20px;
	}
	#top_news .news_list article {
		width: 46%;
	}
	#top_news .news_list article .trim {
		height: 140px;
	}
	#top_news .block_btn .btn_deco {
		margin: 0;
	}
}
@media screen and (max-width:480px) {
	#top_news .news_list, .news_list {
		justify-content: center;
		gap: 30px;
	}
	#top_news .news_list article, .news_list article {
		width: 80%;
		margin-bottom: 0;
	}
	#top_news .news_list article .trim {
		height: 180px;
	}
}
@media screen and (max-width:380px) {
	#top_news .news_list article, .news_list article {
		width: 90%;
		margin-bottom: 0;
	}
}


/* news page, info page */

#main .news_list.news_list_page {
	justify-content: flex-start;
}

.single-info #main article, .single-xo_event #main article {
	padding: 0 0 30px;
	border: 5px solid #322627;
	border-radius: 20px;
}
.single-info #main header.article_header, .single-xo_event #main header.article_header {
	background-color: #322627;
	border-radius: 13px 13px 0 0;
}
.single-info #main header.article_header h1.content_title, .single-xo_event #main header.article_header h1.content_title {
	padding: 16px 40px 20px;
	margin-bottom: 0;
	color: #fff;
	font-size: 28px;
	font-weight: 900;
}
.single-info #main .entry-content, .single-xo_event #main .entry-content {
	padding: 0 40px;
}
.entry-content > * {
	margin-top: 30px;
}
.entry-content > img {
	margin-top: 0;
}
.single-info #main time, .single-xo_event #main time {
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	padding: 16px 40px 10px;
  text-align: right;
  color: #767676;
}

@media screen and (max-width:1080px) {

}
@media screen and (min-width:781px) and (max-width:820px) {
}
@media screen and (max-width:780px) {
	.single-info #main header.article_header h1.content_title, .single-xo_event #main header.article_header h1.content_title {
		padding: 16px 30px 20px;
	}
	.single-info #main .entry-content, .single-xo_event #main .entry-content {
		padding: 0 30px;
	}
	.single-info #main time, .single-xo_event #main time {
		padding: 16px 30px 10px;
	}
}

@media screen and (max-width:480px) {
	.single-info #main header.article_header h1.content_title, .single-xo_event #main header.article_header h1.content_title {
		padding: 16px 20px 20px;
		font-size: 24px;
	}
	.single-info #main .entry-content, .single-xo_event #main .entry-content {
		padding: 0 20px;
	}
	.single-info #main time, .single-xo_event #main time {
		padding: 10px 20px 6px;
	}
	#main .news_list.news_list_page {
		justify-content: space-around;
	}
}


/*-- sidebar --*/

#sidebar .sidebar_archive, #sidebar .sidebar_ctg, #sidebar .event_coming {
	margin-bottom: 40px;
}
#sidebar h2 {
	width: 100%;
	margin: 6px 0 12px;
	font-size: 18px;
	line-height: 1.5;
}
#sidebar a {
	text-decoration: none;
}
#sidebar article.type-news {
	margin-bottom: 20px;
	border-bottom: 1px solid #dcdcdc;
	-webkit-animation: fadeIn 0.3s ease 0s 1 both;
  animation: fadeIn 0.3s ease 0s 1 both;
}
#sidebar article.type-news a {
	color: #202020;
}
#sidebar article.type-news a:hover {
	opacity: .8;
  text-decoration: underline;
}
#sidebar article.type-news .ctg {
	margin: 0 10px 0 0;
}
#sidebar article.type-news time {
	font-size: 14px;
}
#sidebar article.type-news h3 {
	margin: 10px 0 20px;
	font-size: 14px;
}
#sidebar #category ul {
	margin: 0;
  padding: 0;
}
#sidebar #category ul li {
	list-style-type: none;
}

#sidebar .news_list article .trim {
	height: 130px;
}

#sidebar .news_ctg ul li {
	margin: 0 0 0 20px;
}
#sidebar .news_ctg ul li.news {
	margin: 0;
}
#sidebar a.ctg_btn, #sidebar a.news_btn {
	display: block;
	margin-bottom: 10px;
	color: #fff;
	font-size: 14px;
	background: #4f453c;
	border: none;
	border-radius: 10px 50px 50px 10px;
}
#sidebar a.news_btn {
	padding: 8px 18px 10px 14px;
	font-size: 12px;
	font-weight: normal;
}
#sidebar a.news_btn h3 {
	margin: 0;
	color: #fff;
	font-size: 18px;
	line-height: 1.3;
}
#sidebar #category .current a {
	color: #404040;
	background: #fff;
}
#sidebar #category .current a h3 {
	color: #404040;
}

#sidebar a.ctg_btn {
	padding: 6px 18px 8px 14px;	
}
#sidebar a.ctg_btn:before {
	background: #875250;
}

@media screen and (max-width:1080px) {
	#sidebar .news_list article .trim {
		height: 120px;
	}
}
@media screen and (min-width:781px) {
	#sidebar .news_list article .text_area {
		min-height: 0;
		padding: 4px 14px 24px;
	}
	#sidebar .news_list .event_date {
		padding: 1.5em 0 0 0;
	}
	#sidebar .news_list .event_date:before {
		top: 0;
	}
	#sidebar .news_list .text_area h3 {
		font-size: 16px;
	}
}

@media screen and (min-width:821px) {
	#sidebar .news_list article {
		width: 100%;
	}
}
@media screen and (max-width:820px) {
	#sidebar .news_list {

	}
	#sidebar .news_list article {

	}
}
@media screen and (max-width:780px) {

}
@media screen and (max-width:480px) {
	#sidebar .news_list article .trim {
		height: 160px;
	}
	#sidebar #category {
		width: 90%;
    margin: 0 auto;
	}
}



/*-- shop page --*/

#inner-content .shop_info dt {
	text-align: right;
}
#inner-content .shop_info dd {
	font-weight: bold;
}
#inner-content iframe {
	width: 100%;
}


@media screen and (max-width:480px) {
	#inner-content .shop_info dt {
		width: 100%;
		margin-bottom: 1em;
		text-align: left;
	}
	#inner-content .shop_info dd {
		width: 100%;
		margin: 0 0 2em 20px;
	}
}




/*-- shaken --*/

.shaken_otoku, .shaken_waribiki {
	margin-top: 80px;
}
#inner-content .shaken_otoku h3 {
	color: #26356e;
}
#inner-content .shaken_otoku ul li:before, #inner-content .shaken_waribiki ul li:before {
	content: none;
}
#inner-content .shaken_otoku ul {
	display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 10px;
}
#inner-content .shaken_otoku ul li {
	flex-basis: 20%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 16px;
	margin: 0;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	background: #ffaf47;
	border: 1px solid #ffeb3b;
  border-radius: 20px;
}
#inner-content .shaken_otoku ul li small {
	display: block;
	margin-top: 4px;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.3;
}
.shaken_waribiki {
	display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 30px;
}
.shaken_waribiki strong {
	font-size: 24px;
	color: #b01d24;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}
.shaken_waribiki .souki {
	display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-basis: 100%;
  padding: 16px;
	background: #ffdf8f;
}
.shaken_waribiki .souki .h_box {
	position: relative;
	display: flex;
  justify-content: center;
  align-items: center;
  height: 160px;
  width: 160px;
	text-align: center;
	background: #fff;
	border: 4px solid #af1d24;
}
.shaken_waribiki .souki .h_box:after {
	position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  background: #af1d24;
}
#inner-content .shaken_waribiki .souki .h_box h3 {
	margin: 0;
	font-size: 32px;
	letter-spacing: 2px;
	z-index: 1;
}
.shaken_waribiki .souki .h_box h3 span {
	display: block;
	color: #fff;
}
.shaken_waribiki .souki ul li {
	font-weight: bold;
	font-size: 20px;
}
.shaken_waribiki .souki ul li strong {
	margin-left: 4px;
}
#inner-content .shaken_waribiki ul {
	margin: 0;
}
#inner-content .shaken_waribiki ul li {
	padding: 0;
	margin: 0;
	line-height: 2;
}
.shaken_waribiki .web, .shaken_waribiki .shinsha {
	position: relative;
	flex-basis: 47%;
	text-align: center;
	padding: 0 0 20px;
}
.shaken_waribiki .web:after, .shaken_waribiki .shinsha:after {
	position: absolute;
  content: "";
  width: 100%;
  height: calc(100% - 20px);
  left: 0;
  bottom: 0;
  z-index: -1;
}
.shaken_waribiki .web:after {
	background: #e5f0d7;
}
.shaken_waribiki .shinsha:after {
	background: #d5ecf7;
}
#inner-content .shaken_waribiki .web .h_box, #inner-content .shaken_waribiki .shinsha .h_box {
	margin: 0 0 10px;
}
#inner-content .shaken_waribiki .web .h_box h3, #inner-content .shaken_waribiki .shinsha .h_box h3 {
	display: inline;
	padding: 2px 10px;
	color: #fff;
  background: #af1d24;
}
.shaken_waribiki .web p {
	margin: 0;
}
.shaken_waribiki .shinsha strong {
	display: inline-block;
	margin-top: 20px;
}

.jika table tr:last-child td, .eigyo table tr:last-child td {
	color: #fff;
}
.jika table tr:last-child td:nth-child(2) {
	background: #DE6422;
}
.jika table tr:last-child td:nth-child(3) {
	background: #D95121;
}
.jika table tr:last-child td:nth-child(4) {
	background: #D53D21;
}
.jika table tr:last-child td:nth-child(5) {
	background: #D12821;
}
.jika table tr:last-child td:nth-child(6) {
	background: #CD0921;
}

#inner-content .eigyo h3 {
	color: #26356e;
}
.eigyo table tr:last-child td:nth-child(2) {
	background: #008ed3;
}
.eigyo table tr:last-child td:nth-child(3) {
	background: #007bc9;
}
.eigyo table tr:last-child td:nth-child(4) {
	background: #0064c0;
}

#inner-content table strong {
	font-size: 1.3em;
}

.uchiwake table tr:first-child th {
	color: #fff;
}
#inner-content .uchiwake .wp-block-table:nth-child(2) tr:first-child th {
	background: #DE6422;
}
#inner-content .uchiwake .wp-block-table:nth-child(3) tr:first-child th {
	background: #D95121;
}
#inner-content .uchiwake .wp-block-table:nth-child(4) tr:first-child th {
	background: #D53D21;
}
#inner-content .uchiwake .wp-block-table:nth-child(5) tr:first-child th {
	background: #D12821;
}
#inner-content .uchiwake .wp-block-table:nth-child(6) tr:first-child th {
	background: #CD0921;
}
#inner-content .uchiwake .wp-block-table:nth-child(7) tr:first-child th {
	background: #008ed3;
}
#inner-content .uchiwake .wp-block-table:nth-child(8) tr:first-child th {
	background: #007bc9;
}
#inner-content .uchiwake .wp-block-table:nth-child(9) tr:first-child th {
	background: #0064c0;
}

#inner-content .uchiwake table strong.total {
	position: relative;
	padding: 0 0 0 2.8em;
	color: #af1d24;
	font-size: 1.5em;
}
.uchiwake table strong.total:before {
	position: absolute;
  content: "総額";
  top: 0;
  left: 0;
  padding: 1px 0.5em;
  color: #fff;
  font-size: 0.8em;
  background: #af1d24;
  border-radius: 20px;
}


/*-- insurance --*/

#inner-content .insurance_q ul li {
	width: calc(100% - 200px);
	padding: 20px 30px;
	margin: 0 auto 20px 18px;
	text-align: center;
	background: #ffde8f;
	border-radius: 50px;
}
#inner-content .insurance_q ul li:nth-child(even) {
	margin: 0 18px 20px auto;
	background: #ffcd85;
}
#inner-content .insurance_q ul li:before {
	content :"";
	width: 30px;
	height: 30px;
	top: auto;
	bottom: -10px;
	left: -20px;
	background: #ffde8f;
	border-radius: 25px;
}
#inner-content .insurance_q ul li:nth-child(even):before {
	left: auto;
	right: -20px;
	background: #ffcd85;
}


/*-- lease --*/

.lease_page ul.plan_list {
	display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}
.lease_page ol li {
	font-weight: bold;
}


/*-- maint --*/

#inner-content .maint_otoku h3 {
	margin: 0 0 10px;
	color: #26356e;
}
#inner-content .maint_otoku ul li:before {
	content: none;
}
#inner-content .maint_otoku ul {
	display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 10px;
}
#inner-content .maint_otoku ul li {
	flex-basis: 28%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 16px 10px 20px;
	margin: 0;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	background: #e5f0d7;
  border-radius: 20px;
}


#inner-content.maint_page ol.wp-block-list {
	display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 10px;
}
#inner-content.maint_page ol.wp-block-list li {
	flex-basis: 44%;
	display: flex;
	align-items: flex-start;
}
ol.wp-block-list li img {
	margin: 0 auto;
}
#inner-content.maint_page dl.maint_faq {
	flex-direction: column;
}
#inner-content.maint_page dl.maint_faq dt, #inner-content.maint_page dl.maint_faq dd {
	position: relative;
	width: calc(100% - 3.5em);
	padding: 0.5em 0 0.5em 3.5em;
	margin: 0 0 5px;
}
#inner-content.maint_page dl.maint_faq dt {
	font-weight: bold;
}
#inner-content.maint_page dl.maint_faq dd {
	margin: 0 0 20px;
}
#inner-content.maint_page dl.maint_faq dt:before, #inner-content.maint_page dl.maint_faq dd:before {
	position: absolute;
	display: inline-block;
	padding: 0.8em 1em 0.9em;
	top: 0.2em;
	left: 0;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  border-radius: 50px;
}
#inner-content.maint_page dl.maint_faq dt:before {
	content: "Q";
	background: #26356e;
}
#inner-content.maint_page dl.maint_faq dd:before {
	content: "A";
	background: #ae1d24;
}




@media screen and (max-width:780px) {
	#inner-content .shaken_otoku ul li {
		flex-basis: 24%;
		padding: 16px 10px;
	}
	#inner-content .maint_otoku ul li {
		flex-basis: 40%;
	}
}
@media screen and (max-width:480px) {
	#inner-content .shaken_otoku ul li {
		flex-basis: 40%;
	}
	.shaken_waribiki .web, .shaken_waribiki .shinsha {
		flex-basis: 100%;
	}
	#inner-content .insurance_q ul li {
		width: calc(100% - 80px);
	}
	#inner-content .maint_otoku ul li {
		flex-basis: 100%;
	}
	#inner-content.maint_page ol.wp-block-list li {
		flex-basis: 100%;
	}
}



/*-- search form --*/
.search {
	width: 100%;
}
#head_search {
	position: absolute;
	max-width: 1166px;
	margin-left: calc((100% - 1166px) /2);
}
.search .search_area {
	max-width: 500px;
	padding: 16px 20px;
	margin: 0 auto;
  background: #ebf1f5;
}
#head_search .search_area {
	display: none;
	margin: 0 0 0 auto;
  -webkit-box-shadow: 0 2px 4px rgb(102 102 102 / 10%);
  box-shadow: 0 2px 4px rgb(102 102 102 / 10%);
}
.search .search_from {
	position: relative;
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	text-align: center;
}
.search .search_from .search_from_input {
	position: relative;
	padding: 6px 34px 5px 10px;
	width: calc(100% - 46px);
	font-size: 16px;
	background-color: #fff;
	border: 1px solid #d5e4ef;
	border-radius: 4px;
}
.search .search_from .search_from_btn {
	position: absolute;
	padding: 6px 5px 4px;
	right: 4px;
	background: none;
	border: none;
	cursor: pointer;
}
.search .search_from .search_from_btn img {
	width: 18px;
}
@media screen and (max-width:1166px) {
	.search {
		margin: 0;
		right: 0;
	}
}



/*-- service --*/

@media screen and (max-width:820px) {

}
@media screen and (max-width:620px) {

}
@media screen and (max-width:480px) {

}
@media screen and (max-width:420px) {

}




/*-- inquiry --*/

.page .forminator-ui.forminator-custom-form[data-design=default] .forminator-pagination-steps .forminator-step .forminator-step-dot {
	width: 30px;
  height:30px;
  flex: 0 0 30px;
}
#inner-content .page .forminator-ui.forminator-design--default .forminator-pagination-steps .forminator-break {
	margin: 15px 10px;
	height: 2px;
	background-color: #ddd;
}
#inner-content .page .forminator-ui.forminator-design--default .forminator-pagination-steps .forminator-step .forminator-step-label {
	color:  #26356e;
}
#inner-content .page .forminator-ui.forminator-design--default .forminator-pagination-steps .forminator-break:before {
	color:  #26356e;
	background-color: #26356e;
}
#inner-content .page .forminator-ui.forminator-design--default .forminator-label {
	margin-bottom: 10px;
	font-size: 16px;
}
.page .forminator-ui.forminator-custom-form[data-design=default] .forminator-input {
	border-color: #ddd;
}
#inner-content .page .forminator-ui.forminator-design--default .forminator-select2 + .forminator-select .selection .select2-selection--single[role="combobox"] {
	border-color: #ddd;
  background-color: #f6f6f6;
}
.page .forminator-ui.forminator-custom-form[data-design=default] .forminator-textarea {
	border-color: #ddd;
}
#inner-content .page .forminator-ui.forminator-design--default .forminator-radio .forminator-radio-bullet, #inner-content .page .forminator-ui.forminator-design--default .forminator-radio .forminator-radio-image {
	border-color: #777;
  background-color: #f6f6f6;
}
#inner-content .page .forminator-ui.forminator-design--default .forminator-radio input:checked + .forminator-radio-bullet {
	border-color: #ae1d24;
  background-color: #f6f6f6;
}
#inner-content .page .forminator-ui.forminator-design--default .forminator-radio .forminator-radio-bullet:before {
	width: 12px;
  height: 12px;
	background-color: #eb6100;
}

#inner-content .page .forminator-ui.forminator-design--default .forminator-pagination-steps .forminator-step .forminator-step-dot {
	background-color: #26356e;
	border: 4px solid #fff;
}
#inner-content .page .forminator-ui.forminator-design--default .forminator-pagination-steps .forminator-step.forminator-current ~ .forminator-step .forminator-step-dot {
	border: 4px solid #fff;
}
#inner-content .page .forminator-ui.forminator-design--default .forminator-description, #inner-content .page .forminator-ui.forminator-design--default .forminator-description p {
	color: #4c4c4c;
	font-size: 15px;
}

.page .forminator-button-next, .page .forminator-button-submit {
	background-color: #26356e;
  color: #fff;
}

#inner-content .page .forminator-ui.forminator-design--default .forminator-response-message.forminator-success {
	background-color: #f0f0f1;
  box-shadow: inset 2px 0 0 0 #26356e;
  -moz-box-shadow: inset 2px 0 0 0 #26356e;
  -webkit-box-shadow: inset 2px 0 0 0 #26356e;
}
.forminator-field dl {
	margin: 2em 0;
}
.forminator-field dl dt {
	font-weight: bold;
}
.forminator-field dl dd {
	margin: 0 0 1.5em 2em;
}
#inner-content dl.check {
	justify-content: space-between;
}
#inner-content dl.check dt {
	width: 14em;
	margin-bottom: 1em;
}
#inner-content dl.check dd {
	width: calc(100% - 16.5em);
}
#inner-content .page .forminator-ui.forminator-design--default .forminator-button-back, #inner-content .page .forminator-ui.forminator-design--default .forminator-button-next, #inner-content .page .forminator-ui.forminator-design--default .forminator-button-submit {
	font-size: 16px;
	border-radius: 12px;
}

@media screen and (max-width:780px) {
	#inner-content .page .forminator-ui.forminator-design--default .forminator-pagination-steps .forminator-break {
    height: 6px;
    margin: 12px 14px;
	}
	#inner-content dl.check dt {
		width: 100%;
	}
	#inner-content dl.check dd {
		width: 100%;
	}
}
@media screen and (max-width:480px) {
	
}


/*-- search --*/

.search-list .summary p {
	margin: 0;
	color: #6b6b6b;
	font-size: 0.9em;
	line-height: 1.8;
}
.search-highlight {
	font-weight: bold;
	background: linear-gradient(transparent 50%, #d9e4f4 60%);
}


/*-- privacy-policy socialmedia-policy sitemap --*/

.privacy-policy #main,
.page-id-210 #main,
.page-template-page-sitemap-php #main {
	padding: 40px;
}

.privacy-policy .entry-content,
.page-id-210 .entry-content,
.page-template-page-sitemap-php .entry-content {
  width: 80%;
  margin: auto;
}
.privacy-policy .entry-content h2,
.page-id-210 .entry-content h2,
.page-template-page-sitemap-php .entry-content h2 {
	margin: 60px 0 20px;
}

@media screen and (max-width:480px) {
	.privacy-policy #main,
	.page-id-210 #main,
	.page-template-page-sitemap-php #main {
		padding: 24px;
	}
	.privacy-policy .entry-content,
	.page-id-210 .entry-content,
	.page-template-page-sitemap-php .entry-content {
		width: 100%;
		margin: auto;
	}
}



