/* ***********************************
共通
*********************************** */
html {
	font-feature-settings: "palt" 1;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,figure {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
ol,ul { list-style: none;}
main {
	overflow: hidden;
}
.mb-0 {
	margin-bottom: 0 !important;
}
.zen {
	font-family: 'Zen Maru Gothic', sans-serif;
}
@media screen and (min-width: 769px){
	body.checksheets {
		min-width: 1200px;
	}
	.sp {
		display: none !important;
	}
}

@media screen and (max-width: 768px){
	.pc {
		display: none !important;
	}
}

.main_bg{
	background-color: #f7f2ed;
	padding-top: 250px;
}

@media screen and (max-width: 768px){
	.main_bg{
		padding-top: 130px;
	}
}


/* ***********************************
contact_area
*********************************** */
/* .contact_area {
	background: #F7F2ED;
}
.checksheets .contact_area {
	background: #fff;
} */
.contact_area .contact-inner {
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.contact_area .contact_us {
	position: relative;
}
.contact_area .contact_us::after {
	position: absolute;
	content: "";
	margin: auto;
}

@media screen and (min-width: 769px){
	.contact_area {
		padding: 132px 0 169px;
	}
	.contact_area .contact-inner {
		width: 1192px;
	}
	.contact_area .contact_us {
		width: 407px;
		height: 105px;
		padding: 20px 25px 22px 43px;
		border-radius: 50px;
		background: #c7361d;
	}
	.contact_area .contact_us::after {
		background: url(../images/icon_arrow_triple-blue.png) no-repeat;
		background-size: 100%;
		background-position: center;
		width: calc(127px / 2);
		height: calc(34px / 2);
		top: 45px;
		right: -88px;
	}
	.contact_area .contact_us img {
		width: calc(677px / 2);
	}
	.contact_area .tel_area {
		width: 663.5px;
	}
}
@media screen and (max-width: 768px){
	.contact_area {
		padding: 45px 0 55px;
	}
	.contact_area .contact-inner {
		width: 256px;
		flex-wrap: wrap;
	}
	.contact_area .contact_us {
		margin: 0 auto;
	}
	.contact_area .contact_us img {
		width: calc(407px / 2);
		margin-bottom: 10px;
	}
	.contact_area .tel_area {
		width: calc(519px / 2);
	}
}


/* ***********************************
checksheets
*********************************** */
.checksheets .checksheets_intro {
}
.checksheets .checksheets_ttl {
	font-weight: bold;
	text-align: center;
}
.checksheets .checksheets_ttl span {
	color: #c7361d;
	display: inline-block;
	border-bottom: solid #c7361d;
}
.checksheets .checksheets_txt {
	color: #059fcf;
	font-weight: bold;
	text-align: center;
}
.checksheets .container {
	margin: 0 auto;
}
.checksheets .tab-list {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
}
.checksheets .tab-list .tab span{
	position: relative;
	z-index: 2;
}

.checksheets .home_tab,
.checksheets .electric_tab {
	position: relative;
	cursor: pointer;
}
.checksheets .home_tab::before {
	position: absolute;
	content: "";
	margin: auto;
	z-index: 2;
}
.checksheets .home_tab::after {
	position: absolute;
	content: "";
	background: url(../images/tab_bg_b.png) no-repeat;
	background-size: auto 100%;
	background-position: center bottom;
	margin: auto;
	z-index: 1;/*?��???p*/
}
.checksheets .electric_tab::before {
	position: absolute;
	content: "";
	margin: auto;
	z-index: 2;
}
.checksheets .electric_tab::after {
	position: absolute;
	content: "";
	background: url(../images/tab_bg_y.png) no-repeat;
	background-size: auto 100%;
	background-position: center bottom;
	margin: auto;
	z-index: 0;/*?��???p*/
}
.checksheets .home_tab {
	font-weight: bold;
	color: #fff;
}
.checksheets .electric_tab {
	font-weight: bold;
	color: #fff;
}
.checksheets .home_area {
	color: #fff;
	background: #317cb5;
}
.checksheets .electric_area {
	color: #fff;
	background: #409d96;
}
.checksheets .home_ttl,
.checksheets .electric_ttl {
	font-weight: bold;
	text-align: center;
}
.checksheets .flex_area {
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.checksheets .flex_item-flex {
	display: flex;
	position: relative;
}
.checksheets .flex_area .ken_txt {
	font-weight: bold;
	position: relative;
}
.checksheets .home_area .flex_area .ken_txt::after {
	position: absolute;
	content: "";
	margin: auto;
}
.checksheets .electric_area .flex_area .ken_txt::after {
	position: absolute;
	content: "";
	margin: auto;
}
.checksheets .flex_area #home_ken,
.checksheets .flex_area #home_people,
.checksheets .flex_area #electric_ken,
.checksheets .flex_area #electric_people {
	position: absolute;
	top: 0;
	right: 0;
}
.checksheets .flex_area #home_ken .pull_area,
.checksheets .flex_area #home_people .pull_area,
.checksheets .flex_area #electric_ken .pull_area,
.checksheets .flex_area #electric_people .pull_area {
	color: #000;
	font-weight: bold;
	background: #fff;
	box-sizing: border-box;
	transition-duration: .3s;
	z-index: 1;
}
.checksheets .flex_area #home_ken.open .pull_area,
.checksheets .flex_area #home_people.open .pull_area,
.checksheets .flex_area #electric_ken.open .pull_area,
.checksheets .flex_area #electric_people.open .pull_area {
	box-sizing: border-box;
	border-radius: 28px;
	height: 100%;
}
.checksheets .flex_area #home_ken span::after,
.checksheets .flex_area #home_people span::after,
.checksheets .flex_area #electric_ken span::after,
.checksheets .flex_area #electric_people span::after {
	position: absolute;
	content: "";
	margin: auto;
	transition-duration: .3s;
}
.checksheets .flex_area #home_ken.open span::after,
.checksheets .flex_area #home_people.open span::after,
.checksheets .flex_area #electric_ken.open span::after,
.checksheets .flex_area #electric_people.open span::after {
	transform: rotate(180deg);
}
.checksheets .flex_area #home_ken ul,
.checksheets .flex_area #home_people ul,
.checksheets .flex_area #electric_ken ul,
.checksheets .flex_area #electric_people ul {
	display: none;
	overflow: hidden;
	font-weight: bold;
	background: #fff;
	cursor: default;
	border-top: 1px solid #000;
	z-index: 0;
}
.checksheets .flex_area #home_ken ul li,
.checksheets .flex_area #home_people ul li,
.checksheets .flex_area #electric_ken ul li,
.checksheets .flex_area #electric_people ul li {
	color: #bcbec0;
}
.checksheets .flex_area #home_ken ul li:hover,
.checksheets .flex_area #home_people ul li:hover,
.checksheets .flex_area #electric_ken ul li:hover,
.checksheets .flex_area #electric_people ul li:hover {
	color: #000;
}
.checksheets .flex_area .people_txt {
	font-weight: bold;
	position: relative;
}
.checksheets .home_area .flex_area .people_txt::after {
	position: absolute;
	content: "";
	margin: auto;
}
.checksheets .electric_area .flex_area .people_txt::after {
	position: absolute;
	content: "";
	margin: auto;
}
.checksheets .price_ttl,
.checksheets .graph_ttl {
	font-weight: bold;
	text-align: center;
}
.checksheets .home_area .ken_display-area,
.checksheets .electric_area .ken_display-area {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	margin: 0 auto;
}
.checksheets .home_area .people_display-area,
.checksheets .electric_area .people_display-area {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	margin: 0 auto;
}
.checksheets .explan {
	color: #000;
	background: #fff;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.checksheets .explan figure {
	font-weight: bold;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.checksheets .home_area .btn a,
.checksheets .electric_area .btn a {
	display: block;
	margin: 0 auto;
	background: #fff;
	font-weight: bold;
	position: relative;
	text-align: center;
	text-decoration: none;
	border: solid 3px #000;
}
.checksheets .home_area .btn a::after {
	position: absolute;
	content: "";
	margin: auto;
}
.checksheets .electric_area .btn a::after {
	position: absolute;
	content: "";
	margin: auto;
}

/*タブ切り替え*/

/* ↓タブの中身↓ */
.tabbox {
	display: none;
}
.box-show {
	display: block;
  }
/*アクティブなタブだけ前面へ*/
.tab-active {
	z-index: 2;
}
/*プルダウン表示*/
.show {
	display: block;
}
.open_color {
	color: #4fffff;
}

@media screen and (min-width: 769px){
	.checksheets .checksheets_ttl {
		font-size: 37px;
		margin-bottom: 77px;
	}
	.checksheets .checksheets_ttl span {
		font-size: 22px;
		border-bottom-width: 3px;
	}
	.checksheets .checksheets_txt {
		font-size: 18px;
		margin-bottom: 77px;
	}
	.checksheets .container {
		width: 1200px;
	}
	.checksheets .home_tab,
	.checksheets .electric_tab {
		height: 60px;
	}
	.checksheets .home_tab::before {
		background: url(../images/icon_entry_arrow_w.png) no-repeat;
		width: 21px;
		height: 21px;
		background-size: 100%;
		background-position: center;
		top: 0;
		left: 14px;
		bottom: 0;
	}
	.checksheets .home_tab::after {
		width: calc(539px / 2);
		height: 100%;
		bottom: 0;
		left: 0;
	}
	.checksheets .electric_tab::before {
		background: url(../images/icon_entry_arrow_w.png) no-repeat;
		width: 21px;
		height: 21px;
		background-size: 100%;
		background-position: center;
		top: 0;
		left: -4px;
		bottom: 0;
	}
	.checksheets .electric_tab::after {
		width: calc(100% + 70px);
		height: 100%;
		bottom: 0;
		left: -35px;
	}
	.checksheets .home_tab {
		width: calc(539px /2);
		font-size: 18px;
		line-height: 19px;
		padding: 20px 11px 15px 40px;
	}
	.checksheets .electric_tab {
		width: calc(428px /2);
		font-size: 18px;
		padding: 20px 11px 15px 20px;
		line-height: 23px;
	}
	.checksheets .home_area {
		border-radius: 0 28px 28px 28px;
	}
	.checksheets .electric_area {
		border-radius: 0 28px 28px 28px;
	}
	.checksheets .home_ttl,
	.checksheets .electric_ttl {
		font-size: 39px;
		line-height: 1.4;
		margin-bottom: 50px;
	}
	.checksheets .home_ttl small,
	.checksheets .electric_ttl small {
		font-size: 22px;
	}
	.checksheets .flex_area {
		width: 720px;
		margin-bottom: 64px;
	}
	.checksheets .flex_item-flex:first-child {
		width: 328px;
	}
	.checksheets .flex_item-flex:last-child {
		width: 378px;
	}
	.checksheets .flex_area .ken_txt {
		width: 140px;
		font-size: 16px;
		line-height: 24px;
	}
	.checksheets .home_area .flex_area .ken_txt::after {
		background: url(../images/icon_checksheets_arrow_w.png) no-repeat;
		background-size: 100%;
		background-position: center;
		width: 21px;
		height: 21px;
		top: 14px;
		right: 4px;
	}
	.checksheets .electric_area .flex_area .ken_txt::after {
		background: url(../images/icon_checksheets_arrow_w.png) no-repeat;
		background-size: 100%;
		background-position: center;
		width: 21px;
		height: 21px;
		top: 14px;
		right: 4px;
	}
	.checksheets .flex_area #home_ken .pull_area,
	.checksheets .flex_area #home_people .pull_area,
	.checksheets .flex_area #electric_ken .pull_area,
	.checksheets .flex_area #electric_people .pull_area {
		width: 184px;
		font-size: 23px;
		line-height: 28px;
		height: 50px;
		padding: 11px 19px;
		font-size: 23px;
		line-height: 20px;
		border: 3px solid #000;
		border-radius: 28px;
	}
	.checksheets .flex_area #home_ken span::after,
	.checksheets .flex_area #home_people span::after,
	.checksheets .flex_area #electric_ken span::after,
	.checksheets .flex_area #electric_people span::after {
		background: url(../images/icon_arrow_k.png) no-repeat;
		background-size: 100%;
		background-position: center;
		width: 21px;
		height: 21px;
		top: 14px;
		right: 20px;
	}
	.checksheets .flex_area #home_ken ul,
	.checksheets .flex_area #home_people ul,
	.checksheets .flex_area #electric_ken ul,
	.checksheets .flex_area #electric_people ul {
		margin-top: 15px;
	}
	.checksheets .flex_area #home_ken ul li,
	.checksheets .flex_area #home_people ul li,
	.checksheets .flex_area #electric_ken ul li,
	.checksheets .flex_area #electric_people ul li {
		margin-bottom: 10px;
		line-height: 23px;
	}
	.checksheets .flex_area #home_ken ul li:first-child,
	.checksheets .flex_area #home_people ul li:first-child,
	.checksheets .flex_area #electric_ken ul li:first-child,
	.checksheets .flex_area #electric_people ul li:first-child {
		padding-top: 18px;
	}
	.checksheets .flex_area #home_ken ul li:last-child,
	.checksheets .flex_area #home_people ul li:last-child,
	.checksheets .flex_area #electric_ken ul li:last-child,
	.checksheets .flex_area #electric_people ul li:last-child {
		margin-bottom: 0;
	}
	.checksheets .flex_area .people_txt {
		width: 194px;
		font-size: 16px;
		line-height: 24px;
	}
	.checksheets .home_area .flex_area .people_txt::after {
		background: url(../images/icon_checksheets_arrow_w.png) no-repeat;
		background-size: 100%;
		background-position: center;
		width: 21px;
		height: 21px;
		top: 14px;
		right: 7px;
	}
	.checksheets .electric_area .flex_area .people_txt::after {
		background: url(../images/icon_checksheets_arrow_w.png) no-repeat;
		background-size: 100%;
		background-position: center;
		width: 21px;
		height: 21px;
		top: 14px;
		right: 7px;
	}
	.checksheets .price_ttl,
	.checksheets .graph_ttl {
		font-size: 25px;
		margin-bottom: 15px;
	}
	.checksheets .home_area .ken_display-area,
	.checksheets .electric_area .ken_display-area {
		width: 1090px;
		height: 315px;
		border-radius: 28px;
		margin-bottom: 47px;
	}
	.checksheets .home_area .ken_display-area img,
	.checksheets .electric_area .ken_display-area img {
		width: calc(1879px / 2);
		height: calc(487px / 2);
	}
	.checksheets .graph_ttl img {
		width: calc(227px / 2);
		margin: 0 auto;
	}
	.checksheets .home_area .people_display-area,
	.checksheets .electric_area .people_display-area {
		width: 1090px;
		height: 418px;
		border-radius: 28px;
		margin-bottom: 42px;
	}
	.checksheets .home_area .people_display-area img,
	.checksheets .electric_area .people_display-area img {
		width: calc(1876px / 2);
		height: calc(578px / 2);
	}
	.checksheets .explan {
		width: 224px;
		height: 76px;
		font-size: 12px;
		border-radius: 16px;
		margin-bottom: 58px;
		padding: 8px 33px 3px;
	}
	.checksheets .charges_area {
		width: 85px;
	}
	.checksheets .charges_area img {
		width: calc(139px / 2);
		height: calc(23px / 2);
		margin: 10px 0;
	}
	.checksheets .use_area {
		width: 60px;
	}
	.checksheets .use_area img {
		width: calc(34px / 2);
		height: calc(64px / 2);
	}
	.checksheets .explan figure{
		font-size: 17px;
	}
	.checksheets .home_area .btn a,
	.checksheets .electric_area .btn a {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 527px;
		height: 90px;
		font-size: 28px;
		border-radius: 90px;
		padding: 20px 28px;
	}

	.checksheets .home_area .btn a::after ,
	.checksheets .electric_area .btn a::after {
		width: 16px;
		height: 16px;
		border-top: solid 3px #000;
		border-right: solid 3px #000;
		top: 50%;
		right: 40px;
		transform: translateY(-50%) rotate(45deg);
	}
	.checksheets .home_area .btn a img,
	.checksheets .electric_area .btn a img {
		width: calc(800px / 2);
		height: calc(53px / 2);
	}
	.checksheets .legend img {
		width: 502px;
		margin: 0 auto 25px;
	}
	.checksheets .anote {
		font-size: 14px;
		line-height: 24px;
		margin-top: 50px;
	}

	/*タブ切り替え*/
	/* ↓タブの中身↓ */
	.tabbox {
		padding: 38px 55px 85px;
	}
}
@media screen and (max-width: 768px){
	.checksheets .nav_area {
	}
	.checksheets .checksheets_intro {
		padding-top: 0;
	}
	.checksheets .checksheets_ttl {
		font-size: 18.5px;
		line-height: 22px;
		margin-bottom: 50px;
	}
	.checksheets .checksheets_ttl span {
		font-size: 11px;
		margin-bottom: 1.2em;
	}
	.checksheets .checksheets_txt {
		font-size: 9px;
		margin-bottom: 35px;
	}
	.checksheets .container {
		width: 90%;
		max-width: 372px;
	}
	.checksheets .home_tab::before {
		background: url(../images/icon_entry_arrow_w.png) no-repeat;
		width: 10px;
		height: 10px;
		background-size: 100%;
		background-position: center;
		top: 0;
		left: 6px;
		bottom: 0;
	}
	.checksheets .home_tab::after {
		width: 100%;
		height: calc(50px / 2);
		top: 0;
		left: 0;
		background: url(../images/sp/tab_bg_b.png) no-repeat;
		background-size: cover;
		margin: auto;
	}
	.checksheets .electric_tab::before {
		background: url(../images/icon_entry_arrow_w.png) no-repeat;
		width: 10px;
		height: 10px;
		background-size: 100%;
		background-position: center;
		top: 0;
		left: 3px;
		bottom: 0;
	}
	.checksheets .electric_tab::after {
		width: calc(100% + 16px);
		height: calc(50px / 2);
		top: 0;
		left: -8px;
		background: url(../images/sp/tab_bg_y.png) no-repeat;
		background-size: 100%;
		margin: auto;
	}
	.checksheets .home_tab {
		width: 131px;
		height: calc(50px / 2);
		font-size: 9px;
		text-indent: 2rem;
		line-height: 2.6;
		padding-left: 5px;
	}
	.checksheets .electric_tab {
		width: 119px;
		height: calc(50px / 2);
		font-size: 9px;
		text-indent: 1.2rem;
		letter-spacing: -0.04rem;
		line-height: 2.6;
	}
	.checksheets .home_area {
		border-radius: 0 5px 5px 5px;
	}
	.checksheets .electric_area {
		border-radius: 0 5px 5px 5px;
	}
	.checksheets .home_ttl,
	.checksheets .electric_ttl {
		font-size: 19.5px;
		margin-bottom: 25px;
		line-height: 1.4;
	}
	.checksheets .home_ttl small,
	.checksheets .electric_ttl small {
		font-size: 11px;
	}
	.checksheets .flex_area {
		width: 100%;
		height: calc(133px / 2);
		margin-bottom: 20px;
		flex-wrap: wrap;
	}
	.checksheets .flex_item-flex {
		width: 50%;
		flex-wrap: wrap;
		z-index: 0;
	}
	.checksheets .flex_item-flex.slide_up {
		z-index: 10;
	}
	.checksheets .flex_area .ken_txt {
		width: 100%;
		font-size: 8px;
		line-height: 14px;
		text-align: center;
	}
	.checksheets .home_area .flex_area .ken_txt::after {
		background: url(../images/icon_checksheets_arrow_w.png) no-repeat;
		background-size: 100%;
		background-position: center;
		width: 10px;
		height: 10px;
		top: 30px;
		right: 0;
		left: 0;
		transform: rotate(90deg);
	}
	.checksheets .electric_area .flex_area .ken_txt::after {
		background: url(../images/icon_checksheets_arrow_w.png) no-repeat;
		background-size: 100%;
		background-position: center;
		width: 10px;
		height: 10px;
		top: 30px;
		right: 0;
		left: 0;
		transform: rotate(90deg);
	}
	.checksheets .flex_area #home_ken,
	.checksheets .flex_area #home_people,
	.checksheets .flex_area #electric_ken,
	.checksheets .flex_area #electric_people {
		width: 100%;
		font-size: 12px;
		line-height: 12px;
		position: absolute;
		right: 0;
		/*bottom: 0;*/
		/*top: inherit;*/
		top: calc(100% - 25px);
	}
	.checksheets .flex_area #home_ken .pull_area,
	.checksheets .flex_area #home_people .pull_area,
	.checksheets .flex_area #electric_ken .pull_area,
	.checksheets .flex_area #electric_people .pull_area {
		width: calc(180px / 2);
		height: calc(50px / 2);
		padding: 2px 12px;
		margin: 0 auto;
		font-size: 13px;
		line-height: 19px;
		border: 2px solid #000;
		border-radius: 20px;
		z-index: 1;
	}
	.checksheets .flex_area #home_ken.open .pull_area,
	.checksheets .flex_area #home_people.open .pull_area,
	.checksheets .flex_area #electric_ken.open .pull_area,
	.checksheets .flex_area #electric_people.open .pull_area {
		border-radius: 20px;
		z-index: 10;
	}
	.checksheets .flex_area #home_ken span::after,
	.checksheets .flex_area #home_people span::after,
	.checksheets .flex_area #electric_ken span::after,
	.checksheets .flex_area #electric_people span::after {
		background: url(../images/icon_arrow_k.png) no-repeat;
		background-size: 100%;
		background-position: center;
		width: 11px;
		height: 11px;
		top: 7px;
		right: 0;
		left: 55px;
		margin: auto;
	}
	.checksheets .flex_area #home_ken ul,
	.checksheets .flex_area #home_people ul,
	.checksheets .flex_area #electric_ken ul,
	.checksheets .flex_area #electric_people ul {
		width: 100%;
		font-size: 100%;
	}
	.checksheets .flex_area #home_ken.open ul,
	.checksheets .flex_area #home_people.open ul,
	.checksheets .flex_area #electric_ken.open ul,
	.checksheets .flex_area #electric_people.open ul {
		margin-top: 7px;
		z-index: 13;
	}
	.checksheets .flex_area #home_ken ul li,
	.checksheets .flex_area #home_people ul li,
	.checksheets .flex_area #electric_ken ul li,
	.checksheets .flex_area #electric_people ul li {
		margin-bottom: 10px;
		line-height: 18px;
	}
	.checksheets .flex_area #home_ken ul li:first-child,
	.checksheets .flex_area #home_people ul li:first-child,
	.checksheets .flex_area #electric_ken ul li:first-child,
	.checksheets .flex_area #electric_people ul li:first-child {
		padding-top: 14px;
	}
	.checksheets .flex_area .people_txt {
		width: 100%;
		font-size: 8px;
		line-height: 14px;
		text-align: center;
	}
	.checksheets .home_area .flex_area .people_txt::after {
		background: url(../images/icon_checksheets_arrow_w.png) no-repeat;
		background-size: 100%;
		background-position: center;
		width: 10px;
		height: 10px;
		top: 30px;
		right: 0;
		left: 0;
		transform: rotate(90deg);
	}
	.checksheets .electric_area .flex_area .people_txt::after {
		background: url(../images/icon_checksheets_arrow_w.png) no-repeat;
		background-size: 100%;
		background-position: center;
		width: 10px;
		height: 10px;
		top: 30px;
		right: 0;
		left: 0;
		transform: rotate(90deg);
	}
	.checksheets .price_ttl,
	.checksheets .graph_ttl {
		font-size: 12.5px;
		margin-bottom: 8px;
	}
	.checksheets .price_ttl img {
		width: calc(145px / 2);
	}
	.checksheets .home_area .ken_display-area,
	.checksheets .electric_area .ken_display-area {
		width: 100%;
		height: auto;
		padding: 15px 15px 22px;
		border-radius: 5px;
		margin-bottom: 20px;
	}
	.checksheets .home_area .ken_display-area img,
	.checksheets .electric_area .ken_display-area img {
		width: calc();/*?�L??/2*/
		height: calc();/*?�L??/2*/
	}
	.checksheets .graph_ttl img {
		width: calc(113px / 2);
		margin: 0 auto;
	}
	.checksheets .home_area .people_display-area,
	.checksheets .electric_area .people_display-area {
		width: 100%;
		height: auto;
		padding: 15px 15px 22px;
		border-radius: 5px;
		margin-bottom: 28px;
	}

	.checksheets .explan {
		width: calc(224px / 2);
		height: calc(76px / 2);
		font-size: 0.5rem;
		border-radius: 8px;
		margin-bottom: 16px;
		padding: 5px 16px 1px;
	}
	.checksheets .charges_area {
		width: 50px;
	}
	.checksheets .charges_area img {
		width: calc(70px / 2);
		height: calc(12px / 2);
		margin: 5px 0;
	}
	.checksheets .use_area {
		width: 35px;
	}
	.checksheets .use_area span {
		display: block;
		width: 20px;
	}
	.checksheets .use_area img {
		width: calc(17px / 2);
		height: calc(32px / 2);
		margin: 0 auto;
	}
	.checksheets .explan figure{
		font-size: 0.562rem;
	}

	.checksheets .home_area .btn a,
	.checksheets .electric_area .btn a {
		font-size: 14px;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 45px;
		width: calc(530px / 2);
		padding: 10px 20px 10px;
		border-radius: 45px;
		border: solid 2px #000;
	}
	.checksheets .home_area .btn a::after ,
	.checksheets .electric_area .btn a::after {
		width: 8px;
		height: 8px;
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		top: 50%;
		right: 16px;
		transform: translateY(-50%) rotate(45deg);
	}

	.checksheets .home_area .btn a img,
	.checksheets .electric_area .btn a img {
		width: calc(424px / 2);/*?�L??/2*/
		height: calc(27px / 2);/*?�L??/2*/
	}
	.checksheets .legend img {
		margin-bottom: 33px;
	}
	.checksheets .anote {
		font-size: 9px;
		line-height: 16px;
		margin: 17px 11px 0;
	}
	.checksheets .anote ul {
		padding-left: 1rem;
		text-indent: -1rem;
	}

	/*タブ切り替え*/
	/* ↓タブの中身↓ */
	.tabbox {
		padding: 7% 4% 8%;
	}
}

/* ***********************************
footer TOPへ戻るボタンデザイン変更
*********************************** */

.checksheets .l-footer .pagetop {
	display: block;
	position: fixed;
	z-index: 99;
}

.checksheets .l-footer .pagetop a {
	display: block;
	background: url(../images/icon_top.png) no-repeat;
	background-size: 100%;
	background-position: center;
}

.checksheets .l-footer .pagetop a:before {
	content: none;
}
@media screen and (min-width: 769px){

	.checksheets .l-footer .pagetop {
		width: 109px;
		bottom: 100px;
		left: 50px;
		height: 109px;
	}

	.checksheets .l-footer .pagetop a {
		width: 100%;
		height: 100%;
	}
}
@media screen and (max-width: 768px){

	.checksheets .l-footer .pagetop {
		width: 72px;
		height: 72px;
		bottom: 6%;
		left: 4%;
	}

	.checksheets .l-footer .pagetop a {
		width: calc(calc(144px / 2 ) * 0.85);
		height: calc(calc(144px / 2 ) * 0.85);
	}
}



