@charset "UTF-8";
/*
common
----------------------------------*/
.contentWrap .inner {
	max-width: 1020px;
}
.contentWrap #mypageTop .inner {
	max-width: 840px;
}

#applicationAdd .title,
#applicationConfirm .title {
	font-size: 20px;
	text-align: center;
	color: #fff;
	background-color: #8D3635;
	padding: 7px 25px;
	margin-bottom: 25px;
}

#applicationAdd .officeArea .title,
#applicationConfirm .officeArea .title {
	background-color: #008000;
}
#applicationAdd .accountArea .title,
#applicationConfirm .accountArea .title {
	background-color: #989E58;
}
#applicationAdd dd .button:hover,
#applicationConfirm dd .button:hover,
#electricityAdd .button div:hover,
#contractUpload .contractArea dd .button:hover {
	opacity: 0.5;
	transition: opacity 0.2s ease-out;
}
@media screen and (max-width: 768px) {
	#formArea dd .uploadArea .button {
		width: 80%;
		margin-bottom: 10px;
	}
}

/*
ボタン
----------------------------------*/
#btnArea {
	max-width: 600px;
    display: flex;
    justify-content: space-between;
	margin: 50px auto 0;
}
#btnArea.column {
	flex-direction: column;
	gap: 30px;
}
#btnArea .form_temp_btn,
#btnArea .form_btn_back {
	margin-right: /*140px*/5em;
}
#btnArea > div {
	width: 80%;
    max-width: 300px;
	position: relative;
	margin: auto;
}
#btnArea > div.mode_long {
	/*max-width: 350px;*/
	width: 100%;
}
#formArea dd .uploadArea .button.dl {
	width: 33%;
    max-width:250px;
	padding: 11px 0;
    background: #FFB95B;
}
/**
.form_temp_btn
【一時保存ボタン】
*/
.form_temp_btn a,
.form_temp_btn input {
	display: block;
    width: 100%;
    padding: 18px 0;
    border-radius: 30px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.3;
    font-weight: 700;
    color: #ffffff;
    background-color: #FFC107;
    border: 2px solid #FFC107;
}
.form_temp_btn a:hover,
.form_temp_btn input:hover {
	cursor: pointer;
	color: #FFC107;
	background-color: #ffffff;
	opacity: 1;
}
.form_temp_btn:before {
	position: absolute;
    content: "";
    right: 9%;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(-45deg);
}
.form_temp_btn:hover:before {
    border-bottom: 2px solid #FFC107;
    border-right: 2px solid #FFC107;
}

/**
.newpass_btn
【パスワードを忘れた方はこちらボタン】
*/
.newpass_btn a {
	display: block;
    padding: 18px 0;
    border-radius: 30px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.3;
    font-weight: 700;
    color: #ffffff;
    background-color: #a2a2a2;
    border: 2px solid #a2a2a2;
}
.newpass_btn::before {
    position: absolute;
    content: "";
    right: 7%;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(-45deg);
}
.newpass_btn a:hover {
    color: #a2a2a2;
    background-color: #ffffff;
	opacity: 1;
}
.newpass_btn:hover:before {
    border-bottom: 2px solid #a2a2a2;
    border-right: 2px solid #a2a2a2;
}

@media screen and (max-width: 768px) {
	#btnArea {
		flex-direction: column-reverse;
	}
	#btnArea .form_temp_btn,
	#btnArea .form_btn_back {
		margin-right: auto;
		margin-top: 30px;
		width: 100%;
	}
	.form_btn,
	.form_btn_back {
		max-width: initial;
	}
}
@media screen and (max-width: 768px) {
	#btnArea > div {
		width: 100%;
	}
	#btnArea > div.mode_long a {
		font-size: min(4.5vw, 15px);
	}
}
/*
mypageLogin
【マイページ　ログイン】
mypageNewPass
【マイページ　パスワード再登録】
----------------------------------*/
.contentWrap.login {
	padding-bottom: 100px;
}
#mypageLogin .inner,
#mypageNewPass  .inner {
	max-width: 700px;
}
#mypageLogin .errorBox,
#mypageNewPass .errorBox {
    margin-bottom: 25px;
}
#mypageLogin .loginArea dl,
#mypageNewPass .loginArea dl {
	flex-direction: column;
    width: 100%;
    max-width: 500px;
    margin: auto;
}
#mypageLogin .loginArea dd,
#mypageNewPass .loginArea dd {
    width: 100%;
}
#mypageLogin .loginArea {
    margin-bottom: 60px;
}
#mypageNewPass .loginArea {
	margin-bottom: 80px;
}
#mypageNewPass .detailArea p {
    font-size: min(4vw, 18px);
    text-align: center;
    margin-bottom: 25px;
}
/*
mypageNewPassSend
【パスワード再登録 メール送信完了】
----------------------------------*/
#mypageNewPassSend .detailArea {
	padding: 30px 0;
}
#mypageNewPassSend .detailArea p {
    font-size: min(4vw, 20px);
	text-align: center;
}
#mypageNewPassSend .detailInfo {
	margin-top: 70px;
}
@media screen and (max-width: 410px) {
	#mypageNewPassSend .mode_sp {
		display: none;
	}
	#mypageNewPassSend .detailArea {
		padding: 1em 0;
	}
	#mypageNewPassSend.thanks h2 {
		font-size: min(4.5vw, 30px);
	}
}


/*
mypageTop
【マイページTOP】
----------------------------------*/
#mypageTop a:hover {
	opacity: 0.4;
}
#mypageTop .success {
    /*font-size: 18px;
    font-weight: 700;
	color: #fff;
    background-color: #79dcd7;*/
    padding: 20px 0;
	margin-bottom: 2em;
    text-align: center;
    color: #B2D235;
    background-color: #F7F7F7;
	font-weight: 700;
    line-height: 1.75;
    font-size: min(5vw, 30px);
}
#mypageTop .error {
    font-size: 18px;
    font-weight: 700;
	color: #fff;
    background-color: #ea1548;
    padding: 20px 0;
	margin-bottom: 2em;
    text-align: center;
}
#mypageTop .application,
#mypageTop .contract,
#mypageTop .electricity,
#mypageTop .faq {
	margin-bottom: 30px;
}
#mypageTop .application .main {
	display: flex;
    align-items: flex-end;
}
#mypageTop .main .margin-bottom {
	margin-bottom: 20px;
}
#mypageTop .main div:nth-of-type(1) {
	font-size: 30px;
}
#mypageTop .application .main div:nth-of-type(2),
#mypageTop .electricity .main div:nth-of-type(2) {
    padding: 6px 25px;
    background-color: /*#caf6fa*/#FFC107;
	border-radius: 5px;
	border: 1px solid /*#98c4d9*/#FF9800;
}
#mypageTop .application .main div:nth-of-type(2) p,
#mypageTop .electricity .main div:nth-of-type(2) p {
	/*font-size: 20px;*/
	font-size: min(4vw, 20px);
}
#mypageTop .application .main div:nth-of-type(3) {
	margin-left: 30px;
    padding: 6px 15px;
    background-color: #fff88c;
	border-radius: 5px;
	border: 1px solid #d9bf98;
}
#mypageTop .application .main div:nth-of-type(3) p {
	/*font-size: 20px;*/
	font-size: min(4vw, 20px);
}
#mypageTop .contract .main .upload-btn {
	padding: 10px 10px;
	background-color: #6aa1e0;
	color: #ffffff;
	text-align: center;
	margin-left: 2em;
	/*font-size: 17px;*/
	font-size: min(3vw, 17px);
	width: 274px;
}
#mypageTop .electricity .main {
	display: flex;
    align-items: flex-end;
}
#mypageTop .electricity .main div.inline:nth-of-type(4) {
	margin-bottom: 20px;
}
#mypageTop .electricity .main .inline .sp {
	font-size: 13px;
}
#mypageTop .electricity .main .inline .first-electricity-btn {
	padding: 5px 10px;
	background-color: #caf6fa;
	text-align: center;
}
#mypageTop .electricity .main .first-electricity-btn p {
	font-size: 15px;
}
#mypageTop .electricity .main .second-electricity-btn {
	padding: 5px 10px;
	background-color: #6aa1e0;
	text-align: center;
}
#mypageTop .electricity .main .second-electricity-btn p {
	font-size: 15px;
	color: white;
}
#mypageTop .electricity .main  .third-electricity-btn {
	padding: 5px 10px;
	background-color: #092546;
	text-align: center;
}
#mypageTop .electricity .main  .third-electricity-btn p {
	font-size: 15px;
	color: white;
}

#mypageTop .electricity .main .vertical {
	flex-direction: column;
	align-items: center;
	margin-bottom: 10px;
}
#mypageTop .electricity .main .inline {
	margin-left: 2em;
}
#mypageTop .atentionArea {
	margin-left: 2em;
}
#mypageTop .atentionArea.top {
	margin-bottom: 2em;
}
#mypageTop .atentionArea p {
	color: red;
    /*font-size: 18px;*/
	font-size: min(3.8vw, 18px);
	margin-bottom: 10px;
}
#mypageTop .atentionArea p.fontL {
    /*font-size: 22px;*/
	font-size: min(4vw, 22px);
}
#mypageTop .statusArea {
	display: flex;
    gap: 20px;
	margin-left: 2em;
}
#mypageTop .statusArea p {
	padding: 5px 20px;
    border: 1px solid red;
}
#mypageTop .statusArea p {
	background-color: #fbe5eb;
}
#mypageTop .faq .main > div {
	width: 140px;
    min-width: 140px;
}
#mypageTop .faq .main div p {
	background-image: url(/img/icon-tab.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
	display: inline-block;
    padding-right: 2em;
}

#mypageTop .disabled {
	opacity: 0.5;
    filter: grayscale(100%);
	pointer-events: none;
}

@media(min-width:780px) {
	#mypageTop .electricity .main div:nth-of-type(1) {
		min-width: 275px;
	}
	#mypageTop .application .main div:nth-of-type(2) {
		margin-left: 85px;
	}
	#mypageTop .electricity .main .inline .first-electricity-btn {
		width: 170px;
		margin-right: 20px;
	}
	#mypageTop .electricity .main .second-electricity-btn {
		width: 170px;
		margin-right: 20px;
	}
	#mypageTop .electricity .main  .third-electricity-btn {
		width: 170px;
		margin-right: 20px;
	}
}

@media screen and (max-width: 825px) {
	#mypageTop .application .main,
	#mypageTop .electricity .main {
		align-items: flex-start;
		flex-direction: column;
	}
	#mypageTop .application .main div:nth-of-type(1) {
		min-width: auto;
	}
	#mypageTop .application .main div:nth-of-type(2),
	#mypageTop .electricity .main div:nth-of-type(2) {
		margin: 0 30px 10px;
	}
	#mypageTop .electricity .main .first-electricity-btn {
		margin: 0 30px;
		/* width: 170px; */
	}
	#mypageTop .electricity .main .second-electricity-btn {
		margin: 0 30px;
		/* width: 160px; */
	}
	#mypageTop .electricity .main .third-electricity-btn {
		margin: 0 30px;
		/* width: 170px; */
	}
	#mypageTop .electricity .main .vertical {
		text-align: center;
	}
	#mypageTop .main div:nth-of-type(1) {
		/*font-size: 27px;*/
		font-size: min(4vw, 27px);
	}
}
@media screen and (max-width: 610px) {
	#mypageTop .statusArea {
		flex-direction: column;
		gap: 10px;
	}
	#mypageTop .statusArea p {
		max-width: 180px;
		text-align: center;
	}
	#mypageTop .electricity .main .inline {
		margin-left: 0;
	}
}
/*
topic
----------------------------------*/
#topic .inner {
	position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 30px;
    margin-bottom: 10px;
    overflow-x: auto;
    max-width: 1100px;
}
#topic p:nth-of-type(1) {
	margin-right: 30px;
}
#topic p:nth-of-type(2) {
	margin-right: 30px;
}
#topic p:last-of-type {
	font-weight: bold;
}
#topic p + p {
	position: relative;
}
#topic p + p::before {
	position: absolute;
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    margin: auto;
    left: -20px;
    top: 10.5px;
    border-bottom: 2px solid #373C38;
    border-right: 2px solid #373C38;
    transform: rotate(-45deg);
}
#topic a {
	text-decoration: underline;
}
#topic a:hover {
	opacity: 0.6;
}
#atentionTopic .atentionArea {
	margin-left: 2em;
}
#atentionTopic .atentionArea p {
	color: red;
    font-size: 18px;
	margin-bottom: 18px;
	font-weight: 100;
}
@media screen and (max-width: 768px) {
	#topic p + p::before {
		top: 7.5px;
	}
}

/*
applicationAdd
【申請者情報の登録】
----------------------------------*/
#applicationAdd .contentWrap {
    padding-bottom: 50px;
}
#applicationAdd .companyArea,
#applicationAdd .officeArea {
	margin-bottom: 80px;
}

#applicationAdd .accountArea .accountNameInfo {
	background: #f2f2f2;
    margin-top: 20px;
    padding: 24px 27px;
}
#applicationAdd dd .uploadArea .button {
	position: relative;
    color: #fff;
	width: 100%;
    max-width: 250px;
    text-align: center;
    border-radius: 30px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    padding: 17px 0;
    background: #7d7d7d;
	margin: 0 5px 10px;
}
#applicationAdd dd .uploadArea > div:nth-of-type(2) {
	width: 33%;
}
#applicationAdd dd .uploadArea > div:nth-of-type(3) {
	width: 34%;
}
#applicationAdd dd .uploadArea > div:nth-of-type(3) a.button {
	background: #333333;
}
#applicationAdd dd .uploadArea > div:nth-of-type(2) a.button {
	background: #333333;
}
#applicationAdd dd input[type="file"] {
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 0;
    overflow: hidden;
    padding: 0;
    opacity: 0;
    background: transparent;
	cursor: pointer;
}


/*
formArea
----------------------------------*/
#formArea .mode_sp_small {
	display: none;
}
#formArea dt span {
	/*min-width: 38px;*/
	margin-left: 0.5em;
}
#formArea dd p.textOnly {
	padding: 10px 0;
    line-height: 1.4;
}
#formArea dd span.connection {
	padding: 0 7px 0 10px;
}
#formArea dd span.connection.hyphen {
    font-size: 20px;
}
#formArea dd .telArea input[type="text"] {
	width: 28%;
    max-width: 170px;
}
#formArea dd .postalCodeArea input[type="text"] {
	width: 40%;
    max-width: 170px;
}
#formArea dd.name input[type="text"] {
	width: 28%;
    max-width: 170px;
}
#formArea dd .detailName span {
    margin-right: 10px;
}
#formArea dd.name .detailName span:not(:first-of-type) {
    margin-left: 20px;
}
#formArea dd.name .atention {
    margin-left: calc(2em + 10px);
}
#formArea dd.applicationDitail > div:nth-of-type(1) .detailName {
	display: inline-block;
}
#formArea dd.applicationDitail > div {
	margin-bottom: 20px;
}
#formArea dd.applicationDitail > div:nth-of-type(2) div > div {
	display: inline-block;
}
#formArea dd.applicationDitail span.connection {
	padding: 0 0 0 3px;
}
#formArea dd.applicationDitail .atention {
	display: inline-block;
    width: auto;
    max-width: 170%;
}
#formArea dd.applicationDitail .atention:nth-of-type(1) {
    margin-left: calc(4em + 10px);
}
#formArea dd.applicationDitail .atention:nth-of-type(2) {
    margin-left: 126px;
}
#formArea dd.applicationDitail .stablished .atention {
    margin-left: calc(5em + 10px);
}
#formArea .officeArea dd dt {
	width: 40%;
    max-width: 207px;
}
#formArea .officeArea dd dd {
	width: 60%;
	min-width: 180px;
}
#formArea dd .uploadArea {
    display: flex;
	flex-direction: row;
	align-items: center;
}
#formArea dd .uploadArea .btnArea {
	display: flex;
}
#formArea dd .accountAtention {
	max-width: 650px;
	margin-top: 10px;
}
#formArea dd input[type="radio"] + span {
	padding-left: 10px;
}
#formArea dd input[type="radio"]:nth-of-type(2) + span {
	margin-left: 30px;
}
.multipleArea div {
    display: inline-block;
}

/** 申請者情報の確認のみ反映 */

#applicationConfirm #formArea dl {
	padding: 0 65px 20px 65px;
}
#applicationConfirm #formArea .companyArea dt,
#applicationConfirm #formArea .officeArea dt,
#applicationConfirm #formArea .accountArea dt {
	width: 27%;
	min-width: 200px;
}
#applicationConfirm #formArea dd.applicationDitail > div {
	display: flex;
    align-items: center;
    gap: 15px;
}
#applicationConfirm #formArea dd.applicationDitail div span {
	/*width: 15%;
    max-width: 88px;*/
	min-width: 2em;
	font-weight: 500;
}
#applicationConfirm #formArea dl dl {
	padding: 0 30px 0 0;
}
#applicationConfirm #formArea .officeArea dd dt {
	gap: 10px;
}
#applicationConfirm #formArea .officeArea dd dd {
	min-width: 205px;
}
#applicationConfirm #formArea .accountArea dl.bankbook_copy p {
	min-width: 205px;
}
#applicationConfirm .detailArea p {
    font-size: 18px;
    text-align: center;
    margin-bottom: 80px;
}
#applicationConfirm.mypageConf .checkboxArea {
	width: 100%;
    max-width: 240px;
    margin: 0 auto 50px;
}
#applicationConfirm.mypageConf .checkboxArea li label {
	font-size: 20px;
    line-height: 1;
}
#applicationConfirm.mypageConf .submit {
	max-width: 350px;
    margin: 0 auto;
}
#applicationConfirm.mypageConf .submit .next {
	width: 100%;
    padding: 18px 0;
    border-radius: 30px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.3;
    font-weight: 700;
    color: #ffffff;
    background-color: #333333;
    border: 2px solid #333333;
}
#applicationConfirm.mypageConf .submit .next:hover {
	cursor: pointer;
    background-color: #ffffff;
    color: #333333;
    opacity: 1;
}
.previous-value {
    background-color: #f0f0f0;
    padding: 12px;
    margin-top: 5px;
    font-size: 0.9em;
    border-radius: 3px;
	min-width: 200px;
}
.pdf-button {
    display: inline-block;
    padding: 10px 30px;
    background-color: #808080;
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-size: 16px;
    text-align: center;
    transition: background-color 0.3s;
}
.pdf-button:hover {
    background-color: #6c6c6c;
}

@media screen and (max-width: 1050px) {
	#formArea dd.applicationDitail > div:nth-of-type(2) > div {
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	#formArea dd.applicationDitail > div:nth-of-type(2) input[type="text"],
	#formArea dd.applicationDitail > div:nth-of-type(2) select {
		max-width: 225px;
	}
	#formArea dd.applicationDitail > div:nth-of-type(2) div > div > div {
		display: block;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 930px) {
	#formArea dd .multipleArea {
		width: 100%;
	}
	#formArea dd .multipleArea div {
		width: 26%;
	}
	#formArea dd .multipleArea div input {
		width: 72%;
	}
	#formArea dd .multipleArea div:not(:nth-of-type(1)) {
		width: 36%;
	}
	#formArea dd .multipleArea div select {
		font-size: 13px;
		width: 80%;
	}
}
@media screen and (max-width: 768px) {
	#formArea dd span.connection {
		padding: 0 3px 0 6px;
	}
	#formArea .officeArea dd dt {
		max-width: initial;
	}
	#applicationAdd .officeArea dd dt,
	#applicationAdd .officeArea dd dd {
		width: 100%;
	}
	#formArea dd .uploadArea {
		flex-direction: column;
		align-items: start;
	}
	#formArea dd .uploadArea .button,
	#applicationAdd dd .uploadArea > div:nth-of-type(2) {
		width: 80%;
		margin-bottom: 10px;
	}
	#applicationAdd dd .uploadArea > div:nth-of-type(2) a {
		width: 100%;
	}
	#applicationAdd dd .uploadArea > div:nth-of-type(3) {
		width: 100%;
	}
	#formArea .officeArea dd dd {
		width: auto;
		min-width: initial;
	}
	#applicationConfirm.mypageConf #formArea .officeArea dd dd {
		width: auto;
		min-width: 220px;
	}
	#applicationConfirm.mypageConf #formArea .accountArea dd.bankbook_copy {
        min-width: 220px;
    }
}
@media screen and (max-width: 610px) {
	#formArea dd .multipleArea div,
	#formArea dd .multipleArea div:not(:nth-of-type(1)) {
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}
	#formArea dd .multipleArea div input,
	#formArea dd .multipleArea div select {
		width: 80%;
		max-width: 265px;
	}
	#applicationConfirm #formArea dl {
		padding: 0;
	}
}
@media screen and (max-width: 410px) {
	#applicationAdd .title p {
		font-size: 16px;
	}
	#formArea .mode_sp_small {
		display: block;
	}
	#formArea dd.applicationDitail > div:nth-of-type(1) .detailName {
		display: block;
		margin-bottom: 20px;
	}
	#formArea dd.applicationDitail > div:nth-of-type(1) .detailName div span:nth-of-type(1) {
		display: block;
		margin-bottom: 10px;
	}
	#formArea dd.applicationDitail .atention:nth-of-type(1) {
		margin-left: 0;
	}
	#formArea dd .detailName > span {
		display: block;
		margin-bottom: 5px;
	}
	#formArea dd.name .detailName span:not(:first-of-type) {
		margin-left: 0;
	}
	#formArea dd.name input[type="text"] {
		width: auto;
		margin-bottom: 10px;
	}
	#formArea dd.name .atention {
		margin-left: 0;
	}
	#formArea dd.applicationDitail > div:nth-of-type(2) > div {
		display: block;
	}
	#formArea dd.applicationDitail > div:nth-of-type(2) div > div > div {
		margin-top: 15px;
	}
	#formArea dd.applicationDitail .corporationAdd .atention {
		margin-left: 0;
	}
	#formArea dd.applicationDitail > div:nth-of-type(2) input[type="text"],
	#formArea dd.applicationDitail > div:nth-of-type(2) select {
		max-width: 180px;
	}
}

/*
applicationConfirm
【申請者情報の登録：確認】
----------------------------------*/
#applicationConfirm .atentionBox p {
    color: #ea1548;
    text-align: center;
    font-weight: 700;
}
#applicationConfirm .atentionBox {
	margin-bottom: 50px;
	border: 1px solid #ea1548;
	padding: 10px;
}
#applicationConfirm #formArea dd p {
	padding: 10px 0;
    line-height: 1.4;
}

@media screen and (max-width: 768px) {
	#applicationConfirm .atentionBox {
		margin-bottom: 20px;
	}
}


/*
electricityAdd
【使用電力量報告：登録】
----------------------------------*/
#electricityAdd .businessArea {
	display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
	margin-bottom: 25px;
    padding: 10px 25px;
	border: 2px solid #FFC107;
    background-color: #FFC107;
}
#electricityAdd .businessArea p {
	font-size: 20px;
}
#electricityAdd .businessArea p:nth-of-type(2) {
	width: 100%;
    max-width: 500px;
    padding: 5px 0;
    background-color: #fff;
    border: 1px solid #FFC107;
    text-align: center;
}
#contractUpload .contractArea {
    margin: 0 auto 50px;
}
#contractUpload .contractArea .contractText {
	background-color: #6aa1e0;
	color: #ffffff;
	padding: 20px;
	margin-bottom: 25px;
	font-size: 20px;
}
#contractUpload .contractArea .contractText p {
	text-align: center;
}
#contractUpload .contractArea dd .uploadArea .button {
	position: relative;
    color: #fff;
	width: 100%;
    max-width: 250px;
    text-align: center;
    border-radius: 30px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    padding: 17px 0;
    background: #7d7d7d;
	margin: 0 5px 10px;
}
#contractUpload .contractArea dd .uploadArea > div:nth-of-type(2) {
	width: 33%;
}
#contractUpload .contractArea dd .uploadArea > div:nth-of-type(3) {
	width: 34%;
}
#contractUpload .contractArea dd .uploadArea > div:nth-of-type(3) a.button {
	background: #333333;
}
#contractUpload .contractArea dd .uploadArea > div:nth-of-type(2) a.button {
	background: #333333;
}
#contractUpload .contractArea dd input[type="file"] {
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 0;
    overflow: hidden;
    padding: 0;
    opacity: 0;
    background: transparent;
	cursor: pointer;
}
@media screen and (min-width: 769px){
	#contractUpload .contractArea dt {
		width: 35%;
	}
}
#contractUpload .contractArea dd {
	width: 65%;
}
#contractUpload .contractArea.noUpdate .upbutton {
	pointer-events: none;
	opacity: 0.4;
}
#electricityAdd .report {
	max-width: 800px;
    margin: 0 auto 50px;
}
#electricityAdd .report .titleArea {
	border: 1px solid #B2D235;
    border-radius: 10px 10px 0 0;
    background-color: #E6EE9C;
    padding: 20px;
    display: flex;
    gap: 25px;
}
#electricityAdd .report .titleArea p:nth-of-type(2) {
	background-color: #ffffff;
    width: 100%;
    max-width: 100px;
    text-align: center;
}
#electricityAdd .report .titleArea .errorBox {
	margin: 0;
    padding: 0 10px;
}
#electricityAdd .report .detailArea {
	padding: 30px 20px;
	border: 2px solid #bebebe;
	border-top: none;
	border-radius: 0 0 10px 10px;
}
#electricityAdd .report .detailArea .electricityUsageArea {
    display: flex;
    align-items: flex-end;
}
#electricityAdd .report .detailArea .electricityUsageArea > p {
    font-weight: bold;
	width: 10%;
    min-width: 85px;
	margin-right: 10px;
}
#electricityAdd .report .detailArea .electricityUsageArea > div {
	width: 100%;
    display: flex;
	gap: 30px;
}
#electricityAdd .report .detailArea .electricityUsageArea input[type="text"] {
	max-width: 100px;
    padding: 8px 3px 2px;
}
#electricityAdd .report .detailArea .electricityUsageArea .calcArea {
    display: flex;
    align-items: flex-end;
	flex-wrap: wrap;
}
#electricityAdd .report .detailArea .electricityUsageArea .calcArea > p {
    margin: 0 10px;
}
#electricityAdd .report .detailArea .electricityUsageArea .calcArea .inputArea p {
	font-size: 14px;
    text-align: center
}
#electricityAdd .report .detailArea .electricityUsageArea .applicationAmountArea {
	display: flex;
    flex-direction: column;
    max-width: 135px;
    width: 100%;
}
#electricityAdd .report .detailArea .electricityUsageArea .applicationAmountArea > p {
	font-size: 14px;
    text-align: center;
}
#electricityAdd .report .detailArea .electricityUsageArea .applicationAmountArea div {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: center;
}
#electricityAdd .report .detailArea > .err {
	max-width: 365px;
    margin-left: 95px;
}
#electricityAdd .report .detailArea .documentArea {
	max-width: 470px;
	margin-top: 25px;
    margin-left: calc(100% - 470px);
}
#electricityAdd .report .detailArea .documentArea > div {
	display: flex;
    flex-direction: row;
}
#electricityAdd .report .detailArea .documentArea > div:not(:first-of-type) {
	margin-top: 25px;
}
#electricityAdd .report .detailArea .documentArea > div > p {
	width: 70%;
}
#electricityAdd .report .detailArea .documentArea .text {
	width: 65%;
}
#electricityAdd .report .detailArea .documentArea .button {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 35%;
}
#electricityAdd .report .detailArea .documentArea .button .uploadArea input[type="file"] {
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 0;
    overflow: hidden;
    padding: 0;
    opacity: 0;
    background: transparent;
	cursor: pointer;
}
#electricityAdd .report .detailArea .documentArea .button .uploadArea {
    position: relative;
    color: #fff;
    max-width: 316px;
    text-align: center;
    border-radius: 30px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    padding: 17px 0;
	background: #7d7d7d;
}
#electricityAdd .report .detailArea .documentArea .button .uploadConfirmArea {
	position: relative;
	max-width: 316px;
	text-align: center;
}
#electricityAdd .report .detailArea .documentArea .button .uploadConfirmArea a {
	color: #fff;
	width: 100%;
	border-radius: 30px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	padding: 17px 0;
	background: #333333;
}

#electricityAdd .report .detailArea.noUpdate {
	background-color: #d9d9d9;
}
#electricityAdd .report .detailArea.noUpdate input[type="text"] {
	background-color: #d9d9d9;
}
#electricityAdd .report .detailArea.noUpdate .button .uploadArea {
	pointer-events: none;
	opacity: 0.4;
}

@media screen and (max-width: 768px) {
	#electricityAdd .report .detailArea > .err {
		margin-left: 0;
	}
	#electricityAdd .businessArea p:nth-of-type(1) {
		min-width: 80px;
	}
	#electricityAdd .businessArea p:nth-of-type(2) {
		min-width: 400px;
	}
	#electricityAdd .report .detailArea > div:nth-of-type(1) {
		flex-direction: column;
		align-items: flex-start;
	}
	#electricityAdd .report .detailArea > div:nth-of-type(1) > p {
		margin-bottom: 10px;
	}
	#electricityAdd .report .detailArea .documentArea {
		margin-left: 0;
	}
}
@media screen and (max-width: 610px) {
	#electricityAdd .businessArea {
		display: flex;
		flex-direction: column;
	}
	#electricityAdd .businessArea p:nth-of-type(2) {
		min-width: auto;
	}
}
@media screen and (max-width: 550px) {
	#electricityAdd .report .titleArea {
		display: block;
	}
	#electricityAdd .report .titleArea p:nth-of-type(1) {
		display: inline-block;
		margin-right: 10px;
	}
	#electricityAdd .report .titleArea p:nth-of-type(2) {
		display: inline-block;
	}
	#electricityAdd .report .titleArea .errorBox {
		margin-top: 10px;
		text-align: center;
	}
	#electricityAdd .report .detailArea .electricityUsageArea > div {
		flex-direction: column;
		gap: 15px;
	}
	#electricityAdd .report .detailArea .electricityUsageArea .applicationAmountArea > p {
		text-align: left;
	}
	#electricityAdd .report .detailArea .electricityUsageArea .applicationAmountArea div {
		justify-content: left;
	}
	#electricityAdd .report .detailArea .documentArea > div {
		flex-direction: column;
	}
	#electricityAdd .report .detailArea .documentArea .text{
		width: 100%;
	}
	#electricityAdd .report .detailArea .documentArea .button {
		flex-direction: row;
		width: auto;
	}
	#electricityAdd .report .detailArea .documentArea .button .uploadArea,
	#electricityAdd .report .detailArea .documentArea .button .uploadConfirmArea {
		width: 100%;
		max-width: 170px;
	}
}
@media screen and (max-width: 400px) {
	#electricityAdd .report .detailArea > div:nth-of-type(1) > div {
		flex-direction: column;
		gap: 10px;
	}
	#electricityAdd .report .detailArea .documentArea .button {
		flex-direction: column;
		width: auto;
	}
}


/*
detailInfo
----------------------------------*/
.detailInfo {
	position: relative;
	text-align: center;
	background-color: rgba(233, 245, 0, 0.05);
	padding: 20px 4%;
	margin-top: 60px;
	border: 2px solid #e9f500;
}
.detailInfo.store {
	padding: 44px 4%;
}
.no-space .detailInfo {
	margin-top: 0;
}
.afterTitleType .detailInfo {
	margin-top: 0;
}
.afterTitleType .detailInfo .topTitle {
	display: none;
}
.afterTitleType .detailInfo .telIcon {
	margin-top: 0;
}
.detailInfo:after {
	content: "";
	display: block;
	background-color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}
.detailInfo .detailTitle {
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 0.05em;
	line-height: 1.4;
}
.detailInfo .telIcon {
	margin: 15px 0;
}
.detailInfo .telIcon a, .detailInfo .telIcon span {
	position: relative;
	font-size: 22px;
	font-weight: 600;
	padding-left: 32px;
}
.detailInfo .telIcon a:before, .detailInfo .telIcon span:before {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	display: inline-block;
	width: 22px;
	height: 22px;
	background-image: url(../img/icon-footer-tel.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.detailInfo .telNote {
		margin-bottom: 10px;
		color : #ff0000;
}
.detailInfo .attNote {
	color : #ff0000;
	margin-top: 10px;
}
.detailInfo .textBase {
	padding-top: 10px;
	text-align: center;
}
.detailInfo .btnWrap {
	padding-top: 20px;
}
.detailInfo.store .btnWrap {
	padding-top: 68px;
}

@media (max-width: 1042px) {
	.detailInfo .attNote {
		color : #ff0000;
		margin-top: 14px;
		font-size: 16px;
	}
}
@media (min-width: 1000px) {
	.detailInfo {
		font-size: 18px;
		padding: 40px 4%;
		margin-top: 120px;
	}
	.detailInfo .detailTitle {
		font-size: 20px;
		padding-bottom: 10px;
	}
	.detailInfo .telIcon {
		margin: 25px 0;
	}
	.detailInfo .telIcon a, .detailInfo .telIcon span {
		font-size: 30px;
		padding-left: 43px;
	}
	.detailInfo .telIcon a:before, .detailInfo .telIcon span:before {
		width: 33px;
		height: 33px;
	}
	.detailInfo .btnWrap {
		padding-top: 30px;
	}
}
@media (max-width: 350px) {
	.detailInfo .detailTitle {
		font-size: 16px;
	}
}
.contentWrap #attBlock {
	padding-bottom: 30px;
}
#attBlock p {
	font-size: 18px;
}
#attBlock .attTitle {
	background-color: #F84E41;
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.4;
	text-align: center;
	padding: 15px;
	margin-bottom: 20px;
}
#attBlock .attTitle02 {
	color: #F84E41;
	font-weight: 600;
	font-size: 18px;
	padding-bottom: 10px;
}
#attBlock .attInnerBox {
	border: 1px solid #F84E41;
	padding: 15px;
	margin-top: 20px;
}
#attBlock .red {
	color: #ff0000;
}
@media screen and (min-width: 769px){
	#attBlock .attTitle {
		font-size: 22px;
		margin-bottom: 30px;
	}
	#attBlock .attTitle02 {
		padding-bottom: 20px;
	}
	#attBlock .attInnerBox {
		padding: 20px;
		margin-top: 25px;
	}
}
.textLine {
    text-decoration: underline;
}