body, input {
  font-family: "Noto Sans JP",Helvetica,Neue Haas Grotesk,Arial;
  line-height: 1.5;
}
a{
  text-underline-offset: 2px;
}
.blank-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: inline-block;
  width: 8px;
  height: 8px;
  background: url(https://id.onlineshop.docomobusiness.ntt.com/image/icon_window-w.png)
    no-repeat center/100%;
}
.mypage_menu a{
  text-decoration: underline;
}
.mypage_menu a:hover{
  color:#bc2739;
  text-decoration:none;
}
.linkarea a.activate:hover{
  color:#bc2739;
  text-decoration:none;
}
.blank-link--red::after {
  width: 10px;
  height: 10px;
  background: url(https://id.onlineshop.docomobusiness.ntt.com/image/icon_window-r.png)
    no-repeat center/100%;
}
.localnav .mypage_menu li .title{
  text-decoration: underline;
}
.localnav .mypage_menu li .title:hover{
  text-decoration: none;
}
.overlay {
  position: fixed;
}
.localnav {
  background-color: #d5d5d5;
}
.localnav .mypage_menu li.current .title {
  color: #666666;
}
.localnav .mypage_menu li .title:hover {
  color: #bc2739;
}
.pankuzu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1420px;
  margin: 0 auto;
}
.pankuzu ul li {
  color: #666;
  font-size: 12px;
  text-decoration: none;
}
.pankuzu li a {
  color: #666666;
}
.pankuzu li a:after {
  border-color: #666666;
}
.m-headline,
.headline h2.title {
  font-weight: 600;
  color: #000;
  border-bottom: none;
  text-align: left;
}
.headline {
  text-align: left;
}
.section_inner .mypage_menu .title {
  color: #333;
  font-weight: 400;
}
.mypage_menu img {
  max-width: fit-content;
}

.m-topFilterBox .o-box-head {
  height: 60px;
  background: #4c4c4c;
  border-radius: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mypageIndex table.basic {
  margin: 20px auto !important;
}
.member table.basic thead tr {
  border-top: 0.5px solid #ccc;
}
.member table.basic thead tr th {
  background: #e0e0e0;
  color: #333;
}
.member table.basic thead tr th,
.member table.basic tr td {
  border-left: 0.5px solid #ccc;
  border-right: none;
}
.btn_detail.btn_next a,
.btn_detail.btn_next button,
.btn_detail.btn_next input,
.btn_detail.regist a,
.btn_detail.print a {
  background-color: #bc2739;
  color: #fff;
}
.btn_detail.btn_next a:hover,
.btn_detail.btn_next button:hover,
.btn_detail.btn_next input:hover,
.btn_detail.regist a:hover,
.btn_detail.print a:hover,
.btn_detail.btn_pdf a:hover {
  background-color: #bc2739;
  opacity: 0.75 !important;
}
.member table.basic td.detail a {
  color: #fff;
  background: #bc2739;
  border: 1px solid #bc2739;
}
.member table.basic td.detail a:hover {
  color: #bc2739;
  background: #fff;
}
span.confirm-checked::before {
  border-right: 3px solid #bc2739;
  border-bottom: 3px solid #bc2739;
}
span.confirm-checked::before {
    position: absolute;
    content: '';
    display: block;
    width: 8px;
    height: 14px;
    top: 5px;
    left: 6px;
    transform: rotate(45deg);
}
.m-topFilterBox .o-box-body .btn_container .searchBtn .baseBtn,
.m-topFilterBox .o-box-body .btn_container span a.baseBtn {
  background: #fff;
  color: #bc2739;
  border: 1px solid #bc2739;
  border-radius: 4px;
  transition: 0.3s ease-in-out;
}
.m-topFilterBox .o-box-body .btn_container .searchBtn .baseBtn:hover,
.m-topFilterBox .o-box-body .btn_container span a.baseBtn:hover {
  background: #bc2739;
  color: #fff;
  opacity: 1;
  text-decoration: none;
}

input[type="checkbox"] + .inputLabel::before {
  border: 1px solid #c8c8c8;
}
input[type="radio"] + .inputLabel::before,
input[type="checkbox"] + .inputLabel::before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  display: block;
  background: #fff;
  vertical-align: top;
}
input[type="checkbox"] + .inputLabel::after,
.group .checkbox_text .checked:after {
  content: "";
  display: block;
  width: 8px;
  height: 12px;
  border-right: 3px solid #cf1e1e;
  border-bottom: 3px solid #cf1e1e;
  position: absolute;
  top: 2px;
  left: 4px;
  transform: rotate(45deg);
}
input[type="radio"] + .inputLabel::before{
  top: 4px;
  width: 18px;
  height: 18px;
}
input[type="radio"] + .inputLabel::after{
  top: 8px;
  left: 4px;
  width: 10px;
  height: 10px;
}
input[type="checkbox"] + .inputLabel::before {
  top: 3px;
  width: 16px;
  height: 16px;
}
input[type="checkbox"] + .inputLabel::after {
  top: 2px;
}
.product_set_name input[type=radio] + .inputLabel::after{
  width: 14px;
  height: 14px;
  top: 13px;
  left: 6px;
}
.footer-links .footer-inner {
  align-items: center;
}
.footer.cf {
  display: none;
}
.footer_wrp .content_width {
  padding: 0;
}
.footer_wrp .copyright {
  background: none;
}
@media only screen and (max-width: 480px){
  .local_menu_btn {
      color: #666666;
  }
  .m-topFilterBox .o-box-body .btn_container span {
      display: inline-block;
      max-width: 130px;
      margin: 0 5px;
  }
    .m-topFilterBox .o-box-body .btn_container span a, .m-topFilterBox .o-box-body .btn_container span button {
      font-size: 12px;
  }
}
@media only screen and (min-width: 481px) {
  .localnav .mypage_menu li.linkarea.current,
  .localnav .mypage_menu li.current .title {
    pointer-events: none;
  }
  .fa-user-circle::before {
    color: #666666;
  }
}
@media screen and (max-width: 768px) {
  .localnav {
    background-color: #fff;
    text-align: left;
    padding: 0;
  }
  .pankuzu{
    display: none;
  }
}

/* 戻るボタン・進むボタン・その他ボタン */
.btn_detail.btn_prev, .btn_detail.btn_next{
  max-width: 300px;
  width: 100%;
}
.btn_detail.btn_prev a{
  border: 1px solid #272727;
  position: relative;
  display: inline-block;
  padding: 20px 40px;
  border-radius: 100vh;
  background: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  color: #272727;
}
.btn_detail.btn_next a, .btn_detail.btn_next button{
  background: #bc2739;
  display: block;
  padding: 20px 40px;
  border-radius: 100vh;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  margin: 0 auto;
  width: 100%;
}
.btn_detail.btn_prev:after{
  display: none;
}
.mypage_contract .btn_detail.btn_next.download::before, .content_mypage .btn_detail.btn_next.download:before{
  display: none;
}
@media screen and (max-width: 768px) {
  .btn_detail.btn_prev{
    margin-left: 0 !important;
    margin-top: 20px !important;
  }
  .btn_detail.btn_next{
    max-width: 100%;
  }
}

/* ヘッダー */
.header-top{
  width: 100%;
}
a.user__list-button:hover{
  text-decoration: none;
}
a.user__list-link:hover{
  text-decoration: none;
}
.user__list-button--user:hover{
  color: #fff;
}
.menu-link__list-item a:hover{
  text-decoration: none;
}
.menu .contact-link .oval-link:hover{
  color: #bc2739;
  text-decoration: none;
}
/* フッター */
.footer_wrp .free_area{
  margin: 0;
}
a.footer-link:hover{
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .footer_wrp .copyright {
    font-size: 12px;
    text-align: left;
  }
}
/* マイページ */
.login_panel .headline{
  text-align: center;
}
.login_panel .headline h2.title{
  font-size: 32px;
}
.login_panel .form{
  width: 100%;
  padding: 20px;
}
.form input.txtinput{
  font-size: 18px;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 11px 24px;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
}
.login_panel .form .inputfld{
  margin-top: 16px;
}
.login_panel .form .inputfld:first-of-type{
  margin-top: 0;
}
.login_panel .btn_detail.btn_next{
  max-width: 80%;
  margin: 30px auto 0;
}
.login_panel .btn_detail.btn_next input.prevent_multi_click{
  border-radius: 100vh;
  padding: 15px 40px;
  font-size: 18px;
  line-height: 1.5;
}
div.login_panel>div.form>form p:last-child a{
  border-radius: 100vh;
  padding: 15px 40px;
  font-size: 18px;
  line-height: 1.5;
  max-width: 80%;
  width: 100%;
}
div.login_panel>div.form>form p:last-child a::before{
  display: none;
}
.login_panel .with_sso{
  padding: 20px 20px 0;
}
.submit_btns .btn_detail.btn_login_with_sso{
  max-width: 80%;
  width: 100%;
  margin: auto;
}
.submit_btns .btn_detail.btn_login_with_sso a{
  padding: 15px;
  background-color: #2a80b9;
  border: #2a80b9;
  color: #fff;
  border-radius: 100vh;
}
.submit_btns .btn_detail.btn_login_with_sso a::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 40px;
  background-image: url(https://id.onlineshop.docomobusiness.ntt.com/image/d-account-icon.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  border: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .section_wrp{
    margin-top: 0;
  }
  .section_inner.wideSection{
    padding: 0;
  }
  .login_panel{
    width: 100%;
    padding: 0 0 40px;
  }
  .login_panel .headline h2.title{
    padding: 0;
  }
  .form input.txtinput{
    padding: 9px 16px;
    font-size: 16px;
  }
  div.login_panel>div.form>form p:last-child a{
    max-width: 100%;
  }
  .with_sso .submit_btns .btn_detail.btn_login_with_sso{
    max-width: 100%;
    width: 100%;
  }
  .submit_btns .btn_detail.btn_login_with_sso a::before{
    margin-right: 16px;
  }
}
/* 契約詳細 */
table .name .btn_externalLink a, table .name .btn_modal a{
  margin-left: 0;
}
.submit_btns.contract_modify_btns.row_max_button_3.row_max_button_3{
  max-width: 100%;
  width: 100%;
}
.submit_btns.contract_modify_btns .btn_detail.btn_detail{
  max-width: 180px;
  margin-top: 0 !important;
}
.contract_modify_btns .btn_detail.btn_next a{
  padding: 16px;
  font-size: 16px;
}
.content_mypage .subject h3{
  background: none;
  color: #333;
}
@media screen and (max-width: 768px) {
  table .btn_externalLink a, table .btn_modal a{
    margin-left: 0;
  }
  .submit_btns.contract_modify_btns.row_max_button_3.row_max_button_3{
    max-width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }  
  .submit_btns.contract_modify_btns .btn_detail.btn_detail{
    max-width: 100%;
    width: 100%;
    margin-bottom: 0;
  }
  .submit_btns.contract_modify_btns .btn_detail.btn_detail.download{
    max-width: 180px;
  }
}
/* 追加見積 */
.select_main_product .btn_externalLink{
  max-width: 200px;
}
.select_main_product .btn_externalLink a{
  position: static;
  min-width: 100%;
}
.btn_externalLink a:hover{
  text-decoration: none;
  opacity: .75;
}
.btn_modal a:after, .btn_externalLink a:after{
  border-right: solid 2px #666;
  border-bottom: solid 2px #666;
}
@media screen and (max-width: 768px) {
  .select_main_product .btn_externalLink{
    max-width: 100%;
  }
  .select_main_product .btn_externalLink a{
    font-size: 15px;
  }  
}
/* 数量変更見積 */
.m-headline .o-title{
  min-height: auto;
}
.m-headline-mini .o-title {
  display: block;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
}
.product_set_name input[type=radio] + .inputLabel:before, .product_set_name input[type=checkbox] + .inputLabel:before{
  top: 7px;
}
.member .btn_detail.btn_pdf a{
  background: #fdd000 url(/image/icon-pdf-blue.svg) no-repeat 35px center;
  background-size: 32px;
  border-radius: 100vh;
  padding: 10px 20px 10px 64px;
}
.member .btn_detail.btn_pdf a:hover{
  background: #fff url(/image/icon-pdf-blue.svg) no-repeat 35px center;
  background-size: 32px;
}
@media screen and (max-width: 768px) {
  .member .btn_detail.btn_pdf a{
    background: #fdd000 url(/image/icon-pdf-blue.svg) no-repeat 100px center;
    background-size: 32px;
    padding: 20px 20px 20px 60px;
  }
  .member .btn_detail.btn_pdf a:hover{
    background: #fff url(/image/icon-pdf-blue.svg) no-repeat 100px center;
    background-size: 32px;
  }  
}
/* 見積詳細 */
.member .btn_detail.pdf a{
  border-radius: 100vh;
  padding: 10px 20px 10px 50px;
  background: #fdd000 url(/image/icon-pdf-blue.svg) no-repeat 26% center;
  background-size: 32px;
}
.member .btn_detail.pdf a:hover{
  padding: 10px 20px 10px 50px;
  background: #fff url(/image/icon-pdf-blue.svg) no-repeat 26% center;
  background-size: 32px;
}

@media screen and (max-width: 480px) {
  .member .btn_detail.pdf a{
    background: #fdd000 url(/image/icon-pdf-blue.svg) no-repeat 26% center;
    background-size: 32px;
  }
  .member .btn_detail.pdf a:hover{
    background: #fff url(/image/icon-pdf-blue.svg) no-repeat 26% center;
    background-size: 32px;
    border: 1px solid #193775;
  }
}
/* 数量変更申込・解約申込 */
.btn_detail.check_agree.regist{
  max-width: 300px;
  width: 100%;
}
.btn_detail.check_agree.regist a{
  border-radius: 100vh;
  padding: 20px 40px;
}
@media screen and (max-width: 768px) {
  .btn_detail.check_agree.regist{
    max-width: 100%;
  }
}
