@charset "UTF-8";

body,
pre {
	display: none;
	color: #333;
	font-family:"Meiryo","MS PGothic","Hiragino Sans","Yu Gothic","YuGothic",sans-serif;
}

.wrapper {
	overflow: hidden;
}

section {
	width: 100%;
	text-align: center;
	letter-spacing: 0.1em;
}

h2 {
	color: #1A1311;
}

h3 {
	display: inline-block;
	width: 100%;
	max-width: 340px;
	font-size: 1.1em;
	text-align: center;
	padding: 0.1em 0;
	margin-bottom: 3.5em;
}

h4 {
	color: #1A1311;
	font-size: 1.8em;
	letter-spacing: 0.35em;
	margin-bottom: 1em;
}

h4 div {
	display: inline;
}

h4 span {
	position: relative;
	padding-top: 0.1em;
}

h4 span::before {
	position: absolute;
	content: "";
	width: 0.4em;
	height: 0.4em;
	border-radius: 50%;
	background-color: #FFC400;
	top: -0.4em;
	left: 35%;
	transform: translate(-40%, 0);
}

a {
	transition: 0.4s;
}

a:hover {
	color: #E0BE06;
	text-decoration: none;
}

P {
	margin-bottom: 0;
}

img {
	width: 100%;
	height: auto;
	flex-shrink: 0;
}

pre {
	display: block;
	white-space: pre-line;
	font-size: 1em;
	margin: 0;
	overflow: hidden;
}

a {
	color: #000;
}

.contents {
	overflow: hidden;
	width: 100%;
	max-width: 920px;
	text-align: center;
	padding: 6em 10px;
	margin: 0 auto;
}

.contents-l {
	width: 100%;
	max-width: 1080px;
	text-align: center;
	padding: 0 10px;
	margin: 0 auto;
}

.bg-orange {
	background-color: #F8C73E;
}

.icon {
	margin-right: 0.6em;
}

.ico-txt {
	display: inline-block;
	vertical-align: middle;
}

.entry-btn {
	display: flex;
	justify-content: center;
	background-color: #FBDE40;
	border: 1px solid #E0BE06;
	border-radius: 5px;
	width: 100%;
	max-width: 375px;
	font-size: 1.2em;
	text-align: left;
	padding: 0.6em;
	margin: 0 auto 3em;
}

.entry-btn img {
	max-width: 34px;
}

.btn-area p {
	margin-bottom: 1em;
}

.left-item {
	margin-right: 0.8em;
}

.btn-sub {
	font-size: 0.8em;
}

.white-btn {
	background: #fff;
	border: 1px solid #D0D0D0;
	border-radius: 5px;
	font-weight: bolder;
	padding: 1em;
}
.white-btn small {
	font-weight: normal;
}

.arrow {
	position: relative;
	display: inline-block;
	padding-left: 14px;
	margin-left: auto;
}
.arrow::before {
	content: '';
	width: 10px;
	height: 10px;
	border: 0px;
	border-top: solid 2px #333;
	border-right: solid 2px #333;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -4px;
}

.accor-arrow {
	position: relative;
	transition: 0.3s;
	padding-left: 20px ;
	margin-left: auto;
}
.accor-arrow::after {
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	margin-left: auto;
}
.accor-arrow::before {
	content: '';
	position: absolute;
	top: calc(50% + 1px);
	right: calc(50% - 19px);
	width: 9px;
	height: 9px;
	border-top: 3px solid #333;
	border-right: 3px solid #333;
	transform: translate(-50%, -50%) rotate(-45deg);
	transition: 0.3s;
}
.accor-arrow.open-icon::before{
	top: calc(50% - 1px);
	transform: translate(-50%, -50%) rotate(135deg);
	transition: 0.3s;
}

.accor-arrow.color-y::after {
	background: #FBDE40;
}
.accor-arrow.color-y::before {
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
}

.cross-line {
	display: inline-block;
	position: relative;
	margin: 6px 20px 0 15px;
	padding: 0;
	width: 2px;
	height: 18px;
	background: #000;
	transform: rotate(45deg);
}

.cross-line:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: -8px;
	width: 18px;
	height: 2px;
	margin-top: -1px;
	background: #333;
}

.sp,
.sp-b,
.xs {
	display: none;
}

.sub-menu-line {
	height: 1px;
	position: relative;
}

.sub-menu-line::before {
	content: "";
	background-image:
		linear-gradient(to right, #E8E8E8, #E8E8E8 3px, rgba(255, 255, 255, 0) 3px, rgba(255, 255, 255, 0) 3px);
	background-image:
		-moz-linear-gradient(to right, #E8E8E8, #E8E8E8 3px, rgba(255, 255, 255, 0) 3px, rgba(255, 255, 255, 0) 3px);
	background-image:
		-webkit-linear-gradient(to right, #E8E8E8, #E8E8E8 3px, rgba(255, 255, 255, 0) 3px, rgba(255, 255, 255, 0) 3px);
	background-size: 8px 1px;
	background-repeat: repeat-x;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.brown-shadow {
	box-shadow: 0 4px 10px #6a41004f;
}

.store-btn-area {
	justify-content: space-between;
}
.effect {
	opacity: 0;
	transition: .5s;
}

.effect {
	opacity: 0;
	transition: .5s;
}

.modal-dialog-fluid {
	max-width: inherit;
	width: 98%;
	margin: 0 auto;
}

.section-line {
	border-top: 1px solid #E1E2E2;
}

button:focus {
	outline: none;
}


/* .accordion-item */
.accordion-item {
	display: block;
	background: #fff;
	border: 1px solid #E1E2E2;
	border-radius: 5px;
	text-align: left;
	margin-bottom: 0.5rem;
 }

 .faq-link {
	padding-top: 6.5em;
	margin-top: -6.5em;
 }

.accor-ttl {
	display: flex;
	align-items: center;
	cursor: pointer;
	border-radius: 5px;
	font-weight: normal;
	padding: 1.6rem 1.4rem;
	transition: 0.3s;
 }

.accor-ttl a {
	display: block;
	width: 90%;
	font-weight: normal;
}
  
.accor-box {
	display: none;
	padding: 0 4rem 1.6em 1.4em;
	overflow: hidden;
}

.accor-open {
	background: #FBDE40;
}

/* common text ============================================================================ */
.lead {
	font-size: 1em;
	line-height: 1.8em;
	margin-bottom: 3em;
}

.note {
	font-size: 0.8em;
}

.section-ttl {
	letter-spacing: 0.25em;
	;
}

.text-link {
	border-bottom:1px solid #333;
	margin-bottom: -1px;
}
.text-link:hover {
	border-bottom: 1px solid #E0BE06;
}

.type-disc {
	margin-left: 1em;
	list-style-type: disc;
}

/* ハンバーガーメニュー チェックボックスは非表示*/
#header-hamburger,
.header-hamburger-icon {
	display: none;
}


/* #global-nav ============================================================================== */
#global-nav {
	background: #fff;
	box-shadow: 0 0 5px #ccc;
}

#global-nav section {
	padding: 0;
}

#global-nav .contents-l {
	padding: 10px 20px;
}

h1 {
	width: 160px;
	font-size: 1em;
}

#global-nav h2 {
	font-size: 0.85em;
	font-weight: bolder;
}

#gnav .gnav-flex {
	display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
}

.navbar-list {
	margin: 0;
}

.navbar-list .navbar-item {
	display: inline-block;
	margin-left: 1.2em;
}

.navbar-list .navbar-item:last-child {
	margin-right: 0;
}


/* #top ===================================================================================== */
#svg-bg {
	width: 100%;
}

.top-bg {
	background: #EEEEEE url(../images/bg_top.jpg) no-repeat top center;
	background-size: 1366px;
	width: 100%;
	overflow: hidden;
	padding-top: 620px;
}

/*.top-bg img{
	position:relative;
	left:50%;
}*/
.top-wave {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 112px;
}

.top-bg svg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 112px;
	overflow: hidden;
}

.top-copy {
	position: absolute;
	left: 20%;
	top: 20%;
	max-width: 230px;
	filter: drop-shadow(0px 0px 10px #fff);
}

.top-equipment {
	max-width: 158px;
	vertical-align: bottom;
}

.img-battery {
	max-width: 76px;
	margin-left: 1em;
}

.ttl-item {
	justify-content: space-between;
	-webkit-align-items: flex-end;
	/* Safari etc. */
	-ms-align-items: flex-end;
	/* IE10        */
	align-items: flex-end;
	max-width: 730px;
	margin: -10em auto 1.8em;
}

.main-ttl {
	text-align: right;
}

.cp-tag {
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	background: #C10000;
	height: 92px;
	width: 92px;
	border-radius: 50%;
	color: #fff;
	font-weight: bolder;
	line-height: 1.2em;
	text-align: center;
	margin-left: auto;
}

.main-ttl img {
	max-width: 294px;
	padding-right: 1em;
}

.bnr-area {
	display: none;
	text-align: center;
}

.bnr-area img {
	max-width: 345px;
}

/* 紹介動画 ・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・*/
.mv-intro {
	position: absolute;
	bottom: 0;
	left: 10%;
	text-align: center;
}

.mv-thumb-area {
	position: absolute;
	top: 20%;
	left: 26%;
}

.mv-thumb-area img {
	max-width: 160px;
}

.mv-bg {
	max-width: 314px;
}

.mv-thumb-area-sp {
	display: none;
}

.yt-player {
	position: relative;
	width: 100%;
	height: auto;
	background: #000;
	padding-top: 56.2%;
	overflow: hidden;
	z-index: 100; 
}

.yt-player.sp-player {
	max-width: 450px;
}

iframe.yt-movie {
	position: absolute;
	top: 0;
	left: 0;
	width: 100.5%;
	height: 100.5%;
}

.mv-thumb-sp {
	position: absolute;
	top: 0;
	left: 0;
	width: 100.5%;
	height: 100.5%;
	z-index: 100;
}

.embed-responsive-16by9::before {
	display: none;
}

/* modal ・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・*/
.mv-thumb-area-sp{
	max-width: 450px;
	margin: 0 auto;
}

.modal-body {
	text-align: right;
	font-size: 2.5rem;
	line-height: 2.5rem;
	padding-top: 0;
}

.modal-content {
	background-color: initial;
	border: 0;
	border-radius: 0;
}

.modal-body {
	padding: 0;
	text-align: right;
}

.modal-body button {
	display: inline-block;
	color: #fff;
}

/* .news ・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・*/
.news {
	max-width: 900px;
	margin: 3em auto;
}

.news .accordion-item {
	background-color: #F2F0EA;
	border: 1px solid #D9DADA;
	text-align: center;
}

.news .accor-ttl {
	justify-content: center;
}

.news .accor-box {
	padding: 0 1.4rem 1.6em;
}

.news .accor-arrow {
	margin-left: 0;
}

.news .accor-arrow::before {
	width: 10px;
	height: 10px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
}

.news .accor-arrow.open-icon::before {
	top: calc(50% - 3px);
}

.news pre {
	margin: 0 auto;
}

/* #summary みまもり電池の「つかいかた」======================================================= */
#summary {
	background: #fff url(../images/bg_summary.jpg) no-repeat bottom center;
	background: linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 100%),
		url(../images/bg_summary.jpg) no-repeat bottom center;
	background: -moz-linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 100%),
		url(../images/bg_summary.jpg) no-repeat bottom center;
	background: -webkit-linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 100%),
		url(../images/bg_summary.jpg) no-repeat bottom center;
		background-color: #fff;
	background-size: cover;
}

#summary img {
	max-width: 700px;
}

/* #service  みまもり電池の「みまもりかた」==================================================== */
#service {
	background: url(../images/bg_service.jpg) no-repeat top center #EEE7F2;
	background: url(../images/bg_service.jpg) no-repeat top center,
		linear-gradient(left, #EEE7F2 0%, #EEE7F2 40%, #DFF2F8 60%, #DFF2F8 100%);
	background: url(../images/bg_service.jpg) no-repeat top center,
		-moz-linear-gradient(left, #EEE7F2 0%, #EEE7F2 40%, #DFF2F8 60%, #DFF2F8 100%);
	background: url(../images/bg_service.jpg) no-repeat top center,
		-webkit-linear-gradient(left, #EEE7F2 0%, #EEE7F2 40%, #DFF2F8 60%, #DFF2F8 100%);
	background-size: 100% auto;
}

#service h4 img {
	max-width: 474px;
	filter: drop-shadow(0px 0px 10px #fff);
}

#service .lead {
	margin-bottom: 1em;
}


/* #app-intro みまもり電池の「アプリ紹介」 ==================================================== */
#app-intro {
	background: url(../images/bg_app-intro.png) top left;
	background-size: 100px;
}
#app-intro .contents {
	padding-bottom: 0;
}

#app-intro .contents {
	padding-bottom: 0;
}


/* #voice ユーザーの声 ====================================================================== */
#voice .contents {
	max-width: 100%;
}
#voice h4 {
	margin: 2.5em 0 3em;
}

#voice h4 .pc {
	margin: 3em 0 3em;
}

.user-voice {
	display: flex;
	max-width: 920px;
	margin: 0 auto;
}

.user-voice ul {
	display: inline-block;
	max-width: 50%;
	text-align: left;
}

.user-voice li {
	margin-bottom: 0.8rem;
}

.voice01 {
	text-align: left;
}

.voice02 {
	text-align: right;
}

.voice02 ul {
	margin-left: auto;
}

.voice-heading,
.voice-equipment {
	font-size: 1.2em;
	font-weight: bolder;
}

.voice-address,
.voice-equipment span {
	font-size: 0.9rem;
}

.voice-photo {
	display: block;
	max-width: 44%;
}

li.voice-equipment {
	margin-bottom: 0;
}

.voice-equipment span {
	display: block;
	font-weight: normal;
}
.voice-bg01 {
	position: absolute;
	top: -290px;
	left: -36px;
	width: 638px;
	z-index: -200;
}
.voice-bg02 {
	position: absolute;
	bottom: -80px;
	right: 100px;
	width: 582px;
	z-index: -300;
}


/* #use ご利用について  ===================================================================== */
#use {
	background-color: #F8F8F4;
}

#use h2 {
	margin-bottom: 1.8em;
}

.circle-accent {
	display: block;
	position: relative;
	font-size: 1.5em;
	text-align: left;
	width: 100%;
	max-width: 100%;
	padding-top: 2em;
	padding-bottom: 0.1em;
	margin-top: -2em;
	margin-bottom: 2em;
}

.header-line::after {
	position: relative;
	bottom: -8px;
	content: "";
	float: left;
	width: 100%;
	background: #D9D7CA;
	height: 4px;
	border-radius: 4px;
}

.circle-accent span {
	display: inline-block;
	color: #D9D7CA;
	font-size: 40px;
	line-height: 0;
	vertical-align: -3px;
	margin-right: 0.2em;
}

.use-chapter {
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 3em;
}

.use-box {
	background-color: #fff;
	width: 100%;
	max-width: 49%;
	border-radius: 10px;
	color: #333333;
	padding: 1.2em;
}

.use-box dl,
.use-txt,
.use-item {
	text-align: left;
	padding: 1.2em 0;
	margin: 0;
}

.use-box dl {
	font-size: 0.9em;
	margin: 0%;
}

.use-box dt {
	display: inline-block;
	width: 42%;
	font-weight: normal;
	vertical-align: top;
}

.use-box dd {
	display: inline-block;
	width: 55%;
	text-align: right;
	line-height: 1.8em;
	margin: 0;
}

.use-heading {
	color: #000;
	font-size: 1.2em;
	font-weight: bolder;
	padding-bottom: 0.8em;
}

.use-heading img {
	max-width: 80px;
	height: auto;
}

.use-item dl {
	padding: 0;
	margin: 0;
}

.pdf-btn {
	background-color: #F5F3EB;
	border: 1px solid #D9D7CA;
	border-radius: 5px;
	padding: 0.9em 1.2em;
}

.pdf-btn img {
	width: auto;
	height: 36px;
}


/* #need 必要なもの ・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・ */
.use-box .store-btn-area {
	margin-bottom: 1.2em;
}
.use-box .store-btn-area img {
	max-width: 135px;
}

.box-line-ttl {
	border-bottom: 1px solid #646464;
}

.box-line {
	border-bottom: 1px solid #dbdbdb;
}

.note-red {
	display: block;
	width: 100%;
	color: #B20000;
	font-size: 0.9em;
	text-align: center;
	margin-top: 0.5em;
}


/* #price 導入費用 ・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・ */
#price .use-heading {
	text-align: left;
}

.item-price {
	color: #FF4E00;
}

.item-price big {
	font-size: 1.8em;
}

.yen {
	display: inline-block;
	text-align: center;
	line-height: 1.3em;
}

.yen .tax {
	position: relative;
	bottom: -3px;
	font-size: 0.5em;
}


/* #start ご利用開始の流れ ・・・・・・・・・・・・・・・・・・・・・・・・・・・ */
.use-icon-area {
	display: flex;
	margin-bottom: 1em;
}

.use-icon-area img {
	max-width: 24px;
}

.ico-list {
	margin-right: 1em;
}

.use-flow {
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 3em;
}

.use-flow li {
	max-width: 210px;
}


/* #faq よくあるご質問======================================================================= */
#faq {
	background: #FBDE40;
}

#faq button {
	width: 100%;
	max-width: 310px;
}

#faq h2 {
	margin-bottom: 1em;
}

#faq p {
	margin-bottom: 3em;
}


/* #inquiry お問い合せはこちら================================================================ */
#inquiry {
	background: #F5F6F7;
}

#inquiry h2 {
	margin-bottom: 2em;
}

#inquiry button {
	width: 100%;
	max-width: 340px;
}

#inquiry small {
	font-size: 0.9em;
}


/* footer ================================================================================= */
footer {
	background-color: #fff;
}

.footer-item {
	padding: 3em 10px 0;
	text-align: left;
}

.footer-item::after {
	position: relative;
	bottom: -4px;
	content: "";
	float: left;
	width: 100%;
	background: #F5F6F7;
	height: 4px;
	border-radius: 4px;
}

.footer-item img {
	max-width: 122px;
	margin-bottom: 1.2em;
}

.footer-nav {
	margin-bottom: 3em;
}

.footer-nav li {
	display: inline-block;
	font-size: 0.9em;
	font-weight: bolder;
	padding-right: 1.5em;
}

.terms {
	margin-bottom: 1em;
}

.terms li {
	display: inline-block;
	border-right: 1px solid #000;
	line-height: 1em;
	padding: 0 0.5em;
}

.terms li:first-child {
	padding-left: 0;
}

.terms li:last-child {
	border-right: none;
}

.company {
	text-align-last: justify;
	padding: 1em;
	margin: 0 auto;
}

.company img {
	display: inline-block;
	max-width: 90px;
}

.company p {
	display: inline-block;
	vertical-align: sub;
	text-align: right;
	margin-left: auto;
}

@media screen and (min-width:1366px) {
	.top-bg {
		background: #f7f2f2 url(../images/bg_top.jpg) no-repeat 54% 50%;
		background-size: cover;
		height: calc(100vh - 190px);
	}
}

@media screen and (min-width:1100px) {
	.modal-dialog-fluid {
		max-width: inherit;
		width: 1000px;
		margin: 0 auto;
	}
}

@media screen and (min-width:769px) {
	/* .sub-menu フルスクリーンメニュー ・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・ */
	.sub-menu {
		position: fixed;
		top: 0;
		left: 0;
		background: #F8F8F4;
		width: 100%;
		height: 100%;
		z-index: 98;
	}

	.sub-menu-wrap {
		display: flex;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		justify-content: center;
		position: absolute;
		width: 100%;
		height: 100%;
	}

	.sub-menu-list {
		width: 100%;
		max-width: 400px;
		text-align: left;
	}

	.sub-menu-list li a {
		display: flex;
		width: 100%;
		max-width: 600px;
		font-size: 1.4em;
		text-decoration: none;
		padding: 0.5em;
		margin: 0.2em 0;
	}

	.sub-menu-list li a:hover {
		background: #D9D7CA;
		border-radius: 5px;
		color: #333;
	}

	.sub-menu-list .sub-close {
		justify-content: center;
	}
	
	#fade-btn-pc {
		position: fixed;
		bottom: 50%;
		right: -70px;
		max-width: 60px;
		margin-bottom: -120px;
		z-index: 900;
		animation-name: slideIn;
		animation-duration: 0.5s;
		animation-delay: 0.5s;
		animation-fill-mode: forwards;
	}
	@keyframes slideIn {
		from {
			opacity: 0;
			transform: translateX(70px);
		}
		to {
			opacity: 1;
			transform: translateX(-70px);
		}
	}

	#header-content {
		display: block !important;
	}

	/* Bootstrap Collapseの開閉アニメーションを無効にする */
	.collapsing {
		-webkit-transition: none;
		transition: none;
		display: none;
	}

}


@media screen and (max-width:1100px) {
	img.sp-img {
		max-width: 450px;
	}

	.mv-intro {
		display: none;
	}

	.mv-thumb-area-sp {
		display: block;
		text-align: center;
	}

	.mv-thumb-area-sp p {
		margin-bottom: 0.5em;
	}

	.mv-area-sp {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.mv-area-bg {
		width: 100%;
		height: 100%;
		background-color: #000;
		opacity: 0.5;
		z-index: 1000;
	}

	.mv-wrapper {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		width: 98%;
		margin: auto;
		z-index: 1000;
	}

	.mv-close-btn {
		position: absolute;
		top: -2rem;
		right: 0;
		color: #fff;
		font-size: 2rem;
		line-height: 2rem;
		text-shadow: none;
	}
	.mv-close-btn:forcus {
		outline: none;
	}

	.top-copy {
		top: 20%;
		left: 10%;
		max-width: 180px;
	}

	.bnr-area {
		margin-bottom: 3em;
	}

	.bnr-area a {
		display: block;
		margin-top: 10px;
	}

	.bnr-area .left-item {
		margin-right: 0;
	}

}


@media screen and (max-width:920px) {
	.contents {
		max-width: 768px;
	}

	.left-item {
		margin-right: 1em;
	}

	h4 {
		line-height: 1.6em;
	}

	/* #app-intro みまもり電池の「アプリ紹介」 ==================================================== */
	#app-intro h4 {
		line-height: 2.2em;
		margin-left: 1em;
	}

	/* #need 必要なもの ・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・ */
	.use-box .store-btn-area img {
		max-width: 45%;
	}

	/* #price 導入費用 ・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・ *
	#price {
		margin-bottom: 0;
	}

	/* #start ご利用開始の流れ ・・・・・・・・・・・・・・・・・・・・・・・・・・・ */
	.pdf-btn {
		width: 100%;
		max-width: 100%;
	}

	/* #setting 初期設定の流れ ・・・・・・・・・・・・・・・・・・・・・・・・・・・ */
	.use-flow {
		flex-direction: column;
	}

	.use-flow li {
		display: flex;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		max-width: 100%;
		margin-bottom: 1.5em;
	}

	.use-flow li:last-child {
		margin-bottom: 0;
	}

	.use-flow li img {
		max-width: 50%;
		margin-right: 1em;
	}

	.use-flow li div {
		text-align: left;
	}

	.btn-area {
		border-top: 1px solid #DBDBDB;
		padding: 2em 1.2em 0;
	}

	.btn-area p {
		margin-bottom: 1.2em;
	}

	.btn-area .left-item {
		margin-bottom: 0.8em;
	}

	/* #faq よくあるご質問======================================================================= */
	#faq .contents,
	#inquiry .contents {
		padding: 6em 1.2em;
	}

	#faq button {
		max-width: 100%;
	}

	/* #inquiry お問い合せはこちら================================================================ */
	#inquiry button {
		max-width: 100%;
	}

	#inquiry button.left-item {
		margin-bottom: 1.2em;
	}

	/* #footer ================================================================================= */
	.footer-item img {
		max-width: 164px;
		margin-bottom: 2em;
	}
	.footer-nav li {
		display: block;
		margin-bottom: 1.1em;
	}

}


@media screen and (max-width:768px) {
	h3 {
		margin-bottom: 2.5em;
	}

	.sp {
		display: inline;
	}

	.sp-b {
		display: block;
	}

	.pc {
		display: none;
	}
	.small-btn {
		display: flex;
		max-width: 315px;
		justify-content: center;
		border-radius: 8px;
		font-size: 1em;
		padding: 0.8em 1em;
		margin: 0;
	}

	.small-btn img {
		max-width: 29px;
	}

	.btn-sub {
		font-size: 0.7em;
	}

	#fade-btn-sp {
		display: none;
		position: fixed;
		bottom: 30px;
		left: 50%;
		width: 100%;
		max-width: 220px;
		margin-left: -110px;
		z-index: 900;
	}

	/* #global-nav ============================================================================== */
	h1 img {
		max-width: 120px;
		margin: 10px 20px;
	}

	#gnav-logo img {
		max-width: 140px;
		margin-bottom: 1em;
	}

	#global-nav {
		position: absolute;
		background: none;
		box-shadow: none;
	}

	#global-nav .contents-l {
		background: none;
		padding: 0;
	}

	#gnav .gnav-flex {
		display: block;
		position: relative;
		text-align: left;
	}

	/* ハンバーガーメニュー ・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・ */
	.header-hamburger-icon {
		display: inline-block;
	}

	.top-head {
		/* 追従 */
		position: -webkit-sticky;
		position: sticky;
		top: 0;

		padding: 10px;
		z-index: 10000;
		box-sizing: border-box;
	}

	.top-head-in {
		position: relative;
		height: 30px;
		/* ヘッダーの縦幅を指定 */
	}

	/*スライドで表示させるコンテンツ*/
	#header-content {
		display: none;
		z-index: 20000;
		overflow: auto;
		position: fixed;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		box-sizing: border-box;
		padding: 5px;
		transition: .3s;
		background: #FFF;
		/* デフォルト非表示（左側の見えないところに位置させる） */
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}

	/*チェックが入ったらコンテンツを表示*/
	#header-hamburger:checked~#header-content {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}

	/* Toggle Button */
	#nav-toggle {
		display: block;
		position: fixed;
		top: 20px;
		right: 15px;
		width: 46px;
		height: 46px;
		background: #fff;
		cursor: pointer;
		z-index: 30000;
		border-radius: 50%;
		color: #fff;
		line-height: 1.2em;
		text-align: center;
		margin-left: auto;
		padding: 13px 10px;

	}

	#nav-toggle div {
		position: relative;
		display: block;
		width: 22px;
		height: 16px;
		margin: auto;
	}

	#nav-toggle span {
		display: block;
		position: absolute;
		height: 3px;
		width: 100%;
		background: #666;
		left: 0;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
	}

	#nav-toggle span:nth-child(1) {
		top: 0;
	}

	#nav-toggle span:nth-child(2) {
		top: 8px;
	}

	#nav-toggle span:nth-child(3) {
		top: 16px;
	}

	/* #nav-toggle 切り替えアニメーション */
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}

	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}

	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}

	/* アコーディオンメニュー ・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・ */
	#global-nav h2 {
		font-size: 1em;
		margin-bottom: 0;
	}

	.header-content {
		background: #F8F8F4;
	}

	.navbar-item {
		cursor: pointer;
		display: block;
		margin-bottom: 1px;
		position: relative;
	}

	.menu-item-link {
		display: block;
		padding: 1rem;
	}

	.sub-menu-list li a {
		display: flex;
		justify-content: space-between;
	}

	.navbar-list {
		width: 100%;
	}

	.navbar-list .navbar-item {
		display: block;
		margin: 0;
	}

	.navbar-link {
		border-bottom: 1px solid #E8E8E8;
	}

	.navbar-link:focus {
		font-weight: bolder;
	}

	.navbar-item a {
		display: block;
		width: 100%;
		font-weight: normal;
		padding: 1em;
	}
	.navbar-list .entry-btn-area {
		text-align: center;
		border-bottom: 1px solid #E8E8E8;
		padding: 2em 0;
	}

	.navbar-list .store-btn-area {
		justify-content: space-between;
		max-width: 315px;
		padding: 1.5em 0;
		margin: 0 auto;
	}
	.navbar-list .store-btn-area p {
		text-align: center;
		margin-bottom: 1.5em;
	}
	.navbar-list .btn-area img {
		max-width: 134px;
		padding: 2em 0;
	}

	.navbar-list .btn-area .left-item {
		margin-right: 1em;
	}

	.navbar-list .small-btn {
		margin: 0 auto;
	}

	/* #top ===================================================================================== */
	#top {
		padding: 0;
	}

	.top-bg {
		padding-top: 550px;
	}

	.ttl-item {
		flex-direction: column;
		justify-content: none;
		-webkit-align-items: center;
		/* Safari etc. */
		-ms-align-items: center;
		/* IE10        */
		align-items: center;
		max-width: 730px;
		margin: -10em 0 auto 1.8em;
	}

	.main-ttl {
		position: relative;
		padding-right: 0;
		margin: 2rem 0 1.8em;
		z-index: 300;
	}

	.ttl-item {
		margin: -18em auto 0;
	}

	.cp-tag {
		position: absolute;
		top: -54px;
		right: -27px;
		z-index: -290;
	}


	/* #summary みまもり電池の「つかいかた」======================================================= */

	#summary {
		background: url(../images/bg_summary.jpg) no-repeat bottom center;
		background: linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 70%, #E7E8EA 100%),
			url(../images/bg_summary.jpg) no-repeat bottom left 32%;
		background: -moz-linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 70%, #E7E8EA 100%),
			url(../images/bg_summary.jpg) no-repeat bottom left 32%;
		background: -webkit-linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 70%, #E7E8EA 100%),
			url(../images/bg_summary.jpg) no-repeat bottom left 32%;
		background-size: cover;
	}

	/* #service  みまもり電池の「みまもりかた」==================================================== */
	#service {
		background-image: none;
		background-color: #E7E8EA;
		background: linear-gradient(top, #E7E8EA 0%, #fff 100%);
		background: -moz-linear-gradient(top, #E7E8EA 0%, #fff 100%);
		background: -webkit-linear-gradient(top, #E7E8EA 0%, #fff 100%);

	}

	#service .lead {
		margin-top: 2em;
	}

	/* #app-intro みまもり電池の「アプリ紹介」 ==================================================== */
	#app-intro h4 {
		margin-left: 0;
	}

	/* #voice ユーザーの声 ====================================================================== */
	.voice01 {
		margin-bottom: 3em;
	}

	.voice-bg01 {
		top: -100px;
		left: -338px;
	}
	.voice-bg02 {
		bottom: -3px;
		right: -290px;
	}

}



@media screen and (max-width:640px) {
	.left-item {
		margin-right: 0;
	}
	/* #voice ユーザーの声 ====================================================================== */
	#voice h4 {
		margin: 0 0 2em;
	}

	.user-voice {
		display: block;
	}

	.user-voice ul {
		max-width: 100%;
	}

	.voice-photo {
		max-width: 100%;
		margin: 0 0 1em;
	}

	.voice01 {
		margin-bottom: 3em;
	}

	.voice02 {
		display: flex;
		flex-direction: column-reverse;
	}

	/* #use ご利用について  ===================================================================== */
	.use-box {
		max-width: 100%;
		margin-bottom: 1.2em;
	}
	/* footer ================================================================================= */
	.terms li {
		display: block;
		border: none;
		padding: 0;
		margin-bottom: 0.8em;
	}

}


@media screen and (max-width:450px) {
	.use-icon-area {
		display: block;
		text-align: left;
	}

	.ico-list {
		display: block;
		font-size: 0.9em;
		margin-bottom: 0.5em;
	}

	.use-icon-area img {
		max-width: 21px;
	}

	.accor-box {
		padding: 0 1.4rem 1.6em;
	}

}


@media screen and (max-width:375px) {
	h2 {
		font-size: 1.7em;
		line-height: 1.6em;
	}

	h4 {
		font-size: 1.3em;
	}

	.contents {
		padding: 4em 10px;
	}

	.xs {
		display: inline;
	}

	/* #global-nav ============================================================================== */
	.navbar-list .store-btn-area p {
		font-size: 0.9em;
	}

	/* #top ===================================================================================== */
	.top-bg {
		background: #f7f2f2 url(../images/bg_top.jpg) no-repeat 54% 0;
		background-size: 1020px;
		padding-top: 420px;
	}
	.top-copy {
		top: 17%;
		left: 7%;
		max-width: 150px;
	}

	.ttl-item {
		margin: -13em auto 0;
	}

	.top-equipment {
		max-width: 100px;
		vertical-align: bottom;
	}

	.img-battery {
		max-width: 50px;
	}

	.cp-tag {
		right: -40px;
		height: 86px;
		width: 86px;
		border-radius: 50%;
		font-size: 0.9em;
	}

	.main-ttl img {
		max-width: 220px;
		padding-right: 0;
	}


	/* #use ご利用について  ===================================================================== */
	.circle-accent {
		margin-bottom: 1em;
	}

	.circle-accent span{
		font-size: 24px;
		vertical-align: 1px;
	}

	.use-box dt {
		width: 35%;
	}

	.use-box dd {
		width: 61%;
	}

}
