@charset "utf-8";

/* ================================================================ */
/* BCP対策バナー追加                                                */
/* ================================================================ */
#mv .infection_control_banner {
    position: absolute;
    top:  255px;
    left: calc(50% - 500px);
}
#mv .infection_control_banner img {
    width: 251px;
}
@media screen and (max-width: 768px) {
    #mv .infection_control_banner {
        text-align: center;
        position: static;
        top: 0;
        left: 0;
    }
    #mv .infection_control_banner img {
        width: 66.6vw;
    }
}

/* ================================================================ */
/* Feature上の導入実績表示                                          */
/* ================================================================ */
.fv_achievement {
  width: 975px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.fv_achievement > dl {
  position: absolute;
  top: -94px;
  right: -11px;
}
.fv_achievement > dl > dt {
  line-height: 0;
}
.fv_achievement > dl > dd {
  margin-top: -11px;
  padding-left: 97px;
  color: #666666;
  text-align: left;
  font-size: 10px;
  line-height: 1.4;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .fv_achievement {
    width: auto;
  }
  .fv_achievement > dl {
    top: -110.5vw;
    right: 2.13vw;
  }
  .fv_achievement > dl > dt {
  }
  .fv_achievement > dl > dt img {
    width: 96vw !important;
    max-width: none;
  }
  .fv_achievement > dl > dd {
    margin-top: -3vw;
    padding-left: 3vw;
    font-size: 2.67vw;
  }
}
/* ================================================================ */
/* CASE導入実績表示                                                 */
/* ================================================================ */
#issues .case .case_achievement {
  padding-bottom: 60px;
  text-align: center;
}
#issues .case .case_achievement dl {
  display: inline-block;
}
#issues .case .case_achievement dl dt {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#issues .case .case_achievement dl dt p:nth-child(2) {
  margin-left: 10px;
}
#issues .case .case_achievement dl dd {
  margin-top: 5px;
  text-align: center;
  color: #ffffff;
  font-size: 10px;
  line-height: 1;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  #issues .case .case_achievement {
    padding-bottom: 8vw;
  }
  #issues .case .case_achievement dl {
  }
  #issues .case .case_achievement dl dt {
    display: block;
  }
  #issues .case .case_achievement dl dt p:nth-child(2) {
    margin-left: 0;
    margin-top: 3.2vw;
  }
  #issues .case .case_achievement dl dt img {
    width: 94.66vw !important;
  }
  #issues .case .case_achievement dl dd {
    margin-top: 2vw;
    text-align: center;
    font-size: 2.67vw;
  }
}

/* ================================================================ */
/* 追加オプション(共通)                                             */
/* ================================================================ */
.additional_option {
	position: relative;
	z-index: 0; /* header#top が z-index: 0 にされているためヘッダーメニューより全面に出さないための対策 */
}
.additional_option .inner {
	width: 880px;
	margin: 0 auto;
	background: #ffffff;
	border: 1px solid #4ca74f;
}
@media screen and (max-width: 768px) {
	.additional_option {
	}
	.additional_option .inner {
		width: 94vw;
	}
}
/* ---------------------------------------------------------------- */
/* 追加オプション(共通):Summary                                     */
/* ---------------------------------------------------------------- */
.additional_option .inner .summary {
	height: 255px;
	background-position: center center;
	background-size: cover;
	position: relative;
}
.additional_option .inner .summary .label {
	position: absolute;
	top: -13px;
	left: -14px;
	z-index: 1;
}
.additional_option .inner .summary .display img {
	transform: translateX(-50%);
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 10;
}
.additional_option .inner .summary ul.points {
	position: absolute;
	top: 69px;
	left: calc(50% + 163px);
	z-index: 1;
}
.additional_option .inner .summary ul.points li {
	box-sizing: border-box;
	width: 170px;
	padding: 5px 0 6px 15px;
	background: #000000;
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	position: relative;
}
.additional_option.num03 .inner .summary ul.points li i {
	font-style: normal;
	position: relative;
	z-index: 2;
}
.additional_option .inner .summary ul.points li .edge {
	content: "";
	display: block;
	width: 15px;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 100%;
}
.additional_option .inner .summary ul.points li .edge::after {
	content: "";
	display: block;
	width: 12px;
	height: 120%;
	background: #000000;
	transform-origin: top right;
	transform: rotate(11.5deg);
}
.additional_option .inner .summary ul.points li:nth-child(2) {
	margin-top: 25px;
}
@media screen and (max-width: 768px) {
	.additional_option .inner .summary {
		height: 77.4vw;
	}
	.additional_option .inner .summary .label {
		top: -2.7vw;
		left: -3vw;
	}
	.additional_option .inner .summary .label img {
		width: 31.2vw !important;
	}
	.additional_option .inner .summary .display img {
		width: 69vw !important;
	}
	.additional_option .inner .summary ul.points {
		top: 5.3vw;
		left: auto;
		left: initial;
		right: 0;
	}
	.additional_option .inner .summary ul.points li {
		width: 52vw;
		padding: 0 3vw 0 0;
		text-align: right;
		font-size: 3.2vw;
		line-height: 8.8vw;
	}
	.additional_option .inner .summary ul.points li br {
		display: none;
	}
	.additional_option .inner .summary ul.points li .edge {
		width: 2.5vw;
		top: 0;
		left: auto;
		left: initial;
		right: calc(100% - 1px);
	}
	.additional_option .inner .summary ul.points li .edge::after {
		width: 3vw;
		transform-origin: top left;
		transform: rotate(-11.5deg);
	}
	.additional_option .inner .summary ul.points li:nth-child(2) {
		margin-top: 2.7vw;
	}
}
/* ---------------------------------------------------------------- */
/* 追加オプション(共通):Detail                                      */
/* ---------------------------------------------------------------- */
.additional_option .inner .detail {
	padding: 20px 0 30px;
	position: relative;
	text-align: center;
}
.additional_option .inner .detail .headline div:nth-child(1) {
	color: #4ca74f;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
}
.additional_option .inner .detail .headline div:nth-child(2) {
	margin-top: 8px;
	line-height: 0;
}
.additional_option .inner .detail .explain {
	margin-top: 10px;
	color: #4d4d4d;
	font-size: 16px;
	line-height: 24px;
}
.additional_option .inner .detail .link {
	margin-top: 10px;
}
.additional_option .inner .detail .link a {
	display: inline-block;
	background: #4ca74f;
	border-radius: 60px;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	line-height: 60px;
}
@media screen and (max-width: 768px) {
	.additional_option .inner .detail {
		padding: 4vw 0 6.4vw;
	}
	.additional_option .inner .detail .headline div:nth-child(1) {
		font-size: 3.7vw;
	}
	.additional_option .inner .detail .headline div:nth-child(2) {
		margin-top: 2.4vw;
	}
	.additional_option .inner .detail .explain {
		margin-top: 2.4vw;
		font-size: 3.2vw;
		line-height: 1.5;
	}
	.additional_option .inner .detail .link {
		margin-top: 2.4vw;
	}
	.additional_option .inner .detail .link a {
		padding: 3.5vw 0;
		border-radius: 10vw;
		font-size: 3.7vw;
		line-height: 1.3;
	}
}
/* ================================================================ */
/* 追加オプション(個別調整)                                         */
/* ================================================================ */
/* ---------------------------------------------------------------- */
/* 追加オプション(個別調整):NUM01                                   */
/* ---------------------------------------------------------------- */
.additional_option.num01 {
	margin-top: 52px;
}
.additional_option.num01 .summary {
	background-image: url('../images/additional_option_01_bg_pc.jpg');
}
.additional_option.num01 .inner .summary ul.points li,
.additional_option.num01 .inner .summary ul.points li .edge::after {
	background: #eb5e2c;
}
.additional_option.num01 .inner .detail .logo img {
	position: absolute;
	top:  20px;
	left: 25px;
}
.additional_option.num01 .inner .detail .link a {
	width: 432px;
}
@media screen and (max-width: 768px) {
	.additional_option.num01 {
		margin-top: 5.4vw;
	}
	.additional_option.num01 .summary {
		background-image: url('../images/additional_option_01_bg_sp.jpg');
	}
	.additional_option.num01 .inner .summary ul.points li,
	.additional_option.num01 .inner .summary ul.points li .edge::after {
	}
	.additional_option.num01 .inner .detail .headline div:nth-child(1) {
		margin-top: 3.5vw;
	}
	.additional_option.num01 .inner .detail .headline div:nth-child(2) img {
		width: auto !important;
		height: 7.46vw;
	}
	.additional_option.num01 .inner .detail .logo {
		text-align: center;
	}
	.additional_option.num01 .inner .detail .logo img {
		width: 26.7vw !important;
		position: static;
		top:  0;
		left: 0;
	}
	.additional_option.num01 .inner .detail .link a {
		width: 86vw;
	}
}
/* ---------------------------------------------------------------- */
/* 追加オプション(個別調整):NUM02                                   */
/* ---------------------------------------------------------------- */
.additional_option.num02 {
	margin-top: 40px;
}
.additional_option.num02 .summary {
	background-image: url('../images/additional_option_02_bg_pc.jpg');
}
.additional_option.num02 .inner .summary ul.points li,
.additional_option.num02 .inner .summary ul.points li .edge::after {
	background: #299cd3;
}
.additional_option.num02 .inner .detail .link a {
	width: 472px;
}
@media screen and (max-width: 768px) {
	.additional_option.num02 {
		margin-top: 8vw;
	}
	.additional_option.num02 .summary {
		background-image: url('../images/additional_option_02_bg_sp.jpg');
	}
	.additional_option.num02 .inner .summary ul.points li,
	.additional_option.num02 .inner .summary ul.points li .edge::after {
	}
	.additional_option.num02 .inner .detail .headline div:nth-child(2) img {
		width: auto !important;
		height: 6.9vw;
	}
	.additional_option.num02 .inner .detail .link a {
		width: 86vw;
	}
}
/* ---------------------------------------------------------------- */
/* 追加オプション(個別調整):NUM03                                   */
/* ---------------------------------------------------------------- */
.additional_option.num03 {
	margin-top: 40px;
}
.additional_option.num03 .summary {
	background-image: url('../images/additional_option_03_bg_pc.jpg');
}
.additional_option.num03 .inner .summary .display img {
	transform: translateX(0);
	left: calc(50% - 105px);
}
.additional_option.num03 .inner .summary ul.points {
	left: calc(50% + 55px);
}
.additional_option.num03 .inner .summary ul.points li {
	width: 195px;
	padding-left: 26px;
	white-space: nowrap;
}
.additional_option.num03 .inner .summary ul.points li,
.additional_option.num03 .inner .summary ul.points li .edge::after {
	background: #6d57a3;
}
.additional_option.num03 .inner .detail .link a {
	width: 472px;
}
@media screen and (max-width: 768px) {
	.additional_option.num03 {
		margin-top: 8vw;
	}
	.additional_option.num03 .summary {
		background-image: url('../images/additional_option_03_bg_sp.jpg');
	}
	.additional_option.num03 .inner .summary .display img {
		width: 45.9vw !important;
		left: 20.6vw;
	}
	.additional_option.num03 .inner .summary ul.points {
		left: initial;
		right: 0;
		z-index: 20;
	}
	.additional_option.num03 .inner .summary ul.points li {
		width: auto;
		margin-left: auto;
		padding-left: 0;
		text-align: right;
	}
	.additional_option.num03 .inner .summary ul.points li:nth-child(1) {
		width: 54vw;
	}
	.additional_option.num03 .inner .summary ul.points li:nth-child(2) {
		width: 34.4vw;
	}
	.additional_option.num03 .inner .summary ul.points li:nth-child(2) i {
		display: block;
		padding-top: 1.6vw;
		padding-bottom: 1.6vw;
		line-height: 1.388;
	}
	.additional_option.num03 .inner .summary ul.points li:nth-child(2) .edge::after {
		transform: rotate(-9deg);
	}
	.additional_option.num03 .inner .summary ul.points li,
	.additional_option.num03 .inner .summary ul.points li .edge::after {
	}
	.additional_option.num03 .inner .detail .headline div:nth-child(1) {
		line-height: 1.36;
	}
	.additional_option.num03 .inner .detail .headline div:nth-child(2) {
		margin-top: 1.8vw;
	}
	.additional_option.num03 .inner .detail .headline div:nth-child(2) img {
		width: auto !important;
		height: 6.8vw;
	}
	.additional_option.num03 .inner .detail .link a {
		width: 86vw;
	}
}
/* ================================================================ */
/* 社内の新型コロナウイルス感染拡大防止に                           */
/* ================================================================ */
#infection_control {
    width: 1000px;
    margin: 0 auto;
    padding-top: 60px;
    position: relative;
    z-index: 0;
}
#infection_control dl > dt {
    text-align: center;
    line-height: 0;
    position: relative;
    z-index: 1;
}
#infection_control dl > dt img {
    width: 579px;
    margin: 0 auto;
}
#infection_control dl > dd {
    margin-top: -32px;
    padding: 60px 60px 30px;
    background: #ffffff;
    border-radius: 10px;
    position: relative;
    z-index: 0;
}
#infection_control dl > dd .item.type_headline {
    padding-bottom: 25px;
    text-align: center;
    font-size: 38px;
    font-weight: bold;
    line-height: 1;
}
#infection_control dl > dd ul.item.type_point li {
    width: 497px;
    padding: 19px 0;
    border-top: 1px solid #4CA74F;
    color: #4CA74F;
    font-size: 28px;
    font-weight: bold;
    line-height: 36px;
}
#infection_control dl > dd ul.item.type_point li:last-child {
    border-bottom: 1px solid #4CA74F;
}
#infection_control dl > dd .item.type_image {
    position: absolute;
    top:  114px;
    right: 54px;
}
#infection_control dl > dd .item.type_image img {
    width: 363px;
}
#infection_control dl > dd .item.type_detail {
    margin-top: 25px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.06em;
    font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
    #infection_control {
        width: 94.66vw;
        padding-top: 8vw;
    }
    #infection_control dl > dt {
    }
    #infection_control dl > dt img {
        width: 78.4vw;
    }
    #infection_control dl > dd {
        margin-top: -8.26vw;
        padding: 11.86vw 5.73vw 6.5vw;
        border-radius: 2.66vw;
    }
    #infection_control dl > dd .item.type_headline {
        padding-bottom: 3vw;
        font-size: 6.93vw;
        line-height: 8.27vw;
    }
    #infection_control dl > dd ul.item.type_point li {
        width: auto;
        padding: 3.5vw 0;
        font-size: 4.8vw;
        line-height: 6.4vw;
    }
    #infection_control dl > dd ul.item.type_point li:last-child {
    }
    #infection_control dl > dd .item.type_image {
        margin-top: 4.8vw;
        text-align: right;
        position: relative;
        top:  0;
        right: -3px;
    }
    #infection_control dl > dd .item.type_image img {
        width: 80vw;
    }
    #infection_control dl > dd .item.type_detail {
        margin-top: 4vw;
        font-size: 3.2vw;
        line-height: 1.5;
    }
}
/* ================================================================ */
/* PRICE:追加オプション(共通)                                       */
/* ================================================================ */
#price .price_additional_option_before {
	width: 1000px;
	margin: 50px auto 0;
	padding-top: 45px;
	border-top: 1px solid #4ca74f;
	text-align: center;
	color: #4ca74f;
	font-size: 26px;
	font-weight: bold;
	line-height: 1;
}
#price .price_additional_option {
	width: 1000px;
	margin: 20px auto 0;
	position: relative;
}
#price .price_additional_option > dl {
	display: -webkit-flex;
	display: flex;
}
#price .price_additional_option > dl:nth-child(n + 2) {
	margin-top: 14px;
}
#price .price_additional_option > dl dt {
}
#price .price_additional_option > dl dd {
	background: #ffffff;

	display: -webkit-flex;
	display: flex;
    -webkit-align-items: center;
    align-items: center;
	-webkit-flex-grow: 1;
	flex-grow: 1;
}
#price .price_additional_option_after {
  width: 1000px;
  margin: 15px auto 0;
  color: #666666;
  font-size: 13.5px;
  line-height: 20px;
}
@media screen and (max-width: 768px) {
  #price .price_additional_option_before {
  	width: 92vw;
  	margin: 8.25vw auto 0;
  	padding-top: 8.25vw;
  	font-size: 5.6vw;
  }
	#price .price_additional_option {
		width: 86vw;
		margin: 4.8vw auto 0;
	}
	#price .price_additional_option::before {
		border-top:    7.4vw solid #64b368;
		border-left:   7.4vw solid transparent;
		border-right:  7.4vw solid transparent;
		border-bottom:  0px solid transparent;
		top: -10.6vw;
		left: calc(50% - 7.4vw);
	}
	#price .price_additional_option > dl {
		display: block;
	}
	#price .price_additional_option > dl:nth-child(n + 2) {
		margin-top: 5.3vw;
	}
	#price .price_additional_option > dl dt {
	}
	#price .price_additional_option > dl dt img {
		width: 100% !important;
	}
	#price .price_additional_option > dl dd {
		display: block;
		padding: 5vw 4vw 6.5vw;
	}
  #price .price_additional_option_after {
    width: 86vw;
    margin: 3.3vw auto 0;
    font-size: 2.6vw;
    line-height: 1;
  }
}
/* ---------------------------------------------------------------- */
/* PRICE:追加オプション(共通):DD:POINTS                             */
/* ---------------------------------------------------------------- */
#price .price_additional_option > dl dd .points {
}
#price .price_additional_option > dl dd .points > div {
	color: #4ca74f;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
}
#price .price_additional_option > dl dd .points > ul {
	margin-top: 8px;
}
#price .price_additional_option > dl dd .points > ul li {
	color: #4d4d4d;
	font-size: 14px;
	line-height: 24px;

	text-indent: -1em;
	padding-left: 1em;
}
@media screen and (max-width: 768px) {
	#price .price_additional_option > dl dd .points {
	}
	#price .price_additional_option > dl dd .points > div {
		font-size: 4.2vw;
		line-height: 1.31;
	}
	#price .price_additional_option > dl dd .points > ul {
		margin-top: 2vw;
	}
	#price .price_additional_option > dl dd .points > ul li {
		font-size: 3.2vw;
		line-height: 1.5;
	}
}
/* ---------------------------------------------------------------- */
/* PRICE:追加オプション(共通):DD:FEE                                */
/* ---------------------------------------------------------------- */
#price .price_additional_option > dl dd .fee {
	color: #64b368;

	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#price .price_additional_option > dl dd .fee .number {
	font-size: 46px;
	line-height: 1;
}
#price .price_additional_option > dl dd .fee .unit {
	padding-left: 5px;
	padding-top: 20px;
	font-size: 20px;
	line-height: 1;
}
#price .price_additional_option > dl dd .fee .annotation {
	width: 100%;
	margin-top: 10px;
	font-size: 14px;
}
@media screen and (max-width: 768px) {
	#price .price_additional_option > dl dd .fee {
		margin-top: 3vw;
		padding-left: 3vw;
	}
	#price .price_additional_option > dl dd .fee .number {
		font-size: 12.26vw;
	}
	#price .price_additional_option > dl dd .fee .unit {
		padding-left: 2vw;
		padding-top: 4vw;
		font-size: 5.3vw;
	}
	#price .price_additional_option > dl dd .fee .annotation {
		margin-top: 2.5vw;
		font-size: 3.73vw;
	}
}
/* ================================================================ */
/* PRICE:追加オプション(個別調整)                                   */
/* ================================================================ */
/* ---------------------------------------------------------------- */
/* PRICE:追加オプション(個別調整):NUM01                             */
/* ---------------------------------------------------------------- */
#price .price_additional_option > dl.num01 dd .logo {
	box-sizing: border-box;
	width: 135px;
	padding-left: 15px;
	flex-shrink: 0;
}
#price .price_additional_option > dl.num01 dd .points {
	width: 375px;
	flex-shrink: 0;
}
@media screen and (max-width: 768px) {
	#price .price_additional_option > dl.num01 dd .logo {
		display: none;
	}
	#price .price_additional_option > dl.num01 dd .points {
		width: auto;
	}
}
/* ---------------------------------------------------------------- */
/* PRICE:追加オプション(個別調整):NUM02                             */
/* ---------------------------------------------------------------- */
#price .price_additional_option > dl.num02 dd .points {
	box-sizing: border-box;
	width: 510px;
	padding-left: 25px;
	flex-shrink: 0;
}
@media screen and (max-width: 768px) {
	#price .price_additional_option > dl.num02 dd .points {
		width: auto;
		padding-left: 0;
	}
}
/* ---------------------------------------------------------------- */
/* PRICE:追加オプション(個別調整):NUM03                             */
/* ---------------------------------------------------------------- */
#price .price_additional_option > dl.num03 dd {
	padding-bottom: 80px;
	position: relative;
}
#price .price_additional_option > dl.num03 dd .points {
	box-sizing: border-box;
	width: 510px;
	padding-left: 25px;
	flex-shrink: 0;
}
#price .price_additional_option > dl.num03 dd .points > div {
	line-height: 24px;
}
#price .price_additional_option > dl.num03 dd .points > ul {
	margin-top: 4px;
}
#price .price_additional_option > dl.num03 dd .fee {
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	padding-top: 35px;
	white-space: nowrap;
	position: relative;
}
#price .price_additional_option > dl.num03 dd .fee .sub {
	font-size: 20px;
	white-space: nowrap;
	position: absolute;
	right: 0;
	top: 0;
}
#price .price_additional_option > dl.num03 dd .example {
	width: 748px;
	position: absolute;
	left: 25px;
	top: 147px;
}
#price .price_additional_option > dl.num03 dd .example .example_title {
	padding-left: 7px;
	background: #dbe48c;
	color: #4ca74f;
	font-size: 16px;
	font-weight: bold;
	line-height: 29px;
}
#price .price_additional_option > dl.num03 dd .example .example_content {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	padding-top: 8px;
	font-size: 16px;
}
#price .price_additional_option > dl.num03 dd .example .example_content span:nth-child(n + 2) {
	margin-left: 4px;
}
#price .price_additional_option > dl.num03 dd .example .example_content span i {
	font-style: normal;
}
#price .price_additional_option > dl.num03 dd .example .example_content span i.underline {
	text-decoration: underline;
}
#price .price_additional_option > dl.num03 dd .example .example_content span i.total {
	color: #4ca74f;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	#price .price_additional_option > dl.num03 dd {
		padding-bottom: 5.3vw;
	}
	#price .price_additional_option > dl.num03 dd .points {
		width: auto;
		padding-left: 0;
	}
	#price .price_additional_option > dl.num03 dd .points > div {
		line-height: 1.35;
	}
	#price .price_additional_option > dl.num03 dd .points > ul {
		margin-top: 1.4vw;
		white-space: nowrap;
	}
	#price .price_additional_option > dl.num03 dd .fee {
		width: 76vw;
		margin: 2.5vw auto 0;
		padding-top: 0;
		padding-left: 0;
	}
	#price .price_additional_option > dl.num03 dd .fee .sub {
		margin-right: auto;
		font-size: 4vw;
		line-height: 1.2;
		white-space: nowrap;
		position: static;
	}
	#price .price_additional_option > dl.num03 dd .fee .unit {
		padding-left: 0;
	}
	#price .price_additional_option > dl.num03 dd .example {
		width: 76vw;
		margin: 3vw auto 0;
		position: static;
		left: 0;
		top: 0;
	}
	#price .price_additional_option > dl.num03 dd .example .example_title {
		padding-left: 1.3vw;
		font-size: 2.66vw;
		line-height: 5.86vw;
	}
	#price .price_additional_option > dl.num03 dd .example .example_content {
		-webkit-justify-content: space-between;
		justify-content: space-between;
		padding-top: 1.5vw;
		font-size: 2.66vw;
		line-height: 1.4;
	}
	#price .price_additional_option > dl.num03 dd .example .example_content span:nth-child(n + 2) {
		margin-left: 0;
	}
	#price .price_additional_option > dl.num03 dd .example .example_content span i {
	}
	#price .price_additional_option > dl.num03 dd .example .example_content span i.underline {
	}
	#price .price_additional_option > dl.num03 dd .example .example_content span i.total {
		padding-right: 2.4vw;
	}
}
/* ================================================================ */
