@charset "UTF-8";

html {
	font-size: 62.5%;
	overflow-y: scroll;
	font-family: 'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;	
	color: #000000;
}

body {
	font-feature-settings: "palt";
	min-width: auto;
	font-size: 1.6rem;
}
p {
	line-height: 1.6;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 1.0em;
	line-height: 1.4;
}
img {
	vertical-align: top;
	max-width: 100%;
}
img[src$=".svg"] {
	width: 100%;
}
:focus {
	-moz-outline-style: none;
}

.sp {
	display: block;
}
.pc {
	display: none;
}
@media screen and (min-width: 768px) {
	.sp {
		display: none;
	}
	.pc {
		display: block;
	}
}

.eo {
    font-size: 130%;
    line-height: 1;
}
a {
	color: #1134a3;
}
a:hover {
	color: #1134a3;
	text-decoration: none;
}
/* ----------------------------------------------------

	header

---------------------------------------------------- */
.header {
	position: fixed;
	z-index: 5;
	border-top: 2px solid #ffe200;
	border-bottom: 1px solid #b5b5b5;
	padding: 7px 0;
	background-color: #ffffff;
}
@media screen and (min-width: 851px) {
	.header {
		display: block;
	}
	.header::before {
		background: none;
	}
}


.header .container {
	max-width: 93.75%;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media screen and (min-width: 851px) {
	.header .container {
		max-width: 960px;
	}
}


.header .logo {
	display: block;
	margin-right: auto;
	width: 60px;
	height: 36px;
}
.header .navi {
	display: flex;
	font-size: 1.1199999809265137rem;
/*	font-size: 0.7rem;*/
	font-weight: bold;
}
.header .navi li:first-child {
	margin-right: 1.2em;
}
.header .navi li a {
	color: #000;
	text-decoration: none;
}
.header .navi li a {
	position: relative;
	display: inline-block;
	padding: 0 0 0 18px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
}
.header .navi li a::before,
.header .navi li a::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.header .navi li a::before {
	width: 16px;
	height: 16px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #000;
}
.header .navi li a::after {
	left: 4px;
	width: 4px;
	height: 4px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media screen and (min-width: 851px) {
	.header {
		border-top: 4px solid #ffe200;
		border-bottom: 2px solid #b5b5b5;
		padding: 12px 0;
	}
	.header a:hover {
		opacity: .6;
		cursor: pointer;
	}
	.header .logo {
		width: 100px;
		height: 58px;
	}
	.header .navi {
		font-size: 1.44rem;
	}
	.header .navi li:first-child {
		margin-right: 2em;
	}
}


/*-----------------------------------------------------------------------

contents

-----------------------------------------------------------------------*/
#content {
	padding-top: 53px;
}
.inner {
	width: 94%;
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
}

@media screen and (min-width: 768px) {
	#content {
		padding-top: 88px;
	}
	.inner {
		width: 96%;
	}
}

h2.section_ttl {
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
	padding-top: 35px;
	padding-bottom: 15px;
	position: relative;
}
h2.section_ttl::after {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: 50px;
	height: 3px;
	background-color: #ffe100;
}
@media screen and (min-width: 768px) {
	h2.section_ttl {
		font-size: 3.6rem;
		margin-bottom: 40px;
		padding-top: 55px;
		padding-bottom: 20px;
		position: relative;
	}
	h2.section_ttl::after {
		width: 100px;
		height: 4px;
	}
}

.present_ttla　{
	padding-top: 50px;
}

/*-----------------------------------------------------------------------

kv

-----------------------------------------------------------------------*/
.kv {
	background-image: url( "../img/kv_bg_sp.jpg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding-top: 62.66%;
	position: relative;
}
.kv::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: calc(240/750*100%);
	left: 1.3%;
	width: calc(739/750*100%);
	height: 268px;
	background-image: url("../img/kv_icon_sp.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.kv_container {
	position: absolute;
	top: 0;
	left: 0;
}
.kv_eodenki {
	width: calc(124/750*100%);
	margin-left: auto;
	padding-top: 2.8%;
	padding-right: 20px;
}
.kv h1 {
	width: calc(650/750*100%);
	margin-top: -3.2%;
	margin-right: auto;
	margin-bottom: 3%;
	margin-left: auto;
}
.kv_present {
	width: calc(596/750*100%);
	margin-right: auto;
	margin-left: auto;
}
@media screen and (min-width: 768px) {
	.kv {
		height: 387px;
		background-image: url( "../img/kv_bg_pc.jpg");
		background-position: 50% 0;
		background-size: 2000px auto;
		padding-top: 0;
	}
	.kv::after {
		top: 58px;
		left: 50%;
		transform: translate(-50%, 0);
		width: 942px;
		height: 300px;
		background-image: url("../img/kv_icon_pc.png");
	}
	.kv_container {
		width: 960px;
		left: 50%;
		transform: translate(-50%, 0);

	}
	.kv_eodenki {
		width: 110px;
		padding-top: 24px;
		padding-right: 12px;
	}
	.kv h1 {
		width: 650px;
		margin-top: -15px;
		margin-right: auto;
		margin-bottom: 12px;
		margin-left: auto;
	}
	.kv_present {
		width: 672px;
		margin-right: auto;
		margin-left: auto;
	}
}
@media screen and (min-width: 2000px) {
	.kv {
		background-position: 50% 100%;
		background-size: 100% auto;
	}
}

/*-----------------------------------------------------------------------

Amazonギフト券

-----------------------------------------------------------------------*/
.present {
	background-color: #e6f6fd;
	padding-top: 15px;
}
.present_ttl {
	width: calc(624/710*100%);
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 3px;
}
.present_img {
	margin-top: 5px;
}
@media screen and (min-width: 768px) {
	.present {
		padding-top: 20px;
	}
	.present_ttl {
		width: 567px;
	}
	.present_img {
		margin-top: 8px;
		margin-right: 15px;
		margin-left: 15px;
	}
}


/*-----------------------------------------------------------------------

エントリーはこちら

-----------------------------------------------------------------------*/
.btn_entry {
	text-align: center;
	margin-top: 20px;
}
.btn_entry a {
	display: block;
	font-size: 2.2rem;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	width: 90%;
	background-color: #ffe100;
	box-shadow: 0 3px 0 0 rgb(194, 172, 0);
	border-radius: 30px;
	margin-right: auto;
	margin-bottom: .5em;
	margin-left: auto;
	padding-top: .4em;
	padding-bottom: .4em;
	position: relative;
}
.btn_entry a::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 13px;
	width: 20px;
	height: 20px;
	background-color: #FFFFFF;
	border-radius: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.btn_entry a::after {
	content: "";
	position: absolute;
	top: calc(50% - 3.5px);
	right: 20px;
	width: 5px;
	height: 5px;
	border-top: 2px solid #000000;
	border-right: 2px solid #000000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.btn_entry a:hover {
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
	box-shadow: 0 0 0 0 rgb(194, 172, 0);
}
.btn_entry p {
	font-size: 1.8rem;
	font-weight: bold;
	padding: 10px;
}
@media screen and (min-width: 768px) {
	.btn_entry {
		margin-top: 25px;
	}
	.btn_entry a {
		font-size: 2.8rem;
		width: 540px;
		box-shadow: 0 5px 0 0 rgb(194, 172, 0);
		border-radius: 80px;
		margin-bottom: .5em;
		padding-top: .8em;
		padding-bottom: .6em;
		position: relative;
	}
	.btn_entry a::before {
		right: 25px;
		width: 34px;
		height: 34px;
	}
	.btn_entry a::after {
		top: calc(50% - 5px);
		right: 38px;
		width: 8px;
		height: 8px;
		border-top: 2px solid #000000;
		border-right: 2px solid #000000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.btn_entry a:hover {
		-webkit-transform: translateY(5px);
		transform: translateY(5px);
		box-shadow: 0 0 0 0 rgb(194, 172, 0);
	}
	.btn_entry p {
		font-size: 2.0rem;
	}
}


/*-----------------------------------------------------------------------

anchor

-----------------------------------------------------------------------*/
.btn_anchor {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.btn_anchor li {
	flex-basis: 31%;
	max-width: 31%;
	border: 2px solid #009fe1;
	border-radius: 3px;
}
.btn_anchor li a {
	display: block;
	height: 30px;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.3;
	color: #009fe1;
	text-align: center;
	text-decoration: none;
	background-color: #ffffff;
	border-bottom: 5px solid #e6f6fd;
	border-radius: 3px;
	padding-top: 18px;
	padding-bottom: 14px;
	position: relative;
}
.btn_anchor li a::after {
	content: "";
	position: absolute;
	bottom: 6px;
	right: 50%;
	width: 6px;
	height: 6px;
	border-top: 2px solid #009fe1;
	border-right: 2px solid #009fe1;
	-webkit-transform: rotate(135deg) translate(-50%, 0);
	transform: rotate(135deg) translate(-50%, 0);
}
.btn_anchor li:nth-child(even) a {
	height: calc(30px + 8px);
	padding-top: 10px;
}
.btn_anchor li:hover {
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
}
.btn_anchor li:hover a {
	border-bottom: none;
}
@media screen and (min-width: 768px) {
	.btn_anchor {
		max-width: 960px;
		margin-right: auto;
		margin-left: auto;
	}
	.btn_anchor li {
		flex-basis: 32%;
		max-width: 32%;
		font-size: 1.8rem;
		border: 2px solid #009fe1;
		border-radius: 6px;
	}
	.btn_anchor li a ,
	.btn_anchor li:nth-child(even) a {
		display: block;
		height: auto;
		font-size: 2.0rem;
		line-height: 1;
		border-bottom: 6px solid #e6f6fd;
		border-radius: 6px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.btn_anchor li a::after {
		bottom: 50%;
		right: 20px;
		transform: translate(0, -50%);
		width: 8px;
		height: 8px;
		-webkit-transform: rotate(135deg) translate(0, -50%);
		transform: rotate(135deg) translate(0, -50%);
	}
	.btn_anchor li:hover a {
		border-bottom: none;
	}
}


/*-----------------------------------------------------------------------

目標達成のイメージ

-----------------------------------------------------------------------*/
.target {
	background-color: #e6f6fd;
	padding-top: 50px;
	padding-bottom: 30px;
}
.target h2 {
	font-size: 2.7rem;
	font-weight: bold;
	text-align: center;
	color: #009fe1;
	position: static;
}
.target_container {
	display: flex;
	text-align: center;
	background-color: #FFFFFF;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);

	border-radius: 8px;
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
}
.target_container::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 10px;
	left: 10px;
	width: calc(130px/2);
	height: calc(130px/2);
	background-image: url("../img/target_icon02_sp.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
}
.target .target_container:nth-of-type(2)::before {
	left: 16px;
	width: calc(118px/2);
	height: calc(118px/2);
	background-image: url("../img/target_icon03_sp.png");
}
.target_img {
	width: 86%;
	margin-right: auto;
	margin-left: auto;
}
.target_noncompletion {
	font-size: 1.4rem;
	font-weight: bold;
	text-align: left;
	margin-right: 15px;
	margin-left: 10px;
	padding-left: 25%;
	position: relative;
}
.target .target_container:nth-of-type(3)::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 23px;
	transform: translate(0, -50%);
	width: calc(104px/2);
	height: calc(104px/2);
	background-image: url("../img/target_icon04_sp.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
}
@media screen and (min-width: 768px) {
	.target {
		padding-top: 80px;
		padding-bottom: 60px;
	}
	.target h2 {
		font-size: 4.4rem;
	}
	.target_container {
		border-radius: 10px;
		margin-top: 24px;
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.target_container::before {
		top: 20px;
		left: 30px;
		width: 120px;
		height: 120px;
	}
	.target .target_container:nth-of-type(2)::before {
		left: 40px;
		width: 100px;
		height: 100px;
	}
	.target_img {
		width: auto;
		margin-right: 30px;
		margin-left: 190px;
	}
	.target_noncompletion {
		font-size: 1.8rem;
		margin-left: 0px;
		padding-left: 190px;
	}
	.target .target_container:nth-of-type(3)::before {
		left: 50px;
		width: 80px;
		height: 80px;
	}
}

/*  アコーディオン  --------------------------------------------------*/
.accordion_txt {
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	margin-top: 2.0em;
	margin-bottom: .5em;
}
.accordion_list {
	background-color: #39B383;
	border-radius: 5px;
}
.accordion_list-head {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
	color: #FFFFFF;
	text-align: center;
	position: relative;
	border-radius: 5px 5px 0 0;
	padding-top: 15px;
	padding-right: 40px;
	padding-bottom: 15px;
	padding-left: 40px;
	cursor: pointer;
}
.accordion_list-head::before,
.accordion_list-head::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(-10px, -50%);
	width: 20px;
	height: 2px;
	background-color: #ffffff;
}
.accordion_list-head::after {
	right: 9px;
	width: 2px;
	height: 20px;
}
.accordion_list .is-open.accordion_list-head::after {
	display: none;
}
.accordion_list-body {
	display: none;
	background-color: #FFFFFF;
	border-radius: 0 0 5px 5px;
	margin: 0;
	padding-right: 15px;
	padding-left: 15px;
}
.accordion_list-body ul {
	padding-bottom: 30px;
}
.accordion_list-body li {
	padding-top: 20px;
}
.accordion_list-body p {
	font-size: 1.5rem;
}
.accordion_list-body li p:nth-child(1) {
	font-size: 1.4rem;
	font-weight: bold;
	color: #39B383;
	text-align: center;
	background-color: #e1f4ed;
	margin-bottom: 10px;
	padding-top: .3em;
}
.accordion_list-img {
	width: calc(560/630*100%);
	margin-right: auto;
	margin-left: auto;
}
p.step_note {
	font-size: 1.4rem;
	margin-top: 1.0em;
	padding-left: 1em;
	text-indent: -1em;
}
@media screen and (min-width: 768px) {
	.accordion_txt {
		font-size: 2.0rem;
		margin-top: 55px;
	}
	.accordion_list {
		border: 2px solid #39B383;
		border-radius: 10px;
	}
	.accordion_list-head {
		font-size: 2.8rem;
		text-align: center;
		border-radius: 10px 10px 0 0;
		padding-top: .8em;
		padding-bottom: .8em;
		padding-left: 0;
	}
	.accordion_list-head::before,
	.accordion_list-head::after {
		content: "";
		display: inline-block;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translate(-25px, -50%);
		width: 30px;
		height: 3px;
	}
	.accordion_list-head::after {
		right: 13px;
		width: 3px;
		height: 30px;
	}
	.accordion_list-body {
		border-radius: 0 0 10px 10px;
		padding-right: 40px;
		padding-left: 40px;
	}
	.accordion_list-body ul {
		padding-bottom: 50px;
	}
	.accordion_list-body li {
		padding-top: 34px;
	}
	.accordion_list-body p {
		font-size: 1.6rem;
	}
	.accordion_list-body li p:nth-child(1) {
		font-size: 2.0rem;
		margin-bottom: 15px;
		padding-bottom: .1em;
	}
	.accordion_list-img {
		text-align: center;
		padding-top: 10px;
	}
	p.step_note {
		font-size: 1.4rem;
		margin-top: 1.0em;
	}
}

/*-----------------------------------------------------------------------

目標達成のための節電方法

-----------------------------------------------------------------------*/
#method {
	margin-top: -30px;
	padding-top: 30px;
}
.method {
	padding-bottom: 30px;
}
.method h3 {
	display: flex;
	align-items: center;
	font-size: 2.2rem;
	color: #000000;
	line-height: 1.0;
	text-align: center;
	background-color: #e6f6fd;
	margin-top: 30px;
	padding-top: .5em;
	padding-bottom: .5em;
}
.method h3 span {
	display: block;
	text-align: center;
	width: 4.2em;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.method h3 span::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: calc(-136px/2 - 7px);
	transform: translate(0, -50%);
	width: calc(136px/2);
	height: calc(118px/2);
	background-image: url("../img/method_icon01_sp.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
}
.method h3:nth-of-type(2) span::before {
	background-image: url("../img/method_icon02_sp.png");
}
.method h3:nth-of-type(3) span::before {
	background-image: url("../img/method_icon03_sp.png");
}
.method h3:nth-of-type(4) span::before {
	background-image: url("../img/method_icon04_sp.png");
}
.method_wrap {
	padding-top: 25px;
	padding-bottom: 20px;
}
.method_wrap:nth-of-type(even) {
	border-top: 1px dotted #cccccc;
}
.method_icon {
	width: 52%;
	margin-bottom: 15px;
}
.method_note01 {
	font-size: 1.4rem;
}
.method_note02 {
	font-size: 1.4rem;
	padding-left: 1em;
	text-indent: -1em;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
.method_note03 {
	color: #e60012;
}
.bnr_sumica {
	margin-top: 20px;
	margin-right: 4px;
	margin-left: 4px;
}
@media screen and (min-width: 768px) {
	#method {
		margin-top: -50px;
		padding-top: 50px;
	}
	.method {
		padding-bottom: 60px;
	}
	.method h3 {
		font-size: 2.8rem;
		border-radius: 6px;
		margin-top: 30px;
		padding-top: .7em;
		padding-bottom: .6em;
	}
	.method h3 span::before {
		top: 40%;
		left: calc(-104px - 10px);
		width: 104px;
		height: 90px;
	}
	.method_wrap {
		display: flex;
		align-items: center;
		padding-top: 30px;
		padding-bottom: 20px;
	}
	.method_icon {
		width: 25%;
		margin-right: 2%;
	}
	.method_txt {
		width: 73%;
	}
	.method_wrap p {
		margin-top: 0;
	}
	.method_note02 {
		font-size: 1.4rem;
		padding-left: 1em;
		text-indent: -1em;
	}
	.bnr_sumica {
		width: 900px;
		margin-top: 30px;
		margin-right: auto;
		margin-left: auto;
	}
}


/*-----------------------------------------------------------------------

キャンペーン概要

-----------------------------------------------------------------------*/
#campaign {
	margin-top: -30px;
	padding-top: 30px;
}
.campaign_container {
	margin-top: 20px;
	border-bottom: 1px solid #cccccc;
}
.campaign_item-ttl {
	font-weight: bold;
	background-color: #f8f8f8;
	border: 1px solid #cccccc;
	padding-top: .5em;
	padding-right: .8em;
	padding-bottom: .4em;
	padding-left: .8em;
}
.campaign_item-txt {
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	padding-top: .5em;
	padding-right: .8em;
	padding-bottom: .4em;
	padding-left: .8em;
}
.campaign_item-txt li {
	padding-left: .6em;
	text-indent: -.6em;
	line-height: 1.6;
}
.campaign_item-txt li span {
	font-size: 60%;
	vertical-align: 3px;
}
@media screen and (min-width: 768px) {
	#campaign {
		margin-top: -50px;
		padding-top: 50px;
	}
	.campaign_container {
		border-bottom: none;
		margin-top: 25px;
		padding-bottom: 20px;
	}
	.campaign_item {
		display: flex;
		width: 100%;
	}
	.campaign_item-ttl {
		display: flex;
		align-items: center;
		width: 22%;
		border-top: 1px solid #cccccc;
		border-right: 1px solid #cccccc;
		border-bottom: none;
		border-left: 1px solid #cccccc;
		padding-top: .8em;
		padding-right: 1.0em;
		padding-bottom: .8em;
		padding-left: 1.0em;
	}
	.campaign_item-txt {
		display: flex;
		align-items: center;
		width: 78%;
		border-top: 1px solid #cccccc;
		border-right: 1px solid #cccccc;
		border-left: none;
		padding-top: .8em;
		padding-right: 1.0em;
		padding-bottom: .8em;
		padding-left: 1.0em;
	}
	.campaign_container .campaign_item:last-of-type .campaign_item-ttl {
		border-bottom: 1px solid #cccccc;
	}
	.campaign_container .campaign_item:last-of-type .campaign_item-txt {
		border-bottom: 1px solid #cccccc;
	}
	.campaign_item-txt li {
		padding-left: 1.0em;
		text-indent: -1.0em;
	}
	.campaign_item-txt li span {
		font-size: 100%;
		vertical-align: 0px;
	}
}


/*-----------------------------------------------------------------------

よくある質問

-----------------------------------------------------------------------*/
#qanda {
	margin-top: -30px;
	padding-top: 30px;
}

.qanda {
	padding-bottom: 25px;
	margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
	#qanda {
		margin-top: -50px;
		padding-top: 50px;
	}
}
/*  アコーディオン よくある質問  --------------------------------------------*/
.accordion_qa {
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
	line-height: 1.6;
}
.accordion_qa-head {
	font-size: 1.6rem;
	font-weight: bold;
	cursor: pointer;
	min-height: 26px;
	background-color: #ffffff;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-right: 36px;
	padding-left: 50px;
	position: relative;
}
.accordion_qa-head::before {
	content: "Q";
	position: absolute;
	top: 30px;
	left: 10px;
	transform: translate(0, -50%);
	width: 30px;
	height: 30px;
	background-color: #39b383;
	border-radius: 50%;
	font-size: 1.5rem;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 30px;
	text-align: center;
}
.accordion_qa-head::after {
	content: "";
	position: absolute;
	top: calc(50% - 10px);
	right: 18px;
	width: 7px;
	height: 7px;
	border-top: 2px solid #000000;
	border-right: 2px solid #000000;
	-webkit-transform: rotate(135deg) translate(0, -50%);
	transform: rotate(135deg) translate(0, -50%);
}
.accordion_qa .is-open::after {
	top: calc(50% - 0px);
	right: 11px;
	-webkit-transform: rotate(-45deg) translate(0, -50%);
	transform: rotate(-45deg) translate(0, -50%);
}
.accordion_qa .is-open.accordion_qa-head ,
.accordion_qa-head:hover {
	background-color: #e1f4ed;
}
.accordion_qa-body {
	display: none;
	margin: 0;
	padding-top: 14px;
	padding-right: 10px;
	padding-bottom: 14px;
	padding-left: 50px;
	position: relative;
}
.accordion_qa-body::before {
	content: "A";
	position: absolute;
	top: 30px;
	left: 10px;
	transform: translate(0, -50%);
	width: 30px;
	height: 30px;
	background-color: #ffe100;
	border-radius: 50%;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
}
.accordion_qa-body p {
	font-size: 1.4rem;
}
.accordion_qa-body.comparison {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.accordion_qa-body a {
	color: #0022AA;
	text-decoration: underline;
}

@media screen and (min-width: 768px) {
	.qanda {
		padding-bottom: 30px;
		margin-bottom: 50px;
	}
	.accordion_qa {
		line-height: 1.7;
		margin-bottom: 30px;
	}
	.accordion_qa-head {
		display: flex;
		align-items: center;
		min-height: 50px;
		padding-right: 80px;
		padding-left: 85px;
	}
	.accordion_qa-head::before {
		top: 50%;
		left: 30px;
		width: 40px;
		height: 40px;
		font-size: 2.0rem;
		line-height: 40px;
	}
	.accordion_qa-head::after {
		top: calc(50% - 10px);
		right: 40px;
		width: 10px;
		height: 10px;
	}
	.accordion_qa .is-open::after {
		top: calc(50% + 2px);
		right: 30px;
	}
	.accordion_qa-body {
		padding-top: 25px;
		padding-right: 60px;
		padding-bottom: 25px;
		padding-left: 90px;
	}
	.accordion_qa-body::before {
		top: 50%;
		left: 30px;
		width: 40px;
		height: 40px;
		font-size: 2.0rem;
		line-height: 40px;
	}

	.accordion_qa-body p {
		font-size: 1.4rem;
	}
	.accordion_qa-body.comparison {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.accordion_qa-body a {
		color: #0022AA;
		text-decoration: underline;
	}
}


/*-----------------------------------------------------------------------


-----------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
	#tax_textp {
		font-size: 1.3rem;
		text-align: center;
	}
}
