@media print, all and (min-width: 751px) {
	
	body.vaccine #title{
		background-color: #9BC846;
	}
	body.vaccine #title .title-box:before{
		width: 152px;
		height: 120px;
		background-image: url("../images/vaccine/title-bg.png");
		background-size: 152px auto;
		left: -10px;
	}
	body.vaccine #title .title-box .title_en {
		color: #E1EEC7;
	}
	body.vaccine .subnav-wrapper{
		background-color: #EFF6E1;
	}
	body.vaccine .innerlink-list > li a:hover{
		color: #9BC846;
	}
	
	/* INDEX */    
	
	
	/* STEPS */
	.steps-box{
		display: flex;
		align-items: flex-end;
	}
	.steps-box .titles-box{
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		width: 247px;
		height: 126px;
		margin-right: 10px;
		background-image: url("../images/vaccine/frame02.png");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
	}
	.steps-box .titles-box.h02{
		height: 156px;
		background-image: url("../images/vaccine/frame01.png");
	}
	.steps-box .titles-box .inner-box{
		padding: 30px 15px 15px;
		text-align: center;
	}
	.steps-box .titles-box .inner-box .old{
		margin-bottom: 5px;
		font-size: 118.75%; /* 19px */
		font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
		font-weight: bold;
		letter-spacing: -1.0pt;
		line-height: 1.3;
	}
	.steps-box .titles-box .inner-box .old .num{
		color: #649835;
		font-size: 152.63%; /* 29px */
	}
	.steps-box .titles-box .inner-box .old .num .lsminus{
        letter-spacing: -0.5em;
	}
	.steps-box .titles-box .inner-box .titles{
		margin-bottom: 0;
		font-size: 143.75%; /* 23px */
		font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
		font-weight: bold;
		line-height: 1.3;
	}
	.steps-box .text-box{
		padding-left: 30px;
	}
	.steps-box .text-box .inner-box{
		display: inline-block;
		padding: 26px 36px;
		background-color: #EFF6E1;
		border-radius: 12px;
		position: relative;
	}
	.steps-box .text-box .inner-box .text{
		margin-bottom: 0;
		font-size: 137.5%; /* 22px */
		line-height: 1.3;
	}
	.steps-box .text-box .inner-box .text .strtext{
		display: inline-block;
		vertical-align: baseline;
		font-size: 127.27%; /* 28px */
		font-family: 'RocknRoll One', sans-serif;
	}
	.steps-box .text-box .inner-box .text .strtext.tel a{
		color: #42210B;
	}
	.steps-box .text-box .inner-box .text .strtext.tel:before{
		content: "";
		display: inline-block;
		vertical-align: baseline;
		margin-right: 5px;
		width: 16px;
		height: 24px;
		background-image: url("../images/vaccine/steps-tel.png");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 16px auto;
	}
	.steps-box .text-box .inner-box:before{
		content: "";
		display: block;
		width: 30px;
		height: 20px;
		background-image: url("../images/vaccine/steps-bln.png");
		background-position: right center;
		background-repeat: no-repeat;
		background-size: 30px auto;
		position: absolute;
		top: 0;
		bottom: 0;
		left: -29px;
		margin: auto;
	}
	
	/* 220715 */
	.three_four_vac-box .text-box{
	}
	.three_four_vac-box .image_v-box{
        display: flex;
        align-items: center;
	}
	.three_four_vac-box .image_v-box .image{
        margin-bottom: 10px;
		text-align: center;
	}
	.three_four_vac-box .image_v-box .image img{
		display: inline-block;
		border: 1px solid #A6A6A6;
		overflow: hidden;
	}
    .three_four_vac-box .image_v-box .btns{
        text-align: center;
    }
    .three_four_vac-box .image_v-box .blnbox{
        margin-bottom: 30px;
        padding-left: 36px;
    }
    .three_four_vac-box .image_v-box .blnbox .inner{
        display: inline-block;
        padding: 30px 35px;
        background-color: #eff6e1;
        border-radius: 12px;
        position: relative;
    }
    .three_four_vac-box .image_v-box .blnbox .inner .text{
        margin-bottom: 0;
        font-size: 137.5%; /* 22px */
        font-weight: bold;
        line-height: 1.8;
        text-align: center;
    }
    .three_four_vac-box .image_v-box .blnbox .inner:before{
		content: "";
		display: block;
		width: 36px;
		height: 24px;
		background-image: url("../images/vaccine/steps-bln_l.png");
		background-position: right center;
		background-repeat: no-repeat;
		background-size: 36px auto;
		position: absolute;
		top: 0;
		bottom: 0;
		left: -35px;
		margin: auto;
	}
    .three_four_vac-box .image_v-box .inner-box{
        margin-right: 20px;
    }
                       
}

@media only screen and (max-width: 750px) {
	
	body.vaccine #title{
		background-color: #9BC846;
	}
	body.vaccine #title .title-box:before{
		width: 76px;
		height: 60px;
		background-image: url("../images/vaccine/title-bg.png");
		background-size: 76px auto;
		left: -5px;
	}
	body.vaccine #title .title-box .title_en {
		color: #E1EEC7;
	}
	body.vaccine .subnav-wrapper{
		background-color: #EFF6E1;
	}
	body.vaccine .innerlink-list > li a:hover{
		color: #9BC846;
	}
	
	/* INDEX */
	
	
	/* STEPS */
	.steps-box{
	}
	.steps-box .titles-box{
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		width: 247px;
		height: 126px;
		margin: 0 auto 10px;
		background-image: url("../images/vaccine/frame02.png");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
	}
	.steps-box .titles-box.h02{
		height: 156px;
		background-image: url("../images/vaccine/frame01.png");
	}
	.steps-box .titles-box .inner-box{
		padding: 21px 15px 8px;
		text-align: center;
	}
	.steps-box .titles-box .inner-box .old{
		margin-bottom: 5px;
		font-size: 118.75%; /* 16.625px */
		font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
		font-weight: bold;
		letter-spacing: -1.0pt;
		line-height: 1.3;
	}
	.steps-box .titles-box .inner-box .old .num{
		color: #649835;
		font-size: 207.142857%; /* 29px */
	}
	.steps-box .titles-box .inner-box .old .num .lsminus{
        letter-spacing: -0.5em;
	}
	.steps-box .titles-box .inner-box .titles{
		margin-bottom: 0;
		font-size: 142.857142%; /* 20px */
		font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
		font-weight: bold;
		line-height: 1.3;
	}
	.steps-box .text-box{
		padding-top: 30px;
        text-align: center;
	}
	.steps-box .text-box .inner-box{
		display: inline-block;
		padding: 15px;
		background-color: #EFF6E1;
		border-radius: 12px;
		position: relative;
        text-align: left;
	}
	.steps-box .text-box .inner-box .text{
		margin-bottom: 0;
		font-size: 114.285714%; /* 16px */
		line-height: 1.3;
	}
	.steps-box .text-box .inner-box .text .strtext{
		display: inline-block;
		vertical-align: baseline;
		font-size: 125%; /* 20px */
		font-family: 'RocknRoll One', sans-serif;
	}
	.steps-box .text-box .inner-box .text .strtext.tel a{
		color: #42210B;
	}
	.steps-box .text-box .inner-box .text .strtext.tel:before{
		content: "";
		display: inline-block;
		vertical-align: baseline;
		margin-right: 5px;
		width: 12px;
		height: 18px;
		background-image: url("../images/vaccine/steps-tel.png");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 12px auto;
	}
	.steps-box .text-box .inner-box:before{
		content: "";
		display: block;
		width: 30px;
		height: 20px;
		background-image: url("../images/vaccine/steps-bln.png");
		background-position: right center;
		background-repeat: no-repeat;
		background-size: 30px auto;
		position: absolute;
		top: -25px;
		right: 0;
		left: 0;
		margin: auto;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	
	/* 220715 */
	.three_four_vac-box .image_v-box{
        display: flex;
        flex-direction: column;
	}
	.three_four_vac-box .image_v-box .image{
        margin-bottom: 10px;
		text-align: center;
	}
	.three_four_vac-box .image_v-box .image img{
		display: inline-block;
		border: 1px solid #A6A6A6;
		overflow: hidden;
	}
	.three_four_vac-box .image_v-box .inner-box{
        order: 2;
    }
    .three_four_vac-box .image_v-box .btns{
        text-align: center;
    }
    .three_four_vac-box .image_v-box .blnbox{
        order: 1;
        margin: 0 auto 10px;
        padding-bottom: 16px;
    }
    .three_four_vac-box .image_v-box .blnbox .inner{
        display: inline-block;
        padding: 15px 20px;
        background-color: #eff6e1;
        border-radius: 12px;
        position: relative;
    }
    .three_four_vac-box .image_v-box .blnbox .inner .text{
        margin-bottom: 0;
        font-size: 128.5714%; /* 18px */
        font-weight: bold;
        line-height: 1.8;
        text-align: center;
    }
    .three_four_vac-box .image_v-box .blnbox .inner:before{
		content: "";
		display: block;
		width: 24px;
		height: 16px;
		background-image: url("../images/vaccine/steps-bln_l.png");
		background-position: right center;
		background-repeat: no-repeat;
		background-size: 24px auto;
		position: absolute;
		right: 0;
		bottom: -19px;
		left: 0;
		margin: auto;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
	}
    
}