

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@300;400;600&family=Open+Sans:wght@500;600;700&display=swap');

/* * {
	border: 1px solid red;
} */


/* common */
:root {
	--navy: #003154;
	--lightgreen: #d5ecae;
	--green: #76b70b;
	--darkgreen: #6aa40b;
}

body {
	background-color: #ffffff;
	font-family: "Open Sans","Helvetica Neue", Arial, 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif!important;
	color: #444;
	min-block-size: 100svb;
}
.large {
	margin-top: 100px auto 90px auto;
	text-align: center;
	line-height: 1.0;
	font-weight: 800;
	font-size: 40px;
	position: relative;
	color: var(--navy);
	color: #404040;
}
.medium {
	margin-top: 100px auto 90px auto;
	text-align: center;
	line-height: 1.0;
	font-weight: 800;
	font-size: 28px;
	letter-spacing: 0.05em;
	position: relative;
}
.fs-xs {
	font-size: 16px;
}
.small {
	margin-top: 100px auto 90px auto;
	line-height: 1.0;
	font-weight: 400;
	font-size: 22px;
	letter-spacing: 0.05em;
	position: relative;
}
p {
	line-height: 1.8;
	font-size: 18px;
	letter-spacing: 0.05em;
}
ul {
	padding-left: 0!important;
	margin-bottom: 0!important;
}
h3 {
	font-size: 1.4rem;
	margin-bottom: 4px;
}
a img:hover {
	opacity: .7;
}
.style-none {
	list-style: none;
}
/* .me-1 {
	margin-right: 0.5rem;
}
.me-2 {
	margin-right: 1rem;
}
.mb-1 {
	margin-bottom: 0.5rem;
}
.mb-2 {
	margin-bottom: 1rem;
}
.mb-3 {
	margin-bottom: 2rem;
}
.mb-4 {
	margin-bottom: 3rem;
}
.mb-5 {
	margin-bottom: 4rem;
} */
ul li {
	line-height: 1.5;
	font-size: 18px;
}
.inner {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}
.plan-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.pc-only {
	display: block;
}
.sp-only {
	display: none;
}
.section-wrapper {
	padding: 6rem 0;
}
.blue {
	background-color: #d8ffff;
}
.gray {
	background-color: #fafafa;
}
.gray2 {
	background-color: #f2f1f1;
}
.link {
	color: var(--navy);
}
.point-small {
	color: #404040;
	font-weight: 700;
	font-size: 20px;
	margin: 0 0 15px 0;
	display: inline-block;
	white-space: nowrap
}
@media screen and (max-width: 1200px) {
	p {
		font-size: 15px;
		line-height: 1.6;
	}
	.inner {
		padding: 0 16px;
		max-width: 950px;
	}
	.point-small {
		font-size: 18px;
		margin: 0 0 15px 0;
	}
	ul li {
		font-size: 16px;
	}
}


@media screen and (max-width: 768px) {
	.inner {
		padding: 0 16px;
		max-width: 580px;
	}
	#logo_loader .f_logo {
		width: 160px;
		height: 50px;
	}
	.large {
		font-size: 28px;
	}
	p {
		font-size: 15px;
	}
	.plan-inner{
		padding: 0 45px;
		max-width: 550px;
	}
	.mb-5 {
    margin-bottom: 3rem;
	}
}

@media screen and (max-width: 579px) {
	.inner {
		padding: 0 18px;
		max-width: 550px;
	}
	.copy-inner {
		padding: 0 18px;
		max-width: 550px;
	}
	.large {
		font-size: 24px;
	}
}

.text-center {
	text-align: center;
}
.text-start {
	text-align: start;
}

.en {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	letter-spacing: normal;
}


/* page-top */

.page-top {
	width: 50px;
	height: 50px;
	background-color: rgba(255, 255, 255);
	position: fixed;
	color: var(--darkgreen);
	right: 15px;
	bottom: 5px;
	border-radius: 50%;
	opacity: 0;
	transition: all 0.65s;
	z-index: 1;
	border: #0686b2 2px solid;
	border: var(--darkgreen) 2px solid;
	box-shadow: 2px 3px 6px rgba(0,0,0,0.3);
	box-shadow: 2px 3px 7px rgba(0,0,0,.2);
}
.page-top a {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
	margin: auto;
}
.page-top a:before{
	content: '\e5ce';
	font-family: 'Material Icons';
	font-size: 22px;
	color: #0686b2;
	color: var(--darkgreen);
	position: absolute;
	width: 29px;
	height: 25px;
	bottom: 12px;
	right: 3px;
	left: 0;
	margin: auto;
	text-align: center;
}
.page-top:hover {
	background-color: #0686b2;
	background-color: var(--darkgreen);
	border: #fff 2px solid;
	color: #ffffff;
}
.page-top a:hover:before  {
	color: #ffffff;
}
.page-top.isActive {
	opacity: 1;
	transition: all 0.65s;
}



/*--------------- header -------------------*/

.header {
	background-color: #f8f8f8;
	width: 100%;
	height: 183px;
	z-index: 100;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	box-shadow: 0 1px 9px rgba(0,0,0,0.2);
	transition: .3s;
}
header.hidden {
    transform: translateY(-148px);
}

.header-sp {
	display: flex;
	justify-content: space-between;
	align-items: start;
	background: #f8f8f8;
	margin-bottom: 0.2rem;
}
.header1 {
	display: flex;
	justify-content: space-between;
	background: #f8f8f8;
}
.header2 {
	display: flex;
	justify-content: space-between;
	/* background: #f8f8f8; */
}
.header-tab {
	display: flex;
	margin: 0 auto;
	padding-left: 0;

}
.header-tab-li {
	list-style: none;
	border-radius: 10px 10px 0 0;
	background-color: #e4e4e4;
	flex: 1 1;
	order: -1;
	min-width: 300px;
	border-bottom: 1px solid #f0f0f0;
	color: #535353;
	font-size: 1.1em;
	text-align: center;
	cursor: pointer;
	z-index: 100;
	font-weight: 600;
	padding: 0.4em 0.2em 0.2em 0.2em;
	border-color: #e4e4e4;
	border-style: solid;
	border-width: 3px 1px 1px;
	border-radius: 10px 10px 0 0;
}
.header-tab-li.active {
	background-color: #fff;
	border-color: var(--green) #f0f0f0 #fff;
	border-style: solid;
	border-width: 3px 1px 1px;
	border-radius: 10px 10px 0 0;
	color: #333;
}
.header-tab-li a {
	text-decoration: none;
	color: #333;
	display: block;
}
.header-tab-li:hover {
	background-color: var(--lightgreen);
}
.sp-thin {
	font-weight: 400;
	font-feature-settings: "palt";
}
.tab-text {
	font-weight: 600;
	margin-bottom: 0!important;
	font-size: 15px;
}
.tb-br {
	display: none;
}
.tab-img-btpt2 {
	max-width: 20px;
	height: 100%;
}
.tab-img-bttk2 {
	width: 40px;
	height: 100%;
	margin-top: .3rem;
}
.header3 {
	display: flex;
	justify-content: space-between;
	padding: 10px 0 10px 30px;
	background-color: #fff;
	box-shadow: 0px 6px 5px -5px rgba(0,0,0,0.2)
}
.header-logo {
	padding-left: 30px;
	margin-top: 20px;
}
.tab-wrap {
	display: block;
	margin: 0 auto;
}
.logo {
	width: 180px;
}
.gnav-pc-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.gnav-pc {
	display: flex;
	margin-bottom: 0;
}
.btn-small {
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	max-width: 240px;
	padding: 10px 28px;
	color: #FFF!important;
	transition: 0.3s ease-in-out;
	font-weight: 600;
	background-color: var(--darkgreen);
	filter: drop-shadow(0px 2px 4px #bfbfbf);
	border-radius: 50px;
	text-decoration: none;
	font-size: 18px;
}
.btn-small:hover {
	transform: translateY(-2px);
	box-shadow: 0 15px 30px -5px #879ebb65, 0 0 5px #879ebb65;
	background-color: var(--green);
}
.btn-ghost {
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	max-width: 240px;
	padding: 8px 28px;
	background-color: #FFF!important;
	transition: 0.3s ease-in-out;
	font-weight: 800!important;
	color:var(--darkgreen) !important;
	border: 2px solid var(--darkgreen);
	filter: drop-shadow(0px 2px 4px #bfbfbf);
	border-radius: 50px;
	text-decoration: none;
	font-size: 18px;
}
.btn-ghost:hover {
	background-color: var(--darkgreen) !important;
	color: #fff !important;
	transform: translateY(-2px);
	box-shadow: 0 15px 30px -5px #879ebb65, 0 0 5px #879ebb65;
}
.btn-ghost-top {
	margin: 20px 30px 0 0;
}
.btn-ghost-sp {
	margin: 0 auto;
}
.pc-cta-btn {
	margin-right: 30px;
}
.sp-cta-btn {
	padding: 10px 28px;
	margin-bottom: 1.5rem;
	margin: 1.5rem auto;
}
.nav-open-wrap .btn-ghost {
	margin: 1.5rem auto 3rem;
}
.cta-btn-inner {
	text-align: center;
	padding: 30px;
}
.cta-text {
	margin-bottom: 5px;
	font-weight: 600;
	color: var(--navy);
	letter-spacing: 0.04rem;
	display: inline-block;
	position: relative;
}
.cta-text:before, .cta-text:after {
	display: inline-block;
	position: absolute;
	top: 45%;
	width: 20px;
	height: 2.5px;
	border-radius: 5px;
	background-color: var(--navy);
	content: "";
}
.cta-text:before {
	left: -22px;
	-webkit-transform: rotate( 50deg );
	transform: rotate( 50deg );
}
.cta-text:after {
	right: -22px;
	-webkit-transform: rotate( -50deg );
	transform: rotate( -50deg );
}
.cta-btn {
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 0 auto;
	width: 290px;
	max-width: 290px;
	padding: 20px 32px;
	color: #FFF;
	transition: 0.3s ease-in-out;
	font-weight: 600;
	background-color: #0686b2;
	background-color: var(--darkgreen);
	filter: drop-shadow(0px 2px 4px #bfbfbf);
	border-radius: 50px;
	text-decoration: none;
	font-size: 20px;
}
.cta-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 15px 30px -5px #879ebb65, 0 0 5px #879ebb65;
	background-color: #06a0d3;
	background-color: var(--green);
}
.cta-btn:after {
	position: absolute;
	top: 50%;
	right: 20px;
	transition: 0.2s ease-in-out;
	content: "\f0da";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	transform: translateY(-54%);
}
.cta-btn-sub {
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 0 auto;
	width: 270px;
	max-width: 270px;
	padding: 15px 28px;
	color: #FFF;
	transition: 0.3s ease-in-out;
	font-weight: 600;
	background-color: #0686b2;
	background-color: var(--darkgreen);
	filter: drop-shadow(0px 2px 4px #bfbfbf);
	border-radius: 50px;
	text-decoration: none;
	font-size: 20px;
}
.cta-btn-sub:hover {
	transform: translateY(-2px);
	box-shadow: 0 15px 30px -5px #bfbfbf, 0 0 5px #bfbfbf;
	background-color: var(--green);
}
.cta-btn-sub:after {
	position: absolute;
	top: 50%;
	right: 20px;
	transition: 0.2s ease-in-out;
	content: "\f0da";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	transform: translateY(-54%);
}

.btn-form {
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 0 auto;
	width: 290px;
	max-width: 290px;
	padding: 20px 32px;
	color: #FFF;
	transition: 0.3s ease-in-out;
	font-weight: 600;
	background-color: #0686b2;
	background-color: var(--darkgreen);
	filter: drop-shadow(0px 2px 4px #bfbfbf);
	border-radius: 50px;
	text-decoration: none;
	font-size: 20px;
}
.btn-form:hover {
	transform: translateY(-2px);
	box-shadow: 0 15px 30px -5px #879ebb65, 0 0 5px #879ebb65;
	background-color: #06a0d3;
	background-color: var(--green);
  color: #FFF;
}
.btn-form:disabled {
  opacity: 0.75;
  transform: translateY(-2px);
	box-shadow: 0 15px 30px -5px #879ebb65, 0 0 5px #879ebb65;
	background-color: #06a0d3;
	background-color: var(--green);
  color: #FFF;
}

.btn-form-sub {
	position: relative;
	display: inline-block;
	justify-content: space-around;
	align-items: center;
	margin: 0 auto;
	width: 300px;
	max-width: 300px;
	padding: 20px 32px;
	color: var(--darkgreen);
	transition: 0.3s ease-in-out;
	font-weight: 600;
	background: #fff;
	filter: drop-shadow(0px 2px 4px #bfbfbf);
	border-radius: 50px;
	text-decoration: none;
	font-size: 20px;
	border: var(--green) 2px solid;
}
.btn-form-sub:hover {
	transform: translateY(-2px);
	box-shadow: 0 15px 30px -5px #9ab4d453, 0 0 5px #9ab4d453;
	background: var(--lightgreen);
	color: var(--darkgreen);
}
.btn-form-sub:disabled {
	transform: translateY(-2px);
	box-shadow: 0 15px 30px -5px #9ab4d453, 0 0 5px #9ab4d453;
	background: var(--lightgreen);
	color: var(--darkgreen);
}

.floating-bnr_btn.bnr01 {
	box-shadow: 0 5px 16px rgba(0, 0, 0, 0.05), 0 8px 14px rgba(0, 0, 0, 0.08);
	display: inline-block;
	position: fixed;
	bottom: 200px;
	right: 0px;
	z-index: 3;
	text-align: center;
}
.floating-bnr_btn.bnr02 {
	box-shadow: 0 5px 16px rgba(0, 0, 0, 0.05), 0 8px 14px rgba(0, 0, 0, 0.08);
	display: inline-block;
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 3;
}

.floating-bnr a:hover {
	opacity: 0.8;
	transition: 0.2s;
}


@media screen and (max-width: 1400px) {
	.floating-bnr {
		box-shadow: 0 5px 16px rgba(0, 0, 0, 0.05), 0 8px 14px rgba(0, 0, 0, 0.08);
		position: fixed;
		bottom: 0;
		height: 50px;
		z-index: 3;
	}

	.floating-bnr_btn {
		box-shadow: 0 5px 16px rgba(0, 0, 0, 0.05), 0 8px 14px rgba(0, 0, 0, 0.08);
		position: fixed;
		width: 100%;
		height: 50px;
		z-index: 3;
		max-width: 50%;
		width: 50%;
	}
	.floating-bnr_btn.bnr01 {
		display: inline-block;
		box-shadow: 0 5px 16px rgba(0, 0, 0, 0.05), 0 8px 14px rgba(0, 0, 0, 0.08);
		position: fixed;
		bottom: 0;
		left: 0;
		background-color: #06c755;
		display: grid;
		place-items: center;
	}
	.floating-bnr_btn.bnr02 {
		display: inline-block;
		box-shadow: 0 5px 16px rgba(0, 0, 0, 0.05), 0 8px 14px rgba(0, 0, 0, 0.08);
		position: fixed;
		bottom: 0;
		right: 0;
		background-color: #003154;
		display: grid;
		place-items: center;
	}
	.bnr_close {
		display: none;
	}
}

@media screen and (max-width: 500px) {
	.floating-bnr {
		height: 30px;
	}

	.floating-bnr_btn {
		height: 30px;
	}
	.floating-bnr_btn img {
		width: 100px;

	}
}

@media screen and (max-width: 1100px) {
  .btn-form {
    font-size: 16px;
    border-radius: 50px;
    margin-bottom: 1.5rem;
  }

  .btn-form-sub {
    font-size: 16px;
    border-radius: 50px;
    margin-bottom: 1.5rem;
  }
}

.gnav-pc li {
	list-style: none;
	padding-right: 40px;
	font-size: 16px;
	display: flex;
  align-items: center;
}
.gnav-pc li a {
	text-decoration: none;
	color: #444;
	display: block;
	position: relative;
	padding-bottom: 1px;
	font-weight: 500;
}
.gnav-pc li a img {
	display: block;
}
.gnav-pc li a:hover {
	text-decoration: none;
	border: #444;
}
.gnav-pc li a:before {
	content: '';
	width: 0;
	left: 50%;
	bottom: 0;
	border-bottom: 2px solid var(--green);
	position: absolute;
	display: block;
}
.gnav-pc li a:hover:before {
	width: 50%;
	border-bottom: 2px solid var(--green);
}
.gnav-pc li a:after {
	content: '';
	width: 0;
	right: 50%;
	bottom: 0;
	border-bottom: 2px solid var(--green);
	position: absolute;
	display: block;
}
.gnav-pc li a:hover:after {
	width: 50%;
	border-bottom: 2px solid var(--green);
}
.sp-menu {
	display: none;
}
.overlay {
	display: none;
}
.sp-nav-wrap {
	position: relative;
}
.nav-open {
	border-bottom: 1px #8e8e8e solid;
	padding: 10px;
  font-size: 16px;
  position: relative;
	background-color: var(--navy);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
  background-size: 200% auto;
	font-weight: bold;
	color: #fff;
}
.nav-open:hover {
	cursor: pointer;
	background-position: right center;
}
.nav-open-wrap {
    display: none;
}
.nav-open::before {
	content: "＋";
	position: absolute;
	right: 20px;
}
.nav-open.active::before {
	content: "－";
}
.openbtn {
	position: fixed;
	z-index: 100;
	cursor: pointer;
	width: 50px;
	height: 50px;
	top: 10px;
	right: 5px;
}
.openbtn span {
	display: inline-block;
	transition: all 0.4s;
	position: absolute;
	left: 14px;
	width: 45%;
	height: 2px;
	background-color: #404040;
	color: #404040;
}
.openbtn span:nth-of-type(1) {
	top: 15px;
}
.openbtn span:nth-of-type(2) {
	top: 23px;
}
.openbtn span:nth-of-type(3) {
	top: 31px;
}
.openbtn.active span:nth-of-type(1) {
	top: 18px;
	left: 18px;
	transform: translateY(6px) rotate(-45deg);
	width: 30%;
}
.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}
.openbtn.active span:nth-of-type(3) {
	top: 30px;
	left: 18px;
	transform: translateY(-6px) rotate(45deg);
	width: 30%;
}
.mt-3 {
	margin-top: 2rem;
}
.mb-3 {
	margin-bottom: 2rem;
}

.nav-sns-wrap a img {
	margin: 0 8px;
}

@media screen and (max-width: 1450px) {
	.gnav-pc li {
		list-style: none!important;
		padding-right: 1rem;
		font-size: 17px;
	}
	.header-logo {
		width: 15%;
	}
}


@media screen and (max-width : 1250px) {
	.tab-wrap {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.tab-text {
		line-height: 1;
	}
	.header-sp {
		display: flex;
		justify-content: space-between;
		align-items: center;
		background: #f8f8f8;
	}
	.header-logo {
    padding-left: 0px;
	}
	.sp-nav {
		text-align: start;
		width: 100%;
	}
	.sp-nav ul li {
		line-height: .8;
		border-bottom: 1px solid #6f6f6f;
		position: relative;
	}
	.sp-nav ul li:last-child {
		border-bottom: none;
	}
	.nav-open {
		border-top: 1px solid #6f6f6f;
		margin-bottom: 0!important;
	}
	.nav-open-wrap {
		list-style: none;
		padding-left: 0;
	}
	.sp-nav ul li a {
		color: #333;
		display: block;
		letter-spacing: 0.1em;
		font-size: 16px;
		position: relative;
		left: 8px;
		padding: 10px 0;
	}
	.sp-nav ul:first-child {
		border-top: 1px solid #6f6f6f;
	}
	.sp-nav ul li a {
		line-height: 1.2!important;
	}
	.sp-nav ul li:hover {
		background-color: var(--lightgreen);
	}
	#gnav .sp-nav {
		position: absolute;
		z-index: 1;
	}
	.sp-nav ul li a:before {
		content:"\F285";
		font-family: bootstrap-icons;
		font-size: 15px;
		font-weight: 400;
		color: var(--dark);
		display: inline-block;
	}
	.header1, .header3 {
		display: none!important;
	}
	.header2 {
		z-index: -1;
		position: relative;
	}
	.tab-img-btpt2 {
		width: 15px;
		height: 100%;
		margin-right: .5rem;
	}
	.tab-img-bttk2 {
		width: 30px;
		height: 100%;
		margin-right: .5rem;
		margin-top: 0;
	}
	.header-tab-li {
    min-width: 200px;
		line-height: 1;
		padding: 0.4em 0.2em 0.1em 0.2em;
	}
	.header-tab-li a {
		font-size: 14px;
	}
	.header-tab-li a {
		font-weight: 400;
		font-size: 15px;
	}
	.sp-thin {
		font-size: 12px;
		line-height: 0.9;
	}
	.header-logo {
		width: 30%;
	}
	.logo {
		width: 120px;
	}
	.sp-logo {
		width: 120px;
	}
	.tb-br {
		display: block;
	}
	.page-top {
		width: 36px;
		height: 36px;
	}
	.page-top a {
		position: relative;
		display: block;
		width: 75px;
		height: 105px;
	}
	.page-top a:before {
		width: 58px;
   	height: 50px;
		top: -24px;
		bottom: 20px;
		right: 22px;
		left: -19px;
	}

	.gnav-pc-wrap {
		display: none;
	}
	.gnav-pc li {
		list-style: none!important;
		padding-right: 20px;
		font-size: 18px;
		display: inline-block;
	}

	.fixed-flex {
		display: flex;
	}

	.fixed1 {
		position: fixed;
		z-index: 1;
		height: 42px;
		bottom: 0%;
		opacity: 0;
		left: 0;
		transition: all 0.65s;
	}

	.fixed2 {
		position: fixed;
		z-index: 1;
		height: 42px;
		bottom: 0%;
		opacity: 0;
		right: 0;
		transition: all 0.65s;
	}

	.fixed1.isActive {
		opacity: 1;
		transition: all 0.65s;
	}
	.fixed2.isActive {
		opacity: 1;
		transition: all 0.65s;
	}

	.fixed_btn1 {
		font-weight: bold;
		text-decoration: none;
		color: #fff;
		background-color: #00B900;
		font-size: 15px;
		padding: 8px 15px;
		border-radius: 50px;
		display: block;
		/* margin-left: 15px; */
		letter-spacing: 0.03em;
		cursor: pointer;
		text-align: center;
		align-items: center;
		border-radius: 50px;
		box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
		box-shadow: 0 1px 12px rgba(0,0,0,.1);
		border: 2px solid #fff;
		line-height: 1;
	}
	.fixed_btn1:hover {
		box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
		background-color: var(--green);
	}
	/* .fixed_btn2 {
		font-weight: bold;
		text-decoration: none;
		color: #fff;
		background-color: var(--darkgreen);
		font-size: 15px;
		padding: 8px 15px;
		border-radius: 50px;
		display: block;
		letter-spacing: 0.03em;
		cursor: pointer;
		text-align: center;
		align-items: center;
		border-radius: 50px;
		box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
		box-shadow: 0 1px 12px rgba(0,0,0,.1);
		border: 2px solid #fff;
		line-height: 1;
	}
	.fixed_btn2:hover {
		box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
		background-color: var(--green);
	} */



	.header {
		/* height: 105px; */
		height: 99px;
		padding: 0 15px;
		width: 100%;
  }
	.header .header-logo a {
		display: flex;
	}
	.gnav-pc {
		display: none;
	}
	.sp-menu {
		display: block;
		padding-top: 24px;
	}
	.gnav-pc {
		display: none;
	}
	.sp-menu {
		display: block;
		margin-left: auto;
	}

	.open {
		font-size: 32px;
		line-height: 18px;
		color: #404040!important;
	}
	.sp-menu .hide {
		display: none;
	}
	.overlay {
		display: block;
		position: fixed;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		background: #fff;
		text-align: center;
		z-index: 3;
		padding-top: 70px;
		opacity: 0;
		pointer-events: none;
		transition: opacity .6s;
	}
	.overlay.show {
		opacity: 1;
		pointer-events: auto;
	}
	.overlay .overlaylogo {
		display: flex;
	}
  .overlay div #close {
		position: absolute;
		top: 20px;
		right: 16px;
		font-size: 32px;
		cursor: pointer;
	}
	.sp-logo {
		width: 120px;
	}
		.overlay .header-logo{
		position: absolute;
		top: 0;
		left: 20px;
		cursor: pointer;
    margin-top: 16px;
	}
	.overlay li a {
		text-decoration: none;
		font-size: 20px;
		letter-spacing: 0.1em;
		color: #333;
		font-weight: 500;
	}
}


@media screen and (max-width: 1200px) {
	.header {
		height: 99px;
		padding: 0 20px;
		width: 100%;
	}
}

@media screen and (max-width: 1100px) {
	.header-tab-li {
    min-width: 165px;
	}
	.cta-btn {
		align-items: center;
		position: relative;
		font-size: 16px;
		border-radius: 50px;
		margin: auto;
		width: 300px;
		margin-bottom: 1.5rem;
	}
	.cta-btn-sub {
		align-items: center;
		position: relative;
		font-size: 16px;
		border-radius: 50px;
		margin: auto;
		width: 300px;
		margin-bottom: 1.5rem;
	}
	.pc-only {
		display: none;
	}
}
@media screen and (max-width : 576px) {
	.sp-nav ul li {
		line-height: .5;
		padding:  0;
	}
	.header {
		height: 89px;
		padding: 0 20px;
		width: 100%;
	}

	.sp-nav ul li a {
		color: #333;
		display: block;
		letter-spacing: 0.1em;
		font-size: 15px;
		position: relative;
		left: 8px;
		padding: 6px 0;
	}
	/* .btn-ghost {
		margin: .5rem auto 1rem;
		padding: 5px 10px;
		filter: drop-shadow(0px 1px 1px #9d9d9d);
		max-width: 200px;
		font-size: 15px!important;
	} */
	.nav-open-wrap .sp-cta-btn {
		margin: 1rem auto .8rem;
		padding: 6px 10px;
		filter: drop-shadow(0px 1px 1px #9d9d9d);
		max-width: 150px;
		font-size: 15px!important;
	}
	.btn-ghost {
    max-width: 160px;
    padding: 6px 16px;
		font-size: 15px;
	}
	.overlay div #close {
		top: 15px;
		right: 20px;
		font-size: 24px;
	}
	.overlay {
    padding-top: 52px;
	}
	.header-logo {
    margin-top: 14px;
	}
	.nav-open {
    padding: 6px;
		font-size: 14px;
	}
	.sp-nav ul li a:before {
    font-size: 12px;
	}
	.sp-menu {
    display: block;
    padding-top: 14px;
	}
}

@media screen and (max-width: 360px) {
	.cta-btn {
		width: 230px;
		max-width: 230px;
		font-size: 14px;
		margin-bottom: 1rem;
	}
	.cta-btn-sub {
		width: 230px;
		max-width: 230px;
		font-size: 14px;
		margin-bottom: 1rem;
	}
	.header-tab-li {
    min-width: 120px;
	}
	.sp-thin {
		display: none;
	}
	.header {
    height: 74px;
	}
	.header-tab-li {
    padding: 0.3em 0.2em 0.1em 0.2em;
	}
	.tab-img-bttk2 {
		width: 15px;
		margin-top: 0;
	}
	.tab-img-btpt2 {
		width: 10px;
	}
}


/* ---------------mainvisual------------ */

.hero-wrapper {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
	padding-left: 56px;
}
#btpt2 .hero-title {
	font-size: 40px;
	line-height: 1.3;
	text-shadow: 0 2px 6px rgba(74, 66, 35, 0.4), 0 2px 6px rgba(74, 66, 35, 0.4);
	display: inline-block;
	padding: 0 .5rem;
	letter-spacing: .2rem;
	margin-bottom: 1rem;
}
#bttk2 .hero-title {
	font-size: 30px;
	line-height: 1.3;
	color: #3b3a3a;
}
#btpt2 .hero-productname {
	font-size: 34px;
	line-height: 1.2;
	font-weight: 400;
	display: flex;
	align-items: center;
	margin-bottom: 1.5rem;
	padding: 0 .5rem;
	font-weight: 800;
	font-feature-settings: "palt";
	text-shadow: 0 2px 6px rgba(74, 66, 35, 0.4), 0 2px 6px rgba(74, 66, 35, 0.4);
}
#btpt2 .hero-productname1 {
	font-size: 18px;
	line-height: 1.4;
	font-weight: 400;
	display: flex;
	align-items: center;
	padding: 0 .5rem;
	font-weight: 500;
	letter-spacing: .2rem;
	font-feature-settings: "palt";
	text-shadow: 0 2px 6px rgba(74, 66, 35, 0.4), 0 2px 6px rgba(74, 66, 35, 0.4);
}

#bttk2 .hero-productname {
	font-size: 30px;
	line-height: 1.2;
	font-weight: 500;
	color: #3b3a3a;
}
#bttk2 .top-bg {
	position: relative;
	text-align: left;
	display: table;
	width: 100%;
	height: 600px;
	margin-top: 185px;
	color: #717171;
	overflow: hidden;
	background: #f7f7f7 url(/../bttk2-img/mainvisual_pc.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
#btpt2 .top-bg {
	position: relative;
	text-align: left;
	display: table;
	width: 100%;
	height: 600px;
	margin-top: 160px;
	color: #ffffff;
	background: #f7f7f7 url(/../btpt2-img/mainvisual_pc.jpg) no-repeat;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	z-index: 0;
	text-shadow: 0 2px 6px rgba(74, 66, 35, 0.4), 0 2px 666, 35, 0.4;
}

#btpt2 .top-bg::after {
	position: absolute;
	content: '';
	z-index: 1;
	width: 100%;
	height: 1000px;
	top: 0;
	left: 0;
}
.top-text {
	position: relative;
	padding: 8px;
	z-index: 3;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

#btpt2 .hero-txt {
	display: inline-block;
	z-index: 1;
	top: 50%;
	padding: 12px 15px 15px 15px;
	border-radius: 15px;
	background: rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

@media screen and (max-width:768px) {
	#btpt2 .hero-txt {
		-webkit-backdrop-filter: none;
		backdrop-filter :none;
		background: rgba(255, 255, 255, 0);
		border: none;
		-webkit-box-shadow:none;
		box-shadow: none;
		padding: 12px 15px 15px 0px;
	}
	#btpt2 .hero-title {
    letter-spacing: .1rem;
	}
	#btpt2 .hero-productname1 {
		letter-spacing: 0rem;
	}
}

.top {
	overflow: hidden;
	position: relative;
}

.mv-logo {
	width: 150px;
	height: 100%;
}

#btpt2 .mv-logo {
	filter: drop-shadow(1px 3px 3px #2222227e);
	margin-right: .5rem;
}


@media screen and (max-width: 1450px) {
	.hero-wrapper {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
		padding-left: 25px;
	}
	#bttk2 .hero-title {
		font-size: 30px;
		line-height: 1.3;
		color: #3b3a3a;
	}
}

@media screen and (max-width: 1250px) {
	#btpt2 .top-bg {
		position: relative;
		text-align: left;
		display: table;
		width: 100%;
		height: 600px;
		margin-top: 99px;
		color: #ffffff;
		overflow: hidden;
		background: #f7f7f7 url(/../btpt2-img/mainvisual_pc.jpg) top/cover no-repeat;
		background-size: cover;
		background-position: 70%;
	}
	#bttk2 .top-bg {
		position: relative;
		text-align: left;
		display: table;
		width: 100%;
		height: 600px;
		margin-top: 99px;
		color: #717171;
		overflow: hidden;
		background-size: cover;
		background-position: center;
	}
}
@media screen and (max-width: 1250px) {
	#btpt2 .top-bg {
		margin-top: 89px;
	}
}

@media screen and (max-width: 920px) {
	.top-bg {
		background-position: 65%;
	}
	#bttk2 .hero-title {
		font-size: 24px;
	}
}
@media screen and (max-width: 768px) {
	#bttk2 .top-bg {
		width: 100%;
		height: 320px;
		background: #f7f7f7 url(/../bttk2-img/mainvisual_sp.jpg) center top/cover no-repeat;
		margin-top: 89px;
	}
}

@media screen and (max-width: 500px) {
	.pc-only {
		display: none;
	}
	.sp-only {
		display: block;
	}
	#btpt2 .top-bg {
		width: 100%;
		height: 260px;
		margin-top: 89px;
		background: #f7f7f7 url(/../btpt2-img/mainvisual_sp.jpg) 50% top/cover no-repeat;
	}
	#bttk2 .top-bg {
		width: 100%;
		height: 260px;
		margin-top: 89px;
		background-size: contain;
		background-position: center;
		background: #f7f7f7 url(/../bttk2-img/mainvisual_sp.jpg) center top/cover no-repeat;
	}
	.hero-wrapper {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 5px;
	}
	#btpt2 .hero-title {
		font-size: 22px;
		margin-bottom: 0.6rem;
	}
	#bttk2 .hero-title {
		font-size: 20px;
	}
	.hero-txt {
    padding: 12px 15px 15px 0px;
}
	#btpt2 .hero-productname {
		font-size: 22px;
		margin-bottom: .8rem;
	}
	#btpt2 .hero-productname1 {
		font-size: 15px;
		line-height: 1.4;
		letter-spacing: .15rem;
	}
	#bttk2 .hero-productname {
		font-size: 20px;
	}
	.mv-logo {
		width: 110px;
	}
}

@media screen and (max-width: 360px) {
	#bttk2 .hero-title {
		font-size: 90%;
	}
	#bttk2 .hero-title {
		font-size: 20px;
	}
	#bttk2 .hero-productname {
		font-size: 18px;
	}
	#btpt2 .top-bg {
		margin-top: 74px;
	}
	#bttk2 .top-bg {
		margin-top: 74px;
	}
	.hero-wrapper {
    padding-left: 10px;
	}
}
/* ------------intro------------- */
.intro {
	font-size: 28px;
	padding-bottom: 20px;
	line-height: 1.5;
	letter-spacing: 0.05em;
	font-weight: 600;
	margin-bottom: 0;
}
.paragraph {
	line-height: 1.8;
	letter-spacing: 0.05em;
	font-size: 18px;
}

@media screen and (max-width: 1100px) {
	.intro {
		font-size: 24px;
	}
}
@media screen and (max-width: 500px) {
	.intro {
		font-size: 20px;
	}
}

/* ------------point------------- */

.point-title-wrapper {
	display: flex;
	margin: .5rem 0 .8rem 0;
	align-items: end;
}

.point-text-item {
	position: relative;
}
.point-number {
	font-weight: 700;
	font-size: 180px;
	color: #bdf6ff;
	margin-right: 10px;
	position: absolute;
	top: -25%;
	z-index: -1;
}
.point-number2 {
	font-weight: 700;
	font-size: 180px;
	color: #64c5d5;
	color: var(--lightgreen);
	margin-right: 10px;
	position: absolute;
	top: -25%;
	z-index: -1;
}
.point-title {
	font-size: 30px;
	margin: .5rem 0;
	color: #047398;
	font-weight: 600;
}
.point-title2 {
	font-size: 30px;
	margin: .5rem 0;
	color:#404040;
	font-weight: 600;
}
.content-wrapper {
	display: flex;
	justify-content: space-between;
	/* margin: 4rem 0 0 0 ; */
	flex-wrap: wrap;
}
.guide-wrapper {
	display: flex;
	justify-content: space-between;
	margin: 2rem 0 0 0 ;
	flex-flow: row wrap;
}
.guide-wrapper:after {
	width: calc((100% - 80px)/3);
	display: block;
	content:"";
}
.narrow-wrapper {
	display: flex;
	justify-content: space-around;
	margin: 3rem 0;
	flex-wrap: wrap;
}
.user-wrapper {
	display: flex;
	justify-content: space-between;
	margin: .5rem 0 0 0;
	/* flex-wrap: wrap; */

}
.user-wrapper2 {
	display: flex;
	justify-content: center;
	margin: 3rem 0;
	flex-wrap: wrap;
}

.user-col-2 {
	display: flex;

	justify-content: space-between;
	margin: 2rem 0 0 0;
	flex-wrap: wrap;
}


.user-bg {
	width: calc(50% - 20px);
	background-color: #f2f1f1;
	text-align: center;
	padding: 2rem 1rem 2rem 1rem;
	border-radius: 20px;
	margin-bottom: 2rem;
}

@media screen and (max-width:800px) {
	.user-bg {
		width: calc(100% - 10px);
		/* width: 100%; */
		background-color: #f2f1f1;
		text-align: center;
		padding: 1.8rem 1rem 1.8rem 1rem;
		border-radius: 20px;
	}
	.user-col-2 {
		justify-content: space-around;

	}
	
}
@media screen and (max-width:991px) {
	.user-title {
		font-size: 1.1rem;
	}
}

.row-reverse {
	flex-direction: row-reverse;
}
.point-img-item {
    width: calc((100% - 40px)/2 - 40px);
}
.point-text-item {
	width: calc((100% - 40px)/2 + 40px);
}
.point-img-item img {
	width: 100%;
}
.item2 {
  /* width: calc((100% - 54px)/2); */
  width: calc((100% - 40px)/2);
}
.item2 img {
	width: 100%;
}
.item2-small {
    width: calc((100% - 100px)/2);
}
.item2-small img {
	width: 100%;
}
.btpt2-item2 {
  width: calc((100% - 50px)/2);
	text-align: center;
	padding: 1rem;
	margin-bottom: 2rem;
	border: 3px solid var(--green);
	border-radius: 8px;
}
.btpt2-item2 p {
	letter-spacing: 0;
	text-align: center;
	margin-bottom: 0;
}
.bttk2-item3 {
  width: calc((100% - 80px)/3);
	text-align: center;
	padding: 1rem;
	margin-bottom: 2rem;
	border: 3px solid var(--green);
	border-radius: 8px;
}
.bttk2-item3 p {
	margin-bottom: 0;
}
.equipment-item {
	width: calc((100% - 80px)/3);
	text-align: center;
}
.equipment-title {
	text-align: center;
	line-height: 1.0;
	font-weight: 800;
	font-size: 24px;
	letter-spacing: 0.05em;
}
.equipment-item-img {
	text-align: center;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	margin: 20px auto;
}
#point2 {
	padding-top: 2rem;
}
.item3 {
  width: calc((100% - 80px)/3);
	text-align: center;
}
.item3-img {
	width: 100%;
}
.guide-item-img {
	width: 100%;
	margin: 0 auto;
}
.guide-item {
	width: calc((100% - 80px)/3);
	margin-bottom: 3rem;
	letter-spacing: 0;
}
.guide-btn {
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 0 auto;
	width: 300px;
	max-width: 300px;
	padding: 15px 28px;
	color: #FFF;
	transition: 0.3s ease-in-out;
	font-weight: 600;
	background-color: #0686b2;
	background-color: var(--darkgreen);
	filter: drop-shadow(0px 2px 4px #bfbfbf);
	border-radius: 50px;
	text-decoration: none;
	font-size: 18px;
	margin-top: 1rem;
}
.guide-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 15px 30px -5px #bfbfbf, 0 0 5px #bfbfbf;
	background-color: var(--green);
}
.guide-item-text {
	font-size: 15px;
}

.item4 {
  width: calc((100% - 80px)/4);
	text-align: center;
}

.item4 img {
	width: 80%;
}

.point-icon {
	width: 100px;
	height: auto;
}
.point-icon2 {
	width: auto;
	height: 100px;
}

/* .user-item {
	width: calc(25% - 22px);
	text-align: center;
} */
.user-item2 {
	width: calc(25% - 22px);
	text-align: center;
	margin: 0 2rem;
}

.user-item-img {
	width: 80%;
	padding: .5rem 0;
}
.user-item p {
	font-size: 16.5px;
	line-height: 1.4;
	margin-bottom: 0;
}
.user-item-img2 {
	width: 80%
}

h2.section-title {
	text-align: center;
	padding: 10px;
}


@media screen and (max-width: 768px) {
	.section-wrapper {
		padding: 3rem 0;
	}
	.content-wrapper {
		/* margin: 1.5rem 0 0 0; */
	}
	.guide-wrapper {
		display: flex;
		justify-content: space-between;
		margin: .5rem 0 0 0;
		flex-flow: row wrap;
	}
	.guide-wrapper:after {
		width: calc((100% - 30px)/2);
		display: block;
		content:"";
	}
	.content-wrapper-img {
		width: 100%;
		margin-top: 1em;
		margin-bottom: 2em;
	}
	.intro {
		text-align: center;
	}
	.paragraph {
		/* text-align: center; */
	}

	.point-text-item {
		width: 100%;
		/* padding-top: 1.5rem; */
	}

	.point-title {
		font-size: 24px;
	}
	.point-title2 {
		font-size: 24px;
	}

	.item2 {
		width: 100%;
	}
	.point-number2 {
		font-weight: 700;
		font-size: 140px;
		color: #64c5d5;
		color: var(--lightgreen);
		margin-right: 10px;
		position: absolute;
		z-index: -1;
	}

	.point-number {
		font-weight: 700;
		font-size: 60px;
	}

	.point-img-item {
		width: 100%;

	}

	.bttk2-item3 {
		width: calc((100% - 40px)/2);
	}

	.btpt2-item2 p {
		letter-spacing: 0;
		text-align: justify;
	}

	.equipment-item {
		width: calc((100% - 40px)/2);
	}
	.equipment-title {
		font-size: 22px;
	}

	.paragraph {
	 	width: 100%;
		line-height: 1.6;
	}
	.btpt2-item2 {
    width: calc((100% - 15px)/2);
		margin-bottom: 1rem;
		padding: .5rem;
	}

	.point-small {
		color: #404040;
		border-radius: 5px;
		font-weight: 700;
		font-size: 15px;
		margin: 0 0 5px 0;
	}

	.point-img-item  {
		text-align: center;
	}

	.point-img-item img {
    width: 80%;
		margin: 1rem auto 0;
	}

	.item2-small {
		width: calc((100% - 20px)/2);
	}

	.item3 {
		width: calc((100% - 10px)/3);
		text-align: center;
		margin-bottom: 2rem;
	}
	.item3-img {
		width: 60%;
		margin-bottom: 2rem;
	}

	.guide-item {
		width: calc((100% - 30px)/2);
	}

	/* .user-wrapper {
		display: flex;
		justify-content: space-between;
	} */

	.user-wrapper2 {
		display: flex;
		justify-content: center;
		/* margin: 1.5rem 0; */
	}

	/* .user-item {
		width: 50%;
		flex-wrap: wrap;
		margin-top: 1rem;
	}

	.user-item2 {
		width: calc(40% - 24px);
		flex-wrap: wrap;
		margin-top: 1rem;
		margin: 0 1rem;
	} */

	.item3 {
		width: 100%;
	}

	.point-icon {
		width: 64px;
		height: auto;
	}
	.point-icon2 {
		height: 64px;
		width: auto;
	}

	.paragraph h3 {
		font-size: 24px;
		padding-bottom: 20px;
		letter-spacing: 0.08em;
	}

	.paragraph p {
		line-height: 2;
		letter-spacing: 0.05em;
		font-size: 16px;
	}

	.paragraph {
		font-size: 16px;
	}
}

@media screen and (max-width: 576px) {
	.section-wrapper {
			padding: 3.5rem 0;
	}
	.bttk2-item3 {
		width: calc((100% - 16px) / 2);
		margin-bottom: .8rem;
		/* margin: 0 auto 1rem; */
		padding: .5rem;
	}
	.equipment-item {
		width: calc(100% - 80px);
		margin: 0 auto 2rem;
	}
	.equipment-title {
		font-size: 20px;
	}
	.point-title2 {
    font-size: 18px;
	}
	.point-icon {
		width: 54px;
		height: auto;
	}
	.point-icon2 {
		height: 54px;
		width: auto;
	}
	.user-item p {
		font-size: 13px;
	}
	.user-item2 p {
		font-size: 13px;
	}
	.user-item2 {
    width: calc(40% - 5px);
		width: calc(98% / 2);
    flex-wrap: wrap;
    margin-top: 1rem;
    margin: 0 .1rem;
	}
	.item2 img {
    width: 90%;
		margin: 0 auto;
	}
	.intro-img-wrap {
		text-align: center;
	}
}

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

}

/* ----------user------------- */
.user-text {
	text-align: center;
	font-weight: 600;
}

/* --------------- howtouse -----------------*/
.howtouse-img {
	width: 100%;
}

.howto-content-wrapper {
	display: flex;
	/* flex-wrap: nowrap; */
	width: 100%;
	max-width: 1100px;
    margin: 0 auto;
}

.howto-content-wrapper-pc {
	display: block;
}

.howto-content-wrapper-sp {
	display: none;
}

.internet-wrap {
	display: flex;
	align-items: center;
}

.bluetooth-wrap {
	display: flex;
	align-items: center;
}

.pressthebutton {
	width: auto;
	max-height: 150px;
}

.buzzersoundsfromphone {
	max-height: 190px;
}

.webservice {
	max-height: 110px;
}

.emergencycall {
	max-height: 140px;
}

.bluetooth_sp {
	display: none;
}
.internet_sp {
	display: none;
}
.bluetooth_pc {
	padding-top: 3rem;
	width: 80px;
	width: 100%;
}
.internet_pc {
	padding-top: 3rem;
	width: 80px;
	width: 100%;
}

.howto-number {
	font-weight: 600;
	font-size: 50px;
	color: #0686b2;
	color: var(--green);
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	line-height: 1;
}

.howto-icon {
	margin: 0 auto;
	display: block;
	text-align: center;
	margin: 1rem 0;
}
.howto-icon .fa-down-long {
	margin: 0 auto;
	display: inline-block;
	text-align: center;
	font-size: 24px;
	color: #48b700;
}


@media screen and (max-width: 576px) {
	.howto-content-wrapper-sp {
		display: flex;
		flex-direction: column;
		margin: 1.5rem 0;
	}

	.howto-content-wrapper-pc {
		display: none;
	}

	.howto-wrap {
		margin: 0 auto;
		padding: .5rem 0;
		text-align: center;
	}

	.howto-flex {
		display: flex;
		align-items: center;
	}

	.howto-text {
		font-weight: 500;
		font-size: 17px;
		letter-spacing: normal;
		text-align: left;
		margin-left: .5rem;
	}
	.internet-wrap {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.bluetooth-wrap {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.bluetooth_sp {
		display: block;
		max-height: 60px;
	}
	.internet_sp {
		display: block;
		max-height: 60px;
	}
	.bluetooth_pc {
		display: none;
	}
	.internet_pc {
		display: none;
	}

	.d-flex {
		display: flex;
		flex-direction: row;
	}

	.point-number2 {
		font-weight: 700;
		font-size: 140px;
		color: #64c5d5;
		color: var(--lightgreen);
		margin-right: 10px;
		position: absolute;
		/* top: 0%; */
		z-index: -1;
	}
}

@media screen and (max-width: 300px) {
	.howto-text {
		font-size: 15px;
	}
	.howto-number {
    font-weight: 600;
    font-size: 36px;
	}
}



/* --------------------SOS------------------- */
.fa-phone, .fa-envelope, .fa-comment-sms {
	color: var(--green);
	margin-right: .5rem;
}

.sos-title {
	font-size: 24px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 1rem;
}

.sos-small {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0em;
}

/*--------------- requirement ----------------*/

.requirement-wrap {
	position: relative;
}
.requirement-bgwhite {
	background-color: #fff;
	border-radius: 15px;
	padding: 3rem 2rem;
}

.requirement-title {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background-color:#0686b2;
	background-color: var(--darkgreen);
	display: inline-block;
	border-radius: 15px;
	padding: 5px 15px;
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
}

.requirement-title-wrap {
	text-align: center;
	margin: 0 auto;
}

.requirement-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}


.virtical-center {
	display: flex;
	align-items: center;
	vertical-align: center;
}

.content-wrapper-m0 {
	display: flex;
	justify-content: space-around;
}

.iphone {
	margin-right: 2rem;
}


.hr-blue {
	border-bottom: 1.5px solid var(--darkgreen);
	margin: 0.5rem 0 1rem 0;
}

.text-center {
	text-align: center;
}

.text-left {
	/* text-align: left; */
	text-align: justify;
}

.btpt2-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	text-align: center;
}
.bttk2-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	text-align: center;
}

.btpt2 {
	margin: 1.5rem 2rem 0 2rem ;
	width: 70px;
}

.bttk2 {
	margin: .5rem 1rem 0 1rem ;
	width: 130px;
}

.mobile {
	margin: 0 auto;
	margin: 0 .5rem ;
	width: 100px;
}

.plus {
	width: 30px;
}

.btpt2-text {
	margin: 0 auto;
}

.bold {
	font-weight: 600;
	font-size: 18px;
}

.text-primary {
	color: var(--green)!important;
}

.text-color {
	color: var(--darkgreen);
}

.text-blue {
	color: #047398;
}

.text-red {
	color: #dd0b0b;
}
@media screen and (max-width: 1100px) {
	.requirement-wrapper {
		justify-content: center;
		align-items: center;
	}
	.sos-small {
		font-size: 14px;
	}
	.sos-title {
		font-size: 20px;
		font-weight: 600;
		line-height: 1;
		margin-bottom: .5rem;
	}
}

@media screen and (max-width: 1099px) {
	.requirement-wrapper {
		align-items: center;
	}
	.requirement-bgwhite {
		padding: 2rem 1.5rem;
	}
	.requirement-title {
		padding: 5px 10px;
		font-size: 18px;
	}
	.btpt2 {
		margin: 0 auto;
	}
	.bttk2 {
		margin: 0 auto;
	}
	.requirement-item {
		width: 40%;
		padding-bottom: 2rem;
	}
	.requirement-item-plus {
		width: 10%;
	}
	.plus {
		width: 60%;
	}
	.content-wrapper-m0 {
		display: block;
		justify-content: space-between;
	}

	.item {
		width: 100%;
	}

	.iphone {
		padding-bottom: 1rem;
	}
}


/* --------------step------------- */

.step-wrapper {
	display: flex;
	margin: 2rem 0;
}

.step-wrapper-img {
	width: 90%;
}

.item5 {
	text-align: center;
	margin: 0 auto;
}

.item5 {
	width: calc((100% - 80px)/5);
	text-align: center;
}
.number-circle {
	background-color: var(--darkgreen);
	border-radius: 50%;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	align-content: center;
	margin: 0 auto;
	display: inline-block;
	font-weight: 500;
	margin-bottom: 20px;
}
.number {
	color: #fff;
	font-size: 28px;
	font-weight: 600;
	line-height: 60px;
}

.app-dl-apple {
	width: 80%;
	height: auto;
}
.app-dl-google {
	width: 65%;
	height: auto;
}
.app-dl-apple2 {
	width: 45%;
	height: auto;
}
.app-dl-google2 {
	width: 45%;
	height: auto;
}



@media screen and (max-width: 768px) {
	.step-wrapper {
		display: block;
	}

	.item5 {
		width: 100%;
		padding: 0 auto;
		padding-bottom: 1rem;
		display: flex;
	}
	.step-wrapper-img {
		width: 20%;
		height: 100%;
		margin: .5em .5em 0 0;
	}
	.number-circle {
		width: 40px;
		height: 40px;
		max-width: 15%;
		margin: 0 1rem 0 0;
	}
	.number {
		color: #fff;
		font-size: 18px;
		margin: auto;
		line-height: 40px;
	}
	.app-dl {
		text-align: start;
	}
	.app-dl-apple {
		width: 120px;
		height: auto;
	}
	.app-dl-google {
		width: 120px;
		height: auto;
	}

	.step-text {
		text-align: start;
		width: calc(100% - 30%);
		display: block;
		white-space: nowrap;
		margin-left: 5px;
	}
}

@media screen and (max-width: 415px) {
	.item5 {
		width: 100%;
		padding: 0 auto;
		padding-bottom: 1rem;
		display: flex;
	}
	.app-wrapper {
		width: 50%;
	}
	.number-circle {
		width: 30px;
		height: 30px;
		max-width: 15%;
		margin: 0 .5rem 0 0;
	}
	.number {
		line-height: 30px;
	}
	.step-wrapper-img {
		max-width: 20%;
		margin: 0.2em 0.2em 0 0;
	}
	.app-dl {
		margin-left: 10px;
	}
	.bttk2 {
		margin: .5rem 1rem 0 .5rem ;
		width: 100px;
	}
	.medium {
		font-size: 16px;
		letter-spacing: 0.05em;
		line-height: 1.2;
	}
}

@media screen and (max-width: 344px) {
	.inner {
    padding: 0 8px;
    max-width: 344px;
	}
	.step-wrapper-img {
		max-width: 15%;
		margin: 0.2em 0.2em 0 0;
	}
	.large {
    font-size: 22px;
	}
	.price-table-title {
    font-size: 16px;
	}
	.number-circle {
			width: 20px;
			height: 20px;
			max-width: 50%;
			margin: 0 5px 0 0;
	}
	.number {
    color: #fff;
    font-size: 14px;
		line-height: 20px;
	}
	.step-text {
		text-align: start;
		display: block;
		white-space: nowrap;
	}
	.requirement-title {
		white-space: nowrap;
	}
	.intro {
    font-size: 20px;
	}
	.point-title {
		font-size: 18px;
	}
	.point-small {
		font-size: 12px;
		margin: 0 0 5px 0;
	}
	.point-icon {
    width: 50px;
	}
	.user-text {
		font-size: 14px;
	}
	.sos-small {
    font-size: 16px;
	}
	.mobile {
		width: 70px;
	}
	.btpt2 {
    margin: 1.5rem 2rem 0 2rem;
    width: 50px;
	}
	.bttk2 {
    /* margin: 1.5rem 2rem 0 2rem; */
    width: 80px;
	}
	.requirement-bgwhite {
		padding: 1rem .5rem;
	}
	p {
		line-height: 1.4;
		font-size: 14px;
	}
	.requirement-item {
		width: 45%;
	}
	.bold {
		font-size: 16px;
	}
	.price-middle {
		font-size: 16px;
	}
	.price-table-title {
		font-size: 16px;
		padding: 0.3rem .5rem 0.3rem 0!important;
	}
	.price-text {
		font-size: 16px;
	}
	.fixed_btn1 {
		font-size: 16px;
		padding: 4px 8px;
		width: 180px;
	}
	.fixed_btn2 {
		font-size: 16px;
		padding: 4px 8px;
		width: 180px;
	}
	.page-top {
		width: 36px;
		height: 36px;
		bottom: 7px;
	}
	.fixed {
		height: 43px;
	}
	.page-top a {
		width: 60px;
	}
	.page-top a:before {
    width: 7px;
		top: -22px;
	}
}
/* ----------------spec----------- */

.table{
	width: 100%;
	border-collapse: collapse;
}

.table tr *:nth-child(1){
	background: #777777;
	font-weight: 600;
	vertical-align: middle;
}

.table tr *:nth-child(2){
	background: #fff;
}

.table th {
	color: #fff!important;
	border-bottom :solid 1px rgb(66, 66, 66);
	border-top :solid 1px rgb(66, 66, 66);
	text-align: center;
	padding: 10px 5px;
	line-height: 1.5;
}

.table td{
	color:rgb(62, 62, 62);
	border-bottom :solid 1px rgb(66, 66, 66);
	border-top :solid 1px rgb(66, 66, 66);
	text-align: center;
	padding: 10px 5px;
	line-height: 1.5;
}

.table tr:hover td {
	background-color: var(--lightgreen);
}

/* ----------------price---------------- */

.price-text {
	text-align: center;
	padding: 0 0 1rem 0;
	line-height: 1.5;
	font-size: 18px;
}
.price-middle {
	font-weight: 800;
	font-size: 24px;
}
.line-through {
	text-decoration: line-through;
	color: #616161;
	font-size: 24px;
	margin-left: 10px;
}

.price-large {
	font-size: 40px;
	font-weight: bold;
	margin-right: 2px;
}

.marker-blue {
	background: linear-gradient(transparent 65%, #d5ecae 65%);
}

.price-table {
	margin: 0 auto;
}

.price-table-title {
	font-size: 18px;
	text-align: start;
	vertical-align: top;
	font-weight: 600;
}

.price-table-td {
	font-size: 18px;
	font-weight: 600;
	padding-left: 1rem;
}

.price-table-padding {
	padding-bottom: 1rem;
}

.price-small {
	font-size: 14px;
	/* text-align: start;
	margin: 0 auto;
	display: inline-block; */
}

.price-table td {
	vertical-align: middle;
}
.price-table tr {
	padding-bottom: 1rem;
}

@media screen and (max-width: 768px) {
	.price-middle {
		font-size: 18px;
	}
	.price-large {
		font-size: 28px;
		font-weight: bold;
	}
	.price-text {
		font-size: 16px;
	}
	.price-small {
		font-size: 14px;
		text-align: start;
	}
}
@media screen and (max-width: 576px) {
	.price-text {
		font-size: 14px;
	}
}

/* -------- Management screen/app ---------- */

.service_memamore_device {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.img-center {
	text-align: center;
}

.sub-mv.sub-mv_btpt2 {
	position: relative;
	width: 100%;
	z-index: -1;
	margin-top: 180px;
	height: 180px;
	/* background-color: #ffffff; */
	background: #999 url(/../btpt2-img/sub-mv.jpg) no-repeat top center / cover;
}
.sub-mv.sub-mv_bttk2 {
	position: relative;
	width: 100%;
	z-index: -1;
	margin-top: 180px;
	height: 180px;
	/* background-color: #ffffff; */
	background: #999 url(/../bttk2-img/sub-mv.jpg) no-repeat top center / cover;
}
.sub-mv:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	display: block;
	background-color: rgba(0, 0, 0, .2);
}

.sub-mv-img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}


.title {
	color: #ffffff;
	font-size: 30px;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	line-height: 1.2;
}

.fa-circle-check {
	color: #0686b2;
	color: var(--green);
	margin-right: .5rem;
}

@media screen and (max-width: 1250px) {
	.sub-mv.sub-mv_btpt2, .sub-mv.sub-mv_bttk2 {
		position: relative;
		width: 100%;
		z-index: 1;
		margin-top: 100px;
	}
}
@media screen and (max-width: 576px) {
	.sub-mv.sub-mv_btpt2 {
		position: relative;
		width: 100%;
		z-index: 1;
		margin-top: 90px;
		height: 80px;
		background: #999 url(/../btpt2-img/sub-mv_sp.jpg) no-repeat top center / cover;
	}
	.sub-mv.sub-mv_bttk2 {
		position: relative;
		width: 100%;
		z-index: 1;
		margin-top: 90px;
		height: 80px;
		background: #999 url(/../bttk2-img/sub-mv_sp.jpg) no-repeat top center / cover;
	}

}
@media screen and (max-width: 345px) {
	.sub-mv.sub-mv_btpt2 {
		position: relative;
		width: 100%;
		z-index: 1;
		margin-top: 70px;
		height: 80px;
		background: #999 url(/../btpt2-img/sub-mv_sp.jpg) no-repeat top center / cover;
	}
	.sub-mv.sub-mv_bttk2 {
		position: relative;
		width: 100%;
		z-index: 1;
		margin-top: 70px;
		height: 80px;
		background: #999 url(/../bttk2-img/sub-mv_sp.jpg) no-repeat top center / cover;
	}

}

/* -------------faq----------- */

.details {
	border-radius: 8px;
	margin-bottom: 24px;
	background-color: #fff;
	cursor: pointer;
	transition: transform .5s, opacity .5s;
}

.details__summary {
	border-radius: 8px;
	position: relative;
	line-height: 1.5;
	display: block;
	cursor: pointer;
	padding: .8rem 1rem .8rem 1.5rem;
}

.details__summary::-webkit-details-marker {
	display: none;
}

.details__summary:hover {
	background-color: var(--lightgreen);
	transition: all .5s;
}

.details__summary::before {
	content: 'Q';
	background-size: contain;
	width: 32px;
	height: 32px;
	font-size: 20px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 21px;
	margin: auto;
	vertical-align: top;
	font-weight: 800;
	color:var(--darkgreen);
}

.details__content {
	border-radius: 8px;
	position: relative;
	overflow: hidden;
}

.details__content::before {
	content: 'A';
	background-size: contain;
	width: 32px;
	height: 32px;
	font-size: 20px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 21px;
	margin: .6rem auto 0;
	vertical-align: top;
	font-weight: 800;
	color: var(--navy);
	overflow: hidden;
}

.details__summary::after {
	font-family: "Font Awesome 6 Free";
	content: '\f107';
	background-size: contain;
	width: 14px;
	height: 20px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	vertical-align: top;
	font-weight: 600;
	transition: transform .3s;
	display: inline-block;
	box-sizing: border-box;
}

.details[open] .details__summary::after {
	transform: rotate(180deg);
}

.faq-head-text {
	margin-left: 2rem;
}

.faq-body-text {
	margin-left: 2rem;
	padding: .8rem 1rem .8rem 1.5rem;
}

.d-flex {
	display: flex;
	/* justify-content: space-around;
	text-align: center;
	align-items: end; */
}
.justify-content-around {
	justify-content: space-around;
}
.align-items-end {
	align-items: end;
}
.text-center {
	text-align: center;
}

.purchase-btn {
	display: flex;
	text-decoration: none;
	color: #fff;
	background-color: #0686b2;
	padding: 1rem;
	border-radius: 15px;
	width: 260px;
	justify-content: center;
	font-size: 18px;
}

.purchase-btn:hover {
	text-decoration: none;
	color: #fff;
	background-color: #013964;
	padding: 1rem;
	border-radius: 15px;
	width: 260px;
}

i.fa-solid.fa-up-right-from-square {
	margin-left: .5rem;
}

@media screen and (max-width: 1300px) {
	.title {
		font-size: 28px;
		text-align: center;
	}
}

@media screen and (max-width: 970px) {
	.d-flex {
		display: block;
	}
	.purchase-btn {
		padding: .5rem;
		border-radius: 10px;
		margin: 1rem auto 0;
	}
	.details {
    margin-bottom: 16px;
	}
}
@media screen and (max-width: 768px) {
	.d-flex {
		display: block;
	}
	.details__summary {
		padding: .8rem 1.2rem .8rem .6rem;
	}
	.faq-body-text {
		margin-left: 2rem;
		padding: .8rem 1.2rem .8rem .6rem;
	}

	.medium {
		font-size: 20px;
		letter-spacing: 0.05em;
	}

	.details__summary img {
		width: auto;
		height: 16px;
		font-size: 16px;
		padding-right: 8px;
	}
	.details__summary::before {
		content: 'Q';
		left: 14px;
	}

	.details__content::before {
    left: 15px;
	}

	.title {
		font-size: 18px;
		text-align: center;
		font-weight: 500;
		line-height: 1;
	}

}

@media screen and (max-width: 576px) {
	.details__summary {
		padding: .8rem 1.5rem .8rem 1.6rem;
	}
	.details__summary::before {
		font-size: 16px;
    left: 14px;
		height: 26px;
		width: 26px;
	}
	.details__content::before {
		font-size: 16px;
    left: 14px;
	}
	.details__summary::after {
		width: 14px;
		height: 20px;
	}

	.faq-head-text {
    margin-left: .6rem;
	}

	.faq-body-text {
		padding: .8rem .5rem .8rem .1rem;
	}
	.details {
    margin-bottom: 14px;
	}
}

.contact-small {
	font-size: 14px;
	display: inline-block;
}

.contact-large {
	font-size: 24px;
}
.contact-middle {
	font-size: 20px;
}

.contact-btn {
	position: relative;
	display: inline-block;
	justify-content: space-around;
	align-items: center;
	margin: 0 auto;
	width: 300px;
	max-width: 300px;
	padding: 20px 32px;
	color: var(--darkgreen);
	transition: 0.3s ease-in-out;
	font-weight: 600;
	background: #fff;
	filter: drop-shadow(0px 2px 4px #bfbfbf);
	border-radius: 999px;
	text-decoration: none;
	font-size: 20px;
	border: var(--green) 2px solid;
}
.contact-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 15px 30px -5px #9ab4d453, 0 0 5px #9ab4d453;
	background: var(--lightgreen);
	color: var(--darkgreen);
}
.contact-btn:after {
	position: absolute;
	top: 50%;
	right: 20px;
	transition: 0.2s ease-in-out;
	content: "\f0da";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	transform: translateY(-54%);
}

.fa-circle-question {
	margin-right: .5rem;
	color: #0686b2;
}

@media screen and (max-width: 1100px) {
	.contact-btn {
		align-items: center;
		position: relative;
		font-size: 16px;
		border-radius: 50px;
		margin: auto;
		width: 300px;
		margin-bottom: 1.5rem;
	}
}

@media screen and (max-width: 300px) {
	.contact-btn {
		width: 230px;
		max-width: 230px;
		font-size: 14px;
		margin-bottom: 1rem;
	}
}



/* -------footer------- */

.footer {
	padding-top: 100px;
	background-color: #6b6b6b;
	padding: 50px 0 100px 0;
	position: sticky;
  inset-block-start: 100%;
}

.footer-inner {
	display: flex;
	justify-content: space-between;
	margin-top: 24px;
}

.footer-logo {
	width: 160px;
}

.exsight-logo {
	width: 100px!important;
	height: auto;
}

.footer-nav {
	display: flex;
}

.footer-nav li {
	list-style: none;
	padding-left: 16px;
	font-size: 14px;
	display: flex;
	align-items: center;
}

.footer-nav li a {
	text-decoration: none;
	color: #ffffff;
	display: block;
	position: relative;
	padding-bottom: 1px;
	white-space: nowrap;
}

.footer-nav li a:hover {
	text-decoration: none;
	border: #444;
}

.footer-nav li a:before {
	content: '';
	width: 0;
	left: 50%;
	bottom: 0;
	transition: all 0.3s ease;
	border-bottom: 1px solid #fff;
	position: absolute;
	display: block;
}

.footer-nav li a:hover:before {
	width: 50%;
	border-bottom: 1px solid #fff;
}

.footer-nav li a:after {
	content: '';
	width: 0;
	right: 50%;
	bottom: 0;
	transition: all 0.3s ease;
	border-bottom: 1px solid #fff;
	position: absolute;
	display: block;
}

.footer-nav li a:hover:after {
	width: 50%;
	border-bottom: 1px solid #fff;
}

.copyright-pc {
	text-align: center;
	/* margin-top: 40px; */
	color: #ffffff9f;
}

.copyright-sp {
	display: none;
	color: #ffffff;
	margin-top: 16px;
}

.info {
	text-decoration: none;
	list-style: none;
	display: flex;
	align-items: center;
	font-size: 14px;
}

.info li {
	padding-left: 30px;
}

.info li a {
	text-decoration: none;
	list-style: none;
	color: #ffffffce;
	font-size: 14px;
}

.info li a:hover {
	color: #ffffff;
}

.insta_footer {
	padding-top: 5px;
}

.company-info {
	text-align: right;
	color: #fff;
	list-style: none;
}
.company-info li a {
	text-decoration: none;
	list-style: none;
	color: #ffffffce;
	font-size: 14px;
}

@media screen and (max-width: 1200px) {
	.footer-logo {
		width: 100px;
	}
	.exsight-logo {
		width: 60px!important;
		height: auto;
	}
	.footer-nav li a {
		font-size: 12px;
	}
}

@media screen and (max-width: 992px) {
	.footer-nav li {
		padding-left: 8px;
	}

	.footer-logo {
		width: 120px;
	}
	.company-info {
		text-align: left;
		color: #fff;
		padding-left: 0;
	}
}

@media screen and (max-width: 992px) {
	.footer-inner {
		display: block;
	}
}

@media screen and (max-width: 992px) {
	.footer {
		padding: 50px 0 90px 0;
	}

	.footer-nav li a {
		font-size: 14px;
	}

	.footer-logo {
		width: 100px;
	}

	.exsight-logo {
		width: 70px!important;
		height: auto;
	}

	.footer-nav {
		justify-content: space-between;
		margin: 30px 0;
		display: block;
		padding-left: 0;
	}

	.footer-nav li {
		padding-left: 0px;
	}

	.info {
		/* justify-content: space-between; */
		font-size: 12px;
		flex-wrap: wrap;
		align-items: normal;
		color: #666;
	}

	.info li {
		padding-left: 0px;
		padding-bottom: 0px;
	}

	.copyright-pc {
		display: none;
	}

	.copyright-sp {
		display: block;
		/* margin-top: 24px; */
		font-size: 10px;
	}
	.alart-anime {
		width: 80%;
		margin: 0 auto 2rem;
	}
}

.youtube-wrap {
	margin: 0 auto;
	width: 80%;
	aspect-ratio: 16 / 9;
}
.youtube {
	width: 80%;
	height: auto;
	margin: 0 auto;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 992px) {
	.youtube-wrap {
		width: 90%;
	}
}
@media screen and (max-width: 576px) {
	.youtube-wrap {
		width: 100%;
	}
	.alart-anime {
		width: 80%;
		margin: 0 auto 1rem;
	}
	.footer-logo {
		width: 140px;
	}
	.exsight-logo {
		width: 100px!important;
		height: auto;
	}
}

.container {
	width: 100%;
  margin: 0 auto;
	z-index: 1;
}

.block {
  margin: 0 auto -60px;
	z-index: 1;
}

.block::after {
	content: '';
	display: block;
	background-color: #fafafa;
	clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
	width: 100%;
	height: 50px;
}

.wid100 {
  width: 100%;
}

.faq-body-ul {
	margin-left: 3rem;
	padding-bottom: .8rem;
}

@media screen and (max-width: 1200px) {
	.faq-body-ul li {
		line-height: 1.5;
		font-size: 15px;
	}
}

.zoomIn {
	animation-name: zoomInAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

@keyframes zoomInAnime{
	0% {
		transform: scale(0.8);
  }

  100% {
		transform: scale(1);
  }
}

.delay-time02 {
	animation-delay: 0.2s;
}
.delay-time04 {
	animation-delay: 0.4s;
}
.delay-time06 {
	animation-delay: 0.6s;
}
.delay-time08 {
	animation-delay: 0.8s;
}
.delay-time10 {
	animation-delay: 1s;
}
.zoomInTrigger {
	transform: scale(0.8);
}

.sns-list {
	display: flex;
	list-style: none;
	justify-content: end;
	margin-top: 16px;
}

.sns-glyph  {
	padding: 0 0 0 16px;
}

@media screen and (max-width:992px) {
	.sns-list {
		display: flex;
		list-style: none;
		justify-content: start;
		margin-top: 24px;
		padding-left: 0;
	}
	.sns-glyph  {
		padding: 0 10px 0 0 ;
	}
}

.form {
	font-size: 18px!important;
  display: block;
}

.col-form-label {
	padding-top: 0;
	font-size: 18px;
}

.form-control {
	border: 1px solid #666666;
}

.form-select {
	border: 1px solid #666666;
}

.form-check-input {
	border: 1px solid #666666;
}

@media screen and (max-width:568px) {
	.form {
		font-size: 16px;
	}
}

.form-table {
	display: flex;
}

.form-table td {
	width: 100%;
}
.form-table td + td {
	width: 100%;
}

#email-confirm {
	font-size: 32px;
	overflow-wrap: break-word;
	word-wrap: break-word;
	overflow: hidden;
	padding: 5px 10px;
	/* padding: 10px; */
	/* margin-top: 10px; */
	font-size: 170%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	word-wrap: break-word;
	overflow-wrap: break-word;
	line-height: normal;
	border: 3px solid #047398;
	/* width: 507px; */
	padding: 10px;
	font-size: 20px;
	min-height: 40px !important;
	margin-right: auto;
	box-sizing: border-box;
}

.form-name {
	max-width: 150px;
}

.size-input-name { width: 8em; }
.size-input-company { width: 17em; }
.size-input-division { width: 17em; }
.size-input-quantity { width: 5em; }
.size-input-zip { width: 7em; }
.size-input-zip3 { width: 4em; }
.size-input-zip4 { width: 5em; }
.size-input-pref { width: 6em; }
.size-input-address { width: 26em; }
.size-input-tel { width: 12.5em; }
.size-input-telS { width: 5em; }
.size-input-homepage { width: 35em; }
.size-input-email { width: 20em; }
.size-input-message { width: 100%; }


@media screen and (min-width:1200px) {
	.rental-form-wrap {
		padding: 60px 0;
		box-shadow: 0 15px 30px -5px rgb(113 113 113 / 0.2), 0 0 5px rgb(113 113 113 / 0.2);
	}
}


.instagram {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1em 2em;
	border-radius: 10em;
	background: linear-gradient(to right,
			#ffd600,
			#ff7a00 25%,
			#ff0069 50%,
			#d300c5 75%,
			#7638fa);
	color: #fff;
	text-decoration: none;
	line-height: 1;
	font-weight: bold;
	width: 200px;
	margin: 0 auto;
}

.instagram:hover {
	opacity: .8;
}
.instagram img {
	margin-right: 5px;
}

.line {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.5em 2em;
	border-radius: 10em;
	background-color: #00b900;
	color: #fff;
	text-decoration: none;
	line-height: 1;
	font-weight: bold;
	width: 200px;
	margin: auto;
}
.line:hover {
	opacity: .8;
}

@media screen and (max-width:576px) {
	.coupon-banner-wrap img {
		width: 100%;
		max-width: 400px;
	}
}
.consideration-list {
	list-style: none;
}
.consideration-list li {
	margin-bottom: 2rem;
}

.alert-primary {
	background-color: var(--lightgreen)!important;
	border: #466f03!important;
}
.alert-primary a {
	color: #466f03!important;
	text-decoration: none;
	font-weight: 600;
}
