@charset "UTF-8";



/*ワクチンについて
---------------------------------------------------------*/
.med_lead_box{
    position:relative;
    padding-bottom: 150px;
}
.med_lead_box::after{
    content:"";
    display: inline-block;
    width:100%;
    height:80%;
    background-color: #35a1d2;
    position:absolute;
    bottom:0;
    z-index: -1;
}
.med_lead_box .med_lead,
.med_lead_box .med_lead dt {
    color:#fff;
}


/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_lead_box{
    padding-bottom: 14%;
}
}



/*box1 混合ワクチン
---------------------------------------------------------*/
.box1 .box_beige{
    font-weight: 700;
    background-color: #f5f5f4;
    padding:80px 24px;
}
.box1 .box_beige:first-of-type{
    margin-bottom: 32px;
}
.box1 .box_beige > .ttl{
    font-size: min(3.2vw,218%);
    letter-spacing: .2em;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 32px;
}
.box1 .box_beige > .txt{
    font-size: 100%;
    letter-spacing: .2em;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 80px;
}
.box1 .box_beige .flex_wrap{
    display: flex;
    justify-content: space-between;
    gap:30px;
    max-width: 1000px;
    margin:0 auto;
}
.box1 .box_white{
    background-color: #fff;
    border-radius: 30px;
    width:50%;
    position:relative;
}
.box1 .box_white .ttl{
    font-size: 150%;
    text-align: center;
    padding:50px 0 30px 0;
    border-bottom:5px solid #f5f5f4;
}
.box1 .box_white .list_wrap{
    padding:30px 50px 40px 50px;
}
.box1 .box_white .list_wrap .list_item{
    font-size: 112%;
    padding-left: 32px;
    position:relative;
}
.box1 .box_white .list_wrap .list_item::before{
    content:"";
    display: inline-block;
    width:16px;
    height:16px;
    border-radius: 50%;
    position: absolute;
    top:0.4em;
    left:0;
}
.box1 .item_cat .list_wrap .list_item::before{
    border:3px solid #2dca8c;
}
.box1 .item_dog .list_wrap .list_item::before{
    border:3px solid #3ebcf7;
}
.box1 .box_white .icon-dog{
    font-size: 350%;
    position:absolute;
    top: -8%;
    left:50%;
    transform:translateX(-50%);
}
.box1 .box_white .icon-cat{
    font-size: 350%;
    position:absolute;
    top: -8%;
    left:50%;
    transform:translateX(-50%);
}



/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.box1 .box_white .list_wrap{
    padding: 30px 30px 40px 30px;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.box1 .box_beige > .ttl{
    font-size: 130%;
    margin-bottom: 1em;
}
.box1 .box_beige .flex_wrap{
    flex-direction: column;
}
.box1 .box_white{
    width:100%;
}
.box1 .box_white .ttl{
    font-size: 130%;
    padding: 40px 0 20px 0;
}
.box1 .box_white .list_wrap{
    padding: 30px 30px 40px 30px;
}
.box1 .box_white .list_wrap .list_item{
    font-size: 100%;
    padding-left: 24px;
}
.box1 .box_white .icon-dog,
.box1 .box_white .icon-cat{
    font-size: 240%;
}
.box1 .box_white .list_wrap .list_item::before{
    width:12px;
    height:12px;
}
.box1 .box_beige > .txt{
    margin-bottom: 40px;
}
.box1 .box_beige{
    padding: 40px 24px;
}
}



/*box2 プログラム
---------------------------------------------------------*/
.box2{
    background-color: #d8f2fd;
}
.box2 .bg_ttl{
    text-align: center;
    font-weight: 700;
    letter-spacing: .2em;
    background-image: url(../images/vaccine/bg_program@2x.jpg);
    background-position: right;
    background-size: cover;
    padding:80px 0;
    position: relative;
    box-shadow: 0 60px 60px 0px rgba(0, 0, 0, 0.07);
    margin-bottom: 80px;
}
.box2 .bg_ttl::before{/*吹き出し*/
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -50px;
    border: 50px solid transparent;
    border-top: 50px solid #ecf8fe;
}
.box2 .bg_ttl .ttl{
    margin-bottom: 30px;
}
.box2 .bg_ttl .ttl .en{
    display: block;
    font-size: 125%;
    color:#3ebcf7;
    margin-bottom: 8px;
}
.box2 .bg_ttl .ttl .ja{
    font-size: 218%;
    letter-spacing: .2em;
    line-height: 1.4;
}
.box2 .box_white{
    background-color: #fff;
    border-radius: 30px;
    width: calc(100vw - 6%);
    margin:0 auto;
    margin-bottom: 30px;
    padding:120px 24px;
}
.box2 .box_white .ttl{
    font-weight: 700;
    text-align: center;
    font-size: 230%;
    letter-spacing: .2em;
    line-height: 1.4;
    margin-bottom: 80px;
}
.box2 .box_white .ttl .icon-dog,
.box2 .box_white .ttl .icon-cat{
    font-size: 140%;
    margin-right: 16px;
}
.box2 .box_white .fcl_index {
	font-size: min(2.1vw,143%);
	font-weight: 700;
	letter-spacing: .3em;
	line-height: 1.5;
	padding: 0 1.2em .8em;
    margin-top:4em;
	margin-bottom: 2.5em;
	border-bottom: 2px solid #3ebcf7;
}
.box2 .box_white .fcl_index.cat{
    border-bottom: 2px solid #2dca8c;
}
.box2 .med_price_inbox .txt_tax {
    color: #7f8087;
	font-weight: 700;
    text-align: right;
    line-height: 1.3em;
    letter-spacing: .2em;
    max-width: 1100px;
    margin: 0 auto;
    margin-bottom: .2em;
}
.box2 .med_price {/*table*/
	box-sizing: border-box;
	width: 100%;
	max-width: 1100px;
	border-collapse: separate;
	border-spacing: 0 10px;
	font-size: min(2.1vw, 143%);
	letter-spacing: .3em;
	line-height: 1.5;
	white-space: nowrap;
	margin-left: auto;
	margin-right: auto;
}
.box2 .med_price tr {
	background-color: #f8f9f8;
}
.box2 .med_price th,
.box2 .med_price td {
	padding: 1.3em 2.5em;
	font-weight: 700;
}
.box2 .med_price th {
	text-align: left;
	vertical-align: top;
	border-radius: 10px 0 0 10px;
}
.box2 .med_price td {
	text-align: right;
	letter-spacing: .2em;
	color: #0606cd;
	vertical-align: top;
	border-radius: 0 10px 10px 0;
}
.box2 .med_price td dl {
	display: grid;
	justify-content: flex-end;
	flex-wrap: wrap;
}
.box2 .med_price td dl dt {
	text-align: left;
	color: #000;
	font-weight: normal;
	padding-right: 2em;
	grid-column: 1 / 2;
}
.box2 .med_price td dl dd {
	grid-column: 2 / 3;
}
.box2 .med_price td dl dt:nth-of-type(n+2),
.box2 .med_price td dl dd:nth-of-type(n+2) {
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px dashed #d8d9d4;
}
.box2 .med_price td .price span {
	font-size: 110%;
	line-height: 1;
	margin-right: .1em;
}
.box2 .caution {
    margin-top:80px;
    padding-bottom: 150px;
}
.box2 .caution .ttl{
    text-align: center;
    font-size: 143%;
    font-weight: 700;
    letter-spacing: .2em;
    line-height: 1.4;
    border-bottom: 3px solid #fff;
    padding-bottom: 40px;
    margin: 0 auto;
    margin-bottom: 60px;
    width: calc(100vw - 6%);
}
.box2 .caution .list_wrap{
    max-width: 950px;
    margin:0 auto;
    padding: 0 24px;
}
.box2 .caution .list_item{
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
    font-weight: 700;
}
.box2 .caution .list_item::before{
    content:"";
    display: inline-block;
    width:12px;
    height:12px;
    background-color: #0606cd;
    border-radius: 50%;
    position:absolute;
    left:0;
    top: 0.6em;
}


/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.box2 .bg_ttl{
    padding:40px 24px;
}
.box2 .bg_ttl .ttl{
    margin-bottom: 1em;
}
.box2 .bg_ttl .ttl .ja{
    font-size: 130%;
}
.box2 .box_white{
    padding: 12% 0px;
}
.box2 .box_white .ttl{
    font-size: 130%;
    margin-bottom: 30px;
}
.box2 .box_white .ttl .icon-dog,
.box2 .box_white .ttl .icon-cat{
    display: block;
    margin:0 0 8px 0;
}
.box2 .box_white .fcl_index{
    text-align: center;
    font-size: 115%;
    letter-spacing: .25em;
    padding: 0 0 .6em;
    margin-bottom: 1.5em;
}
.box2 .box_white .graph_wrap{ /*横スクロール*/
    overflow-x: auto;
    padding-bottom: 20px;
    /* -webkit-overflow-scrolling: touch; */
}
.box2 .box_white .graph_wrap.dog img{ /*横スクロール*/
    min-width: 800px;
}
.box2 .box_white .graph_wrap.cat img{ /*横スクロール*/
    min-width: 650px;
}
.box2 .box_white .scroll_txt{/*「横にスクロールできます」*/
    font-size: 13px;
    margin-top: 8px;
    display: inline-block;
}
.simplebar-track.simplebar-horizontal {/*simplebar*/
    height: 10px;
    background: #ddd;
    border-radius: 6px;
    margin: 0 auto;
}
.simplebar-scrollbar:before {/*simplebar*/
    height: 10px !important;
    background: #444;
    border-radius: 6px;
    top: 0 !important;
}
.box2 .med_price_inbox .txt_tax {
	font-size: 90%
}
.box2 .med_price {
	font-size: 115%;
	letter-spacing: .25em;
	white-space: nowrap;
}
.box2 .med_price th,
.box2 .med_price td {
	display: block;
	padding-left: 1.2em;
	padding-right: 1.2em;
}
.box2 .med_price th {
	padding-bottom: 0;
}
.box2 .med_price td {
	letter-spacing: .16em;
	padding-top: .5em;
}
.box2 .med_price td .price,
.box2 .med_price td dl {
	text-align: right;
}
.box2 .med_price td dl {
	align-items: flex-end;
}
.box2 .med_price td dl dt:nth-of-type(n+2),
.box2 .med_price td dl dd:nth-of-type(n+2) {
	margin-top: .6em;
	padding-top: .6em;
}
.box2 .caution{
    padding-bottom: 16%;
}
.box2 .caution .ttl{
    font-size: 130%;
    padding-bottom: 20px;
    margin-bottom: 40px;
}
}



/*box3 寄生虫予防
---------------------------------------------------------*/
.box3{
    background-color: #35a1d2;
}
.box3 .box_blue{
    background-color: #53afd9;
    padding:100px 24px 80px 24px;
    margin-bottom: 48px;
    color:#fff;
    position:relative;
}
.box3 .box_blue::before{
    content:"";
    display: inline-block;
    width:85px;
    height:85px;
    background-image: url(../images/vaccine/icon_bug.svg);
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    top:-24px;
}
.box3 .box_blue:nth-of-type(2):before{
    background-image: url(../images/vaccine/icon_bug2.svg);
}
.box3 .box_blue > .ttl{
    text-align: center;
    font-size: 218%;
    font-weight: 700;
    letter-spacing: .2em;
    line-height: 1.4;
    margin-bottom: 40px;
}
.box3 .box_blue > .txt{
    max-width: 950px;
    margin:0 auto;
    margin-bottom: 40px;
}
.box3 .box_white{
    max-width: 950px;
    background-color: #fff;
    margin:0 auto;
}
.box3 .box_white > .ttl{
    color:#0606cd;
    margin-bottom: 10px;
    font-weight: 700;
    letter-spacing: .2em;
    padding:40px 40px 0 40px;
}
.box3 .box_white > .txt{
    color:#000;
    margin-bottom: 20px;
    padding:0 40px 40px 40px;
}


/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.box3 .box_blue{
    padding: 80px 6% 40px 6%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.box3 .box_blue:last-of-type{
    margin-bottom: 0;
}
.box3 .box_blue{
    padding: 80px 6% 40px 6%;
}
.box3 .box_blue > .ttl{
    font-size: 130%;
    margin-bottom: 20px;
}
.box3 .box_blue > .txt{
    margin-bottom: 2em;
}
.box3 .box_white > .ttl{
    padding:32px 32px 0 32px;
}
.box3 .box_white > .txt{
    padding: 0 32px 32px 32px;
}
}








/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

}