@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Playball&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
	--color-font: #333;
	--color-primary: #EA343B;
	--color-primary-shade: #219841;
	--color-primary-tint: #17367E;
	--color-secondary: #EA343B;
	--color-table-border: #DDD;
	--color-table-th: #FFDDDE;
	--body-font-family: 'Noto Sans JP', sans-serif;
	--content-max-width: 1240px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #FFF;
	--header-color-font: #444;
	--header-color-primary: #EA343B;
	--header-color-primary-shade: #30b1ae;
	--header-color-primary-tint: #17367E;
	/*------▼フッター設定▼------*/
	--footer-background: #FFF;
	--footer-color-font: #444;
	--footer-color-primary: #444;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Sans JP', sans-serif;
	--font-family02: 'Playball', 'Noto Sans JP', sans-serif;
}
/*--------------------------------------------------
	親CSS調整
--------------------------------------------------*/
.post {
	background: none;
}
.post p {
	line-height: 1.8;
}
.post table th {
	background: var(--color-table-th);
	font-weight: 500;
}
@media print, screen and (min-width: 1024px) {
	.sticky-header #header > .inner {
		background: var(--header-background);
	}
}
/*--FAQ-------------------------------------------*/

.qa_list {
	cursor: pointer;
}
.qa_list .qa_list_inner dt {
	position: relative;
	font-weight: normal;
	margin: 1rem 0 0 0;
	display: flex;
	align-items: stretch;
	padding: 0rem 1rem 0rem 0rem;
	background: #ffffff;
	border: 1px solid #cccccc;
}
.qa_list .qa_list_inner dd .ans_flex {
	position: relative;
	font-weight: normal;
	margin: 0;
	display: flex;
	align-items: stretch;
	padding: 0;
	background: #ffffff;
}
.qa_list .qa_list_inner .a_ico {
	background: #D0EED8;
	line-height: 1.0;
	padding: 1rem 1rem 1rem 1rem;
	font-size: 2.2rem;
	border-right: 1px solid #cccccc;
	width: 100%;
	text-align: center;
	max-width: 90px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--body-font-family);
}
.qa_list .qa_list_inner .q_ico {
	color: #ffffff;
	background: var(--color-primary-shade);
	line-height: 1.0;
	padding: 1rem 1rem 1rem 1rem;
	font-size: 2.2rem;
	font-weight: bold;
	width: 100%;
	text-align: center;
	max-width: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--body-font-family);
	border-right: 1px solid #cccccc;
}
.qa_list .qa_list_inner .q_desc, .qa_list .qa_list_inner .a_desc {
	padding: 1.5rem 1.5rem 1.5rem 2rem;
	line-height: 1.7;
}
.qa_list .qa_list_inner .a_desc {
  line-height: 1.8;
  width: 100%;
	background: #EBEBEB;
}
.qa_list .qa_list_inner dt:after {
  content: '';
  position: absolute;
  top: 46%;
  right: 3rem;
  width: 12px;
  height: 12px;
  border-right: 1px solid #494949;
  border-bottom: 1px solid #494949;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}
.qa_list .qa_list_inner .active:after {
  top: 43%;
  right: 2rem;
  -webkit-transform: rotate(-135deg) translateY(-50%);
  transform: rotate(-135deg) translateY(-50%);
}
.qa_list .qa_list_inner dd {
	display: none;
	position: relative;
	padding: 0;
	margin: 0 0 1rem 0;
	border: 1px solid #cccccc;
	border-top: 0;
}
@media only screen and (max-width: 959px) {
	.qa_list .qa_list_inner {
		margin-bottom: 8rem;
	}
}
@media only screen and (max-width: 768px) {
	.qa_list .qa_list_inner .q_desc, .qa_list .qa_list_inner .a_desc {
		padding: 0.5rem 1rem 0.5rem 1rem;
	}
	.qa_list .qa_list_inner dt {
		padding: 0rem 1rem 0rem 0rem;
	}
	.qa_list .qa_list_inner .a_ico, .qa_list .qa_list_inner .q_ico {
		max-width: 50px;
		padding: 1.2rem 1.0rem;
	}
	.qa_list .qa_list_inner dt:after {
		right: 1.5rem;
		width: 6px;
		height: 6px;
	}
	.qa_list .qa_list_inner .active:after {
		right: 1.0rem;
	}
}
@media only screen and (max-width: 559px) {
	.qa_list .qa_list_inner dd {
		font-size: 1.4rem;
	}
	.qa_list .qa_list_inner {
		margin-bottom: 6rem;
	}
	.qa_list .qa_list_inner dt {
		font-size: 1.4rem;
	}
}

/*--------------------------------------------------
	オリジナル設定
--------------------------------------------------*/
.fs { font-size: 85%; }
.fm { font-size: 115%; }
.fm2 { font-size: 130%; }
.red { color: #FC0000; }
.b { font-weight: bold; }
.pick { color: var(--color-primary); }
.txt_green { color: var(--color-primary-shade); }
p.txt_ind { text-indent: -1em; margin-left: 1em; }
p.nm { padding-bottom: 0; }
/**/
.cen { text-align: center; }
.lft { text-align: left; }
.rit { text-align: right; }
.pad_anchor { margin-top: -115px; padding-top: 115px; }
/* 非表示用 */
@media print, screen and (min-width: 641px){ /* PC用 */
	.dsp_smt { display: none; }
	.cen_pc { text-align: center; }
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.dsp_hp { display: none; }
}
/*--------------------------------------------------
	ヘッダ
--------------------------------------------------*/
@media only screen and (min-width: 1024px) {
	#header a.head_btn.tel_btn::before {
		display: none;
	}
	#header a.head_btn.tel_btn {
		background: none;
		color: var(--header-color-font);
		text-align: center;
	}
	#header a.head_btn.tel_btn span:not(.note) {
		font-size: 22px;
	}
	#header a.head_btn.tel_btn span:not(.note)::before {
		margin-right: 8px;
		font-size: 85%;
		font-weight: 400;
		font-family: 'FontAwesome';
		content: '\f095';
	}
	#header a.head_btn.tel_btn .note {
		font-size: 11px;
		text-align: left;
	}
	#header a.head_btn.mail_btn {
		font-weight: 500;
		flex-direction: row;
	}
	#header a.head_btn.mail_btn::before {
		margin: 0 8px 0 0;
		font-size: 95%;
	}
	/**/
	nav#mainNav {
		height: auto;
	}
	nav#mainNav ul li a {
		padding-left: 20px;
		padding-right: 20px;
	}
	nav#mainNav ul li a b {
		font-weight: 500;
	}
	nav#mainNav ul li a span {
		font-weight: normal;
		color: var(--header-color-primary) !important;
	}
	nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover, nav#mainNav ul li a:active, nav#mainNav ul li.current-menu-parent a, nav#mainNav ul li.current-menu-ancestor a {
		background: none;
	}
	nav#mainNav ul li li a:hover, nav#mainNav ul li li.current-menu-item a, nav#mainNav ul li li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-ancestor li.current-menu-item a, nav#mainNav ul li.current-menu-ancestor li a:hover {
		background: #f6f6f6;
	}
}
@media only screen and (max-width: 1400px) and (min-width: 1024px){
	#header .logo {
		width: 20%;
	}
	#header .logo img {
		width: auto;
		height: auto;
		max-width: 100%;
	}
	#header a.head_btn.tel_btn span:not(.note) {
		font-size: 18px;
	}
	#header a.head_btn.tel_btn .note {
		font-size: 10px;
	}
	#header a.head_btn.mail_btn {
		font-size: 14px;
		flex-direction: column;
	}
	nav#mainNav ul li a {
		padding-left: 10px;
		padding-right: 10px;
	}
	nav#mainNav ul li a b {
		font-size: 14px;
	}
	nav#mainNav ul li a span {
		font-size: 11px;
	}
}
@media only screen and (max-width: 1200px) and (min-width: 1024px){
	#header a.head_btn.tel_btn span:not(.note) {
		font-size: 17px;
	}
	#header a.head_btn.mail_btn,
	nav#mainNav ul li a b {
		font-size: 13px;
	}
}
@media only screen and (max-width: 1023px) {
	body.mobile { margin-top: 60px; }
	body.mobile #breadcrumb { margin-top: 0; }
	body.mobile nav#mainNav.menuOpen {
		height: calc(100% - 170px);
	}
}
/*--------------------------------------------------
	フッタ
--------------------------------------------------*/
#footer .footer__logo img {
	max-height: var(--px50);
}
#footer .inner {
	border-bottom: 1px solid #bbb;
}
#copyright {
	background: none;
}
/**/
#follow_link {
	position: fixed;
	z-index: 999;
}
#follow_link li a {
	display: block;
	padding: 30px 16px;
	background: var(--color-primary-tint);
	color: #fff;
	transition: all 0.3s ease-in-out;
	font-size: var(--rem20);
}
#follow_link li a:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#follow_link li+li a {
	background: var(--color-primary-shade);
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#follow_link {
		top: 100px;
		right: 0;
	}
	#follow_link li+li {
		margin-top: 15px;
	}
	#follow_link li a {
		border-radius: 15px 0 0 15px;
		/* 縦書き */
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		width: 65px;
	}
}
@media only screen and (max-width: 1023px) and (min-width: 641px){
	#follow_link {
		top: 200px;
		right: 0;
	}
	#follow_link li a {
		padding: 15px 12px;
		font-size: var(--rem18);
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#footer {
		padding-bottom: 70px;
	}
	#follow_link {
		left: 0;
		bottom: 0;
		width: 100%;
		/* フレックス */
		display: flex;
		justify-content: space-between;
		display: none;
	}
	#follow_link li {
		width: 50%;
	}
	#follow_link li a {
		height: 50px;
		padding: 0;
		text-align: center;
		/* 縦方向中央揃え */
		display: flex;
		align-items: center;
		justify-content: center;
	}
}
/*--------------------------------------------------
	共通
--------------------------------------------------*/
.bg_wide { position: relative; }
.bg_wide::before,
.bg_wide.bg_after::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100vw;
	height: 100%;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	content: "";
	z-index: -1;
}
.box_w2_sp {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.box_w2_sp.rev { flex-direction: row-reverse; }
.box_w2_sp.vtop { align-items: flex-start; }
.box_w2_sp.vcen { align-items: center; }
.box_w2_sp.vbtm { align-items: flex-end; }
.box_pad { padding: 20px; box-sizing: border-box; }
.box_w2 .column2_50:not(.cen) { text-align: left; }
@media print, screen and (min-width: 641px){ /* PC用 */
	.bg_fix::before { background-attachment: fixed !important; }
	.box_w2 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.box_w2.rev { flex-direction: row-reverse; }
	.box_w2.vtop { align-items: flex-start; }
	.box_w2.vcen { align-items: center; }
	.box_w2.vbtm { align-items: flex-end; }
	.box_pad { padding: 30px; }
	.box_w2 .column3_33 { width: 32%; }
	.box_w2 .column2_50 { width: 48.5%; }
	.box_w2 .column2_60 { width: 57%; }
	.box_w2 .column2_70 { width: 67%; }
	.box_w2 .column2_80 { width: 77%; }
	.box_w2 .w45 { width: 45%; }
	.box_w2 .w50 { width: 50%; }
}
@media print, screen and (min-width:769px){ /* PCのみ */
	.box_pad { padding: 50px; }
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	/* tableにスクロールバーを追加 */
	.tbl_scroll { overflow: auto; margin-bottom: 15px; white-space: nowrap; }
	.tbl_scroll table { margin-bottom: 0; }
	.tbl_scroll::-webkit-scrollbar{ height: 5px; }
	.tbl_scroll::-webkit-scrollbar-track{ background: #F1F1F1; }
	.tbl_scroll::-webkit-scrollbar-thumb { ackground: #BCBCBC; }
	.box_w2 .w45+.w50 { margin-top: 20px; }
}
/**/
.box_w2 .column3_33 img, .box_w2 .column2_30 img,
.box_w2 .column2_40 img, .box_w2 .column2_50 img {
	max-width: 100%;
}
/**/
#content .linkBtn {
	width: auto;
	max-width: none;
	border-radius: 999px;
	padding: 15px 60px;
	line-height: 1.4;
}
#content .linkBtn.btn_white {
	background: none;
	border: 1px solid var(--color-primary);
	color: var(--color-font);
}
#content .linkBtn.btn_white:hover {
	background: var(--color-primary);
	color: #fff;
}
#content .linkBtn.btn_white:not(:hover)::after {
	border-color: var(--color-primary);
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#content .linkBtn {
		padding: 15px 30px;
	}
}
/**/
.txt_link {
	color: var(--color-primary);
	text-decoration: underline;
}
.txt_link:hover {
	text-decoration: none;
}
/**/
.w100 {
	width: 100vw;
	margin-left: calc(((100vw - 100%) / 2) * -1) !important;
	margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}
.w600, .w800, .w900, .w1000 {
	width: 600px;
	max-width: 100%;
	margin: auto;
}
.w800 { width: 800px; } 
.w900 { width: 900px; }
.w1000 { width: 1000px; }
/**/
.box_pink {
	background: #FFF4F5;
	border-radius: 20px;
}
.post .time, .postlist .time, .post2b .time, .post4b .time {
	background: var(--color-primary-shade);
}
/*--------------------------------------------------
	トップページ
--------------------------------------------------*/
.home .post h1 {
	font-size: var(--rem30);
	line-height: 1.4;
}
.home .post h1.lft {
	text-align: left;
}
#front-sectionPost .listTitle h1.title span span,
.home .post h1 b {
	position: relative;
	display: inline-block;
	padding: 0 40px;
	color: var(--color-primary);
	font-weight: normal;
	font-family: var(--font-family02);
}
#front-sectionPost .listTitle h1.title span span::before,
#front-sectionPost .listTitle h1.title span span::after,
.home .post h1 b::before,
.home .post h1 b::after{
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 30px;
	height: 2px;
	background-color: var(--color-primary);
}
#front-sectionPost .listTitle h1.title span span::before,
.home .post h1 b::before {
	left:0;
	transform: rotate(60deg);
}
#front-sectionPost .listTitle h1.title span span::after,
.home .post h1 b::after {
	right: 0;
	transform: rotate(-60deg);
}
#front-sectionPost .listTitle h1.title span span {
	display: table;
	margin: auto;
}
.home .post h1 b+span {
	display: block;
}
/**/
#top_about {
	padding-bottom: 300px;
}
#top_about::before {
	top: auto;
	bottom: 0;
	height: 300px;
	background: url(/wp-content/uploads/top-parallax-01.jpg) no-repeat center center / cover;
}
#top_about .txt {
	position: relative;
	padding-top: 60px;
	background: #fff6e1;
}
#top_about .txt h1 {
	position: initial;
}
#top_about .txt h1 b {
	position: absolute;
	top: 0;
	left: 0;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_about .txt {
		width: 55%;
		padding-right: 10%;
	}
	#top_about .photo {
		position: relative;
		width: 50%;
		margin-left: -5%;
		margin-bottom: 60px;
		z-index: 2;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_about {
		padding-bottom: 150px;
	}
	#top_about::before {
		height: 150px;
	}
}
/**/
#top_reason::before {
	background: #FFF1CF;
}
#top_reason dl {
	position: relative;
	margin-bottom: 60px;
	padding: 10px;
	background: #fff;
}
#top_reason dt {
	margin-bottom: 15px;
	padding-top: 20px;
	font-size: 115%;
	text-align: center;
}
#top_reason dt img {
	display: block;
	margin: 15px auto 0;
}
#top_reason dt b {
	position: absolute;
	top: -25px;
	left: 50%;
	width: 50px;
	height: 50px;
	background: var(--color-primary);
	border-radius: 50%;
	color: #fff;
	font-size: 22px;
	font-weight: normal;
	font-family: var(--font-family02);
	transform: translateX(-50%);
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#top_reason dd {
	padding: 5px;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_reason .box_w2 {
		justify-content: center;
		column-gap: 3.5%;
	}
	#top_reason dl {
		width: 31%;
		padding: 15px;
	}
	#top_reason dd {
		text-align: center;
		font-size: 95%;
	}
}
/**/
#top_menu .box {
	margin-bottom: 40px;
}
#top_menu .box a {
	display: block;
	color: var(--color-font);
}
#top_menu .box a dl {
	position: relative;
	padding: 15px;
	padding-right: 60px;
}
#top_menu .box a dl::after {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 50px;
	height: 50px;
	background: url(/wp-content/uploads/top-menu-parts-01.png) no-repeat center center / contain;
	transform: translateY(-50%);
	content: "";
}
#top_menu .box a dt {
	margin-bottom: 10px;
}
#top_menu .box a dt span {
	display: inline-block;
	margin-left: 15px;
	padding: 0 10px;
	background: #F6AE41;
	border-radius: 999px;
	color: #fff;
	font-size: 80%;
}
#top_menu .box a dd {
	padding: 0;
}
#top_menu .box a .photo {
	overflow: hidden;
}
#top_menu .box a:hover .photo img {
	transform: scale(1.1); /* 拡大 */
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#top_menu .box.link_pink a dl::after {
	background-image: url(/wp-content/uploads/top-menu-parts-02.png);
}
#top_menu .box.link_pink a dt span {
	background: #FF7B7B;
}
#top_menu .box.link_yellow a dl::after {
	background-image: url(/wp-content/uploads/top-menu-parts-03.png);
}
#top_menu .box.link_yellow a dt span {
	background: #F5D62F;
}
#top_menu .box.link_blue a dl::after {
	background-image: url(/wp-content/uploads/top-menu-parts-04.png);
}
#top_menu .box.link_blue a dt span {
	background: #17367E;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_menu .box {
		width: 47.5%;
		margin-bottom: 60px;
	}
}
/**/
#top_others::before {
	background: url(/wp-content/uploads/top-parallax-02.png) no-repeat center center / cover;
}
#top_others li a {
	display: block;
	padding: 15px 15px 20px;
	background: var(--color-primary);
	border-radius: 999px;
	color: #fff;
	text-align: center;
	transition: all 0.3s ease-in-out;
}
#top_others li a:hover {
	background: var(--color-primary-tint);
}
#top_others li a img {
	display: block;
	width: 60px;
	margin: 10px auto 0;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_others li {
		width: 32%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_others li+li {
		margin-top: 15px;
	}
	#top_others li a img {
		width: 50px;
	}
}
/**/
#top_sns h3 {
	padding: 0;
	border: none;
}
/**/
#top_recruit .box {
	background: url(/wp-content/uploads/top-recruit-bg.jpg) no-repeat center center / cover;
}
/**/
#contact_box::before {
	background: url(/wp-content/uploads/contact_bg.jpg) no-repeat center center / cover;
}
#contact_box .btn {
	width: 1000px;
	max-width: 100%;
	margin: auto;
}
#contact_box .btn a {
	height: 100%;
	min-height: 90px;
	padding: 15px;
	background: none;
	border: 1px solid var(--color-primary);
	border-radius: 999px;
	color: var(--color-primary);
	line-height: 1.5;
	transition: all 0.3s ease-in-out;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#contact_box .btn a:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#contact_box .btn a i {
	margin-right: 8px;
}
#contact_box .btn .tel a b {
	font-size: 150%;
	font-weight: 500;
	line-height: 1.2;
}
#contact_box .btn .tel a {
	background: #fff;
}
#contact_box .btn .tel a i {
	font-size: 85%;
}
#contact_box .btn .mail a {
	background: var(--color-primary);
	color: #fff;
}
#contact_box .btn .web a {
	background: var(--color-primary-tint);
	border-color: var(--color-primary-tint);
	color: #fff;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#contact_box .btn li {
		width: 32%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#contact_box .btn li+li {
		margin-top: 15px;
	}
}
/**/
#top_access::before {
	background: #FFF1CF;
}
#top_access .txt {
	padding: 0 5%;
}
#top_access iframe {
	width: 100%;
	height: 250px;
	vertical-align: middle;
}
@media print, screen and (min-width:769px){ /* PCのみ */
	#top_access .txt {
		padding-left: 10%;
	}
	#top_access iframe {
		height: 100%;
	}
}
/**/
#front_top_content,
#front_bottom_content {
	background: none;
}
/*--------------------------------------------------
	見出し
--------------------------------------------------*/
header#h1Header h1.title {
	font-weight: 500;
}
h1.title, .post h1, .post h2, .post h3, .post h4 {
	color: var(--color-font);
}
.post h2.sub::after,
.post h2.noline::after {
	display: none;
}
.post h2.sub b {
	display: block;
	color: var(--color-primary-shade);
}
.post h2.sub b+span {
	display: block;
	font-size: 14px;
	font-weight: 500;
}
.post h3 {
	border-bottom: 1px solid var(--color-primary-shade);
}
.post h3.noline {
	padding: 0;
	border: none;
}
/*--------------------------------------------------
	会社概要
--------------------------------------------------*/
#company_tbl th {
	width: 20%;
	white-space: nowrap;
}
/*--------------------------------------------------
	選ばれる理由
--------------------------------------------------*/
#reason_about .txt {
	padding: 10px;
	background: var(--color-primary);
	border-radius: 10px;
	color: #fff;
	font-size: 130%;
	font-weight: bold;
	text-align: center;
}
#reason_about .chk {
	display: inline-block;
	text-align: left;
	font-size: 120%;
	font-weight: 500;
}
#reason_about .chk li {
	padding-left: 44px;
	background: url(/wp-content/uploads/reason-parts-01.png) no-repeat left 6px / 30px auto;
}
#reason_about .chk li+li {
	margin-top: 6px;
}
#reason_about .arow img {
	width: 150px;
}
/**/
#reason_point h3 b {
	display: inline-block;
	padding-right: 20px;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#reason_point .box_pad {
		padding: 30px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#reason_point h3 b {
		display: block;
	}
}
/*--------------------------------------------------
	メニュー
--------------------------------------------------*/
.post ul.sub_link li {
	margin-bottom: 15px;
}
.post ul.sub_link li .linkBtn {
	display: block;
	padding: 15px 30px !important;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	.post ul.sub_link {
		justify-content: center;
		column-gap: 2%;
	}
	.post ul.sub_link li {
		width: 23.5%;
	}
}
/*--------------------------------------------------
	ご利用案内
--------------------------------------------------*/
#flow_list h3 {
	padding-left: 55px;
	border-color: var(--color-primary);
}
#flow_list h3 b {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	background: var(--color-primary);
	border-radius: 5px;
	color: #fff;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#flow_list .box {
	position: relative;
}
#flow_list .box:not(:last-child) {
	margin-bottom: 60px;
}
#flow_list .box:not(:last-child)::after {
	position: absolute;
	left: 50%;
	bottom: -45px;
	display: block;
	width: 60px;
	height: 30px;
	background: var(--color-primary);
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	transform: translateX(-50%);
	content: "";
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#flow_list .box_pad {
		padding: 30px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#flow_list h3 b {
		width: 30px;
		height: 30px;
	}
}
/*--------------------------------------------------
	配送エリア
--------------------------------------------------*/
.post dl.area_box {
	padding: 20px;
	border: 2px solid var(--color-primary-shade);
	border-radius: 10px;
	text-align: center;
}
.post dl.area_box dt {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #D0EED8;
	font-size: 130%;
}
.post dl.area_box dd {
	padding: 0;
}
/*--------------------------------------------------
	採用情報
--------------------------------------------------*/
#recruit_tbl th {
	width: 20%;
	white-space: nowrap;
}
/*--------------------------------------------------
	ネットでご注文
--------------------------------------------------*/
#online_link a {
	display: block;
	transition: all 0.3s ease-in-out;
}
#online_link a:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#online_link a dl {
	padding: 20px;
	border: 2px solid var(--color-primary);
	border-radius: 10px;
	text-align: center;
}
#online_link a dl dt {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #FCC2C4;
	color: var(--color-primary);
	font-size: 130%;
}
#online_link a dl dd {
	padding: 0;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#online_link li {
		width: 48%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#online_link li+li {
		margin-top: 20px;
	}
}
/*--------------------------------------------------
	プライバシーポリシー その他
--------------------------------------------------*/
#breadcrumb ul li b,
#sitemap_list li a b {
	display: none;
}
/*--------------------------------------------------
	お問い合わせ
--------------------------------------------------*/
.wpcf7-form select {
	width: auto;
}
.wpcf7-form .must_fn {
	float: none;
}
/* ボタン */
.post form.wpcf7-form .linkBtn {
	width: 200px !important;
	padding: 0 !important;
}
.post form.wpcf7-form .linkBtn .wpcf7-spinner {
	position: absolute;
	top: 50%;
	left: 0;
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.post form.wpcf7-form .linkBtn input[type="submit"] {
	padding: 15px 35px;
}
.post ul#sitemap_list.sitemap_disp_level_0 > li a {
    font-family:'Noto Sans JP';
}