@charset "utf-8";

/* ------------------------------------------

  共通

 ------------------------------------------ */

html{
  scroll-behavior: smooth;
}

.main-wrapper{
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}
.wrap1200{
    width: 1200px;
    margin: 0 auto;
}

.mt10{ margin-top: 10px }
.mt15{ margin-top: 15px }
.mt20{ margin-top: 20px }
.mt25{ margin-top: 25px }
.mt30{ margin-top: 30px }
.mt35{ margin-top: 35px }
.mt40{ margin-top: 40px }


.pc-only { display: block !important; }
.sp-only { display: none !important; }

.flex {
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.flex-cnt {
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.indent{
    text-indent: -15px;
    padding-left: 15px;
}

.noto{ font-family: 'Noto Sans JP', sans-serif;}
.hiragino{ font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif; }

.with-children img{
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.red,.blk{
  font-size: 16px !important;
  color: #f03200;
}
.blk{
  font-size: 16px;
  color: #000000;
  margin: 5px 0 0 0;
}
.with-children b{
  font-weight: bold;
}

/* ------------------------------------------

  ページCSS

 ------------------------------------------ */


/* 共通
--------------------------------- */

/* MV */
.h1-wrap p{
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 400;
    padding: 40px 0 80px;
    text-align: center;
    font-size: 19px;
    color: #5f3712;
    transform: rotate(0.03deg); 
}

/* ページ切り替え */
.pagelink-list{
    max-width: 1000px;
    width: 90%;
    margin: -40px auto 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-family: 'Noto Sans JP', sans-serif;
}
.pagelink-list li{
    width: 48.5%;
}
.pagelink-list li a{
    padding: 15px 0;
    font-size: 26px;
    font-weight: 600;
    display: block;
    text-align: center;
    background: #eeeeee;
    color: #4c5155;
    text-decoration: underline;
    border-radius: 50px;
    transition: background-color 0.3s ease;
}
.pagelink-list li a.on{
    background: #fbdb65;
    color: #4c5155;
    text-decoration: none;
}
.pagelink-list li a:hover{
    text-decoration: none;
    background: #fbdb65;
}

/* タブ切り替え */
.tab-group{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tab-group li{
    width: 32%;
    margin-bottom: 1px;
    list-style: none;
    border-left: solid 1px #aba299;
    border-top: solid 1px #aba299;
    border-right: solid 1px #aba299;
    text-align: center;
    cursor: pointer;
    background: #fff;
    color: #63a60a;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
}
.tab-group li a{
    padding: 18px 10px;
    display: block;
    text-decoration: none !important;
}
.tab-group li:first-child a{
    padding: 30px 10px;
}
.tab-group li .sub{
  display: block;
  font-size: 16px;
}
.tab-group li .num{
  font-size: 29px;
}

.panel-group{
    border-top: solid 1px #aba299;
    top: -2px;
    position: relative;
}
.panel{
    display:none;
}
.tab.is-active{
    border-bottom: 0;
    position: relative;
    border-bottom: solid 2px #fff;
    z-index: 1;
}
.tab.is-active a{
    padding: 18px 10px;
}
.tab-group li:first-child.is-active a{
    padding: 30px 10px;
}
.panel.is-show{
    display:block;
}

/* おすすめリスト */
.osusume-list li{
    width: 30%;
}
.osusume-list::after{
  display: block;
  content: "";
  width: 30%;
}
.osusume-list .ttl-style01{
  padding: 31px 0 14px 0;
    background: #64a70a;
    border-radius: 15px;
    font-size: 26px;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    position: relative;
}
.osusume-list .ttl-style01 .parts{
    max-width: 196px;
    width: 80%;
    height: 34px;
    display: block;
    font-weight: 500;
    color: #fff;
    font-size: 18px;
    background-image:url(/with-children/img/bg_osusume_01.jpg), url(/with-children/img/bg_osusume_03.jpg), url(/with-children/img/bg_osusume_02.jpg);
    background-position: left bottom, right bottom, center bottom;
    background-size: auto;
    background-repeat: no-repeat, no-repeat, repeat-x;
    position: relative;
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
}
.osusume-list .ttl-style01 .main{
    font-weight: 700;
    color: #ffff32;
    font-size: 26px;
}
.osusume-list h5{
    margin: 15px 0 5px;
    color: #63a60a;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.4;
}
.osusume-list h5 + p{
    font-size: 18px;
    color: #535759;
    letter-spacing: -0.044em;
}
.osusume-list h5 + p span{
    display: block;
    font-size: 15px;
}
.osusume-list img{
    width: 60%;
    max-width: 202px;
}
.customer02 .osusume-list img{
    width: 60%;
    max-width: 195px;
}


/* 詳しいご案内はこちらボタン */
.btn-style01{
    max-width: 880px;
    width: 100%;
    margin: 120px auto 40px;
    padding: 30px 0;
    background: #b9cd23;
    color: #fff;
    font-size: 28px;
    text-align: center;
    display: block;
    text-decoration: none;
    border-bottom: 8px solid #e6e3e0;
    font-weight: 700;
}
.btn-style01::after{
  content: "▶︎";
  display: inline-block;
  padding-left: 8px;
  font-size: 23px;
}

.h1-wrap{
    background-image:url(/with-children/img/bg_mv_02_pc.jpg), url(/with-children/img/bg_mv_03_pc.jpg), url(/with-children/img/bg_mv_04_pc.jpg), url(/with-children/img/bg_mv_01_pc.jpg);
    background-position: left bottom, right bottom, center bottom, left top;
    background-size: auto;
    background-repeat: no-repeat, no-repeat, repeat-x,repeat;
}
.h1-wrap h1{
    width: 100%;
    max-width: 812px;
    margin: 0 auto;
    padding-top: 90px;
}
.h2-wrap{
    background-image:url(/with-children/img/bg_mv_05_pc.jpg);
    background-repeat: repeat;
    position: relative;
}
.h2-wrap h2{
    width: 100%;
    max-width: 374px;
    margin: 0 auto;
    padding: 50px 0 160px;
}
.module-wrap{
    width: 100%;
    max-width: 990px;
    margin: 0 auto;
    position: relative;
}
.mv .module-wrap{
    top: -120px;
}
.with-children section h3{
    max-width: 417px;
    margin: 70px auto 50px;
}
.with-children section .osusume h3,
.with-children section h3.long{
    max-width: 469px;
    margin: 70px auto 50px;
}

/* ご妊娠中の方
--------------------------------- */

.customer01 .wrap01{
    padding-bottom: 50px;
    border-bottom: 4px dotted #c3d500;
}
.customer01-list > li:first-child{
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 2px dotted #989a9b;
}
.customer01-list .ttl{
    width: 25%;
}
.customer01-list .ttl .img-wrap{
    width: 32.7%;
}
.customer01-list .ttl h4{
    width: 67%;
    padding-left: 15px;
}
.customer01-list .ttl h4 .come{
    width: auto;
    padding: 3px 10px;
    display: inline-block;
    background: #c3d500;
    border-radius: 7px;
    color: #fff;
    position: relative;
    font-size: 15px;
}
.customer01-list .ttl h4 .come:after{
    content: '';
    position: absolute;
    top: 95%;
    left: 20%;
    transform: translateX(-50%);
    border-top: 8px solid #c3d500;  /* 好みで色を変えてください */ 
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
.customer01-list .ttl h4 .main{
    margin: 10px 0 5px;
    font-size: 35px;
    display: block;
    color: #63a60a;
    font-weight: 900;
    line-height: 1.2;
}
.customer01-list .ttl h4 .sub{
    font-size: 24px;
    display: block;
    color: #63a60a;
    font-weight: 700;
    line-height: 1.2;
}

.customer01-list li > .maintxt{
    width: 54%;
    padding: 0 40px;
    font-size: 18px;
}
.customer01-list li > .img-wrap{
    width: 21%;
}
.customer01-list .near .txt-wrap{
    width: 75%;
    padding-left: 30px;
}
.customer01-list .near .txt-wrap .maintxt{
    font-size: 18px;
    margin-bottom: 8px;
}
.customer01 .bring-list li{
    margin-bottom: 10px;
    padding: 16px 25px;
    background: #fff1a3;
}
.customer01 .bring-list .txt{
    width: 30%;
}
.customer01 .bring-list .txt + div{
    width: 70%;
    padding-left: 15px;
}
.customer01 .bring-list .txt{
    width: 30%;
}
.customer01 .bring-list .txt > span:first-child{
    font-size: 15px;
    display: block;
}
.customer01 .bring-list .txt .main{
    font-size: 19px;
    font-weight: 700;
    color: #63a60a;
}
.customer01 .bring-list .txt .lar{
    font-size: 36px;
    line-height: 1;
}
.customer01 .bring-list .txt .med{
    font-size: 25px;
}
.customer01 .bring01{
    width: 46%;
    padding: 10px 10px 10px 23px;
    color: #63a60a;
    border: 2px solid #63a60a;
    background: #fff;
    font-size: 20px;
    border-radius: 10px;
    position: relative;
}
.customer01 .bring01 p{
    width: 150px;
    position: relative;
    margin: 0 auto;
}
.customer01 .bring01 p span{
    font-size: 11px;
}
.customer01 .bring01 p::after{
    content: '';
    display: inline-block;
    width: 58px;
    height: 68px;
    background-image: url("/with-children/img/img_customers01_04.png");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: -83%;
}
.customer01 .bring02{
    width: 46%;
    padding: 11px 6px 10px 16px;
    background: #63a60a;
    color: #fff;
    font-size: 20px;
    border-radius: 10px;
    position: relative;
}
.customer01 .bring02 p{
    width: 150px;
    position: relative;
    margin: 0 auto;
}
.customer01 .bring02 p::after{
    content: '';
    display: inline-block;
    width: 75px;
    height: 78px;
    background-image: url("/with-children/img/img_customers01_05.png");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    right: -15%;
    top: -95%;
}
.plus{
    width: 5%;
    margin: 0 auto;
    text-align: center;
    font-size: 38px;
    color: #63a60a;
    font-weight: 600;
}
.attention{
    color: #63a60a;
    font-size: 13px;
    margin-top: 10px;
}
.attention.txt-blk{
    color: #535759;
}
.pink-frame{
    margin: 10px 0 0;
    padding: 15px 20px 15px 35px !important;
    background: #ffecf9;
    border: 1px solid #f4c6e5;
    border-radius: 10px;
    line-height: 1.4;
    font-size: 14px !important;
}
.pink-frame.fs15{
    font-size: 15px !important;
}
p.pink-frame{
    text-indent: -13px;
}
.pink-frame li{
    margin-bottom: 5px;
    text-indent: -13px;
}
.pink-frame li:last-child{
    margin-bottom: 0;
}
.indent-pc{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding-left: 130px;
}

/* 小さなお子様連れの方 新生児〜満3歳
--------------------------------- */

.ttl-style02{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto 20px;
    background: #fff178;
    color: #63a60a;
    font-weight: 700;
    position: relative;
}
.ttl-style02 > span{
  font-size: 21px;
  display: inline-block;
  padding: 36px 0 30px 130px;
  line-height: 1;
}
.ttl-style02 .num{
    padding: 0 5px;
    background: #fff178;
    color: #63a60a;
    font-weight: 900;
    font-size: 38px !important;
    display: inline-block;
}
.ttl-style02 img{
    max-width: 90px;
    width: 22%;
    height: auto;
    display: inline-block;
    position: absolute;
    left: 10px;
    bottom: 0;
}
.customer02-limit02{
    margin-top: 60px;
}
.ttl-style02 + p{
    margin: 0;
}
h4 + .grn-txt,
h4 + .red{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.grn-txt{
    margin: 0 0 8px 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.4;
    color: #63a60a;
}
.grn-txt > span{
    display: block;
    font-size: 15px;
    margin-top: 5px;
    line-height: 1.5;
}
.grn-txt + span{
    margin: 0;
    color: #f03200;
    font-size: 16px;
}
.customer02-with{
    margin-top: 50px;
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
}
.customer02-with li{
    width: 30%;
    margin: 15px;
    padding: 20px 10px;
    background: #d8e8c1;
    color: #63a60a;
    border-radius: 15px;
    font-weight: 700;
    text-align: center;
    display: flex;
    flex-direction: column;
}
.customer02-with li.ng{
    background: #d8d8d5;
    color: #4d4d4d;
}
.customer02-with li .plus{
    font-size: 26px;
    line-height: 1.2;
}
.customer02-with li.ng .plus{
    color: #4d4d4d;
}
.customer02-with .adult{
    font-size: 24px;
    line-height: 1.2;
}
.customer02-with .num{
    font-size: 30px;
}
.customer02-with .kome{
    font-size: 15px;
}
.customer02-with .child{
    background: #fff;
    border-radius: 10px;
    padding: 8px;
}
.customer02-with .child *{
    line-height: 1.2;
}
.customer02-with .child .main{
    font-size: 23px;
}
.customer02-with .child .main .num{
    font-size: 28px;
}
.customer02-with .child .sub{
    font-size: 17px;
    font-weight: 500;
    margin-top: 6px;
}
.customer02-with .child .sub.long{
    letter-spacing: -1px;
}
.customer02-with .child .sub.grn span,
.customer02-with .child .sub.pnk span{
    padding: 3px 5px;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
}
.customer02-with .child .sub.grn span{ background: #63a60a; }
.customer02-with .child .sub.pnk span{ background: #e4576c; }

.customer02-with .txt{
  margin-bottom: 20px;
}
.customer02-with .img-wrap{
    max-width: 226px;
    width: 67%;
    margin: 0 auto;
    margin-top: auto;
}

/* IEのみ画像の下に余白が入るのでブラウザハック */
@media all and (-ms-high-contrast: none) {
  .customer02-with li{
      display: block;
  }
  .customer02-with .img-wrap.ie-mt{
      margin-top: 120px;
  }
}

.judge{ 
  font-size: 45px;
  line-height: 1;
}

.customer02-ticket{
    margin-top: 80px;
    padding: 50px 0;
    border-top: 4px dotted #c3d500;
    border-bottom: 4px dotted #c3d500;
}
.customer02-ticket h5{
    margin: 0 0 20px;
    font-size: 26px;
    font-weight: 700;
    color: #63a60a;
    text-align: center;
}
.customer02-ticket ul{
  width: 90%;
  margin: 0 auto;
}
.customer02-ticket ul li{
    width: 32%;
    padding: 20px 14px;
    text-align: center;
    background: #e7f1da;
}
.customer02-ticket ul li h6{
    color: #63a60a;
    font-size: 24px;
    font-weight: 700;
}
.customer02-ticket ul li h6 .kome{
    font-size: 12px;
}
.customer02-ticket ul li h6.hiza{
  margin-bottom: 50px;
}
.childseat{
    width: 80%;
    margin: 10px auto;
    padding: 3px 20px;
    font-size: 19px;
    font-weight: 700;
    background: #fff;
    border-radius: 25px;
}
.childseat.grn{ color: #63a60a; }
.childseat.pnk{ color: #e4576c; }

.childseat + .pnk,
.hiza + .grn{
    width: 80%;
    margin: 6px auto;
    padding: 3px 20px;
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    border-radius: 10px;
}
.hiza + .grn{ background: #63a60a; }
.childseat + .pnk{ background: #e4576c; }

.customer02-ticket ul li .hiragino{
    width: 90%;
    margin: 15px auto 0;
    color: #535759;
    text-align: left;
    font-size: 18px;
}
.osusume-list .ttl-style01 + p{
    font-size: 18px;
    margin: 15px 0;
    color: #535759;
}
.osusume-list li {
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
}
.osusume-list li img{
  display: block;
  margin-top: auto;
}
.with-children .advice{
    margin: 80px 0;
    padding: 20px;
    border: 2px solid #c3d500;
    border-radius: 25px;
}

.with-children .advice .img01{
    width: 20%;
    display: block;
}
.with-children .advice ul{
    width: 60%;
    padding: 0 15px;
    display: block;
}
.with-children .advice ul li{
    text-indent: -7px;
    padding-left: 7px;
    margin-bottom: 5px;
    font-size: 18px;
    color: #535759;
}
.with-children .advice ul li:before{
    content: "●";
    display: inline-block;
    padding-right: 5px;
    color: #c3d500;
    font-size: 10px;
}
.with-children .advice .img02{
    width: 20%;
    display: block;
}
.othertab-link{
    margin: 12px auto 0;
    padding: 13px 20px;
    color: #fff;
    font-size: 19px;
    font-weight: 500;
    border-radius: 10px;
    background: #63a60a;
    text-decoration: none;
    display: inline-block;
}
.othertab-link:hover{
    background: #4f8911;
    transition: 0.2s;
}

/* お子様連れの方 満3歳以上〜12歳未満
--------------------------------- */
.customer03-advice .img02{
    max-width: 183px;
    margin: 0 auto;
}
.way-step > li{
    width: 30%;
    margin-bottom: 80px;
    position: relative;
}
.way-step > li:not(.present)::after{
    width: 1%;
    content: "▶︎";
    color: #c3d500;
    display: inline-block;
    font-size: 24px;
    position: absolute;
    top: 30px;
    right: -11px;
}
.way-step > li:nth-child(5)::after{
    content: none;
}
.way-step li:not(.present) h4{
    padding: 30px 10px 20px 10px;
    text-align: center;
    background: #64a70a;
    position: relative;
}
.way-step li:not(.present) h4 .parts{
    width: 130px;
    padding: 2px 4px 8px;
    border-radius: 20px;
    line-height: 1.2;
    background: #fff;
    border: 2px solid #64a70a;
    color: #64a70a;
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 18px;
    font-weight: 700;
}
.way-step li.org h4{
    background: #ed8b01;
}
.way-step li.org h4 .parts{
    border: 2px solid #ed8b01;
    color: #ed8b01;
}
.way-step li:not(.present) h4 .parts::after{
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    border-top: 8px solid #fff;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
.way-step li:not(.present) h4 .parts .num{
    font-size: 22px;
}
.way-step li:not(.present) h4 .main{
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}
.way-step li:not(.present) p{
    padding: 10px 0;
    font-size: 18px;
    color: #535759;
}
.way-step li p{
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}
.way-step  p mark{
  background: none;
  color: #68aa0c;
  font-weight: bold;
}
.way-step li:not(.present) .kome li::before{
    content: "※";
    display: inline-block;
}
.way-step li:not(.present) .img-wrap{
    max-width: 202px;
    width: 60%;
    margin: 20px auto 0;
}
.way-step .advice{
  margin: 15px auto 0 !important;
}
.way-step .advice .img01{
  width: 100%;
}
.way-step .advice .red{
  padding: 0;
  color: #f03200;
}
.way-step .present{
    padding: 65px 30px 30px;
    background-image: url("/with-children/img/bg_customers03_01.gif");
    background-repeat: repeat;
    border-radius: 30px;
    position: relative;
    letter-spacing: -0.02em;
}
.way-step .present h4{
    max-width: 230px;
    width: 73%;
    margin: 0 auto;
    position: absolute;
    top: -37px;
    left: 50%;
    transform: translateX(-50%);
}
.way-step .present h5{
  font-size: 23px;
  font-weight: 700;
  color: #63a60a;
  text-align: center;
}
.way-step .present p{
    color: #535759;
    font-size: 18px;
}
.way-step .present .img01{
  max-width: 206px;
  width: 70%;
  margin: 10px auto 0;
  display: block;
}
.way-step .present .txt{
  background: #fae132;
}


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

  .pc-only { display: none !important; }
  .sp-only { display: block !important; }

  .red,.blk{
    font-size: 14px;
  }
  .indent-pc{
    max-width: 100%;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .wrap1200{
      width: 100%;
  }
  .wrap1200,
  h4 + .grn-txt{
      padding: 0 20px;
  }
  .h1-wrap{
      background-image:none;
  }
  .h1-wrap h1{
    padding-top: 0;
  }
  .h1-wrap p{
    padding: 15px 0 130px;
    font-size: 14px;
      background-image: url(/with-children/img/bg_mv_02_sp.jpg), url(/with-children/img/bg_mv_01_sp.jpg);
      background-position: bottom, top;
      background-size: 100%, auto;
      background-repeat: no-repeat, repeat;
  }
  .h2-wrap h2{
      padding: 10px 0;
  }
  .module-wrap{
      width: 100%;
      margin: 15px auto 30px;
      padding: 0;
      position: relative;
  }
  .mv .module-wrap{
      top: 0;
  }

  /* ページ切り替え */
  .pagelink-list{
      width: 90%;
      margin: 0 auto 30px;
      display: block;
  }
  .pagelink-list li{
      width: 100%;
  }
  .pagelink-list li:first-child{
    margin-bottom: 15px;
  }
  .pagelink-list li a{
      padding: 15px 0;
      font-size: 18px;
  }

  .tab-group{
      width: 100%;
      padding: 0 7px;
  }
  .tab-group li{
      width: 32.4%;
      font-size: 14px;
      padding: 13px 5px;
      line-height: 1.3;
  }
  .tab-group li:first-child{
      padding: 33px 5px;
  }
  .tab-group li:nth-child(2){
      padding: 23px 5px;
  }
  .tab-group li .sub{
    display: block;
    font-size: 10px;
  }
  .tab-group li .num{
    font-size: 19px;
  }
  .tab.is-active{
      padding: 13px 5px;
  }
  .tab-group li:first-child.is-active{
      padding: 33px 5px;
  }


  /* おすすめリスト */

  .osusume-list li{
      width: 100%;
      margin: 0 auto 40px;
  }
  .osusume-list::after{
      content: none;
  }
  .osusume-list .ttl-style01{
      padding: 31px 0 14px 0;
      font-size: 26px;
  }
  .osusume-list .ttl-style01 .parts{
      max-width: 196px;
      width: 80%;
      height: 34px;
      display: block;
      font-weight: 500;
      color: #fff;
      font-size: 18px;
      top: -8px;
      left: 50%;
      transform: translateX(-50%);
  }
  .osusume-list .ttl-style01 .main{
      font-size: 20px;
  }
  .osusume-list h5{
      margin: 15px 0 7px;
      font-size: 20px;
      line-height: 1.4;
  }
  .osusume-list h5 + p,
  .osusume-list .ttl-style01 + p{
      font-size: 15px;
      line-height: 1.55;
  }
  .osusume-list h5 + p span{
      font-size: 14px;
      margin: 5px 0 0;
  }

  /* 詳しくはこちらボタン */
  .btn-style01 {
      margin: 50px auto 34px;
      padding: 21px 0;
      font-size: 20px;
  }

  /* ご妊娠中の方
  --------------------------------- */

  .with-children section h3 {
    width: 90%;
    margin: 60px auto 33px;
  }
  .with-children section .osusume h3,
  .with-children section h3.long{
    width: 90%;
    margin: 30px auto 45px;
  }
  .with-children section h3.long2{
    width: 75%;
  }
  .customer01-list .ttl{
      width: 100%;
      margin-bottom: 20px;
  }
  .customer01-list .ttl .img-wrap img{
    max-width: 98px;
    width: 100%;
  }
  .customer01-list .ttl h4{
      padding-left: 0;
  }
  .customer01-list li > .maintxt {
      width: 55%;
      padding: 0 10px 0 0;
      font-size: 15px;
      line-height: 1.8;
  }
  .customer01-list li > .img-wrap {
      width: 45%;
  }

  .customer01 .bring-list li{
      padding: 16px;
  }
  .customer01 .bring-list li:last-child .txt{
      text-align: center;
  }
  .customer01-list .near .txt-wrap{
      width: 100%;
      padding-left: 0;
  }
  .customer01-list .near .txt-wrap .maintxt{
      font-size: 16px;
      line-height: 1.7;
  }
  .customer01 .bring-list .txt{
      width: 100%;
      text-align: center;
      margin-bottom: 5px;
  }
  .customer01 .bring-list .txt + div{
      width: 100%;
      padding-left: 0;
      margin-top: 10px;
  }
  .customer01 .one .bring01{
      width: 100%;
  }
  .customer01 .one .bring01 p{
    width: 135px;
  }
  .customer01 .bring01 p::after{
      width: 50px;
      height: 58px;
      top: -87%;
  }
  .customer01 .two .bring01,
  .customer01 .two .bring02{
      padding: 10px 4px 10px 10px;
  }
  .customer01 .two .bring01 p,
  .customer01 .two .bring02 p{
      width: 100%;
      font-size: 15px;
  }
  .customer01 .bring02 p::after{
      width: 62px;
      height: 63px;
      top: -146%;
      right: -7%;
  }
  .plus{
    font-size: 26px;
  }

　.osusume-list li > .img-wrap {
      text-align: center;
  }
    
  /* 小さなお子様連れの方 新生児〜満3歳
  --------------------------------- */

  .ttl-style02{
    margin-bottom: 20px;
  }
  .ttl-style02 > span{
      font-size: 16px;
      display: inline-block;
      padding: 20px 10px 25px 90px;
      line-height: 1.2;
  }
  .ttl-style02 > span.two{
      padding: 10px 10px 15px 90px;
  }
  .ttl-style02 .num{
      padding: 0 2px;
      font-size: 20px !important;
  }
  .ttl-style02 img{
      max-width: 70px;
      width: 22%;
      left: 4px;
      bottom: 6px;
  }
  .customer02-limit02{
      margin-top: 20%;
  }
  .grn-txt{
      font-size: 18px;
  }
  .grn-txt > span{
      font-size: 13px;
  }
  .grn-txt + span{
      margin: 5px 17px 0 0;
      font-size: 14px;
      display: block;
  }
  h4 + .red{
    padding: 0 20px;
  }
  .customer02-with {
      margin-top: 20px;
  }
  .customer02-with li {
      width: 100%;
      margin: 0 0 20px 0;
  }
  .customer02-with .img-wrap.ie-mt{
      margin-top: auto;
  }
  .customer02-with .adult {
      font-size: 25px;
  }
  .customer02-with .num {
      font-size: 31px;
  }
  .customer02-with .child .main{
      font-size: 20px;
  }
  .customer02-with .child .main .num{
    font-size: 25px;
  }
  .customer02-with .child .sub{
      font-size: 15px;
  }
  .customer02-ticket ul {
      width: 100%;
  }
  .customer02-ticket ul li{
      width: 100%;
      margin-bottom: 15px;
  } 
  .customer02-ticket h5{
      font-size: 22px;
  }
  .customer02-ticket ul li h6 {
      font-size: 20px;
  }
  .childseat + .pnk, .hiza + .grn,
  .childseat{
        font-size: 17px;
  }
    .customer02-ticket ul li .hiragino{
        font-size: 15px;
    }
  .osusume-list img {
      width: 60%;
      max-width: 202px;
      margin: 35px auto 8px;
      margin-top: 35px !important;
      display: block !important;
  }
  .customer01 .osusume-list img {
      width: 60%;
      max-width: 195px;
  }
  .with-children .advice{
      margin: 40px 0;
  }
  .with-children .advice .img01,
  .with-children .advice .img02{
      width: 100%;
  }
  .with-children .advice .img01 img{
      max-width: 574px;
      width: 100%;
  }
  .customer03-limit01 .advice .img02 {
      width: 45% !important;
      margin: 0 0 0 40px;
  }
  .customer03-limit01 .advice{
      margin: 0px auto 80px !important;
  }
  .customer03-limit01 .osusume-list li{
      margin: 0 auto 40px;
  }
  .customer03-limit01 .osusume-list li:last-child{
      margin: 0 auto 15px;
  }
  .with-children .advice ul{
      width: 100%;
      margin: 20px 0;
      padding: 0 15px;
  }
  .with-children .advice ul li {
      font-size: 15px;
      line-height: 1.5;
  }
  .way-step > li{
      width: 100%;
  }
  .way-step > li:not(.present)::after {
      width: 24px;
      content: "▼";
      color: #c3d500;
      display: inline-block;
      font-size: 24px;
      position: absolute;
      left: 50%;
      bottom: -50px;
      top: auto;
      transform: translateX(-50%);
  }
  .way-step li:not(.present) h4 .main{
      font-size: 18px;
  }
  .way-step > li:nth-child(5)::after{
      content: none;
  }
  .way-step .present h5{
      margin-bottom: 4px;
      font-size: 21px;
      letter-spacing: 0;
  }
  .way-step li p{
      line-height: 1.6;
  }

  /* 20230201追加
  --------------------------------- */

    .osusume-list li .img-wrap{
        margin-top: 0px;
        
    }
}

