@charset "UTF-8";

/* common */
img {
	max-width: 100%;
	height: auto;
}
.link {
	color: #1d65bd;
	font-weight: bold;
}
.italic {
	padding: 0 5px 0 0;
	font-style: italic;
}
.red {
	color: #Fa0000;
}
.ta-c {
	text-align: center;
}
.w60 {
	max-width: 60%;
}

.wp-block-image img {
	height:auto;
}

.p-dev_block .items {
    width: 32%;
}
.p-dev_block .items img {
    max-width: 90%;
}
.p-dev_block .items_txt02 {
    font-size: 1.4rem;
}
.p-dev_product01 ._txt {
    font-size: 2rem;
}
.p-dev_product01 ._txt span {
    display: block;
    margin-top: 20px;
    line-height: 1.4;
    text-align: center;
    font-size: 2.6rem;
    font-weight: bold;
}

/* header */
.l-header__right .gnav_report .report_btn {
	display: block;
	max-width: 100%;
}
.breadcrumbs span a:after {
    content: ">";
    padding: 0 15px;
    font-family: monospace;
}

/* footer */
.font-noto, .c-news li a, .l-footer .f-txt, .l-footer .f-address_wr, .l-footer .copyright {
	font-family: -apple-system,Segoe UI,Helvetica Neue,Hiragino Kaku Gothic ProN,"メイリオ",meiryo,sans-serif;
}
.gnav_report .report_btn {
	display: inline-block;
    max-width: 200px;
    margin-left: auto;
}

/* front */
.c-news li a:after,
.pre-next .r-arrow:before,
.widget_categories ul li a:after {
    content: ">";
    font-family: monospace;
}
.pre-next .l-arrow:before {
    content: "<";
    font-family: monospace;
}

@media screen and (max-width: 768px) {
	.l-header__right .report {
	    display: block;
	    margin: 20px 0 0;
	}
	.report .report_btn {
	    display: block;
	    padding: 10px 20px;
	    background: #1c3c85;
	    color: #fff;
	    line-height: 1.2;
	    text-align: center;
	    font-size: 14px;
	}
	.report .report_btn span {
	    font-size: 18px;
	    font-weight: bold;
	}
}

/* 採用 */
.l-form input[type=checkbox],
.l-form input[type=radio] {
	transform:scale(1.4);
	margin-right: 10px;
	margin-bottom: 0;
}

.acceptance-bg-gray {
	max-width: 300px;
	margin: 10px auto 0;
	padding: 20px 0 20px 35px;
	background: #f5f5f5;
	border-radius: 5px;
	text-align: center;
}

.p-recruit_inner {
	display: initial;
	max-width: 1100px;
	margin: 0 auto;
}

.p-recruit_inner figure {
	margin-bottom: 40px;
}

.p-recruit_inner h2 {
	margin: 30px 0 15px;
	font-size: 24px;
}

.p-recruit_inner h3 {
	margin: 30px 0 15px;
	font-size: 20px;
}

.p-recruit_inner p {
	margin-bottom: 30px;
}

.l-form .recruit-check_list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

/* 「口臭チェック&歯石モニター」 */
.l-monitor {
	max-width: 800px;
	margin: 40px auto 60px;
	font-size: 18px;
}
.l-monitor .l-monitor_txt {
	width: 100%;
	margin-top: 40px;
	text-align: center;
	font-size: 16px;
}
.l-monitor .l-monitor_txt02 {
	margin-top: 40px;
	text-align: right;
	font-size: 12px;
}
.l-form input[type=button] {
	cursor: pointer;
	-webkit-appearance: none;
	outline: none;
	display: block;
	max-width: 300px;
	width: 100%;
	background: #ccc;
	border: 4px solid #ccc;
	font-size: 1.6rem;
	line-height: 1.6;
	font-weight: bold;
	color: #fff;
	padding: 15px;
	margin: 40px auto 0;
	font-family: inherit;
	text-align: center;
}
.l-form input:-webkit-autofill {
   -webkit-box-shadow: 0 0 0px 1000px #f5f5f5 inset;
}
.l-form .wpcf7c-conf {
	padding: 15px;
	background: none;
	border: 1px solid #f5f5f5;
}
.l-form .wpcf7c-elm-step2.confirm-heading-ttl {
	margin: 0 0 30px;
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
}

/* 登録フォーム */
.l-form.arrange h3 {
	font-size: 2rem;
	margin-bottom:30px;
}
.l-form.arrange h4 {
	margin-bottom:30px;
}
.l-form.arrange dl {
	border-bottom: 1px solid #eee;
}
.l-form.arrange dt,.l-form dd {
	padding-bottom: 20px;
}
.l-pageTitle-register_img {
	margin: 0 0 60px;
}
.l-pageTitle-register_img figure {
	text-align: center;
}
.send_txt {
	margin: 40px 0 0;
	text-align: center;
	font-size: 42px;
}
.form_current_list {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 20px auto 40px;
}
.form_current_list li {
	position: relative;
	padding: 10px 10px 10px 25px;
	font-size: 14px;
}
.form_current_list .wpcf7c-elm-step1::after,
.form_current_list .wpcf7c-elm-step2::after,
.form_current_list .wpcf7c-elm-step3::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -33px;
	bottom: 50%;
	width: 0;
	height: 0;
	z-index: 99;
	border-top: 22px solid transparent;
	border-bottom: 22px solid transparent;
	border-left: 22px solid #25b7b4;	
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.form_current_list .wpcf7c-elm-step1.navyblue::after,
.form_current_list .wpcf7c-elm-step2.navyblue::after,
.form_current_list .wpcf7c-elm-step3.navyblue::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -33px;
	bottom: 50%;
	width: 0;
	height: 0;
	z-index: 99;
	border-top: 22px solid transparent;
	border-bottom: 22px solid transparent;
	border-left: 22px solid #0a1565;	
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.form_current_list .wpcf7c-force-hide {
	display: block!important;
}
.form_current_list .wpcf7c-elm-step1,
.form_current_list .wpcf7c-elm-step2,
.form_current_list .wpcf7c-elm-step3 {
	background: #25b7b4;/*薄緑*/
	color: #fff89e;/*黄色*/
}
.form_current_list .wpcf7c-elm-step1.navyblue,
.form_current_list .wpcf7c-elm-step2.navyblue,
.form_current_list .wpcf7c-elm-step3.navyblue {
	background: #0a1565;/*紺色*/
	color: #fff;/*白色*/
}
.form_current_list .wpcf7c-elm-step1.wpcf7c-force-hide,
.form_current_list .wpcf7c-elm-step2.wpcf7c-force-hide,
.form_current_list .wpcf7c-elm-step3.wpcf7c-force-hide {
	background: #d9d9d9;/*灰色*/
	color: #25b7b4;/*薄緑*/
}
.form_current_list .wpcf7c-elm-step1.navyblue.wpcf7c-force-hide,
.form_current_list .wpcf7c-elm-step2.navyblue.wpcf7c-force-hide,
.form_current_list .wpcf7c-elm-step3.navyblue.wpcf7c-force-hide {
	background: #d9d9d9;/*灰色*/
	color: #0a1565;/*紺色*/
}
.form_current_list .wpcf7c-elm-step1.wpcf7c-force-hide::after,
.form_current_list .wpcf7c-elm-step2.wpcf7c-force-hide::after,
.form_current_list .wpcf7c-elm-step3.wpcf7c-force-hide::after {
	border-top: 23px solid transparent;
	border-bottom: 23px solid transparent;
	border-left: 23px solid #d9d9d9;	
}
.p-thank .form_current_list .wpcf7c-elm-step1,
.p-thank .form_current_list .wpcf7c-elm-step2,
.p-thank .form_current_list .wpcf7c-elm-step3 {
	background: #d9d9d9;
	color: #191970;
}
.p-thank .form_current_list .wpcf7c-elm-step1::after,
.p-thank .form_current_list .wpcf7c-elm-step2::after {
	border-top: 23px solid transparent;
	border-bottom: 23px solid transparent;
	border-left: 23px solid #d9d9d9;	
}
.p-thank .form_current_list .wpcf7c-elm-step3.complete {
	background: #191970;
	color: #fff;
}
.form_privacy {
	margin: 20px 0;
	background: #fcfcfc;
	border: 1px solid #f1f1f1;
	padding: 20px 40px;
	font-size: 14px;
}
.l-form_confirm {
	-webkit-appearance: none;
	outline: none;
	display: block;
	max-width: 300px;
	width: 100%;
	background: #f4ac00;
	border: 4px solid #f4ac00;
	font-size: 1.6rem;
	line-height: 1.6;
	font-weight: bold;
	color: #fff;
	padding: 15px;
	margin: 40px auto 0;
	font-family: inherit;
	text-align: center;
}
.l-form input[type=button].l-form_edit_navyblue,
.l-form input[type=button].l-form_edit_mintgreen {
	background: #d9d9d9;
	border: 4px solid #d9d9d9;
	color: #191970;
	font-weight: normal;
}
.l-form_confirm_navyblue {
	background: #191970;
	border: 4px solid #191970;
}
.l-form_submit_navyblue {
	background: #191970;
	border: 4px solid #191970;
}
.l-form_confirm_mintgreen,
.l-form_submit_mintgreen {
	background: #25b7b4;
	border: 4px solid #25b7b4;
	color: #fff89e;
}
.register_head_txt {
	text-align: center;
	font-size: 24px;
}
.register_head_txt:before,
.register_head_txt:after {
	position: relative;
	display: inline-block;
	content: "";
	width: 2px;
	height: 2em;
	margin: 0 1em;
	margin-top: -.2em;
	background: #191970;
	border-right: 2px solid #fff798;
	border-left: 2px solid #fff798;
	vertical-align: middle;
}
.register_head_txt:before {
	transform: rotate(-35deg);
}
.register_head_txt:after {
	transform: rotate(35deg);
}
.register_img {
	text-align: center;
}
/* 同意 */
.l-form .acceptance .wpcf7-list-item label {
	margin: 0 0 40px;
	font-weight: bold;
}
.l-form .acceptance .wpcf7-list-item input {
	margin: initial;
}
.acceptance {
	text-align: center;
}
.checkbox_agree {
	display: block;
	margin: 0 0 60px;
	text-align: center;
}

/* 医院限定販売フォーム */
.accordion_one {
	margin-bottom:40px;
}
.accordion_one .l-form {
	margin-bottom: 0;
}
.accordion_header {
	position: relative;
    max-width: 520px;
    margin: 0 auto 40px;
    padding: 20px;
    background: #f4ac00;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.accordion_inner {
	display: none;
}
.close_box {
    max-width: 300px;
    margin: 0 auto;
    background: #ddd;
    text-align: center;
}
.close_box a {
	display: block;
	padding: 15px;
	color:#888;
}
.accordion_one .accordion_header .i_box {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	right: 5%;
	width: 25px;
	height: 25px;
	border: 1px solid #fff;
	margin-top: -12px;
	box-sizing: border-box;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transform-origin: center center;
	transition-duration: 0.2s;
}
.accordion_one .accordion_header .i_box .one_i {
	display: block;
	width: 18px;
	height: 18px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transform-origin: center center;
	transition-duration: 0.2s;
	position: relative;
}
.accordion_one .accordion_header.open .i_box {
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
}
.accordion_one .accordion_header .i_box .one_i:before,
.accordion_one .accordion_header .i_box .one_i:after {
	display: flex;
	content: '';
	background-color: #fff;
	border-radius: 10px;
	width: 18px;
	height: 4px;
	position: absolute;
	top: 7px;
	left: 0;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transform-origin: center center;
}
.accordion_one .accordion_header .i_box .one_i:before {
	width: 4px;
	height: 18px;
	top: 0;
	left: 7px;
}
.accordion_one .accordion_header.open .i_box .one_i:before {
	content: none;
}
.accordion_one .accordion_header.open .i_box .one_i:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.closeArea {
	margin-top: 20px;
}

/* 製品一覧 */
.purchase_ttl {
	font-size: 20px;
	font-weight: bold;
}
.purchase_tel {
	margin-bottom: 10px;
}
.purchase_tel a,
.purchase_mail a {
	position: relative;
	display: inline-block;
	padding: 10px 30px 10px 40px;
	background: #f42d00;
	color: #fff;
}
.purchase_tel a::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	background: url(../img/icon_tel.png) no-repeat;
	background-size: 100%;
	width: 25px;
	height: 25px;
}
.purchase_mail a::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	background: url(../img/icon_mail.png) no-repeat;
	background-size: 100%;
	width: 25px;
	height: 25px;
}

/* 飼い主直送サービス */
.delivery {
	max-width: 850px;
   width: 100%;
	margin: 40px auto;
	padding: 0 15px;
}
#wpcf7-f2506-o1,
#wpcf7-f3004-o1 {
	margin: 40px 0;
}
.l-form .your-ticket,
.l-form .your-poster {
	display: inline-block;
}
.l-form .field_number {
	height: 50px;
	margin-right: 5px;
	padding: 5px 10px;
	background: #f5f5f5;
	border: none;
	border-radius: 5px;
	font-size: 16px;
	line-height: 1.6;
}
.l-form .field_number:focus {
	box-shadow: none;
	outline: none;
	border: 3px solid #f4ac00;
	background: #fff;
}
.l-form .checkbox-207 span,
.l-form .checkbox-questionnaire span {
	font-size:1.6rem;
}
.checkbox-questionnaire span.wpcf7-list-item,
.checkbox-207 span.wpcf7-list-item {
	display: block;
}
.checkbox-questionnaire span.wpcf7-list-item input,
.checkbox-207 span.wpcf7-list-item input {
	margin:inherit;
	margin-right:10px;
}

/* recruit */
.p-recruit_txt01 {
	margin-bottom: 30px;
	font-size: 2rem;
	line-height: 1.6;
}
.p-recruit_txt01 .p-mark {
	text-align: left;
	font-size: 1.4rem;
	font-weight: bold;
}
.p-recruit_txt01 .small {
	display: initial;
	font-size: 1.4rem;
}
.l-form .application-type {
	display: flex;
	flex-direction: column;
	gap: 10px 0;
}

.l-form .field_textarea {
    background: #f5f5f5;
    font-size: 1.6rem;
    line-height: 1.6;
    outline: none;
    padding: 5px 10px;
    display: block;
    width: 100%;
    border: none;
    height: 50px;
    resize: none;
    border-radius: 5px;
}
.l-form .field_textarea:focus {
    border: 3px solid #f4ac00;
    background: #fff;
}
.l-form .field_checkbox span {
	display: block;
	margin-bottom:5px;
}
.l-form .field_checkbox input {
	margin: 0px 10px 5px 0;
    transform: scale(1.1);
}

@media screen and (max-width:768px){
	.l-form_modify {
		margin-top: 20px;
		padding: 5px 10px;
	}
	.l-form input[type=button] {
		padding: 5px 10px;
	}
	#flags {
	    display: flex;
	    margin-bottom: 30px;
	}
	#flags ul {
	    margin: 0 auto;
	}

	/* 登録フォーム */
	.l-pageTitle-register_img {
		margin: 0;
	}
	.send_txt {
		font-size: 24px;
	}
	.form_current_list {
		display: grid;
	}
	.form_privacy {
		padding: 20px;
	}
}

/* 企業情報 */
@media (min-width: 767px) {
	.slider{
	  display: none;
	}
	.slider.slick-initialized{
	  display: block;
	}
}

.p-about_guide_route {
	margin: 60px 0;
}
.c-tab_list {
    display: flex;
    justify-content: center;
    margin-bottom: 2px;
}
.c-tab_item {
    display: inline-block;
    border: 1px solid #a1a1a1;
    padding: 20px 40px;
    cursor: pointer;
    width: 100%;
    font-weight: bold;
    text-align: center;
}
.c-tab_item:not(:last-child) {
    margin-right: 1px;
}
.c-tab_block {
    display: none;
    border: 1px solid #a1a1a1;
    padding: 20px 40px;
}
@media screen and (max-width:768px){
	.c-tab_block {
	    padding: 20px 0px;
	}
}

.c-tab_item.active,
.c-tab_block.active {
    display: block;
}
.c-tab_item.active{
    background-color: #f4ac00;
    color: #fff;
}
.c-slider {
	padding: 0 20px;
}
.c-slider_figure {
	margin: 0 0 30px;
}
.c-slider_figure figcaption {
	max-width: 360px;
	margin: 10px 0 0;
}
.c-slider .slick-prev::before,
.c-slider .slick-next::before {
    font-size: 25px;
    color: #000;
}
.c-slider .slick-dots li button:before {
	font-size: 10px;
}

.widget_archive ul li a:before {
	content: '>';
	font-family: inherit;
}

.pagination .pn-next:after {
	content: '>';
	font-family: inherit;
}

.pagination .pn-prev:after {
	content: '<';
	font-family: inherit;
}