/* ------------------------------------------
 SP
------------------------------------------ */
@media screen and (max-width: 750px) {
  .common_h3 {
    height: auto !important;
  }
  .common_h3 > div {
    position: relative;
    z-index: 1;
  }
  .enuresisBox1Fig {
    padding: 10px 20px;
    background-color: #fff;
    border-radius: 10px;
    font-size: 1.2rem;
  }
  .enuresisBox1Fig a {
    text-decoration: underline;
  }
  .enuresisBox2 {
    font-size: 1.4rem;
  }
  .enuresisBox2 p {
    padding-bottom: 1em;
    font-size: 1.4rem;
  }
  .enuresisBox2 h4 {
    margin-bottom: 10px;
    font-weight: bold;
  }
  .enuresisBox2 table {
    width: 100%;
    table-layout: fixed;
  }
  .enuresisBox2 table th, .enuresisBox2 table td {
    padding: 5px;
    vertical-align: middle;
    background-color: #fff;
    border: 1px #999 solid;
    font-size: 1.1rem;
    line-height: 1.6;
  }
  .enuresisBox2 table td {
    background-color: #ffc;
    text-align: center;
  }
  .enuresisBox2 table .bgRed {
    background-color: #fcc;
  }
  .enuresisBox2 aside {
    padding-top: 10px;
    font-size: 1.2rem;
    margin-bottom: 30px;
    line-height: 1.6;
  }
  .enuresisBox2 aside a {
    text-decoration: underline;
  }
  .enuresisH3 {
    font-size: 1.6rem;
    font-weight: bold;
    padding-left: 15px;
    border-left: 5px #61C1F7 solid;
    margin-bottom: 15px;
  }
  .ikujiTable tr:last-child th, .ikujiTable tr:last-child td {
    padding-bottom: 0;
  }
  .ikujiTable th, .ikujiTable td {
    text-align: left;
    padding-bottom: 10px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .ikujiTable th {
    width: 5em;
  }
  .ikujiH4 {
    font-weight: bold;
    margin-bottom: 1em;
    font-size: 1.4rem;
    text-align: left;
  }
  .ikujiBoxWrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .ikujiEtc {
    padding-top: 0.4em;
    text-align: left;
    font-size: 1.4rem;
  }
  .ikujiQAWrap li {
    margin-bottom: 20px;
  }
  .ikujiQAWrap li:last-child {
    margin-bottom: 0;
  }
  .ikujiQAWrap .question {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
  .ikujiQAWrap .question::before {
    content: "Q";
    display: inline-block;
    font-size: 2rem;
    background-color: #EF95A8;
    color: #fff;
    line-height: 1;
    padding: 5px 10px;
    border-radius: 5px;
    margin-right: 15px;
    font-weight: bold;
  }
  .ikujiQAWrap .answer {
    font-size: 1.4rem;
  }
  .ikujiQAWrap .answer::before {
    content: "A";
    display: inline-block;
    font-size: 2rem;
    background-color: #60C1F7;
    color: #fff;
    line-height: 1;
    padding: 5px 10px;
    border-radius: 5px;
    margin-right: 15px;
    font-weight: bold;
  }
  .tourHead {
    border-radius: 10px;
    margin-bottom: 30px;
  }
  .tourHead > img {
    border-radius: 10px;
  }
  .tourDoctor {
    display: grid;
    grid-template-columns: 1fr;
  }
  .tourDoctor .left {
    order: 2;
    font-size: 1.4rem;
  }
  .tourDoctor .left .text {
    text-align: right;
  }
  .tourDoctor .right {
    order: 1;
    margin-bottom: 10px;
  }
  .tourDoctor .right .pic {
    border-radius: 10px;
    text-align: center;
  }
  .tourDoctor .right .pic > img {
    width: 60%;
    border-radius: 10px;
  }
  .tourH3 {
    text-align: center;
    margin-bottom: 20px;
  }
  .tourH3 > span {
    font-size: 2rem;
    background: linear-gradient(transparent 60%, #f2cf39 0%);
    display: inline;
    padding: 0 1px 0px;
  }
  .tourTable {
    text-align: center;
  }
  .tourTable > div {
    display: inline-block;
  }
  .tourTable > div table {
    width: 100%;
  }
  .tourTable > div th, .tourTable > div td {
    background-color: #fff;
    padding: 5px;
  }
  .tourBook .buttonWrap {
    padding-top: 20px;
    border: 3px #EF95A8 solid;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
  }
  .tourBook .buttonWrap > .left h4 {
    font-size: 2.2rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .tourBook .buttonWrap > .left h4 > span {
    position: relative;
    display: inline-block;
  }
  .tourBook .buttonWrap > .left h4 > span::before, .tourBook .buttonWrap > .left h4 > span::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 30px;
    background-color: #333;
  }
  .tourBook .buttonWrap > .left h4 > span::before {
    left: -30px;
    transform: rotate(-35deg);
  }
  .tourBook .buttonWrap > .left h4 > span::after {
    right: -30px;
    transform: rotate(35deg);
  }
  .tourBook .buttonWrap > .left a {
    display: block;
    padding: 15px;
    font-size: 1.6rem;
    border-radius: 8px;
    color: #fff;
    line-height: 1.6;
    transition: 0.3s;
  }
  .tourBook .buttonWrap > .left a.blue {
    background-color: #60C1F7;
    border-bottom: 3px #17a5f3 solid;
    margin-bottom: 20px;
  }
  .tourBook .buttonWrap > .left a.pink {
    background-color: #EF95A8;
    border-bottom: 3px #e55371 solid;
  }
  .tourBook .buttonWrap > .left a:hover {
    opacity: 0.7;
  }
  .tourBook .buttonWrap > .right {
    display: none;
  }
  .arrow {
    position: relative;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 1em;
  }
  .arrow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 0.4em; /* arrow size */
    height: 0.4em; /* arrow size */
    border-top: 3px solid #fff; /* thickness, color */
    border-right: 3px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .tourImageLR {
    display: grid;
    grid-template-columns: 30% 1fr;
    align-items: center;
    font-size: 1.4rem;
  }
  .tourImageLR img {
    border-radius: 10px;
  }
  .tourImageLR > div:nth-child(2) {
    padding-left: 20px;
  }
  .tourMessage {
    display: grid;
    grid-template-columns: 1fr;
  }
  .tourMessage > div:first-child {
    font-size: 1.4rem;
  }
  .tourMessage > div:nth-child(2) {
    width: 80%;
    margin: 0 auto 10px;
  }
  .tourMessage .fukidashi {
    margin-bottom: 20px;
  }
  .tourMessage .fukidashi > span {
    display: inline-block;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    position: relative;
  }
  .tourMessage .fukidashi > span:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 20px solid transparent;
    border-top: 20px solid #fff;
  }
  .tourMessage .pic {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
  }
  .tourMessage .pic > img {
    height: 180px;
  }
  .addBanner {
    width: 90%;
    margin: 0 auto 30px;
  }
  .addBanner > a {
    display: block;
    border-radius: 7px;
    border: 1px #2872AE solid;
    margin-bottom: 10px;
  }
  .addBanner > a > img {
    border-radius: 7px;
    vertical-align: bottom;
  }
}
/* ------------------------------------------
 PC
------------------------------------------ */
@media screen and (min-width: 751px) {
  .enuresisBox1Fig {
    width: 50%;
    margin: 0 auto;
    display: grid;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    font-size: 1.3rem;
  }
  .enuresisBox1Fig > div:nth-child(1) {
    text-align: center;
    padding: 20px 0;
  }
  .enuresisBox1Fig a {
    text-decoration: underline;
  }
  .enuresisBox2 {
    display: grid;
    grid-template-columns: 45% 1fr;
    gap: 40px;
  }
  .enuresisBox2 p {
    padding-bottom: 1em;
  }
  .enuresisBox2 h4 {
    margin-bottom: 10px;
    font-weight: bold;
  }
  .enuresisBox2 table {
    width: 100%;
    table-layout: fixed;
  }
  .enuresisBox2 table th, .enuresisBox2 table td {
    padding: 10px;
    vertical-align: middle;
    background-color: #fff;
    border: 1px #999 solid;
    font-size: 1.4rem;
  }
  .enuresisBox2 table td {
    background-color: #ffc;
    text-align: center;
  }
  .enuresisBox2 table .bgRed {
    background-color: #fcc;
  }
  .enuresisBox2 aside {
    padding-top: 10px;
    font-size: 1.4rem;
    text-align: center;
  }
  .enuresisBox2 aside a {
    text-decoration: underline;
  }
  .enuresisH3 {
    font-size: 1.8rem;
    font-weight: bold;
    padding-left: 15px;
    border-left: 5px #61C1F7 solid;
    margin-bottom: 15px;
  }
  .ikujiTable tr:last-child th, .ikujiTable tr:last-child td {
    padding-bottom: 0;
  }
  .ikujiTable th, .ikujiTable td {
    text-align: left;
    padding-bottom: 10px;
  }
  .ikujiTable td {
    padding-left: 2em;
  }
  .ikujiH4 {
    font-weight: bold;
    margin-bottom: 1em;
    font-size: 1.8rem;
    text-align: left;
  }
  .ikujiBoxWrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .ikujiEtc {
    padding-top: 0.7em;
    text-align: left;
  }
  .ikujiQAWrap li {
    margin-bottom: 30px;
  }
  .ikujiQAWrap li:last-child {
    margin-bottom: 0;
  }
  .ikujiQAWrap .question {
    font-weight: bold;
    margin-bottom: 10px;
  }
  .ikujiQAWrap .question::before {
    content: "Q";
    display: inline-block;
    font-size: 3rem;
    background-color: #EF95A8;
    color: #fff;
    line-height: 1;
    padding: 10px 15px;
    border-radius: 5px;
    margin-right: 15px;
    font-weight: bold;
  }
  .ikujiQAWrap .answer::before {
    content: "A";
    display: inline-block;
    font-size: 3rem;
    background-color: #60C1F7;
    color: #fff;
    line-height: 1;
    padding: 10px 15px;
    border-radius: 5px;
    margin-right: 15px;
    font-weight: bold;
  }
  .tourHead {
    border-radius: 10px;
    margin-bottom: 30px;
  }
  .tourHead > img {
    border-radius: 10px;
  }
  .tourDoctor {
    display: grid;
    grid-template-columns: 70% 1fr;
  }
  .tourDoctor .left .text {
    text-align: right;
  }
  .tourDoctor .right {
    padding-left: 50px;
  }
  .tourDoctor .right .pic {
    border-radius: 10px;
  }
  .tourDoctor .right .pic > img {
    border-radius: 10px;
  }
  .tourH3 {
    text-align: center;
    margin-bottom: 20px;
  }
  .tourH3 > span {
    font-size: 3rem;
    background: linear-gradient(transparent 60%, #f2cf39 0%);
    display: inline;
    padding: 0 1px 0px;
  }
  .tourTable {
    text-align: center;
  }
  .tourTable > div {
    display: inline-block;
  }
  .tourTable > div table {
    width: 400px;
  }
  .tourTable > div th, .tourTable > div td {
    background-color: #fff;
    padding: 5px;
  }
  .tourBook {
    margin-top: 30px;
    border: 3px #EF95A8 solid;
    background-color: #fff;
    padding: 50px;
    border-radius: 10px;
  }
  .tourBook .buttonWrap {
    display: grid;
    grid-template-columns: 1fr 220px;
    gap: 30px 40px;
  }
  .tourBook .buttonWrap > .left h4 {
    font-size: 3rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .tourBook .buttonWrap > .left h4 > span {
    position: relative;
    display: inline-block;
  }
  .tourBook .buttonWrap > .left h4 > span::before, .tourBook .buttonWrap > .left h4 > span::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 50px;
    background-color: #333;
  }
  .tourBook .buttonWrap > .left h4 > span::before {
    left: -50px;
    transform: rotate(-35deg);
  }
  .tourBook .buttonWrap > .left h4 > span::after {
    right: -50px;
    transform: rotate(35deg);
  }
  .tourBook .buttonWrap > .left a {
    display: block;
    padding: 20px;
    font-size: 2rem;
    border-radius: 8px;
    color: #fff;
    transition: 0.3s;
  }
  .tourBook .buttonWrap > .left a.blue {
    background-color: #60C1F7;
    border-bottom: 3px #17a5f3 solid;
    margin-bottom: 30px;
  }
  .tourBook .buttonWrap > .left a.pink {
    background-color: #EF95A8;
    border-bottom: 3px #e55371 solid;
  }
  .tourBook .buttonWrap > .left a:hover {
    opacity: 0.7;
  }
  .arrow {
    position: relative;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 1em;
  }
  .arrow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 0.4em; /* arrow size */
    height: 0.4em; /* arrow size */
    border-top: 3px solid #fff; /* thickness, color */
    border-right: 3px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .tourImageLR {
    display: grid;
    grid-template-columns: 20% 1fr;
    align-items: center;
  }
  .tourImageLR img {
    border-radius: 10px;
  }
  .tourImageLR > div:nth-child(2) {
    padding-left: 50px;
  }
  .tourMessage {
    display: grid;
    grid-template-columns: 70% 1fr;
  }
  .tourMessage .fukidashi > span {
    display: inline-block;
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    position: relative;
  }
  .tourMessage .fukidashi > span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -30px;
    border: 30px solid transparent;
    border-left: 30px solid #fff;
  }
  .tourMessage .pic {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .tourMessage .pic img {
    height: 300px;
  }
  .addBanner {
    width: 1029px;
    margin: 0 auto 50px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .addBanner > a {
    border-radius: 7px;
    border: 2px #2872AE solid;
    transition: 0.3s;
  }
  .addBanner > a:hover {
    opacity: 0.7;
  }
  .addBanner > a > img {
    border-radius: 7px;
    vertical-align: bottom;
  }
}