@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;
  }

  /* 広告表記 */
  .body {
    position: relative;
  }
  .adTxt {
    text-align: right;
    max-width: 960px; /* 横幅 LPに合わせて調整 */
    width: 100%;
    padding: 0;
    margin: 24px auto 6px;
    position: absolute;
    top: 10px;
    left: 50%;
    right: unset;
    transform: translate(-50%, -50%);
  }
  .adTxt span {
    font-size: 18px;
    font-weight: bold;
    border: 1px solid var(--Text); /* 枠色 変数名がTextでない場合は変更 */
    padding: 2px 14px;
  }
  .txt--clinicfor {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .fb .adTxt {
    transform: none;
    margin: -45px auto 6px;
  }
  .fb .txt--clinicfor {
    transform: none;
    position: static;
  }
  /* header ロゴ追加 */
  .header__logo {
    max-width: 960px;
    height: 50px;
    margin: 0 auto;
  }
  .header__logo::before {
    left: unset;
    width: 190px;
    height: 50px;
  }

  /* ========================================================
  共通パーツ
  =========================================================*/
  /* インナー */
  .inner {
    width: 980px;
    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: 15px;
    padding: 14px 0;
  }

  .ctaBtn--s::after {
    right: 0.7025rem;
  }

  /* セクション見出し */
  .section__ttl--img {
    margin: 0 auto;
    max-width: 960px;
  }

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

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

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

  /* ========================================================
  記事ページ
  =========================================================*/
  .page-lower .header {
    width: 100%;
  }
  .page-lower .inner {
    width: 1010px;
    padding: 0 15px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-lower h1 {
    font-size: 2.1875rem;
    padding: 80px 0 96px;
  }
  .page-lower h1::before,
  .page-lower h1::after {
    content: "";
    display: inline-block;
    background: url(../img/cm_img_line.png) no-repeat center / 162px auto;
    width: 162px;
    height: 6px;
    z-index: 1;
  }
  .page-lower h1::before {
    left: 0;
  }
  .page-lower h1::after {
    right: 0;
  }
  .h2-wrap {
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .page-lower h2 {
    font-size: 18px;
    margin-top: 24px;
    width: auto;
  }
  .page-lower h2::before,
  .page-lower h2::after {
    content: "";
    display: inline-block;
    background: url(../img/ct_brackets.png) no-repeat center / 17px auto;
    width: 22px;
    height: 47px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .page-lower h2::after {
    transform: scale(-1, 1);
    margin-left: 2rem;
    right: 0;
    top: 13%;
  }
  .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;
  }
  .ctaBtn.page {
    padding: 12px 0;
    width: 69%;
    margin-inline: auto;
    display: block;
    margin-top: 60px;
  }

  /* ========================================================
  ヘッダー
  =========================================================*/
  .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
  =========================================================*/
  .fv {
    background-color: #f4f6fe;
  }
  .inner.fv__inner {
    grid-template-columns: 1fr 2fr;
    padding: 30px 0 36px;
    gap: 10px;
    justify-content: center;
  }
  .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 {
    border-radius: 14px;
    grid-row: unset;
  }
  .fv__item,
  .fv__item:nth-child(1) {
    padding: 0px 10px 30px;
  }

  .fv__item-ttl {
    font-size: 16px;
  }

  .fv__item__ttl {
    border-radius: 12px 12px 0 0;
    font-size: 14px;
    padding: 10px 10px;
  }

  .sp__div {
    grid-template-columns: 1fr;
  }

  .fv__item-img {
    margin: 0px auto 0;
    height: 226px;
    width: auto;
  }
  .sp__div .fv__item-img {
    height: 226px;
  }
  .fv__item .fv__item-rank {
    background-size: 69px;
    width: 69px;
    top: -35px;
  }

  .fv__cta_txt {
    font-size: 13px;
    margin-top: 10px;
  }

  .fv__item::before {
    width: 6.9375rem;
  }
  /* ========================================================
  EDを治療できるのはクリニックだけ
  =========================================================*/
  .section__ttl--img.clinic__ttl {
    max-width: 750px;
  }
  .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 {
    padding: 26px 0px;
  }
  .ng__box {
    margin: 8px auto;
    max-width: 680px;
  }
  .ng__box-ttl-wrap {
    padding: 12px 0;
  }
  .ng__box-ttl {
    font-size: 24px;
  }
  .ng__box-ttl-small {
    font-size: 21px;
  }
  .ng__box-txt {
    font-size: 18px;
    padding: 20px 25px;
  }

  /* ========================================================
  比較表BEST3
  =========================================================*/
  .comparisonBest3 {
    padding: 30px 0 42px;
  }
  body:not(.fb) .best3__accent {
    position: absolute;
    content: "お薬代1000円OFFキャンペーン";
    top: 0;
    left: 0%;
    width: 100%;
    height: 49px;
    background-color: red;
    color: #fff;
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 0.5px;
    transform: translateY(-100%);
    padding: 6px 0px;
  }
  .section__ttl--img.comparisonBest3__ttl {
    max-width: 700px;
  }
  .via .section__ttl--img.comparisonBest3__ttl {
    max-width: 886px;
  }
  .inner.comparisonBest3__inner {
    overflow-x: auto;
    margin-top: 10px;
  }
  .comparisonBest3__table-eva {
    width: 60px;
    height: 60px;
  }
  .comparisonBest3__table {
    margin: 0 auto;
    width: 100%;
  }
  .comparisonBest3__table::after {
    display: none;
  }
  .comparisonBest3__table th {
    font-size: 12px;
  }
  .comparisonBest3__table th:first-of-type {
    width: 18%;
  }
  .comparisonBest3__table-logo {
    width: 80%;
    margin: 0 auto;
    height: 60px;
  }
  .comparisonBest3__table td {
    font-size: 14px;
    padding: 8px;
  }

  .via .comparisonBest3__table td {
    width: calc(82% / 3);
  }

  .small.ano {
    padding: 0px 0px;
    margin: 8px auto 0;
    width: 980px;
  }

  .small.ano {
    padding: 0px 0px;
    margin: 8px auto 0;
    width: 980px;
  }
  .small.ano.bottom {
    width: 945px;
  }

  /* ========================================================
  クリニック選びのポイント
  =========================================================*/
  .point {
    /* background: linear-gradient(145deg, var(--blue02) 0%, var(--blue02) 38%, var(--Sub) 38%, var(--Sub) 100%); */
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding: 24px calc(50vw - 50%) 40px;
  }
  .point .section__ttl--img {
    width: 600px;
    padding: 0;
  }
  .point__list {
    justify-content: center;
    gap: 14px;
    padding: 0 10px;
    overflow-x: unset;
    margin-top: 10px;
    width: 100%;
    grid-template-columns: repeat(3, 310px);
  }
  .point__item {
    display: grid;
    padding: 14px;
    grid-template-columns: subgrid;
    grid-row: span 3;
  }

  /* ========================================================
  おすすめNo1
  =========================================================*/
  .recommend {
    padding-top: 24px;
  }
  .recommend__list {
    width: 100%;
    padding: 0 20px;
    margin-top: 40px;
  }
  .via .recommend__list {
    margin-top: 0;
  }
  .recommend__item-contents {
    padding: 15px 30px;
  }
  .recommend__item-ttl {
    font-size: 18px;
  }
  .recommend__item-table {
    width: calc(100% + 60px);
    margin-left: -30px;
    margin-right: -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: 10px 5%;
    line-height: 1.2;
  }
  .recommend__item-ctaArea_wrap .ctaBtn .fontSize--10px {
    font-size: 14px;
  }

  /* ========================================================
  ランキング
  =========================================================*/
  .ranking {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
  }
  .section__ttl--img.ranking__ttl {
    max-width: 800px;
  }
  .ranking__item {
    padding-top: 20px;
    margin-top: 0px;
  }
  .ranking__item,
  #rank01.ranking__item {
    border-width: 3px;
  }
  .ranking__item-top {
    height: auto;
    padding: 0 30px;
  }
  .ranking__item-rank--img {
    width: 52px;
    height: auto;
  }
  .ranking__item-top_txt {
    font-size: 16px;
  }
  .ranking__name {
    font-size: 24px;
    text-align: left;
  }
  .ranking__table__link-wrap {
    font-size: 14px;
    width: calc(100% - 60px);
  }
  .ranking__bnr {
    margin: 15px 30px 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__point-contents small {
    margin-top: 30px;
  }
  .ranking__ctaArea-logo {
    height: 5.175rem;
  }
  .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%;
  }
  .ranking__cta-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  /* 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;
  }
  .ranking__item-rank_num {
    font-size: 33px;
    margin-right: 0.08em;
  }

  /* ========================================================
  比較表
  =========================================================*/
  .section__ttl--img.comparison__ttl {
    max-width: 800px;
    padding: 24px 0;
  }
  .inner.comparison__inner {
    overflow-x: auto;
  }
  .comparison {
    background-color: #f4f6fe;
    margin-top: 20px;
  }
  .comparison__table {
    margin: 0 auto;
    width: calc(100% - 35px);
  }
  .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;
    height: 130px;
  }
  .matome__ttl::after {
    border-top: 16px solid #30a9e2;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    bottom: -15px;
  }
  .matome__catch {
    font-size: 18px;
    padding: 24px 0 0px;
  }
  .matome__contents .ctaBtn {
    display: block;
    width: 460px;
    margin-left: auto;
    margin-right: auto;
    padding: 16px 0;
  }
  /* ========================================================
  絞り込み検索フォーム
  =========================================================*/
  .forSP {
    display: none;
  }
  .Refine_Search .inner {
    width: 100%;
  }
  .Refine_Search {
    background-color: #f4f6fe;
    width: 960px;
  }
  .via .Refine_Search {
    margin-top: 56px;
  }
  .Refine_Search_ttl {
    padding: 18px 0 8px;
  }
  .Refine_Search_ttl img {
    max-width: 700px;
  }
  .Refine_Search_Box_wrap {
    padding-top: 10px;
  }
  #Refine_Search_Area {
    background-color: #f0f3f5;
    padding: 20px;
  }
  .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;
    max-width: 100%;
  }

  .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/ed_ttl_result.png");
    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;
  }
  .pankuz ul a,
  .pankuz li {
    font-size: 16px;
  }
  .pankuz li:not(.pankuz__home) {
    margin-left: 24px;
  }
  .pankuz__home::after {
    right: -23px;
  }
  .header__below__bnr {
    margin-top: 22px;
  }
  .header__below__bnr img {
    width: 800px;
    margin-inline: auto;
  }
  .h2-border {
    margin-top: 38px;
  }

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

  .Refine_Search_Box_wrap {
    padding: 10px 36px 22px;
  }

  .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 {
    width: 100px;
    height: 60px;
    background-size: 100px 60px;
  }

  .ranking__item.id_1 .ranking__item-top-inner {
    padding-left: 50px;
  }
  .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__ttl {
    max-width: 700px;
    margin-inline: auto;
  }
  .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: 56%;
  }
}

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

  /* ========================================================
  20230216 修正
  =========================================================*/
  .edComparison {
    padding-top: 0px;
    padding-bottom: 56px;
    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修正
  =========================================================*/
  .main .section:first-of-type.edComparison {
    margin-top: 0;
  }
  .edComparison__table {
    width: calc(100% - 74px);
    margin-inline: auto;
    margin-top: 10px;
  }
  .edComparison__table thead th:first-of-type {
    width: 19%;
  }

  .edComparison__table thead th:nth-of-type(2) {
    width: 32%;
  }
  .edComparison__table__txt {
    width: 980px;
    width: calc(980px - 74px);
    margin: 34px auto 0;
  }
  .arrow__down {
    margin: 34px auto 0;
  }

  .edComparison__txt {
    font-size: 16px;
    text-align: left;
    padding: 15px;
  }
  /* ========================================================
20240402 fb ED治療薬テーブル改修
=========================================================*/
  .edComparison_fb .table th {
    width: 18%;
    padding: 10px;
    font-size: 14px;
  }
  .edComparison_fb .table td {
    padding: 10px;
    font-size: 14px;
  }
  /* ========================================================
20240424 fb/ED改修
=========================================================*/
  .fb .comparisonBest3__table th {
    font-size: 14px;
  }
  .fb .comparisonBest3__table td {
    font-size: 14px;
  }
  .fb .point__list {
    grid-template-columns: repeat(3, 310px);
  }
  /* ========================================================
20240529 fv修正
=========================================================*/
  .fv__item__ttl {
    display: grid;
    align-items: center;
    font-size: 16px;
  }
  .fv__inner > .fv__item > .fv__item__ttl {
    padding: 10px 0 8px 50px;
  }
  .fv__inner__bottom > .fv__item:nth-child(1) > .fv__item__ttl,
  .fv__inner__bottom > .fv__item:nth-child(2) > .fv__item__ttl {
    padding: 10px;
  }
  .fv__inner > .fv__item > .fv__item__ttl::before {
    width: 48px;
    height: 54px;
    top: -4px;
    left: 14px;
  }
  .fv__inner__bottom > .fv__item:nth-child(1) > .fv__item__ttl::before,
  .fv__inner__bottom > .fv__item:nth-child(2) > .fv__item__ttl::before {
    content: "";
    width: 48px;
    height: 54px;
    top: -4px;
    left: 14px;
  }
  .fv__item-point {
    width: 160px;
  }
  .sp__div {
    margin-top: 2px;
    height: auto;
  }
  .sp__div > div:nth-child(2) > a:nth-child(1) > p {
    margin-top: 0;
  }
  .sp__div > div:nth-child(2) > .fv__txt > .fv__item-point {
    margin: 0 auto;
  }
  /* 20241019 追記 */
  .medicine .section__ttl--img {
    margin: 0 auto;
    max-width: 700px;
  }
}
