@charset "UTF-8";

a:hover, a:hover img{
  opacity: 0.85;
}
br.smp-V{
    display: none;
}

.s-inner{
    padding: 0 35px;
}
.side_fixed{
    position: fixed;
    right: 0;
    top: 200px;
}
.s-btn_fixed{
    position: fixed;
    right: -8px;
    top: 200px;
    border-top: solid 3px #eeab9d;
    border-left: solid 3px #eeab9d;
    border-bottom: solid 3px #eeab9d;
    border-radius: 10px;
    background: #FFF;
}
.s-btn_fixed a{
    padding: 20px;
    text-align: center;
    display: block;
}
.s-btn_fixed span{
    color: #eeab9d;
    font-weight: bold;
    text-align: center;
    line-height: 170%;
}
.s-btn_fixed img{
    width: 115px;
    display: block;
    margin: 0 auto 20px;
}
.s-problem_chuuzetsu p{
    font-weight: 700;
    letter-spacing: .03em;
    font-size: 22px;
    text-align: center;
    margin: 60px 0 0 0;
    line-height: 210%;
    color: #4e4e4e;
}
.s-problem_chuuzetsu p.txt_small,
.s-problem_chuuzetsu span.txt_small,
.chat-problem p.txt_small{
    font-size: 15px;
    font-weight: normal;
    text-align: left;
    margin: 10px 0 0 0;
    line-height: 170%;
}
.s-problem_chuuzetsu p.txt_small_post{
    font-size: 15px;
    font-weight: normal;
    text-align:center;
    margin: 10px 0 50px 0;
    line-height: 170%;
}
.color-pink{
    color: #f5afa0;
}
.color-water{
    color: #a0d7d4;
}
.chuuzetsu{
    background: #f2f2f2;
    text-align: center;
    padding: 40px 0;
    font-weight: 700;
    letter-spacing: .03em;
    font-size: 23px;
    text-align: center;
    margin: 40px 0;
    line-height: 210%;
    border-radius: 10px;
    color: #4e4e4e;
}
.chuuzetsu .color-pink{
    font-size: 29px;
    line-height: 250%;
}
.qr-problem{
    padding: 50px 0;
    text-align: center;
    background: linear-gradient(102.86deg, #F5AFA0 0%, #DAB4D4 49.48%, #A0D7D4 100%);
}
.qr-problem.normal{
    padding: 50px 0 20px 0;
}
.app{
    display: flex;
    justify-content: space-between;
}
.app>div{
    width: 46%;
}
.img-ios{
    height: 120px;
}
.img-google{
    height: 120px;
    margin: 7px 0 -7px 0;
}
.app-title{
    margin: 0 0 5px 0;
}
.s-inner h2{
    background: #f5afa0;
    color: #FFF;
    border-radius: 10px;
    padding: 20px 0;
    margin: 0 0 60px 0;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 140%;
} 
.nagare-problem{
    background:#f2f2f2;
}

.nagare-step{
    background: #FFF;
    border-radius: 1px;
    margin: 50px 0 60px 0;
    padding: 60px 35px 40px 35px;
    position: relative;
    border-radius: 10px;
}
.nagare-step:last-child{
    margin-bottom: 0;
}
.nagare-step-midashi{
    background: #f5afa0;
    color: #FFF;
    font-weight: bold;
    width: 170px;
    text-align: center;
    border-radius: 30px;
    padding: 8px 10px;
    font-size: 25px;
    position: absolute;
    top: -5%;
    left: 5%;
}
.nagare-step img{
    width: auto;
    position: absolute;
    right: 5%;
    top: 11%;
    max-width: 120px;
}
.nagare-step h3{
    margin: 10px 0;
    font-size: 25px;
    font-weight: bold;
    color: #4e4e4e;
}
.nagare-step p{
    font-size: 18px;
    width: 75%;
}
span.heart_pink{
    color: #f5afa0;
}
span.heart_water{
    color: #a0d7d4;
}
.kouka-problem{
    background: #fdefec;
}
.kouka-problem p{
    font-size: 18px;
}
.kouka-problem h2{
    margin: 0 0 30px 0;
}
.kouka-box{
    background: #FFF;
    border-radius: 10px;
    padding: 20px;
    margin: 20px 0;
    font-weight: bold;
    font-size: 24px;
    color: #4e4e4e;
}
.kouka-box:last-child{
  margin-bottom: 0;
}
.kouka-box img{
    max-width: 45px;
    vertical-align: middle;
    margin: 0 20px 0 0;
}
.ex-problem{
    background: #fdefec;
}
.ex-box{
    background: #FFF;
    padding: 20px;
    border-radius: 10px;
    margin: 20px 0;
    font-size: 24px;
    overflow: hidden;
    font-weight: bold;
    color: #4e4e4e;
}
.ex-box:last-child{
    margin-bottom: 0;
}
.ex-box span{
    color: #FFF;
    background: #f5afa0;
    font-size: 21px;
    border-radius: 30px;
    padding: 2px 7px;
    font-weight: bold;
    float: left;
    margin: 0;
}
.ex-box p{
    font-size: 24px;
    float: right;
    width: 90%;
    line-height: 120%;
    margin: 5px 0 0 0;
}
sup {
	font-size: 50%;
	vertical-align: top;
	position: relative;
	top: -0.6em;
}
.chat-problem{
    background:#f2f2f2;
}
.chat-problem .s-inner h2{
    background: #a0d7d4;
    margin: 0 0 30px 0;
    letter-spacing: 0.08em;
}
.chat-right {
  position: relative;
  display: inline-block;
  margin: 15px 20px 15px 220px;
  padding: 15px 35px;
  color: #555;
  font-size: 22px;
  background: #FFF;
  box-sizing: border-box;
  border-radius: 5px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.chat-right:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -21px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}
.chat-left {
  position: relative;
  display: inline-block;
  margin: 15px 0 15px 20px;
  padding: 15px 35px;
  color: #555;
  font-size: 22px;
  background: #FFF;
  box-sizing: border-box;
  border-radius: 5px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.chat-left:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -21px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 12px solid #FFF;
  z-index: 2;
}
.chat-p{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #4e4e4e;
    margin: 20px 0 0 0;
}
.media-problem{
    background:#f2f2f2;
}
.media-problem .s-inner h2 {
    background: #a0d7d4;
    margin: 0 0 30px 0;
    letter-spacing: 0.08em;
}
.media-box{
    background: #FFF;
    border-radius: 10px;
    padding: 18px;
    margin: 20px 0;
    color: #4e4e4e;
    overflow: hidden;
}
.media-box:last-child{
  margin-bottom:0;
}
.media-box img{
    max-height: 50px;
    width: auto;
    vertical-align: middle;
    margin: 0 auto;
    float: left;
}
.media-box p{
    float: right;
    width: 87%;
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
}
.tab_cont{
    background: #FFF;
    border-radius: 10px;
    padding: 35px;
}
.idx-pill .s-inner h2{
    margin: 0 0 40px 0;
}
.u-review{}
.u-review .voice {
  position: relative;
  display: inline-block;
  margin: 30px 0 0 0;
  padding: 30px 35px;
  color: #555;
  font-size: 18px;
  background: #f2f2f2;
  box-sizing: border-box;
  border-radius: 5px;
  letter-spacing: 0.05em;
}
.u-review .voice:before {
  content: "";
  position: absolute;
  top: -11px;
  left: 50%;
  margin-top: -12px;
  border: 12px solid transparent;
  border-bottom: 12px solid #f2f2f2;
  z-index: 2;
}
.kakaku-problem{
    background:#f2f2f2;
}
.kakaku-problem h2.cycle-ttl{
	margin-top: 60px;
}
.price-box{
    background: #FFF;
    padding: 35px;
    border-radius: 10px;
    margin: 0 0 30px 0;
    position: relative;
}
.price-box:last-child{
  margin-bottom: 0;
}
.price-box img{
    width: 501px;
    max-width: none;
}
.price-box p{
    text-align: center;
    font-size: 18px;
}
.price-box h3 {
    font-size: 30px;
    font-weight: 700;
    color: #4e4e4e;
    text-align: center;
    border-bottom: dotted 5px #eeab9d;
    width: fit-content;
    margin: 0 auto 30px;
}
.price-box.tanki h3{
    border-bottom: dotted 5px #a0d7d4;
}
.price-box .link{
    text-align: right;
    margin: 20px 0 0 0;
}
.price-box .link a{
    color: #eeab9d;
    font-weight: bold;
    font-size: 20px;
}
.price-box.tanki .link a{
    color: #a0d7d4;
    font-size: 20px;
}
.question-problem .q-btn{}
.question-problem .q-btn a{
    background: #f5afa0;
    display: block;
    text-align: center;
    padding: 20px 0;
    font-size: 30px;
    font-weight: bold;
    border-radius: 10px;
    position: relative;
}
.question-problem .q-btn a::after {
    position: absolute;
    top: 50%;
    right: 8%;
    width: 10px;
    height: 10px;
    transform: translateY(-50%) rotate(45deg);
    border-right: 3px solid currentColor;
    border-top: 3px solid currentColor;
    content: "";
}
.attention-problem{
	background: #e0e0e0;
}
.l-footer_sns .sns img{
    max-height: 25px;
    max-width: 25px;
}
/*低用量・超低用量ピルに関する重要情報*/
.s-caution.s-caution-Medicines {
    padding: 0;
}
.Medicines-notice {
    text-align: left;
}
.Medicines-notice h4 {
    margin: 0;
    font-weight:600;
    line-height: 1.6;
    color: #f5afa0;
	font-size: 17px;
}

.Medicines-notice h5{
    margin: 20px 0 0;
    font-weight: 600;
    line-height: 1.8;
	font-size: 15px;
}

.Medicines-notice p {
    margin: 0;
    line-height: 1.7;
	font-size: 15px;
}

@media screen and (min-width: 769px){
    .l-content {
        padding-bottom: 112px;
    }
}

@media screen and (max-width: 768px){
    .l-content {
        padding-bottom: calc(172 / 750 * 100vw);
    }
br.smp-V{
    display: block;
}
.s-inner{
    padding: 0 20px;
    font-size: 13px;
}
.s-btn_fixed{
    display: none;
}
.s-problem_chuuzetsu p{
    font-weight: 700;
    font-size: 14px;
    margin: 30px 0 0 0;
}
.s-problem_chuuzetsu p.txt_small,
.s-problem_chuuzetsu span.txt_small,
.chat-problem p.txt_small{
    font-size: 11px;
    font-weight: normal;
    text-align: left;
    margin: 10px 0 0 0;
    line-height: 170%;
}
	
.color-pink{
    color: #f5afa0;
}
.color-water{
    color: #a0d7d4;
}
.chuuzetsu{
    background: #f2f2f2;
    text-align: center;
    padding: 30px 0;
    font-weight: 700;
    letter-spacing: .03em;
    font-size: 15px;
    text-align: center;
    margin: 30px 0;
    line-height: 210%;
    border-radius: 10px;
    color: #4e4e4e;
}
.chuuzetsu .color-pink{
    font-size: 22px;
    line-height: 250%;
}
.qr-problem{
    padding: 30px 0;
    text-align: center;
    background: linear-gradient(102.86deg, #F5AFA0 0%, #DAB4D4 49.48%, #A0D7D4 100%);
}
.qr-problem.normal{
    padding: 30px 0 20px 0;
}
.app{
    display: flex;
    justify-content: space-between;
}
.app>div{
    width: 46%;
}
.img-ios{
    height: auto;
}
.img-qr{
    display: none;
}
.img-google{
    height: auto;
    margin: 7px 0 -7px 0;
}
.app-title{
    margin: 0 0 5px 0;
}
.s-inner h2{
    background: #f5afa0;
    color: #FFF;
    border-radius: 10px;
    padding: 20px 0;
    margin: 0 0 30px 0;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 140%;
} 
.nagare-problem{
    background:#f2f2f2;
}

.nagare-step{
    background: #FFF;
    border-radius: 1px;
    margin: 30px 0;
    padding: 35px 20px 30px 20px;
    position: relative;
    border-radius: 10px;
}
.nagare-step:last-child{
    margin-bottom: 0;
}
.nagare-step-midashi{
    background: #f5afa0;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    border-radius: 30px;
    padding: 5px 30px;
    font-size: 18px;
    position: absolute;
    top: -5%;
    left: 5%;
    width: auto;
}
.nagare-step img{
    width: auto;
    position: absolute;
    right: 3%;
    top: -8%;
    max-width: 90px;
}
.nagare-step.post img{
    max-width: 120px;
}
.nagare-step h3{
    margin: 10px 0;
    font-size: 20px;
    font-weight: bold;
    color: #4e4e4e;
}
.nagare-step p{
    font-size: 14px;
    width: 100%;
}
span.heart_pink{
    color: #f5afa0;
}
span.heart_water{
    color: #a0d7d4;
}
.kouka-problem{
    background: #fdefec;
}
.kouka-problem p{
    font-size: 15px;
}
.kouka-problem h2{
    margin: 0 0 30px 0;
}
.kouka-box{
    background: #FFF;
    border-radius: 10px;
    padding: 20px;
    margin: 20px 0;
    font-weight: bold;
    font-size: 18px;
    color: #4e4e4e;
}
.kouka-box:last-child{
  margin-bottom: 0;
}
.kouka-box img{
    max-width: 25px;
    vertical-align: sub;
    margin: 0 10px 0 0;
}
.ex-problem{
    background: #fdefec;
}
.ex-box{
    background: #FFF;
    padding: 15px 20px;
    border-radius: 10px;
    margin: 20px 0;
    font-size: 24px;
    overflow: hidden;
    font-weight: bold;
    color: #4e4e4e;
}
.ex-box:last-child{
    margin-bottom: 0;
}
.ex-box span{
    color: #FFF;
    background: #f5afa0;
    font-size: 17px;
    border-radius: 30px;
    padding: 2px 6px;
    font-weight: bold;
    float: left;
    margin: 0;
}
.ex-box p{
    font-size: 17px;
    float: right;
    width: 84%;
    line-height: 120%;
    margin: 5px 0 0 0;
}
.chat-problem{
    background:#f2f2f2;
}
.chat-problem .s-inner h2{
    background: #a0d7d4;
    margin: 0 0 20px 0;
    letter-spacing: 0.08em;
    font-size: 16px;
}
.chat-right {
  position: relative;
  display: inline-block;
  margin: 5px 0 5px 23%;
  padding: 15px 35px;
  color: #555;
  font-size: 15px;
  background: #FFF;
  box-sizing: border-box;
  border-radius: 5px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.chat-right:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -21px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}
.chat-left {
  position: relative;
  display: inline-block;
  margin: 10px 0 10px 5%;
  padding: 15px 35px;
  color: #555;
  font-size: 15px;
  background: #FFF;
  box-sizing: border-box;
  border-radius: 5px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.chat-left:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -21px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 12px solid #FFF;
  z-index: 2;
}
.chat-p{
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #4e4e4e;
    margin: 10px 0 0 0;
}
.media-problem{
    background:#f2f2f2;
}
.media-problem .s-inner h2 {
    background: #a0d7d4;
    margin: 0 0 30px 0;
    letter-spacing: 0.08em;
}
.media-box{
    background: #FFF;
    border-radius: 10px;
    padding: 18px;
    margin: 15px 0;
    color: #4e4e4e;
    overflow: hidden;
}
.media-box:last-child{
  margin-bottom:0;
}
.media-box img{
    max-height: 45px;
    width: auto;
    vertical-align: middle;
    margin: 0 auto;
    float: left;
}
.media-box p{
    float: right;
    width: 78%;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
}
.tab_cont{
    background: #FFF;
    border-radius: 10px;
    padding: 20px;
}
.idx-pill .s-inner h2{
    margin: 0 0 30px 0;
}
.u-review{
    padding: 30px 0 0 0;
}
.u-review .voice {
  position: relative;
  display: inline-block;
  margin: 30px 0 0 0;
  padding: 30px 20px;
  color: #555;
  font-size: 15px;
  background: #f2f2f2;
  box-sizing: border-box;
  border-radius: 5px;
  letter-spacing: 0.05em;
}
.u-review .voice:before {
  content: "";
  position: absolute;
  top: -11px;
  left: 50%;
  margin-top: -12px;
  border: 12px solid transparent;
  border-bottom: 12px solid #f2f2f2;
  z-index: 2;
}
.kakaku-problem{
    background:#f2f2f2;
}
.kakaku-problem h2.cycle-ttl {
  margin-top: 40px;
}
.price-box{
    background: #FFF;
    padding: 20px;
    border-radius: 10px;
    margin: 0 0 30px 0;
    position: relative;
}
.price-box:last-child{
  margin-bottom: 0;
}
.price-box img{
    
}
.price-box p{
    text-align: center;
    font-size: 15px;
}
.price-box h3 {
    font-size: 21px;
    font-weight: 700;
    color: #4e4e4e;
    text-align: center;
    border-bottom: dotted 5px #eeab9d;
    width: fit-content;
    margin: 10px auto 20px;
}
.price-box.tanki h3{
    border-bottom: dotted 5px #a0d7d4;
}
.price-box .link{
    text-align: right;
    margin: 20px 0 0 0;
}
.price-box .link a{
    color: #eeab9d;
    font-weight: bold;
    font-size: 16px;
}
.price-box.tanki .link a{
    color: #a0d7d4;
    font-size: 16px;
}
.question-problem .q-btn{}
.question-problem .q-btn a{
    background: #f5afa0;
    display: block;
    text-align: center;
    padding: 20px 0;
    font-size: 20px;
    font-weight: bold;
    border-radius: 10px;
    position: relative;
}
.question-problem .q-btn a::after {
    position: absolute;
    top: 50%;
    right: 8%;
    width: 10px;
    height: 10px;
    transform: translateY(-50%) rotate(45deg);
    border-right: 3px solid currentColor;
    border-top: 3px solid currentColor;
    content: "";
}
.attention-problem{
	background: #e0e0e0;
}
.s-review .reviews li .voice{
    font-size: 14px;
    line-height: 1.8;
}
.s-caution{
    padding: 30px 0;
}
.m-notice li{
    font-size: 14px;
    line-height: 1.7;
}
.s-caution_panel_title{
    margin: 0 0 20px 0;
}
.l-header_logo{
    padding: 12px 0 18px 0;
}
.l-header_logo img{
    max-width: 130px;
}
.l-footer_sns{
    padding: 30px 0;
}

@media screen and (max-width: 768px) {
    .s-problem_chuuzetsu p.txt_small_post {
        font-size: 11px;
        font-weight: normal;
        text-align: center;
        margin: 10px 0 30px 0;
        line-height: 170%;
    }
}

}