@charset "utf-8";

/* reset
---------------------------------------------------*/
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, address, img, dl, dt, dd, ol, ul, li, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

address {
  font-style: normal;
}

a:link, a:visited, a:active, a:hover {
  overflow: hidden;
  outline: none;
}

img {
  vertical-align: bottom;
}

span {
  font-weight: inherit;
}

sup, sub {
  font-size: 50%;
}


/* base
---------------------------------------------------*/
html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

body {
  color: #333;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Arial, sans-serif;
  font-size: 16px;
  width: 100%;
  min-width: 1000px;
  margin: 0 auto;
}

/* 中 */
body.textSizeM {
  font-size: 14px;
}

/* 大 */
body.textSizeL {
  font-size: 16px;
}

/* 特大 */
body.textSizeLL {
  font-size: 18px;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

@media only screen and (max-width:768px) {
  body {
    min-width: inherit;
  }

  body.textSizeM,
  body.textSizeLL {
    font-size: 16px !important;
  }
}


/* style
---------------------------------------------------*/
.spOnly {
  display: none !important;
}

.inner {
  width: 1000px;
  margin: 0 auto;
}

@media only screen and (max-width:768px) {
  .spOnly {
    display: block !important;
  }

  span.spOnly {
    display: inline !important;
  }

  .pcOnly {
    display: none !important;
  }

  .inner {
    width: inherit;
  }

  img {
    width: 100%;
    height: auto;
  }
}


/* main
---------------------------------------------------*/
#main {
  clear: both;
  background-color: #f5f5f5;
}

@media only screen and (max-width:768px) {
  #main {
    margin-top: 68px;
  }
}


/* triangleIco color
---------------------------------------------------*/
/* 排尿について */
.triangleIco li.cat001 a:before {
  border-color: #5FC3D0 transparent transparent transparent;
}

/* 排尿について（男性編） */
.triangleIco li.cat002 a:before {
  border-color: #88bfe6 transparent transparent transparent;
}

/* 過活動膀胱はどうやって治すの？ */
.triangleIco li.cat003 a:before {
  border-color: #fa9696 transparent transparent transparent;
}

/* 前立腺肥大症はどうやって治すの？ */
.triangleIco li.cat004 a:before {
  border-color: #8fd0b2 transparent transparent transparent;
}

/* お役立ち情報 */
.triangleIco li.cat005 a:before {
  border-color: #f4a62a transparent transparent transparent;
}

/* 排尿のお悩みチェック */
.triangleIco li.cat006 a:before {
  border-color: #86cc17 transparent transparent transparent;
}


/* layout
---------------------------------------------------*/
.alignC { text-align: center; }
.alignL { text-align: left; }
.alignR { text-align: right; }

.mt0 { margin-top: 0 !important; }
.mt90 { margin-top: 90px !important; }
.mb0 { margin-bottom: 0 !important; }



/* popup
---------------------------------------------------*/
.openPopup, .closePopup {
  cursor: pointer;
}

#popup {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  visibility: hidden;
  opacity: 0;
  z-index: 10;
  overflow: hidden;
}

#popup.openModal {
  visibility: visible;
  opacity: 1;
}

#popup .contentArea {
  position: relative;
  width: 735px;
  padding: 50px 30px;
  background: #fff;
  box-sizing: border-box;
}

#popup .doubt {
  font-size: 175%; /*28px*/
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 40px;
}

#popup .doubt span {
  display: table;
  margin: 0 auto;
  padding: 0 15px 4px;
}
#popup.No001 .doubt span {
  background: linear-gradient(transparent 52%, rgba(250,150,150,0.3) 0%);
}
#popup.No002 .doubt span {
  background: linear-gradient(transparent 52%, rgba(244,166,42,0.3) 0%);
}
#popup .doubt span + span {
  margin-top: 15px;
}

#popup .note {
 line-height: 1.6;
}

#popup .annotation {
  margin-top: 18px;
  font-size: 75%;
  line-height: 1.6;
 }

#popup .answerLink {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
#popup .answerLink li {
  width: 190px;
  position: relative;
  margin-bottom: 3px;
}
#popup.No002 .answerLink li {
  width: 380px;
}
#popup .answerLink li + li {
  margin: 0 0 3px 30px;
}

#popup .answerLink li a {
  display: block;
  color: #fff;
  font-size: 100%;
  line-height: 1.25;
  text-align: center;
  padding: 15px 24px 15px 10px;
  border-radius: 6px;
  box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
#popup.No001 .answerLink li a {
  background-color: #fa9696;
}
#popup.No002 .answerLink li a {
  background-color: #f4a62a;
}
#popup .answerLink li a::before {
  position: absolute;
  content: "";
  background: url(/common/img/ico_next.png) no-repeat left center;
  width: 10px;
  height: 100%;
  top: 0;
  right: 14px;
}
#popup .answerLink li a:hover {
  opacity: 0.7;
}

#popup .brool_bt {
  position: absolute;
  width: 50px;
  height: 34px;
  top: -35px;
  right: -14px;
  cursor: pointer;
}

#popup .brool_bt a.No002 {
  display: block;
  width: 100%;
  height: 100%;
}

#popup .cross_ico {
  display: inline-block;
  position: relative;
  top: 0;
  left: 24px;
  margin-top: 3px;
  padding: 0;
  width: 2px;
  height: 25px;
  background: #fff;
  transform: rotate(45deg);
}
#popup .cross_ico::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -11px;
  width: 25px;
  height: 2px;
  margin-top: -2px;
  background: #fff;
}

@media only screen and (max-width:768px) {
  #popup .contentArea {
    width: 94%;
    padding: 50px 14px;
  }

  #popup .doubt {
    font-size: 125%; /*20px*/
  }

  #popup .answerLink li a::before {
    background-image: url(/common/img/ico_next_sp.png);
    background-size: 9px 11px;
    width: 9px;
    right: 10px;
  }
}
