@charset "UTF-8";
@media screen and (min-width:769px){
  /* ========================================================
  ベース設定
  =========================================================*/
  .forPC {
    display: block;
  }
  .forPC-inline {
    display: inline-block;
  }
  .forSP {
    display: none;
  }
  a {
    transition: all ease 0.3s;
  }
  a:hover {
    opacity: 0.6;
  }
  .adTxt {
    text-align: right;
    max-width: 960px; /* 横幅 LPに合わせて調整 */
    padding: 0;
    margin: 8px auto;
  }
  body:not(.result_page) .adTxt {
    text-align: right;
    max-width: 750px;
    margin: 0 auto;
    padding: 4px 4px 3px;
    top: 4px;
}
  .adTxt span {
    font-size: 18px;
    font-weight: bold;
    border: 1px solid var(--Text); /* 枠色 変数名がTextでない場合は変更 */
}
.txt--clinicfor {
  width: 960px;
  margin-left: auto;
  margin-right: auto;  
  padding: 0;
}
/* ========================================================
20240606 header ロゴ追加
=========================================================*/
.header__logo {
  height: 42px;
}
.header::before{
  width: 194px;
  height: 42px;
}

  /* ========================================================
  共通パーツ
  =========================================================*/
  /* インナー */
  .inner {
    width: 960px;
    margin: 0 auto;
    padding: 0;
  }

  /* 文字装飾 */
  .body .fontSize--10px {
    font-size: 12px;
  }
  .body .fontSize--11px {
    font-size: 13px;
  }
  .body .fontSize--12px {
    font-size: 14px;
  }
  .body .fontSize--13px {
    font-size: 15px;
  }
  .body .fontSize--14px {
    font-size: 16px;
  }
  .body .fontSize--15px {
    font-size: 17px;
  }
  .body .fontSize--16px {
    font-size: 18px;
  }  

  /* CTAボタン */
  .ctaBtn {
    font-size: 18px;
    padding: 28px 3%;  }
  .ctaBtn--s {
    font-size: 14px;
  }

  /* セクション見出し */
  .section__ttl--img {
    padding: 0 calc((100% - 960px) / 2);
    margin: 0 auto;
  }

  /* テーブル */
  .table th,
  .table td {
    font-size: 14px;
  }

  /* テーブル黒 */
  .table--bk th,
  .table--bk td {
    font-size: 14px;
  }

  /* バナー */
  .bnr {
    width: 600px;
    margin: 0 auto;
  }

  /* ========================================================
  記事ページ
  =========================================================*/
  .page-lower .inner {
    width: 1010px;
    padding: 0 15px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-lower h1 {
    font-size: 2.1875rem;
  }
  .page-lower h1::before, .page-lower h1::after {
    width: 26.25rem;
    height: 3.625rem;
    background-image: url(../img/icon_dot_pc.svg);
  }
  .page-lower h1::before {
    left: 0;
  }
  .page-lower h1::after {
    right: 0;
  }
  .page-lower h2 {
    font-size: 1.5rem;
  }
  .page-lower .cmn__table {
    flex-wrap: nowrap;
  }
  .page-lower .cmn__table dl {
    flex: 1;
  }
  .page-lower .cm__point__list {
    padding: 1.875rem 1.25rem 1.5625rem;
  }
  .page-lower .ctaBtn {
    max-width: 500px;
    margin: 50px auto;
    display: block;
  }


  /* ========================================================
  ヘッダー
  =========================================================*/
  .header {
    width: 960px;
    margin: 0 auto;
  }

  /* ロゴスライダー */
  .slider.clinicLogo {
    gap: 20px;
  }
  .slider.clinicLogo .slick-list {
    height: 54px;
  }
  .slider.clinicLogo img {
    height: 54px;
    padding: 15px 0;
  }
  .slider.clinicLogo .slick-slide {
    margin: 0 10px;
  }


  /* ========================================================
  fv
  =========================================================*/
  .inner.fv__inner {
    grid-template-columns: calc((100% - 120px) / 3 + 60px) calc((100% - 120px) / 3) calc((100% - 120px) / 3);
    padding: 30px 0;
    gap: 30px;
  }
  .fv__item {
    padding: 10px 0 36px;
  }
  .fv__item:nth-child(1) {
    padding: 10px 30px 36px;
  }
  .fv__txt {
    font-size: 13px;
    height: auto;
  }
  .fv__txt::after {
    background: url(../img/ct_img_fv_line_pc.png) no-repeat center / 100% auto;
  }
  .fv__item-ttl {
    font-size: 16px;
  }
  .fv__item-img {
    margin-top: 5px;
  }


  /* ========================================================
  EDを治療できるのはクリニックだけ
  =========================================================*/
  .clinic__table {
    font-size: 14px;
  }
  .clinic__table-th--bl {
    font-size: 16px;
  }
  .clinic__table-td_ttl,
  .clinic__table-td_ttl--triangle {
    font-size: 16px;
  }
  .clinic__table-td_label {
    font-size: 12px;
    width: 100%;
  }
  .clinic__table-td_txt {
    font-size: 14px;
  }
  .clinic__table-img {
    width: 689px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }


  /* ========================================================
  市販NG
  =========================================================*/
  .ng__box-ttl {
    font-size: 18px;
  }
  .ng__box-txt {
    font-size: 16px;
  }


  /* ========================================================
  比較表BEST3
  =========================================================*/
  .inner.comparisonBest3__inner {
    overflow-x: auto;
  }
  .comparisonBest3__table {
    margin: 0;
  }
  .comparisonBest3__table::after {
    display: none;
  }
  .comparisonBest3__table th {
    font-size: 12px;
  }
  .comparisonBest3__table-logo {
    width: 70%;
    margin: 0 auto;
  }
  .comparisonBest3__table td {
    font-size: 14px;
  }


  /* ========================================================
  クリニック選びのポイント
  =========================================================*/
  .point {
    background: linear-gradient(145deg, var(--blue02) 0%, var(--blue02) 38%, var(--Sub) 38%, var(--Sub) 100%);
  }
  .point .section__ttl--img {
    width: 760px;
    padding: 0;
  }
  .point__list {
    justify-content: center;
    gap: 30px;
    padding-left: 0;
    padding-right: 0;
    overflow-x: auto;
  }
  .point__item {
    width: 300px;
  }


  /* ========================================================
  おすすめNo1
  =========================================================*/
  .recommend__item-contents {
    padding: 15px 30px;
  }
  .recommend__item-ttl {
    font-size: 24px;
  }
  .recommend__item-table {
    width: calc(100% + 60px);
    margin-left: -30px;
    margin-right: -30px;
  }
  .recommend__item-ctaArea_catch,
  .recommend__item-ctaArea_catch.fontSize--11px {
    font-size: 14px;
    width: 666px;
    margin-left: auto;
  }
  .recommend__item-ctaArea_wrap {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 30px;
  }
  .recommend__item-ctaArea_toRank {
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
  .recommend__item-ctaArea_toRank::after {
    width: 10px;
    height: 10px; 
    top: 46%;
    left: auto;
    right: 15px;
    transform: translateX(0) translateY(-50%) rotate(45deg);
  }
  .recommend__item-ctaArea_wrap .ctaBtn {
    font-size: 18px;
    padding: 20px 5%;
  }
  .recommend__item-ctaArea_wrap .ctaBtn .fontSize--10px{
    font-size: 14px;
  }


  /* ========================================================
  ランキング
  =========================================================*/
  .ranking {
    background: linear-gradient(145deg, var(--blue02) 0%, var(--blue02) 12.5%, var(--Sub) 12.5%, var(--Sub) 100%);
  }
  .ranking__item {
    padding-top: 20px;
  }
  .ranking__item-top {
    display: block;
    height: auto;
    padding: 0 30px;
  }
  .ranking__item-rank--img {
    width: 120px;
    height: auto;
    position: absolute;
  }
  .ranking__item-top_txt {
    font-size: 16px;
    text-align: center;
  }
  .ranking__name {
    font-size: 24px;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 8px;
  }
  .ranking__bnr {
    padding: 0;
    margin: 15px auto 0;
  }
  .bnr__txt {
    font-size: 14px;
  }
  .bnr__txt .ctaBtn--s {
    padding-left: 3%;
    padding-right: 5%;
    width: auto;
  }
  .ranking__table {
    width: calc(100% - 60px);
    margin-left: 30px;
    margin-right: 30px;
  }
  .ranking__tag {
    padding-left: 30px;
    padding-right: 30px;
  }
  .ranking__tag li {
    font-size: 14px;
    gap: 5px;
    padding: 5px 10px;
  }
  .ranking__point {
    padding-left: 30px;
    padding-right: 30px;
  }
  .ranking__point .cm__check {
    font-size: 18px;
  }
  .ranking__point-contents p {
    font-size: 16px;
  }
  .ranking__ctaArea {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
  }
  .ranking__ctaArea-catch {
    font-size: 18px;
  }
  .ranking__ctaArea .ctaBtn {
    width: 460px;
    padding: 28px 3%;
  }

  /* 4位以下を見る */
  .ranking__aco-btn {
    font-size: 18px;
    width: 460px;
    margin-left: auto;
    margin-right: auto;
  }
  .ranking__item-rank--txt {
    font-size: 24px;
    line-height: 80px;
    width: 80px;
    height: 80px;
    position: absolute;
    top: -2px;
    left: 30px;
  }
  .ranking__item-rank_num {
    font-size: 33px;
    margin-right: 0.08em;
  }


  /* ========================================================
  比較表
  =========================================================*/
  .inner.comparison__inner {
    overflow-x: auto;
  }
  .comparison__table {
    margin: 0;
  }
  .comparison__table::after {
    display: none;
  }
  .comparison__table > thead > tr > th:nth-child(1) {
    width: 218px;
  }
  .comparison__table > thead > tr > th:nth-child(2) {
    width: 260px;
  }
  .comparison__table > thead > tr > th:nth-child(3) {
    width: 140px;
  }
  .comparison__table > thead > tr > th:nth-child(4) {
    width: 340px;
  }
  .comparison__table .ctaBtn--s {
    padding: 4px ;
  }


  /* ========================================================
  まとめ
  =========================================================*/
  .matome__ttl {
    font-size: 36px;
    background: linear-gradient(145deg, var(--blue02) 0%, var(--blue02) 51%, var(--Sub) 51%, var(--Sub) 100%);
    height: 130px;
  }
  .matome__ttl::after {
    border-top: 16px solid var(--Sub);
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    bottom: -15px;
  }
  .matome__catch {
    font-size: 18px;
    padding: 15px 0 30px;
  }
  .matome__contents .ctaBtn {
    display: block;
    width: 460px;
    margin-left: auto;
    margin-right: auto;
  }
  /* ========================================================
  絞り込み検索フォーム
  =========================================================*/
  .forSP {
    display: none;
  }

  .Refine_Search_Box_wrap {
    padding-top: 10px;
  }
  
  .Refine_Search_Title {
    padding-bottom: 20;
  }

  .Refine_Search_Box_wrap {
    margin-top: 0px;
  }

  #Refine_Search_Area dl.Refine_Search_conditions_Area label {
    height: 48px;
  }

  #Refine_Search_Area dl.Refine_Search_conditions_Area {
    margin-bottom: 8px;
  }

  .ed #Refine_Search_Area .age__list {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .ed #Refine_Search_Area .treatment__list, .ed #Refine_Search_Area .mokuteki__list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .ed #Refine_Search_Area .consultation__list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .ed #Refine_Search_Area .type__list {
    grid-template-columns: 1fr 1fr;
  }

  .treatment__list>.radiobtn_text:nth-child(1).on02>.radiobox:after {
    transform: translate(-45%, -44%);
  }

  #Refine_Search_Area>form>div>dl:nth-child(8)>dd>label:nth-child(1)>span.treatment {
    left: -10px;
    position: relative;
  }

  #Refine_Search_Area dl.Refine_Search_conditions_Area label {
    min-height: auto;
  }

  #Refine_Search_Area dl.Refine_Search_conditions_Area .kodawari__list label {
    min-height: auto;
  }

  .span.noSubmit, .Refine_Search_submit input[type="submit"] {
    width: 400px;
  }

  .Refine_Search_submit {
    width: auto;
  }

  span.noSubmit, .Refine_Search_submit input[type="submit"] {
    width: 400px;
    position: relative;
    right: 0;
  }

  #Refine_Search_Area .kodawari__list {
    gap: 3px 10px;
  }

  .Refine_Search_Title {
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    text-indent: -9999px;
    width: 100%;
    height: 58px;
    background-image: url(../img/result_form_ttl_pc.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    top: 80px;
    margin-bottom: 110px;
  }

  #Refine_Search_Area span.kodawari {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-left: -62px;
  }

  /* ========================================================
  検索結果ページ
  =========================================================*/

  .imgttl_searchresult {
    width: 100%;
    margin: 0 auto;
    height: 270px;
    background-image: url("../img/result_fv_bg_pc.png");
    background-size: 900px 281px;
    background-repeat: no-repeat;
    background-position: top center;
  }

  .searchConditions {
    margin: 20px 40px;
  }

  #PANKUZU .pankuzu {
    width: 1000px;
  }
  .pankuz.inner {
    margin-bottom: 15px;
  }
  .pankuz ul {
    overflow-x: auto;
  }  

  .Refine_Result_Count .Refine_Result_Count_red {
    font-size: 1.4rem;
  }

  .Refine_Search_Box_wrap {}

  .return_form_area {
    padding: 40px 0 0;
  }

  .return_form_area a {
    width: 400px;
  }

  .result_page.ed .ranking__item-top_txt{
    text-align: center;
  }

  .ranking__item.id_1 .ranking__item-top::before {
    content: "";
    background-image: url("../img/ct_ico_rank01.png");
    width: 120px;
    height: 80px;
    position: absolute;
    display: inline-block;
    bottom: -56px;
    left: 30px;
  }

  .ranking__item.id_1 .ranking__item-top_txt {}

  .ranking__item.id_1 .ranking__item-top {
    height: auto;
  }

  .ranking__item.id_1 .ranking__item-top_txt::before {
    display: none
  }

  /* ========================================================
  フッター
  =========================================================*/
  .footer__links-inner {
    width: 960px;
    padding: 0 15px;
    margin: 0 auto;
  }
  .page-lower .footer__links-inner {
    width: 1010px;
  }
  .footer__links-inner dl:first-child dd ul {
    display: flex;
  }
  .footer__links-inner dl:first-child dd ul li + li::before {
    content: "|";
    margin: 0 10px;
  }
  .footer__links-inner dl:nth-child(2):last-child dd ul li {
    white-space: nowrap;
  }
  .footer__links-inner dd ul li a {
    transition: all 0.3s;
  }
  .footer__links-inner dd ul li a:hover {
    opacity: 0.6;
  }

  /* ========================================================
  20230216 ED治療薬の比較
  =========================================================*/
.edComparison{
  margin: 40px auto 20px;
}
  .edComparison__txt{
    font-size: 0.875rem;
    margin-top:20px;
    text-align: center;
    padding:20px;
  }



}
@media screen and (min-width: 1024px) {
  /*絞り込み検索フォーム*/
  span.noSubmit,
  .Refine_Search_submit input[type="submit"] {
    right: 62%;
  }
}


@media screen and (min-width:769px){
  /* ========================================================
  20230215 地域名追加
  =========================================================*/
  .tiiki {
    font-size: 36px;
    top: 118px;
    left: 27.5%;
  }

  /* ========================================================
  20230216 修正
  =========================================================*/
  .edComparison {
    padding-top: 45px;
    padding-bottom: 50px;
    margin-bottom: 0;
  }
  .edComparison__txt {
    padding: 0 20px;
    margin-top: 25px;
  }
  .main .section:first-of-type.edComparison {
    margin-top: 20px;
  }


  /* ========================================================
  20230222 修正
  =========================================================*/
  .ed_nayami {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
  }
  .ed_nayami .inner {
    padding: 0 30px;
  }
  .ed_nayami .txtBox {
    font-size: 16px;
  }


  /* ========================================================
  20230227 edComparison修正
  =========================================================*/
  .edComparison {
    background: linear-gradient(105deg, #3067C3 0%, #3067C3 50.5%, #3678CA 50.5%, #3678CA 100%);
    padding-top: 0;
    padding-bottom: 40px;
  }
  .main .section:first-of-type.edComparison {
    margin-top: 0;
  }
  .edComparison .inner {
    width: 860px;
  }
  .edComparison__txt {
    font-size: 16px;
    text-align: left;
    padding: 15px;
  }
  
  /* 20240816 コラム修正 */
.page-lower {
  padding-top: 2rem;
}
.page-lower h2 {
  margin-top: 2rem;
}
.page-lower h1::before, .page-lower h1::after {
  width: 5.25rem;
  background-size: auto;
}
/* ========================================================
20241021 検索結果ソート追加
=========================================================*/
.options_accordion_ul {
  max-width: 920px;
  margin: 0 auto;
  gap: 20px;
  padding: 15px 0;
}
.options_accordion_ul li a {
  height: 40px;
  line-height: 40px;
}
/* ========================================================
20240821 /fb 案件追加
=========================================================*/
.fb .table th {
  width: 20%;
}
.fb .comparisonBest3__table th {
  font-size: 14px;
}
.fb .comparisonBest3__table-logo {
  width: 100%;
  padding: 8px 0;
}
.fb .ranking__ctaArea {
  display: flex;
  flex-direction: column;
  align-items: center;
}
}




