/* Service */

/*
#header h1#header_logo a {
	background: url(../images/common/kino-bim.net_white.svg) no-repeat center / cover;
}
.fixed #header h1#header_logo a {
	background: url(../images/common/kino-bim.net.svg) no-repeat center / cover;
}
#header_try a {
	color: #fff !important;
	border: solid 2px #fff;
	background: rgba(255,255,255,0.1);
}
.fixed #header_try a {
	color: #767676 !important;
	color: var(--c_service) !important;
	border: solid 2px #767676;
	border: solid 2px #fff;
	background: rgba(255,255,255,1);
	box-shadow: 0px 0px 6px rgba(0,0,0,0.1);
}

#neck {
	margin-bottom: 6em;
}

#service_hero {
	position: relative;
	width: 100%;
	max-height: 960px;
	height: 100vh;
	color: #fff;
}
#service_hero::after {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.15);
	z-index: 0;
}
#service_hero a {
	color: #fff !important;
	text-decoration: none;
}
#service_hero .inner {
	position: relative;
	padding: 0;
	max-width: 100%;
	height: 100%;
	z-index: 1;
}

#service_hero_slides {
	position: relative;
	margin: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 0;
}
.page_makeviz #service_hero_slides-slide01 {
	background: url(../images/service/makeviz_hero_slide_01.jpg) no-repeat center / cover;
}
.page_makeviz #service_hero_slides-slide02 {
	background: url(../images/service/makeviz_hero_slide_02.jpg) no-repeat center / cover;
}
.page_makeviz #service_hero_slides-slide03 {
	background: url(../images/service/makeviz_hero_slide_03.jpg) no-repeat center / cover;
}
.service_hero_slide {
	width: 100vw;
	height: 100vh;
}

*/


#neck {
	margin-bottom: 6em;
	padding-top: 150px;
}
#waist {
	padding-top: 0;
}

/*
#service_hero h2.title {
	margin-bottom: 1.5rem;
	font-size: 18em;
	font-size: clamp(6em, 16vw, 18em);
	font-weight: 300;
	color: #fff;
	line-height: 1em !important;
}
#service_hero h3 {
	font-size: 1.35em;
	font-weight: 500;
	letter-spacing: 0.2em;
	line-height: 1em !important;
}
*/

.service_pane {
	display: block;
	position: relative;
	padding: 2.1em 0;
	border-bottom: solid 1px #9b9b9b;
	transition: all 200ms ease-in-out;
}
.service_link {
	position: absolute;
	right: 40px;
	right: 0;
	top: 26px;
	content: '';
	width: 50px;
	height: 50px;
}
.service_link:hover {
	animation: faq_link_motion 350ms ease-in-out 1 forwards;
}
.service_link a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/common/icon_arrow.png) no-repeat center / 60%;
}
.service_pane h3.title {
	margin-bottom: 0;
	font-weight: 300;
	font-size: 3em;
}

.service_slide_pane_image {
	border-radius: 15px;
	overflow: hidden;
}

#service_output_list ul {
	text-align: center;
}
#service_output_list li {
	display: inline-block;
	margin:  0 0.5em 1.5em 0.5em;
	padding: 1.5em 3em;
	font-size: 0.9em;
	font-weight: 500;
	line-height: 1.2em;
	border-radius: 200px;
	background: #fff;
	overflow: hidden;
}
#service_output_list ul br {
	display: none;
}
#service_plan_panes {
	margin-bottom: 2.5em;
}
.service_plan_pane {
	padding: 2.5em 3.5em;
	color: #111;
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
}
.page_makeviz .service_plan_pane {
	float: left;
	padding: 2.5em 2em;
	width: 31.6%;
}
.page_makeviz .service_plan_pane:nth-of-type(2n) {
	margin: 0 2.6%;
}

.page_makedoc .service_plan_pane {
	float: left;
	width: 49%;
}
.page_makedoc .service_plan_pane:not(:last-of-type) {
	margin-bottom: 1.5em;
}
.page_makedoc .service_plan_pane.pane_double {
	float: none;
	width: 100%;
}
.page_makedoc .service_plan_pane:nth-of-type(3n) {
	float: right;
}
.page_makecnv .service_plan_pane {
	float: left;
	margin-bottom: 1.5em;
	width: 49%;
}
.page_makecnv .service_plan_pane:last-of-type {
	float: right;
}

.service_plan_pane h4 {
	margin-bottom: 1em;
	font-size: 1.15em;
	font-weight: 500;
	color: var(--c_service);
	text-align: center;
}
.service_plan_pane h4 .label {
	display: block;
	font-size: 0.85em;
}
.service_plan_pane h4 .label_inline {
	display: inline-block;
	margin-left: 0.5em;
	font-size: 0.85em;
}
.service_plan_pane h4 .astarisc {
	font-weight: 400;
	font-size: 0.85rem;
}
.service_plan_pane dl {
	margin-bottom: 2em;
}
.service_plan_price dt {
	clear: both;
	float: left;
	padding: 0.35rem 0;
	font-size: 0.75em;
}
.service_plan_price dd {
	padding: 0.35rem 0 0.35rem 7rem;
	border-bottom: solid 1px #eee;
}
.service_plan_price dd .label {
	font-size: 0.8em;
}

dl.service_plan_details {
	margin-bottom: 0;
}
.service_plan_details dt {
	clear: both;
	float: left;
	padding: 0.35rem 0;
	font-size: 0.75em;
}
.service_plan_details dd {
	padding: 0.5rem 0 0.5rem 7rem;
	border-bottom: solid 1px #eee;
	font-size: 0.9em;
	line-height: 1.6em;
}
.service_plan_details dd .label {
	font-size: 0.8em;
}
.page_makecnv .service_plan_price dd,
.page_makecnv .service_plan_details dd {
	padding-left: 9rem;
}

.service_plan_pane table {
	margin-bottom: 2em;
	width: 100%;
	text-align: center;
	background: #f3f3f3;
	border-radius: 5px;
	overflow: hidden;
}
.service_plan_pane table,
.service_plan_pane th,
.service_plan_pane td {
	border: solid 1px #fff;
	border-collapse: collapse;
}
.service_plan_pane th,
.service_plan_pane td {
	padding: 0.25rem 0.15rem;
}
.service_plan_pane thead th {
	padding: 0.5rem 0.15rem 0.4rem 0.15rem;
	width: 33.333%;
	font-size: 0.65rem;
	font-weight: 400;
	line-height: 1.4em;
	text-align: center;
	color: #fff;
	background: #555;
}
.service_plan_pane tbody td {
	font-size: 1em;
}
.service_plan_pane tbody td .label {
	margin-left: 0.1em;
	font-size: 0.65rem;
	letter-spacing: 0;
}
.service_plan_pane ul {
	margin-left: 0.5em;
}
.service_plan_pane li {
	font-size: 0.8em;
	line-height: 1em;
}
.service_plan_pane li:not(:last-of-type) {
	margin-bottom: 1em;
}
.service_plan_pane li span.checkbox {
	position: relative;
	display: inline-block;
	margin-top: -3px;
	margin-right: 0.65em;
	width: 16px;
	height: 16px;
	border: solid 2px #ddd;
	border-radius: 4px;
	vertical-align: middle;
}
.service_plan_pane li span.checked::before {
	position: absolute;
	left: -2px;
	top: -2px;
	content: '';
	width: 15px;
	height: 15px;
	background: url(../images/common/icon_checked.png) no-repeat center / cover;
}
.note.note_indent {
	margin-left: 1em;
}
#service_plan .service_plan_pane .note {
	margin-left: 0;
}
#service_plan .service_plan_pane .note li {
	margin: 0 !important;
}
#service_plan_options {
	margin: 0 auto;
	padding: 2.5em 3.5em;
	background: #e8e8e8;
	border-radius: 8px;
	overflow: hidden;
}
#service_plan_options h4 {
	margin-bottom: 1em;
}
#service_plan_options dl {
	font-size: 0.75em;
	letter-spacing: 0.05em;
}
.page_makeviz #service_plan_options dl {
	float: left;
	width: 49%;
}
#service_plan_options dl:nth-of-type(even) {
	float: right;
}
#service_plan_options dt,
#service_plan_options dd {
	float: left;
	padding: 0.15em 0;
}
.page_makeviz #service_plan_options dt {
	clear: both;
	width: 46%;
	border-bottom: solid 1px #d6d6d6;
}
.page_makeviz #service_plan_options dd {
	width: 32%;
	border-bottom: solid 1px #d6d6d6;
}
.page_makeviz #service_plan_options dd.option_price {
	width: 22%;
}
.page_makedoc #service_plan_options dt {
	clear: both;
	width: 30%;
	border-bottom: solid 1px #d6d6d6;
}
.page_makedoc #service_plan_options dd {
	width: 70%;
	border-bottom: solid 1px #d6d6d6;
}

#service_plan_options dl .label {
	margin-left: 0.25em;
	font-size: 0.9em;
}
#makedoc_implement dd {
	font-size: 0.9em;
}

#service_notice_pane {
	margin: 0 auto;
	width: 86%;
	padding: 3.5em 2em;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}
#service_notice_pane h5 {
	margin-bottom: 0.15em;
	font-weight: 500;
	font-size: 0.9em;
	line-height: 1.6em;
}
#service_notice_pane h5::after {
	display: block;
	content: '';
	margin: 0.5em 0;
	width: 21px;
	height: 1px;
	background: var(--c_base);
}
#service_notice_pane ul {
	font-size: 0.75em;
	line-height: 1.6em;
}
#service_notice_pane ul:not(:last-of-type) {
	margin-bottom: 2em;
}
#service_notice_pane li:not(:last-of-type)) {
	margin-bottom: 0.5em;
}
.makedoc_implement_toc {
	margin-left: 0 !important;
	font-size: 1.2em;
}
.makedoc_implement_toc li {
	list-style: disc;
	list-style-position: inside;
}


.service_requirement_pane {
	position: relative;
	float: left;
	margin-bottom: 2em;
	padding: 2em 0;
	width: calc((100% - 8%) / 4);
	text-align: center;
	border: solid 1px #eee;
	border: none;
	border-radius: 9px;
	background: #fff;
	overflow: hidden;
}
.service_requirement_pane:not(:last-child) {
	margin-right: 2%;
}
.page_makeviz .service_requirement_pane {
	width: calc((100% - 8%) / 4);
}
.page_makedoc .service_requirement_pane {
	width: calc((100% - 8%) / 5);
}
.necessary_3 .service_requirement_pane {
	margin-bottom: 0.5em;
	width: calc((100% - 10%) / 3);
}
.service_requirement_icon {
	margin: 0 auto 1em auto;
	width: 33px;
}
.service_requirement_pane h4 {
	margin-bottom: 0.5em;
	font-size: 1em;
	font-weight: 500;
	line-height: 1.4em;
	letter-spacing: 0.05em;
}
.service_requirement_pane h5 {
	font-size: 0.75em;
	line-height: 1.4em;
	letter-spacing: 0.05em;
}
.service_requirement_pane h6 {
	position: absolute;
	right: 12px;
	top: 12px;
	display: inline-block;
	color: #ccc;
	font-size: 0.65em;
	line-height: 1em;
}

#service_faq #makedoc_attention {
	margin-top: 4.5em;
	padding: 0 15%;
}
#makedoc_attention_pane {
	padding: 2.5em 3.5em 2.5em 130px;
	border: solid 1px #ddd;
	border-radius: 4px;
	background: #fafafa url(../images/common/icon_attention.png) no-repeat left 39px center / 60px;
}
#makedoc_attention_pane h4 {
	margin-bottom: 1em;
	font-size: 1.05em;
	font-weight: 500;
	line-height: 1.7em;
	letter-spacing: 0.1em;
}
#makedoc_attention_pane h4 span {
	text-decoration: underline;
	color: #111;
}
#makedoc_attention_pane h5 span {
	font-size: 0.95em;
	font-weight: 500;
	color: #111;
}

#makecnv_slide {
	border-radius: 12px;
	overflow: hidden;
}
