/* common
------------------------- */
#main .cmnLinks,
#main .cmnContact,
#main .page.bcWhite,
#main #pro_footer {
  font-size: 14px;
}
#main .cmnLinks ul li p.ttl {
  font-size: 121%;
}
#main .cmnLinks ul li p.note {
  font-size: 100%;
}
.cmnContact ul li dl dd .tel,
.cmnContact ul li dl dd .note {
  font-size: 100%;
}
.pageContent.supportArea {
  font-size: 14px;
  overflow: hidden;
}
.pageContent.supportArea p,
.pageContent.supportArea ul.list li {
  font-size: 130%;
}
.pageContent.supportArea .table.base p {
  font-size: 100%;
}
.pageContent.supportArea .supportTbl ul.list li {
  font-size: 100%;
}
.pageContent.supportArea .supportTbl ul.list.note {
  font-size: 93.75%
}
.pageContent.supportArea .supportTbl ul.list.note li {
  font-size: 87.5%;
}
.pageContent.supportArea a.supportTxtLink:hover {
  text-decoration: underline;
}
.pageContent.supportArea .box .headingL4 {
  font-size: 130%;
}
.pageContent.supportArea .box .btns {
  flex-wrap: nowrap;
}
.pageContent.supportArea .box .btns .btn a {
  font-size: 108%;
  min-width: 320px;
}
.pageContent.supportArea .tabHead .tabNav li a {
  font-size: 116%;
}
.pageContent.supportArea .supportAnkLink .linkPage a {
  font-size: 108%;
}
.pageContent.supportArea .tableGray.small th {
  font-size: 129%;
}
.pageContent.supportArea .tableGray.small td {
  font-size: 108%;
}
.pageTitleH.support {
  font-size: 225%;
  font-weight: bold;
  color: #ffffff;
}
table.supportTbl {
  font-size: 16px;
}
table.supportTbl.table.base th.th_cell {
  background-color: #e1e1e1;
  color: #1e2021;
}
table.supportTbl.table.base td.td_cell {
  background-color: #fff;
  color: #1e2021;
  font-weight: 400;
}
.ank_heading {
  padding-top: 220px;
  margin-top: -220px;
}
.ank_heading_top {
  padding-top: 140px;
  margin-top: -140px;
}
.txtIndent1 {
  margin-left: 2em;
  display: block;
}
.txtIndent2 {
  margin-left: 3em;
  display: block;
}
.btnCol2 {
  display: flex;
  justify-content: space-between;
}
.btnCol2 .btnCol2_items {
  width: 48%;
}
.btn.supportBtn.blank a {
  background-image: url(../images/common/icon_c_window_white.png);
  background-size: auto 1em;
  background-position: 85% center;
  background-repeat: no-repeat;
  width: 45%;
  margin-right: 0;
}
.btn.supportBtn.btnCenter a {
  margin-right: auto;
  margin-left: auto;
}
.btnCol2 .btnCol2_items .btn.supportBtn.blank a {
  width: 100%;
}
.pageTitleBox {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 268px;
  padding: 10px 0;
}
.supportAnkLink li a {
  font-weight: 700;
}
.btn.supportBtn a {
  line-height: 1.2;
}
.btn.supportBtn.blank.disabled a {
  background-image: none;
  margin-bottom: 10px;
  background: #b3b3b3;
}
.pageContent.support.supportArea .btn_note {
  font-size: 14px;
}
.pageContent.support.supportArea .btn_note span {
  font-size: 100%;
}
.btn a.btnCenter {
  margin: 0 auto 20px;
  line-height: 1.2;
  justify-content: center;
}
.btn.dl.btnPdf a {
  padding: 18px 35px 18px 30px;
}
.main dl.list.annotationList,
.main dl.list.annotationListRed {
  font-size: 14px;
}
dl.list.annotationList.mb0 .annotationList_txt_link:hover{
  text-decoration:underline;
}
.main dl.list.annotationList dt,
.main dl.list.annotationList dd,
.main dl.list.annotationListRed dt,
.main dl.list.annotationListRed dd {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 100%;
}
.main dl.list.annotationListRed {
  color: #E60000;
  margin-top: 10px;
  margin-bottom: 0;
}
.main dl.list.annotationListRed dt {
  width: auto;
  padding-right: .5em;
}
.main dl.list.annotationListRed dd {
  width: calc(100% - 3em);
}
.qa .list.annotationList dt {
  margin-top: 0;
}
div #get_adobe .fsM {
  font-size: 14px !important;
}
@media only screen and (max-width: 767px) {
  .mt20_sp { margin-top: 20px !important;}
  #main .cmnLinks,
  #main .cmnContact,
  #main .page.bcWhite,
  #main #pro_footer {
    font-size: 3vw;
  }
  #main .cmnLinks h2,
  #main .cmnContact h2 {
    font-size: 217%;
  }
  #main .cmnLinks ul li p.ttl {
    font-size: 123%;
  }
  #main .cmnLinks ul li p.note {
    font-size: 103%;
  }
  #main #pro_footer .pageContent p {
    font-size: 100%;
  }
  .pageContent.supportArea {
    font-size: 3vw;
  }
  .pageContent.supportArea p,
  .pageContent.supportArea ul.list li {
    font-size: 100%;
  }
  .pageContent.supportArea .box .headingL4 {
    font-size: 100%;
  }
  .pageContent.supportArea .box .btns {
    flex-wrap: wrap;
  }
  .pageContent.supportArea .box .btns .btn a {
    font-size: 100%;
    min-width: 100%;
  }
  .pageContent.supportArea .tabHead .tabNav li a {
    font-size: 93%;
  }
  .pageContent.supportArea .supportAnkLink .linkPage a {
    font-size: 100%;
  }
  .pageTitleH.support {
    font-size: 163%;
  }
  .ank_heading_top {
    padding-top: 220px;
    margin-top: -220px;
  }
  .btnCol2 {
    display: block;
  }
  .btnCol2 .btnCol2_items {
    width: 100%;
  }
  .btnCol2 .btnCol2_items:last-child {
    margin-top: 20px;
  }
  .btn.supportBtn.blank a {
    font-size: 100%;
    width: 100%;
    margin: 0;
    padding: 1.3em 0;
    background-position: 90% center;
  }
  .pageTitleBox {
    height: 35vw;
  }
  .pageContent.support.supportArea .btn_note span {
    font-size: 86%;
  }
  .main dl.list.annotationList dt,
  .main dl.list.annotationList dd {
    font-size: 86%;
  }
  .main dl.list.annotationListRed dt,
  .main dl.list.annotationListRed dd {
    font-size: 80%;
  }
  .qa .list.annotationList dt {
    margin-top: 3px;
  }
  div #get_adobe .fsM {
    font-size: 12px !important;
  }
  .ank_heading {
    padding-top: 154px;
    margin-top: -154px;
  }
}




/* support
------------------------- */
.pageContent p.supportTopRead {
  font-size: 186%;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
.supportLinkList {
  padding: 40px 0 80px;
}
.supportLinkList ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.supportLinkList02 ul {
  display: flex;
  justify-content: normal;
  gap: 32px
}
.supportLinkList ul li {
  width: 31%;
  margin: 2.5em 0 0 0;
  background: #fff;
  line-height: 1;
  transition: 0.2s;
}
.supportLinkList02 ul li {
  margin: 0;
}
.supportLinkList ul li a {
  display: block;
  color: #1e2021;
  height: 100%;
}
html:not(.sp) .pageContent .supportLinkList ul li a:hover {
  opacity: 0.6;
  color: #1e2021;
  text-decoration: underline;
}
.supportLinkList ul li .ttl {
  font-size: 120%;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 10px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .pageContent p.supportTopRead {
    font-size: 136%;
  }
  .supportLinkList {
    padding: 20px 0 40px;
  }
  
  .supportLinkList ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .supportLinkList ul {
    justify-content: normal;
    gap: 3.3vw 3vw;
  }
  .supportLinkList ul li {
    width: 48%;
    margin-top: 0;
    font-size: 110%;
  }
  .supportLinkList ul li .ttl {
    font-size: 110%;
  }
}

.tab dl.qa dd ol li  {
  font-size: 130%;
}
@media only screen and (max-width: 767px) {
  .tab dl.qa dd ol li  {
    font-size: 100%;
  }
}
.iconArrow.iBlk{
  display: inline-block;
  vertical-align: middle;
}
.information_heading{
  padding-top: 135px;
  margin-top: -135px;
}
@media only screen and (max-width: 767px) {
  .information_heading{
    padding-top: 90px;
    margin-top: -90px;
  }
}

/* repair
------------------------- */
.fixedPrice .threeItemBox {
  display: flex;
  justify-content: space-between;
}
.fixedPrice .threeItemBox p {
  width: 310px;
  background: #e7eef6;
  border-radius: 10px;
  padding: 20px;
  font-size: 16px;
  line-height: 1.5;
}
.fixedPrice .threeItemBox p span {
  display: block;
  text-align: center;
  font-size: 20px;
  color: #005ab4;
  font-weight: bold;
  margin-bottom: 10px;
}
.fixedPrice .threeItemBox p .remarks {
  color: #333;
  font-weight: unset;
  font-size: 80%;
  text-align: unset;
  margin-bottom: unset;
  margin-top: 5px;
}
.fixedPrice .twoItemBox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-top: 10px;
}
.fixedPrice .twoItemBox .orangeItem,
.fixedPrice .twoItemBox .blueItem {
  width: 470px;
  border: solid 1px #ccc;
}
.fixedPrice .twoItemBox .orangeItem .orangeItem_top_items,
.fixedPrice .twoItemBox .blueItem .blueItem_top_items {
  text-align: center;
}
.fixedPrice .twoItemBox .orangeItem .orangeItem_top_items p {
  background-color: #F5B090;
  line-height: 1.5;
  padding: 20px;
  font-size: 16px;
  margin-bottom: 0;
}
.fixedPrice .twoItemBox .blueItem .blueItem_top_items p {
  background-color: #A2BCE2;
  line-height: 1.5;
  padding: 20px;
  font-size: 16px;
  margin-bottom: 0;
}
.fixedPrice .twoItemBox .orangeItem .orangeItem_top_items p span,
.fixedPrice .twoItemBox .blueItem .blueItem_top_items p span {
  display: inline-block;
  background-color: #595656;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  border-radius: 10px;
  padding: 4px 0;
  width: 200px;
  margin-bottom: 10px;
}
.fixedPrice .twoItemBox .orangeItem .orangeItem_bottom_items dl dt {
  text-align: center;
  font-size: 16px;
  background-color: #FCE7DD;
  padding: 10px;
}
.fixedPrice .twoItemBox .blueItem .blueItem_bottom_items dl dt {
  text-align: center;
  font-size: 16px;
  background-color: #E3EBF6;
  padding: 10px;
}
.fixedPrice .twoItemBox .orangeItem .orangeItem_bottom_items dl dd,
.fixedPrice .twoItemBox .blueItem .blueItem_bottom_items dl dd {
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  .fixedPrice .threeItemBox{
    flex-direction: column;
    align-items: center;
  }
  .fixedPrice .threeItemBox p {
    width: auto;
    padding: 14px;
    font-size: 120%;
    margin-bottom: 10px;
  }
  .fixedPrice .threeItemBox p span {
    margin-bottom: 5px;
    font-size: 120%;
  }
  .fixedPrice .twoItemBox {
    flex-direction: column;
    align-items: center;
  }
  .fixedPrice .twoItemBox img {
    width: 70%;
  }
  .fixedPrice .twoItemBox .orangeItem,
  .fixedPrice .twoItemBox .blueItem {
    width: auto;
    margin-bottom: 10px;
  }
  .fixedPrice .twoItemBox .orangeItem .orangeItem_top_items p,
  .fixedPrice .twoItemBox .blueItem .blueItem_top_items p{
    padding: 14px;
  }
}

/* 申し込みボタン
------------------------- */
.supportBtn .is-disabled{
  pointer-events: none;
}
input[type="checkbox" i] {
    vertical-align: 0px;
    background-color: initial;
    cursor: default;
    appearance: auto;
    box-sizing: border-box;
    margin: 3px 3px 3px 4px;
    padding: initial;
    border: initial;
}
