h3 {
/*	border-bottom: none;
*/}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
        三つアイコン
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.three_link_line {
	max-width: 830px;
	margin: 5vw auto 5vw;
  text-align: center;
 -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.three_link_Box {
	/*display: inline-block;*/
	padding: 3vw 0px;
	width: 30%;
	max-width: 270px;
	height: 30%;
	max-height: 270px;
	border: solid 1px var(--blue-color);
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.three_link_Box .box {
	/*background-color: #cff;*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}


.three_link_Box .box .icon{
   font-size: 20px;
    width: 110px;
    height: 110px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    line-height: 40px;

    background-color: var(--light-red);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}


/* 12px @ 320px increasing to 19px @ 1080px */
@media (min-width: 320px) {
  .three_link_Box .box .txt {
    font-size: calc(0.75rem + ((1vw - 3.2px) * 0.9211));
    /* Note: The calc base value (0.75rem) MUST be stated in REM to maintain accessibility */
    /* Where: 0.9211 = 100 * font-size_difference / viewport_width_difference */

    /* Safari resize fix */
    min-height: 0vw;
  }
}
/* Prevent scaling beyond this breakpoint */
@media (min-width: 1080px) {
  .three_link_Box .box .txt {
    font-size: 19px;
  }
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
        あかぼうの特徴
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.feature {
	background-color: #f3f3f3;
	padding: 6vw 0px;
	margin-bottom: 6vw;
}

.feature .txt p {
	margin-bottom: 2vw;
/*	font-size: 17px;
	text-align: 1.7;*/
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
        24時間365日配車受付致します
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.uketuke_24h_365d {
	margin-bottom: 6vw;
}

.uketuke_24h_365d h2{
	margin-bottom: 10px;
}

.uketuke_24h_365d h4{
	text-align: center;
}

/* 320 18 - 1080 22*/
.uketuke_24h_365d h4 {
  font-weight: normal;
}
@media (min-width: 320px) {
  .uketuke_24h_365d h4 {
    font-size: calc(1.125rem + ((1vw - 3.2px) * 0.5263));
    min-height: 0vw;
  }
}
@media (min-width: 1080px) {
  .uketuke_24h_365d h4 {
    font-size: 22px;
  }
}

.uketuke_24h_365d .img{
	width: 100%;
	max-width: 549px;
	margin: 20px auto;
}

.uketuke_24h_365d .txt{
	width: 100%;
	max-width: 820px;
	text-align: center;
	margin: 0px auto 3vw;
}


/* 16px @ 320px increasing to 20px @ 1080px */
@media (min-width: 320px) {
  .f16_20 {
    font-size: calc(1rem + ((1vw - 3.2px) * 0.5263));
    /* Note: The calc base value (1rem) MUST be stated in REM to maintain accessibility */
    /* Where: 0.5263 = 100 * font-size_difference / viewport_width_difference */

    /* Safari resize fix */
    min-height: 0vw;
  }
}
/* Prevent scaling beyond this breakpoint */
@media (min-width: 1080px) {
  .f16_20 {
    font-size: 20px;
  }
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
        ピックアップ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.pick_up {
	background-color: #f3f3f3;
	padding: 6vw 0px;
	/*margin-bottom: 6vw;*/
}

.pick_line {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: top;
	-ms-flex-align: top;
	align-items: top;
}


.pick_line::before{
  content:"";
  display: block;
  width:24%;
  order:1;
}
.pick_line::after{
  content:"";
  display: block;
  width:24%;
}

.pick_box {
	width:24%;
	/*border:solid 1px #ddd;*/
	margin-bottom: 2vw;
}
@media handheld, only screen and (max-width: 900px) {
	.pick_line::before{
	  width:30%;
	}
	.pick_line::after{
	  width:30%;
	}

	.pick_box {
		width:30%;
	}

}
@media handheld, only screen and (max-width: 767px) {
	.pick_line::before{
	  width:48%;
	}
	.pick_line::after{
	  width:48%;
	}

	.pick_box {
		width:48%;
	}

}
.pick_box .img {
	width: 100%;
	max-width: 230px;
	margin: 1vw auto;
}

.pick_box .title {
	text-align: center;
	color: var(--light-red);
}

.pick_box .txt {
	margin-bottom: 1vw;
	min-height: 120px;
}

.pick_box .btn_a {
  margin: 1vw auto 3vw;
  border: solid 1px var(--light-red);
  padding: 5px 0;
  background-color: #fff;
  color: var(--red-color);
  width: 80%;
  font-size: 16px;
}

.pick_box .btn_a:hover {
  background-color: var(--light-red);
  color: #fff;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
        シングルパック
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.single_pack {
	padding: 6vw 0px;
}

.s_pack_line {
	margin-bottom: 3vw;
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.s_pack_line .img {
	width: 50%;
	padding: 0px 2vw;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.s_pack_line .txtWap {
	width: 50%;
	padding: 0px 2vw;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.s_pack_line .txtWap h4 {
	margin-bottom: 3vw;
}

/* 14px @ 320px increasing to 40px @ 1080px */
@media (min-width: 320px) {
  .sameh2 .tm {
    font-size: calc(0.875rem + ((1vw - 3.2px) * 3.4211));
    /* Note: The calc base value (0.875rem) MUST be stated in REM to maintain accessibility */
    /* Where: 3.4211 = 100 * font-size_difference / viewport_width_difference */

    /* Safari resize fix */
    min-height: 0vw;
  }
}
/* Prevent scaling beyond this breakpoint */
@media (min-width: 1080px) {
  .sameh2 .tm {
    font-size: 40px;
  }
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
        電話一本
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.denwa_ippon {

}

.fixe_back {
    padding: 150px 0;
    width: 100vw;
    min-height: 250px;
    background: center center /cover no-repeat fixed;
    background-size: cover;
    background-image: url(../img/top/tel_ippon_bk.jpg);
}

/*.fixe_back {
    padding: 150px 0;
    width: 100vw;
    min-height: 250px;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
    background-image: url(../img/top/tel_ippon_bk.jpg) no-repeat;
}*/


.blackBox {
	background-color: rgba(0,0,0,0.7);
	width: 34vw;
	padding: 30px 30px;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px auto;
	text-align: center;
}

.blackBox p {
    display: inline-block;
    text-align: left;
    line-height: 1.3;
}

.pick_line2_wap {
	background-color: #f3f3f3;
	padding: 3vw 0px 6vw;
}

.pick_line2 {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: top;
	-ms-flex-align: top;
	align-items: top;
}

.pick_line2::before{
  content:"";
  display: block;
  width:24%;
  order:1;
}
.pick_line2::after{
  content:"";
  display: block;
  width:24%;
}

.pick_line2 .box2 {
	width:24%;
	/*border:solid 1px #ddd;*/
	margin-bottom: 2vw;
}
@media handheld, only screen and (max-width: 900px) {
	.pick_line2::before{
	  width:30%;
	}
	.pick_line2::after{
	  width:30%;
	}

	.pick_line2 .box2 {
		width:30%;
	}

}
@media handheld, only screen and (max-width: 767px) {
	.pick_line2::before{
	  width:48%;
	}
	.pick_line2::after{
	  width:48%;
	}

	.pick_line2 .box2 {
		width:48%;
	}

}

.pick_line2 .box2 .img {
	width: 100%;
	max-width: 202px;
	margin: 1vw auto;
}

.pick_line2 .box2 .title {
	text-align: center;
	color: var(--light-red);
}

.pick_line2 .box2 .txt {
	max-width: 190px;
	margin: 1vw auto;
	min-height: 60px;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
        定期配送
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.teiki_line {
	margin-bottom: 6vw;
	display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* 18px @ 320px increasing to 22px @ 1080px */
@media (min-width: 320px) {
  .teiki_Box {
    font-size: calc(1.125rem + ((1vw - 3.2px) * 0.5263));
    min-height: 0vw;
  }
}
@media (min-width: 1080px) {
  .teiki_Box {
    font-size: 22px;
  }
}

.teiki_Box {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30%;
	max-width: 340px;
	text-align: center;
	position: relative;
	padding: 1vw 0vw;
	min-height: 80px;
	color: var(--light-blue);
	background: url("../img/top/tel_ippon_line_bottom.png")left bottom repeat-x;
	background-color: #fff;
}

.teiki_Box::after {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url("../img/top/tel_ippon_line_up.png")left top repeat-x;
	width: 100%;
	height: 6px;
	/*background-color: #f00;*/
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
        スライダー
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.swiper-container {
	width: 100%;
	max-width: 720px;
	margin: 6vw auto;
}

.swiper-wrapper {

}

.swiper-slide img{
	max-width: 720px;
}

.gv_panelNavNext {
	height: 50px;
	width: 50px;
	cursor: pointer;
	background: url(../img/galleryView/light/panel-next.png) top left no-repeat;
}
.gv_panelNavPrev {
	height: 50px;
	width: 50px;
	cursor: pointer;
	background: url(../img/galleryView/light/panel-prev.png) top right no-repeat;
}

.swiper-button-next {
    background-image: url(../img/top/aroww_next.png);
    right: 10px;
    left: auto;
    cursor: pointer!important;
}
.swiper-button-prev {
    background-image: url(../img/top/aroww_prev.png);
    left: 10px;
    right: auto;
    cursor: pointer!important;
}
.swiper-button-prev, .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 34px;
    height: 34px;
    margin-top: -22px;
    z-index: 100;
    cursor: pointer!important;
    background-size: 34px 34px;
    background-position: center;
    background-repeat: no-repeat;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
        独立開業
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.kanyu {
	padding: 6vw 0px;
}

.kanyu_line {
	margin-bottom: 3vw;
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.kanyu_line .img {
	width: 50%;
	padding: 0px 2vw;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.kanyu_line .img img {
	max-width: 440px;
}

.kanyu_line .txtWap {
	width: 50%;
	padding: 0px 2vw;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
        トピックス
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.newsTopics {
	padding: 3vw 0px;
}

.topics {
	padding: 3vw 0px;
}

.tp_Wap {
 display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tp_Left {
	width: 35%;
	padding: 0% 3%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.tpRight {
	width: 65%;
	padding: 0% 3% 0% 10%;
	border-left: solid 1px #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.tp_Title {
	text-align: center;
	margin-bottom: 2vw;
}
/* 22px @ 320px increasing to 32px @ 1080px */
@media (min-width: 320px) {
  .tp_Title {
    font-size: calc(1.375rem + ((1vw - 3.2px) * 1.3158));
    min-height: 0vw;
  }
}
@media (min-width: 1080px) {
  .tp_Title {
    font-size: 32px;
  }
}

.tp_Link .tp_List {
	display: block;
	margin: 0px auto 1vw;
	padding: 5px 5px;
	width: 100%;
	max-width: 120px;
	font-size: 16px;
}

.tp_Link .tp_RSS {
	display: block;
	margin: 0px auto;
	padding: 5px 5px;
	width: 100%;
	max-width: 120px;
	font-size: 16px;
}


.topicsLine {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-start;
	-moz-justify-content: space-start;
	-ms-justify-content: space-start;
	-o-justify-content: space-start;
	justify-content: space-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.topicsDate {
	margin-right: 3vw;
}

.topicsTxt a {
	color: var(--light-red);
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
        スマホ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media handheld, only screen and (max-width: 767px) {

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
        SP 三つアイコン
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
	.three_link_line {
	  margin: 10vw auto 10vw;
	  text-align: center;
	}

	.three_link_Box {
	  padding: 3vw 0px;
	}

	.three_link_Box .box .icon{
	   font-size: 20px;
	    width: 80px;
	    height: 80px;
	    text-align: center;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    text-decoration: none;
	    line-height: 40px;

	    background-color: var(--light-red);
	    -webkit-border-radius: 50%;
	    -moz-border-radius: 50%;
	    -ms-border-radius: 50%;
	    -o-border-radius: 50%;
	    border-radius: 50%;
	}

	.three_link_Box .box .icon img{
		width: 60px;
	}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
       SP  あかぼうの特徴
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

	.feature {
	  background-color: #f3f3f3;
	  padding: 10vw 0px;
	  margin-bottom: 10vw;
	}

	.feature .txt p {
	  margin-bottom: 4vw;
	  text-align: justify;
	}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
        SP　24時間365日配車受付致します
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
	.uketuke_24h_365d {
	  margin-bottom: 10vw;
	}

	.uketuke_24h_365d .txt{
	  text-align: center;
	  margin: 0px auto 6vw;
	}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
        SP ピックアップ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

	.pick_up {
	  padding: 10vw 0px;
	}

	.pick_box {
		margin-bottom: 5vw;
	}

	.pick_box .img {
	  width: 100%;
	  max-width: 115px;
	  /*max-width: 230px;*/
	  margin: 1vw auto;
	}

	.pick_box .txt {
	  margin-bottom: 1vw;
	  min-height: 90px;
	}

	.pick_box .btn_a {
	  padding: 2px 0;
	  font-size: 14px;
	}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
        SP　シングルパック
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

	.single_pack {
	  padding: 10vw 0px;
	}

	.s_pack_line {
	  margin-bottom: 3vw;
	  display: block;
	}

	.s_pack_line .img {
	  width: 80%;
	  padding: 0px 2vw;
	  margin: 0px auto 1vw;
	}

	.s_pack_line .txtWap {
	  width: 100%;
	  padding: 0px 2vw;
	  margin: 0px auto 1vw;
	  text-align: justify;
	}

	.s_pack_line .txtWap h4{
		text-align: center;
	}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
        電話一本
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
	.fixe_back {
	    padding: 150px 0;
	    width: 100%;
	    min-height: 200px;
	    background: center center /cover no-repeat local;
	    background-size:  cover;
	    background-image: url(../img/top/tel_ippon_bk.jpg);
	   /* margin-bottom: 50px;*/
	}


	.blackBox {
	  background-color: rgba(0,0,0,0.7);
	  width: 70vw;
	  padding: 20px 10px;
	  color: #fff;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  -o-box-sizing: border-box;
	  -ms-box-sizing: border-box;
	  box-sizing: border-box;
	  margin: 0px auto;
	  text-align: center;
	}

	.pick_line2_wap {
	  background-color: #f3f3f3;
	  padding: 3vw 0px 10vw;
	}

	.pick_line2 .box2 .img {
	  width: 100%;
	  max-width: 101px;
	  margin: 1vw auto;
	}

	.pick_line2 .box2 {
	  margin-bottom: 5vw;
	}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
        定期配送
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.teiki_line {
  margin-bottom: 10vw;
  display: box;
}


.teiki_Box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48%;
  max-width: 340px;
  padding: 1vw 0vw;
  min-height: 80px;
  margin-bottom: 2vw;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
        トピックス
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.tp_Wap {
	display: block;
}

.tp_Left {
  width: 96%;
  padding: 0% 3%;
  margin: 0px auto 3vw;
}


.tpRight {
  width: 100%;
  padding: 0% 1%;
  margin: 0px auto 3vw;
  border-left: none;
}

#newsBlock .tp_RSS {
  display: block;
  margin: 0px auto;
  padding: 5px 5px;
  width: 100%;
  max-width: 120px;
  font-size: 16px;
}






}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
        スマホ〆
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/