@charset "UTF-8";
/*===============================================
● 画面の横幅が761px以上
===============================================*/
@media screen and (min-width: 761px){
/*=========================
▼▼共通▼▼
===========================*/
#ultra_contents section {
    width: 100%;
	float: left;
	clear: both;
    margin-bottom: 74px;
}
#ultra_contents .lato_font {
    font-family: 'Lato', sans-serif;
	font-weight: 700;
}
#ultra_contents .pc_none {
    display: none;
}
#ultra_contents .auto {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
#ultra_contents img {
	display: block;
}
#ultra_contents .orange {
	color: #ff5f00;
}	
	
#ultra_contents #title_conts {
	width: 100%;
	position: relative;
	margin-bottom: 40px;
}
#ultra_contents #title_conts h1 {
	width: 1000px;
	margin: auto;
}
#ultra_contents .pink {
	color: #ff5b7e;
}
#ultra_contents .red {
	color: #ff0000;
}
#ultra_contents .text_top_block h3 {
	font-size: 26px;
    line-height: 56px;
    font-weight: bold;
    margin-bottom: 28px;
    letter-spacing: .2em;
}
	
#ultra_contents #pick_conts {
	padding: 70px 0;
	background: #fedede;
}
#ultra_contents .pick {
    padding: 0 40px 20px;
}
#ultra_contents .pick ul {
    display: table;
    width: 100%;
    margin-top: 30px;
}
#ultra_contents .pick ul li {
    width: 32%;
    height: 70px;
    margin-right: 2%;
    margin-bottom: 20px;
    background: #fff;
    padding: 20px 10px 15px 55px;
    position: relative;
    float: left;
    font-weight: bold;
}
#ultra_contents .pick ul li:nth-child(3n) {
    margin-right: 0;
}
#ultra_contents .pick ul li:nth-child(5) {
    line-height: 1.1;
}
#ultra_contents .pick ul li:before {
    content: '';
    position: absolute;
    background-image: url(../images/hutae/check.jpg);
    background-repeat: no-repeat;
    left: 15px;
    top: 50%;
    margin-top: -13px;
    width: 30px;
    height: 30px;
    background-size: 100%;
}
	
.middle_text {
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	margin: 0 0 20px;
}
.about_hifu p {
	text-align: left;
}
.hifu_img {
	width: 90%;
	margin: 70px auto;
	display: flex;
}
.hifu_img2 {
	margin: 50px auto;
}
.hifu_img p {
	text-align: center;
	width: 48%;
	margin-right: 4%;
}
.hifu_img p:last-child {
	margin-right: 0;
}
.monitor_link {
    font-size: 18px;
    font-weight: bold;
    background: #50b1bf;
    padding: 16px 0;
    text-align: center;
    color: #fff;
    width: 600px;
    border-radius: 8px;
    display: block;
    margin: 50px auto;
}
	.ginzaonly {
		text-align: center;
		font-weight: bold;
		font-size: 20px;
		margin: 40px auto;
	}
	
#ultra_contents .price_box {
	width: 100%;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 24px 20px 12px;
	border-radius: 6px;
	box-shadow:0px 1px 4px 3px rgba(0,0,0,0.06);
}

#ultra_contents .price_box h4 {
	font-size: 23px;
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: 10px;
}

#ultra_contents .price_box .price_wrap .price {
	display: inline-block;
	font-size: 49px;
	line-height: 1.3;
	font-weight: bold;
	color: #e43c83;
	position: relative;
}
#ultra_contents .price_box.boxlast .price_wrap .price {
	color: #178d9c;
}

#ultra_contents .price_box .price_wrap .price .small {
	display: inline-block;
	font-size: 29px;
	line-height: 1.3;
	font-weight: bold;
	color: #e43c83;
}
#ultra_contents .price_box.boxlast .price_wrap .price .small {
	color: #178d9c;
}
#ultra_contents .price_box .price_wrap .price .tax {
	position: absolute;
	font-size: 11px;
	top: 12px;
	right: 1px;
}

#ultra_contents .link_btn_area .contact_btn .eng {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
    transition-duration: .6s;
}
#ultra_contents .link_btn_area .contact_btn a:hover .eng {
    color: #e43c83;
}
#ultra_contents .title_box {
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 99;
    margin-bottom: 226px;
}
#ultra_contents .title_box::after {
	content: "";
	display: block;
	width: 1px;
	height: 132px;
	background-color: #000;
	position: absolute;
	bottom: -190px;
	left: 50%;
}
#ultra_contents .title_box h2 {
	font-size: 55px;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: .1em;
    margin-bottom: 14px;
}
#ultra_contents .title_box .jp_title {
	font-size: 17px;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: .2em;
}
#ultra_contents .slide_in_image {
    width: 100%;
	height: 100%;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
	opacity: 0;
}
#ultra_contents .isPlay {
  animation-name: play;
  animation-duration: 0.55s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.8,0,.5,1);
  position: relative;
  opacity: 1 !important;
  animation-timing-function: ease;
}

/*//isPlayの疑似要素にマスクとマスクを外すアニメーションを設定 */
#ultra_contents .isPlay:before {
  animation-name: maskOut;
  animation-duration: 0.55s;
  animation-delay: 0.55s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.8,0,.5,1);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background:linear-gradient(to right, #f3f6f7, #edf4f7);
}
/*//「slide_in_image」をスライドインする*/
@keyframes play {
  from {
    transform: translateX(-100%);
  }
  
  to {
    transform: translateX(0);
  }
}

/*//マスク要素をスライドアウトする*/
@keyframes maskOut {
  from {
    transform: translateX(0);
  }
  
  to {
    transform: translateX(100%);
  }
}
	
.hutaeMenu {
	width: 1000px;
	margin: 20px auto 100px;
	display: table;
	border-left: 1px solid #ccc;
}
.hutaeMenu a {
	padding: 0 5px;
	border-right: 1px solid #ccc;
	line-height: 1.5;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
}
	
	
	
/*=========================
▲▲共通▲▲
===========================*/
#ultra_contents {
	width: 100%;
	clear: both;
	float: left;
	background-size: 100%;
	font-size: 17px;
	line-height: 35px;
	color: #000000;
	text-align: left;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
	min-width: 1200px;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
}


#ultra_contents #about_conts {
	position: relative;
}
#ultra_contents #about_conts .area_1 {
	width: 100%;
	float: left;
	clear: both;
	margin-top: 100px;
}
#ultra_contents #about_conts .area_1 .box {
	width: 100%;
	float: left;
	clear: both;
    margin-bottom: 60px;
	position: relative;
}

#ultra_contents #about_conts .area_1 .box .text_box {
	width: 530px;
	float: left;
	-webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
    position: relative;
    z-index: 9;
	padding-top: 67px;
    padding-right: 35px;
}
#ultra_contents #about_conts .area_1 .box:nth-of-type(2n) .text_box {
	float: right;
    padding-top: 67px;
    padding-right: 35px;
}
#ultra_contents #about_conts .area_1 .box .text_box h4 {
	font-size: 26px;
	line-height: 56px;
	font-weight: bold;
	margin-bottom: 28px;
    letter-spacing: .2em;
}
#ultra_contents #about_conts .area_1 .box .text_box .text {
	width: 520px;
}

#ultra_contents #machine_conts #about_conts .area_1 .box .text_box {
float: right;
}

#ultra_contents #machine_conts #about_conts .area_1 .box .img {
	left: 0;
}
#ultra_contents #machine_conts #about_conts .area_1 .box:nth-child(2n) .text_box {
	float: left;
}
#ultra_contents #machine_conts #about_conts .area_1 .box:nth-of-type(2n) .img {
	right: 0;
	left: auto
}

	#ultra_contents #case_conts #about_conts .area_1 .box .text_box {
	float: right;
}
#ultra_contents #case_conts #about_conts .area_1 .box:nth-child(2n) .text_box {
	float: left;
}
#ultra_contents #case_conts #about_conts .area_1 .box .img {
	left: 0;
}

#ultra_contents #about_conts .area_1 .box:nth-of-type(2n) .text_box .text {
	width: 530px;
}
#ultra_contents #about_conts .area_1 .box .img {
	width: 520px;
	position: absolute;
	top: 0;
	right: 0;
    overflow: hidden;
}
#ultra_contents #case_conts #about_conts .area_1 .box:nth-of-type(2n) .img {
	right: 0;
	left: auto
}

#ultra_contents #merit_conts .title_box {
	margin-bottom: 221px;
}

.link_bnr {
    width: 860px;
    margin: 40px auto;
    clear: both;
    /* padding: 40px 0; */
  }	

#price_conts .ttl_sub {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
    background: #000;
    color: #fff;
    line-height: 32px;
    padding: 0.5em;
    clear: both;
  }

#ultra_contents #price_conts .price_wrapper {
	width: 100%;
	float: left;
	clear: both;
	text-align: center;
	-webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
    margin-bottom: 33px;
}
#ultra_contents #price_conts .price_wrapper .price_box {
	width: 70%;
   margin: 0 auto 40px;
	border: 1px solid #333;
}

#ultra_contents #price_conts .price_box:nth-of-type(3), #ultra_contents #price_conts .price_box:nth-of-type(4) {
	    padding: 28px 10px 17px;
}
#ultra_contents #price_conts .price_box h4 {
	font-size: 25px;
}
#ultra_contents #price_conts .price_box:nth-of-type(3) h4, #ultra_contents #price_conts .price_box:nth-of-type(4) h4 {
	margin-bottom: 0;
}

#ultra_contents #price_conts .price_box .price_wrap .price .tax {
	font-size: 13px;
    font-weight: bold;
	top: 10px;
	right: -4px;
}
#ultra_contents .faqArea {
	border-top: 2px solid #40b1bf;
}
#ultra_contents .faqArea dl {
	border-bottom: 2px solid #40b1bf;
	padding: 10px 0;
}
#ultra_contents .faqArea dl dt {
	padding: 10px 10px 10px 70px;
	position: relative;
}
#ultra_contents .faqArea dl dt:before {
	position: absolute;
	content: "";
	background-image: url("../images/shoulder/q.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 100%;
    width: 40px;
    height: 40px;
    left: 10px;
    top: 7px;
}
#ultra_contents .faqArea dl dd {
	padding: 10px 10px 10px 70px;
	background: #f3f3f3;
	position: relative;
	display: none;
}
#ultra_contents .faqArea dl dd:before {
	position: absolute;
	content: "";
	background-image: url("../images/shoulder/a.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 100%;
    width: 40px;
    height: 40px;
    left: 10px;
    top: 7px;
}
#ultra_contents #price_conts .detail_box {
	width: 100%;
	clear: both;
	-webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	box-shadow:0px 1px 4px 3px rgba(0,0,0,0.06);
	border-radius: 6px;
	padding: 60px 50px 82px;
}
#ultra_contents #price_conts .detail_box h4 {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 30px;
	text-align: center;
}
#ultra_contents #price_conts .detail_box table tr:nth-of-type(2n) {
	background-color: #f8f8f8;
}
#ultra_contents #price_conts .detail_box table th {
	width: 217px;
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
	padding: 15px 23px 12px 35px;
}
#ultra_contents #price_conts .detail_box table td {
	font-size: 16px;
	line-height: 27px;
	padding: 15px 23px 12px 0;
}
	#ultra_contents #price_conts .price_box .price_wrap .price .taxplus {
		position: relative;
		top: auto;
		left: 5px;
		font-size: 28px;
	}

}
/*===============================================
●画面の横幅が760pxまで（iPhone6 横向きまで）
===============================================*/
@media screen and (max-width:760px){
/*=========================
▼▼共通▼▼
===========================*/
#ultra_contents .lato_font {
    font-family: 'Lato', sans-serif;
	font-weight: 700;
}
#ultra_contents .sp_none{
    display: none;
}
#ultra_contents .auto {
	width: 100%;
	margin: 0 auto;
}
#ultra_contents img {
	width: 100%;
	height: auto;
	display: block;
}
#ultra_contents section {
	width: 100%;
	margin-bottom: 6vw;
}
#ultra_contents .price_box {
	width: 100%;
	text-align: center;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 24px 20px 12px;
	border-radius: 6px;
	box-shadow:0px 1px 4px 3px rgba(0,0,0,0.06);
}

#ultra_contents .price_box h4 {
	font-size: 18px;
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: 6px;
    font-style: italic;
}

#ultra_contents .price_box .price_wrap .price {
	display: inline-block;
	font-size: 40px;
	line-height: 1.3;
	font-weight: bold;
	font-style: italic;
	color: #e43c83;
	position: relative;
}

#ultra_contents .price_box .price_wrap .price .small {
	display: inline-block;
	font-size: 18px;
	line-height: 1.3;
	font-weight: bold;
	color: #e43c83;
}
#ultra_contents .price_box .price_wrap .price .tax {
	position: absolute;
	font-size: 10px;
	top: 8px;
	right: -10px;
}
#ultra_contents .title_box {
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 9;
    margin-bottom: 80px;
}
#ultra_contents .title_box::after {
	content: "";
	display: block;
	width: 1px;
	height: 40px;
	background-color: #000;
	position: absolute;
	bottom: -60px;
	left: 50%;
}
#ultra_contents .title_box h2 {
	font-size: 26px;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: .1em;
    margin-bottom: 14px;
}
#ultra_contents .title_box .jp_title {
	font-size: 13px;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: .1em;
}
#ultra_contents .slide_in_image {
    width: 100%;
	height: 100%;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
	opacity: 0;
}
#ultra_contents .isPlay {
  animation-name: play;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.8,0,.5,1);
  position: relative;
  opacity: 1 !important;
}

/*//isPlayの疑似要素にマスクとマスクを外すアニメーションを設定 */
#ultra_contents .isPlay:before {
  animation-name: maskOut;
  animation-duration: .5s;
  animation-delay: .5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.8,0,.5,1);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background:linear-gradient(to right, #f3f6f7, #edf4f7);
}
/*//「slide_in_image」をスライドインする*/
@keyframes play {
  from {
    transform: translateX(-100%);
  }
  
  to {
    transform: translateX(0);
  }
}

/*//マスク要素をスライドアウトする*/
@keyframes maskOut {
  from {
    transform: translateX(0);
  }
  
  to {
    transform: translateX(100%);
  }
}
/*=========================
▲▲共通▲▲
===========================*/
#ultra_contents {
	width: 100%;
	height: 100%;
	clear: both;
	float: left;
	-webkit-text-size-adjust: 100%;
	font-size: 14px;
	line-height: 1.7;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
	color: #000000;
	text-align: left;
    -webkit-font-smoothing: antialiased;
	overflow: hidden;
}

#ultra_contents #title_conts {
	width: 100%;
	clear: both;
	position: relative;
	margin-bottom: 0;
}

#ultra_contents #title_conts h1 {
	font-size: 8vw;
	line-height: 1.1;
	font-weight: bold;
    text-align: left;margin-bottom: 10px;
}

#ultra_contents #about_conts {
	position: relative;
    clear: both;
	width: 90%;
	margin: auto;
}
#ultra_contents #about_conts .area_1 {
	width: 100%;
	margin: auto;
    margin-bottom: 40px;
}
#ultra_contents #about_conts .area_1 .box {
	width: 100%;
    margin-bottom: 68px;
	position: relative;
}
#ultra_contents #about_conts .area_1 .box:nth-of-type(2n) {
    margin-bottom: 8vw;
}
#ultra_contents #about_conts .area_1 .box .text_box {
	width: 100%;
	-webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
    position: relative;
    z-index: 9;
}
#ultra_contents #about_conts .area_1 .box .text_box h4 {
	font-size: 18px;
	line-height: 2;
	font-weight: bold;
	margin-bottom: 12px;
    letter-spacing: .1em;
}
#ultra_contents #about_conts .area_1 .box .text_box .text {
	width: 100%;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 20px;
}
#ultra_contents #about_conts .area_1 .box .img {
	width: 100%;
    overflow: hidden;
}

#ultra_contents #ingredient_conts {
    clear: both;
	width: 90%;
    margin: 10vw auto;
}
	.red {
		color: #ff0000;
	}
	.hifu_img {
		width: 90%;
		margin: 5vw auto;
	}
	.hifu_img img {
		margin-bottom: 5vw;
	}
	.hifu_img2 {
		width: 90%;
		margin: 5vw auto;
	}

#ultra_contents #merit_conts {
	width: 90%;
    margin: 6vw auto;
}
#ultra_contents #price_conts {
	width: 90%;
    margin: 6vw auto;
}
	.middle_text {
		font-size: 4.5vw;
		text-align: center;
		font-weight: bold;
		margin-bottom: 2vw;
	}
	#ultra_contents #merit_conts .middle_text {
		text-align: left;
	}
	.pink {
		color: #ff7589;
	}
	#ultra_contents #merit_conts .pink {
		margin-bottom: 2vw;
		text-align: center;
	}
	#ultra_contents #merit_conts .hifu_img2 {
		width: 100%;
	}
	#ultra_contents #merit_conts p {
		margin-bottom: 4vw;
	}
	.monitor_link {
		width: 90%;
		margin: 4vw auto;
		text-align: center;
		display: block;
		background: #50b1bf;
		padding: 3%;
		font-size: 4vw;
		color: #fff;
		font-weight: bold;
		border-radius: 8px;
		position: relative;
	}

#ultra_contents #price_conts .price_wrapper {
	width: 100%;
	text-align: center;
    margin-bottom: 33px;
}
#ultra_contents #price_conts .price_wrapper .price_box {
	width: 100%;
    margin-bottom: 20px;
}
#ultra_contents #price_conts .price_box:nth-of-type(3) h4, #ultra_contents #price_conts .price_box:nth-of-type(4) h4 {
	margin-bottom: 0;
}
#ultra_contents #price_conts .price_box:nth-of-type(5) .price_wrap .price,
#ultra_contents #price_conts .price_box:nth-of-type(6) .price_wrap .price,
#ultra_contents #price_conts .price_box:nth-of-type(9) .price_wrap .price,
#ultra_contents #price_conts .price_box:nth-of-type(10) .price_wrap .price
{
	color: #30b3bd;
}
#ultra_contents #price_conts .price_box:nth-of-type(5) .price_wrap .price .small ,
#ultra_contents #price_conts .price_box:nth-of-type(6) .price_wrap .price .small ,
#ultra_contents #price_conts .price_box:nth-of-type(9) .price_wrap  .price .small ,
#ultra_contents #price_conts .price_box:nth-of-type(10) .price_wrap .price .small
	{
	color: #30b3bd;
}
#ultra_contents #price_conts .price_box .price_wrap .price .tax {
	top: 13px;
}
#ultra_contents #price_conts .detail_box {
	width: 100%;
	clear: both;
	-webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	box-shadow:0px 1px 4px 3px rgba(0,0,0,0.06);
	border-radius: 6px;
	padding: 30px 5% 32px;
}
#ultra_contents #price_conts .detail_box h4 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 18px;
	text-align: center;
}
#ultra_contents #price_conts .detail_box table tr:nth-of-type(2n) {
	background-color: #f8f8f8;
}
#ultra_contents #price_conts .detail_box table th {
	width: 30%;
	font-size: 13px;
	line-height: 1.6;
	font-weight: bold;
	padding: 12px 5% 10px 5%;
}
#ultra_contents #price_conts .detail_box table td {
	font-size: 14px;
	line-height: 1.6;
	padding: 12px 5% 10px 0;
}

@media screen and (max-width: 760px) {
.sp_none {
	display: none;
}
#pick_conts {
	background: #fedede;
	clear: both;
	padding: 10vw 0;
}
.pick {
	width: 90%;
	margin: auto;
}
.pick ul {
    display: table;
    width: 100%;
    margin-top: 3vw;
}
.pick ul li {
    width: 100%;
    margin-right: 2%;
    margin-bottom: 2%;
    background: #fff;
    padding: 3% 3% 3% 16%;
    position: relative;
    float: left;
    font-weight: bold;
    font-size: 3.6vw;
}
.pick ul li:before {
    content: '';
    position: absolute;
    background-image: url(../images/hutae/check.jpg);
    background-repeat: no-repeat;
    left: 15px;
    top: 50%;
    margin-top: -13px;
    width: 30px;
    height: 30px;
    background-size: 100%;
}

#bikora_contents .hutaeMenu {
    width: 100%;
    margin: 0;
    display: inline-block;
}
	.hutaeMenu {
		margin-bottom: 10vw;
		display: table;
	}
.hutaeMenu a {
    text-align: left;
    height: 15vw;
    padding: 4% 3%;
    float: left;
    width: 50%;
    border: 1px solid #50b1bf;
    position: relative;
    margin-top: -1px;
}
.hutaeMenu a:first-child {
	line-height: 1.2;
}
.hutaeMenu a:nth-child(2) {
	line-height: 1.2;
}
.hutaeMenu a:nth-child(even) {
	border-left: none;
}
.hutaeMenu a:after {
	content: '';
	position: absolute;
	background-image: url(../images/hutae/under_arrow.png);
	background-repeat: no-repeat;
	right: 3vw;
	top: 50%;
	margin-top: -1vw;
	width: 3vw;
	height: 3vw;
	background-size: 100%;
}
.orange {
	color: #ff5f00;
}
#ultra_contents .faqArea {
	border-top: 2px solid #40b1bf;
}
#ultra_contents .faqArea dl {
	border-bottom: 2px solid #40b1bf;
	padding: 10px 0;
}
#ultra_contents .faqArea dl dt {
	padding: 10px 10px 10px 14vw;
	position: relative;
}
#ultra_contents .faqArea dl dt:before {
	position: absolute;
	content: "";
	background-image: url("../images/shoulder/q.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 100%;
    width: 8vw;
    height: 8vw;
    left: 10px;
    top: 7px;
}
#ultra_contents .faqArea dl dd {
	padding: 10px 10px 10px 14vw;
	background: #f3f3f3;
	position: relative;
	display: none;
}
#ultra_contents .faqArea dl dd:before {
	position: absolute;
	content: "";
	background-image: url("../images/shoulder/a.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 100%;
    width: 8vw;
    height: 8vw;
    left: 10px;
    top: 7px;
}
	#ultra_contents #price_conts .price_box .price_wrap .price .taxplus {
		font-size: 20px;
    	display: block;
	}
}