main {
  padding-top: 0;
  background-color: #FDF1E4;
}

.pageTtl {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .pageTtl .inner {
    max-width: 1120px;
  }
}
@media screen and (min-width: 1024px) {
  .pageTtl {
    padding: 32px 0;
    margin-bottom: 90px;
  }
}

.contentBody {
  padding-bottom: 60px;
}
@media screen and (min-width: 1024px) {
  .contentBody {
    padding-bottom: 120px;
  }
}

.introBlk {
  margin-bottom: 20px;
}
.introBlk .inner {
  padding: 25px 30px;
  background-color: #F8D869;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 32px;
}
.introBlk .txtWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.introBlk .ttl {
  margin-bottom: 12px;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0.04em;
}
.introBlk .ttl strong {
  color: #F25D00;
  font-size: 32px;
  font-weight: 900;
  display: inline-block;
  position: relative;
}
.introBlk p {
  line-height: 1.7778;
  letter-spacing: 0.032em;
}
.introBlk .img {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.introBlk .img img {
  width: 160px;
  border-radius: 16px;
  display: block;
}
@media screen and (min-width: 769px) {
  .introBlk {
    margin-bottom: 40px;
  }
  .introBlk .inner {
    flex-direction: row;
    align-items: center;
  }
  .introBlk .txtWrap {
    align-items: flex-start;
  }
  .introBlk .ttl strong::before, .introBlk .ttl strong::after {
    display: none;
  }
  .introBlk .img {
    max-width: 200px;
    flex-shrink: 0;
  }
  .introBlk .img img {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .introBlk {
    margin-bottom: 28px;
  }
  .introBlk .inner {
    padding: 32px 36px;
  }
  .introBlk .ttl {
    font-size: 38px;
    letter-spacing: 0.04em;
  }
  .introBlk .ttl strong {
    font-size: 43.5px;
  }
  .introBlk p {
    font-size: 18px;
    letter-spacing: 0.032em;
  }
  .introBlk .img {
    max-width: 220px;
  }
}
@media screen and (min-width: 1200px) {
  .introBlk .ttl {
    font-size: 40px;
    letter-spacing: 0.04em;
  }
  .introBlk .ttl strong {
    font-size: 46px;
  }
}

.onestopBlk {
  margin-bottom: 40px;
}
.onestopBlk .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.onestopBlk .ttl {
  width: 100%;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
}
.onestopBlk__img {
  width: 100%;
  max-width: 285px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.onestopBlk__img img {
  width: 100%;
  display: block;
}
.onestopBlk__txtWrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.onestopBlk__txtWrap p {
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 0.04em;
}
.onestopBlk__txtWrap p.install {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}
.onestopBlk__txtWrap .btns {
  width: 100%;
  display: grid;
  grid-gap: 8px;
}
.onestopBlk__txtWrap .btns .btn {
  max-width: 100%;
  height: 52px;
  background-color: #FDF1E4;
  border: 2px solid #F08300;
  color: #F08300;
  grid-gap: 15px;
}
.onestopBlk__txtWrap .btns .btn .icon {
  width: 40px;
  display: block;
}
.onestopBlk__txtWrap .btns .btn .newwin {
  width: 14px;
  margin-left: 10px;
}
.onestopBlk__txtWrap .btns .btn:hover {
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .onestopBlk .inner {
    max-width: 745px;
    flex-direction: row;
    grid-gap: 20px;
  }
  .onestopBlk .ttl {
    text-align: left;
  }
  .onestopBlk__img {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 0;
    flex-shrink: 0;
  }
  .onestopBlk__txtWrap .btns {
    max-width: 288px;
  }
}
@media screen and (min-width: 1024px) {
  .onestopBlk {
    margin-bottom: 80px;
  }
  .onestopBlk .inner {
    grid-gap: 80px;
  }
  .onestopBlk .ttl {
    margin-bottom: 16px;
    font-size: 24px;
  }
  .onestopBlk__txtWrap p {
    margin-bottom: 24px;
    font-size: 16px;
  }
  .onestopBlk__txtWrap p.install {
    margin-bottom: 14px;
    font-size: 18px;
  }
  .onestopBlk__txtWrap .btns .btn {
    font-size: 16px;
  }
  .onestopBlk__img {
    padding: 0 14px;
  }
}

.funcBlk {
  margin-bottom: 70px;
}
.funcBlk__ttl {
  padding-bottom: 0.8em;
  border-bottom: 1px solid #9B9B9B;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
}
.funcBlk__ttl strong {
  color: #F08300;
  font-size: 150%;
}
.funcBlk__list {
  counter-reset: list 0;
}
.funcBlk__list li {
  padding: 20px 15px;
  border-bottom: 1px solid #9B9B9B;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 16px;
  position: relative;
}
.funcBlk__list li .point {
  width: 65px;
  height: 50px;
  background: url(../re_img/drug/appli/list_point.png) center/contain no-repeat;
  display: block;
  position: absolute;
  top: 10px;
  left: -5px;
}
.funcBlk__list li .point::before {
  counter-increment: list 1;
  content: counter(list);
  width: 100%;
  height: 100%;
  padding: 0 0 5px 15px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
}
.funcBlk__list li .txtWrap {
  width: 100%;
  padding-left: 50px;
}
.funcBlk__list li .txtWrap .ttl {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.funcBlk__list li .txtWrap .txt {
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 0.04em;
}
.funcBlk__list li .txtWrap .link {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  grid-gap: 5px;
}
.funcBlk__list li .txtWrap .link a {
  color: #F08300;
  display: flex;
  align-items: center;
  position: relative;
}
.funcBlk__list li .txtWrap .link a::after {
  content: "";
  width: 24px;
  height: 24px;
  margin-left: 8px;
  background: #F08300 url(../re_img/common/icon_arrow-wh.svg) center/10px no-repeat;
  border-radius: 50%;
  display: inline-block;
}
.funcBlk__list li .img {
  width: 100%;
  max-width: 192px;
}
.funcBlk__list li .img img {
  width: 100%;
  display: block;
}
@media screen and (min-width: 769px) {
  .funcBlk__ttl {
    padding-left: 4em;
    text-align: left;
  }
  .funcBlk__list li {
    flex-direction: row;
  }
  .funcBlk__list li .point {
    width: 120px;
    height: 95px;
    flex-shrink: 0;
    position: relative;
    top: 0;
    left: 0;
  }
  .funcBlk__list li .point::before {
    padding: 0 0 5px 25px;
    font-size: 28px;
  }
  .funcBlk__list li .txtWrap {
    padding: 0;
  }
  .funcBlk__list li .txtWrap .link {
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    grid-gap: 10px;
  }
  .funcBlk__list li .img {
    flex-shrink: 0;
  }
}
@media screen and (min-width: 1024px) {
  .funcBlk {
    margin-bottom: 140px;
  }
  .funcBlk__ttl {
    font-size: 24px;
  }
  .funcBlk__list li {
    padding: 18px 40px;
    grid-gap: 34px;
  }
  .funcBlk__list li .txtWrap .ttl {
    font-size: 22px;
  }
  .funcBlk__list li .txtWrap .txt {
    font-size: 16px;
  }
  .funcBlk__list li .txtWrap .link {
    grid-gap: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .funcBlk__list li {
    padding: 18px 96px;
  }
  .funcBlk__list li .txtWrap {
    padding-right: 30px;
  }
}

.howtoBlk__ttl {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  /*display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 15px;*/
background:#F08300;
color:#fff;
text-align:center;
padding:20px;
border-radius:16px;
        max-width: 1120px;
margin-left:auto;
margin-right:auto;
    }
.howtoBlk__ttl img {
  width: 100px;
  display: block;
  flex-shrink: 0;
}
.howtoBlk .img02 {
  width: 100%;
margin-bottom:140px;
}
.howtoBlk .img02 img {
  width: 100%;
  display: block;
}
@media screen and (min-width: 769px) {
  .howtoBlk > .inner {
    max-width: 924px;
  }
  .howtoBlk__ttl {
    margin-bottom: 50px;
    font-size: 22px;
    justify-content: flex-start;
  }
  .howtoBlk__ttl img {
    width: 150px;
  }
}
@media screen and (min-width: 1024px) {
  .howtoBlk__ttl img {
    width: 200px;
  }
}

.secFaq {
  padding-bottom: 50px;
}
.secFaq__btn {
  width: 100%;
  max-width: 400px;
  height: 80px;
  padding: 0 10px 0 30px;
  background-color: #fff;
  border: 2px solid #F08300;
  border-radius: 8px;
  color: #F08300;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.secFaq__btn img {
  width: 90px;
  margin-top: -50px;
  flex-shrink: 0;
}
.secFaq__btn:hover {
  background-color: #FCE6CC;
}
@media screen and (min-width: 1024px) {
  .secFaq {
    padding-bottom: 72px;
  }
  .secFaq__btn {
    max-width: 545px;
    height: 105px;
    padding: 0 22px 0 65px;
    font-size: 24px;
  }
  .secFaq__btn img {
    width: 112px;
    margin-top: -60px;
  }
}

.serviceNav {
  padding-top: 35px;
  border-top: 1px solid #F08300;
}
.serviceNav .ttl {
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 1.6667;
}
.serviceNav .ttl strong {
  color: #F08300;
  font-size: 30px;
  letter-spacing: 0.04em;
}
.serviceNav .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px 16px;
}
.serviceNav .list a {
  width: 100%;
  height: 60px;
  padding: 0 30px 0 16px;
  background: #F08300 url(../re_img/common/icon_arrow-wh.svg) right 15px center/14px no-repeat;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
}
.serviceNav .list a:hover {
  background-color: #F29626;
  text-decoration: underline;
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .serviceNav .list {
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 16px 10px;
  }
  .serviceNav .list a {
    padding: 0 20px 0 10px;
    background-size: 10px;
    background-position: right 10px center;
  }
}
@media screen and (min-width: 1024px) {
  .serviceNav {
    padding-top: 55px;
  }
  .serviceNav .ttl {
    margin-bottom: 40px;
    font-size: 24px;
    letter-spacing: 0.04em;
  }
  .serviceNav .ttl strong {
    font-size: 32px;
    letter-spacing: 0.04em;
  }
  .serviceNav .list {
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 20px 32px;
  }
  .serviceNav .list a {
    padding: 0 30px 0 20px;
  }
}



/*add*/

.introBlock2{
        max-width: 1120px;
margin:30px auto 0 auto;
    }


.introBlock2 .large{
max-width: 800px;
margin:0 auto 40px auto;
display:flex;
flex-flow: wrap;
}
.introBlock2 .large figure{
width:48%;
margin-right:4%;
margin-bottom:30px;
}
.introBlock2 .large figure:nth-child(2n){
margin-right:0;
}

.introBlock2 .middle{
max-width: 620px;
margin:0 auto 30px auto;
display:flex;
flex-flow: wrap;
}
.introBlock2 .middle figure{
width:48%;
margin-right:4%;
}
.introBlock2 .middle figure:nth-child(2n){
margin-right:0;
}


.introBlock2 ul.li_kome{
max-width: 620px;
margin:0 auto 0px auto;
font-size:14px;
}

.dl_wrap{
display:flex;
flex-flow: wrap;
justify-content: space-between;
    width: 100%;
}

.dl_wrap .icon{
width:117px;
}
.dl_wrap .btn_wrap{
width:calc(100% - 150px);
}


@media only screen and (max-width: 769px) {

.dl_wrap .icon{
width:90px;
}
.dl_wrap .btn_wrap{
width:calc(100% - 105px);
}


.introBlock2 .large,
.introBlock2 .middle,
.introBlock2 ul.li_kome{
    max-width: 100%;
padding: 25px 30px;
}

.introBlock2 .large figure,
.introBlock2 .middle figure {
    width: 100%;
    margin-right: 0%;
}

.howtoBlk__ttl {
    max-width: unset;
    width: calc(100% - 50px);
}

.howtoBlk .img02 {
    width: 100%;
    margin-bottom: 70px;
}


.introBlk .ttl {
    font-size: 22px;
}

.onestopBlk__img img {
    width: 80%;
}

.introBlock2 .large {
    margin: 0 auto 0px auto;
padding: 25px 30px 0 30px;
}

.introBlock2 .middle {
    margin: 0 auto 0px auto;
}














}