#support .supportfaqbox a:hover {
  opacity: 0.7 !important;
}


/*pc_css*/

@media screen and (min-width:769px) {
  #support .mainbox {
    background: #F5F5F5;
    padding: 120px 0 0 0;
  }

  #support .mainbox .innerbox {
    width: 1140px;
    margin: 0 auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #support .mainbox .innerbox .maintl {
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 4.8rem;
    text-align: center;
  }
  #support .mainbox_v2 {
    background: #D7F3F9;
    padding: 0px;
  }

  #support .mainbox_v2 .innerbox {
    width: 1140px;
    margin: 0 auto;
    padding: 40px 0px;
  }
  #support .mainbox_v2 .innerbox .maintl {
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 4.8rem;
    text-align: center;
  }
  #support .supportbg {
    background: #FFF;
  }
  /* ------------Add 20220105-------------- */
  #support .contentbox {
    padding: 50px 0;
    position: relative;
  }
  #support .contentbox .innerbox {
    width: 1140px;
    margin: 0 auto;
    position: relative;
  }
  #support .databasebox .listcontainer {
    padding: 0 0 0 0;
  }
  #support .databasebox .listcontainer ul.phbox {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0px;
    list-style: none;
  }
  #support .databasebox .listcontainer ul.phbox li {
    width: calc(33% - 25px);
    background-color: #06B4D6;
    border: 1px solid #06B4D6;
    box-sizing: border-box;
    display: inline-block;
  }
  #support .databasebox .listcontainer ul.phbox li .tl {
    font-size: 1.6rem;
    letter-spacing: 0.3px;
    margin: 15px 0;
    text-align: center;
    font-weight: bold;
    color: #FFF;
    background-color: #06B4D6;
  }
  #support .databasebox .listcontainer ul.phbox li:hover {
    cursor: pointer;
    background-color: #FFF;
    border: 1px solid #06B4D6;
    color: #06B4D6;
  }
  #support .databasebox .listcontainer ul.phbox li:hover .tl {
    background-color: #FFF;
    color: #06B4D6;
  }
  #support .faq_contentbox.box1 {
    padding: 50px 0 0px 0;
  }
  #support .faq_contentbox.box2 {
    padding: 0px 0 0px 0;
  }
  #support .faq_contentbox.box3 {
    padding: 0px 0 0px 0;
  }
  #support .faq_contentbox.box4 {
    padding: 0px 0 0px 0;
  }
  #support .faq_contentbox.box5 {
    padding: 0px 0 0px 0;
  }
  #support .faq_contentbox.box6 {
    padding: 0px 0 0px 0;
  }
  #support .faq_contentbox.box7 {
    padding: 0px 0 0px 0;
  }
  #support .faq_contentbox .tlbox {
    font-size: 2.2rem;
    line-height: 4.1rem;
    text-align: center;
    vertical-align: middle;
    margin: 0 0 40px 0;
    letter-spacing: 0.5px;
    font-weight: 600;
    color: #06B4D6;
  }
  #support .faq_contentbox .innerbox {
    margin: 0 auto;
  }
  #support .faq_contentbox .qabox {
    margin: 0 0 50px 0;
    border-bottom: 1px solid #cacaca;
    padding: 0 0 50px 0;
  }
  #support .faq_contentbox .qabox:last-child {
    border-bottom: none;
  }
  #support .faq_contentbox .qabox .qbox {
    padding: 0 0 10px 50px;
    font-size: 1.6rem;
    line-height: 3.5rem;
    font-weight: bold;
    position: relative;
    word-break: break-all;
  }
  #support .faq_contentbox .qabox .qbox:before {
    content: "";
    width: 15px;
    height: 18px;
    background: url(/images/sokuyaku_for_clinic/qicon.svg) no-repeat;
    background-size: 15px;
    position: absolute;
    top: 0.5em;
    left: 15px;
  }
  #support .faq_contentbox .qabox .abox {
    padding: 0 0 0 50px;
    position: relative;
    word-break: break-all;
  }
  #support .faq_contentbox .qabox .abox:before {
    content: "";
    width: 15px;
    height: 18px;
    background: url(/images/sokuyaku_for_clinic/aicon.svg) no-repeat;
    background-size: 15px;
    position: absolute;
    top: 0.5em;
    left: 15px;
  }
  /* ------------Add 20220105-------------- */
  #support .mainbox .faqcategorybox {
    margin-top: 80px;
    width: 100%;
    border-bottom: 1px solid #cacaca;
  }
  #support .mainbox .faqcategorybox ul {
    text-align: center;
    list-style: none;
  }
  #support .mainbox .faqcategorybox ul li {
    display: inline-block;
    margin: 0 15px;
  }
  #support .mainbox .faqcategorybox ul li a {
    border: 1px solid rgba(0, 0, 0, 0);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom: none;
    padding: 20px 0;
    width: 205px;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 3.1rem;
    text-align: center;
    display: block;
    background: none;
    position: relative;
    top: 1px;
    color: #4B4B4B;
    margin: 0 0;
    transition: all 0.3s;
  }
  #support .mainbox .faqcategorybox ul li.active a, #support .mainbox .faqcategorybox ul li a:hover {
    border: 1px solid #cacaca;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom: none;
    padding: 20px 0;
    width: 205px;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 3.1rem;
    text-align: center;
    display: inline-block;
    background: #FFF;
    position: relative;
    top: 1px;
    margin: 0 0;
    cursor: pointer;
    color: #4B4B4B;
  }
  #support .supportfaqbox .innerbox {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: space-between;
    padding: 40px 0 0 0;
    width: 1140px;
  }
  #support .supportfaqbox .innerbox .faqflexbox {
    /*width:475px;*/
    /*width:562.5px;*/
    opacity: 0;
    transition: .7s;
    width: 48%;
    margin: 0 0px 40px 0px;
    box-sizing: border-box;
    background: #fff;
  }
  #support .supportfaqbox .innerbox .faqflexbox.show {
    opacity: 1;
  }
  #support .supportfaqbox .innerbox .faqflexbox .inbox {
    padding: 0 0px;
    box-sizing: border-box;
    border-radius: 5px;
    background: #fff;
  }
  #support .supportfaqbox .innerbox .faqflexbox.first {
    width: 100%;
    margin: 0 0 40px 0;
    background: none;
  }
  #support .supportfaqbox .innerbox .faqflexbox.first .inbox {
    /*width:965px;*/
    width: 1140px;
    margin: 0 auto;
  }
  #support .supportfaqbox .innerbox .faqflexbox .faqtl {
    font-size: 2.2rem;
    font-weight: bold;
    border-bottom: 1px solid #C7C7C7;
    padding: 20px 0 10px 0;
    margin: 0 0 10px 0;
  }
  #support .supportfaqbox .innerbox .faqflexbox ul {
    font-size: 1.6rem;
    list-style: none;
    padding: 0 0 20px 0;
  }
  #support .supportfaqbox .innerbox .faqflexbox ul li {
    padding: 8px;
  }
  #support .supportfaqbox .innerbox .faqflexbox .inbox a {
    color: #4b4b4b;
  }
  #support .supportfaqbox .innerbox .faqflexbox .inbox .slidebtntl {
    display: none;
  }
  #support .supportfaqbox .innerbox .faqflexbox .inbox .faqcont {
    display: none;
  }
  #support .supportfaqbox .innerbox .faqflexbox.first ul, #support .supportfaqbox .innerbox .faqflexbox.last ul {
    display: flex;
    flex-wrap: wrap;
  }
  #support .supportfaqbox .innerbox .faqflexbox.first ul li, #support .supportfaqbox .innerbox .faqflexbox.last ul li {
    width: 50%;
    padding: 5px;
    box-sizing: border-box;
  }
  #support .supportfaqbox .innerbox .faqflexbox.last {
    width: 100%;
    padding: 50px 0 100px 0;
    background: #fff;
    margin: 50px 0 0 0;
  }
  #support .supportfaqbox .innerbox .faqflexbox.last .inbox {
    width: 1140px;
    margin: 0 auto;
    padding: 0 0 0 0;
  }
  #support .supportfaqbox .innerbox .faqflexbox.last .inbox a {
    display: none;
  }
  #support .supportfaqbox .innerbox .faqflexbox.last .inbox .slidebtntl {
    display: block;
  }
  #support .supportfaqbox .innerbox .faqflexbox.last {
    order: 1;
  }
  #support .supportfaqbox .innerbox .faqflexbox.last li .slidebtntl {
    padding: 0 0 0 30px;
    position: relative;
    cursor: pointer;
    font-size: 1.6rem;
  }
  #support .supportfaqbox .innerbox .faqflexbox.last li .slidebtntl:before {
    content: "+";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 2em;
  }
  #support .supportfaqbox .innerbox .faqflexbox.last li .slidebtntl.active:before {
    content: "–";
    display: inline-block;
    position: absolute;
    top: -0.25rem;
    left: 0;
    font-size: 2em;
  }
  #support .supportfaqbox .innerbox .faqflexbox.last li .faqcont {
    padding: 5px 0 0 30px;
    color: #8E8E8E;
  }
  #support .supportfaqbox .innerbox .faqflexbox.active {
    padding: 0 0 0 0;
    order: -1;
    width: 100%;
    background: none;
  }
  #support .supportfaqbox .innerbox .faqflexbox.active .inbox {
    width: 1140px;
    margin: 0 auto;
    background: none;
    padding: 0 0 0 0;
  }
  #support .supportfaqbox .innerbox .faqflexbox.active .inbox a.link {
    display: inline;
    text-decoration: underline;
  }
  #support .supportfaqbox .innerbox .faqflexbox.active .inbox a {
    display: none;
  }
  #support .supportfaqbox .innerbox .faqflexbox.active .inbox .slidebtntl {
    display: block;
  }
  #support .supportfaqbox .innerbox .faqflexbox.active .inbox .faqcont {
    display: block;
  }
  #support .supportfaqbox .innerbox .faqflexbox.active ul {
    padding: 30px 0 0 0;
  }
  #support .supportfaqbox .innerbox .faqflexbox.active ul li {
    background: #fff;
    margin: 0 0 40px 0;
  }
  #support .supportfaqbox .innerbox .faqflexbox.active ul li .slidebtntl {
    font-size: 1.8rem;
    font-weight: 600;
    margin: 0 0 20px 0;
    text-indent: -26px;
    padding-left: 26px;
  }
  #support .supportfaqbox .innerbox .faqflexbox.active ul li .slidebtntl:before {
    content: "";
    display: inline-block;
    background: url("/images/support/qicon.svg") no-repeat;
    background-size: 16px;
    width: 16px;
    height: 18px;
    position: relative;
    top: 2px;
    margin: 0 10px 0 0;
  }
  #support .supportfaqbox .innerbox .faqflexbox.active ul li .faqcont {
    font-size: 1.4rem;
    color: #8E8E8E;
    text-indent: -26px;
    padding-left: 26px;
    line-height: 2;
  }
  #support .supportfaqbox .innerbox .faqflexbox.active ul li .faqcont:before {
    content: "";
    display: inline-block;
    background: url("/images/support/aicon.svg") no-repeat;
    background-size: 16px;
    width: 16px;
    height: 18px;
    position: relative;
    top: 2px;
    margin: 0 10px 0 0;
  }
  #support .supportfaqbox .innerbox .blankbox {
    width: 48%;
    height: 0;
    margin: 0 10px 0 10px;
    order: 1;
    box-sizing: border-box;
  }
}

@media screen and (min-width:1200px) {
  #support .supportfaqbox .innerbox .blankbox {
    width: 48%;
    height: 0;
    margin: 0 10px;
    order: 1;
    box-sizing: border-box;
  }
}

@media screen and (max-width:768px) {
  #support .mainbox {
    background: #F5F5F5;
    padding: 50px 0 0 0;
  }
  #support .mainbox .innerbox {
    width: 90%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #support .mainbox .innerbox .maintl {
    font-size: 2rem;
    font-weight: bold;
    line-height: 3.5rem;
    text-align: center;
  }
  #support .mainbox_v2 {
    background: #D7F3F9;
    padding: 0px;
  }

  #support .mainbox_v2 .innerbox {
    width: 90%;
    margin: 0 auto;
    padding: 40px 0px;
  }
  #support .mainbox_v2 .innerbox .maintl {
    font-size: 2rem;
    font-weight: bold;
    line-height: 3.5rem;
    text-align: center;
  }
  #support .supportbg {
    background: #FFF;
  }
  /* ------------Add 20220105-------------- */
  #support .contentbox {
    padding: 50px 0;
    position: relative;
  }
  #support .contentbox .innerbox {
    width: 95%;
    margin: 0 auto;
    position: relative;
  }
  #support .databasebox .listcontainer {
    padding: 0 0 0 0;
  }
  #support .databasebox .listcontainer ul.phbox {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0px;
    list-style: none;
    justify-content: center;
  }
  #support .databasebox .listcontainer ul.phbox li {
    width: calc(50% - 20px);
    background-color: #FFFFFF;
    border: 1px solid #06B4D6;
    box-sizing: border-box;
    display: inline-block;
  }
  #support .databasebox .clearfix:after {
    content: none;
    display: block;
    clear: both;
  }
  #support .databasebox .listcontainer ul.phbox li .tl {
    font-size: 1.2rem;
    letter-spacing: 0.3px;
    margin: 10px 0;
    text-align: center;
    font-weight: bold;
    color: #FFF;
  }
  #support .databasebox .listcontainer ul.phbox li {
    cursor: pointer;
    background-color: #06B4D6;
    border: 1px solid #06B4D6;
    transition: all 0.4s;
  }
  #support .databasebox .listcontainer ul.phbox li:hover .tl {
    color: #FFF;
  }
  #support .faq_contentbox.box1 {
    padding: 20px 0 0px 0;
  }
  #support .faq_contentbox.box2 {
    padding: 0px;
  }
  #support .faq_contentbox.box3 {
    padding: 0px;
  }
  #support .faq_contentbox.box4 {
    padding: 0px;
  }
  #support .faq_contentbox.box5 {
    padding: 0px;
  }
  #support .faq_contentbox.box6 {
    padding: 0px;
  }
  #support .faq_contentbox .tlbox {
    font-size: 1.8rem;
    line-height: 3.5rem;
    text-align: center;
    vertical-align: middle;
    margin: 0 0 20px 0;
    letter-spacing: 0.5px;
    font-weight: 600;
    color:#06B4D6;
  }
  #support .faq_contentbox .innerbox {
    margin: 0 auto;
  }
  #support .faq_contentbox .qabox {
    margin: 0 0 40px 0;
    border-bottom: 1px solid #cacaca;
    padding: 0 0 40px 0;
  }
  #support .faq_contentbox .qabox:last-child {
    border-bottom: none;
  }
  #support .faq_contentbox .qabox .qbox {
    padding: 0 0 10px 30px;
    font-size: 1.3rem;
    line-height: 2.5rem;
    font-weight: bold;
    position: relative;
    word-break: break-all;
  }
  #support .faq_contentbox .qabox .qbox:before {
    content: "";
    width: 15px;
    height: 18px;
    background: url(/images/sokuyaku_for_clinic/qicon.svg) no-repeat;
    background-size: 15px;
    position: absolute;
    top: 0.3em;
    left: 0;
  }
  #support .faq_contentbox .qabox .abox {
    padding: 0 0 0 30px;
    position: relative;
    word-break: break-all;
  }
  #support .faq_contentbox .qabox .abox:before {
    content: "";
    width: 15px;
    height: 18px;
    background: url(/images/sokuyaku_for_clinic/aicon.svg) no-repeat;
    background-size: 15px;
    position: absolute;
    top: 0.3em;
    left: 0;
  }
  /* ------------Add 20220105-------------- */
  #support .mainbox .faqcategorybox {
    width: 100%;
    border-bottom: 1px solid #cacaca;
    margin-top: 20px;
  }
  #support .mainbox .faqcategorybox ul {
    text-align: center;
    list-style: none;
  }
  #support .mainbox .faqcategorybox ul li {
    display: inline-block;
    margin: 0 1px;
    width: 31%;
  }
  #support .mainbox .faqcategorybox ul li a {
    border: 1px solid rgba(0, 0, 0, 0);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: none;
    padding: 10px 0;
    width: 100%;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 2.5rem;
    text-align: center;
    display: block;
    background: none;
    position: relative;
    top: 1px;
    color: #4B4B4B;
    margin: 0 0;
    transition: all 0.3s;
  }
  #support .mainbox .faqcategorybox ul li.active a, #support .mainbox .faqcategorybox ul li a:hover {
    border: 1px solid #cacaca;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: none;
    padding: 10px 0;
    width: 100%;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 2.5rem;
    text-align: center;
    display: inline-block;
    background: #FFF;
    position: relative;
    top: 1px;
    margin: 0 0;
    cursor: pointer;
    color: #4B4B4B;
  }
  #support .supportfaqbox .innerbox {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 0 auto;
    padding: 30px 0 0 0;
  }
  #support .supportfaqbox .innerbox .faqflexbox {
    width: 100%;
    margin: 0 auto 15px;
    box-sizing: border-box;
    background: #fff;
    opacity: 0;
    transition: .7s;
  }
  #support .supportfaqbox .innerbox .faqflexbox.show {
    opacity: 1;
  }
  #support .supportfaqbox .innerbox .faqflexbox .inbox {
    padding: 0 20px;
    box-sizing: border-box;
    border-radius: 5px;
    background: #fff;
  }
  #support .supportfaqbox .innerbox .faqflexbox.first {
    width: 100%;
    margin: 0 auto 15px;
    background: none;
  }
  #support .supportfaqbox .innerbox .faqflexbox.first .inbox {
    width: 100%;
    margin: 0 auto;
  }
  #support .supportfaqbox .innerbox .faqflexbox .faqtl {
    font-size: 1.4rem;
    font-weight: bold;
    border-bottom: 1px solid #C7C7C7;
    padding: 20px 0 10px 0;
    margin: 0 0 10px 0;
  }
  #support .supportfaqbox .innerbox .faqflexbox ul {
    list-style: none;
    padding: 0 0 20px 0;
  }
  #support .supportfaqbox .innerbox .faqflexbox ul li {
    margin-bottom: 10px;
  }
  #support .supportfaqbox .innerbox .faqflexbox .inbox a {
    color: #4b4b4b;
  }
  #support .supportfaqbox .innerbox .faqflexbox .inbox .slidebtntl {
    display: none;
  }
  #support .supportfaqbox .innerbox .faqflexbox .inbox .faqcont {
    display: none;
  }
  #support .supportfaqbox .innerbox .faqflexbox.first ul, #support .supportfaqbox .innerbox .faqflexbox.last ul {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  #support .supportfaqbox .innerbox .faqflexbox.first ul li, #support .supportfaqbox .innerbox .faqflexbox.last ul li {
    width: 100%;
    padding: 0 0 0 0;
    box-sizing: border-box;
  }
  #support .supportfaqbox .innerbox .faqflexbox.last {
    width: 100%;
    background: #fff;
    margin: 0 atuo;
    box-sizing: border-box;
  }
  #support .supportfaqbox .innerbox .faqflexbox.last .inbox {
    width: 100%;
    margin: 0 auto;
  }
  #support .supportfaqbox .innerbox .faqflexbox.last .inbox a {
    display: none;
  }
  #support .supportfaqbox .innerbox .faqflexbox.last .inbox .slidebtntl {
    display: block;
  }
  #support .supportfaqbox .innerbox .faqflexbox.last {
    order: 1;
  }
  #support .supportfaqbox .innerbox .faqflexbox.last li .slidebtntl {
    padding: 0 0 0 15px;
    position: relative;
    cursor: pointer;
  }
  #support .supportfaqbox .innerbox .faqflexbox.last li .slidebtntl:before {
    content: "+";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 2em;
  }
  #support .supportfaqbox .innerbox .faqflexbox.last li .slidebtntl.active:before {
    content: "–";
    display: inline-block;
    position: absolute;
    top: -0.25rem;
    left: 0;
    font-size: 2em;
  }
  #support .supportfaqbox .innerbox .faqflexbox.last li .faqcont {
    padding: 0 0 0 30px;
    font-size: 1.2rem;
    color: #8E8E8E;
  }
  #support .supportfaqbox .innerbox .faqflexbox.active {
    padding: 0 0 0 0;
    order: -1;
    width: 90%;
    background: none;
    margin: 0 auto;
  }
  #support .supportfaqbox .innerbox .faqflexbox.active .inbox {
    width: 100%;
    margin: 0 auto;
    background: none;
    padding: 0 0 0 0;
  }
  #support .supportfaqbox .innerbox .faqflexbox.active .inbox a {
    display: none;
  }
  #support .supportfaqbox .innerbox .faqflexbox.active .inbox a.link {
    display: inline;
    text-decoration: underline;
  }
  #support .supportfaqbox .innerbox .faqflexbox.active .inbox .slidebtntl {
    display: block;
  }
  #support .supportfaqbox .innerbox .faqflexbox.active .inbox .faqcont {
    display: block;
  }
  #support .supportfaqbox .innerbox .faqflexbox.active ul {
    padding: 20px 0 20px 0;
  }
  #support .supportfaqbox .innerbox .faqflexbox.active ul li {
    padding: 5px;
    background: #fff;
    margin: 0 0 20px 0;
  }
  #support .supportfaqbox .innerbox .faqflexbox.active ul li .slidebtntl {
    font-size: 1.4rem;
    font-weight: 600;
    margin: 0 0 10px 0;
    text-indent: -26px;
    padding-left: 26px;
  }
  #support .supportfaqbox .innerbox .faqflexbox.active ul li .slidebtntl:before {
    content: "";
    display: inline-block;
    background: url("/images/support/qicon.svg") no-repeat;
    background-size: 14px;
    width: 14px;
    height: 16px;
    position: relative;
    top: 2px;
    margin: 0 10px 0 0;
  }
  #support .supportfaqbox .innerbox .faqflexbox.active ul li .faqcont {
    color: #8E8E8E;
    text-indent: -26px;
    padding-left: 26px;
  }
  #support .supportfaqbox .innerbox .faqflexbox.active ul li .faqcont:before {
    content: "";
    display: inline-block;
    background: url("/images/support/aicon.svg") no-repeat;
    background-size: 14px;
    width: 14px;
    height: 16px;
    position: relative;
    top: 2px;
    margin: 0 10px 0 0;
  }
  #support .supportfaqbox .innerbox .blankbox {
    width: 100%;
    height: 0;
    margin: 0 0;
    order: 1;
    display: none;
    box-sizing: border-box;
  }
}