/*==========================================
common
==========================================*/


/*サイト設定--------------------------------*/

.cf:after {
    content: "";
    display: block;
    clear: both;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

body {
    background: #fff;
    color: #6d6e70;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

#about,
.copy,
#about_simparica {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
}

.F_notosans900 {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
}

.F_notosans700 {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
}

.F_notosans700_2 {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
}

.F_notosans500 {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    margin-top: 10px!important;
}

img {
    width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    vertical-align: bottom;
}

.wrapper {
    position: relative;
    /*topBtnの親要素に指定*/
}

#pagetop {
    position: fixed;
    right: 10px;
    bottom: 0px;
    cursor: pointer;
    z-index: 10;
    width: 100px;
    height: auto;
}

section {
    margin: 0 auto;
    width: 1000px;
}

a:link,
a:visited {
    color: #a67c52;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

#pagetop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    z-index: 10;
    width: 50px;
    height: auto;
}

.fbold {
    font-weight: bold;
}

.shadow {
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
}

.taisakuBNR {
    margin: 0 auto;
    width: 680px;
}

.sftsBNRwaku {
    margin: 40px auto 20px auto;
    color: #ffffff;
}

.sftsBNR {
    margin: 0 auto;
    width: 380px;
}

@media screen and (max-width:767px) {
    .pc {
        display: none!important;
    }
    .sp {
        display: block!important;
    }
    section {
        margin: 0 auto;
        width: 100%;
    }
    #pagetop {
        position: fixed;
        right: 5%;
        bottom: 2.5%;
        cursor: pointer;
        z-index: 10;
        width: 10%;
        height: auto;
    }
    .F_notosans700_2 {
        padding-bottom: 0px!important;
    }
}


/* ===========================================
header
=========================================== */

#header {
    margin: 0 auto;
    text-align: left;
    padding: 15px 0;
    width: 1000px;
}

#header .logo {
    margin-top: 5px;
    width: 134px;
    float: left;
}

#header .bnr {
    margin-left: 50px;
    width: 393px;
    float: left;
}

#header .bnr img {
    width: 100%;
}

@media screen and (max-width:767px) {
    #header {
        padding: 2.5%;
        width: 90%;
    }
    #header .logo {
        margin-top: 0;
        width: 50%;
        float: left;
    }
    #header .logo img {
        width: 40%;
    }
    #header .bnr {
        margin-left: 0;
        width: 50%;
        float: left;
        text-align: right;
    }
    #header .bnr img {
        width: 100%;
    }
}


/* ===========================================
ナビゲーション
=========================================== */

nav {
    padding: 0 0;
    width: 100%;
    background: url(../../images/pc/nav_bg.jpg) center top no-repeat;
    background-size: 100% 100%;
}

nav ul {
    margin: 0 auto;
    width: 1010px;
}

nav ul li {
    float: left;
    width: 168px;
}

nav ul li:first-child {
    width: 168px;
}

nav ul li:last-child {
    width: 168px;
}


/* ===========================================
SP用ナビ
=========================================== */

#about #contents {
    margin: 0 auto 10%;
    padding: 2.5% 5%;
    width: 80%;
    background: #fff url(../../images/sp/plus.png) right top no-repeat;
    background-size: 12% auto;
    border-radius: 6px;
    cursor: pointer;
}

#about #contents p.con {
    color: #d7a900;
    font-size: 5vw;
    text-align: center;
    line-height: 0.7;
    margin: 11px auto;
}

#about #contents li {
    padding-top: 4%;
    text-align: left;
}

#about #contents a:link,
#about #contents a:visited {
    font-size: 3vw;
    color: #006272;
    text-decoration: none;
    border-bottom: #006272 2px solid;
    padding-left: 5%;
    background: url(../../images/sp/down_arrow.png) left center no-repeat;
    background-size: auto 43%;
}

#about #contents a:hover {
    opacity: 0.8;
}

#about #contents span {
    font-size: 0.6rem;
    vertical-align: sub;
}

#about #SPNav {
    display: none;
    padding-bottom: 7%;
}


/* ===========================================
キービジュアル
=========================================== */

#kv {
    margin: 0 auto 0;
    padding: 0 0;
    width: 100%;
}

#kv img {
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

@media screen and (max-width:767px) {
    #kv {
        margin: 0;
        padding: 0;
        width: 100%;
    }
}


/* ===========================================
youtube
=========================================== */

.youtube {
    margin: 5% auto 5% auto;
    width: 100%;
    /*max-width: 720px;*/
    aspect-ratio: 16 / 9;
}

.youtube iframe {}

.youtube p a:link,
.youtube p a:visited {
    color: #00505c;
    font-size: 24px;
}

.movieBTN {
    margin-top: 20px!important;
    width: 682px;
}

.campaignBTN {
    width: 682px;
    margin: 0px 0px 20px 0px!important;
}

.sns {
    display: flex;
    height: 39px;
    right: 0;
    margin-top: 13px;
}

.sns_sp {
    display: flex;
    height: 39px;
    right: 0;
    margin-top: 20px;
}

.sns_insta {
    width: 39px;
    margin-right: 7px;
}

.sns_you {
    width: 39px;
}

.sns_text {
    margin: auto 12px auto auto;
}

.move {
    transition-duration: .6s;
}

.move.fixed {
    position: -webkit-sticky;
    position: sticky;
    top: calc(100vh - 180px);
    right: 0;
    z-index: 100;
}

.move.fixed.none {
    opacity: 0;
    z-index: -1;
}

.move img {
    position: absolute;
    right: 0;
    width: 238px!important;
    height: 87px!important;
}


/*
body > .moveArea {
	height: 100vh;
	width: 100%;
}
*/

.moveArea {
    /* top: 859px; */
    height: 100%;
    width: 100%;
    /* min-height: 100%; */
    /*position: absolute;*/
    /*margin: 210px 0;*/
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
  }
  

@media screen and (max-width:767px) {
    .move {
        transition-duration: .6s;
    }
    .move.fixed {
        /*
        position: -webkit-sticky;
        position: sticky;
        top: calc((var(--vh, 1vh) * 100) - (87px * 0.8));
		*/
        /*position: fixed;*/
        /*top: calc(100vh - (87px * 0.8))!important;*/
        position: fixed;
        bottom: calc(87px * 0.8);
        top: auto;
    }
    .move.fixed.none {
        opacity: 0;
        z-index: -1;
    }
    .moveArea {
        /*
        width: 100%;
        padding-bottom: 60px;
        box-sizing: border-box;
		*/
    }
    .move img {
        position: absolute;
        right: 100px;
        width: calc(238px * 0.8)!important;
        height: calc(87px * 0.8)!important;
    }
    .youtube {
        margin: 5% auto 0 auto;
    }
    .youtube iframe {
        width: 90%;
        height: 90%;
    }
    .youtube p {
        font-size: 4.5vw;
        padding-bottom: 2.5%;
        text-align: center !important;
    }
    .youtube p a:link,
    .youtube p a:visited {
        font-size: 4vw;
        width: 80%;
    }
    .movieBTN {
        width: 80% !important;
        /*height: 81px;*/
        margin-top: 10px!important;
        padding-bottom: 0px!important;
    }
    .campaignBTN {
        width: 80% !important;
        height: 81px;
        margin: 0 0 20px 0!important;
    }
    .sns {
        display: flex;
        height: 75px;
        margin-bottom: 30px;
    }
    .sns {
        display: flex;
        height: 39px;
        right: 0;
        margin-top: 13px;
    }
    
    .sns_insta {
        width: 39px;
        margin-right: 7px;
    }
    
    .sns_you {
        width: 39px;
    }
    
    .sns_text {
        margin: auto 10px auto 0px;
        width: 50%;
    }
    .sns_insta a:link, .sns_insta a:visited {
        border-bottom: none!important;
        padding-left: 0!important;
    }
    .sns_you a:link, .sns_you a:visited {
        border-bottom: none!important;
        padding-left: 0!important;
    }
}


/* ===========================================
ABOUT
=========================================== */

#about {
    margin: 0 auto;
    padding: 70px 0 10px 0;
    width: 100%;
    background: #eff9fb url(../../images/pc/about_bg.jpg) center top no-repeat;
    background-size: 100% 100%;
}

#about section {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
}

#about .splogo {
    margin: 0 auto 35px;
    width: 326px;
}

#about h2 {
    font-size: 40px;
    line-height: 1.5;
    color: #006272;
    padding-bottom: 20px;
}

#about h3 {
    font-size: 32px;
    color: #006272;
}

#about h2 span {
    font-size: 1.2rem;
    vertical-align: super;
}

.copyr {
    vertical-align: sub;
}

#about h3 span {
    font-size: 1.2rem;
    vertical-align: super;
}

#about p {
    margin: 40px 0 0 0;
    line-height: 1.5;
    text-align: left;
    display: inline-block;
}

#about img.dog {
    margin: 20px auto 40px;
    width: 720px;
}

ul.bnr2 {
    margin: 50px auto 0;
    width: 680px;
}

ul.bnr2 li:nth-child(1) {
    margin-bottom: 20px;
}

.bnr3 {
    margin: 50px auto 0px auto;
    width: 680px;
    /*margin-bottom: 20px;*/
}


/*
ul.bnr3 li:nth-child(1) {
    margin-bottom: 20px;
}
*/

.bnr4 {
    margin: 20px auto 20px auto;
    width: 680px;
    /*margin-bottom: 20px;*/
}

.bnr5 {
    margin: 20px auto 0px auto;
    width: 380px;
    /* margin-bottom: 20px; */
    padding: 0px 0px 30px 0px;
}

#aboutSet {
    margin: 20px auto 0;
    width: 900px;
    margin-bottom: 40px;
}

#aboutSet .ttSet {
    float: left;
    width: 500px;
}

#aboutSet .ttSet .t1 {
    font-size: 20px;
    color: #00505c;
}

#aboutSet .ttSet .t1 span {
    font-size: 70%;
    vertical-align: super;
}

#aboutSet .ttSet .t1 .va_down {
    vertical-align: sub;
}

#aboutSet .iiSet {
    padding-top: 20px;
    float: right;
    width: 360px;
}

@media screen and (max-width:767px) {
    #about {
        margin: 0 auto;
        padding: 5% 0;
        width: 100%;
    }
    #about section {
        margin: 0 auto;
        width: 100%;
    }
    #about .splogo {
        margin: 0 auto 5%;
        width: 50%;
    }
    #about h2 {
        font-size: 4.5vw;
        line-height: 1.5;
        padding-bottom: 13px;
    }
    #about h2 span {
        font-size: 0.7rem;
    }
    #about h3 {
        font-size: 3.5vw;
        color: #006272;
    }
    #about h3 span {
        font-size: 1.2rem;
        vertical-align: super;
    }
    #about p {
        margin: 20px 0 0 0;
        width: 90%;
        line-height: 1.5;
        font-size: 2.5vw;
    }
    #about img.dog {
        margin: 5% auto;
        width: 90%;
    }
    ul.bnr2 {
        margin: 50px auto 0;
        width: 80%;
    }
    ul.bnr2 li:nth-child(1) {
        margin-bottom: 20px;
    }
    .bnr3 {
        margin: 30px auto 0px auto;
        width: 80%;
    }
    .bnr4 {
        margin: 20px auto 20px auto;
        width: 80%;
    }
    .bnr5 {
        margin: 0px auto 0px auto;
        width: 80%;
        padding: 0px 0px 60px 0px;
    }
    ul.bnr3 li:nth-child(1) {
        margin-bottom: 20px;
    }
    #aboutSet .ribon {
        width: 30%;
        position: absolute;
        top: -60%;
        left: 2.5%;
    }
    #aboutSet {
        margin: 5% auto 0;
        width: 90%;
    }
    #aboutSet .ttSet {
        float: left;
        width: 55%;
    }
    #aboutSet .iiSet {
        padding-top: 20px;
        float: right;
        width: 45%;
    }
    #aboutSet .ttSet .t1 {
        font-size: 3.2vw;
    }
    #aboutSet .t2 {
        font-size: 3.2vw;
        width: 100%;
    }
}

.copy {
    padding: 70px 0;
    background: #d7a900;
    color: #fff;
}

.copy h2 {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 40px;
}

.copy img {
    margin: 0 auto;
    width: 600px;
}


/* ===========================================
CATEGORY TITLE
=========================================== */

.category_title {
    margin-bottom: 40px;
    width: 100%;
    background: url(../../images/pc/c1_bg.png) center top repeat-x;
}

.category_title img {
    margin: 0 auto;
    width: 1000px;
}

#h_damage .category_title {
    margin-bottom: 40px;
    width: 100%;
    background: url(../../images/pc/c2_bg.png) center top repeat-x;
}

#tick .category_title {
    margin-bottom: 40px;
    width: 100%;
    background: url(../../images/pc/c3_bg.png) center top repeat-x;
}

#easy .category_title {
    margin-bottom: 40px;
    width: 100%;
    background: url(../../images/pc/c4_bg.png) center top repeat-x;
}

#qa .category_title {
    margin-bottom: 40px;
    width: 100%;
    background: url(../../images/pc/c5_bg.png) center top repeat-x;
}

@media screen and (max-width:767px) {
    .category_title {
        margin-bottom: 5%;
        background: none;
    }
    .category_title img {
        margin: 0 auto;
        width: 100%;
    }
    #h_damage .category_title,
    #tick .category_title,
    #easy .category_title,
    #qa .category_title {
        background: none;
    }
}


/* ===========================================
特徴
=========================================== */

.pbottom {
    padding-bottom: 30px;
}

#about_simparica {
    padding: 0 0 70px;
    background: #f7eecc;
}

#about_simparica .aboutTitle {
    margin: 0 auto;
    width: 1000px;
}

#about_simparica .aboutTitle img {
    width: 100%;
}

.point {
    margin: 0 auto;
    width: 1000px;
    position: relative;
}

#about_simparica .point .no {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 157px;
}

#about_simparica .point h2 {
    margin-bottom: 10px;
    padding: 0 0 15px 20px;
    font-size: 50px;
    color: #006272;
    display: inline-block;
    background: url(../../images/pc/uber_t.png) center bottom no-repeat;
    background-size: 100% 40%;
}

#about_simparica .point h3 {
    font-size: 40px;
    color: #006272;
    letter-spacing: 0.07em;
}

.point .wbBody {
    padding: 0 0 20px;
    background: url(../../images/pc/wb_body.png) center top repeat-y;
}

@media screen and (max-width:767px) {
    #about_simparica {
        padding: 0 0 10%;
    }
    #about_simparica section {
        margin: 0 auto;
        width: 90%;
    }
    .point {
        width: 100%;
    }
    #about_simparica .point h3 {
        font-size: 3vw;
        letter-spacing: 0.07em;
    }
    #about_simparica .aboutTitle {
        margin: 0 auto;
        width: 100%;
    }
    .point .wbBody {
        padding: 0 0 5%;
        background-size: 100% auto;
    }
}


/* 速い駆除効果で、有効性は１か月持続 */

#about_simparica .point .wbBody .img1 {
    margin: 40px auto;
    width: 650px;
}

#about_simparica .point .wbBody .uber {
    margin: 0 auto;
    font-size: 24px;
    color: #006272;
}

#about_simparica .point .wbBody .uber2 {
    margin: 0 auto;
    font-size: 20px;
    color: #006272;
    width: 600px;
    text-align: left;
    line-height: 1.5;
}

#about_simparica .point .wbBody .uber p {
    padding-bottom: 20px;
}

#about_simparica .point .wbBody .uber2 p {
    padding-bottom: 20px;
    line-height: 1.5;
}

#about_simparica .point .wbBody .uber p .ub {
    background: url(../../images/pc/uber.png) center bottom repeat-x;
}

#about_simparica .point .wbBody #time {
    margin: 0 auto;
    padding: 50px 0 0;
    width: 800px;
    position: relative;
}

#about_simparica .point .wbBody #time img {
    position: absolute;
    top: 0;
    left: 40px;
    width: 179px;
}

.tbar {
    margin: 0 auto;
    padding: 10px 0 10px;
    width: 100%;
    border-radius: 45px;
    background: #00525e;
    color: #fff;
    font-size: 30px;
    text-align: center;
}

#about_simparica .point .wbBody .tbar span {
    color: #d7a900;
}

#about_simparica .point .wbBody .lead {
    padding: 30px 0 50px 260px;
    font-size: 18px;
    text-align: left;
    line-height: 1.5;
    color: #006272;
}

@media screen and (max-width:767px) {
    #about_simparica .point .wbBody .img1 {
        margin: 2.5% auto 5%;
        width: 90%;
    }
    #about_simparica .point .wbBody .uber {
        font-size: 3vw;
    }
    #about_simparica .point .wbBody .uber2 {
        margin: 0 auto;
        font-size: 3vw;
        width: 90%;
        text-align: left;
        line-height: 1.5;
    }
    #about_simparica .point .wbBody .uber p {
        padding-bottom: 0;
        line-height: normal;
    }
    #about_simparica .point .wbBody #time {
        margin: 0 auto;
        padding: 30px 0 0;
        width: 90%;
        position: relative;
    }
    #about_simparica .point .wbBody #time img {
        position: absolute;
        top: 45%;
        left: 5%;
        width: 25%;
    }
    .tbar {
        padding: 10px 0 10px;
        font-size: 3.5vw;
    }
    #about_simparica .point .wbBody .lead {
        padding: 2.5% 0 5% 35%;
        font-size: 3vw;
    }
}


/* 自社開発の有効成分を配合 */

#about_simparica .point #about2 {
    margin-top: 100px;
    padding-left: 400px;
    text-align: left;
}

#about_simparica .point #about2 .t {
    font-size: 24px;
    color: #006272;
}

#about_simparica .point #about2 .t2 {
    padding: 30px 0;
    font-size: 18px;
    color: #006272;
}

#about_simparica .point #about2 .t3 {
    font-size: 16px;
    color: #6d6e70;
    line-height: 1.5;
}

#about_simparica .point #about2 .i {
    margin: 0 0 0 320px;
    width: 214px;
}

#about_simparica .point .dog {
    width: 280px;
    position: absolute;
    top: 230px;
    left: 100px;
}

@media screen and (max-width:767px) {
    #about_simparica .point #about2 {
        margin: 5% 5% 0;
        padding-left: 40%;
        text-align: left;
    }
    #about_simparica .point #about2 .t {
        font-size: 3.5vw;
        line-height: 1.5;
    }
    #about_simparica .point #about2 .t2 {
        padding: 2.5% 0;
        margin: 0;
        font-size: 3vw;
        line-height: normal;
    }
    #about_simparica .point .t4 {
        margin: 0 auto;
        padding: 0% 0 2.5%;
        font-size: 2.8vw;
        text-align: left;
        display: inline-block!important;
        line-height: 1.5;
    }
    #about_simparica .point #about2 .i {
        margin: -10% 0 0 37%;
        width: 60%;
    }
    #about_simparica .point .dog {
        width: 37%;
        position: absolute;
        top: 31%;
        left: 5%;
    }
}


/* 小粒でおいしい */

.chk {
    padding: 50px 50px 0;
    font-size: 20px;
    color: #006272;
    text-align: left;
}

.chk li {
    padding: 15px 50px;
    background: url(../../images/pc/chk.png) left center no-repeat;
}

#about_simparica .point .wbBody .img2 {
    margin: 40px auto;
    width: 561px;
}

#about_simparica .point .wbBody #time2 {
    margin: 0 auto;
    padding: 20px 0 50px;
    width: 800px;
    position: relative;
}

#about_simparica .point .dog2 {
    width: 303px;
    position: absolute;
    top: 115px;
    right: -20px;
}

#about_simparica .point h3.no3,
#about_simparica .point h3.no4 {
    letter-spacing: 0em;
}

#about_simparica h3 span {
    font-size: 1.2rem;
    vertical-align: super;
}

#about_simparica .point .wbBody .img3 {
    margin: 40px auto 0;
    width: 419px;
}

#about_simparica .point .wbBody .t1 {
    padding: 0;
    color: #6d6e70;
    font-size: 16px;
}

#about_simparica .point .wbBody .t2 {
    padding: 50px 50px 0 350px;
    color: #006272;
    font-size: 20px;
    line-height: 1.8;
    text-align: left;
}

#about_simparica .point .dog3 {
    width: 212px;
    position: absolute;
    top: 370px;
    left: 100px;
}

@media screen and (max-width:767px) {
    #about_simparica .point .wbBody .img2 {
        margin: 2.5% auto 5%;
        width: 90%;
    }
    #about_simparica .point .wbBody #time2 {
        margin: 0 auto;
        padding: 0 0 0;
        width: 90%;
        position: relative;
    }
    .chk {
        padding: 2.5% 0 0;
        font-size: 2.8vw;
    }
    .chk li {
        margin: 2.5% 0;
        padding: 1% 6%;
        background-size: auto 100%;
    }
    #about_simparica .point .dog2 {
        width: 35%;
        position: absolute;
        top: 40%;
        right: -3%;
    }
    #about_simparica .point .wbBody .img3 {
        margin: 2.5% auto;
        width: 90%;
    }
    #about_simparica .point .wbBody .t1 {
        font-size: 2.5vw;
    }
    #about_simparica .point .wbBody .t2 {
        margin: 0 auto;
        width: 90%;
        padding: 5% 0;
        font-size: 3vw;
        line-height: 1.5;
    }
    #about_simparica .point .dog3 {
        margin: 0 auto;
        width: 50%;
        position: static;
    }
}


/* ===========================================
健康被害
=========================================== */

#h_damage section {
    width: 100%;
    background: #f2f6f7;
}

#h_damage img.place {
    width: 100%;
}

#h_damage #damage {
    padding: 90px 0 10px 0px;
}

#h_damage #damage .damageBox {
    margin: 0 auto 0;
    width: 850px;
    position: relative;
}

#h_damage #damage .damageBox .i11 {
    padding-bottom: 40px;
}

#h_damage #damage .damageBox .i1 {
    position: absolute;
    top: 170px;
    left: 0px;
    width: 308px;
}

#h_damage #damage .damageBox .i2 {
    position: absolute;
    bottom: -20px;
    right: 60px;
    width: 203px;
}

#h_damage #damage .damageBox .i3 {
    position: absolute;
    top: 95px;
    right: 0px;
    width: 287px;
}

#h_damage #damage .damageBox .i4 {
    position: absolute;
    bottom: 30px;
    left: 0px;
    width: 312px;
}

#h_damage #damage .damageBox .t1 {
    font-size: 30px;
    color: #00505c;
}

#h_damage #damage .damageBox .t2 {
    padding: 30px 0 50px;
    font-size: 40px;
    color: #ce4827;
}

#h_damage #damage .damageBox .t3 {
    padding: 0 10px 30px 350px;
    font-size: 20px;
    color: #00505c;
    text-align: left;
    line-height: 1.5;
}

#h_damage #damage .damageBox .t4 {
    padding: 40px 0 0 80px;
    text-align: left;
    font-size: 30px;
    color: #00505c;
}

#h_damage #damage .damageBox .t5 {
    padding: 30px 300px 0 80px;
    font-size: 20px;
    color: #00505c;
    text-align: left;
    line-height: 1.5;
}

#h_damage #damage .damageBox .t6 {
    padding: 0 330px 40px 50px;
    font-size: 20px;
    color: #00505c;
    text-align: left;
    line-height: 1.5;
}

#h_damage #damage .damageBox .t7 {
    padding: 20px 0 0 390px;
    text-align: left;
    font-size: 30px;
    color: #00505c;
}

#h_damage #damage .damageBox .t8 {
    padding: 20px 30px 0 390px;
    font-size: 20px;
    color: #00505c;
    text-align: left;
    line-height: 1.5;
}

#h_damage #notes {
    margin: 0 auto;
    padding: 30px 70px;
    background: #fff;
    width: 860px;
    border-radius: 10px;
    text-align: left;
}

#h_damage #notes p {
    float: left;
    padding: 0 20px 0 120px;
    width: 524px;
    font-size: 18px;
    color: #4d4d4d;
    line-height: 1.6;
    background: url(../../images/pc/damage_i6.gif) left center no-repeat;
}

#h_damage #notes .i {
    float: right;
    width: 196px;
}

#h_damage .point {
    margin-bottom: 30px;
}

@media screen and (max-width:767px) {
    #h_damage #damage {
        padding: 10% 5%;
    }
    #h_damage #damage .damageBox {
        margin: 0 auto;
        width: 90%;
        position: static;
    }
    #h_damage #damage .damageBox .t3 {
        margin: 0 auto;
        width: 90%;
        padding: 0;
        font-size: 3vw;
        line-height: 1.5;
    }
    #h_damage #damage .damageBox .t4,
    #h_damage #damage .damageBox .t7 {
        padding: 5% 0;
        width: 100%;
        text-align: center;
        font-size: 3vw;
    }
    #h_damage #damage .damageBox .t5,
    #h_damage #damage .damageBox .t6,
    #h_damage #damage .damageBox .t8 {
        padding: 5% 0 0;
        width: 100%;
        font-size: 3vw;
    }
    #h_damage #damage .damageBox .i2,
    #h_damage #damage .damageBox .i4 {
        margin: 0 auto;
        position: static;
        width: 40%;
    }
    #h_damage #damage .damageBox .i4 {
        width: 80%;
    }
    #h_damage #notes {
        margin: 0 auto;
        padding: 5%;
        width: 90%;
    }
    #h_damage #notes p {
        float: none;
        padding: 25% 0 0 0;
        width: 100%;
        font-size: 3vw;
        color: #4d4d4d;
        line-height: 1.5;
        background: url(../../images/pc/damage_i6.gif) center top no-repeat;
        background-size: 25% auto;
    }
    #h_damage #notes .i {
        float: none;
        margin: 5% auto 0;
        width: 60%;
    }
}


/* ===========================================
愛犬も飼い主さまも安心
=========================================== */

#relief {
    background: #ccdcde;
}

#relief section {
    padding: 90px 0 100px;
}

#relief .t1 {
    font-size: 30px;
    color: #00505c;
}

#relief .t2 {
    padding: 30px 0 60px;
    font-size: 40px;
    color: #ce4827;
}

#relief .t3 {
    padding-bottom: 0;
    font-size: 20px;
    color: #00505c;
    line-height: 1.5;
}

#relief .t4 {
    font-size: 16px;
    color: #6d6e70;
    line-height: 1.5;
}

#relief .txtSet {
    margin: 0 auto;
    padding-right: 350px;
    width: 500px;
    text-align: left;
    position: relative;
}

#relief .i {
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
}

@media screen and (max-width:767px) {
    #relief section {
        padding: 10% 0;
    }
    #relief .t1 {
        font-size: 3.5vw;
        line-height: 1.5;
    }
    #relief .t2 {
        padding: 2.5% 0;
        font-size: 4.5vw;
    }
    #relief .t3 {
        padding-bottom: 0;
        font-size: 3vw;
        line-height: 1.8;
        padding-right: 50%;
    }
    #relief .t4 {
        padding-top: 10%;
        font-size: 2.5vw;
        line-height: 1.5;
    }
    #relief .txtSet {
        margin: 5% auto 0;
        padding-right: 0;
        width: 90%;
        position: relative;
    }
    #relief .i {
        position: absolute;
        top: 0;
        right: 0;
        width: 45%;
    }
}


/* ===========================================
ダニによる健康被害
=========================================== */

#tick {
    background: #ffefef;
}

#tick h2 {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
}

#tick section {
    margin: 0 auto;
    padding: 0 0 90px;
    width: 100%;
}

#tick .copy {
    background: #fe9094;
}

#tick .i1 {
    margin: 0 auto;
    padding-bottom: 30px;
    width: 612px;
}

#tick .i2 {
    margin: 0 auto;
    padding-bottom: 30px;
    width: 1000px;
}

#tick .t1 {
    font-size: 40px;
    color: #00505c;
    line-height: 1.5;
}

#tick .t2 {
    padding: 30px 0;
    font-size: 20px;
    color: #00505c;
    line-height: 1.5;
}

.creamBase {
    margin: 0 auto;
    padding: 40px;
    width: 920px;
    background: #fffeee;
    border-radius: 20px;
    position: relative;
}

#tick .t3 {
    font-size: 30px;
    color: #006272;
}

#tick .t4 {
    padding: 30px 0 40px;
    font-size: 40px;
    color: #ce4827;
}

#tick .t5 {
    padding: 0 130px 0 320px;
    text-align: left;
    font-size: 20px;
    color: #006272;
    line-height: 1.5;
}

#tick .t6 {
    padding: 20px 0;
    text-align: left;
    font-size: 28px;
    color: #006272;
}

#tick .t7 {
    text-align: left;
    font-size: 20px;
    color: #006272;
    line-height: 1.5;
}

#tick ul {
    margin-top: 40px;
    display: flex;
}

#tick ul li {
    float: left;
    padding: 10px 0;
}

#tick ul li:nth-child(1),
#tick ul li:nth-child(2) {
    width: 300px;
    padding-right: 20px;
    margin-right: 20px;
    background: url(../../images/pc/tick_line.gif) right top repeat-y;
}

#tick ul li:nth-child(3) {
    width: 240px;
}

#tick .n1 {
    width: 257px;
}

#tick .n2 {
    width: 231px;
}

#tick .n3 {
    width: 258px;
}

#tick .i3 {
    position: absolute;
    top: 110px;
    left: 130px;
    width: 198px;
}

@media screen and (max-width:767px) {
    #tick section {
        padding: 0 0 10%;
        width: 100%;
    }
    #tick .ww {
        padding: 0 5%;
    }
    #tick .n1 {
        width: 100%;
    }
    #tick .n2 {
        width: 100%;
    }
    #tick .n3 {
        width: 100%;
    }
    #tick .i1 {
        padding-bottom: 5%;
        width: 90%;
    }
    #tick .i2 {
        padding-bottom: 30px;
        width: 100%;
    }
    #tick .t1 {
        font-size: 4vw;
        line-height: 1.5;
    }
    #tick .t2 {
        padding: 5% 0;
        font-size: 3vw;
        line-height: 1.5;
        text-align: left;
    }
    .creamBase {
        margin: 0 auto;
        padding: 5%;
        width: 90%;
    }
    #tick .t3 {
        font-size: 3.5vw;
    }
    #tick .t4 {
        padding: 2.5% 0;
        font-size: 4.5vw;
    }
    #tick .t5 {
        padding: 10% 0 0 40%;
        text-align: left;
        font-size: 3vw;
        line-height: 1.8;
    }
    #tick .i3 {
        position: absolute;
        top: 10%;
        left: 5%;
        width: 36%;
    }
    #tick ul {
        margin-top: 40px;
        display: block;
    }
    #tick ul li {
        float: none;
        padding: 0 0;
    }
    #tick ul li:nth-child(1),
    #tick ul li:nth-child(2) {
        width: 100%;
        padding-right: 0;
        margin-right: 0;
        background: none;
    }
    #tick ul li:nth-child(3) {
        width: 100%;
        padding-bottom: 5%;
    }
    #tick .t6 {
        padding: 2.5% 0;
        font-size: 5vw;
        font-weight: bold;
    }
    #tick .t7 {
        font-size: 3vw;
        line-height: 1.5;
    }
}


/* ===========================================
とっても簡単！
=========================================== */

#easy {
    background: url(../../images/pc/bg_cork.gif) center top repeat;
}

#easy section {
    padding: 0 0 90px;
}

#easy .wbBody {
    padding: 0 70px;
    text-align: left;
}

#easy .title {
    padding-bottom: 20px;
    color: #00505c;
    font-size: 32px;
}

#easy .title2 {
    text-align: center;
    padding-bottom: 20px;
    color: #f65c00;
    font-size: 26px;
}

#easy ul li {
    float: left;
    width: 271px;
    margin-right: 20px;
}

#easy ul li:last-child {
    margin-right: 0;
}

#easy .t {
    text-align: center;
    font-size: 20px;
    color: #00505c;
    padding-top: 20px;
}

#easy .t2 {
    margin-bottom: 40px;
    text-align: center;
    padding-top: 15px;
    font-size: 16px;
    color: #ff0000;
}

#easy .t3 {
    text-align: left;
    padding: 20px 30px 0;
    font-size: 20px;
    line-height: 1.8;
    color: #006272;
}

#easy .give {
    margin: 0 auto;
    width: 800px;
}

#easy .bnr2 li {
    float: none;
    width: 100%;
}

@media screen and (max-width:767px) {
    #easy section {
        padding: 0 0 10%;
        width: 90%;
    }
    #easy .wbBody {
        padding: 5%;
        text-align: left;
    }
    #easy .title {
        padding-bottom: 20px;
        text-align: center;
        font-size: 4vw;
    }
    #easy .title2 {
        text-align: center;
        padding-bottom: 20px;
        font-size: 3.5vw;
    }
    #easy ul li {
        float: left;
        width: 49%;
        margin-right: 0;
    }
    #easy ul li:nth-child(2) {
        margin: 0 1%;
    }
    #easy ul li:last-child {
        margin-top: 5%;
        margin-right: 0;
        margin-left: 24%;
    }
    #easy .t {
        text-align: center;
        font-size: 3vw;
        padding-top: 5%;
        line-height: 1.5;
    }
    #easy .give {
        margin: 0 auto;
        width: 100%;
    }
    #easy .t2 {
        margin-bottom: 10%;
        padding-top: 2.5%;
        font-size: 2.5vw;
        color: #ff0000;
    }
    #easy .t3 {
        padding: 20px 30px 0;
        font-size: 3vw;
        line-height: 1.5;
    }
    .bnr2 {
        margin: 0 auto;
        width: 80%;
    }
    .bnr2 li:last-child {
        margin: 0 !important;
        padding: 0;
        width: 100%;
    }
}


/* ===========================================
Q & A
=========================================== */

#qa {
    background: url(../../images/pc/qa_bg.jpg) center top no-repeat;
    background-size: 100% 100%;
}

#qa .copy {
    background: #2dccd3;
}

#qa #triangle {
    min-width: 1000px;
    background: url(../../images/pc/lineup_triangle.png) center bottom no-repeat;
}

#qa section {
    margin: 0 auto;
    padding: 0 0 120px;
    width: 100%;
}

#qa #qaBox {
    margin: 0 auto;
    width: 900px;
}

#qa #qaBox {
    background: #fff;
    padding: 70px;
    border-radius: 30px;
    text-align: left;
}

#qa #qaBox .q {
    margin-left: 15px;
    padding-left: 75px;
    padding-right: 40px;
    background: url(../../images/pc/qa_q.gif) top left no-repeat;
}

#qa #qaBox .q .qT {
    padding-bottom: 15px;
    font-size: 32px;
    color: #00505c;
    line-height: 1.3;
}

#qa #qaBox .q .qA {
    font-size: 20px;
    color: #6d6e70;
    line-height: 1.5;
}

.line {
    padding: 20px 0;
    height: 20px;
    background: url(../../images/pc/qa_line.gif) center center repeat-x;
}

@media screen and (max-width:767px) {
    .line {
        padding: 20px 0;
        height: 20px;
        background: url(../../images/pc/qa_line.gif) center center repeat-x;
    }
    #qa section {
        margin: 0 auto;
        padding: 0 0 15%;
        width: 100%;
    }
    #qa #triangle {
        min-width: 100%;
        background: url(../../images/sp/lineup_triangle.png) center bottom no-repeat;
        background-size: 100% auto;
    }
    #qa #qaBox {
        margin: 0 auto;
        width: 80%;
        padding: 5%;
    }
    #qa #qaBox .q {
        margin-left: 0;
        padding-left: 7%;
        padding-right: 0;
        background-size: 6% auto;
    }
    #qa #qaBox .q .qT {
        padding-bottom: 2.5%;
        font-size: 3.5vw;
        line-height: 1.3;
    }
    #qa #qaBox .q .qA {
        font-size: 3vw;
        line-height: 1.5;
    }
}


/* ===========================================
ラインナップ
=========================================== */

#lineup {
    background: #d7a900;
}

#lineup section {
    padding: 50px 0 150px;
    position: relative;
}

#lineup .deco {
    width: 171px;
    position: absolute;
    top: 0;
    right: 0;
}

#lineup .t1 {
    color: #fff;
    font-size: 30px;
}

#lineup h2 {
    padding: 30px 0;
    color: #00465c;
    font-size: 40px;
}

#lineup .t2 {
    color: #fff;
    font-size: 20px;
    line-height: 1.5;
}

#lineup ul {
    padding: 50px 0 100px;
}

#lineup ul li {
    margin-right: 5px;
    float: left;
    width: 196px;
}

#lineup ul li:last-child {
    margin-right: 0;
}

#lineup #txtSet {
    margin: 0 auto;
    width: 600px;
    position: relative;
}

#lineup #txtSet .i1 {
    width: 210px;
    position: absolute;
    top: -40px;
    left: -140px;
}

#lineup #txtSet .i2 {
    width: 260px;
    position: absolute;
    top: -80px;
    right: -150px;
}

#lineup #txtSet p {
    padding: 15px 0;
    background: #fff;
    color: #00505c;
    font-size: 28px;
    line-height: 1.5;
}

#lineup span {
    font-size: 60%;
    vertical-align: sub;
}

@media screen and (max-width:767px) {
    #lineup .deco {
        width: 16%;
        position: absolute;
        top: -2%;
        right: -2%;
    }
    #lineup .t1 {
        font-size: 3.5vw;
    }
    #lineup h2 {
        padding: 2.5% 0 5%;
        font-size: 4vw;
    }
    #lineup .t2 {
        font-size: 3vw;
        line-height: 1.5;
    }
    #lineup section {
        margin: 0 auto;
        padding: 5% 0 10%;
        width: 90%;
    }
    #lineup ul {
        margin: 0 auto;
        padding: 7% 0;
        width: 80%;
    }
    #lineup ul li {
        margin-right: 2%;
        float: left;
        width: 32%;
    }
    #lineup ul li:nth-child(3),
    #lineup ul li:nth-child(6) {
        margin-right: 0;
    }
    #lineup ul li:nth-child(1),
    #lineup ul li:nth-child(2),
    #lineup ul li:nth-child(3) {
        margin-bottom: 2%;
    }
    #lineup ul li:nth-child(4) {
        margin-left: 17%;
    }
    #lineup #txtSet {
        margin: 0 auto 5%;
        width: 90%;
        position: relative;
        border-radius: 5vw;
    }
    #lineup #txtSet p {
        padding: 4% 0;
        font-size: 3vw;
        line-height: 1.2;
        border-radius: 0 100vh 100vh 0;
    }
    #lineup #txtSet .i1 {
        width: 22%;
        position: absolute;
        top: -6%;
        left: -8%;
    }
    #lineup #txtSet .i2 {
        width: 34%;
        position: absolute;
        top: -40%;
        right: -7%;
    }
    #lineup .t3 {
        font-size: 3vw;
        line-height: 1.5;
    }
    #lineup .t4 {
        font-size: 3.6vw;
        line-height: normal;
    }
}


/* ===========================================
病院検索
=========================================== */

#hospital {
    background: #00525e;
}

#hospital section {
    margin: 0 auto;
    padding: 90px 0;
    width: 1000px;
}

#hospital .copy {
    background: none;
}

#hospital p {
    margin: 20px 0;
    padding-bottom: 50px;
    font-size: 32px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
}

#hospital a:link,
#hospital a:visited {
    padding: 20px 80px;
    background: #d7a900 url(../../images/pc/btn_arrow.png) right center no-repeat;
    color: #fff;
    font-size: 20px;
    border-radius: 5px;
    text-decoration: none;
}

#hospital a:hover {
    opacity: 0.8;
}

@media screen and (max-width:767px) {
    #hospital section {
        padding: 10% 0;
        width: 90%;
    }
    #hospital h2 {
        font-size: 4vw;
    }
    #hospital p {
        margin: 5% 0;
        padding: 0 0 3%;
        font-size: 3vw;
    }
    #hospital a:link,
    #hospital a:visited {
        padding: 3% 10%;
        font-size: 3vw;
        border-radius: 5px;
        text-decoration: none;
        background-size: 12% auto;
    }
}


/* ===========================================
バナー
=========================================== */

#Banner {
    background: #f65c00;
}

#Banner section {
    margin: 0 auto;
    padding: 100px 0 150px;
    width: 1000px;
}

#Banner ul li {
    float: left;
    width: 470px;
    margin-top: 50px;
}

#Banner ul li:nth-child(odd) {
    margin-right: 60px;
}

#Banner ul li p {
    color: #fff;
    margin-bottom: 15px;
    font-size: 18px;
}

@media screen and (max-width:767px) {
    .taisakuBNR {
        width: 100%;
    }
    .sftsBNRwaku {
        font-size: 3vw;
        width: 100%;
    }
    .sftsBNR {
        width: 100%;
    }
    #Banner section {
        margin: 0 auto;
        padding: 10% 0 20%;
        width: 90%;
    }
    #Banner ul li {
        float: none;
        width: 100%;
        margin-top: 8%;
    }
    #Banner ul li p {
        margin-bottom: 2.5%;
        font-size: 3vw;
    }
}


/* ===========================================
フッター
=========================================== */

#footer {
    background: #fff;
}

#footer section {
    margin: 0 auto;
    padding: 30px 0;
    width: 1000px;
}

#footer .logo {
    padding-top: 13px;
    float: left;
    width: 124px;
}

#footer .txt {
    float: right;
    text-align: left;
    font-size: 12px;
    color: #006272;
    line-height: 1.8;
}

@media screen and (max-width:767px) {
    #footer section {
        padding: 5% 5%;
        width: 90%;
    }
    #footer .logo {
        padding-top: 0;
        float: none;
        margin: 0 auto;
        width: 25%;
        padding-bottom: 5%;
    }
    #footer .txt {
        float: none;
        text-align: left;
        font-size: 2.5vw;
        line-height: 1.5;
    }
    #footer p {
        margin: 0 auto 5%;
        width: 50%;
    }
    #footer ul li {
        font-size: 3.5vw;
    }
    #footer .copyright {
        margin: 2.5% auto 0;
        width: 95%;
        font-size: 2.5vw;
        line-height: normal;
    }
}

.copyright {
    font-size: 50%;
    vertical-align: sub !important;
}

#time2 .copyright {
    color: #fff !important;
}

.wo {
    color: #fff;
    font-size: 20px !important;
    line-height: 1.5 !important;
    vertical-align: baseline!important;
    }

    @media screen and (max-width:767px) {
        span.wo {
            font-size: 3vw !important;
            line-height: 1.5 !important;
        }
    }