/* top.css
=================================================================== */
/* pc */
/* sp */
@media screen and (min-width: 1023px), print {
  .con__tt-main {
    background: url(../../imgs/vaccination/mv_pc.jpg) center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .con__inr {
    padding-top: 87px;
    position: relative;
  }
  .con__pagenav a {
    width: auto !important;
    display: inline-block;
    padding: 0 40px 0 20px;
  }
  .con__pagenav a span {
    letter-spacing: 0;
  }
  .vaccination__wp {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
  }
  .vaccination__tt {
    position: relative;
    z-index: 10;
  }
  .vaccination__box {
    background: #fff;
    -moz-border-radius: 30px;
         border-radius: 30px;
    -moz-box-shadow: 0px 0px 2em 0px rgba(217, 214, 194, 0.3);
         box-shadow: 0px 0px 2em 0px rgba(217, 214, 194, 0.3);
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding: 50px;
    margin-top: 25px;
  }
  .vaccination__box .con__box-inr {
    position: relative;
    z-index: 10;
  }
  .appointment {
    margin: 0 auto;
    padding: 200px 0 50px;
    position: relative;
    margin-top: -80px;
  }
  .appointment__tt {
    position: relative;
    z-index: 10;
  }
  .appointment__list {
    position: relative;
    z-index: 10;
  }
  .appointment__list_img {
    width: 290px;
    float: right;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding-left: 40px;
  }
  .appointment__list_img img {
    width: 100%;
  }
  .appointment__list ul {
    text-align: left;
  }
  .appointment__list ul + ul {
    margin-top: 30px;
  }
  .appointment__list ul li {
    display: block;
    position: relative;
    padding-left: 15px;
  }
  .appointment__list ul li + li {
    margin-top: 10px;
  }
  .appointment__list ul li::before {
    width: 5px;
    height: 5px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    content: "";
    background: #91D096;
    position: absolute;
    top: 0.7em;
    left: 0;
  }
  .appointment__list ul li .t_link {
    color: #FAA5B0;
  }
  .appointment__list span.st {
    color: #FAA5B0;
    font-weight: 700;
    font-size: 18px;
  }
  .appointment__list span.c_p {
    color: #FAA5B0;
  }
  .appointment__list span.c_b {
    color: #9CC0F1;
    font-weight: 500;
  }
  .appointment__illust {
    width: 1300px;
    height: 1200px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    -webkit-transform: translateY(0%) translateX(-50%);
    -moz-transform: translateY(0%) translateX(-50%);
     -ms-transform: translateY(0%) translateX(-50%);
         transform: translateY(0%) translateX(-50%);
    top: 0;
    z-index: 2;
  }
  .appointment__illust .illust-01 {
    width: 128px;
    height: 128px;
    top: 150px;
    left: 0;
  }
  .appointment__illust .illust-02 {
    width: 22px;
    height: 22px;
    top: 300px;
    left: 50px;
  }
  .appointment__illust .illust-03 {
    width: 12px;
    height: 12px;
    top: 250px;
    right: 300px;
  }
  .appointment__illust .illust-04 {
    width: 22px;
    height: 22px;
    top: 230px;
    right: 280px;
  }
  .appointment__illust .illust-05 {
    width: 30px;
    height: 30px;
    top: 330px;
    right: 80px;
  }
  .appointment__illust .illust-06 {
    width: 18px;
    height: 18px;
    top: 370px;
    right: 80px;
  }
  .appointment__illust .illust-07 {
    width: 64px;
    height: 64px;
    top: 500px;
    right: 0;
  }
  .appointment__illust .illust-08 {
    width: 22px;
    height: 22px;
    top: 700px;
    left: 80px;
  }
  .appointment__illust .illust-09 {
    width: 34px;
    height: 34px;
    top: 800px;
    left: 0;
  }
  .appointment__illust .illust-10 {
    width: 95px;
    height: 22px;
    top: 730px;
    left: 10px;
  }
  .appointment__illust .illust-10 > img {
    -webkit-transform: rotate(-130deg);
       -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
            transform: rotate(-130deg);
  }
  .appointment__illust .illust-11 {
    width: 95px;
    height: 68px;
    top: 950px;
    right: 0;
  }
  .appointment__illust .illust-12 {
    width: 50px;
    height: 56px;
    top: 850px;
    right: 270px;
  }
  .appointment__illust .illust-13 {
    width: 50px;
    height: 56px;
    top: 880px;
    right: 220px;
  }
  .appointment__illust .illust-13 > img {
    -webkit-transform: rotate(50deg);
       -moz-transform: rotate(50deg);
        -ms-transform: rotate(50deg);
            transform: rotate(50deg);
  }
  .appointment__line {
    width: 630px;
    height: 336px;
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 1;
  }
  .type {
    background: url(../../imgs/common/bg02.png);
    margin: 0 auto;
    padding: 200px 0 180px;
    position: relative;
  }
  .type::before {
    width: 100%;
    height: 80px;
    background: url(../../imgs/common/bg_wave_pc.png) 0 0 repeat-x;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .type::after {
    width: 100%;
    height: 80px;
    background: url(../../imgs/common/bg_wave_pc.png) 0 0 repeat-x;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .type .vaccination__wp {
    margin-top: -40px;
  }
  .type .type__st {
    font-weight: 700;
    display: block;
    margin-bottom: 0.5em;
  }
  .type__illust {
    width: 1300px;
    height: 1500px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    -webkit-transform: translateY(0%) translateX(-50%);
    -moz-transform: translateY(0%) translateX(-50%);
     -ms-transform: translateY(0%) translateX(-50%);
         transform: translateY(0%) translateX(-50%);
    top: 0;
    z-index: 2;
  }
  .type__illust .illust-01 {
    width: 128px;
    height: 128px;
    top: 150px;
    left: 20px;
  }
  .type__illust .illust-02 {
    width: 22px;
    height: 22px;
    top: 270px;
    left: 20px;
  }
  .type__illust .illust-03 {
    width: 34px;
    height: 34px;
    top: 300px;
    left: 80px;
  }
  .type__illust .illust-03 > img {
    -webkit-transform: rotate(50deg);
       -moz-transform: rotate(50deg);
        -ms-transform: rotate(50deg);
            transform: rotate(50deg);
  }
  .type__illust .illust-04 {
    width: 54px;
    height: 54px;
    top: 180px;
    right: 170px;
  }
  .type__illust .illust-05 {
    width: 50px;
    height: 30px;
    top: 220px;
    right: 150px;
  }
  .type__illust .illust-05 > img {
    -webkit-transform: rotate(70deg);
       -moz-transform: rotate(70deg);
        -ms-transform: rotate(70deg);
            transform: rotate(70deg);
  }
  .type__illust .illust-06 {
    width: 18px;
    height: 18px;
    top: 370px;
    right: 60px;
  }
  .type__illust .illust-07 {
    width: 34px;
    height: 34px;
    top: 440px;
    right: 90px;
  }
  .type__illust .illust-07 > img {
    -webkit-transform: rotate(20deg);
       -moz-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  .type__illust .illust-08 {
    width: 64px;
    height: 64px;
    top: 750px;
    left: 30px;
  }
  .type__illust .illust-08 > img {
    -webkit-transform: rotate(-20deg);
       -moz-transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  .onday {
    margin: 0 auto;
    padding: 190px 0 50px;
    position: relative;
    margin-top: -150px;
  }
  .onday__box {
    padding-left: 30px;
    padding-right: 30px;
  }
  .onday__list {
    position: relative;
    z-index: 10;
  }
  .onday__list_img {
    position: relative;
  }
  .onday__list_img .img01 {
    position: absolute;
    top: 240px;
    right: 100px;
    width: 110px;
    height: 110px;
  }
  .onday__list_img .img02 {
    position: absolute;
    top: 200px;
    right: 0;
    width: 90px;
    height: 90px;
  }
  .onday__list_img img {
    width: 100%;
  }
  .onday__list_con {
    display: table;
    width: 100%;
  }
  .onday__list_con li {
    display: table-cell;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .onday__list_con li p {
    text-align: left;
  }
  .onday__list_con li div {
    padding-top: 90px;
  }
  .onday__list_con li:nth-of-type(1) {
    width: 32%;
    padding-right: 30px;
    background: url(../../imgs/common/svg/line_dashed_hor.svg) top right repeat-y;
    -moz-background-size: 2px 8px;
         background-size: 2px 8px;
  }
  .onday__list_con li:nth-of-type(1) div {
    background: url(../../imgs/vaccination/ic01.svg) top center no-repeat;
    -moz-background-size: 68px auto;
         background-size: 68px auto;
  }
  .onday__list_con li:nth-of-type(2) {
    width: 36%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .onday__list_con li:nth-of-type(2) div {
    background: url(../../imgs/vaccination/ic02.svg) top center no-repeat;
    -moz-background-size: 68px auto;
         background-size: 68px auto;
  }
  .onday__list_con li:nth-of-type(3) {
    width: 32%;
    padding-left: 30px;
    background: url(../../imgs/common/svg/line_dashed_hor.svg) top left repeat-y;
    -moz-background-size: 2px 8px;
         background-size: 2px 8px;
  }
  .onday__list_con li:nth-of-type(3) div {
    background: url(../../imgs/vaccination/ic03.svg) top center no-repeat;
    -moz-background-size: 68px auto;
         background-size: 68px auto;
  }
  .onday__list_txt {
    text-align: left;
    margin-top: 30px;
  }
  .onday__illust {
    width: 1300px;
    height: 1200px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    -webkit-transform: translateY(0%) translateX(-50%);
    -moz-transform: translateY(0%) translateX(-50%);
     -ms-transform: translateY(0%) translateX(-50%);
         transform: translateY(0%) translateX(-50%);
    top: 0;
    z-index: 2;
  }
  .onday__illust .illust-01 {
    width: 34px;
    height: 34px;
    top: 290px;
    left: 90px;
  }
  .onday__illust .illust-02 {
    width: 70px;
    height: 70px;
    top: 220px;
    left: 130px;
  }
  .onday__illust .illust-03 {
    width: 60px;
    height: 60px;
    top: 250px;
    left: 200px;
  }
  .onday__illust .illust-03 > img {
    -webkit-transform: rotate(-20deg);
       -moz-transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  .onday__illust .illust-04 {
    width: 160px;
    height: 160px;
    top: 50px;
    right: 150px;
  }
  .onday__illust .illust-05 {
    width: 30px;
    height: 30px;
    top: 330px;
    right: 80px;
  }
  .onday__illust .illust-06 {
    width: 18px;
    height: 18px;
    top: 370px;
    right: 80px;
  }
  .about {
    background: url(../../imgs/common/bg02.png);
    margin: 0 auto;
    padding: 200px 0 190px;
    position: relative;
  }
  .about::before {
    width: 100%;
    height: 80px;
    background: url(../../imgs/common/bg_wave_pc.png) 0 0 repeat-x;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .about::after {
    width: 100%;
    height: 80px;
    background: url(../../imgs/common/bg_wave_pc.png) 0 0 repeat-x;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .about .vaccination__wp {
    margin-top: -40px;
  }
  .about .about__box {
    text-align: left;
    position: relative;
    z-index: 10;
  }
  .about .about__box__list li {
    padding: 20px 0;
    background: url(../../imgs/common/svg/line_dashed.svg) repeat-x;
    -moz-background-size: 8px 2px;
         background-size: 8px 2px;
  }
  .about .about__box__list li span.month {
    background: #F0F7FF;
    color: #9CC0F1;
    font-weight: 700;
    width: 100px;
    display: inline-block;
    text-align: center;
    -moz-border-radius: 5px;
         border-radius: 5px;
    padding: 3px 0;
    margin-right: 20px;
  }
  .about .about__box__list li span.name em.pink {
    font-weight: 500;
    color: #FAA5B0;
  }
  .about .about__box__list li span.name em.blue {
    color: #9CC0F1;
    font-weight: 500;
  }
  .about .about__box__list li span.name em.gray {
    font-size: 14px;
    color: #969696;
  }
  .about .about__box__list_ans {
    padding-top: 30px;
    font-size: 14px;
    background: url(../../imgs/common/svg/line_dashed.svg) repeat-x;
    -moz-background-size: 8px 2px;
         background-size: 8px 2px;
  }
  .about .about__box__list_ans span {
    font-weight: 500;
  }
  .about .about__box__list_ans span.pink {
    color: #FAA5B0;
  }
  .about .about__box__list_ans span.blue {
    color: #9CC0F1;
  }
  .about__illust {
    width: 1300px;
    height: 1500px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    -webkit-transform: translateY(0%) translateX(-50%);
    -moz-transform: translateY(0%) translateX(-50%);
     -ms-transform: translateY(0%) translateX(-50%);
         transform: translateY(0%) translateX(-50%);
    top: 0;
    z-index: 2;
  }
  .about__illust .illust-01 {
    width: 34px;
    height: 34px;
    top: 200px;
    left: 20px;
  }
  .about__illust .illust-02 {
    width: 22px;
    height: 22px;
    top: 240px;
    left: 60px;
  }
  .about__illust .illust-03 {
    width: 34px;
    height: 34px;
    top: 300px;
    right: 0;
  }
  .about__illust .illust-03 > img {
    -webkit-transform: rotate(50deg);
       -moz-transform: rotate(50deg);
        -ms-transform: rotate(50deg);
            transform: rotate(50deg);
  }
  .about__illust .illust-04 {
    width: 64px;
    height: 64px;
    top: 400px;
    right: 30px;
  }
  .about__illust .illust-05 {
    width: 22px;
    height: 22px;
    top: 500px;
    right: 10px;
  }
  .about__illust .illust-05 > img {
    -webkit-transform: rotate(70deg);
       -moz-transform: rotate(70deg);
        -ms-transform: rotate(70deg);
            transform: rotate(70deg);
  }
  .about__illust .illust-06 {
    width: 100px;
    height: 100px;
    top: 920px;
    left: 20px;
  }
  .about__illust .illust-07 {
    width: 22px;
    height: 22px;
    top: 1000px;
    left: 20px;
  }
  .about__illust .illust-07 > img {
    -webkit-transform: rotate(20deg);
       -moz-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  .about__illust .illust-08 {
    width: 50px;
    height: 50px;
    top: 900px;
    right: 130px;
  }
  .about__illust .illust-08 > img {
    -webkit-transform: rotate(-30deg);
       -moz-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  .about__illust .illust-09 {
    width: 140px;
    height: 140px;
    top: 940px;
    right: 140px;
  }
  .about__illust .illust-10 {
    width: 50px;
    height: 50px;
    top: 1050px;
    right: 230px;
  }
  .about__illust .illust-10 > img {
    -webkit-transform: rotate(20deg);
       -moz-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  .about__line {
    width: 630px;
    height: 336px;
    position: absolute;
    top: -150px;
    left: -300px;
    z-index: 1;
  }
  .online {
    margin-top: -150px;
    padding: 230px 0 50px;
  }
  .online .vaccination__wp {
    margin-top: -40px;
  }
  .online__box {
    text-align: left;
    position: relative;
    z-index: 10;
  }
  .online__box .indent {
    margin-top: 0.5em;
    font-size: 14px;
    padding-left: 1em;
    text-indent: -1em;
    padding-bottom: 1px;
  }
  .online__box__btn {
    width: 420px;
    margin-top: 20px;
    display: inline-block;
  }
  .online__box__btn span {
    font-size: 16px;
    padding: 15px 15px 15px 0;
    position: relative;
  }
  .file {
    margin: 0 auto;
    padding: 30px 0 50px;
    position: relative;
    background: url(../../imgs/common/bg02.png);
    margin: 0 auto;
    padding: 180px 0 190px;
    position: relative;
  }
  .file::before {
    width: 100%;
    height: 80px;
    background: url(../../imgs/common/bg_wave_pc.png) 0 0 repeat-x;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .file::after {
    width: 100%;
    height: 80px;
    background: url(../../imgs/common/bg_wave_pc.png) 0 0 repeat-x;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .file__box__con {
    position: relative;
    z-index: 10;
    text-align: left;
  }
  .file__box__con p + p {
    margin-top: 20px;
  }
  .file__box__btn {
    width: 360px;
    display: inline-block;
  }
  .file__box__btn + .file__box__btn {
    margin-left: 15px;
  }
  .file__box__btn::before {
    font-family: "icomoon";
    content: "\e909";
    font-size: 20px;
    font-weight: normal;
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(0);
    -moz-transform: translateY(-50%) translateX(0);
     -ms-transform: translateY(-50%) translateX(0);
         transform: translateY(-50%) translateX(0);
    left: 1em;
  }
  .file__box__btn::after {
    display: none;
  }
  .file__box__btn span {
    font-size: 16px;
    padding: 15px 15px 15px 0;
    position: relative;
  }
  .file__box__btn span::after {
    background: #FAA5B0;
    color: #fff;
    font-weight: 700;
    font-size: 11px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    letter-spacing: 0;
    padding: 4px 5px;
    display: inline-block;
    content: "PDF";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(0);
    -moz-transform: translateY(-50%) translateX(0);
     -ms-transform: translateY(-50%) translateX(0);
         transform: translateY(-50%) translateX(0);
    right: 2.4em;
  }
  .file__box__btn:hover span::after {
    background: #fff;
    color: #FAA5B0;
  }
  .file__illust {
    width: 1300px;
    height: 1200px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    -webkit-transform: translateY(0%) translateX(-50%);
    -moz-transform: translateY(0%) translateX(-50%);
     -ms-transform: translateY(0%) translateX(-50%);
         transform: translateY(0%) translateX(-50%);
    top: 0;
    z-index: 2;
  }
  .file__illust .illust-01 {
    width: 34px;
    height: 34px;
    top: 200px;
    left: 20px;
  }
  .file__illust .illust-02 {
    width: 22px;
    height: 22px;
    top: 150px;
    left: 50px;
  }
  .file__illust .illust-03 {
    width: 66px;
    height: 66px;
    top: 220px;
    right: 200px;
  }
  .file__illust .illust-03 > img {
    -webkit-transform: rotate(-50deg);
       -moz-transform: rotate(-50deg);
        -ms-transform: rotate(-50deg);
            transform: rotate(-50deg);
  }
  .file__illust .illust-04 {
    width: 46px;
    height: 60px;
    top: 200px;
    right: 150px;
  }
  .file__illust .illust-04 > img {
    -webkit-transform: rotate(70deg);
       -moz-transform: rotate(70deg);
        -ms-transform: rotate(70deg);
            transform: rotate(70deg);
  }
  .file__illust .illust-05 {
    width: 30px;
    height: 30px;
    top: 20px;
    right: 80px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .con__tt-main {
    background: url(../../imgs/vaccination/mv_sp.jpg) center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .con__pagenav a span {
    letter-spacing: 0;
  }
  .vaccination__wp {
    text-align: center;
    padding: 0 2rem;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .vaccination__tt {
    margin-bottom: 0.8em;
    position: relative;
    z-index: 10;
  }
  .vaccination__box {
    background: #fff;
    -moz-border-radius: 3rem;
         border-radius: 3rem;
    -moz-box-shadow: 0px 0px 2em 0px rgba(217, 214, 194, 0.3);
         box-shadow: 0px 0px 2em 0px rgba(217, 214, 194, 0.3);
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding: 1.7em;
    margin-top: 1em;
  }
  .vaccination__box .con__box-inr {
    position: relative;
    z-index: 10;
  }
  .vaccination__box .con__btn {
    width: 100%;
    max-width: 30rem;
    display: inline-block;
    margin-top: 1em;
  }
  .vaccination__box .con__btn span {
    padding: 0.8em 0;
    font-size: 1.6rem;
  }
  .appointment {
    margin: 0 auto;
    position: relative;
    padding-top: 4rem;
    margin-top: 36rem;
  }
  .appointment__list {
    position: relative;
    z-index: 10;
  }
  .appointment__list_img {
    width: 100%;
    overflow: hidden;
    margin-bottom: 0.5em;
  }
  .appointment__list_img img {
    width: 80%;
    margin-top: -1em;
  }
  .appointment__list ul {
    text-align: left;
  }
  .appointment__list ul + ul {
    margin-top: 2em;
  }
  .appointment__list ul li {
    display: block;
    position: relative;
    padding-left: 1em;
    line-height: 1.5;
  }
  .appointment__list ul li + li {
    margin-top: 0.7em;
  }
  .appointment__list ul li::before {
    width: 0.4rem;
    height: 0.4rem;
    -moz-border-radius: 1rem;
         border-radius: 1rem;
    content: "";
    background: #91D096;
    position: absolute;
    top: 0.6em;
    left: 0;
  }
  .appointment__list ul li .t_link {
    color: #FAA5B0;
  }
  .appointment__list span.st {
    color: #FAA5B0;
    font-weight: 700;
    font-size: 1.8rem;
  }
  .appointment__list span.c_p {
    color: #FAA5B0;
  }
  .appointment__list span.c_b {
    color: #9CC0F1;
    font-weight: 500;
  }
  .appointment__illust {
    width: 100%;
    height: 160rem;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .appointment__illust .illust-01 {
    width: 100px;
    height: 100px;
    top: 0rem;
    left: -2rem;
  }
  .appointment__illust .illust-02 {
    width: 2.7rem;
    height: 2.7rem;
    top: 3rem;
    right: 2rem;
  }
  .appointment__illust .illust-03 {
    width: 1.3rem;
    height: 1.3rem;
    top: 5rem;
    right: 1rem;
  }
  .appointment__illust .illust-04 {
    display: none;
  }
  .appointment__illust .illust-05 {
    display: none;
  }
  .appointment__illust .illust-06 {
    display: none;
  }
  .appointment__illust .illust-07 {
    display: none;
  }
  .appointment__illust .illust-08 {
    display: none;
  }
  .appointment__illust .illust-09 {
    display: none;
  }
  .appointment__illust .illust-10 {
    display: none;
  }
  .appointment__illust .illust-11 {
    display: none;
  }
  .appointment__illust .illust-12 {
    width: 5rem;
    height: 5rem;
    top: 130rem;
    right: 5rem;
  }
  .appointment__illust .illust-13 {
    width: 5rem;
    height: 5rem;
    top: 135rem;
    right: 1rem;
  }
  .appointment__line {
    display: none;
  }
  .type {
    background: url(../../imgs/common/bg02.png);
    margin: 7rem auto 0;
    padding: 6rem 0px 10rem;
    margin-top: 6rem;
    position: relative;
  }
  .type::before {
    width: 100%;
    height: 80px;
    background: url(../../imgs/common/bg_wave_sp.png) 0 0 no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
  }
  .type::after {
    width: 100%;
    height: 80px;
    background: url(../../imgs/common/bg_wave_sp.png) 0 0 no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    z-index: 1;
  }
  .type .con__box-inr {
    padding-left: 0;
    padding-right: 0;
  }
  .type .type__st {
    font-weight: 700;
    display: block;
    margin-bottom: 0.5em;
  }
  .type__illust {
    width: 100%;
    height: 200rem;
    overflow: hidden;
    position: absolute;
    top: -3rem;
    left: 0;
    z-index: 3;
  }
  .type__illust .illust-01 {
    width: 12rem;
    height: 12rem;
    top: 0rem;
    left: -2rem;
  }
  .type__illust .illust-02 {
    width: 2.7rem;
    height: 2.7rem;
    top: 10rem;
    left: 1rem;
  }
  .type__illust .illust-03 {
    display: none;
  }
  .type__illust .illust-04 {
    display: none;
  }
  .type__illust .illust-05 {
    display: none;
  }
  .type__illust .illust-06 {
    display: none;
  }
  .type__illust .illust-07 {
    display: none;
  }
  .type__illust .illust-08 {
    width: 6rem;
    height: 6rem;
    top: 105rem;
    left: 1rem;
  }
  .onday {
    margin: 1em auto 0;
    padding: 3rem 0 0;
    position: relative;
  }
  .onday__list {
    position: relative;
    z-index: 10;
  }
  .onday__list_img {
    width: 100%;
    display: table;
  }
  .onday__list_img span {
    width: 50%;
    display: table-cell;
  }
  .onday__list_img img {
    width: 80%;
  }
  .onday__list_con {
    margin-top: 1.5em;
  }
  .onday__list_con li {
    text-align: left;
    padding-top: 1em;
    margin-bottom: 1em;
    background: url(../../imgs/common/svg/line_dashed.svg) repeat-x;
    -moz-background-size: 0.4em 0.1em;
         background-size: 0.4em 0.1em;
  }
  .onday__list_con li div {
    padding-left: 5.4rem;
  }
  .onday__list_con li:nth-of-type(1) div {
    background: url(../../imgs/vaccination/ic01.svg) left 0.3em no-repeat;
    -moz-background-size: 4rem auto;
         background-size: 4rem auto;
  }
  .onday__list_con li:nth-of-type(2) div {
    background: url(../../imgs/vaccination/ic02.svg) left 0.3em no-repeat;
    -moz-background-size: 4rem auto;
         background-size: 4rem auto;
  }
  .onday__list_con li:nth-of-type(3) div {
    background: url(../../imgs/vaccination/ic03.svg) left 0.3em no-repeat;
    -moz-background-size: 4rem auto;
         background-size: 4rem auto;
  }
  .onday__list_txt {
    background: url(../../imgs/common/svg/line_dashed.svg) repeat-x;
    -moz-background-size: 0.4em 0.1em;
         background-size: 0.4em 0.1em;
    text-align: left;
    padding-top: 1em;
    margin-top: 1em;
  }
  .onday__illust {
    width: 100%;
    height: 160rem;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    margin-top: -8rem;
  }
  .onday__illust .illust-01 {
    width: 2.3rem;
    height: 2.3rem;
    top: 13rem;
    left: 2rem;
  }
  .onday__illust .illust-02 {
    width: 5.5rem;
    height: 5.5rem;
    top: 4rem;
    right: 6rem;
  }
  .onday__illust .illust-03 {
    width: 5rem;
    height: 5rem;
    top: 0rem;
    right: 1rem;
  }
  .onday__illust .illust-04 {
    display: none;
  }
  .onday__illust .illust-05 {
    width: 1.8rem;
    height: 1.8rem;
    top: 4rem;
    right: 2rem;
  }
  .onday__illust .illust-06 {
    display: none;
  }
  .about {
    background: url(../../imgs/common/bg02.png);
    margin: 7rem auto 0;
    padding: 7rem 0px 8rem;
    position: relative;
  }
  .about::before {
    width: 100%;
    height: 80px;
    background: url(../../imgs/common/bg_wave_sp.png) 0 0 no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
  }
  .about::after {
    width: 100%;
    height: 80px;
    background: url(../../imgs/common/bg_wave_sp.png) 0 0 no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    z-index: 1;
  }
  .about .about__box {
    text-align: left;
    position: relative;
    z-index: 10;
  }
  .about .about__box__list {
    margin-top: 1.5em;
  }
  .about .about__box__list li {
    padding: 1.5em 0;
    background: url(../../imgs/common/svg/line_dashed.svg) repeat-x;
    -moz-background-size: 0.4em 0.1em;
         background-size: 0.4em 0.1em;
  }
  .about .about__box__list li span.month {
    background: #F0F7FF;
    color: #9CC0F1;
    font-weight: 700;
    width: 10rem;
    text-align: center;
    -moz-border-radius: 0.3em;
         border-radius: 0.3em;
    padding: 0.1em 0;
    display: block;
    margin-bottom: 0.5em;
  }
  .about .about__box__list li span.name em.pink {
    font-weight: 500;
    color: #FAA5B0;
  }
  .about .about__box__list li span.name em.blue {
    color: #9CC0F1;
    font-weight: 500;
  }
  .about .about__box__list li span.name em.gray {
    font-size: 14px;
    color: #969696;
  }
  .about .about__box__list_ans {
    padding: 1.5em 0 0;
    background: url(../../imgs/common/svg/line_dashed.svg) repeat-x;
    -moz-background-size: 0.4em 0.1em;
         background-size: 0.4em 0.1em;
  }
  .about .about__box__list_ans p {
    font-size: 1.4rem;
  }
  .about .about__box__list_ans span {
    font-weight: 500;
  }
  .about .about__box__list_ans span.pink {
    color: #FAA5B0;
  }
  .about .about__box__list_ans span.blue {
    color: #9CC0F1;
  }
  .about__illust {
    width: 100%;
    height: 200rem;
    overflow: hidden;
    position: absolute;
    top: -3rem;
    left: 0;
    z-index: 3;
  }
  .about__illust .illust-01 {
    width: 3.4rem;
    height: 3.4rem;
    top: 0rem;
    left: 2rem;
  }
  .about__illust .illust-02 {
    width: 2.5rem;
    height: 2.5rem;
    top: 4rem;
    left: 4rem;
  }
  .about__illust .illust-03 {
    display: none;
  }
  .about__illust .illust-04 {
    width: 6.4rem;
    height: 6.4rem;
    top: 0rem;
    right: 2rem;
  }
  .about__illust .illust-05 {
    display: none;
  }
  .about__illust .illust-06 {
    display: none;
  }
  .about__illust .illust-07 {
    display: none;
  }
  .about__illust .illust-08 {
    display: none;
  }
  .about__illust .illust-09 {
    display: none;
  }
  .about__illust .illust-10 {
    display: none;
  }
  .about__line {
    display: none;
  }
  .online {
    margin: 2rem auto 0;
    padding: 2rem 0px 4rem;
    position: relative;
  }
  .online__box {
    text-align: left;
    position: relative;
    z-index: 10;
  }
  .online__box .indent {
    margin-top: 1em;
    font-size: 1.2rem;
    padding-left: 1em;
    text-indent: -1em;
    padding-bottom: 1px;
  }
  .online__box__btn {
    max-width: 30rem;
    display: block;
    margin-top: 1em;
  }
  .online__box__btn span {
    font-size: 1.6rem;
    padding-top: 0.6em;
    padding-bottom: 0.6em;
    position: relative;
    line-height: 1.2;
  }
  .file {
    margin: 1em auto 0;
    padding: 7rem 0;
    position: relative;
    background: url(../../imgs/common/bg02.png);
  }
  .file::before {
    width: 100%;
    height: 80px;
    background: url(../../imgs/common/bg_wave_sp.png) 0 0 no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
  }
  .file::after {
    width: 100%;
    height: 80px;
    background: url(../../imgs/common/bg_wave_sp.png) 0 0 no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    z-index: 1;
  }
  .file__box {
    position: relative;
    z-index: 10;
    text-align: left;
  }
  .file__box__con p + p {
    margin-top: 1em;
  }
  .file__box__btn {
    max-width: 30rem;
    display: block;
  }
  .file__box__btn + .file__box__btn {
    margin-top: 1em;
  }
  .file__box__btn::before {
    font-family: "icomoon";
    content: "\e909";
    font-size: 1.8rem;
    font-weight: normal;
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(0);
    -moz-transform: translateY(-50%) translateX(0);
     -ms-transform: translateY(-50%) translateX(0);
         transform: translateY(-50%) translateX(0);
    left: 1em;
  }
  .file__box__btn::after {
    display: none;
  }
  .file__box__btn span {
    font-size: 1.6rem;
    padding-top: 0.6em;
    padding-bottom: 0.6em;
    padding-left: 3em;
    position: relative;
    text-align: left;
    line-height: 1.2;
  }
  .file__box__btn span::after {
    background: #FAA5B0;
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem;
    -moz-border-radius: 0.3em;
         border-radius: 0.3em;
    letter-spacing: 0;
    padding: 0.2em 0.4em;
    display: inline-block;
    content: "PDF";
    margin-left: 0.5em;
  }
  .file__illust {
    width: 100%;
    height: 160rem;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    margin-top: -8rem;
  }
  .file__illust .illust-01 {
    width: 2.5rem;
    height: 2.5rem;
    top: 9rem;
    left: 2rem;
  }
  .file__illust .illust-02 {
    width: 1.9rem;
    height: 1.9rem;
    top: 6rem;
    left: 5rem;
  }
  .file__illust .illust-03 {
    display: none;
  }
  .file__illust .illust-04 {
    display: none;
  }
  .file__illust .illust-05 {
    width: 2rem;
    height: 2rem;
    top: 57rem;
    right: 2rem;
  }
  /* top_tb
=================================================================== */
}

@media screen and (max-width: 767px) {
  .con__tt-main {
    background: url(../../imgs/vaccination/mv_sp.jpg) center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .con__pagenav a span {
    letter-spacing: 0;
  }
  .vaccination__wp {
    text-align: center;
    padding: 0 2rem;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .vaccination__tt {
    margin-bottom: 0.8em;
    position: relative;
    z-index: 10;
  }
  .vaccination__box {
    background: #fff;
    -moz-border-radius: 3rem;
         border-radius: 3rem;
    -moz-box-shadow: 0px 0px 2em 0px rgba(217, 214, 194, 0.3);
         box-shadow: 0px 0px 2em 0px rgba(217, 214, 194, 0.3);
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding: 1.7em;
    margin-top: 1em;
  }
  .vaccination__box .con__box-inr {
    position: relative;
    z-index: 10;
  }
  .vaccination__box .con__btn {
    width: 100%;
    max-width: 30rem;
    display: inline-block;
    margin-top: 1em;
  }
  .vaccination__box .con__btn span {
    padding: 0.8em 0;
    font-size: 1.6rem;
  }
  .appointment {
    margin: 0 auto;
    position: relative;
    padding-top: 4rem;
    margin-top: 36rem;
  }
  .appointment__list {
    position: relative;
    z-index: 10;
  }
  .appointment__list_img {
    width: 100%;
    overflow: hidden;
    margin-bottom: 0.5em;
  }
  .appointment__list_img img {
    width: 80%;
    margin-top: -1em;
  }
  .appointment__list ul {
    text-align: left;
  }
  .appointment__list ul + ul {
    margin-top: 2em;
  }
  .appointment__list ul li {
    display: block;
    position: relative;
    padding-left: 1em;
    line-height: 1.5;
  }
  .appointment__list ul li + li {
    margin-top: 0.7em;
  }
  .appointment__list ul li::before {
    width: 0.4rem;
    height: 0.4rem;
    -moz-border-radius: 1rem;
         border-radius: 1rem;
    content: "";
    background: #91D096;
    position: absolute;
    top: 0.6em;
    left: 0;
  }
  .appointment__list ul li .t_link {
    color: #FAA5B0;
  }
  .appointment__list span.st {
    color: #FAA5B0;
    font-weight: 700;
    font-size: 1.8rem;
  }
  .appointment__list span.c_p {
    color: #FAA5B0;
  }
  .appointment__list span.c_b {
    color: #9CC0F1;
    font-weight: 500;
  }
  .appointment__illust {
    width: 100%;
    height: 160rem;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .appointment__illust .illust-01 {
    width: 100px;
    height: 100px;
    top: 0rem;
    left: -2rem;
  }
  .appointment__illust .illust-02 {
    width: 2.7rem;
    height: 2.7rem;
    top: 3rem;
    right: 2rem;
  }
  .appointment__illust .illust-03 {
    width: 1.3rem;
    height: 1.3rem;
    top: 5rem;
    right: 1rem;
  }
  .appointment__illust .illust-04 {
    display: none;
  }
  .appointment__illust .illust-05 {
    display: none;
  }
  .appointment__illust .illust-06 {
    display: none;
  }
  .appointment__illust .illust-07 {
    display: none;
  }
  .appointment__illust .illust-08 {
    display: none;
  }
  .appointment__illust .illust-09 {
    display: none;
  }
  .appointment__illust .illust-10 {
    display: none;
  }
  .appointment__illust .illust-11 {
    display: none;
  }
  .appointment__illust .illust-12 {
    width: 5rem;
    height: 5rem;
    top: 130rem;
    right: 5rem;
  }
  .appointment__illust .illust-13 {
    width: 5rem;
    height: 5rem;
    top: 135rem;
    right: 1rem;
  }
  .appointment__line {
    display: none;
  }
  .type {
    background: url(../../imgs/common/bg02.png);
    margin: 7rem auto 0;
    padding: 6rem 0px 10rem;
    margin-top: 6rem;
    position: relative;
  }
  .type::before {
    width: 100%;
    height: 80px;
    background: url(../../imgs/common/bg_wave_sp.png) 0 0 no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
  }
  .type::after {
    width: 100%;
    height: 80px;
    background: url(../../imgs/common/bg_wave_sp.png) 0 0 no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    z-index: 1;
  }
  .type .con__box-inr {
    padding-left: 0;
    padding-right: 0;
  }
  .type .type__st {
    font-weight: 700;
    display: block;
    margin-bottom: 0.5em;
  }
  .type__illust {
    width: 100%;
    height: 200rem;
    overflow: hidden;
    position: absolute;
    top: -3rem;
    left: 0;
    z-index: 3;
  }
  .type__illust .illust-01 {
    width: 12rem;
    height: 12rem;
    top: 0rem;
    left: -2rem;
  }
  .type__illust .illust-02 {
    width: 2.7rem;
    height: 2.7rem;
    top: 10rem;
    left: 1rem;
  }
  .type__illust .illust-03 {
    display: none;
  }
  .type__illust .illust-04 {
    display: none;
  }
  .type__illust .illust-05 {
    display: none;
  }
  .type__illust .illust-06 {
    display: none;
  }
  .type__illust .illust-07 {
    display: none;
  }
  .type__illust .illust-08 {
    width: 6rem;
    height: 6rem;
    top: 105rem;
    left: 1rem;
  }
  .onday {
    margin: 1em auto 0;
    padding: 3rem 0 0;
    position: relative;
  }
  .onday__list {
    position: relative;
    z-index: 10;
  }
  .onday__list_img {
    width: 100%;
    display: table;
  }
  .onday__list_img span {
    width: 50%;
    display: table-cell;
  }
  .onday__list_img img {
    width: 80%;
  }
  .onday__list_con {
    margin-top: 1.5em;
  }
  .onday__list_con li {
    text-align: left;
    padding-top: 1em;
    margin-bottom: 1em;
    background: url(../../imgs/common/svg/line_dashed.svg) repeat-x;
    -moz-background-size: 0.4em 0.1em;
         background-size: 0.4em 0.1em;
  }
  .onday__list_con li div {
    padding-left: 5.4rem;
  }
  .onday__list_con li:nth-of-type(1) div {
    background: url(../../imgs/vaccination/ic01.svg) left 0.3em no-repeat;
    -moz-background-size: 4rem auto;
         background-size: 4rem auto;
  }
  .onday__list_con li:nth-of-type(2) div {
    background: url(../../imgs/vaccination/ic02.svg) left 0.3em no-repeat;
    -moz-background-size: 4rem auto;
         background-size: 4rem auto;
  }
  .onday__list_con li:nth-of-type(3) div {
    background: url(../../imgs/vaccination/ic03.svg) left 0.3em no-repeat;
    -moz-background-size: 4rem auto;
         background-size: 4rem auto;
  }
  .onday__list_txt {
    background: url(../../imgs/common/svg/line_dashed.svg) repeat-x;
    -moz-background-size: 0.4em 0.1em;
         background-size: 0.4em 0.1em;
    text-align: left;
    padding-top: 1em;
    margin-top: 1em;
  }
  .onday__illust {
    width: 100%;
    height: 160rem;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    margin-top: -8rem;
  }
  .onday__illust .illust-01 {
    width: 2.3rem;
    height: 2.3rem;
    top: 13rem;
    left: 2rem;
  }
  .onday__illust .illust-02 {
    width: 5.5rem;
    height: 5.5rem;
    top: 4rem;
    right: 6rem;
  }
  .onday__illust .illust-03 {
    width: 5rem;
    height: 5rem;
    top: 0rem;
    right: 1rem;
  }
  .onday__illust .illust-04 {
    display: none;
  }
  .onday__illust .illust-05 {
    width: 1.8rem;
    height: 1.8rem;
    top: 4rem;
    right: 2rem;
  }
  .onday__illust .illust-06 {
    display: none;
  }
  .about {
    background: url(../../imgs/common/bg02.png);
    margin: 7rem auto 0;
    padding: 7rem 0px 8rem;
    position: relative;
  }
  .about::before {
    width: 100%;
    height: 80px;
    background: url(../../imgs/common/bg_wave_sp.png) 0 0 no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
  }
  .about::after {
    width: 100%;
    height: 80px;
    background: url(../../imgs/common/bg_wave_sp.png) 0 0 no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    z-index: 1;
  }
  .about .about__box {
    text-align: left;
    position: relative;
    z-index: 10;
  }
  .about .about__box__list {
    margin-top: 1.5em;
  }
  .about .about__box__list li {
    padding: 1.5em 0;
    background: url(../../imgs/common/svg/line_dashed.svg) repeat-x;
    -moz-background-size: 0.4em 0.1em;
         background-size: 0.4em 0.1em;
  }
  .about .about__box__list li span.month {
    background: #F0F7FF;
    color: #9CC0F1;
    font-weight: 700;
    width: 10rem;
    text-align: center;
    -moz-border-radius: 0.3em;
         border-radius: 0.3em;
    padding: 0.1em 0;
    display: block;
    margin-bottom: 0.5em;
  }
  .about .about__box__list li span.name em.pink {
    font-weight: 500;
    color: #FAA5B0;
  }
  .about .about__box__list li span.name em.blue {
    color: #9CC0F1;
    font-weight: 500;
  }
  .about .about__box__list li span.name em.gray {
    font-size: 14px;
    color: #969696;
  }
  .about .about__box__list_ans {
    padding: 1.5em 0 0;
    background: url(../../imgs/common/svg/line_dashed.svg) repeat-x;
    -moz-background-size: 0.4em 0.1em;
         background-size: 0.4em 0.1em;
  }
  .about .about__box__list_ans p {
    font-size: 1.4rem;
  }
  .about .about__box__list_ans span {
    font-weight: 500;
  }
  .about .about__box__list_ans span.pink {
    color: #FAA5B0;
  }
  .about .about__box__list_ans span.blue {
    color: #9CC0F1;
  }
  .about__illust {
    width: 100%;
    height: 200rem;
    overflow: hidden;
    position: absolute;
    top: -3rem;
    left: 0;
    z-index: 3;
  }
  .about__illust .illust-01 {
    width: 3.4rem;
    height: 3.4rem;
    top: 0rem;
    left: 2rem;
  }
  .about__illust .illust-02 {
    width: 2.5rem;
    height: 2.5rem;
    top: 4rem;
    left: 4rem;
  }
  .about__illust .illust-03 {
    display: none;
  }
  .about__illust .illust-04 {
    width: 6.4rem;
    height: 6.4rem;
    top: 0rem;
    right: 2rem;
  }
  .about__illust .illust-05 {
    display: none;
  }
  .about__illust .illust-06 {
    display: none;
  }
  .about__illust .illust-07 {
    display: none;
  }
  .about__illust .illust-08 {
    display: none;
  }
  .about__illust .illust-09 {
    display: none;
  }
  .about__illust .illust-10 {
    display: none;
  }
  .about__line {
    display: none;
  }
  .online {
    margin: 2rem auto 0;
    padding: 2rem 0px 4rem;
    position: relative;
  }
  .online__box {
    text-align: left;
    position: relative;
    z-index: 10;
  }
  .online__box .indent {
    margin-top: 1em;
    font-size: 1.2rem;
    padding-left: 1em;
    text-indent: -1em;
    padding-bottom: 1px;
  }
  .online__box__btn {
    max-width: 30rem;
    display: block;
    margin-top: 1em;
  }
  .online__box__btn span {
    font-size: 1.6rem;
    padding-top: 0.6em;
    padding-bottom: 0.6em;
    position: relative;
    line-height: 1.2;
  }
  .file {
    margin: 1em auto 0;
    padding: 7rem 0;
    position: relative;
    background: url(../../imgs/common/bg02.png);
  }
  .file::before {
    width: 100%;
    height: 80px;
    background: url(../../imgs/common/bg_wave_sp.png) 0 0 no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
  }
  .file::after {
    width: 100%;
    height: 80px;
    background: url(../../imgs/common/bg_wave_sp.png) 0 0 no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    z-index: 1;
  }
  .file__box {
    position: relative;
    z-index: 10;
    text-align: left;
  }
  .file__box__con p + p {
    margin-top: 1em;
  }
  .file__box__btn {
    max-width: 30rem;
    display: block;
  }
  .file__box__btn + .file__box__btn {
    margin-top: 1em;
  }
  .file__box__btn::before {
    font-family: "icomoon";
    content: "\e909";
    font-size: 1.8rem;
    font-weight: normal;
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(0);
    -moz-transform: translateY(-50%) translateX(0);
     -ms-transform: translateY(-50%) translateX(0);
         transform: translateY(-50%) translateX(0);
    left: 1em;
  }
  .file__box__btn::after {
    display: none;
  }
  .file__box__btn span {
    font-size: 1.6rem;
    padding-top: 0.6em;
    padding-bottom: 0.6em;
    padding-left: 3em;
    position: relative;
    text-align: left;
    line-height: 1.2;
  }
  .file__box__btn span::after {
    background: #FAA5B0;
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem;
    -moz-border-radius: 0.3em;
         border-radius: 0.3em;
    letter-spacing: 0;
    padding: 0.2em 0.4em;
    display: inline-block;
    content: "PDF";
    margin-left: 0.5em;
  }
  .file__illust {
    width: 100%;
    height: 160rem;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    margin-top: -8rem;
  }
  .file__illust .illust-01 {
    width: 2.5rem;
    height: 2.5rem;
    top: 9rem;
    left: 2rem;
  }
  .file__illust .illust-02 {
    width: 1.9rem;
    height: 1.9rem;
    top: 6rem;
    left: 5rem;
  }
  .file__illust .illust-03 {
    display: none;
  }
  .file__illust .illust-04 {
    display: none;
  }
  .file__illust .illust-05 {
    width: 2rem;
    height: 2rem;
    top: 57rem;
    right: 2rem;
  }
}
