@charset "utf-8";
/* CSS Document */

/* Ci support
-----------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Open+Sans:wght@300;400;600;700&display=swap');
/*font-family: 'Noto Sans JP', sans-serif;
font-family: 'Open Sans', sans-serif;*/

/* ==============================================
    universal reset
============================================== */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

/* ==============================================
    html,body and base
============================================== */
html,body {
	height:100%;
}

/* general params
------------------*/
table {
	empty-cells: show;
	font-size: 100%;
	border-collapse: collapse;
}

img {
	border: none;
	height: auto;
	vertical-align: top;
	max-width: 100%;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	font-size: 100%;
}

h1 img,h2 img,h3 img,h4 img,h5 img,h6 img {
}

ul {
	letter-spacing: -.40em;
}
ul li {
	letter-spacing: normal;
}
/* acronyms and abbreviations styles 
-------------------------------------*/
acronym,abbr {
	cursor: help;
}

/* ==============================================
    clear
============================================== */
.cbox {
	zoom: 100%;
}
.cbox:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
}
.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
}
.clear hr {
	display: none;
}

hr.clear {
	zoom: 1;
	clear: both;
	height: 0;
	border: none;
	font-size: 0;
}
*:first-child+html hr.clear {/* for IE7 */
	border-top: 1px solid;
} 

/* ==============================================
    body
============================================== */
body {
	text-align: center;
	line-height: 1.4;
	font-size: 16px;
	color: #3c3c3c;
	-webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 700px) {
	body {
		min-width: 300px;
		font-size: 14px;
		margin-top: 70px;
	}
}
@media print {
	body {
		min-width: 950px;
	}
}
body,
input,
select,
textarea {
	/*font-family: Meiryo,Arial,Roboto,'Droid Sans','Yu Gothic','Lucida Grande','Hiragino Kaku Gothic ProN', sans-serif;*/
	font-family: 'Noto Sans JP', sans-serif;
}
form input[type="submit"],
form input[type="reset"],
form input[type="button"] {
	-webkit-appearance: none;
}

/* ==============================================
    link
============================================== */
a {
	transition: all .4s;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

@media screen and (min-width: 701px) {
	a:hover,
	#pagetop img:hover {
		opacity: 0.7;
		filter: alpha(opacity=70);
		-ms-filter: "alpha( opacity=70 )";
	}
	a img.rollover:hover {
		opacity: 1;
		filter: alpha(opacity=100);
		-ms-filter: "alpha( opacity=100 )";
	}
}

/* ==============================================
    
============================================== */
#container {
	zoom: 1;
	margin: 0 auto;
	text-align: left;
}
#container:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
}
.inner {
	width: 1000px;
	margin: 0 auto;
}

header .inner,
#breadcrumb .inner {
	width: 96%;
}

.sp {
	display: none;
}
.pc {}
.switch {}
.call {}

@media screen and (max-width: 1000px) {
	.inner {
		width: 94%;
	}
}

@media screen and (max-width: 700px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.bp1400{
		display:none;
	}
}

.kakutoiawase_block a {
	font-size: 2em;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgb(44,175,84,1);
	color: #fff;
	font-weight: bold;
	height: 100px;
	margin: 80px 0;
	padding: 0 10px;
}
.kakutoiawase_block a::before {
	display: inline-block;
	width: 60px;
	height: 60px;
	vertical-align: middle;
}

.kakutoiawase_block a:hover {
	text-decoration: none;
}

@media screen and (max-width: 700px) {
	.kakutoiawase_block a {
		font-size: 1.5em;
	}
	.kakutoiawase_block a::before {
		width: 50px;
		height: 50px;
	}
}

/* ==============================================
    container
============================================== */
#container {
	position:relative;
	margin: 0 auto;
}


/* ==============================================
    header
============================================== */

header {
	margin: 0;
	padding: 20px 0;
	background: rgb(44,175,84,1);
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 10;
}

header .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header #siteid {
	display: block;
}
header #siteid img {
	width: 240px;
}
header #siteid a {
	color: #fff;
}

/*-- グローバルナビ ul のスタイル --*/
header nav {}

.c-header__list {
	list-style: none;
	display: flex;
	align-items: self-start;
	justify-content: flex-end;
}

/*-- グローバルナビ li のスタイル --*/
.c-header__list-item {
	margin-left: 25px;
}

.c-header__list-item a  {
	display: block;
	padding: 3px;
	color: #fff;
	font-size: 15px;
}

.c-header__list-item a:hover {
	text-decoration: none;
}

/*-- グローバルナビ sns のスタイル --*/
.sns_button {
	list-style: none;
	display: flex;
	margin: 0 5px;
}

.sns_button a img {
	align: center;
	display: block;
	width: 20px;
	height: 20px;
}

/*-- チェックボックス非表示 --*/
.c-hamburger-menu__input {
	display: none;
}

@media screen and (max-width: 1100px) {
	header {
		margin: 0;
		padding: 10px 0;
	}
	/*header #siteid img {
		width: 180px;
	}*/
}

@media screen and (max-width: 700px) {
	header .inner {
		display: flex;
		flex-wrap: wrap;
		padding: 0;
		z-index: 20;
	}
	header #siteid {
		display: flex;
		align-items: center;
		height: 50px;
	}
	header #siteid img {
		width: auto;
		height: 40px;
	}
	.c-header__list {
		flex-direction: column;
	}
}

@media screen and (max-width: 700px) {
	/*-- グローバルナビ ul のスタイル --*/
	header nav {}
	
	.c-hamburger-menu__list {
		list-style: none;
		background: rgba(255,255,255,0.85);
		flex-direction: column;
		position: absolute;
		width: 102%;
		height: 100vh;
		top: 0;
		padding-top: 80px;
		transform: translateX(100%);
		transition: .4s;
	}
	
	/*-- グローバルナビ li のスタイル --*/
	.c-header__list-item {}
	
	.c-header__list-item a  {
		color: rgb(0,102,102,1);
		font-size: 1.2em;
		font-weight: 700;
		padding: 0.75em;
	}
	
	.c-header__list-item a:hover {}
	
	.c-header__list-item.sns_button {
		margin: 20px 10px;
		background-color: rgb(0,102,102,1);
		border-radius: 50%;
	}
	
	.c-header__list-item.sns_button a img {
		align: center;
		padding: 0px;
		width: 25px;
		height: 25px;
	}
	
	#hamburger:checked ~ .c-hamburger-menu__list {
		transform: translateX(0%);
		transition: .4s;
		left:-2%;
	}
}

/*-- ハンバーガーボタンのデザイン --*/
@media screen and (min-width: 701px) {
.c-hamburger-menu__button {
	display: none;
	}
}
@media screen and (max-width: 700px) {
	.c-hamburger-menu__button {
		display: block;
	}

	.c-hamburger-menu__button div {
		align-items: center;
		appearance: none;
		background-color: transparent;
		border: none;
		cursor: pointer;
		display: flex;
		flex-direction: column;
		gap: 5px;
		height: 32px;
		justify-content: center;
		width: 32px;
	}
}

.c-hamburger-menu__button-mark {
	background-color: #fff;
	display: block;
	height: 2px;
	transition: 0.4s;
	width: 20px;
}

@media screen and (max-width: 700px) {
	#hamburger:checked
	~ .c-hamburger-menu__button
		.c-hamburger-menu__button-mark:nth-of-type(1) {
		transform: translate(2px, 2px) rotate(45deg);
		transform-origin: 0%;
		background-color: rgb(0,102,102,1);
		z-index: 100;
	}
	#hamburger:checked
		~ .c-hamburger-menu__button
		.c-hamburger-menu__button-mark:nth-of-type(2) {
		opacity: 0;
	}
	#hamburger:checked
		~ .c-hamburger-menu__button
		.c-hamburger-menu__button-mark:nth-of-type(3) {
		transform: translate(2px, 2px) rotate(-45deg);
		transform-origin: 0%;
		background-color: rgb(0,102,102,1);
		z-index: 100;
	}
}

/* ==============================================
    breadcrumb
============================================== */

#breadcrumb {
	margin: 20px 0;
}

#breadcrumb ol {
	list-style: none;
}
#breadcrumb li {
	display: inline-block;
	color: #888;
	font-size: 0.875em;
}

#breadcrumb li a {
	color: #333;
	text-decoration: none;
}
#breadcrumb li a:hover {
	text-decoration: none;
}

#breadcrumb li a::after {
	content: ">";
	display: inline-block;
	padding: 0 5px;
}

#breadcrumb li br {
	display: none;
}

@media screen and (max-width: 700px) {
	#breadcrumb {
		margin: 0;
		padding: 10px 0;
	}
}

/* ==============================================
    contents
============================================== */
#contents {

}


.btn_more {
	text-align: right;
	margin-bottom: 50px;
}
.btn_more a {
	display: inline-block;
	color: #333;
}
.btn_more a::before {
	content: "";
	display: inline-block;
	background: url("image/arrow.svg") no-repeat 0 0 / contain;
	width: 14px;
	height: 14px;
	vertical-align: middle;
	margin-right: 5px;
}

.pdf a,
a.pdf {
	position: relative;
	display: inline-block;
	margin-left: 25px;
}
.pdf a::before,
a.pdf::before {
	position: absolute;
	content: "";
	display: inline-block;
	background: url("image/file_pdf.svg") no-repeat 0 0;
	background-size: contain;
	width: 20px;
	height: 20px;
	margin-left: -25px;
}
@media screen and (max-width: 700px) {
	table.scroll {
		overflow: auto;
		white-space: nowrap;
		display: block;
		width: auto;
	}
	table.scroll tbody {
		width: 100%;
	}
	table.scroll::-webkit-scrollbar {
		height: 5px;
	}
	table.scroll::-webkit-scrollbar-track {
		background: #f1f1f1;
	}
	table.scroll::-webkit-scrollbar-thumb {
		background: #bcbcbc;
	}
}



/* ==============================================
    menu_list common
============================================== */
ul.menu_list {
	list-style: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

ul.menu_list li {
	margin-bottom: 120px;
	position: relative;
}

.col3::after,
.col4::after {
	content: "";
	display: block;
	height: 0;
}
.col4::before {
	content: "";
	display: block;
	height: 0;
	order: 1;
}
.col3::after,
.col3 li {
	width: 30%;
}
.col4::after,
.col4::before,
.col4 li {
	width: 23%;
}

ul.menu_list li figure {
	margin-bottom: 20px;
}

@media screen and (min-width: 701px) {
	ul.menu_list.col3 li figure {
		text-align: center;
		max-height: 200px;
		overflow-y: hidden;
	}
	ul.menu_list.col3 li figure img{
		max-height: 200px;
	}
}

ul.menu_list li h3 {
	margin-bottom: 20px;
	font-size: 1.125em;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	
}
ul.menu_list li p {
	font-size: 0.875em;
	margin-bottom: 15px;
}
ul.menu_list li a.btn_detail {
	display: block;
	width: 100%;
	border: 1px solid #003228;
	color: #003228;
	padding: 0;
	line-height: 50px;
	text-align: center;
	position: absolute;
	bottom: -60px;
	border-radius: 5px;
	/*box-shadow: 0px 2px #999;*/
}
ul.menu_list li a.btn_detail:hover {
	text-decoration: none;
	background: #eee;
	opacity: 1;
}
ul.menu_list li .cat span a {
	display: inline-block;
	background: #ddd;
	border-radius: 30px;
	margin: 2px;
	padding: 2px 10px;
	color: #333;
}
ul.menu_list li .cat span a:hover {
	text-decoration: none;
}
@media screen and (max-width: 700px) {
	/*ul.menu_list {
		display: block;
	}*/
	ul.menu_list::before,
	ul.menu_list::after {
		display: none !important;
	}
	.col3 li,
	.col4 li {
		/*width: 90%;
		margin: 0 auto 30px;*/
		width: 48%;
		margin: 0 0 30px;
	}
}
/* ==============================================
    products_menu
============================================== */
#products_menu {
	padding: 80px 0;
}
.home #products_menu {}
#products_menu ul {
	list-style: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#products_menu li {
	margin-bottom: 20px;
	position: relative;
	border:1px solid #b6b6b6;
	background: #fff;
	border-radius:5px;
}
#products_menu li a {
	font-size: 1em;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	color: #fff;
	display: block;
	width: 100%;
	padding-top: 100%;
	height: 0;
	position: relative;
}
#products_menu li a span {
	display: block;
	transition: .2s;
	position: absolute;
	top: 80%;
	left: 10%;
	right:10%;
	height:20%;
	overflow: hidden;
	z-index: 2;
	color:#000;
	text-align:center;
}

#products_menu li a span::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#products_menu li a:hover span {
/*	background: rgba(0,102,102,0.5);*/
}

#products_menu li a figure {
	/*overflow: hidden;*/
	/*border-radius: 4px;*/
	position: absolute;
	top: 7%;
	left: 15%;
	width: 70%;
	height: 70%;
	z-index: 1;
}
#products_menu li a figure img {
	/*object-fit: cover;*/
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 700px) {
	#products_menu {
		padding: 80px 0 0;
	}
	#products_menu ul {
		display: flex;
		margin-right: -3%;
	}
	#products_menu ul::before {
		display: none;
	}
	#products_menu ul::after {
		width: 30.33% !important;
		margin: 0 1%;
	}
	#products_menu li {
		/*width: 30.33%;*/
		/*width: 48%;*/
		/*margin: 0 1% 30px;*/
		width: 47%;
        margin: 0 3% 3% 0;
	}
	#products_menu li a {
		padding-top: 80%;
		min-height: 80px;
		font-size: 12px;
	}
	#products_menu li a span {
		padding: 10px 5px;
	}
	#products_menu li a figure img {
		object-fit: cover;
	}
}
/* ==============================================
    products_lanking
============================================== */
#products_lanking ul{
	border-top:2px solid #fff;
	list-style: none;
}
#products_lanking li{
	display: flex;
	font-size: 1.4em;
	padding:15px 20px;
	border-bottom:2px solid #fff;
	align-items: center;
}
#products_lanking li a{
	flex: 1;
	text-decoration:none;
	color:rgb(68,68,68,1);
	/*padding-top: 10px;
	padding-bottom: 10px;*/
	font-weight:bold;
}
#products_lanking li:before {
	content:  "";
    width: 45px; 
    height: 45px;
    display: inline-block;
    position: relative;    margin-right: 15px;
    background-image: url(image/question-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
#products_lanking li .products_name{
	font-size: 0.6em;
	color: #666;
}
#products_lanking li a span{
	display: inline-block;
	background: #aaa;
	color: #fff;
	font-weight: normal;
	border-radius: 5px;
	margin-right: 5px;
	padding: 0 5px;
}
@media screen and (max-width: 700px) {
	#products_lanking li::before {
		width: 35px;
		height: 35px;
	}
	#products_lanking li a span{
		margin-bottom: 5px;
	}
}
/* ==============================================
    products_area
============================================== */
#products_area section h2 {
	/*font-size: 2.000em;
	font-weight: 400;
	text-align: center;*/
	margin-bottom: 50px;
	padding: 0px 0;
	background: #ebf2e0;
	color: #172e59;
	
	display: block;
	text-indent: -9999px;/**/
	position: relative;
	height: 200px;
}
#products_area section h2::before {
	content: "";
	display: block;
	background: url("image/products_btn01_b.svg") no-repeat center center / contain;
	width: 200px;
	height: 200px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -100px;
	margin-top: -100px;
}
#products_area section#anchor-implant h2::before {
	background-image: url("image/products_btn01_b.svg");
}
#products_area section#anchor-surgicalguide h2::before {
	background-image: url("image/products_btn02_b.svg");
}
#products_area section#anchor-mouthpiece h2::before {
	background-image: url("image/products_btn03_b.svg");
}
#products_area section#anchor-printer h2::before {
	background-image: url("image/products_btn04_b.svg");
}
#products_area section#anchor-orth-software h2::before {
	background-image: url("image/products_btn05_b.svg");
}
#products_area section#anchor-facescan h2::before {
	background-image: url("image/products_btn06_b.svg");
}
@media screen and (max-width: 700px) {
	#products_area section h2 {
		font-size: 1.500em;
	}
	#products_area section h2::before {
		width: 60px;
		height: 60px;
	}
}

/* ==============================================
    news-archive
============================================== */
ul.news-archive {
	list-style: none;
	margin-bottom: 30px;
}
.news-archive li {
	margin: 20px 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
}
.news-archive li:last-child {
	border-bottom: none;
}
.news-archive li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.news-archive li a:hover {
	text-decoration: none;
}
.news-archive li .cat {
	display: block;
	width: 10em;
	color: #777;
	margin-right: 20px;
}
.news-archive li h3 {
	flex: 1;
	font-weight: 400;
	color: #2F2F2F;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* category title */
h2.cornertitle span,
.news-archive span.cat{
	font-size: 0.9em;
	display: inline-block;
	color: #fff;
	padding:1px 5px;
	border-radius: 2px;
}
h2.cat-trouble span,
.news-archive span.cat-trouble {
	background: #59939c;
}
h2.cat-overview span,
.news-archive span.cat-overview {
	background: #436c73;
}

@media screen and (max-width: 700px) {
	.news-archive {
		margin: 0 20px 30px;
	}
	.news-archive li a {
		display: block;
	}
	.news-archive li .date {
		margin: 5px 0;
	}
	.news-archive li a::after {
		display: none;
	}
	.news-archive li h3 {
		font-size: 1.143em;
	}
}


/* ==============================================
    pagination
============================================== */
.pagination {
	text-align: center;
	margin-top: 30px;
}
.pagination span,
.pagination a {
	display: inline-block;
	border: 1px solid #cdcdcd;
	width: 30px;
	line-height: 30px;
	font-size: 0.875em;
	color: #4c4c4c;
	text-align: center;
	background: #fff;
	margin: 2px;
}
.pagination a:hover {
	background: rgb(44,175,84,1);
	border: 1px solid #cdcdcd;
	color: #fff;
	text-decoration: none;
	opacity: 1;
}
.pagination span {
	background: #003228;
	border: 1px solid #003228;
	color: #fff;
}
.pagination .prev,
.pagination .next {
	border: 1px solid #d5efdd;
	text-indent: -99999px;
	background: #d5efdd url("image/arrow1_gray.svg") no-repeat center center / 14px 14px;
}
.pagination .prev {
	transform: rotate(180deg);
}


.pagination .prev:hover,
.pagination .next:hover {
	background: #b5e9c5 url("image/arrow1_gray.svg") no-repeat center center / 14px 14px;
	border: 1px solid #b5e9c5;
}

/* ==============================================
    pagetop
============================================== */
#pagetop {
    position: fixed;
    bottom: 20px;
    right: 75px;
    display: none;
    z-index: 99;
}
#pagetop img {
	cursor: pointer;
	width: 60px;
	height: 60px;
	transition: .4s;
}

@media screen and (max-width: 1000px) {

}

@media screen and (max-width: 700px) {
	#pagetop {
		bottom: 85px;
		right: 10px;
	}
	#pagetop img {
		width: 40px;
		height: 40px;
	}
}

@media screen and (max-height: 680px) {
	#pagetop {
		bottom: 85px;
		right: 10px;
	}
	#pagetop img {
		width: 40px;
		height: 40px;
	}
}

/* ==============================================
    footer
============================================== */
footer {
	margin: 0px auto;
	padding: 50px 0;
	background: rgb(44,175,84,1);
	color: #fff;
}

footer strong {
	display: block;
	text-align: center;
	
}
footer strong.sitelogo img {
	width: 240px;
}
footer strong.companylogo img {
	width: 120px;
	margin: 30px 0 15px;
}

/*.sns_button ul {
	list-style: none;
	display: flex;
	justify-content: flex-start;
}
.sns_button li {
	margin: 0 10px;
}
.sns_button li a {
	display: block;
	text-indent: -99999px;
	background: url("image/sns_fb.svg") no-repeat 0 0 / contain;
	width: 24px;
	height: 24px;
}
.sns_button li.fb a {
	background-image: url("image/sns_fb.svg");
}
.sns_button li.tw a {
	background-image: url("image/sns_tw.svg");
}
.sns_button li.insta a {
	background-image: url("image/sns_insta.svg");
}*/



footer nav.f_link {
	margin-bottom: 20px;
}
footer nav.f_link ul {
	list-style: none;
	display: flex;
	justify-content: center;
}
footer nav.f_link li {
	margin-right: 20px;
}
footer nav.f_link li a {
	color: #fff;
	font-size: 13px;
}


footer address {
	font-style: normal;
}

#copyright {
	text-align:center;
	font-size: 14px;
}
#googlepolicy {
	font-size: 12px;
}
#googlepolicy a {
	color: #fff;
}

@media screen and (max-width: 1000px) {

}

@media screen and (max-width: 700px) {
	footer {
		padding-bottom: 80px;
	}
	.sns_button ul {
		justify-content: center;
		margin-bottom: 20px;
	}
	
	footer nav.f_link ul {
		display: block;
		text-align: center;
	}
	footer nav.f_link li{
		margin-bottom: 8px;
	}
}


#fixFooter {
	display: none;
	position: fixed;
	bottom: 0;
	width: 100%;
	border-top: 2px solid #fff;
	z-index: 10;
}
#fixFooter ul {
	list-style: none;
	display: flex;
	justify-content: space-between;
}
#fixFooter li {
	width: 25%;
	/*border-right: 1px solid #fff;*/
}
#fixFooter li:last-child {
	border-right: none;
}
#fixFooter li a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	background: rgb(0,102,102,1);
	color: #fff;
}

@media screen and (max-width: 700px) {
	#fixFooter {
		display: block;
	}
}

/* ==============================================
    modal
============================================== */
#overlay {
	display: none;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.7);
	z-index: 9999;
}
#modal {
	position: fixed;
	top: 0;
	display: flex;
	align-items: center;
	text-align: center;
	width: 100%;
	height: 100vh;
}
.modal_inner {
	width: 90%;
	height: 80%;
	padding: 10%;
	display: block;
	margin: 0 auto;
	background: #fff;
	border-radius: 10px;
}

.disclaimer h3 {
	font-size: 1.250em;
	margin-bottom: 20px;
}

.disclaimer dt {
	font-size: 1.250em;
	font-weight: normal;
	margin-top: 30px;
	margin-bottom: 20px;
}
.disclaimer dd {
	display: inline-block;
	margin: 5px 10px;
	vertical-align: top;
}

.disclaimer dd button,
.disclaimer dd a {
	display: block;
	background: #ccc;
	color: #003228;
	line-height: 50px;
	width: 10em;
	border-radius: 4px;
	text-align: center;
	border: none;
	font-size: 1.125em;
	margin: 0;
	transition: .4s;
	cursor: pointer;
}

.disclaimer dd button {
	background: #003228;
	color: #fff;
}

.disclaimer dd button:hover,
.disclaimer dd a:hover {
	opacity: 0.8;
	text-decoration: none;
}

@media screen and (max-width: 700px) {
	.modal_inner {
		padding: 40px 20px;
	}
	.disclaimer p {
		text-align: left;
	}
}

/* ==============================================
    slick style
============================================== */
.slick-dots {
	bottom: 10px;
}
.slick-dots li button::before {
	font-size: 12px;
	color: #bbb;
	opacity: 1;
	transition: .4s;
}
.slick-dots li.slick-active button::before {
	color: #003228;
}
.slick-dots li button:hover::before {
	opacity: 0.8;
}

.slick-prev,
.slick-next {
	width: 40px;
	height: 40px;
	margin-top: -20px;
	z-index: 10;
}
.slick-prev:before,
.slick-next:before {
	content: "";
	display: inline-block;
	width: 40px;
	height: 40px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
	transition: .4s;
}

.slick-prev:before {
	background-image: url("image/slick_arrow.svg");
	transform: rotate(180deg);
}
.slick-next:before {
	background-image: url("image/slick_arrow.svg");
}
.slick-prev
{
    left: 10px;
}
[dir='rtl'] .slick-prev
{
    right: 10px;
    left: auto;
}
.slick-next
{
    right: 10px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 10px;
}
@media screen and (max-width: 700px) {
	.slick-prev,
	.slick-next {
		width: 30px;
		height: 30px;
		margin-top: -15px;
	}
	.slick-prev:before,
	.slick-next:before {
		width: 30px;
		height: 30px;
	}
}



/* ==============================================
    スクロールアニメーション
============================================== */
.scrollin {}
.fadein {}
.slidein {}

.scrollin.fadein {
	opacity : 0;
	visibility: hidden;
	transition: 0.5s;
	transform: translateY(100px);
}
.scrollin.fadein.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.scrollin.slidein {
	opacity : 0;
	visibility: hidden;
	transition: 0.5s;
	transform: translateX(300px);
}
.scrollin.slidein.active {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}

/* ==============================================
    editor font size
============================================== */
.has-x-small-font-size,
.font-ss {
  font-size: 0.750em !important;/*12px  10px*/
}
 
.has-small-font-size,
.font-s {
  font-size: 0.875em !important;/*14px  13px*/
}
 
.has-regular-font-size {
  font-size: 1.000em !important;/*16px*/
}
 
.has-large-font-size,
.font-l {
  font-size: 1.500em !important;/*24px  24px*/
}
 
.has-x-large-font-size,
.font-ll {
  font-size: 1.875em !important;/*30px  36px*/
}
 
.has-huge-font-size,
.font-xl {
  font-size: 2.250em !important;/*36px  50px*/
}





/* ==============================================
    entry-content
============================================== */
.entry-content {}

.entry-content div {
	margin: 10px 0;
}

.entry-content h1 {
	font-size: 1.625em;
	color: #59939c;
	margin: 50px 0 40px;
	padding: 2px 15px;
	border-bottom: 6px solid #cbe5e5;
	font-family: 'Noto Sans JP', sans-serif;
	background: #e0efec;
}

.entry-content h2 {
	font-size: 1.500em;
	margin: 40px 0 30px;
	font-family: 'Noto Sans JP', sans-serif;
	color: rgb(44,175,84,1);
}

.entry-content h3 {
	font-size: 1.250em;
	margin: 40px 0 20px;
	font-family: 'Noto Sans JP', sans-serif;
}

.entry-content h4 {
	font-size: 1.125em;
	margin: 30px 0 20px;
}

.entry-content h5 {
	font-size: 1.125em;
	margin: 30px 0 20px;
}

.entry-content h5:before {
	display:block;
	width: 30px;
	height: 40px;
	content:"A";
	font-size: 1.6em;
	color: #59939c;
	font-weight: bold;
	border: solid #59939c;
	padding:2px 10px;
	margin:15px 0;
	text-align: center;
	vertical-align: top;
}

.entry-content h6 {
	font-weight: 500;
	display: inline;
	font-size: 1em;
	margin: 30px 0 20px;
	background: linear-gradient(transparent 60%, #fde5e5 30%);
	font-family: 'Noto Sans JP', sans-serif;
}

.entry-content ul,
.entry-content ol {
	margin: 1.5em 0em 1.5em 2em;
}
.entry-content li {
	line-height: 1.8;
	margin-bottom: 1.125em;
	padding-left: 0.25em;
}

.entry-content li::marker {
	font-weight: 700;
}

.entry-content p {
	line-height: 1.8rem;
	margin-bottom: 2rem;
}

.entry-content table th,
.entry-content table td {
	border: 1px solid #bfbfbf;
	padding: 10px 20px;
	font-weight: normal;
}
.entry-content thead th {
	background: #cbe5e5;
}

.entry-content a {
	color: #333;
	text-decoration: none;
}

.entry-content iframe {
	width: 100%;
}

.wp-block-embed {
	margin: 50px auto 80px;
}
.wp-block-embed__wrapper {
	position: relative;
	padding-top: 56.25%;
	height: 0;
	overflow: hidden;
}
.wp-block-embed__wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.wp-block-button a {
	background: rgb(0,102,102,1);
	color: #fff;
	border-radius: 0px;
	text-decoration: none;
}

.wp-block-file a {
	border: 1px solid #003228;
	color: #003228;
	background: #fff;
	text-decoration: none;
	
	border-radius: 0px;
	font-size: 1.125em;
    padding: 5px calc(1.333em + 2px);
    text-align: center;

}
.wp-block-file a::after {
	content: "";
	display: inline-block;
	background: url("image/file_pdf.svg") no-repeat 0 0;
	background-size: contain;
	width: 18px;
	height: 18px;
	margin-left: 5px;
	vertical-align: middle;
}

.manual{
	margin-top:20px;
}
a.wp-block-file__button {
	border: none;
	border-radius: 0px;
}
a.wp-block-file__button::after {
	display: none;
}
.download_button {
	color: #fff;
	background: rgb(0, 102, 102, 1); 
	padding: 5px 1.5em;
	border-radius: 100px;
}


.entry-content ul.blocks-gallery-grid {
	margin: 0;
}
.entry-content ul.blocks-gallery-grid li {
	
}

.figure-bdr{
	border: 1px solid #bfbfbf;
}
@media screen and (max-width: 950px) {
	.wp-block-file__button{
		margin-top:20px;
	}
}
@media screen and (max-width: 700px) {

}

/* ==============================================
    econtactform
============================================== */

.must {
	background: #ff5d5d;
}
.optional {
	background: #999;
}
 
.must,.optional {
	color: #FFF;
	border-radius: 3px;
	font-size: 10px;
	margin-left: 10px;
	padding: 5px 10px;
	letter-spacing: 2px;
}
dd {
	margin: 3px 0 20px 0;
	background-color:
}
dt {
  font-weight: normal;
  line-height: 30px;
}
select{
	width: 150px;
	height: 35px;
	margin-bottom: 5px;
  }
  
  textarea{
	width: 95%;
	height: 200px;
	padding: 2px;
  }
  input[type="text"],input[type="tel"],input[type="email"]{
	width: 95%;
	height: 30px;
	padding: 2px;
}

input[type="date"]{
	width: 250px;
	height: 30px;
	padding: 2px;
}


input[type="number"] {
	height: 27px;
	padding: 2px;
	width: 40px;
  }

.wpcf7{
	margin-top: 80px;
}

.wpcf7-list-item-label{  
	line-height: 30px;
}

.btn_contact7 {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 20px;
  }
  .btn_contact7 input {
	  width: 70%;
	  background-color: #59939c;;
	  color: #FFF;
	font-size: 1.1em;
	height: 50px;
	  letter-spacing: 0.2em;
	  border: 1px solid #59939c;;
	  -webkit-transition: 0.3s;
	  -moz-transition: 0.3s;
	  -o-transition: 0.3s;
	  -ms-transition: 0.3s;
	  transition: 0.3s;	
  }
  .btn_contact7 input:hover {
	  background-color: #FFF;
	  color: #59939c; 
  }

@media screen and (min-width: 768px) {

	.otoiawaseform{
	  margin: auto;
	  }
	
	.contact7 dt {
		float: left;
		clear: left;
		width: 35%;
		padding: 0px 10px 0px 0;
		}
	.contact7 dd {
		margin-left: 35%;
		}
	 
	.btn_contact7 input {
		width: 70%;
		background-color: #59939c;
		color: #FFF;
		font-size: 1.1em;
		letter-spacing: 0.2em;
		border: 1px solid #59939c;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		-ms-transition: 0.3s;
		transition: 0.3s;	
	}
	.btn_contact7 input:hover {
		background-color: #FFF;
		color: #59939c; 
	}
	
	
	}
	
	.otoiawaseform div.doui{
	  background-color: #daf7f4;
	  line-height: 50px;
	  text-align: center;
	}
	
/* ==============================================
    search_form
============================================== */

#search_form{
	width: 80%;
	height: 60px;
	display: flex;
	align-items: center;
	overflow: hidden;
	background-color: white;
	border: 1px solid #767d83;
	border-radius: 1px;
	margin:auto
}

#search_form input[type="text"], .s-box{
	width: 100%;
	height: 60px;
	padding: 5px 20px 5px 0px;
	border: none;
	box-sizing: border-box;
	font-size: 1.250em;
	outline: none;
}

#search_form input[type="text"]::placeholder{
	color: #BCBCBC;
}

#search_form button, .s-btn-are{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	border: none;
	background-color: transparent;
	cursor: pointer;
}

#search_form button::before{
	width: 30px;
	height: 30px;
	background-image: url('image/search_button.svg');
	background-repeat: no-repeat;
	content: '';
}

.kekka {
	font-size: 2.2em;
	font-weight: 300;
}

/* ==============================================
    members
============================================== */

.entry-content .addtoany_share_save_container{
	text-align: center;
}

#wpmem_restricted_msg{
	margin: 40px 0;
	padding: 20px 2.5em;
	background: #fad5d4;
}
.entry-content #wpmem_restricted_msg p{
	font-size: 1.1em;
	margin-bottom: 0;
}
span.mem_login{
	display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    height: 18px;
}
span.mem_login img{
	width: auto;
	height: 18px;
	padding-left: 10px;
}
#products_movie span.mem_login img,
.products-movie span.mem_login img{
	height: 14px;	
}

/*既存ユーザーログイン*/

.entry-content #wpmem_login{
	width: 800px;
	margin: 60px auto;
	padding: 50px 10px;
	border: 1px solid rgb(0, 102, 102, 1);
}

.entry-content #wpmem_login fieldset{
	width: 80%;
	margin: 0 auto;
}

.entry-content #wpmem_login legend{
	font-size: 1.8em;
	color: rgb(0, 102, 102, 1);
	text-align: center;
	margin: 60px 0;
}

.entry-content #wpmem_login label{
	font-size: 0.9em;
	font-weight: 600;
}

.entry-content #wpmem_login input{
	height: 45px;
	width: 100%;
}

.entry-content #wpmem_login p{
	margin: 0;
}

.entry-content #wpmem_login .button_div{
	text-align: center;
	margin: 20px auto;
}

.entry-content #wpmem_login input[type=checkbox] {
	width: 20px;
	height: 20px;
	vertical-align: -4px;
}

.entry-content #wpmem_login .buttons{
	display: block;
	margin: 5px auto;
	width: 280px;
	height: 50px;
	border: none;
	border-radius: 3px;
	background: rgb(0, 102, 102, 1);
	color: #fff;
}

.entry-content #wpmem_login .link-text {
	margin: 20px 0;
	padding: 0;
	text-align: center;
	font-size: 0.9em;
}

.entry-content #wpmem_login .link-text-forgot,.link-text-username {
	font-weight: 400;
	color: #f00;
}
.entry-content #wpmem_login .link-text-forgot a,.link-text-username a {
	display: inline-block;
	font-weight: 600;
	color: #f00;
	text-decoration: underline;
}

.entry-content #wpmem_login .link-text-register {
	display: block;
	background: #ebf2e0;
	margin-top: 50px;
	padding: 30px 0;
}

.entry-content #wpmem_login .link-text-register a{
	font-size: 1rem;
	display: block;
	width: 280px;
	height: 50px;
	margin: 5px auto;
	align-content: center;
	font-weight: 500;
	border: 1px solid rgb(0, 102, 102, 1);
	color: rgb(0, 102, 102, 1);
	background: #fff;
	border-radius: 3px;
}

.entry-content #wpmem_login .link-text-register a:hover{
	background: #59939c;
	color: #fff;
	border:  none;
	transition: .5s;
}

.entry-content .wpmem_msg{
	width: 800px;
	margin: 40px auto;
	padding: 20px 2.5em;
	background: #fad5d4;
	border: none;
	font-size: 1.1em;
}

.entry-content .wpmem_msg a{
	display: inline-block;
	font-weight: 600;
	color: #f00;
	text-decoration: underline;
}

@media screen and (max-width: 800px) {

	.entry-content #wpmem_login{
		width: 100%
	}

	.entry-content #wpmem_login legend{
		font-size: 1.5em;
		margin: 30px 0;
	}

	.entry-content #wpmem_login fieldset{
		width: 90%;
	}

	.entry-content #wpmem_login input{
		height: 40px;
	}

	.entry-content .wpmem_msg{
		width: 100%;
	}

}

/*新規ユーザー登録*/

.entry-content #wpmem_reg{
	width: 800px;
	margin: 60px auto;
	padding: 50px 10px;
	background: #ebf2e0;
}

.entry-content #wpmem_reg fieldset{
	width: 80%;
	margin: 0 auto;
}

.entry-content #wpmem_reg legend{
	font-size: 1.8em;
	color: #59939c;
	text-align: center;
	margin: 60px 0;
}

.entry-content #wpmem_reg label{
	font-size: 0.9em;
	font-weight: 600;
	margin-top: 15px;
	display: inline-block;
}

.entry-content #wpmem_reg input[type=text],
.entry-content #wpmem_reg input[type=email]{
	height: 45px;
	width: 100%;
}

.entry-content #wpmem_reg p{
	margin: 0;
}

.entry-content #wpmem_reg .button_div{
	text-align: center;
	margin: 40px auto;
}

.entry-content #wpmem_reg .buttons{
	width: 200px;
	height: 40px;
	border: none;
	border-radius: 3px;
	background: rgb(0, 102, 102, 1);
	color: #fff;
}
.entry-content #wpmem_reg .div_checkbox{
	display: inline-block;
	padding-left: 15px;
}

@media screen and (max-width: 800px) {

	.entry-content #wpmem_reg{
		width: 100%
	}

	.entry-content #wpmem_reg legend{
		font-size: 1.5em;
		margin: 30px 0;
	}

	.entry-content #wpmem_reg fieldset{
		width: 90%;
	}

	.entry-content #wpmem_reg input[type=text],
	.entry-content #wpmem_reg input[type=email]{
		height: 40px;
	}

}

/*ユーザーメニュー*/

.register_status {
	font-size: 1.3em;
	font-weight: 800;
	text-align: center;
}

ul.register_links{
	margin: 0;
	list-style: none;
	text-decoration: none;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 30px;
	justify-content: center;
}

.register_links li a {
	display: block;
	width: 300px;
	padding: 10px;
	text-align: center;
	border: 1px solid rgb(0, 102, 102, 1);
	font-size: 1.2em;
	font-weight: 800;
	color: rgb(0, 102, 102, 1);

}

.register_links li a:hover{
	background: #59939c;
	border:  none;
	transition: .5s;
	color: #fff;
}


.wp-block-separator{
	width: 50px;
    margin: 40px auto;
    color: #bbb;
}