@charset "utf-8";

/* CSS Document */
/*============================================================
common
============================================================*/
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}

.nowrap {
  display: inline-block;
  white-space: nowrap;
}

.leftColumn img {
	max-width: 100%;
}

.txtDescription {
	margin-bottom: 0.5em;
	line-height: 1.6;
}

a.external {
	/*background: url(../../../common/img/icn_linkout.png) no-repeat right center;*/
	/*padding-right: 17px;*/
}

.colorOrange {
  color: #eb5505;
}

.mgB1em {
	margin-bottom: 1em !important;
}

.imgWidthAuto {
	margin: 1em 0;
	text-align: center;
}

.imgWidthAuto img {
  max-width: 100%;
}

.information {
	border: solid 1px #ccc;
	margin: 1em 0;
}

.information h4 {
  background: #FFF4EE;
  padding: 1em;
  border-bottom: solid 1px #ccc;
}

.information p {
  padding: 1em;
  line-height: 1.5;
}

.information strong {
  font-size: 1.5em;
  line-height: 2;
}

.information strong.freecall {
  background: url(../img/freecall.png) no-repeat left center;
  padding-left: 36px;
}
/* page */
.request_applcation_heading {
  line-height: 36px;
  color: #ea5404;
  font-weight: bold;
  background: url(../img/ico01.png) no-repeat left center;
  padding-left: 36px;
}
.table_icon {
  border: solid 1px #ff0044;
  border-radius: 3px;
  padding: 1px 5px;
  font-size: 11px;
  line-height: 1;
  color: #ff0044;
  white-space: nowrap;
}
.btn_normal {
  display: inline-block;
  background-color: #eb5505;
  border-radius: 26px;
  color: #fff;
}
.btn_normal:visited {
  color: #fff;
}
.btn_normal:hover {
  text-decoration: none;
  opacity: .75;
}
.lead_wrap {
  margin-top: 10px;
  display: table;
}
.lead_wrap .lead_text, .lead_wrap .lead_img {
  display: table-cell;
  vertical-align: top;
}
.apply_web_wrap, .apply_post_wrap {
  min-height: 80px;
  padding-left: 100px;
  background-size: 80px;
  background-repeat: no-repeat;
}
.apply_web_wrap {
  background-image: url(/method/variouspayment/img/icon_web.png);
}
.apply_post_wrap {
  background-image: url(/method/variouspayment/img/icon_post.png);
}
.link_arrow {
  display: inline-block;
  padding-left: 11px;
  background: url(/method/variouspayment/img/icon_arrow.png) left 0.4em no-repeat;
  -ms-background-size: 5px 8px;
  background-size: 5px 8px;
}
/* お支払い手続きアンカーリンク */
.anc_list, .anc_list_icon {
  border: solid 1px #ccc;
}
.anc_list_icon .anc_btn {
  padding-left: 69px;
}
.anc_list_electrical {
  background-image: url(/method/variouspayment/img/icon_anc_electrical.png);
  background-size: 27px;
  background-position: 32px center;
  background-repeat: no-repeat;
}
.anc_list_gas {
  background-image: url(/method/variouspayment/img/icon_anc_gas.png);
  background-size: 22px;
  background-position: 34px center;
  background-repeat: no-repeat;
}
.anc_list_water {
  background-image: url(/method/variouspayment/img/icon_anc_water.png);
  background-size: 28px;
  background-position: 31px center;
  background-repeat: no-repeat;
}
.anc_list_broadcast {
  background-image: url(/method/variouspayment/img/icon_anc_broadcast.png);
  background-size: 29px;
  background-position: 30px center;
  background-repeat: no-repeat;
}
.anc_btn {
  color: #333333;
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 18px;
  background-image: url(/method/variouspayment/img/icon_anc_arrow.png);
  background-size: 10px;
  background-position: 8px center;
  background-repeat: no-repeat;
}
/* テーブル */
.external_icon_wrap {
  padding-left: 24px;
  text-indent: -24px;
}
.site-links {
  display:flex;
  flex-wrap:wrap;
  gap:0.5em;
  > li {
    line-height:1.3;
  }
}
/*============================================================
PC
============================================================*/
@media screen and (min-width: 641px) {
  .site-links > li{
    flex:0 1 32%;
  }
  /* common */

  .section {
    margin-bottom: 50px;
  }

  .notes {
    font-size: 1.2rem;
    line-height: 1.6;
  }

  .notes dt {
    float: left;
    margin-right: 0.5em;
  }

  .notes dd {
    overflow: hidden;
    margin-bottom: 0.5em;
  }

  ol.normalList {
    padding-left: 2em;
    list-style-type: decimal;
    line-height: 1.6;
    margin-bottom: 0.5em;
  }



  /* page */

  h6.variouspaymentTitlel1 {
    line-height: 36px;
    color: #ea5404;
    font-weight: bold;
    background: url(../img/ico01.png) no-repeat left center;
    padding-left: 36px;
  }

  h6.variouspaymentTitlel2 {
    line-height: 36px;
    color: #ea5404;
    font-weight: bold;
    background: url(../img/ico02.png) no-repeat left center;
    padding-left: 36px;
  }

  #variouspayment .iconList {
    background-color:#ededed;
    border-top:1px solid #cccccc;
    overflow:hidden;
    padding-bottom:5px;
    padding-left:5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 0.5em 0;
  }
  #variouspayment .iconList li{
    width:33%;
    float:left;
    border-right:5px solid #ededed;
    border-top:5px solid #ededed;
    border-bottom:1px solid #cccccc;
    background-color:#ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding:10px;
    line-height:1.6;
    text-align: center;
  }
  #variouspayment .iconList a {
    display:block;
  }

  .listTable1 {
    width:100%;
    border-collapse: collapse;
    margin-bottom: 0.5em;
  }
  .listTable1 tr th,
  .listTable1 tr td {
    border:1px solid #cccccc;
    font-weight:normal;
    text-align: left;
    padding:15px;
    line-height:1.6;
    width: 33%;
    vertical-align: middle;
  }
  .listTable1 tr th {
    background-color:#fff4ee;
    text-align: center;
  }

  .listTable1 tr th:first-child {
    background-color:#ededed;
  }

  .listTable1 tr td.logo {
    text-align: center;
  }

	.listTable1 tr td.logo span {
		display: block;
		text-align: left;
	}

  .listTable1 tr td.enter {
    text-align: center;
  }

  .listTable1 tr td .empty {
    text-align: center;
    margin: 1em 0;
  }
  /*-- 2nd --*/

  .listTable2 {
    width:100%;
    border-collapse: collapse;
    margin-bottom: 0.5em;
  }
  .listTable2 tr th,
  .listTable2 tr td {
    border:1px solid #cccccc;
    font-weight:normal;
    text-align: left;
    padding:15px;
    line-height:1.6;
    vertical-align: middle;
  }
  .listTable2 tr th {
    background-color:#fff4ee;
    text-align: center;
  }

  .listTable2 tr th:first-child {
    background-color:#ededed;
  }

  .listTable2 tr td.logo {
    text-align: center;
  }

	.listTable2 tr td.logo span {
		display: block;
		text-align: left;
	}

  .listTable2 tr td.enter {
    text-align: center;
  }

  .listTable2 tr td .empty {
    text-align: center;
    margin: 1em 0;
  }

  /*-- 2nd --*/

  ol.variouspayment3step {
    margin-left: -3%;
  }

  ol.variouspayment3step li {
    width: 30%;
    float: left;
    margin-left: 3%;
  }

  .icnRecomend {
    display: block;
    vertical-align: middle;
    width: 30%;
    float: right;
    margin-right: 30px;
  }
  .btn_normal {
    padding: 10px 14px;
    font-size: 14px;
  }
  .lead_wrap .lead_img {
    max-width: 180px;
    margin-left: 30px;
  }
  .apply_post_wrap {
    margin-top: 20px;
  }
  /* お支払い手続きアンカーリンク */
  .anc_list_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box;
  }
  .anc_list, .anc_list_icon {
    width: 49%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
  }
  .anc_list_wrap li:nth-child(odd) {
    margin-right: 2%;
  }
  .anc_list_wrap li:nth-child(n+3) {
    margin-top: 2%;
  }
  .anc_btn {
    padding: 11px 13px 9px 30px;
    min-height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .anc_list_electrical {
    background-image: url(/method/variouspayment/img/icon_anc_electrical.png);
    background-size: 27px;
    background-position: 30px center;
    background-repeat: no-repeat;
  }
  .anc_list_electrical .anc_btn {
    padding-left: 69px;
  }


}/*PC_end*/
/*============================================================
SP
============================================================*/
@media screen and (max-width: 640px) {

  .site-links > li{
    flex:1 1 48%;
  }
  /* common */

  .section {
    margin-bottom: 30px;
  }

  .notes {
    font-size: 1rem;
    line-height: 1.6;
    padding: 0 3%;
  }

  .notes dt {
    float: left;
    margin-right: 0.5em;
  }

  .notes dd {
    overflow: hidden;
    margin-bottom: 0.5em;
  }

  .imgWidthAuto img {
    max-width: 94%;
    padding: 0 3%;
  }

  .information {
    margin: 1em 3%;
  }

  ol.normalList {
    padding: 0 3% 0 2.5em;
    list-style-type: decimal;
    line-height: 1.6;

  }



  /* page */

  /* page */

  h6.variouspaymentTitlel1 {
    line-height: 36px;
    color: #ea5404;
    font-weight: bold;
    background: url(../img/ico01.png) no-repeat left center;
    padding-left: 36px;
    margin: 0 3%;
  }

  h6.variouspaymentTitlel2 {
    line-height: 36px;
    color: #ea5404;
    font-weight: bold;
    background: url(../img/ico02.png) no-repeat left center;
    padding-left: 36px;
    margin: 0 3%;
  }

  #variouspayment .iconList {
    background-color:#ededed;
    border-top:1px solid #cccccc;
    overflow:hidden;
    padding-bottom:5px;
    padding-left:5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 3% 0.5em 3%;
  }
  #variouspayment .iconList li{
    width:33%;
    float:left;
    border-right:5px solid #ededed;
    border-top:5px solid #ededed;
    border-bottom:1px solid #cccccc;
    background-color:#ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding:10px;
    line-height:1.6;
    text-align: center;
  }
  #variouspayment .iconList a {
    display:block;
  }


  .listTable1 {
    width:96%;
    border-collapse: collapse;
    margin: 0 auto 0.5em;
  }
  .listTable1 tr th,
  .listTable1 tr td {
    border:1px solid #cccccc;
    font-weight:normal;
    text-align: left;
    padding:15px;
    line-height:1.6;
    width: 33%;
    vertical-align: middle;
  }

  .listTable1 tr th {
    background-color:#fff4ee;
    text-align: center;
  }

  .listTable1 tr th:first-child {
    background-color:#ededed;
  }

  .listTable1 tr td.logo {
    text-align: center;
  }

	.listTable1 tr td.logo span {
		display: block;
		text-align: left;
	}

  .listTable1 tr td.enter {
    text-align: center;
  }

  .listTable1 tr td .empty {
    text-align: center;
    margin: 1em 0;
  }
  /*-- 2nd --*/

  .listTable2 {
    width:96%;
    border-collapse: collapse;
    margin: 0 auto 0.5em;
  }
  .listTable2 tr th,
  .listTable2 tr td {
    border:1px solid #cccccc;
    font-weight:normal;
    text-align: left;
    padding:15px;
    line-height:1.6;
    vertical-align: middle;
  }

  .listTable2 tr th {
    background-color:#fff4ee;
    text-align: center;
  }

  .listTable2 tr th:first-child {
    background-color:#ededed;
  }

  .listTable2 tr td.logo {
    text-align: center;
  }

	.listTable2 tr td.logo span {
		display: block;
		text-align: left;
	}

  .listTable2 tr td.enter {
    text-align: center;
  }

  .listTable2 tr td .empty {
    text-align: center;
    margin: 1em 0;
  }

  /*-- 2nd end --*/
  ol.variouspayment3step {
  }

  ol.variouspayment3step li {
    width: 30%;
    float: left;
    margin-left: 3%;
  }

  ol.variouspayment3step li:last-child {
    width: 28%;
  }

  .table02 tr td dl dt {
    display: table-cell;
    vertical-align: middle;
    width: 60%;
  }

  .table02 tr td dl dd {
    display: table-cell;
    vertical-align: middle;
  }

  .icnRecomend {
    display: block;
    vertical-align: middle;
    width: 60%;
    margin:0 auto;
    padding-top: 3px;
  }

  /* 201802追加 */
  .table02 tr th,
  .table02 tr td {
    padding: 15px 12px;
  }
  /* 201802追加end */

  .sp_spacer {
    padding: 0 3%;
    box-sizing: border-box;
  }
  .btn_normal {
    padding: 8px 14px;
    font-size: 10px;
  }
  .lead_wrap .lead_text {
    padding: 0;
  }
  .lead_wrap .lead_img {
    max-width: 130px;
    margin-left: 10px;
  }
  .apply_web_wrap, .apply_post_wrap {
    background-position: 10px 0;
  }
  .apply_post_wrap {
    margin-top: 13px;
  }
  /* お支払い手続きアンカーリンク */
  .anc_list, .anc_list_icon {
    border: 1px #ccc solid;
    margin-top: 5px;
  }
  .anc_btn {
    padding: 14px 12px 14px 30px;
    background-size: 10px;
  }
  .request_applcation_heading {
    margin: 0 3%;
  }

}/*SP_end*/

/*============================================================
Tablet
============================================================*/
@media screen and (max-width: 1024px){

}/*TB_end*/


/*============================================================
2109改修
============================================================*/
.various_kv {
  background-color: #fef6f2;
  padding: 22px 0;
  height: 150px;
  box-sizing: border-box;
}

.various_kv .c-image {
  height: 100%;
}

.list-check {
	padding: 20px 15px;
	border: 1px solid #ccc;
	line-height: 1;
}

.c-frame[data-color="orange"] {
	background-color: #fef6f2;
}

.c-frame > .list-check {
	padding: 0;
	border: none;
}

ul.list-check > li {
	position: relative;
	padding-left: 28px;
  line-height: 1.6;
}

ul.list-check > li:not(:first-child) {
	margin-top: 15px;
}

ul.list-check > li::before {
	position: absolute;
	top: 3px;
	left: 0;
	width: 15px;
	height: 12px;
	background-image: url(/method/img/common/icon_tick.png);
	background-repeat: no-repeat;
	background-size: cover;
	content: '';
}

.l-grid {
  align-items: center;
}

.c-icon[data-name="electrical"] {
  background-image: url(/method/variouspayment/img/icon_anc_electrical.png);
}

.c-icon[data-name="gus"] {
  background-image: url(/method/variouspayment/img/icon_anc_gas.png);
}

.c-icon[data-name="water"] {
  background-image: url(/method/variouspayment/img/icon_anc_water.png);
}

.c-icon[data-name="broadcast"] {
  background-image: url(/method/variouspayment/img/icon_anc_broadcast.png);
}

.c-icon[data-name="communication"] {
  background-image: url(/method/variouspayment/img/icon_anc_communication.png);
}

.c-table[data-sm-col="1-2"] th:first-child img {
  vertical-align: middle;
}
/*============================================================
SP
============================================================*/
@media screen and (max-width: 640px) {
	.various_kv {
		height: 130px;
	}
  .l-grid {
    display: flex;
  }
  .l-grid[data-col="2"] .l-grid__item:first-child {
    width: 26%;
    margin-right: 11%;
  }
  .l-grid[data-col="2"] .l-grid__item:last-child {
    width: 63%;
  }
  .l-grid .l-grid__item:nth-child(n+2) {
    margin-top: 0;
  }
  .img-variouspayment02{
    width: 88%;
    margin-left: -12.8vw;
  }
  .img-variouspayment03{
    width: 95%;
  }
}

/*============================================================
PC
============================================================*/
@media screen and (min-width: 641px) {
  .l-grid[data-col="2"] .l-grid__item:first-child {
    width: 37.5%
  }
  .l-grid[data-col="2"] .l-grid__item:last-child {
    width: 59.5%
  }
  .img-variouspayment02{
    margin-left: -45px;
  }
}


a.pagelink {
  text-decoration: underline;
}

.table02 tr th {
  vertical-align: middle;
}

.table02 tr th dl {
  display: table;
  width: 100%;
}

.table02 tr th dl dt {
  display: table-cell;
  vertical-align: middle;
  width: 60%;
}

.table02 tr th dl dt img {
  width: 60%;
}

.table02 tr th dl dd {
  display: table-cell;
  vertical-align: middle;
}

.table02 tr td {
  vertical-align: middle;
}

.center {
  text-align: center;
}
