@charset "UTF-8";
/* ==========================================================================
   Reset
   ========================================================================== */
/* Initialize
   ========================================================================== */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strong,
sub,
sup,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
main,
menu,
nav,
output,
ruby,
section,
summary,
input,
textarea,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

html {
	font-size: 0.625em;
	height: 100%;
	overflow-y: scroll;
}

body {
	color: #000;
	font-family: 'Montserrat', 'Yu Gothic', '游ゴシック', YuGothic, '游ゴシック体',
		'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック',
		sans-serif;
	font-weight: 500;
	font-style: normal;
	line-height: 1;
	text-align: center;
	-webkit-text-size-adjust: 100%;
}
sup {
	font-size: 0.5em;
	vertical-align: top;
}

dd,
dt,
td,
th,
li,
p {
	font-size: 1.6em;
}

td td,
td th,
td p,
td li,
dd td,
dd th,
dd dd,
dd dt,
dd p,
dd li,
li dd,
li dt,
li li,
li p {
	font-size: 1em;
}

@media screen and (max-width: 768px) {
	dd,
	dt,
	td,
	th,
	li,
	p {
		font-size: 1.4em;
	}
}
@media screen and (max-width: 320px) {
	dd,
	dt,
	td,
	th,
	li,
	p {
		font-size: 1.2em;
	}
}
ol,
ul {
	list-style: none;
}

img {
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}

.wrap {
	margin-left: auto;
	margin-right: auto;
	width: 934px;
	/* width: 960px; */
	position: relative;
}
@media (max-width: 1024px) {
	.wrap {
		width: 960px;
	}
}
@media screen and (max-width: 768px) {
	.wrap {
		width: auto;
	}
}

table {
	border-collapse: collapse;
	width: 100%;
}

.text-bold,
strong {
	font-weight: bold;
}

html {
	overflow-x: hidden;
}

video {
	outline: none;
}

/* ---------------------------------------------------------

■■■ PC SP ■■■■■■■■■■

--------------------------------------------------------- */
@media screen and (min-width: 769px) {
	.pc_only {
		display: block !important;
	}

	img.sp_only,
	br.sp_only,
	span.sp_only,
	.sp_only {
		display: none !important;
	}

	br.sp_only {
		width: 0 !important;
	}

	span.pc_only,
	img.pc_only,
	br.pc_only {
		display: inline !important;
	}
	._pc {
		display: block !important;
	}
	._sp {
		display: none !important;
	}
}
@media screen and (max-width: 768px) {
	.sp_only {
		display: block !important;
	}

	img.pc_only,
	br.pc_only,
	span.pc_only,
	.pc_only {
		display: inline !important;
	}

	img.sp_only,
	br.sp_only,
	span.sp_only {
		display: none !important;
	}
}
@media screen and (max-width: 768px) {
	._pc {
		display: none !important;
	}
	._sp {
		display: block !important;
	}
}
@media screen and (max-width: 768px) {
	.sp_only {
		display: block !important;
	}

	img.pc_only,
	br.pc_only,
	span.pc_only,
	.pc_only {
		display: none !important;
	}

	img.sp_only,
	br.sp_only,
	span.sp_only {
		display: inline !important;
	}
}
/* suntory_contents
========================================================================== */
#suntory_contents {
	position: relative;
}

/* bossmart-header
========================================================================== */
.bossmart-header {
	background-color: #fff;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1000;
}
.bossmart-header.is-active {
	position: fixed;
}
.bossmart-header_inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding: 14px 10px 16px;
	max-width: 1154px;
	width: 100%;
}
@media (max-width: 1024px) {
	.bossmart-header_inner {
		max-width: 960px;
	}
}
@media screen and (max-width: 768px) {
	.bossmart-header_inner {
		padding: 14px 16px 16px;
	}
}
.bossmart-header .logo {
	width: 125px;
}
@media screen and (max-width: 768px) {
	.bossmart-header .logo {
		width: 95px;
	}
}
.bossmart-header_btn {
	margin-left: auto;
}
@media screen and (max-width: 768px) {
	.bossmart-header_btn {
		display: none;
	}
}

/* bossmart-menu
========================================================================== */
.bossmart-menu {
	display: none;
	height: 20px;
	width: 26px;
	position: absolute;
	right: 24px;
	top: 24px;
}
@media screen and (max-width: 768px) {
	.bossmart-menu {
		display: block;
		z-index: 100001;
	}
}
.bossmart-menu:after,
.bossmart-menu:before,
.bossmart-menu > span {
	background-color: #06255c;
	border-radius: 3px;
	content: '';
	height: 3px;
	width: 26px;
	position: absolute;
	left: 0;
}
.bossmart-menu:before {
	top: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
}
.bossmart-menu > span {
	top: 8px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.bossmart-menu:after {
	bottom: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left;
}
.bossmart-menu.is-active:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.bossmart-menu.is-active > span {
	opacity: 0;
	-webkit-transform: translateX(-10px);
	-ms-transform: translateX(-10px);
	transform: translateX(-10px);
	-webkit-transition: opacity 0.3s linear 0.1s, -webkit-transform 0.3s;
	transition: opacity 0.3s linear 0.1s, -webkit-transform 0.3s;
	transition: transform 0.3s, opacity 0.3s linear 0.1s;
	transition: transform 0.3s, opacity 0.3s linear 0.1s, -webkit-transform 0.3s;
}
.bossmart-menu.is-active:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* bossmart-gnav
========================================================================== */
.bossmart-gnav {
}
.bossmart-gnav > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.bossmart-gnav > ul > li + li {
	margin-left: 24px;
}
.bossmart-gnav > ul > li + li._button {
	margin-left: 18px;
}
@media (max-width: 1024px) {
	.bossmart-gnav > ul > li {
		font-size: 1.4em;
	}
}
.bossmart-gnav > ul > li > a {
	color: #06255c;
	font-weight: 700;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.bossmart-gnav > ul > li._button a {
	display: block;
	padding: 7px 15px;
	border-radius: 20px;
	border: 1px #ccc solid;
	text-align: center;
}
.bossmart-gnav > ul > li._button._white a {
}
.bossmart-gnav > ul > li._button._blue a {
	color: #fff;
	border-color: #06255c;
	background-color: #06255c;
}
@media screen and (min-width: 769px) {
	.bossmart-gnav > ul > li > a:hover {
		color: #e05b00;
	}
	.bossmart-gnav > ul > li._button._white a:hover {
		border-color: #06255c;
		background-color: #fff;
		color: #06255c;
	}
	.bossmart-gnav > ul > li._button._blue a:hover {
		color: #e05b00;
	}
}
@media screen and (max-width: 768px) {
	.bossmart-gnav {
		background-color: rgba(255, 255, 255, 0.9);
		opacity: 0;
		padding-bottom: 50px;
		padding-top: 54px;
		width: 100%;
		position: fixed;
		left: 0;
		top: 62px;
		-webkit-transform: translateY(calc(-100% - 62px));
		-ms-transform: translateY(calc(-100% - 62px));
		transform: translateY(calc(-100% - 62px));
		z-index: -1;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	.bossmart-gnav.is-active {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		z-index: 1001;
	}
	.bossmart-gnav > ul {
		flex-direction: column;
	}
	.bossmart-gnav > ul > li {
		font-size: 2em;
	}
	.bossmart-gnav > ul > li + li,
	.bossmart-gnav > ul > li + li._button {
		margin: 34px 0 0 0;
	}
}

/* bossmart-side
========================================================================== */
.bossmart-side {
	font-size: 1.6em;
	position: fixed;
	right: 0;
	top: 115px;
	z-index: 999;
}
.bossmart-side a + a {
	margin-top: 10px;
}
@media screen and (max-width: 768px) {
	.bossmart-side a + a {
		margin-top: 0;
	}
}
.bossmart-side a._blue {
	background: #06255c;
}
.bossmart-side.option a {
	background-color: #e05b00;
}
.bossmart-side > a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #e05b00;
	border-bottom-left-radius: 20px;
	border-top-left-radius: 20px;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	color: #fff;
	font-weight: 700;
	line-height: 1.3;
	height: 200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.2em;
	text-decoration: none;
	width: 69px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.bossmart-side > a > span {
	display: inline-block;
	padding: 2px 0 2px 0;
	background-position: bottom left;
}
.bossmart-side > a > span > .top-dwbtn {
	margin-top: -2px;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
	.bossmart-side > a > span > .top-dwbtn {
		display: block;
		margin-top: 0;
	}
}
.bossmart-side > a.top-trial {
	height: 232px;
}
@media screen and (max-width: 768px) {
	.bossmart-side > a.top-trial {
		height: auto;
		margin: 0;
	}
}
.bossmart-side > a.top-trial span {
	padding: 0px 8px 20px 1px;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
	.bossmart-side > a.top-trial span,
	.bossmart-side > a > span {
		padding: 0px;
	}
}
.bossmart-side > a > span > b {
	display: none;
}
@media screen and (min-width: 769px) {
	.bossmart-side > a:hover {
		opacity: 0.9;
	}
}
@media screen and (max-width: 768px) {
	.bossmart-side {
		display: flex;
		width: 100%;
		padding: 0 16px;
		bottom: 30px;
		top: auto;
		gap: 18px;
	}
}
@media screen and (max-width: 768px) {
	.bossmart-side > a {
		width: 48%;
		display: block;
		height: auto;
		writing-mode: initial;
		border-radius: 20px;
		padding: 7px 0 !important;
	}
	.bossmart-side._one > a {
		width: 100%;
	}

	.bossmart-side > a > span {
		width: 90%;
		background-position: right center !important;
	}
}
@media screen and (max-width: 480px) {
	.bossmart-side {
		font-size: 1.4em;
		padding-left: 16px;
		padding-right: 16px;
		bottom: 24px;
		left: 0;
		right: 0;
		top: auto;
	}
	.bossmart-side > a {
		border-radius: 100px;
		display: block;
		height: auto;
		max-width: 344px;
		margin-left: auto;
		margin-right: auto;
		letter-spacing: 0.2em;
		padding-bottom: 18px;
		padding-top: 18px;
		text-decoration: none;
		width: 100%;
		-webkit-writing-mode: horizontal-tb;
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
	}
	.bossmart-side > a > span {
		background-position: 0 50%, 100% 50%;
		background-size: 13px 13px, 13px 13px;
		padding-bottom: 5px;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 5px;
	}
	.bossmart-side > a > span > b {
		display: inline;
	}
}

/* bossmart-content
========================================================================== */
.bossmart-content {
	padding-top: 72px;
}
@media screen and (max-width: 768px) {
	.bossmart-content {
		padding-top: 62px;
	}
}

/* bossmart-section
========================================================================== */
.bossmart-section {
	background-color: #fff;
	padding-bottom: 136px;
	padding-top: 80px;
}
@media screen and (max-width: 768px) {
	.bossmart-section {
		padding-bottom: 40px;
		padding-top: 40px;
	}
}
.bossmart-section.theme-yellow {
	background-color: #f7f4e9;
}
.bossmart-section.theme-blue {
	background-color: #e8f0f1;
}

/* bossmart-section-title
========================================================================== */
.bossmart-section-title {
	color: #e05b00;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
}
.bossmart-section-title.theme-blue,
.bossmart-section-title._blue h2 {
	color: #06255c;
}
.bossmart-section-title > p {
	margin-bottom: 5px;
}
.bossmart-section-title > h2 {
	display: inline-block;
	font-size: 2.4em;
}
.bossmart-section-title > h2 > span {
	color: #000;
	display: block;
	font-family: 'Montserrat', 'Yu Gothic', '游ゴシック', YuGothic, '游ゴシック体',
		'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック',
		sans-serif;
	font-size: 4.6rem;
	margin-top: 35px;
}
@media screen and (max-width: 768px) {
	.bossmart-section-title > h2 {
		font-size: 2em;
	}
	.bossmart-section-title > h2 > span {
		font-size: 2.8rem;
		margin-top: 30px;
	}
}
.bossmart-section-title.theme-english > h2 {
	font-size: 2em;
}
.bossmart-section-title.theme-line > h2 {
	padding-left: 65px;
	padding-right: 65px;
	position: relative;
}
@media screen and (max-width: 768px) {
	.bossmart-section-title.theme-line > h2 {
		padding-left: 28px;
		padding-right: 28px;
	}
}
.bossmart-section-title.theme-line._option > h2 {
	padding: 0 44px;
}
@media screen and (max-width: 768px) {
	.bossmart-section-title.theme-line._option > h2 {
		font-size: 24px;
	}
}
.bossmart-section-title.theme-line > h2:after,
.bossmart-section-title.theme-line > h2:before {
	background-color: #e05b00;
	border-radius: 2px;
	content: '';
	height: 100%;
	width: 4px;
	position: absolute;
	bottom: 0;
}
.bossmart-section-title.theme-line > h2._blue:after,
.bossmart-section-title.theme-line > h2._blue:before {
	background-color: #06255c;
}
.bossmart-section-title.theme-line > h2:before {
	left: 10px;
	-webkit-transform: rotate(-40deg);
	-ms-transform: rotate(-40deg);
	transform: rotate(-40deg);
}
.bossmart-section-title.theme-line > h2:after {
	right: 10px;
	-webkit-transform: rotate(40deg);
	-ms-transform: rotate(40deg);
	transform: rotate(40deg);
}
@media screen and (max-width: 768px) {
	.bossmart-section-title.theme-line > h2:after,
	.bossmart-section-title.theme-line > h2:before {
		height: 23px;
	}
}

.bossmart-section-lead {
	font-weight: 700;
	margin-top: 24px;
	line-height: 1.8;
}
.bossmart-section-lead._option-plan p {
	font-size: 20px;
}
@media screen and (max-width: 768px) {
	.bossmart-section-lead {
		margin-top: 33px;
	}
	.bossmart-section-lead._option-plan p {
		font-size: 16px;
	}
}

.bossmart-section_note {
	margin-top: 8px;
	padding-left: 15px;
	text-indent: -15px;
	font-family: 'Yu Gothic', '游ゴシック', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ ProN W3',
		'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: 1.7;
}
.bossmart-section_note._option-plan_about {
	max-width: 777px;
	width: 100%;
	margin: 8px auto 0;
}

.bossmart-section_link {
	margin-top: 63px;
	text-align: center;
}
.bossmart-section_link a {
	color: #e05b00;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}
@media screen and (min-width: 769px) {
	.bossmart-section_link a:hover {
		text-decoration: underline;
	}
}
.bossmart-section_link._blue a {
	color: #06255c;
}

/* bossmart-content-title
========================================================================== */
.bossmart-content-title {
	color: #e05b00;
	line-height: 1.4;
	position: relative;
	z-index: 0;
}
.bossmart-content-title:before {
	background: url(/softdrink/jihanki/solution/bossmart/img/dots.png) repeat-x;
	background-size: 6px 2px;
	content: '';
	height: 2px;
	margin-top: -1px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
}
.bossmart-content-title > h3 {
	background-color: #fff;
	display: inline-block;
	font-size: 2rem;
	font-weight: 700;
	padding-left: 1.3em;
	padding-right: 1.3em;
	position: relative;
	z-index: 1;
}

/* bossmart-main
========================================================================== */
.bossmart-main {
	background-color: #06255c;
	position: relative;
}
@media screen and (max-width: 768px) {
	.bossmart-main {
		background-color: #fff;
	}
}
.bossmart-main_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	max-width: 1366px;
	min-width: 960px;
	width: 100%;
	position: relative;
}
@media (min-width: 1366px) {
	.bossmart-main_inner {
		max-width: 100%;
	}
}
.mv-list {
	position: absolute;
	right: 106px;
	bottom: 59px;
	width: 430px;
	height: 139px;
	z-index: 1;
}
@media screen and (max-width: 768px) {
	.mv-list {
		right: 0;
		bottom: -15vw;
		left: 0;
		margin: auto;
		width: 81.3vw;
		height: auto;
	}
}
@media screen and (max-width: 768px) {
	.bossmart-main_inner {
		display: block;
		min-width: 0;
	}
}
.bossmart-main_img {
	width: 60%;
	position: relative;
	display: flex;
	align-items: flex-start;
	z-index: 1;
}
.bossmart-main_img > img {
	min-width: 820px;
	width: 100%;
}
@media (min-width: 1366px) {
	.bossmart-main_img {
		overflow: hidden;
		max-height: 546px;
	}
}
@media screen and (max-width: 768px) {
	.bossmart-main_img {
		width: 100%;
	}
	.bossmart-main_img > img {
		min-width: auto;
	}
}

.bossmart-main_inner .swiper {
	position: relative;
	width: 59.96%;
}
@media screen and (max-width: 768px) {
	.bossmart-main_inner .swiper {
		width: 100%;
	}
}
.bossmart-main_inner .swiper-pagination {
}
.bossmart-main_inner .swiper-pagination-bullet:only-child {
	display: block !important;
	margin: 0 auto;
}
.bossmart-main_inner .swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	margin: 0 11px !important;
	background-color: #fff;
	border: 2px solid #e0521c;
	opacity: 1;
}
.bossmart-main_inner .swiper-pagination-bullet-active {
	background-color: #e05b00;
}

.bossmart-main_box {
	width: 40%;
	position: relative;
}
@media screen and (max-width: 768px) {
	.bossmart-main_box {
		width: 100%;
	}
}
.bossmart-main_box_img {
	background-color: #fff;
	padding: 80px 70px 60px 112px;
	text-align: center;
	position: relative;
	z-index: 0;
}
@media (max-width: 1366px) {
	.bossmart-main_box_img {
		padding: 14.6% 12.7% 10.9% 20.4%;
	}
}
.bossmart-main_box_img:before {
	background-color: #fff;
	content: '';
	height: 100%;
	width: 60vw;
	position: absolute;
	left: -40vw;
	top: 0;
	z-index: -1;
}
.bossmart-main_box_img > span {
	display: table;
	margin-left: auto;
	max-width: 365px;
	width: 100%;
}
.bossmart-main_box_img > span:nth-child(2) {
	margin-top: 24px;
}
@media (max-width: 1366px) {
	.bossmart-main_box_img > span:nth-child(2) {
		margin-top: 8%;
	}
}
@media screen and (max-width: 768px) {
	.bossmart-main_box_img {
		padding: 22.6% 0 11.5% 0;
	}
	.bossmart-main_box_img:before {
		content: none;
	}
	.bossmart-main_box_img > span {
		margin-right: auto;
		max-width: 100%;
		width: auto;
	}
	.bossmart-main_box_img > span:nth-child(1) img {
		width: 81.3vw;
	}
	.bossmart-main_box_img > span:nth-child(2) img {
		width: 72vw;
	}
}
.bossmart-main_box_text {
	color: #fff;
	display: table;
	font-weight: 700;
	line-height: 2.2;
	margin-left: auto;
	padding-right: 70px;
	padding-top: 28px;
	padding-bottom: 29px;
	letter-spacing: 0.2px;
}
@media (max-width: 1024px) {
	.bossmart-main_box_text {
		padding-top: 14px;
	}
}
.bossmart-main_box_text > p {
	font-size: 1.8em;
}
.bossmart-main_box_text > p:last-child {
	margin-bottom: 0;
	padding-top: 23px;
}
@media (min-width: 1025px) and (max-width: 1366px) {
	.bossmart-main_box_text > p {
		font-size: 1.3vw;
	}
}
@media (max-width: 1024px) {
	.bossmart-main_box_text > p {
		font-size: 1.2em;
	}
	.bossmart-main_box_text > p:last-child {
		padding-top: 12px;
	}
}
@media screen and (max-width: 768px) {
	.bossmart-main_box_text {
		background-color: #06255c;
		display: block;
		margin-left: 0;
		padding: 25px;
	}
	.bossmart-main_box_text > p {
		font-size: 1.5em;
	}
}
.bossmart-main_box_wappen {
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: url('/softdrink/jihanki/solution/bossmart/img/icon_option_plan_fee_bg.svg') no-repeat
		50% 50%;
	background-size: 100% 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #fff;
	font-size: 1.8em;
	font-weight: 700;
	height: 104px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1.38;
	width: 104px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translate(40%, -42%);
	-ms-transform: translate(40%, -42%);
	transform: translate(40%, -42%);
	z-index: 10;
}
.bossmart-main_box_wappen sup {
	position: absolute;
	top: 48px;
	right: 10px;
	font-size: 1.2rem;
}
.bossmart-main_box_wappen2 {
	position: absolute;
	left: calc(40% + 36px);
	bottom: 17px;
	max-width: 731px;
	width: 100%;
	z-index: 10;
	text-align: left;
}
.bossmart-main_box_wappen2 li {
	display: block;
	font-family: 'Yu Gothic', '游ゴシック', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ ProN W3',
		'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.8;
	text-shadow: 0 0 5px white;
}
@media screen and (max-width: 768px) {
	.bossmart-main_box_wappen {
		font-size: 1.3em;
		height: 76px;
		width: 76px;
		right: 16px;
		top: 59vw;
		-webkit-transform: translateY(-28%);
		-ms-transform: translateY(-28%);
		transform: translateY(-28%);
	}
	.bossmart-main_box_wappen sup {
		top: 35px;
		right: 8px;
		font-size: 1rem;
	}
	.bossmart-main_box_wappen2 {
		display: none;
	}
}
@media screen and (max-width: 480px) {
	.bossmart-main_box_wappen2 {
		right: 2px;
		color: #fff;
		text-shadow: 0 0 5px black;
	}
}
/* bossmart-lead
========================================================================== */
.bossmart-lead {
	background-color: #e8f0f1;
	padding: 60px 0;
}
.bossmart-lead > p {
	color: #06255c;
	font-size: 2.4em;
	font-weight: 700;
}
@media screen and (max-width: 768px) {
	.bossmart-lead {
		padding: 24px 0;
	}
	.bossmart-lead > p {
		font-size: 1.6em;
		line-height: 1.75;
	}
}

/* bossmart-catch
========================================================================== */
.bossmart-catch {
	padding-top: 105px;
}
@media screen and (max-width: 768px) {
	.bossmart-catch {
		padding-left: 16px;
		padding-right: 16px;
		padding-top: 40px;
	}
}
.bossmart-catch_box {
	display: table;
	margin-bottom: 45px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 768px) {
	.bossmart-catch_box {
		margin-bottom: 32px;
	}
}
.bossmart-catch_box > h2 {
	font-size: 2.8em;
	font-weight: 700;
	line-height: 1.5;
}
.bossmart-catch_box > h2 .bossmart-catch_box_text {
	background: url(/softdrink/jihanki/solution/bossmart/img/catch-left_bg.png) no-repeat 0 50%,
		url(/softdrink/jihanki/solution/bossmart/img/catch-right_bg.png) no-repeat right 0 top 50%;
	background-size: 40px 125px;
	display: inline-block;
	margin-top: 28px;
	min-height: 125px;
	/* padding-left: 70px;
  padding-right: 70px; */
	padding: 0 61px;
}
.bossmart-catch_box > h2 .bossmart-catch_box_text > span {
	background: -webkit-gradient(linear, left bottom, left top, from(#f7f4e9), to(#f7f4e9)) no-repeat
		0 100%;
	background: -webkit-linear-gradient(bottom, #f7f4e9 0%, #f7f4e9 100%) no-repeat 0 100%;
	background: linear-gradient(0deg, #f7f4e9 0%, #f7f4e9 100%) no-repeat 0 100%;
	background-size: 100% 12px;
	display: inline-block;
	font-size: 3.2rem;
	line-height: 1.1;
	padding-left: 24px;
	/* padding-right: 24px; */
	padding-right: 41px;
}
.bossmart-catch_box > h2 .bossmart-catch_box_text > span > em {
	font-size: 5.7rem;
	/* margin-left: 15px; */
	margin-left: 20px;
	/* margin-right: 15px; */
}
.bossmart-catch_box > h2 .bossmart-catch_box_text > span > small {
	font-size: 1.6rem;
}
.bossmart-catch_box > h2 .bossmart-catch_box_text > span sup {
	display: inline-block;
	margin-top: 0.8em;
	vertical-align: top;
}
@media screen and (max-width: 768px) {
	.bossmart-catch_box > h2 {
		font-size: 1.4em;
		line-height: 1.3;
	}
	.bossmart-catch_box > h2 .bossmart-catch_box_text {
		background: url(/softdrink/jihanki/solution/bossmart/img/catch-left_bg-sp.png) no-repeat 0 50%,
			url(/softdrink/jihanki/solution/bossmart/img/catch-right_bg-sp.png) no-repeat right 0 top 50%;
		background-size: 25px 69px;
		margin-top: 27px;
		min-height: 69px;
		padding-left: 40px;
		padding-right: 40px;
	}
	.bossmart-catch_box > h2 .bossmart-catch_box_text > span {
		display: inline;
		font-size: 2.5rem;
		padding-left: 0;
		padding-right: 0;
		margin-right: -10px;
	}
	.bossmart-catch_box > h2 .bossmart-catch_box_text > span > span {
		background: -webkit-gradient(linear, left bottom, left top, from(#f7f4e9), to(#f7f4e9))
			no-repeat 0 100%;
		background: -webkit-linear-gradient(bottom, #f7f4e9 0%, #f7f4e9 100%) no-repeat 0 100%;
		background: linear-gradient(0deg, #f7f4e9 0%, #f7f4e9 100%) no-repeat 0 100%;
		background-size: 100% 12px;
	}
	.bossmart-catch_box > h2 .bossmart-catch_box_text > span > em {
		font-size: 4.5rem;
		margin-left: 8px;
		margin-right: 8px;
	}
	.bossmart-catch_box > h2 .bossmart-catch_box_text > span > small {
		font-size: 1.25rem;
	}
}
.bossmart-catch_box_caution {
	display: inline-block;
	margin: 42px auto 0;
	font-family: 'Yu Gothic', '游ゴシック', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ ProN W3',
		'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 1.2rem;
	line-height: 1.67;
	text-align: left;
	width: 547px;
}
@media screen and (max-width: 768px) {
	.bossmart-catch_box_caution {
		width: 100%;
	}
}
.bossmart-catch_box_caution p {
	font-size: 13px;
	line-height: 1.3;
}
@media screen and (max-width: 768px) {
	.bossmart-catch_box_caution p {
		padding-left: 1.4em;
		text-indent: -2em;
	}
}
.bossmart-catch_banner {
	margin-bottom: 80px;
	margin-top: 46px;
}
.bossmart-catch_banner > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.bossmart-catch_banner > ul > li {
	margin-right: 6px;
	width: 182px;
}
.bossmart-catch_banner > ul > li:last-child,
.bossmart-catch_banner > ul > li:nth-child(5n) {
	margin-right: 0;
}
.bossmart-catch_banner > ul > li:nth-child(n + 6) {
	margin-top: 6px;
}
@media screen and (max-width: 768px) {
	.bossmart-catch_banner {
		margin-bottom: 32px;
		margin-top: 40px;
	}
	.bossmart-catch_banner > ul > li {
		margin-right: 0;
		width: 49%;
	}
	.bossmart-catch_banner > ul > li:nth-child(2n) {
		margin-left: auto;
	}
	.bossmart-catch_banner > ul > li:last-child,
	.bossmart-catch_banner > ul > li:nth-child(3n) {
		margin-right: 0;
	}
	.bossmart-catch_banner > ul > li:nth-child(n + 3),
	.bossmart-catch_banner > ul > li:nth-child(n + 6) {
		margin-top: 1%;
	}
}

/* bossmart-trouble
========================================================================== */
.bossmart-trouble {
	background-color: #e8f0f1;
	overflow: hidden;
	padding-bottom: 93px;
	position: relative;
}
.bossmart-trouble:before {
	border-color: transparent #fff;
	border-style: solid;
	border-width: 80px 50vw 0;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
}
@media screen and (max-width: 768px) {
	.bossmart-trouble:before {
		border-top-width: 60px;
	}
}
@media screen and (max-width: 480px) {
	.bossmart-trouble:before {
		border-top-width: 40px;
	}
}
.bossmart-trouble_title > h2 {
	color: #06255c;
	display: inline-block;
	font-size: 3.2em;
	font-weight: 700;
	line-height: 1.3;
	padding-right: 58px;
	padding-top: 18px;
	position: relative;
}
.bossmart-trouble_title > h2:before {
	background: url(/softdrink/jihanki/solution/bossmart/img/trouble-title_bg.svg) no-repeat 0 0;
	background-size: 100% 100%;
	content: '';
	height: 57px;
	width: 50px;
	position: absolute;
	right: 0;
	top: 0;
}
@media screen and (max-width: 768px) {
	.bossmart-trouble_title > h2 {
		font-size: 2em;
		padding-right: 58px;
		padding-top: 18px;
	}
}
.bossmart-trouble_list {
	margin-top: 45px;
}
@media screen and (max-width: 768px) {
	.bossmart-trouble_list {
		margin: 20px auto 0;
		max-width: 375px;
	}
}
.bossmart-trouble_list > ul:after {
	clear: both;
	content: '';
	display: block;
	overflow: hidden;
}
.bossmart-trouble_list > ul > li {
	background-color: #fff;
	border-radius: 100px;
	float: left;
	font-size: 2em;
	font-weight: 700;
	line-height: 1.3;
	padding: 32px 0;
	text-align: center;
	width: 386px;
	position: relative;
}
.bossmart-trouble_list > ul > li:before {
	background: no-repeat 0 0;
	background-size: 100% 100%;
	content: '';
	position: absolute;
}
.bossmart-trouble_list > ul > li:nth-child(1) {
	margin-right: -108px;
}
.bossmart-trouble_list > ul > li:nth-child(1):before {
	background-image: url(/softdrink/jihanki/solution/bossmart/img/trouble_bg01.svg);
	height: 54px;
	width: 34px;
	bottom: -41px;
	left: 110px;
}
.bossmart-trouble_list > ul > li:nth-child(2) {
	margin-right: -116px;
	margin-top: 137px;
}
.bossmart-trouble_list > ul > li:nth-child(2):before {
	background-image: url(/softdrink/jihanki/solution/bossmart/img/trouble_bg02.svg);
	height: 49px;
	width: 44px;
	left: 193px;
	top: -37px;
}
.bossmart-trouble_list > ul > li:nth-child(3):before {
	background-image: url(/softdrink/jihanki/solution/bossmart/img/trouble_bg03.svg);
	height: 49px;
	width: 44px;
	bottom: -37px;
	left: 211px;
}
@media screen and (max-width: 768px) {
	.bossmart-trouble_list > ul > li {
		float: none;
		font-size: 1.4em;
		min-width: 265px;
		padding: 17px 0;
		width: 265px;
	}
	.bossmart-trouble_list > ul > li:nth-child(1) {
		margin-right: 0;
		margin-left: 29px;
	}
	.bossmart-trouble_list > ul > li:nth-child(1):before {
		height: 38px;
		width: 23px;
		bottom: -30px;
		left: 16.9%;
	}
	.bossmart-trouble_list > ul > li:nth-child(2) {
		margin-left: auto;
		margin-right: 16px;
		margin-top: 28px;
	}
	.bossmart-trouble_list > ul > li:nth-child(2):before {
		height: 34px;
		width: 35px;
		left: 64.9%;
		top: -24px;
	}
	.bossmart-trouble_list > ul > li:nth-child(3) {
		margin-left: 37px;
		margin-top: 15px;
	}
	.bossmart-trouble_list > ul > li:nth-child(3):before {
		height: 38px;
		width: 35px;
		bottom: -28px;
		left: 64.9%;
	}
}

/* bossmart-benefit
========================================================================== */
.bossmart-benefit {
	padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
	.bossmart-benefit {
		padding-bottom: 72px;
		padding-top: 32px;
	}
}
.bossmart-benefit_catch {
	display: table;
	margin-left: auto;
	margin-right: auto;
}
.bossmart-benefit_catch._option {
	width: 739px;
}
@media screen and (max-width: 768px) {
	.bossmart-benefit_catch._option {
		width: 100%;
	}
}
.bossmart-benefit_catch._option .bossmart-benefit_catch_inner {
	flex-direction: column;
	margin: 0 auto;
}
.bossmart-benefit_catch._option h3 {
	padding: 0;
	color: #e05b00;
	font-size: 32px;
	background: none;
}
@media screen and (max-width: 768px) {
	.bossmart-benefit_catch._option h3 {
		padding-top: 10px;
		font-size: 24px;
	}
}
.bossmart-benefit_catch._option p {
	margin-top: 24px;
	color: #e05b00;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
}
@media screen and (max-width: 768px) {
	.bossmart-benefit_catch._option p {
		margin-top: 40px;
	}
}

.bossmart-benefit_catch_inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: url(/softdrink/jihanki/solution/bossmart/img/catch-left_bg.png) no-repeat 0 50%,
		url(/softdrink/jihanki/solution/bossmart/img/catch-right_bg.png) no-repeat right 0 top 50%;
	background-size: 40px 125px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 27px;
	min-height: 125px;
	padding-left: 120px;
	padding-right: 80px;
}
@media screen and (max-width: 768px) {
	.bossmart-benefit_catch_inner {
		background: url(/softdrink/jihanki/solution/bossmart/img/catch-left_bg-sp.png) no-repeat 0 50%,
			url(/softdrink/jihanki/solution/bossmart/img/catch-right_bg-sp.png) no-repeat right 0 top 50%;
		background-size: 25px 69px;
		margin-top: 10px;
		min-height: 69px;
		padding-left: 80px;
		padding-right: 40px;
	}
	.bossmart-benefit_catch._option .bossmart-benefit_catch_inner {
		background: url(/softdrink/jihanki/solution/bossmart/img/catch-left_bg-sp.png) no-repeat 0 0,
			url(/softdrink/jihanki/solution/bossmart/img/catch-right_bg-sp.png) no-repeat right 0 top 0;
		padding-left: 0;
		padding-right: 0;
	}
}
@media (max-width: 480px) {
	.bossmart-benefit_catch_inner {
		display: block;
		padding-left: 40px;
	}
}
.bossmart-benefit_catch_inner > h3 {
	background: -webkit-gradient(linear, left bottom, left top, from(#f7f4e9), to(#f7f4e9)) no-repeat
		0 100%;
	background: -webkit-linear-gradient(bottom, #f7f4e9 0%, #f7f4e9 100%) no-repeat 0 100%;
	background: linear-gradient(0deg, #f7f4e9 0%, #f7f4e9 100%) no-repeat 0 100%;
	background-size: 100% 12px;
	display: inline-block;
	font-size: 4.6em;
	font-weight: 700;
	line-height: 1.1;
	padding-top: 40px;
	position: relative;
}
.bossmart-benefit_catch_inner > h3 > span {
	font-size: 2.8rem;
	position: absolute;
	left: -45px;
	top: 0;
	-webkit-transform: rotate(-12deg);
	-ms-transform: rotate(-12deg);
	transform: rotate(-12deg);
}
@media screen and (max-width: 768px) {
	.bossmart-benefit_catch_inner > h3 {
		background: -webkit-gradient(linear, left bottom, left top, from(#f7f4e9), to(#f7f4e9))
			no-repeat 0 100%;
		background: -webkit-linear-gradient(bottom, #f7f4e9 0%, #f7f4e9 100%) no-repeat 0 100%;
		background: linear-gradient(0deg, #f7f4e9 0%, #f7f4e9 100%) no-repeat 0 100%;
		background-size: 100% 12px;
		font-size: 2.6em;
		padding-top: 28px;
	}
	.bossmart-benefit_catch_inner > h3 > span {
		font-size: 2rem;
	}
}
.bossmart-benefit_catch_inner > figure {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.bossmart-benefit_catch_inner > figure > span:nth-child(1) {
	padding: 20px;
	width: 284px;
}
.bossmart-benefit_catch_inner > figure > span:nth-child(2) {
	width: 116px;
}
@media screen and (max-width: 768px) {
	.bossmart-benefit_catch_inner > figure > span:nth-child(1) {
		padding: 10px;
		width: 142px;
	}
	.bossmart-benefit_catch_inner > figure > span:nth-child(2) {
		width: 58px;
	}
}
@media (max-width: 480px) {
	.bossmart-benefit_catch_inner > figure > span:nth-child(1) {
		width: 216px;
	}
	.bossmart-benefit_catch_inner > figure > span:nth-child(2) {
		display: none;
	}
}
.bossmart-benefit_list {
	margin-top: 110px;
}
@media screen and (max-width: 768px) {
	.bossmart-benefit_list {
		margin-top: 60px;
	}
}
.bossmart-benefit_list._option-plan {
	margin-top: 126px;
}
.bossmart-benefit_list._blue > ul > li > figure {
	background-color: #e8f0f1;
}

.bossmart-benefit_list > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.bossmart-benefit_list > ul > li {
	font-size: 1.4em;
	margin-right: 77px;
	width: 260px;
}
.bossmart-benefit_list > ul > li:nth-child(3n) {
	margin-right: 0;
}
.bossmart-benefit_list > ul > li > figure {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #f7f4e9;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 260px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}
.bossmart-benefit_list > ul > li > figure._blue {
	background: #e8f0f1;
}
.bossmart-benefit_list > ul > li > figure > img {
	width: 190px;
}
.bossmart-benefit_list > ul > li > figure figcaption {
	font-size: 4.2rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	position: absolute;
	left: 50%;
	top: -35px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.bossmart-benefit_list > ul > li > figure figcaption > span {
	display: block;
	font-size: 1.3rem;
}
.bossmart-benefit_list > ul > li > h3 {
	line-height: 1.5;
	font-size: 2.2rem;
	font-weight: 700;
	margin-top: 30px;
}
.bossmart-benefit_list > ul > li > h3 > sup {
	vertical-align: top;
}
.bossmart-benefit_list > ul > li > p {
	line-height: 1.8;
	margin-top: 9px;
	text-align: left;
	font-weight: normal;
}
@media screen and (max-width: 768px) {
	.bossmart-benefit_list > ul {
		display: block;
	}
	.bossmart-benefit_list > ul > li {
		font-size: 1.6em;
		margin-bottom: 82px;
		margin-left: auto;
		margin-right: auto;
		width: 260px;
	}
	.bossmart-benefit_list > ul > li:last-child {
		margin-bottom: 0;
	}
	.bossmart-benefit_list > ul > li:nth-child(3n) {
		margin-right: auto;
	}
	.bossmart-benefit_list > ul > li > figure {
		height: 205px;
		margin-left: auto;
		margin-right: auto;
		width: 205px;
	}
	.bossmart-benefit_list > ul > li > figure > img {
		width: 156px;
	}
	.bossmart-benefit_list > ul > li > figure figcaption {
		top: -42px;
	}
	.bossmart-benefit_list > ul > li > h3 {
		font-size: 2rem;
		margin-top: 25px;
	}
	.bossmart-benefit_list > ul > li > p {
		margin-top: 18px;
	}
	.bossmart-benefit_list > ul > li > p.bossmart-text-small {
		margin-top: 12px;
	}
}
.bossmart-benefit_list.bossmart-move-order > ul > li {
	opacity: 0;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: opacity 0.7s, -webkit-transform 0.7s;
	transition: opacity 0.7s, -webkit-transform 0.7s;
	transition: transform 0.7s, opacity 0.7s;
	transition: transform 0.7s, opacity 0.7s, -webkit-transform 0.7s;
}
.bossmart-benefit_list.bossmart-move-order.is-move > ul > li {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: opacity 0.7s, -webkit-transform 0.7s;
	transition: opacity 0.7s, -webkit-transform 0.7s;
	transition: transform 0.7s, opacity 0.7s;
	transition: transform 0.7s, opacity 0.7s, -webkit-transform 0.7s;
}
.bossmart-benefit_list.bossmart-move-order.is-move > ul > li:nth-child(1) {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.bossmart-benefit_list.bossmart-move-order.is-move > ul > li:nth-child(2) {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}
.bossmart-benefit_list.bossmart-move-order.is-move > ul > li:nth-child(3) {
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}

/* bossmart-video
========================================================================== */
.bossmart-video {
	padding-bottom: 80px;
	position: relative;
	margin-top: 120px;
}
@media screen and (max-width: 768px) {
	.bossmart-video {
		padding: 72px 32px 65px;
	}
}
.bossmart-video_title {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.bossmart-video_wrapper {
	margin-left: auto;
	margin-right: auto;
	max-width: 764px;
}
.bossmart-video_inner {
	padding-top: 56.25%;
	width: 100%;
	position: relative;
}
.bossmart-video_inner > iframe {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

/* bossmart-use
========================================================================== */
.bossmart-use {
	padding-bottom: 120px;
	padding-top: 40px;
}
@media screen and (max-width: 768px) {
	.bossmart-use {
		padding-left: 16px;
		padding-right: 16px;
		padding-bottom: 95px;
		padding-top: 0;
	}
}
.bossmart-use_step {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 70px;
}
.bossmart-use_step._bule .bossmart-use_step_unit li {
	background-color: #e8f0f1;
}
.bossmart-use_step._bule .bossmart-use_step_text {
	color: #06255c;
}

@media screen and (max-width: 768px) {
	.bossmart-use_step {
		display: block;
		margin-top: 24px;
	}
}
.bossmart-use_step > figure {
	width: 442px;
}
@media screen and (max-width: 768px) {
	.bossmart-use_step > figure {
		padding-left: 16px;
		padding-right: 16px;
		width: auto;
	}
}
.bossmart-use_step_unit {
	margin-left: 50px;
	width: -webkit-calc(100% - 442px);
	width: calc(100% - 442px);
}
@media screen and (max-width: 768px) {
	.bossmart-use_step_unit {
		margin-left: auto;
		margin-right: auto;
		margin-top: 32px;
		max-width: 440px;
		width: auto;
	}
}
.bossmart-use_step_unit._blue ol li {
	background: #e8f0f1;
}
.bossmart-use_step_unit li {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #f7f4e9;
	border-radius: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 20px;
	overflow: hidden;
	padding-left: 20px;
}
.bossmart-use_step_unit li > figure {
	width: 214px;
}
.bossmart-use_step_unit li:first-child {
	margin-top: 0;
}
@media screen and (max-width: 768px) {
	.bossmart-use_step_unit li {
		margin-top: 15px;
		padding-left: 18px;
	}
	.bossmart-use_step_unit li > figure {
		width: 167px;
	}
}
.bossmart-use_step_text {
	color: #e05b00;
	font-weight: 700;
	text-align: left;
	width: -webkit-calc(100% - 214px);
	width: calc(100% - 214px);
}
.bossmart-use_step_text._blue {
	color: #06255c;
}
.bossmart-use_step_text > span {
	color: #000;
	display: block;
	font-size: 2rem;
	line-height: 1.4;
	margin-top: 20px;
}
@media screen and (max-width: 768px) {
	.bossmart-use_step_text {
		width: -webkit-calc(100% - 167px);
		width: calc(100% - 167px);
	}
	.bossmart-use_step_text > span {
		font-size: 1.4rem;
		margin-top: 9px;
	}
}

.bossmart-use_step.bossmart-move-order > figure {
	opacity: 0;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: opacity 0.7s, -webkit-transform 0.7s;
	transition: opacity 0.7s, -webkit-transform 0.7s;
	transition: transform 0.7s, opacity 0.7s;
	transition: transform 0.7s, opacity 0.7s, -webkit-transform 0.7s;
}
.bossmart-use_step.bossmart-move-order > ol > li {
	opacity: 0;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: opacity 0.7s, -webkit-transform 0.7s;
	transition: opacity 0.7s, -webkit-transform 0.7s;
	transition: transform 0.7s, opacity 0.7s;
	transition: transform 0.7s, opacity 0.7s, -webkit-transform 0.7s;
}
.bossmart-use_step.bossmart-move-order.is-move > figure {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: opacity 0.7s, -webkit-transform 0.7s;
	transition: opacity 0.7s, -webkit-transform 0.7s;
	transition: transform 0.7s, opacity 0.7s;
	transition: transform 0.7s, opacity 0.7s, -webkit-transform 0.7s;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.bossmart-use_step.bossmart-move-order.is-move > ol > li {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: opacity 0.7s, -webkit-transform 0.7s;
	transition: opacity 0.7s, -webkit-transform 0.7s;
	transition: transform 0.7s, opacity 0.7s;
	transition: transform 0.7s, opacity 0.7s, -webkit-transform 0.7s;
}
.bossmart-use_step.bossmart-move-order.is-move > ol > li:nth-child(1) {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.bossmart-use_step.bossmart-move-order.is-move > ol > li:nth-child(2) {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}
.bossmart-use_step.bossmart-move-order.is-move > ol > li:nth-child(3) {
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}
.bossmart-use_step_note {
	width: 380px;
	margin-top: 16px;
	font-size: 12px;
	padding-left: 1em;
	text-indent: -1em;
	text-align: left;
	line-height: 1.7;
}
.bossmart-use_step_note + .bossmart-use_step_note {
	margin-top: 0;
}
@media screen and (max-width: 768px) {
	.bossmart-use_step_note {
		width: 100%;
	}
}
.bossmart-use_step_note a {
	color: #000;
}
@media screen and (min-width: 769px) {
	.bossmart-use_step_note a:hover {
		text-decoration: none;
	}
}

/* bossmart-lineup
========================================================================== */
.bossmart-lineup {
	padding-bottom: 120px;
	padding-top: 0;
}
@media screen and (max-width: 768px) {
	.bossmart-lineup {
		padding: 0 16px 72px;
	}
}
@media screen and (max-width: 480px) {
	.bossmart-lineup {
		padding: 0 16px 72px;
	}
}
.bossmart-lineup_inner {
	background-color: #f7f4e9;
	border-radius: 32px 32px 0 0;
	padding: 64px 56px 45px 56px;
	position: relative;
}
.bossmart-lineup_inner._blue {
	background-color: #e8f0f1;
}
.bossmart-lineup_inner._blue .bossmart-section-title.theme-line {
	color: #06255c;
}
.bossmart-lineup_inner._blue .bossmart-section-title.theme-line > h2:after,
.bossmart-lineup_inner._blue .bossmart-section-title.theme-line > h2:before {
	background-color: #06255c;
}
.bossmart-lineup_inner._blue .bossmart-lineup_txt {
	color: #06255c;
}
.bossmart-lineup_inner._blue .bossmart-lineup_list > ul li dt span {
	color: #06255c;
	background-color: #e8f0f1;
}
.bossmart-lineup_inner._blue .bossmart-lineup_list > ul li dt:before {
	background: radial-gradient(circle farthest-side, #06255c 26%, transparent 26%);
	background-size: 6px 2px;
	background-repeat: repeat-x;
}

.bossmart-lineup_inner + .bossmart-lineup_inner {
	border-radius: 0 0 32px 32px;
}
@media screen and (max-width: 768px) {
	.bossmart-lineup_inner {
		border-radius: 24px 24px 0 0;
		padding: 55px 16px 48px;
	}
	.bossmart-lineup_inner + .bossmart-lineup_inner {
		border-radius: 0 0 24px 24px;
	}
}
.bossmart-lineup_title {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.bossmart-lineup_txt {
	font-size: 16px;
	line-height: 1.5;
	font-weight: bold;
	color: #e05b00;
	text-align: center;
	margin-bottom: 48px;
}
.bossmart-lineup_txt._option {
	margin: 0 0 40px 0;
}

.bossmart-lineup_list > ul {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	gap: 27px 55px;
}
.bossmart-lineup_list._wide > ul {
	gap: 65px 55px;
}
@media screen and (max-width: 768px) {
	.bossmart-lineup_list > ul {
		display: flex;
		flex-direction: column;
		gap: 38px 0;
	}
}
.bossmart-lineup_list > ul li._full {
	width: 100%;
}
.bossmart-lineup_list > ul li {
	width: calc(50% - 27.5px);
}
@media screen and (max-width: 768px) {
	.bossmart-lineup_list > ul li {
		width: 100%;
	}
}
.bossmart-lineup_list > ul li dt {
	position: relative;
}
.bossmart-lineup_list > ul li dt:before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	content: '';
	height: 2px;
	width: 100%;
	background: radial-gradient(circle farthest-side, #e05b00 26%, transparent 26%);
	background-size: 6px 2px;
	background-repeat: repeat-x;
	z-index: 0;
}
.bossmart-lineup_list > ul li dt span {
	position: relative;
	padding: 0 15px;
	color: #e05b00;
	font-size: 20px;
	font-weight: bold;
	background-color: #f7f4e9;
	z-index: 1;
}
.bossmart-lineup_list._blue > ul li dt:before {
	background: radial-gradient(circle farthest-side, #06255c 26%, transparent 26%);
	background-size: 6px 2px;
	background-repeat: repeat-x;
}
.bossmart-lineup_list._blue > ul li dt span {
	color: #06255c;
	background-color: #e8f0f1;
}
.bossmart-lineup_list-title {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 126px;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.3125;
}
@media screen and (max-width: 768px) {
	.bossmart-lineup_list-title {
		height: auto;
		font-size: 28px;
	}
}
.bossmart-lineup_list-title span {
	display: block;
	margin-top: 10px;
	font-size: 16px;
}
.bossmart-lineup_list-note {
	margin-top: 24px;
	color: #292929;
	font-size: 12px;
}

.bossmart-lineup_list > ul > li > dl > dd {
	margin-top: 15px;
}
.bossmart-lineup_list._option-lineup > ul > li > dl > dd {
	max-width: 624px;
	margin: 32px auto 0;
}
.bossmart-lineup_link {
	margin-top: 35px;
	text-align: left;
}
.bossmart-lineup_link a {
	font-size: 16px;
	font-weight: bold;
	line-height: 2.2;
	color: #e05b00;
	text-decoration: none;
}
.bossmart-lineup_caution {
	margin-top: 67px;
	text-align: left;
}
.bossmart-lineup_caution._mt {
	margin-top: 32px;
}
.bossmart-lineup_caution > li {
	font-size: 12px;
	line-height: 1.7;
	font-family: 'Yu Gothic', '游ゴシック', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ ProN W3',
		'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
.option-linkbox {
	margin-top: 56px;
}

.bossmart-lineup .bossmart-option_w {
	margin-top: 50px;
	width: auto;
	gap: 30px;
}
.bossmart-lineup .bossmart-option_banner {
	width: 396px;
}
@media screen and (max-width: 768px) {
	.bossmart-lineup .bossmart-option_banner {
		width: 100%;
	}
}

/* bossmart-point
========================================================================== */
.bossmart-point {
	padding-bottom: 0;
}
@media screen and (max-width: 768px) {
	.bossmart-point {
		padding-top: 72px;
	}
}
.bossmart-point_list {
	margin-bottom: 80px;
	margin-top: 80px;
}
@media screen and (max-width: 768px) {
	.bossmart-point_list {
		margin-bottom: 40px;
		margin-top: 40px;
	}
}
.bossmart-point_list > ul > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: left;
	margin-top: 75px;
}
.bossmart-point_list > ul > li:first-child {
	margin-top: 0;
}
.bossmart-point_list > ul > li:nth-child(1) .bossmart-point_list_box {
	background-image: url(/softdrink/jihanki/solution/bossmart/img/point_bg01.png);
	margin-right: -42px;
	min-height: 281px;
	padding-left: 80px;
	width: 468px;
}
.bossmart-point_list > ul > li:nth-child(2) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.bossmart-point_list > ul > li:nth-child(2) .bossmart-point_list_box {
	background-image: url(/softdrink/jihanki/solution/bossmart/img/point_bg02.png);
	margin-left: -54px;
	min-height: 277px;
	padding-left: 85px;
	width: 478px;
}
.bossmart-point_list > ul > li:nth-child(3) .bossmart-point_list_box {
	background-image: url(/softdrink/jihanki/solution/bossmart/img/point_bg03.png);
	margin-right: -53px;
	min-height: 298px;
	padding-left: 80px;
	padding-right: 86px;
	width: 473px;
}
@media screen and (max-width: 768px) {
	.bossmart-point_list > ul {
		overflow: hidden;
	}
	.bossmart-point_list > ul > li {
		display: block;
		text-align: left;
		margin-top: 75px;
	}
	.bossmart-point_list > ul > li:first-child {
		margin-top: 0;
	}
	.bossmart-point_list > ul > li > figure {
		display: table;
		margin-left: 16px;
		margin-right: 16px;
		position: relative;
		z-index: 1;
	}
}
@media screen and (max-width: 768px) and (min-width: 440px) {
	.bossmart-point_list > ul > li > figure {
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width: 768px) and (min-width: 480px) {
	.bossmart-point_list > ul > li:nth-child(3) .bossmart-point_list_box,
	.bossmart-point_list > ul > li:nth-child(2) .bossmart-point_list_box,
	.bossmart-point_list > ul > li:nth-child(1) .bossmart-point_list_box {
		background-size: 100% 100% !important;
	}
}
@media screen and (max-width: 768px) {
	.bossmart-point_list > ul > li:nth-child(3) .bossmart-point_list_box,
	.bossmart-point_list > ul > li:nth-child(2) .bossmart-point_list_box,
	.bossmart-point_list > ul > li:nth-child(1) .bossmart-point_list_box {
		background-image: url(/softdrink/jihanki/solution/bossmart/img/point_bg01.png);
		background-size: 150% 100%;
		margin: 0;
		min-height: 306px;
		padding: 0 16px;
		max-width: 478px;
		width: 100%;
	}
}
@media screen and (max-width: 768px) and (min-width: 440px) {
	.bossmart-point_list > ul > li:nth-child(3) .bossmart-point_list_box,
	.bossmart-point_list > ul > li:nth-child(2) .bossmart-point_list_box,
	.bossmart-point_list > ul > li:nth-child(1) .bossmart-point_list_box {
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width: 768px) {
	.bossmart-point_list > ul > li:nth-child(1) > figure {
		margin-top: -110px;
	}
}
@media screen and (max-width: 768px) {
	.bossmart-point_list > ul > li:nth-child(2) > figure {
		margin-top: -54px;
	}
}
@media screen and (max-width: 768px) {
	.bossmart-point_list > ul > li:nth-child(3) > figure {
		margin-top: -62px;
	}
}
.bossmart-point_list_box {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media screen and (max-width: 768px) {
	.bossmart-point_list_box {
		justify-content: center;
	}
	.bossmart-point_list_box_text {
		padding: 50px 0 72px;
	}
}
.bossmart-point_list_box_text > h3 {
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: -0.04em;
	line-height: 1.375;
	margin-bottom: 18px;
}
.bossmart-point_list_box_text > h3 > span {
	color: #e05b00;
	display: block;
	font-size: 1.6rem;
	margin-bottom: 7px;
}
.bossmart-point_list_box_text > p {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.8;
	margin-bottom: 10px;
	max-width: 320px;
}
@media screen and (max-width: 768px) {
	.bossmart-point_list_box_text > p {
		font-size: 1.6rem;
	}
}
@media screen and (max-width: 768px) {
	.bossmart-point .bossmart-conversion {
		margin-left: 16px;
		margin-right: 16px;
	}
}

/* bossmart-furniture
========================================================================== */
.bossmart-furniture {
	padding-top: 132px;
}
@media screen and (max-width: 768px) {
	.bossmart-furniture {
		padding: 96px 16px 72px;
	}
}
.bossmart-furniture_inner {
	background-color: #fff;
	border-radius: 32px;
	padding-bottom: 95px;
	padding-top: 95px;
}
@media screen and (max-width: 768px) {
	.bossmart-furniture_inner {
		border-radius: 24px;
		padding-bottom: 64px;
		padding-top: 52px;
	}
}
.bossmart-furniture_title {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transform: translateY(-75%);
	-ms-transform: translateY(-75%);
	transform: translateY(-75%);
}
.bossmart-furniture_title h2 span {
	color: #e05b00 !important;
	font-size: 24px;
}
@media screen and (max-width: 768px) {
	.bossmart-furniture_title h2 span {
		font-size: 20px;
	}
}
.bossmart-furniture_list_balloon {
	background-color: #e05b00;
	border-radius: 300px;
	padding-bottom: 12px;
	padding-top: 12px;
	text-align: center;
	width: 200px;
	position: absolute;
	left: 50%;
	top: -15px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.bossmart-furniture_list_balloon:before {
	border-color: #e05b00 transparent transparent;
	border-style: solid;
	border-width: 12px 5px 0;
	content: '';
	margin-left: -5px;
	position: absolute;
	bottom: -12px;
	left: 50%;
}
.bossmart-furniture_list_balloon > p {
	color: #fff;
	display: table;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.5;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 768px) {
	.bossmart-furniture_list_balloon {
		top: 10px;
		left: -6px;
		transform: none;
	}
	.bossmart-furniture_list_balloon:before {
		border-color: #e05b00 transparent transparent;
		border-style: solid;
		border-width: 12px 5px 0;
		content: '';
		margin-left: -5px;
		position: absolute;
		bottom: -12px;
		left: 50%;
	}
	.bossmart-furniture_list_balloon > p {
		color: #fff;
		display: table;
		font-size: 1.2rem;
		font-weight: 700;
		line-height: 1.5;
		margin-left: auto;
		margin-right: auto;
	}
}
.bossmart-furniture_list > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media screen and (max-width: 768px) {
	.bossmart-furniture_list > ul {
		flex-direction: column;
		align-items: center;
		padding-left: 20px;
		padding-right: 20px;
	}
}
.bossmart-furniture_list > ul > li {
	margin: 0 35px;
	position: relative;
}
@media screen and (max-width: 768px) {
	.bossmart-furniture_list > ul > li {
		display: flex;
		align-items: center;
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	.bossmart-furniture_list > ul > li:nth-child(2) {
		padding-top: 30px;
	}
	.bossmart-furniture_list > ul > li + li {
		margin-top: 30px;
	}
}
.bossmart-furniture_list > ul > li figure {
	margin-left: auto;
	margin-right: auto;
	max-width: 184px;
}
@media screen and (max-width: 768px) {
	.bossmart-furniture_list > ul > li > figure {
		margin-left: auto;
		margin-right: auto;
	}
}
.bossmart-furniture_list > ul > li > dl {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
@media screen and (max-width: 768px) {
	.bossmart-furniture_list > ul > li > dl {
		width: 100%;
		padding-left: 10px;
	}
}
.bossmart-furniture_list > ul > li > dl > dt {
	color: #e05b00;
	line-height: 1.4;
	position: relative;
	z-index: 0;
}
.bossmart-furniture_list > ul > li > dl > dt:before {
	background: url(/softdrink/jihanki/solution/bossmart/img/dots.png) repeat-x;
	background-size: 6px 2px;
	content: '';
	height: 2px;
	margin-top: -1px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
}
.bossmart-furniture_list > ul > li > dl > dt > span {
	background-color: #fff;
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 700;
	padding-left: 0.5em;
	padding-right: 0.5em;
	position: relative;
	z-index: 1;
}
.bossmart-furniture_list > ul > li > dl > dd {
	font-weight: 700;
	line-height: 1.3;
	margin-top: 10px;
}
.bossmart-furniture_list > ul > li > dl > dd > em {
	display: block;
	font-size: 3.2rem;
	margin-bottom: 10px;
}
.bossmart-furniture_list > ul > li > dl > dd .bossmart-furniture_list_caution {
	display: block;
	font-size: 1.2rem;
	font-weight: 500;
	margin-top: 1em;
}
@media screen and (max-width: 480px) {
	.bossmart-furniture_list > ul > li {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 4px 0 0;
		width: 100%;
	}
	.bossmart-furniture_list > ul > li:nth-child(2) {
		padding-top: 85px;
	}
	.bossmart-furniture_list > ul > li > figure {
		margin-left: 0;
		margin-right: 0;
		width: 87px;
	}
	.bossmart-furniture_list > ul > li > dl {
		margin-top: 0;
		padding-left: 12px;
		width: -webkit-calc(100% - 87px);
		width: calc(100% - 87px);
	}
	.bossmart-furniture_list > ul > li > .bossmart-furniture_list_balloon {
		left: 50%;
		top: 0;
		transform: translateX(-50%);
	}
	.bossmart-furniture_list > ul > li > dl > dd .bossmart-furniture_list_caution {
		text-align: left;
	}
}
.bossmart-furniture_video {
	margin-top: 56px;
	padding-left: 120px;
	padding-right: 120px;
}
.bossmart-furniture_video_title {
	margin-bottom: 60px;
}
.bossmart-furniture_video_wrapper {
	margin-left: auto;
	margin-right: auto;
	max-width: 598px;
}
.bossmart-furniture_video_inner {
	padding-top: 56.25%;
	width: 100%;
	position: relative;
}
.bossmart-furniture_video_inner > iframe {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
@media screen and (max-width: 768px) {
	.bossmart-furniture_video {
		margin-top: 40px;
		padding-left: 16px;
		padding-right: 16px;
	}
	.bossmart-furniture_video_title {
		margin-bottom: 32px;
	}
}

/* bossmart-voice
========================================================================== */
@media screen and (max-width: 768px) {
	.bossmart-voice {
		padding-left: 16px;
		padding-right: 16px;
	}
}
.bossmart-voice_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	margin-top: 90px;
}
@media screen and (max-width: 768px) {
	.bossmart-voice_box {
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0;
		max-width: 510px;
		padding-top: 40px;
	}
	.bossmart-voice_box.is-hide {
		display: none;
	}
	.bossmart-voice_box.opt-margin-top {
		margin-top: 50px;
	}
}
.bossmart-voice_box:nth-of-type(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.bossmart-voice_box:nth-of-type(even) > figure {
	margin-left: -16px;
	margin-right: 0;
}
@media screen and (max-width: 768px) {
	.bossmart-voice_box:nth-of-type(even) > figure {
		margin-left: 0;
	}
}
.bossmart-voice_box._option {
	margin-top: 56px;
}
@media screen and (max-width: 768px) {
	.bossmart-voice_box._option {
		margin-top: 0;
	}
}
.bossmart-voice_box._option + .bossmart-voice_box._option {
	margin-top: 71px;
}
@media screen and (max-width: 768px) {
	.bossmart-voice_box._option + .bossmart-voice_box._option {
		margin-top: 25px;
	}
}
.bossmart-voice_box._blue .bossmart-voice_box_data_title {
	background-color: #06255c;
}
.bossmart-voice_box._blue .bossmart-voice_box_data_title:before {
	border-color: #06255c transparent;
}
.bossmart-voice_box._blue .bossmart-voice_box_data {
	background-color: #f7f4e9;
}

.bossmart-voice_box > figure {
	margin-right: -16px;
	margin-top: 45px;
	max-width: 440px;
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 768px) {
	.bossmart-voice_box > figure {
		margin-right: 0;
		margin-top: 0;
		max-width: 100%;
	}
}
.bossmart-voice_box_data {
	background-color: #e8f0f1;
	border-radius: 8px;
	margin-top: 67px;
	padding: 40px 40px 25px;
	padding-left: 47px;
	text-align: left;
	width: 508px;
	position: relative;
	z-index: 0;
}
@media screen and (max-width: 768px) {
	.bossmart-voice_box_data {
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		margin-top: 50px;
		padding: 60px 40px 30px;
		width: auto;
	}
}
.bossmart-voice_box_data._blue {
	background: #f7f4e9;
}
.bossmart-voice_box_data_title {
	background-color: #e05b00;
	border-radius: 100px;
	color: #fff;
	padding: 17px 0 14px;
	width: 400px;
	position: absolute;
	left: 50%;
	top: -67px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.bossmart-voice_box_data_title._blue {
	background: #00286f;
}
.bossmart-voice_box_data_title.opt-margin-top {
	top: -87px;
}
.bossmart-voice_box_data_title.opt-large {
	width: 450px;
}
.bossmart-voice_box_data_title:before {
	border-color: #e05b00 transparent;
	border-style: solid;
	border-width: 15px 6px 0;
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 100%);
	-ms-transform: translate(-50%, 100%);
	transform: translate(-50%, 100%);
}
.bossmart-voice_box_data_title._blue:before {
	border-color: #00286f transparent;
}
.bossmart-voice_box_data_title > h3 {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.bossmart-voice_box_data_title {
		padding-bottom: 17px;
		padding-top: 19px;
		max-width: 400px;
		width: 100%;
		position: absolute;
		left: 50%;
		top: -50px;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.bossmart-voice_box_data_title.opt-margin-top {
		top: -60px;
	}
	.bossmart-voice_box_data_title > h3 {
		font-size: 1.6rem;
	}
}
.bossmart-voice_box_data_company {
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 1.3;
}
.bossmart-voice_box_data_company > span {
	font-size: 1.5rem;
	margin-left: 0.3em;
}
.bossmart-voice_box_data_company > img {
	display: inline;
	height: 2em;
	vertical-align: middle;
	margin-left: 1em;
}
@media screen and (max-width: 540px) {
	.bossmart-voice_box_data_company > img[src*='12'] {
		display: block;
		height: 1.8em;
		margin-top: 10px;
		margin-left: 0;
	}
}

.bossmart-voice_box_data_tag {
	margin-top: 13px;
}
.bossmart-voice_box_data_tag > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: -5px;
}
.bossmart-voice_box_data_tag > ul > li {
	background-color: #fff;
	border: 1px solid #06255c;
	border-radius: 30px;
	color: #06255c;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.3;
	margin-right: 8px;
	margin-top: 5px;
	min-width: 90px;
	padding-left: 16px;
	padding-right: 16px;
	text-align: center;
}
.bossmart-voice_box_data_tag > ul > li:last-child {
	margin-right: 0;
}
.bossmart-voice_box_data_text {
	margin-top: 16px;
}
.bossmart-voice_box_data_text > p {
	line-height: 1.7;
}
.bossmart-voice_box_data_text > p + p {
	margin-top: 1em;
}
.bossmart-voice_more {
	background-color: #f7f4e9;
	border-radius: 100px;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	cursor: pointer;
	display: none;
	font-size: 1.8rem;
	font-weight: 700;
	margin: 72px auto 0;
	max-width: 344px;
	padding-bottom: 18px;
	padding-top: 18px;
	position: relative;
}
@media screen and (max-width: 768px) {
	.bossmart-voice_more {
		display: block;
	}
}
.bossmart-voice_more:after,
.bossmart-voice_more:before {
	background-color: #e05b00;
	content: '';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
}
.bossmart-voice_more:before {
	height: 2px;
	width: 12px;
	right: 22px;
}
.bossmart-voice_more:after {
	height: 12px;
	width: 2px;
	right: 27px;
}

/* bossmart-office
========================================================================== */
.bossmart-office {
	margin-top: 120px;
}
@media screen and (max-width: 768px) {
	.bossmart-office {
		margin: 72px auto 0;
		max-width: 615px;
	}
}
.bossmart-office_list {
	margin-top: 54px;
}
@media screen and (max-width: 768px) {
	.bossmart-office_list {
		margin: 32px auto 0;
		max-width: 460px;
	}
}
.bossmart-office_list > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.bossmart-office_list > ul > li {
	font-size: 1.5em;
	font-weight: 700;
	margin-right: 18px;
	width: 140px;
}
.bossmart-office_list > ul > li:last-child {
	margin-right: 0;
}
@media screen and (max-width: 768px) {
	.bossmart-office_list > ul > li:nth-child(3n) {
		margin-right: 0;
	}
	.bossmart-office_list > ul > li:nth-child(n + 4) {
		margin-top: 24px;
	}
	.bossmart-office_list > ul > li:nth-child(1) img {
		width: 56px;
	}
	.bossmart-office_list > ul > li:nth-child(2) img {
		width: 62px;
	}
	.bossmart-office_list > ul > li:nth-child(3) img {
		width: 70px;
	}
	.bossmart-office_list > ul > li:nth-child(4) img {
		width: 67px;
	}
	.bossmart-office_list > ul > li:nth-child(5) img {
		width: 70px;
	}
	.bossmart-office_list > ul > li:nth-child(6) img {
		width: 40px;
	}
}
.bossmart-office_list > ul > li > figure span {
	background-color: #e8f0f1;
	border-radius: 50%;
	display: inline-block;
	height: 140px;
	line-height: 140px;
	width: 140px;
}
.bossmart-office_list > ul > li > figure span > img {
	vertical-align: middle;
}
.bossmart-office_list > ul > li > figure > figcaption {
	margin-top: 20px;
}
@media screen and (max-width: 480px) {
	.bossmart-office_list > ul > li {
		font-size: 1.4em;
		margin-right: 13px;
		width: 105px;
	}
	.bossmart-office_list > ul > li > figure span {
		height: 105px;
		line-height: 105px;
		width: 105px;
	}
	.bossmart-office_list > ul > li > figure span > img {
		width: 74px;
	}
	.bossmart-office_list > ul > li > figure > figcaption {
		margin-top: 7px;
	}
}

.bossmart-voice .bossmart-conversion_w {
	margin-top: 80px;
}
@media screen and (max-width: 768px) {
	.bossmart-voice .bossmart-conversion_w {
		margin-top: 40px;
	}
}

/* bossmart-Q&A
========================================================================== */
.bossmart-qa {
	background: #e8f0f1;
}
.bossmart-qa_inner {
	width: 934px;
	margin: 0 auto;
	padding: 104px 0 126px;
}
@media screen and (max-width: 768px) {
	.bossmart-qa_inner {
		width: auto;
		padding: 83px 16px 87px 16px;
	}
}
.bossmart-qa_title {
	color: #06255c;
}
.bossmart_qabox {
	margin-top: 64px;
}
.bossmart_qabox dl {
	text-align: left;
}
.bossmart_qabox dl + dl {
	margin-top: 32px;
}
.bossmart_qabox dl dt {
	background: #fff;
	padding: 17px 24px;
	border-radius: 20px;
	position: relative;
}
.bossmart_qabox dl dt,
.bossmart_qabox dl dd {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.7;
	position: relative;
	padding-left: 75px;
	font-family: 'Yu Gothic', '游ゴシック', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ ProN W3',
		'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
.bossmart_qabox dl dd {
	margin-top: 20px;
	display: none;
}

.bossmart_qabox dl dd span {
	text-decoration: underline;
}
@media screen and (min-width: 769px) {
	.bossmart_qabox dl dd span:hover {
		cursor: pointer;
		opacity: 0.7;
	}
}
.bossmart_qabox dl dt:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.bossmart_qabox dl dt {
	background-image: url(/softdrink/jihanki/solution/bossmart/img/icon_q.svg);
	background-size: 26px 48px;
	background-position: 25px 50%;
	background-repeat: no-repeat;
	width: 100%;
}
@media screen and (max-width: 768px) {
	.bossmart_qabox dl dt {
		background-position: 18px 50%;
		background-size: 19px 20px;
		padding: 18px 50px 18px 55px;
		font-size: 14px;
		line-height: 1.6;
		min-height: 72px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}
.bossmart_qabox dl dd {
	background-image: url(/softdrink/jihanki/solution/bossmart/img/icon_a.svg);
	background-size: 25px 22px;
	background-position: 25px 7px;
	background-repeat: no-repeat;
	width: 100%;
}
@media screen and (max-width: 768px) {
	.bossmart_qabox dl dd {
		font-size: 14px;
		line-height: 1.6;
		width: 100%;
		background-size: 19px 17px;
		background-position: 18px 5px;
		padding-left: 55px;
	}
}
.bossmart_qabox dl dd p {
	padding: 6px 65px 0 0;
}
.bossmart_qabox dl dd p a {
	color: #000;
	text-decoration: underline;
}
@media screen and (min-width: 769px) {
	.bossmart_qabox dl dd p a:hover {
		text-decoration: none;
	}
}
@media screen and (max-width: 768px) {
	.bossmart_qabox dl dd p {
		padding: 2px 65px 0 0;
	}
}
.bossmart_qabox dl dt:before,
.bossmart_qabox dl dt:after {
	content: '';
	display: block;
	background: #06255c;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.bossmart_qabox dl dt:before {
	width: 24px;
	height: 4px;
	right: 25px;
}
@media screen and (max-width: 768px) {
	.bossmart_qabox dl dt:before {
		width: 18px;
		height: 3px;
		right: 14px;
	}
}
.bossmart_qabox dl dt:after {
	width: 4px;
	height: 24px;
	right: 35px;
}
@media screen and (max-width: 768px) {
	.bossmart_qabox dl dt:after {
		width: 3px;
		height: 18px;
		right: 22px;
	}
}
.bossmart_qabox dl dt._active:after {
	content: none;
}
@media screen and (min-width: 769px) {
	.bossmart_qabox dl dt:hover {
		cursor: pointer;
		opacity: 0.7;
	}
}

.bossmart-qa .bossmart-conversion_w {
	margin-top: 80px;
}

@media screen and (max-width: 768px) {
	.bossmart-qa .bossmart-conversion_w {
		margin-top: 40px;
	}
}

/* bossmart-trial
========================================================================== */
@media screen and (max-width: 768px) {
	.bossmart-trial {
		padding: 72px 16px;
	}
}
.bossmart-trial_title {
	margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
	.bossmart-trial_title {
		margin-bottom: 20px;
	}
}
.bossmart-trial_small {
	margin-bottom: 40px;
}
.bossmart-trial_small.bossmart-text-small li {
	font-size: 12px;
}
.bossmart-trial_small.bossmart-text-small li + li {
	margin-top: 5px;
}
@media screen and (max-width: 768px) {
	.bossmart-trial_small {
		margin-bottom: 60px;
	}
}
.bossmart-trial_step {
	margin-bottom: 60px;
	margin-top: 50px;
}
@media screen and (max-width: 768px) {
	.bossmart-trial_step {
		margin-bottom: 40px;
		margin-top: 40px;
	}
}
.bossmart-trial_step > p {
	font-size: 2.4rem;
	font-weight: 700;
	margin-top: 40px;
}
@media screen and (max-width: 768px) {
	.bossmart-trial_step > p {
		font-size: 1.6rem;
		line-height: 1.75;
	}
}
.bossmart-trial_step > ol {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media screen and (max-width: 768px) {
	.bossmart-trial_step > ol {
		display: block;
	}
}
.bossmart-trial_step > ol > li {
	background-color: #fff;
	border-radius: 50%;
	height: 298px;
	margin-right: 20px;
	padding-top: 55px;
	width: 298px;
	position: relative;
}
.bossmart-trial_step > ol > li:before {
	background: url(/softdrink/jihanki/solution/bossmart/img/contact-step-arrow_bg.svg) no-repeat 0 0;
	background-size: 100% 100%;
	content: '';
	height: 15px;
	width: 55px;
	position: absolute;
	right: -40px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
}
.bossmart-trial_step > ol > li:last-child {
	margin-right: 0;
}
.bossmart-trial_step > ol > li:last-child:before {
	content: none;
}
.bossmart-trial_step > ol > li > h3 {
	color: #e05b00;
	font-weight: 700;
}
.bossmart-trial_step > ol > li > h3 > span {
	color: #000;
	display: block;
	font-size: 2.4rem;
	margin-top: 20px;
}
.bossmart-trial_step > ol > li > p {
	line-height: 1.7;
	margin-top: 27px;
	padding-left: 50px;
	padding-right: 50px;
	text-align: left;
}
@media screen and (max-width: 768px) {
	.bossmart-trial_step > ol > li {
		height: 260px;
		margin: 20px auto 0;
		padding-top: 34px;
		width: 260px;
	}
	.bossmart-trial_step > ol > li:before {
		bottom: -20px;
		left: 50%;
		right: auto;
		top: auto;
		-webkit-transform: rotate(90deg) translateX(-50%);
		-ms-transform: rotate(90deg) translateX(-50%);
		transform: rotate(90deg) translateX(-50%);
		-webkit-transform-origin: center left;
		-ms-transform-origin: center left;
		transform-origin: center left;
	}
	.bossmart-trial_step > ol > li:last-child {
		margin-right: auto;
	}
	.bossmart-trial_step > ol > li > h3 > span {
		font-size: 2rem;
		margin-top: 25px;
	}
	.bossmart-trial_step > ol > li > p {
		margin-top: 20px;
		padding-left: 45px;
		padding-right: 45px;
	}
}

/* suntory-common_fotter_link
========================================================================== */

.suntory-common_fotter_link {
	padding-bottom: 80px;
	padding-top: 65px;
}

.suntory-common_fotter_link_inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 934px;
}

.suntory-common_fotter_link a {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
@media screen and (min-width: 769px) {
	.suntory-common_fotter_link a:hover {
		opacity: 0.7;
	}
}

.suntory-common_fotter_link_head_pc {
	display: block;
}

.suntory-common_fotter_link_head_sp {
	display: none;
}

.suntory-common_fotter_link_head > a > img {
	width: 100%;
}

.suntory-common_fotter_link_foot {
	margin-top: 50px;
	display: flex;
}

.suntory-common_fotter_link_foot > li {
	width: 25%;
}

.suntory-common_fotter_link_foot > li > a > img {
	width: 100%;
}

@media screen and (max-width: 1024px) {
	.suntory-common_fotter_link_inner {
		max-width: 960px;
	}
}

@media screen and (max-width: 768px) {
	.suntory-common_fotter_link {
		padding: 72px 16px;
	}
	.suntory-common_fotter_link_inner {
		width: auto;
	}
	.suntory-common_fotter_link_foot {
		flex-wrap: wrap;
	}
	.suntory-common_fotter_link_foot > li {
		width: 50%;
	}
	.suntory-common_fotter_link_head_pc {
		display: none;
	}
	.suntory-common_fotter_link_head_sp {
		display: block;
	}
}

/* bossmart-sns
========================================================================== */
.bossmart-sns {
	padding-bottom: 80px;
	padding-top: 65px;
}
.bossmart-sns > p {
	font-weight: 700;
}
.bossmart-sns > ul {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 25px;
}
.bossmart-sns > ul > li {
	margin-right: 27px;
}
.bossmart-sns > ul > li:last-child {
	margin-right: 0;
}

/* ==========================================================================
   module
========================================================================== */
/* bossmart-btn
========================================================================== */
.bossmart-btn > a {
	background-color: #06255c;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	border-radius: 200px;
	color: #fff;
	display: inline-block;
	font-size: 2.2rem;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	width: 454px;
	position: relative;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.bossmart-btn > a > span {
	background: url(/softdrink/jihanki/solution/bossmart/img/icon-dl_bg.svg) no-repeat 99.8% 50%;
	background-size: 22px 21px;
	display: inline-block;
	padding-bottom: 20px;
	padding-right: 35px;
	padding-top: 20px;
}
@media screen and (min-width: 769px) {
	.bossmart-btn > a:hover {
		opacity: 0.7;
	}
}
@media screen and (max-width: 768px) {
	.bossmart-btn > a {
		font-size: 1.4rem;
		line-height: 1.3;
		width: 100%;
	}
	.bossmart-btn > a > span {
		padding-bottom: 15px;
		padding-top: 18px;
	}
}
@media screen and (max-width: 480px) {
	.bossmart-btn > a {
		font-size: 1.4rem;
		line-height: 1.3;
		min-width: 164px;
		width: 100%;
	}
	.bossmart-btn > a > span {
		background: none;
		padding-bottom: 9px;
		padding-right: 0;
		padding-top: 12px;
	}
}
.bossmart-btn.theme-dl > a {
	background-color: #e05b00;
}
.bossmart-btn.theme-dl > a > span {
	background-image: url(/softdrink/jihanki/solution/bossmart/img/icon-ask_bg.svg);
	background-size: 22px 21px;
}
@media screen and (max-width: 480px) {
	.bossmart-btn.theme-dl > a > span {
		background: none;
	}
}
.bossmart-btn.opt-small > a {
	font-size: 1.4rem;
	width: 264px;
}
.bossmart-btn.opt-small > a > span {
	background-size: 14px 14px;
	padding-bottom: 13px;
	padding-right: 20px;
	padding-top: 13px;
}

/* bossmart-conversion
========================================================================== */
.bossmart-conversion._option {
	margin-top: 39px;
}
.bossmart-conversion_banner {
	background-color: #fff;
	border-radius: 32px;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	color: #000;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	text-decoration: none;
	position: relative;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.bossmart-conversion_banner:not(:has(img)) {
	height: 85px;
}

.bossmart-conversion_w .bossmart-conversion_banner:not(:has(img)) .bossmart-conversion_banner_text {
	margin: auto;
}

@media screen and (max-width: 768px) {
	.bossmart-conversion_banner:not(:has(img)) {
		height: 15vw;
		max-height: 70.5px;
	}

	.bossmart-conversion_banner._img-hide .bossmart-conversion_banner_text {
		width: 100%;
	}
}
.bossmart-conversion_message {
	font-size: 24px;
	line-height: 1.375;
	font-weight: bold;
	font-family: 'Yu Gothic', '游ゴシック', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ ProN W3',
		'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	margin-bottom: 53px;
}
@media screen and (max-width: 768px) {
	.bossmart-conversion_message {
		margin-bottom: 49px;
		font-size: 16px;
	}
}
.bossmart-conversion_message._option {
	margin: 120px 0 0;
	font-size: 26px;
	line-height: 1.6;
}
@media screen and (max-width: 768px) {
	.bossmart-conversion_message._option {
		margin-top: 88px;
		font-size: 16px;
		line-height: 1.625;
	}
}
.bossmart-conversion_w {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	gap: 29px 18px;
}
@media screen and (max-width: 769px) {
	.bossmart-conversion_w {
		gap: 16px;
	}
	.bossmart-conversion_w._pa {
		padding: 0 16px;
	}
}
.bossmart-conversion_w._option-plan {
	margin-top: 88px;
}
@media screen and (max-width: 769px) {
	.bossmart-conversion_w._option-plan {
		margin-top: 33px;
	}
}
.bossmart-conversion_w .bossmart-conversion_banner {
	width: 458px;
	margin: 0 auto;
	border-radius: 22px;
}
@media screen and (min-width: 769px) {
	.bossmart-conversion_banner:hover {
		opacity: 0.7;
	}
}
@media screen and (max-width: 768px) {
	.bossmart-conversion_w {
		flex-direction: column;
	}
	.bossmart-conversion_w._option-plan {
		flex-direction: row;
	}
	.bossmart-conversion_w._option-plan .bossmart-conversion_banner {
		width: calc(50% - 8px);
		border-radius: 32px;
	}
	.bossmart-conversion_w._option-plan .bossmart-conversion_banner_img {
		display: none;
	}
}
@media screen and (max-width: 480px) {
	.bossmart-conversion_banner {
		border-radius: 20px;
	}
	.bossmart-conversion_w .bossmart-conversion_banner {
		display: flex;
		width: 100%;
	}
}
.bossmart-conversion_banner.theme-white {
	background-color: #fff;
}
.bossmart-conversion_banner.theme-yellow {
	background-color: #f7f4e9;
}
.bossmart-conversion_banner.theme-orange {
	background-color: #e64800;
}
.bossmart-conversion_banner.theme-blue {
	background-color: #e8f0f1;
}
.bossmart-conversion_banner.theme-indigo {
	background-color: #06255c;
}
.bossmart-conversion_banner.theme-orange .bossmart-conversion_banner_text,
.bossmart-conversion_banner.theme-indigo .bossmart-conversion_banner_text {
	color: #fff;
}

.bossmart-conversion_banner.theme-white:before {
	background: url(/softdrink/jihanki/solution/bossmart/img/icon-window_bg_blue.svg) no-repeat 50%
		50%;
	background-size: 15px 15px;
}
.bossmart-conversion_banner.theme-blue:before {
	background: url(/softdrink/jihanki/solution/bossmart/img/icon-window_bg.svg) no-repeat 50% 50%
		#06255c;
	background-size: 15px 15px;
}
.bossmart-conversion_banner_img {
	width: 284px;
}
.bossmart-conversion_w .bossmart-conversion_banner_img {
	width: 129px;
}
@media screen and (max-width: 768px) {
	.bossmart-conversion_banner_img {
		width: 106px;
	}
}
@media screen and (max-width: 480px) {
	.bossmart-conversion_w .bossmart-conversion_banner_img {
		display: block;
		width: 30vw;
	}
}
.bossmart-conversion_banner_text {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: -webkit-calc(100% - 284px);
	width: calc(100% - 284px);
}
.bossmart-conversion_banner_text p span {
	position: relative;
	display: block;
	margin-bottom: 26px;
	padding: 0 44px;
	color: #e05b00;
	font-size: 20px;
}
@media screen and (max-width: 768px) {
	.bossmart-conversion_banner_text p span {
		margin-bottom: 10px;
		padding: 0 30px;
		font-size: 12px;
	}
}
.bossmart-conversion_banner_text p span:after,
.bossmart-conversion_banner_text p span:before {
	background-color: #e05b00;
	border-radius: 2px;
	content: '';
	height: 100%;
	width: 4px;
	position: absolute;
	top: 0;
}
.bossmart-conversion_banner_text p span:before {
	left: 10px;
	transform: rotate(-45deg);
}
.bossmart-conversion_banner_text p span:after {
	right: 10px;
	transform: rotate(45deg);
}

.bossmart-conversion_w .bossmart-conversion_banner_text {
	width: -webkit-calc(100% - 180px);
	width: calc(100% - 180px);
}
@media screen and (max-width: 768px) {
	.bossmart-conversion_banner_text {
		width: -webkit-calc(100% - 106px);
		width: calc(100% - 106px);
		padding: 10px 22px;
	}
	.bossmart-conversion_w .bossmart-conversion_banner_text {
		width: 100% !important;
		padding: 10px !important;
	}
}
@media screen and (max-width: 480px) {
	.bossmart-conversion_banner_text {
		width: auto;
	}
	.bossmart-conversion_w .bossmart-conversion_banner_text {
		padding-top: 20px;
		width: calc(100% - 40vw);
	}
}
.bossmart-conversion_banner_text_title {
	color: #e05b00;
}
.bossmart-conversion_banner_text_title > p {
	display: inline-block;
	font-size: 2em;
	font-weight: 700;
	line-height: 1.3;
	padding-left: 45px;
	padding-right: 45px;
	position: relative;
}
.bossmart-conversion_banner_text_title > p:after,
.bossmart-conversion_banner_text_title > p:before {
	background-color: #e05b00;
	border-radius: 2px;
	content: '';
	height: 100%;
	width: 4px;
	position: absolute;
	top: 0;
}
.bossmart-conversion_banner_text_title > p:before {
	left: 10px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.bossmart-conversion_banner_text_title > p:after {
	right: 10px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
	.bossmart-conversion_banner_text_title > p {
		font-size: 1.4em;
		padding-left: 36px;
		padding-right: 36px;
	}
	.bossmart-conversion_banner_text_title > p:after,
	.bossmart-conversion_banner_text_title > p:before {
		width: 2px;
	}
	.bossmart-conversion_banner_text_title > p:before {
		left: 5px;
	}
	.bossmart-conversion_banner_text_title > p:after {
		right: 5px;
	}
}
@media screen and (max-width: 480px) {
	.bossmart-conversion_banner_text_title > p {
		font-size: 1.2em;
		padding-left: 24px;
		padding-right: 24px;
	}
	.bossmart-conversion_banner_text_title > p:after,
	.bossmart-conversion_banner_text_title > p:before {
		width: 2px;
	}
	.bossmart-conversion_banner_text_title > p:before {
		left: 5px;
	}
	.bossmart-conversion_banner_text_title > p:after {
		right: 5px;
	}
}
.bossmart-conversion_banner_text > p {
	font-size: 3.2em;
	font-weight: 700;
	line-height: 1.3;
}
.bossmart-conversion_w .bossmart-conversion_banner_text > p {
	font-size: 2.2em;
}
@media screen and (max-width: 768px) {
	.bossmart-conversion_banner_text > p {
		font-size: 16px;
	}
	.bossmart-conversion_w .bossmart-conversion_banner_text > p {
		font-size: 1.6em;
	}
}
.bossmart-conversion_btn-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 35px;
}
.bossmart-conversion_btn-list .bossmart-btn {
	margin-right: 24px;
}
.bossmart-conversion_btn-list .bossmart-btn:nth-child(2n) {
	margin-right: 0;
}
@media screen and (max-width: 768px) {
	.bossmart-conversion_btn-list {
		margin-top: 15px;
	}
	.bossmart-conversion_btn-list .bossmart-btn {
		margin-right: 4%;
		width: 48%;
	}
}
.bossmart-conversion_detail {
	width: 100%;
}
.bossmart-conversion_detail._option-link {
	margin-top: 56px;
}
.bossmart-conversion_detail a {
	position: relative;
	display: block;
	padding: 45px 8px 47px;
	background-color: #06255c;
	text-decoration: none;
	transition: all 0.3s;
}

@media screen and (max-width: 768px) {
	.bossmart-conversion_detail a {
		position: relative;
		display: block;
		padding: 18px 8px 18px;
		background-color: #06255c;
		text-decoration: none;
		transition: all 0.3s;
	}
}
@media screen and (min-width: 769px) {
	.bossmart-conversion_detail a:hover {
		opacity: 0.7;
	}
}
.bossmart-conversion_detail a:before {
	position: absolute;
	top: 50%;
	left: 8px;
	transform: translateY(-50%);
	content: '';
	width: 226px;
	height: 154px;
	background-image: url('/softdrink/jihanki/solution/bossmart/img/img_conversion_detail_logo.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.bossmart-conversion_detail a:after {
	position: absolute;
	top: 50%;
	right: 8px;
	transform: translateY(-50%);
	content: '';
	width: 226px;
	height: 154px;
	background-image: url('/softdrink/jihanki/solution/bossmart/img/img_conversion_detail_photo.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.bossmart-conversion_detail._option-link a:before {
	width: 154px;
	background-image: url('/softdrink/jihanki/solution/bossmart/img/img_conversion_detail_photo02.png');
}
.bossmart-conversion_detail._option-link a:after {
	width: 154px;
	background-image: url('/softdrink/jihanki/solution/bossmart/img/img_conversion_detail_photo03.png');
}
@media screen and (max-width: 768px) {
	.bossmart-conversion_detail a:before,
	.bossmart-conversion_detail a:after {
		content: none;
	}
}

.bossmart-conversion_detail-title {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 31px;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	.bossmart-conversion_detail-title {
		font-size: 16px;
	}
	.bossmart-conversion_detail-title:after {
		position: absolute;
		top: 50%;
		right: 12px;
		transform: translateY(-50%);
		content: '';
		width: 18px;
		height: 18px;
		background-image: url('/softdrink/jihanki/solution/bossmart/img/icon_arrow_white.svg');
		background-size: 100% 100%;
	}
}
.bossmart-conversion_detail-title span {
	position: relative;
	margin-bottom: 23px;
	padding: 0 62px;
	font-size: 20px;
}
@media screen and (max-width: 768px) {
	.bossmart-conversion_detail-title span {
		margin-bottom: 10px;
		padding: 0 30px;
		font-size: 12px;
	}
}
.bossmart-conversion_detail-title span:before,
.bossmart-conversion_detail-title span:after {
	position: absolute;
	top: -6px;
	content: '';
	width: 4px;
	height: 33px;
	background-color: #fff;
	border-radius: 2px;
}
@media screen and (max-width: 768px) {
	.bossmart-conversion_detail-title span:before,
	.bossmart-conversion_detail-title span:after {
		width: 2px;
		height: 18px;
	}
}
.bossmart-conversion_detail-title span:before {
	left: 10px;
	transform: rotate(-45deg);
}
.bossmart-conversion_detail-title span:after {
	right: 10px;
	transform: rotate(45deg);
}

.persistence-rate {
	margin-top: 10px;
	padding-right: 21px !important;
}

/* bossmart-text-small
========================================================================== */
.bossmart-text-small {
	font-size: 1.2rem !important;
	line-height: 1.3 !important;
}

/* bossmart-move
========================================================================== */
.bossmart-move-top {
	opacity: 0;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: opacity 0.7s, -webkit-transform 0.7s;
	transition: opacity 0.7s, -webkit-transform 0.7s;
	transition: transform 0.7s, opacity 0.7s;
	transition: transform 0.7s, opacity 0.7s, -webkit-transform 0.7s;
}
.bossmart-move-top.is-move {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: opacity 0.7s, -webkit-transform 0.7s;
	transition: opacity 0.7s, -webkit-transform 0.7s;
	transition: transform 0.7s, opacity 0.7s;
	transition: transform 0.7s, opacity 0.7s, -webkit-transform 0.7s;
}

.bossmart-move-order {
	opacity: 0;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: opacity 0.7s, -webkit-transform 0.7s;
	transition: opacity 0.7s, -webkit-transform 0.7s;
	transition: transform 0.7s, opacity 0.7s;
	transition: transform 0.7s, opacity 0.7s, -webkit-transform 0.7s;
}
.bossmart-move-order.is-move {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: opacity 0.7s, -webkit-transform 0.7s;
	transition: opacity 0.7s, -webkit-transform 0.7s;
	transition: transform 0.7s, opacity 0.7s;
	transition: transform 0.7s, opacity 0.7s, -webkit-transform 0.7s;
}
/* bossmart option
========================================================================== */

/* オプションページ kv */
.bossmart-option_kv {
	display: flex;
	justify-content: center;
	height: 310px;
	overflow: hidden;
}
@media screen and (max-width: 768px) {
	.bossmart-option_kv {
		height: auto;
		overflow: inherit;
	}
}
.bossmart-option_kv-txtbox {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-width: 530px;
	color: #06255c;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	.bossmart-option_kv-txtbox {
		min-width: auto;
		padding: 32px 20px 33px;
	}
}
.bossmart-option_kv-heading {
	font-size: 40px;
}
@media screen and (max-width: 768px) {
	.bossmart-option_kv-heading {
		font-size: 28px;
	}
}
.bossmart-option_kv-heading span {
	display: block;
	margin-bottom: 27px;
	font-size: 20px;
}
@media screen and (max-width: 768px) {
	.bossmart-option_kv-heading span {
		margin-bottom: 11px;
		font-size: 12px;
	}
}
.bossmart-option_kv-lead {
	margin-top: 27px;
	font-size: 20px;
	line-height: 1.4;
}
@media screen and (max-width: 768px) {
	.bossmart-option_kv-lead {
		margin-top: 24px;
		font-size: 16px;
		line-height: 1.6875;
	}
}
.bossmart-option_kv figure {
	position: relative;
	display: flex !important;
	align-items: center;
	justify-content: center;
	min-width: 418px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
@media screen and (max-width: 768px) {
	.bossmart-option_kv figure {
		display: none !important;
	}
}
.bossmart-option_kv figure img {
	width: 100%;
}

/* オプションページ ページ内リンクbox */
.bossmart-option_nav {
	position: relative;
	background: #e8f0f1;
	padding: 64px 0 97px;
}
@media screen and (max-width: 768px) {
	.bossmart-option_nav {
		padding: 31px 39px 67px 41px;
	}
}
.bossmart-option_nav:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 94px;
	background: url('/softdrink/jihanki/solution/bossmart/img/img_option_nav.svg') #f7f4e9;
}
@media screen and (max-width: 768px) {
	.bossmart-option_nav:after {
		height: 44px;
	}
}
.bossmart-option_nav-inner {
	display: flex;
	max-width: 934px;
	width: 100%;
	margin: 0 auto;
	gap: 0 54px;
}
@media screen and (max-width: 768px) {
	.bossmart-option_nav-inner {
		flex-direction: column;
		gap: 28px 0;
		width: 100%;
	}
}
.bossmart-option_nav-card {
	position: relative;
	max-width: 440px;
	width: 50%;
	margin: 0 auto;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0px 3px 6px 0px #cecece;
}
.bossmart-option_nav-card a {
	position: relative;
	display: block;
	padding: 149px 60px 28px 67px;
	text-align: center;
	text-decoration: none;
	z-index: 1;
}
@media screen and (max-width: 768px) {
	.bossmart-option_nav-card {
		width: 100%;
	}
	.bossmart-option_nav-card a {
		padding: 98px 20px 15px;
	}
}
.bossmart-option_nav-card._plan1 a:before,
.bossmart-option_nav-card._plan2 a:before {
	position: absolute;
	top: 34px;
	left: 50%;
	transform: translateX(-50%);
	content: '';
	width: 324px;
	height: 87px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
	.bossmart-option_nav-card._plan1 a:before,
	.bossmart-option_nav-card._plan2 a:before {
		top: 23px;
		width: 218px;
		height: 59px;
	}
}
.bossmart-option_nav-card._plan1 a:before {
	background-image: url('/softdrink/jihanki/solution/bossmart/img/img_option_about_card_plan1.svg');
}
.bossmart-option_nav-card._plan2 a:before {
	background-image: url('/softdrink/jihanki/solution/bossmart/img/img_option_about_card_plan2.svg');
}
@media screen and (min-width: 769px) {
	.bossmart-option_nav-card a:hover {
		opacity: 0.7;
	}
}
.bossmart-option_nav-card_text {
	position: relative;
	padding-bottom: 32px;
	color: #06255c;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.7;
}
@media screen and (max-width: 768px) {
	.bossmart-option_nav-card_text {
		padding-bottom: 27px;
		font-size: 16px;
	}
}
.bossmart-option_nav-card_text:before {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	content: '';
	width: 21px;
	height: 12px;
	background-image: url('/softdrink/jihanki/solution/bossmart/img/option_arrow.svg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
@media screen and (max-width: 768px) {
	.bossmart-option_nav-card_text:before {
		width: 14px;
		height: 8px;
	}
}
.bossmart-option_nav-link {
	display: flex;
	align-items: center;
	justify-content: center;
}
.bossmart-option_scroll-link {
	position: relative;
	margin-top: 42px;
	padding-left: 53px;
	color: #000000;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.4583;
}
@media screen and (min-width: 769px) {
	.bossmart-option_scroll-link:hover {
		text-decoration: underline;
	}
}
@media screen and (max-width: 768px) {
	.bossmart-option_scroll-link {
		margin-top: 36px;
		padding-left: 46px;
		font-size: 20px;
	}
}
.bossmart-option_scroll-link:before {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	content: '';
	width: 32px;
	height: 32px;
	background-image: url('/softdrink/jihanki/solution/bossmart/img/icon_arrow.svg');
	background-repeat: no-repeat;
}

/* オプションページ プラン詳細ブロック */
.bossmart-option_plan._plan1 {
	padding: 128px 0 156px;
}
@media screen and (max-width: 768px) {
	.bossmart-option_plan._plan1 {
		padding: 80px 0 51px;
	}
}
.bossmart-option_plan._plan1 .bossmart-option_plan-headline {
	color: #e05b00;
}
.bossmart-option_plan._plan2 {
	padding: 200px 0 137px;
}
@media screen and (max-width: 768px) {
	.bossmart-option_plan._plan2 {
		padding: 100px 0 69px;
	}
}
.bossmart-option_plan._plan2 .bossmart-option_plan-headline {
	color: #06255c;
}
.bossmart-option_plan-inner {
	width: 1154px;
	margin: 0 auto;
	padding: 60px 110px 111px;
	background-color: #fff;
	border-radius: 32px;
}
@media screen and (max-width: 768px) {
	.bossmart-option_plan-inner {
		width: 100%;
		padding: 103px 16px 72px;
	}
}
.bossmart-option_plan-headline {
	position: relative;
	width: 435px;
	margin: -112px auto 0;
	padding: 42px 0 53px;
	font-size: 20px;
	font-weight: bold;
	z-index: 0;
}
@media screen and (max-width: 768px) {
	.bossmart-option_plan-headline {
		width: 218px;
		margin: -128px auto 0;
		padding: 26px 0 57px;
		font-size: 18px;
	}
}
.bossmart-option_plan-headline:before {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	content: '';
	width: 100%;
	height: 250px;
	background-color: #fff;
	border-radius: 75px;
	z-index: -1;
}
@media screen and (max-width: 768px) {
	.bossmart-option_plan-headline:before {
		content: '';
		height: 218px;
		border-radius: 46px;
	}
}
.bossmart-option_plan-unit {
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 768px) {
	.bossmart-option_plan-unit {
		margin-top: 24px;
	}
}
.bossmart-option_plan-logo {
	width: 288px;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.bossmart-option_plan-logo {
		width: 169px;
	}
}
.bossmart-option_plan-icon {
	position: absolute;
	top: 37px;
	right: 36px;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.4;
	z-index: 1;
}
@media screen and (max-width: 768px) {
	.bossmart-option_plan-icon {
		top: -55px;
		right: 18px;
		font-size: 14px;
	}
}
.bossmart-option_plan-icon:before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	content: '';
	width: 146px;
	height: 146px;
	background-image: url('/softdrink/jihanki/solution/bossmart/img/icon_option_plan_fee_bg.svg');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	z-index: -1;
}
@media screen and (max-width: 768px) {
	.bossmart-option_plan-icon:before {
		width: 83px;
		height: 83px;
	}
}
.bossmart-option_plan-heading {
	margin-top: 59px;
	font-size: 46px;
	font-weight: bold;
	line-height: 1.5;
}
@media screen and (max-width: 768px) {
	.bossmart-option_plan-heading {
		margin-top: 24px;
		font-size: 24px;
	}
}
.bossmart-option_plan-lead {
	margin-top: 32px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.8125;
}
@media screen and (max-width: 768px) {
	.bossmart-option_plan-lead {
		font-size: 14px;
	}
}
.bossmart-option_plan-image {
	margin: 54px auto 0;
}
@media screen and (max-width: 768px) {
	.bossmart-option_plan-image {
		margin: 40px -16px 0;
	}
}
.bossmart-option_plan-image._wide {
	width: 100%;
}
@media screen and (max-width: 768px) {
	.bossmart-option_plan-image._wide {
		width: calc(100% + 32px);
	}
}
.bossmart-option_plan-image._option-plan_about {
	width: 777px;
	margin-top: 48px;
}
@media screen and (max-width: 768px) {
	.bossmart-option_plan-image._option-plan_about {
		width: calc(100% + 32px);
		margin-top: 57px;
	}
}

.bossmart-option_plan-features {
	margin-top: 150px;
}
@media screen and (max-width: 768px) {
	.bossmart-option_plan-features {
		margin-top: 88px;
	}
}
.bossmart-option_plan-features_item + .bossmart-option_plan-features_item {
	margin-top: 150px;
}
@media screen and (max-width: 768px) {
	.bossmart-option_plan-features_item + .bossmart-option_plan-features_item {
		margin-top: 88px;
	}
}
.bossmart-option_plan-features_image {
	margin-top: 48px;
}
@media screen and (max-width: 768px) {
	.bossmart-option_plan-features_image {
		margin-top: 40px;
	}
}
.bossmart-option_plan-lineup {
	margin-top: 156px;
}
@media screen and (max-width: 768px) {
	.bossmart-option_plan-lineup {
		margin-top: 100px;
	}
}
.bossmart-option_plan-lineup._plan2 {
	margin-top: 135px;
}
.bossmart-option_plan-lineup-inner {
	position: relative;
	padding: 49px 42px 49px 40px;
	background-color: #f7f4e9;
	border-radius: 32px;
}
.bossmart-option_plan-lineup-inner._plan1:before {
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	width: 256px;
	height: 171px;
	background-image: url('/softdrink/jihanki/solution/bossmart/img/bg_option_plan_lineup.png');
	background-repeat: no-repeat;
	background-size: cover;
}
@media screen and (max-width: 768px) {
	.bossmart-option_plan-lineup-inner {
		padding: 52px 16px 25px 16px;
		border-radius: 24px;
	}
	.bossmart-option_plan-lineup-inner._plan1:before {
		content: none;
	}
}
.bossmart-option_plan-lineup-inner._blue {
	background-color: #e8f0f1;
}
.bossmart-option_plan-lineup-inner._blue .bossmart-lineup_title h2,
.bossmart-option_plan-lineup-inner._blue .bossmart-lineup_txt {
	color: #06255c;
}
.bossmart-option_plan-lineup-inner._blue .bossmart-section-title.theme-line > h2:before,
.bossmart-option_plan-lineup-inner._blue .bossmart-section-title.theme-line > h2:after {
	background-color: #06255c;
}
.bossmart-option_plan-lineup-inner._no-txt {
	padding: 87px 57px 75px 58px;
}
@media screen and (max-width: 768px) {
	.bossmart-option_plan-lineup-inner._no-txt {
		padding: 78px 16px 56px;
	}
	.bossmart-option_plan-lineup-inner._no-txt .bossmart-lineup_list > ul {
		gap: 73px 0;
	}
	.bossmart-option_plan-lineup-inner._no-txt .bossmart-lineup_list > ul > li > dl > dd {
		margin-top: 36px;
	}
}

.bossmart-option_plan-lineup_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
}
.bossmart-option_plan-lineup_list li {
	width: 422px;
}
.bossmart-option_plan-use {
	margin-top: 120px;
}
@media screen and (max-width: 768px) {
	.bossmart-option_plan-use {
		margin-top: 88px;
	}
}
.bossmart-option_plan-reason {
	margin-top: 120px;
}
@media screen and (max-width: 768px) {
	.bossmart-option_plan-reason {
		margin-top: 88px;
	}
	.bossmart-option_plan-reason .bossmart-section-title > h2 {
		font-size: 24px;
	}
}
.bossmart-option_plan-reason_list {
	display: flex;
	gap: 0 32px;
	margin-top: 56px;
}
@media screen and (max-width: 768px) {
	.bossmart-option_plan-reason_list {
		flex-direction: column;
		align-items: center;
		gap: 16px 0;
		margin-top: 40px;
	}
}
.bossmart-option_plan-reason_list._blue .bossmart-option_plan-reason_item {
	background-color: #e8f0f1;
}
.bossmart-option_plan-reason_list._blue .bossmart-option_plan-reason_title span {
	color: #06255c;
}

.bossmart-option_plan-reason_item {
	max-width: 290px;
	width: 100%;
	padding: 21px 30px 33px 32px;
	background-color: #f7f4e9;
	border-radius: 32px;
}
.bossmart-option_plan-reason_title {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
}
.bossmart-option_plan-reason_title span {
	display: block;
	margin-bottom: 24px;
	color: #e05b00;
	font-size: 13px;
}
.bossmart-option_plan-reason_text {
	margin-top: 9px;
	font-size: 14px;
	text-align: left;
	line-height: 1.9;
}
.bossmart-option_plan-reason_note {
	margin-top: 6px;
	font-size: 12px;
	text-align: left;
	line-height: 1.7;
}

.bossmart-option_plan-voice {
	margin-top: 120px;
}
@media screen and (max-width: 768px) {
	.bossmart-option_plan-voice {
		margin-top: 88px;
	}
}

.bossmart-option_about {
	padding: 136px 0 131px;
}
@media screen and (max-width: 768px) {
	.bossmart-option_about {
		padding: 76px 16px 94px;
	}
}

/* bossmart-option
========================================================================== */
.bossmart-option.bossmart-section {
	padding-top: 64px;
	padding-bottom: 64px;
}

.bossmart-option_w {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	flex-wrap: wrap;
	gap: 54px;
}

.bossmart-option_banner {
	display: flex;
	width: 440px;
	text-decoration: none;
}

.bossmart-option_banner:hover {
	opacity: 0.7;
}

.bossmart-option_content {
	padding: 7%;
	background-color: #fff;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}
.bossmart-option_text p {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.6;
	text-align: left;
	color: #06255c;
}

.bossmart-option_text {
	margin-top: 32px;
}

.bossmart-option_text .ta_c {
	text-align: center;
}

.bossmart-option_arrow {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 14%;
	background-color: #06255c;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

@media screen and (max-width: 769px) {
	.bossmart-option.bossmart-section {
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.bossmart-option_banner .bossmart-option_content {
		width: 92%;
		max-width: unset;
	}

	.bossmart-option_arrow {
		width: 8%;
	}

	.bossmart-option_w {
		padding: 0 16px;
		gap: 60px;
	}

	.bossmart-option_banner {
		width: 100%;
	}

	.bossmart-option_text p {
		font-size: 32px;
	}
}
