@charset 'UTF-8';

.txtLead_area {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.txtLead {
  margin-bottom: 0;
  border-bottom: 1px solid #fff;
  text-align: left;
}
.txtLead:first-of-type {
  border-top: 1px solid #fff;
}
.txtLead:last-of-type {
  border-bottom: none;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.txtLead:first-of-type a:first-of-type {
  display: none;
}
.txtLead_row .txtLead:first-of-type a:first-of-type {
  display: block;
}
.txtLead_row .txtLead {
  border-bottom: none;
}
.txtLead_row .txtLead:first-of-type {
  border-top: none;
}
.txtLead_row .txtLead:last-of-type {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.txtLead_row {
  display: table;
  text-align: left;
  vertical-align: middle;
  width: 100%;
  border-top: 1px solid #fff;
}
.txtLead_row:last-child {
  border-top: 1px solid #fff;
}
.txtLead_row p {
  border-right: 1px solid #fff;
}
.txtLead_row p:last-child {
  border-right: none;
}
.txtLead_row:last-child p:first-child {
  border-bottom-left-radius: 8px;
}
.txtLead_row:last-child p:last-child {
  border-bottom-right-radius: 8px;
}
.txtLead_row.col1 p {
  display: table-cell;
  width: 100%;
}
.txtLead_row p {
  display: table-cell;
  width: 50%;
}
.txtLead_row.col1 p.txtLead a:first-child {
  display: none;
}
.mod-box > a {
  padding-bottom: 5.57em;
}
.mod-lytBox .mod-box > a,
.mod-box.type-wimax > a {
  margin-bottom: 0;
}
.txtLead a span {
  padding-left: 10px;
  position: relative;
}
.txtLead a span::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  margin-top: auto;
  margin-bottom: auto;
  content: '';
  border: 5px solid transparent;
  border-left-color: #333;
}
.txtLead a {
  display: block;
  padding: 4px 15px 4px;
}

/*ポジション調整*/
.mod-box.adjust > a {
  position: static;
}
.mod-box.type-adsl.adjust > a {
  position: relative;
  margin-bottom: 0;
}

.mod-card-box .mod-box > a .txtLead {
  position: relative;
}

/*マージン調整*/
.mod-box.adjust .txt span {
  margin-left: 1em;
}

/*フレッツ光*/
#mod_06 {
  padding: 0;
}
#mod_06 .txt {
  padding: 13px 20px 22px;
}
#mod_06 .txtLead_row:first-child .txtLead {
  text-align: left;
}
#mod_06 .txtLead_row:first-child .txtLead a span {
  padding-left: 0;
}
#mod_06 .txtLead_row:first-child .txtLead a span::before {
  border: none;
}
.txtLead_hd {
  padding: 4px 15px 4px;
  font-weight: bold;
  background: #f2f9fb;
}

/*光TOP*/
.hikaritop .mod-lytBtn {
  margin-top: -5px;
}
.hikaritop .mod-lytBtn li:nth-child(2) {
  margin-right: 10px;
}
.hikaritop .mod-box.type-areaLinkToggle > div:first-child {
  border-radius: 8px;
}
.hikaritop .mod-box.type-areaLinkToggle .txt {
  padding: 5px 24px 20px 24px;
}
.hikaritop .mod-box.type-areaLinkToggle .mod-lytBtn > li  {
  margin-right: 50px;
}
.hikaritop .mod-box.type-areaLinkToggle .mod-lytBtn > li:last-child {
  margin-right: 0;
}
.hikaritop .btn_area {
  display: table;
  margin-top: 15px;
  width: 100%;
}
.hikaritop .btn_area_e {
  display: table-cell;
  width: 50%;
}
.hikaritop .btn_area_w {
  display: table-cell;
  width: 50%;
}
.hikaritop .btn_area .mod-lytBtn li {
  display: block;
}
.hikaritop .btn_area .mod-lytBtn li:last-child {
  margin-right: 0;
}
.hikaritop .btn_area_cate {
  font-weight: bold;
  text-align: center;
}
.hikaritop .btn_area .type-wS.mod-btn {
  width: 100%;
  max-width: 230px;
}
.hikaritop .mod-box .mod-btn {
  font-size: 16px;
  font-weight: bold;
}
.hikaritop .mod-box.type-docomo .mod-btn {
  color: #d0062c;
  border-color: #d0062c;
  background: #fff;
  border: 2px solid #d0062c;
}
.hikaritop .mod-box.type-docomo .mod-btn:hover,
.hikaritop .mod-box.type-docomo .mod-btn:focus,
.hikaritop .mod-box.type-docomo .mod-btn:active {
  border-color: #d0062c;
  background-color: #d0062c;
  color: #fff;
}
.hikaritop .mod-box.type-au .mod-btn {
  color: #e95504;
  border-color: #e95504;
  background: #fff;
  border: 2px solid #e95504;
}
.hikaritop .mod-box.type-au .mod-btn:hover,
.hikaritop .mod-box.type-au .mod-btn:focus,
.hikaritop .mod-box.type-au .mod-btn:active {
  border-color: #e95504;
  background-color: #e95504;
  color: #fff;
}
.hikaritop .mod-box.type-collabo .mod-btn {
  color: #d5307a;
  border-color: #d5307a;
  background: #fff;
  border: 2px solid #d5307a;
}
.hikaritop .mod-box.type-collabo .mod-btn:hover,
.hikaritop .mod-box.type-collabo .mod-btn:focus,
.hikaritop .mod-box.type-collabo .mod-btn:active {
  border-color: #d5307a;
  background-color: #d5307a;
  color: #fff;
}
.hikaritop .mod-box.type-nuro .mod-btn {
  color: #393939;
  border-color: #393939;
  background: #fff;
  border: 2px solid #393939;
}
.hikaritop .mod-box.type-nuro .mod-btn:hover,
.hikaritop .mod-box.type-nuro .mod-btn:focus,
.hikaritop .mod-box.type-nuro .mod-btn:active {
  border-color: #393939;
  background-color: #393939;
  color: #fff;
}
.hikaritop .mod-box.type-commufa .mod-btn {
  color: #002d8b;
  border-color: #002d8b;
  background: #fff;
  border: 2px solid #002d8b;
}
.hikaritop .mod-box.type-commufa .mod-btn:hover,
.hikaritop .mod-box.type-commufa .mod-btn:focus,
.hikaritop .mod-box.type-commufa .mod-btn:active {
  border-color: #002d8b;
  background-color: #002d8b;
  color: #fff;
}
.hikaritop .mod-box.type-flets .mod-btn {
  color: #008bb9;
  border-color: #008bb9;
  background: #fff;
  border: 2px solid #008bb9;
}
.hikaritop .mod-box.type-flets .mod-btn:hover, .mod-box.type-flets .mod-btn:focus, .mod-box.type-flets .mod-btn:active {
  border-color: #008bb9;
  background-color: #008bb9;
  color: #fff;
}

/* 注意事項BOX */
.notes_box {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.notes_box dt {
  background: #000;
  color: #fff;
  padding: 7px 13px 7px 10px;
  letter-spacing: 2px;
  line-height: 1.3;
  position: relative;
  min-width: 30px;
}
.notes_box dt span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.notes_box dd {
  padding-left: 10px;
}

@media only screen and (max-width: 767px) {
.notes_box {
  font-size: 12px;
  font-size: 1.2rem;
}
.notes_box dt {
  padding: 7px 10px;
  min-width: 26px;
}
}

/*汎用*/
.pl-0 {
  padding-left: 0 !important;
}

@media only screen and (max-width: 1023px) {
.txtLead a span {
  font-size: 1.2rem;
}
}

@media only screen and (max-width: 767px) {
.cmp-searchBox + .mod-lytBox .mod-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cmp-searchBox + .mod-lytBox .mod-box:nth-child(2n) {
  margin-right: 0;
}
.txtLead_row:last-child p:first-child {
  border-bottom-left-radius: 0;
}
.txtLead_row.col2 p {
  display: block;
  width: 100%;
  border-right: 0;
  margin-bottom: 0;
}
.txtLead_row.col2 p:first-child {
  border-bottom: 1px solid #fff;
}
.txtLead_row.col2 p:last-child {
  border-bottom: 1px solid #fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.mod-box {
  height: auto;
}
.mod-box > a {
  padding-bottom: 6.1em;
}

/*mod-lytBox*/
.mod-lytBox.type-col3 > .mod-box + .mod-box {
  margin-top: 20px;
}

/*マージン調整*/
.mod-box.adjust .txt span {
  margin-left: 0;
}

/*フレッツ光*/
#mod_06 .txtLead_row.col2 p {
  display: table-cell;
  width: 50%;
}
#mod_06 .txtLead_row.col2 p:first-child {
  border-right: 1px solid #fff;
}
#mod_06 .txtLead_row:last-child p:first-child {
  border-bottom-left-radius: 8px;
}

/*光TOP*/
.hikaritop .mod-lytBtn li {
  display: block;
}
.hikaritop  .btn_area .mod-lytBtn li {
  margin: 0 0 20px;
}
.hikaritop .mod-box.type-flets .mod-btn {
  font-size: 14px;
  font-weight: bold;
}
.hikaritop .mod-box.type-areaLinkToggle .mod-lytBtn {
  padding-left: 12px;
}
.hikaritop .mod-box.type-areaLinkToggle .mod-lytBtn > li,
.hikaritop .mod-box.type-areaToggle .mod-lytBtn > li {
  margin-right: 30px;
  margin-left: 0;
  display: inline-block;
}
.hikaritop .mod-box.type-areaLinkToggle .mod-lytBtn > li:last-child {
  margin-right: 0;
}
.hikaritop .mod-box.type-areaToggle .btn_area  .mod-lytBtn > li {
  display: block;
  margin-right: 0;
}
.hikaritop .mod-box.type-areaLinkToggle .txt {
  padding: 5px 15px 20px 15px;
}
.hikaritop .btn_area_cate {
  margin-bottom: 20px;
}
.hikaritop .btn_area_e {
  margin-bottom: 40px;
}

}

.mod-boxInfomation {
  text-align: center;
  margin-bottom: 20px;
  border-width: 2px;
  border-color: #333;
  border-style: solid;
}

.mod-boxInfomation > p {
  margin-bottom: 0;
}

.mod-boxInfomation > p  > a {
  display: block;
  padding: 10px;
  background: #fff;
  color: #333;
}