@charset "UTF-8";

/************************************************
header
************************************************/
#sbsHeader a {
	color: #fff;
}

.sbsHeader_inner {
	position: relative;
	background-color: #fff;
}

.sbs_header_guide_01 .ico_faq,
.sbs_header_guide_01 .ico_map {
	position: relative;
}
.sbs_header_guide_01 .ico_faq::before,
.sbs_header_guide_01 .ico_map::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.sbs_header_guide_01 .ico_faq {
	padding-left: 17px;
}
.sbs_header_guide_01 .ico_faq::before {
	width: 12px;
	height: 12px;
	background: url(/group/sbs/common/images/ico_faq.svg) center center no-repeat;
	background-size: cover;
}
.sbs_header_guide_01 .ico_map {
	padding-left: 12px;
}
.sbs_header_guide_01 .ico_map::before {
	width: 9px;
	height: 13px;
	background: url(/group/sbs/common/images/ico_map.svg) 0 0 no-repeat;
	background-size: cover;
}

.sbs_header_menu {
	display: none;
}

@media screen and (max-width: 767px) {
	#sbsHeader {
		height: 66px;
		border-bottom: 1px solid #C2C2C2;
	}

	#sbsHeader.open .sbsHeader_inner {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
	}
	.sbsHeader_inner {
		border-bottom: 1px solid #C2C2C2;
		z-index: 10001;
	}

	.sbs_logo {
		width: 246px;
		padding: 15px 0;
		margin: 0 auto;
	}

	.sbs_header_guide,
	.sbs_header_global {
		display: none;
	}

	.sbs_wrap .sbsHeader_inner {
		position: relative;
	}

	#sbsHeader .ico_menu {
		position: absolute;
		top: 23px;
		right: 15px;
		width: 24px;
		height: 18px;
		z-index: 11000;
	}
	#sbsHeader.open .ico_menu {
		position: fixed;
	}
	#sbsHeader .ico_menu::before,
	#sbsHeader .ico_menu::after {
		content: '';
		display: block;
		position: absolute;
		left: 0;
		width: 24px;
		height: 1px;
		background-color: #707070;
		transition: .2s;
	}
	#sbsHeader .ico_menu::before {
		top: 0;
	}
	#sbsHeader .ico_menu::after {
		bottom: 0;
	}
	#sbsHeader.open .ico_menu::before,
	#sbsHeader.open .ico_menu::after {
		opacity: 0;
	}
	#sbsHeader .ico_menu span::after,
	#sbsHeader .ico_menu span::before {
		content: '';
		display: block;
		position: absolute;
		left: 0;
		width: 24px;
		height: 1px;
		background-color: #707070;
		transition: .2s;
	}
	#sbsHeader .ico_menu span::before {
		top: 50%;
	}
	#sbsHeader .ico_menu span::after {
		top: 50%;
	}
	#sbsHeader.open .ico_menu span::before,
	#sbsHeader.open .ico_menu span::after {
		height: 2px;
		background-color: #0F96B8;
	}
	#sbsHeader.open .ico_menu span::before {
		transform: rotate(45deg);
	}
	#sbsHeader.open .ico_menu span::after {
		transform: rotate(-45deg);
	}
	#sbsHeader.open .ico_menu + .sbs_header_menu {
		display: block;
		overflow-y: auto;
	}
	.sbs_header_menu {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding-top: 65px;
		background-color: #fff;
		opacity: 0;
		z-index: 10000;
		transition: .2s;
	}
	#sbsHeader .ico_menu.visible + .sbs_header_menu {
		opacity: 1;
	}

	.sbs_header_menu .menu_list_wrap {
		padding-top: 5px;
		padding-bottom: 30px;
		background-color: #5BC2DC;
	}
	.sbs_header_menu_list li a,.sbs_header_menu_list li .slide_btn{
		border-bottom: 1px solid #fff;
		margin-right: 15px;
		margin-left: 15px;
	}
	.sbs_header_menu_list li.active > a, .sbs_header_menu_list li.active .slide_btn {
		border-bottom: 0;
	}
	.sbs_header_menu_list a,.sbs_header_menu_list .slide_btn {
		position: relative;
		display: block;
		padding: 15px 0 15px;
		color: #fff;
		font-size: 1.2em;
		line-height: 1.4445;
	}
	.sbs_header_menu_list a::after, .sbs_header_menu_list .slide_btn::after {
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		right: 10px;
		width: 13px;
		height: 13px;
		border-right: 3px solid #fff;
		border-bottom: 3px solid #fff;
		transform: translateY(-50%) rotate(-45deg);
		transition: .3s;
	}
	.sbs_header_menu_list li.active > a::after, .sbs_header_menu_list li.active .slide_btn::after {
		transform: translateY(-50%) rotate(45deg);
		right: 7px;
	}
	.sbs_header_menu_list li ul.sp_slideMenu {
		height:0;
		transition:all .4s;
		overflow:hidden;
	}
	.sbs_header_menu_list li ul.sp_slideMenu li {
		background: #d4e8ef;
	}
	.sbs_header_menu_list li ul.sp_slideMenu li a, .sbs_header_menu_list li ul.sp_slideMenu li .slide_btn {
		color: #0f96b8 !important;
		border-bottom: 1px solid #0f96b8;
	}
	.sbs_header_menu_list li ul.sp_slideMenu li:last-child a {
		border-bottom: 0;
	}
	.sbs_header_menu_list li ul.sp_slideMenu li a::after {
		border-right: 3px solid #0f96b8;
		border-bottom: 3px solid #0f96b8;
	}

	.sbs_header_menu .sbs_header_guide_02 {
		margin: 30px auto 20px;
	}
	.sbs_header_menu .sbs_header_guide_02 li {
		text-align: center;
	}
	.sbs_header_menu .sbs_header_guide_02 li + li {
		margin-top: 20px;
	}
}

/************************************************
sbsContents
************************************************/
/* breadcrumbs */
.breadcrumbs {
	margin-top: 5px;
	margin-bottom: 8px;
}
.breadcrumbs a {
	color: #333;
}
.breadcrumbs ul {
	display: flex;
	flex-wrap: wrap;
}
.breadcrumbs li {
	position: relative;
	margin-top: 3px;
	padding-right: 17px;
	font-size: .9333em;
}
.breadcrumbs li:not(:last-child) {
	margin-right: 10px;
}
.breadcrumbs li:not(:last-child)::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 7px;
	height: 7px;
	border-right: 2px solid #5BC2DC;
	border-bottom: 2px solid #5BC2DC;
	transform: translateY(-50%) rotate(-45deg);
}

/* mainVisual */
.mainVisual {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 250px;
	margin-bottom: 60px;
}

.mainVisual.top {
	height: 286px;
}

.mainVisual .h1 {
	font-size: 2em;
	line-height: 1.4667;
	text-align: center;
}

/* contents section */
#suntory_contents {
	margin-bottom: 80px;
}

#sbsContents {
	margin-top: 73px;
}

.section + .section {
	margin-top: 120px;
}

.section_level2 + .section_level2 {
	margin-top: 61px;
}

/* pagetop */
#sbsPageTop {
	display: none;
	position: fixed;
	right: 15px;
	bottom: 15px;
	opacity: 0;
	transition: opacity .3s;
}
#sbsPageTop.show {
	display: block;
}
#sbsPageTop.visible {
	opacity: 1;
}
#sbsPageTop.fix {
	position: relative;
	right: inherit;
	bottom: 63px;
	height: 0;
	padding-right: 15px;
}
#sbsPageTop.fix .pagetop_btn {
	margin: 0 0 0 auto;
}

.pagetop_btn {
	display: block;
	position: relative;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 1px solid #fff;
	background-color: #0F96B8;
	color: #fff;
	font-size: 0;
}
.pagetop_btn::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 15px;
	height: 15px;
	margin-top: 3px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.btn_below{
	margin-bottom: 30px;
}


/************************************************
footer
************************************************/
#sbsFooter {
	background-color: #e0f4f9;
}

#sbsFooter a {
	color: #333;
}

.sbs_footer_guide_01 li {
	text-align: center;
}

@media screen and (max-width: 767px) {
	#sbsFooter {
		padding: 80px 0 65px;
	}

	.sbs_footer_menu {
		display: none;
	}

	.sbs_footer_guide_01 li + li {
		margin-top: 25px;
	}

	.sbs_footer_guide_02 {
		margin-top: 37px;
	}
	.sbs_footer_guide_02 li {
		text-align: center;
		font-size: .9334em;
	}
	.sbs_footer_guide_02 li + li {
		margin-top: 15px;
	}
}

/************************************************
Component
************************************************/
/*---------------
base
---------------*/
@media screen and (max-width: 767px) {
	a:hover {
		text-decoration: none;
	}

	.sbs_wrap {
		padding-left: 15px;
		padding-right: 15px;
	}

	.sbs_header_menu .sbs_wrap.menu_list_wrap {
		padding-left: 0;
		padding-right: 0;
	}
}

/*---------------
parts
---------------*/
/* h */
.h_level1 {
	margin-bottom: 61px;
	color: #0F96B8;
	font-size: 2em/*30px*/;
	font-weight: bold;
	line-height: 1.4667;
	text-align: center;
}
.h_level1 .s {
	font-size: .8334em;
}

.h_level1_2 {
	margin-bottom: 14px;
	color: #0F96B8;
	font-size: 2.1334em/*32px*/;
	font-weight: bold;
	line-height: 1.4375;
}
.h_level1_2 .txt1 {
	display: block;
	margin-bottom: 10px;
	font-size: .4688em;
}

.h_level2_1 {
	position: relative;
	margin-bottom: 60px;
	font-size: 2em/*30px*/;
	font-weight: bold;
	line-height: 1.4667;
	text-align: center;
}
.h_level2_1::after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	bottom: -15px;
	width: 34px;
	height: 4px;
	background-color: #0F96B8;
	transform: translateX(-50%);
}

.h_level2_2 {
	position: relative;
	margin-bottom: 40px;
	font-size: 2em/*30px*/;
	font-weight: bold;
	line-height: 1.4667;
	text-align: center;
}
.h_level2_2 .balloon {
	display: block;
	margin-bottom: 17px;
	color: #0F96B8;
	font-size: .6em;
	line-height: 1.4445;
	text-align: center;
}

.h_level2_3 {
	margin-bottom: 17px;
	color: #0F96B8;
	font-size: 1.6em/*24px*/;
	font-weight: bold;
	line-height: 1.4584;
}

.h_level2_4 {
	margin-bottom: 30px;
	font-size: 2em/*30px*/;
	font-weight: bold;
	line-height: 1.4667;
	text-align: center;
}

.h_level2_5 {
	margin-bottom: 19px;
	padding-bottom: 9px;
	border-bottom: 1px solid #299ABB;
	color: #0F96B8;
	font-size: 1.6667em/*25px*/;
	line-height: 1.44;
}

.h_level3_1 {
	margin-bottom: 30px;
	font-size: 1.6667em/*25px*/;
	font-weight: bold;
	line-height: 1.44;
}

.h_level3_2 {
	margin-bottom: 17px;
	color: #0F96B8;
	font-size: 1.6em/*24px*/;
	font-weight: bold;
	line-height: 1.4584;
}

.h_level3_3 {
	margin-bottom: 18px;
	color: #0F96B8;
	font-size: 1.3334em/*20px*/;
	font-weight: bold;
	line-height: 1.5;
}

[class*="h_level"] .num {
	display: inline-block;
	width: 1.5em;
}
[class*="h_level"].num {
	position: relative;
	padding-left: 1.5em;
}
[class*="h_level"].num .num {
	position: absolute;
	top: 0;
	left: 0;
}

/* button */
[class*="btn_type"] {
	display: inline-block;
	border-radius: 2.1875em;
	font-size: 1.0667em;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}
[class*="btn_type"]:hover {
	text-decoration: none;
}

.btn_type1 {
	padding: 21px;
	background-color: #0F96B8;
	color: #fff !important;
}
.btn_type1.s {
	width: 264px;
	min-width: inherit;
	padding: 14px;
}

.btn_type2 {
	position: relative;
	padding: 19px;
	border: 2px solid #0F96B8;
	background-color: #fff;
	color: #0F96B8 !important;
}
.btn_type2.s {
	width: 264px;
	min-width: inherit;
	padding: 13px;
	border: 1px solid #5BC2DC;
}
.btn_type2.ico_pdf,
.btn_type2.ico_window {
	padding-right: 26px;
}
.btn_type2.ico_window::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 12px;
	height: 12px;
	background: url(/group/sbs/common/images/ico_window.svg) 0 0 no-repeat;
	transform: translateY(-50%);
}
.btn_type2.s.ico_window {
	font-size: 1em;
}
.btn_type2.ico_pdf::after{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 16px;
	height: 16px;
	background: url(/group/sbs/common/images/ico_pdf.svg) 0 0 no-repeat;
	transform: translateY(-50%);
}

.btn_wrap {
	margin-top: 28px;
}

@media screen and (max-width: 767px) {
	.btn_wrap {
		text-align: center;
	}
}

/* anchor button */
.anc_wrap {
	margin-bottom: 81px;
}
.anc_btn {
	position: relative;
	display: inline-block;
	padding: 12px 26px;
	border: 1px solid #5BC2DC;
	color: #5BC2DC;
	font-weight: bold;
	text-align: center;
}
.anc_btn:hover {
	text-decoration: none;
}
.pp_anc_btn::after,
.anc_btn::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 14px;
	width: 7px;
	height: 7px;
	margin-top: -2px;
	border-right: 2px solid #5BC2DC;
	border-bottom: 2px solid #5BC2DC;
	transform: translateY(-50%) rotate(45deg);
}
.pp_anc_btn {
	position: relative;
	display: inline-block;
	padding: 0 22px 0 0;
}
.pp_anc_btn::after{
  right: 0;
}

@media screen and (max-width: 767px) {
	[class*="btn_type"] {
		width: 100%;
		max-width: 375px;
	}

	.anc_list li + li {
		margin-top: 15px;
	}
	.anc_list.cl4_b {
		margin-top: 15px;
	}
	.anc_btn {
		width: 100%;
	}
}

/* link */
.link_arr {
	position: relative;
	display: inline-block;
	padding-right: 15px;
}
.link_arr::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 7px;
	height: 7px;
	border-right: 2px solid #0F96B8;
	border-bottom: 2px solid #0F96B8;
	transform: translateY(-50%) rotate(-45deg);
}

.link_list_type1 li {
	position: relative;
	padding-left: 29px;
}
.link_list_type1 li::before {
	content: '';
	display: block;
	position: absolute;
	top: 11px;
	left: -3px;
	width: 10px;
	height: 10px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-45deg);
}
.link_list_type1 a {
	color: #fff;
	font-size: 1.3334em;
	line-height: 1.45;
}

.link_box_arr {
	position: relative;
	display: flex;
	align-items: center;
	padding: 17px 23px 18px;
	border-radius: 10px;
	border: 1px solid #BAC5C8;
	color: #333;
}
.link_box_arr::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 13px;
	width: 10px;
	height: 10px;
	border-right: 3px solid #5BC2DC;
	border-bottom: 3px solid #5BC2DC;
	transform: translateY(-50%) rotate(-45deg);
}
.link_box_arr:hover {
	text-decoration: none;
}
.link_box_arr .ico {
	padding-right: 15px;
}
.link_box_arr .name {
	font-size: 1.2em;
}

.map {
	position: relative;
	display: block;
	margin-top: 7px;
	padding-left: 31px;
}
.map::before {
	content: '';
	display: block;
	position: absolute;
	left: 4px;
	top: 50%;
	width: 14px;
	height: 22px;
	background: url(/group/sbs/common/images/ico_map2.svg) 0 0 no-repeat;
	background-size: cover;
	transform: translateY(-50%);
}
.map a {
	font-size: 0.8667em;
	line-height: 2.3077;
}

/* column */
.col2,
.col3,
.col3_2,
.col4_2 {
	display: flex;
	flex-wrap: wrap;
}

.col2 > .col_item {
	width: 46.5%;
}
.col2 > .col_item:nth-child(odd) {
	margin-right: 7%;
}
.col2 > .col_item:nth-child(n+3) {
	margin-top: 20px;
}

.col_layout_2_1_type5 .img  {
	text-align: center;
}
.col_layout_2_1_type5 .name {
	font-size: 1.6em;
	line-height: 1.0417;
}
.col_layout_2_1_type5 + .col_layout_2_1_type5 {
	margin-top: 60px;
}

@media screen and (max-width: 767px) {
	.col2_1 > .col_item + .col_item,
	.col3_1 > .col_item + .col_item,
	.col4_1 > .col_item + .col_item {
		margin-top: 20px;
	}

	.col3_2 > .col_item {
		width: 46%;
	}
	.col3_2 > .col_item:nth-child(odd) {
		margin-right: 8%;
	}
	.col3_2 > .col_item:nth-child(n+3) {
		margin-top: 25px;
	}

	.col4_2 > .col_item {
		width: 47%;
	}
	.col4_2 > .col_item:nth-child(odd) {
		margin-right: 6%;
	}
	.col4_2 > .col_item:nth-child(n+3) {
		margin-top: 25px;
	}

	.col_layout_2_1_type1 .img {
		margin-bottom: 18px;
	}
	.col_layout_2_1_type1 .h_level3_2 {
		text-align: center;
	}

	.col_layout_2_1_type2 .img {
		margin-bottom: 18px;
	}

	.col_layout_2_1_type5 .name {
		text-align: center;
	}
}

@media screen and (max-width: 767px) {

/* 健康経営宣言 */
	
	.declaration_contents {
		position: relative;
		padding-top: 190px;
	}

	.declaration_contents span {
		display: block;
    text-align: right;
	}

	.declaration_contents img {
		position: absolute;
  	top: 0;
  	left: 50%;
  	transform: translateX(-50%);
  	-webkit-transform: translateX(-50%);
  	-ms-transform: translateX(-50%);
	}
	
}

/* box */
.box1 {
	position: relative;
	display: block;
	padding: 20px 15px 18px;
	border-radius: 10px;
	border: 1px solid #BAC5C8;
	background-color: #fff;
	text-align: center;
	overflow: hidden;
}
.box1 .img {
	margin-bottom: 25px;
}
.box1 .name {
	margin-bottom: 19px;
	font-size: 1.8667em;
	line-height: 1.4286;
}
.box1 .name .s {
	font-size: .7143em;
}
.box1 .num {
	font-size: 0.9334em;
	line-height: 1.4;
}
.box1 .txt1 {
	line-height: 1.6;
}
.box1 .link {
	margin-top: 17px;
	font-size: 0.8em;
}
.col3_2 .box1 .img {
	margin-bottom: 9px;
}
.col3_2 .box1 .name {
	margin-bottom: 9px;
	font-size: 1em;
	line-height: 1.4;
}

.box2 {
	display: block;
	position: relative;
	padding: 0 0 18px;
	border-radius: 10px;
	border: 1px solid #BAC5C8;
	background-color: #fff;
	text-align: center;
	overflow: hidden;
}
.box2 .img {
	margin-bottom: 20px;
}
.box2 .img img {
	width: 100%;
}
.box2 .name {
	font-size: 1.6em;
	line-height: 1.4584;
}
.box2 .txt1 {
	margin-top: 11px;
	font-size: 1.0667em;
	line-height: 1.75;
	text-align: left;
}
.box2 .link {
	margin-top: 9px;
	font-size: .8em;
}
.box2 .label {
	position: absolute;
	top: 20px;
	left: 0;
}
.box2 .label span {
	padding-left: 3px;
	font-size: 1.1112em;
}

.box3 {
	display: block;
	padding: 19px 15px;
	border-radius: 10px;
	border: 1px solid #BAC5C8;
	background-color: #fff;
	overflow: hidden;
}

a.box1,
a.box2,
a.box3 {
	color: #333;
}

.box_square1 {
	padding: 15px;
	border: 3px solid #E2EFF0;
	text-align: center;
}

.box_square2 {
	padding: 15px;
	background-color: #E2EFF0;
}

.box_square3 {
	padding: 25px 15px 20px;
	background-color: #fff;
}

.box_square4 {
	padding: 15px;
	background-color: #fff;
}
@media screen and (max-width: 767px) {
	.box_square4 {
		box-shadow: 0 0 20px rgba(0, 0, 0, .16);
	}
}

.box_square5 {
	padding: 29px 15px;
	background-color: #fff;
}

.box_inner {
	padding-left: 15px;
	padding-right: 15px;
}

.box_information {
	margin: 36px auto;
	line-height: 1.4;
}

.box_position2 {
	position: relative;
	margin-top: -20px;
}

.box_title dt {
	padding: 15px 5px;
	background-color: #5BC2DC;
	color: #fff;
	font-size: 2em;
	font-weight: bold;
	line-height: 1.3334;
	text-align: center;
}
.box_title dd {
	padding: 36px 15px;
	border: 1px solid #5BC2DC;
	border-top: none;
}
.product_block .box_title dt {
	padding: 6px 5px;
	font-size: 1em;
}
.product_block .box_title dd {
	padding: 8px 16px;
}

/* block */
.block {
	margin: 0 auto;
	width: 90%;
}
.block h3 {
	color: #0F96B8;
    margin: 50px 0 26px 0;
    font-size: 1.3334em/*20px*/;
    border-bottom: solid #0F96B8 1px;
    padding-bottom: 10px;
}
.block h5 {
	margin-bottom: 5px;
}
.block h5.tit {
	margin-bottom: 20px;
}
.block p {
    padding-left: 1em;
    margin-bottom: 10px;
}

.block2 h1 {
    font-size: 24px;
    color: #0F96B8;
    margin: 10px 0;
	text-align: center;
}
.block2 h5 {
	text-indent: 1em;
    background-color: #0F96B8;
    color: #fff;
}
.block2 ul {
    margin-bottom: 30px;
}
.block2 ul li.a6 {
    padding-left: 6em;
    text-indent: -6em;
}
.block2 ul li.b7 {
    padding-left: 7em;
    text-indent: -7em;
}
/* text */
.lead {
	margin-bottom: 47px;
	font-size: 1.0667em;
	line-height: 1.75;
}

.txt_bg1 {
	margin-bottom: 19px;
	padding: 5px;
	background-color: #0F96B8;
	color: #fff;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}

.name {
	color: #0F96B8;
	font-weight: bold;
}

.caption {
	margin: 8px 15px 0 0;
	text-align: right;
}

.ico_num {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 31px;
	height: 31px;
	border-radius: 50%;
	background-color: #0F96B8;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	line-height: 1;
}
.ico_num.green {
	background-color: #199013;
}

.note {
	padding-left: 1em;
	text-indent: -1em;
}

/* label */
.label {
	display: inline-block;
	padding: 6px 24px 7px;
	background-color: #0F96B8;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1;
	vertical-align: baseline;
}
.label span {
	padding-left: 3px;
	font-size: 1.1112em;
}

/* background */
.bg_dark {
	background-color: #0F96B8;
	color: #fff;
}
.bg_dark > .inner,
.bg_light > .inner,
.bg_light2 > .inner,
.bg_gray > .inner,
.bg_lightblue > .inner,
.bg_lightblue2 > .inner {
	padding-top: 80px;
	padding-bottom: 80px;
}

.bg_light {
	background-color: #E2EFF0;
}

.bg_light2 {
	background-color: #F1F5F6;
}

.bg_gray {
	background-color: #F5F5F5;
}

.bg_lightblue {
	background-color: #bde7f1;
}

.bg_lightblue2 {
	background-color: #e6f6fa;
}

/* tab */
.tab_list {
	display: flex;
	justify-content: space-between;
}
.tab_list_item {
	padding-bottom: 5px;
	text-align: center;
}
.tab_contents_item {
	display: none;
}
.tab_contents_item.current {
	display: block;
}
.tab_list_item.current {
	border-bottom: 3px solid #5BC2DC;
}
.tab_list.center {
	justify-content: center;
}
.tab_list.center .tab_list_item {
	margin: 0 23px;
}
.tab_list.center .tab_list_item:first-child {
	margin-left: 0;
}
.tab_list.center .tab_list_item:last-child {
	margin-right: 0;
}

/* accordion */
.acd_check {
	display: none;
}
.acd_label {
	display: block;
	position: relative;
}
.acd_label > .inner {
	padding-right: 25px;
}
.acd_label::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 20px;
	height: 2px;
	background-color: #0F96B8;
	transform: translateY(-50%);
}
.acd_label::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 20px;
	height: 2px;
	background-color: #0F96B8;
	transform: translateY(-50%) rotate(90deg);
	transition: transform .2s;
}
.acd_check:checked ~ .acd_label::after {
	transform: translateY(-50%) rotate(0);
}
.acd_content {
  height: 0;
  visibility: hidden;
	overflow: hidden;
	transition: .3s;
}
.acd_check:checked ~ .acd_label ~ .acd_content {
  visibility: visible;
  height: auto;
}

/* list */
.label_list {
	display: flex;
	margin-top: 20px;
}
.label_list dt {
	padding: 3px 12px;
	background-color: #E2EFF0;
	font-size: .9334em;
	font-weight: bold;
	line-height: 1.1786;
}
.label_list dt.dark {
	background-color: #0F96B8;
	color: #fff;
}
.label_list dd {
	padding: 2px 0 1px 5px;
	line-height: 1.1;
	font-weight: bold;
}

.qa_list1 dt {
	margin-bottom: 28px;
	color: #0F96B8;
	font-size: 1.3334em;
	font-weight: bold;
	line-height: 1.45;
}
.qa_list1 dd + dt {
	margin-top: 54px;
}
.qa_list1 .img.bottom {
	margin-top: 58px;
}

.list_style1 li,
.list_style1 dt {
	position: relative;
	padding-left: 1em;
}
.list_style1 li::before,
.list_style1 dt::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: .7334em;
	width: 5px;
	height: 5px;
	background-color: #0F96B8;
}

.history_list {
	display: flex;
	flex-wrap: wrap;
}
.history_list dt {
	width: 23%;
}
.history_list dd {
	width: 77%;
}
.history_list + .history_list {
	margin-top: 26px;
}
.history_list > dd + dt {
	margin-top: 26px;
}
.history_list > dd + dt + dd {
	margin-top: 26px;
}

.officer_list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.officer_list > dt {
	width: 57%;
}
.officer_list > dd {
	width: 43%;
}

.news_list dt {
	display: flex;
}
.news_list .category {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 96px;
	height: 20px;
	margin-top: 3px;
	background-color: #E3E3E3;
	font-size: 0.8em;
	line-height: 1.4167;
}

@media screen and (max-width: 767px) {
	.public_list > dd {
		padding: 6px 0 0 1em;
	}
	.public_list > dd + dt {
		margin-top: 26px;
	}

	.news_list .date {
		width: 146px;
	}
	.news_list dt {
		margin-bottom: 16px;
	}
	.news_list dd {
		padding-bottom: 29px;
	}
	.news_list dd + dt {
		padding-top: 29px;
		border-top: 1px solid #DBDBDB;
	}
}

/* table */
.table1,
.table2 {
	width: 100%;
}
.table1 > tbody > tr > th,
.table2 > tbody > tr > th {
	position: relative;
	padding: 15px;
	background-color: #F5F5F5;
	font-size: 1.3334em;
	font-weight: bold;
	line-height: 1.5;
}
.table1 > tbody > tr > td,
.table2 > tbody > tr > td {
	padding: 27px 15px;
}
.table1.row > tbody > tr > td {
	padding: 0px 15px;
}
.table1.row > tbody > tr > td:nth-child(odd) {
	margin-bottom: 20px;
}

.table2 > tbody > tr > th {
	font-size: 1.0667em;
}

.label_required {
	display: inline-block;
	padding: 3px 10px;
	border-radius: 2px;
	background-color: #0F96B8;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
}
.label_optional {
	display: inline-block;
	padding: 2px 9px;
	border-radius: 2px;
	border: 1px solid #0F96B8;
	background-color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	color: #0F96B8;
}

.table_txt1 {
	display: block;
	margin-top: 5px;
	font-size: .9375em;
}

@media screen and (max-width: 767px) {
	.table1,
	.table1 > tbody,
	.table1 > tbody > tr,
	.table1 > tbody > tr > th,
	.table1 > tbody > tr > td,
	.table2,
	.table2 > tbody,
	.table2 > tbody > tr,
	.table2 > tbody > tr > th,
	.table2 > tbody > tr > td {
		display: block;
		width: 100%;
	}

	.label_required,
	.label_optional {
		position: absolute;
		top: 50%;
		right: 15px;
		transform: translateY(-50%);
	}
}

/* form */
.input-text {
	width: 100%;
	padding: 16px 9px;
	border-radius: 0;
	border: 1px solid #868686;
}
.input-small {
	width: 40%;
}

::placeholder {
	color: #c1c1c1;
}

.textarea-text {
	width: 100%;
	padding: 16px 9px;
	border-radius: 0;
	border: 1px solid #868686;
}

.txt-error {
	margin-top: 8px;
	color: #ff6256;
}

.list-checkboxradio li,
.list-checkboxradio-one li {
	font-weight: bold;
	line-height: 1;
}
.list-checkboxradio input[type="radio"],
.list-checkboxradio-one input[type="checkbox"] {
	margin-right: 6px;
	vertical-align: baseline;
}

.tit-products {
	margin-bottom: 20px;
	font-size: 1.2em;
	font-weight: bold;
	color: #0F96B8;
}
ul + .tit-products {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #BAC5C8;
}

@media screen and (max-width: 767px) {
	.list-checkboxradio li + li,
	.list-checkboxradio-one li + li,
	.list-checkboxradio-one > li > ul {
		margin-top: 20px;
	}
	.list-checkboxradio-one ul {
		margin-left: 25px;
	}
}

/* balloon */
.balloon {
	display: block;
	margin-bottom: 17px;
	color: #0F96B8;
	font-size: 18px;
	line-height: 1.4445;
	text-align: center;
}
.balloon_inner {
	position: relative;
	display: block;
	margin: 0 15px;
	padding-bottom: 9px;
	border-bottom: 1px solid #5BC2DC;
}
.balloon_inner::before {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	bottom: -10px;
	width: 0;
	height: 0;
	margin-left: -6px;
	border-style: solid;
	border-width: 10px 12px 0 0px;
	border-color: #5BC2DC transparent transparent transparent;
}
.balloon_inner::after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	bottom: -8px;
	width: 0;
	height: 0;
	margin-left: -6px;
	border-style: solid;
	border-width: 8px 11px 0 0px;
	border-color: #fff transparent transparent transparent;
}

.bg_light .balloon_inner::after {
	border-color: #E2EFF0 transparent transparent transparent;
}

.bg_light2 .balloon_inner::after {
	border-color: #F1F5F6 transparent transparent transparent;
}

.bg_gray .balloon_inner::after {
	border-color: #F5F5F5 transparent transparent transparent;
}

.bg_lightblue .balloon_inner::after {
	border-color: #bde7f1 transparent transparent transparent;
}

.balloon.black {
	color: #333;
}
.black .balloon_inner {
	border-bottom: 1px solid #333;
}
.black .balloon_inner::before {
	border-color: #333 transparent transparent transparent;
}

@media screen and (max-width: 767px) {
	.balloon1 {
		margin: 0 15px;
	}
	.balloon1.w100Sp {
		margin: 0;
	}
}

/* icon */
.ico {
	display: inline-block;
}
.ico-pdf {
	margin: 0 4px;
	width: 15px;
	height: 20px;
	background: url(/group/sbs/common/images/ico_pdf.svg) 0 0 no-repeat;
	background-size: contain;
	vertical-align: middle;
}

/* modal */
.modal_overlay {
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	opacity: 0;
	transition: transform 0s .3s;
	transform: scale(0);
}
.modal_overlay.-show {
	opacity: 1;
	transform: scale(1);
	transition: opacity 0.5s;
}
.modal_contents {
	position: absolute;
	top: 50px;
	left: 50%;
	width: 92%;
	padding-bottom: 50px;
	transform: translateX(-50%);
	z-index: 99999;
}
.modal_contents .inner {
	padding: 15px;
	background-color: #fff;
	text-align: center;
}
.modal_contents .close {
	position: absolute;
	top: -30px;
	right: 0;
	width: 20px;
	height: 20px;
	transform: rotate(45deg);
}
.modal_contents .close::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	transform: translateY(-50%);
}
.modal_contents .close::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	width: 2px;
	height: 100%;
	background-color: #fff;
	transform: translateX(-50%);
}
.modal_overlay.contents .modal_contents .inner {
	padding: 61px 15px;
	text-align: left;
}

/* faq */
h2 + .faq_item {
	margin-top: 46px;
	padding-top: 0;
}
.faq_item {
	padding-top: 46px;
}
.faq_item:last-child {
	border-bottom: 1px solid #BAC5C8;
}
.faq_item + .faq_item {
	border-top: 1px solid #BAC5C8;
}
.faq_item .acd_label {
	margin-bottom: 36px;
	font-size: 1.0667em;
	line-height: 1.5;
}
.faq_item .acd_content {
	font-size: 1.0667em;
	line-height: 1.5;
}
.faq_item .acd_label .inner {
	position: relative;
	padding-left: 37px;
}
.faq_item .acd_label .inner::before {
	content: 'Q';
	display: block;
	position: absolute;
	top: -1px;
	left: 0;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	color: #0F96B8;
}
.faq_item .acd_content {
	position: relative;
	padding-left: 37px;
}
.faq_item .acd_content::before {
	content: 'A';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	color: #5BC2DC;
}
.faq_item .acd_content::after {
	content: '';
	display: block;
	width: 100%;
	height: 40px;
}

/*---------------
layout
---------------*/
.layout_001 {
	text-align: center;
}
.layout_001 p {
	font-size: 1.2em;
	line-height: 1.4445;
}
.layout_001 .btn_wrap {
	margin-top: 30px;
}

.layout_002 .name {
	font-size: 1.3334em;
	line-height: 1.45;
}
.layout_002 .txt1 {
	font-size: .8667em;
	line-height: 1.8462;
	text-align: center;
}

.layout_003.box_square1 {
	padding: 28px 15px 23px;
	text-align: center;
}
.layout_003 .img {
	margin-bottom: 23px;
}
.layout_003 .name {
	font-size: 1.2em;
	line-height: 1.4445;
}

@media screen and (max-width: 767px) {
	.layout_004 .link_list_type1 li + li {
		margin-top: 19px;
	}
}

.case_mainVisual {
	margin-bottom: 76px;
}
.case_mainVisual .box_square2 {
	position: relative;
	margin: -40px 15px 0;
	padding: 30px 20px;
}
.case_mainVisual .txt1 {
	font-size: 1.3334em;
	font-weight: bold;
	line-height: 1.45;
}
.case_mainVisual .name {
	font-size: 2em;
	line-height: 1.4667;
}
.case_mainVisual .name .s {
	font-size: .8334em;
}
.case_mainVisual .txt2 {
	margin-top: 10px;
}

.layout_005 .box2 .label {
	position: static;
	padding: 2px 18px 3px;
}
.layout_005 .box2 .name {
	margin-top: 6px;
	color: #333;
	font-size: 1.3334em;
	line-height: 1.45;
}

.layout_006 .box_square3 {
	padding: 29px 15px 35px;
}
.layout_006 .balloon {
	margin-bottom: 38px;
}
.layout_006 .name {
	margin-bottom: 18px;
	font-size: 1.6667em;
	line-height: 1.44;
}
@media screen and (max-width: 767px) {
	.layout_006 .img {
		margin-bottom: 19px;
	}
	.layout_006 .img img {
		height: 196px;
		width: auto;
	}
}

.layout_007 {
	padding: 12px 0 0;
}

.layout_008 {
	margin-bottom: 71px;
	padding-left: 15px;
	padding-right: 15px;
}
.layout_008 .col_item {
	padding: 34px 0 0;
	background-color: #fff;
}
.layout_008 .txt1 {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.3889;
	text-align: center;
}
.layout_008 .txt2 {
	margin-top: 6px;
	font-size: 1.3334em;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
}
.layout_008 .link_box_arr {
	width: 100%;
	margin-top: 35px;
}

.layout_009 .col_item {
	display: flex;
	justify-content: space-between;
}
.layout_009 .col_item .r {
	position: relative;
	width: 175px;
}
.layout_009 .img {
	width: 130px;
}
.layout_009 .name {
	font-size: 1.2em;
	line-height: 1.4445;
}
.layout_009 .name.s {
	font-size: 0.8667em;
	line-height: 1;
}
.layout_009 .txt1 {
	margin-top: 11px;
	margin-bottom: 38px;
	font-size: 0.8667em;
	line-height: 1.4616;
}
.layout_009 .link {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 0.8em;
	line-height: 1.4167;
}

.product_block {
	margin-bottom: 40px;
}
.product_block .box_title {
	margin-top: 40px;
}
.product_block .img {
	padding-top: 14px;
	text-align: center;
}
.product_block .txt1 {
	margin-top: 43px;
	line-height: 1.4;
}

.magnify {
	position: relative;
	display: inline-block;
	margin-top: 16px;
	padding-left: 45px;
	font-size: 0.8667em;
}
.magnify::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 35px;
	height: 35px;
	background: url(/group/sbs/common/images/icon_magnify.svg) center center no-repeat;
	background-size: cover;
	transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
	.layout_010 .txt1 {
		margin-top: 20px;
	}
}

.flow_list {
	width: 150px;
	margin: 0 auto;
}
.flow_item {
	position: relative;
	width: 150px;
	padding: 18px 0 15px;
	border-radius: 5px;
	background-color: #d3eff6;
	font-size: 0.9334em;
	font-weight: bold;
	line-height: 1.4286;
	text-align: center;
}
.flow_item img {
	width: 86px;
	margin-bottom: 13px;
}
.flow_item::after {
	content: '';
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	border-right: 4px solid #fff;
	border-bottom: 4px solid #fff;
}
.flow_item:last-child::after {
	content: none;
}
@media screen and (max-width: 767px) {
	.flow_item + .flow_item {
		margin-top: 58px;
	}
	.flow_item::after {
		left: 50%;
		bottom: -40px;
		transform: rotate(45deg) translateX(-50%);
	}
}

.operation_block .circle {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 148px;
	height: 148px;
	margin-bottom: 18px;
	border-radius: 50%;
	background-color: #E2EFF0;
	color: #0F96B8;
}
.operation_block .ico01 {
	display: block;
	width: 40px;
	height: 40px;
	margin-bottom: 10px;
	background: url(/group/sbs/common/images/pict_operation_01.svg) 0 0 no-repeat;
	background-size: contain;
}
.operation_block .ico02 {
	display: block;
	width: 38px;
	height: 40px;
	margin-bottom: 10px;
	background: url(/group/sbs/common/images/pict_operation_02.svg) 0 0 no-repeat;
	background-size: contain;
}
.operation_block .ico03 {
	display: block;
	width: 28px;
	height: 40px;
	margin-bottom: 19px;
	background: url(/group/sbs/common/images/pict_operation_03.svg) 0 0 no-repeat;
	background-size: contain;
}
.operation_block .ico04 {
	display: block;
	width: 32px;
	height: 37px;
	margin-bottom: 13px;
	background: url(/group/sbs/common/images/pict_operation_04.svg) 0 0 no-repeat;
	background-size: contain;
}
.operation_block .txt1 {
	font-weight: bold;
	line-height: 1.4667;
	text-align: center;
}

/************************************************
Add Css
************************************************/

ul.notice li{
  padding-left: 1em;
  text-indent: -1em;
}

ul.notice2 li{
  padding-left: 1em;
  position: relative;
}

ul.notice2 li:before{
  background-color: #0F96B8;
  border-radius: 50%;
  content: "";
  height: 5px;
  position: absolute;
  top: 10px;
  left: 3px;
  width: 5px;
}

ul.notice3 li{
  padding-left: 2em;
  text-indent: -2em;
}

ul.notice3 li ul.notice2 li,
ul.notice6 li ul.notice2 li{
  padding-left: 1em;
  text-indent: 0; 
}

ul.notice4 li{
  padding-left: 3em;
  text-indent: -3em;
}

ul.notice5 li{
  padding-left: 1.5em;
  text-indent: -1.5em;
}

ul.notice6 li{
  padding-left: 1.8em;
  text-indent: -1.8em;
}

/* point */

.point_cont + .point_cont{
  margin-top: 30px;
}

.point_cont .point_detail{
  text-align: left;
}

.point_cont .point_detail h3{
  border-bottom: 1px dotted #0F96B8;
  color: #0F96B8;
  font-size: 1.15em;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.point_cont .point_detail h3 span{
  background-color: #0F96B8;
  border-radius: 30px;
  color: #fff;
  font-size: 0.6em;
  line-height: 120%;
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 3px 8px;
  text-align: center;
}

.point_cont .point_pict{
  margin: 20px auto;
  width: 100%;
}

/* tab */

.tab_nav{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 900px;
  margin: 0 auto 40px;
}

@media screen and (max-width: 767px) {
.tab_nav li{
  border-left: 1px solid #0F96B8;
  border-bottom: 1px solid #0F96B8;
  box-sizing: border-box;
  width: 50%;
}

.tab_nav li:nth-child(2n){
  border-right: 1px solid #0F96B8;
}

.tab_nav li:nth-child(1),
.tab_nav li:nth-child(2){
  border-top: 1px solid #0F96B8;
}

.tab_nav li.c,
.tab_nav li:hover{
  background-color: #0F96B8;
}
}

.tab_nav li span{
  color: #87CADB;
  height: 35px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tab_nav li.c span{
  color: #fff;
  text-decoration: none;
}

.tab_cont{
  display: none;
  max-width: 900px;
  margin: 0 auto;
}

.tab_cont.c{
  display: block;
}

.tab_detail{
  text-align: left;
}

.tab_detail .tab_title{
  display: flex;
  margin-bottom: 15px;
}

.tab_detail .tab_title .title_pict{
  margin-right: 5.25%;
  width: 25.5%;
}

.tab_detail .tab_title h3{
  color: #0F96B8;
  font-size: 0.95em;
  width: 70%;
}

.tab_pict{
  margin: 0 auto 30px;
}

/* feature */

.feature_area{
  max-width: 900px;
  margin: 0 auto;
}

.feature_area .feature_cont{
  background-color: #0F96B8;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 15px;
  text-align: left;
}

.feature_area .feature_cont:last-of-type{
  margin-bottom: 0;
}

.feature_area .feature_title{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  position: relative;
}

.feature_area .feature_title .pict{
  width: 40%;
}

.feature_area .feature_title h3{
  color: #fff;
  text-align: left;
  width: 52%;
}

.feature_area p{
  color: #fff;
}

.notice_txt{
  margin: 20px auto 0;
  padding-left: 1em;
  text-indent: -1em;
  text-align: left;
}

.txt_trial{
  border: 1px solid #0F96B8;
  color: #0F96B8;
  display: inline-block;
  padding: 2px 10px;
}

.h_level2_6{
  background-color: #E0F4F9;
  margin-bottom: 10px;
  padding: 10px 20px;
}

.h_level3_4{
  color: #0F96B8;
  margin-bottom: 10px;
}

.h_level3_5{
  border-bottom: 1px dotted #0F96B8;
  color: #0F96B8;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.kohyo_table{
  width: 100%;
}

.kohyo_table th{
  background-color: #E0F4F9;
  border: 1px solid #BAC5C8;
  padding: 10px;
  text-align: left;
  width: 120px;
}

.kohyo_table td{
  border: 1px solid #BAC5C8;
  padding: 10px;
  text-align: left;
}

.btn_list li{
  margin-bottom: 10px;
}

.btn_list li:last-child{
  margin-bottom: 0;
}

.vending_info{
  margin: 50px auto 0;
  max-width: 960px;
  text-align: left;
}

.vending_hojin_info{
  text-align: left;
}

.vending_hojin_info h3{
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}

.vending_hojin_info .lead{
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}

.vending_hojin_info .vending_hojin_about{
  display: flex;
  flex-wrap: wrap;
}

.vending_hojin_info .vending_hojin_about li{
  border: 1px solid #BAC5C8;
  border-radius: 10px;
  box-sizing: border-box;
  margin: 0 4% 20px 0;
  padding: 10px 0;
  width: 48%;
}
@media screen and (max-width: 767px) {
  .vending_hojin_info .vending_hojin_about li:nth-child(2n){
    margin-right: 0;
  }
}

.vending_hojin_info .vending_hojin_about li .pict{
  margin-bottom: 10px;
}

.vending_hojin_info .vending_hojin_about li h4{
  color: #0F96B8;
  font-weight: bold;
  font-size: 1em;
  min-height: 3.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px auto;
  text-align: center;
}

.vending_hojin_info .vending_hojin_about li dl{
  padding: 0 10px;
}

.vending_hojin_info .vending_hojin_about li dl dt{
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 10px;
}

.vending_info .btn_type2{
  background-color: #ffa500;
  border: none;
  color: #fff!important;
}

.pictarea{
  margin-top: 60px;
}

.pictarea .pictarea_detail .btn_type2{
  font-weight: 500;
  font-size: 1em;
}

.pictarea .pict{
  margin: 40px auto;
  text-align: center;
}

.pointarea .pointarea_detail h3{
  border-bottom: 1px dotted #0F96B8;
  color: #0F96B8;
  font-size: 1.15em;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.pointarea .pointarea_detail h3 span{
  background-color: #0F96B8;
  border-radius: 30px;
  color: #fff;
  font-size: 0.6em;
  line-height: 120%;
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 3px 8px;
  text-align: center;
}

.pointarea{
  margin-top: 60px;
}

.pointarea .pict{
  margin: 30px auto 0;
  text-align: center;
}

.pointarea ul.pict li{
  margin: 30px auto 0;
  text-align: center;
}

.pointarea.type2 .pict{
  margin: 0 auto 30px;
}

.pointarea.type3 .ingredient_table{
  margin: 30px auto 0;
  width: 70%;
}

.pointarea.type3 .ingredient_table p{
  color: #0F96B8;
  font-weight: 700;
  margin-bottom: 10px;
}

.pointarea.type3 .ingredient_table table{
  width: 100%;
}

.pointarea.type3 .ingredient_table table th{
  background-color: #E0F4F9;
  border: 1px solid #2C95B6;
  font-weight: 500;
  padding: 10px;
  text-align: left;
  width: 130px;
}

.pointarea.type3 .ingredient_table table tr:first-of-type th{
  text-align: center;
}

.pointarea.type3 .ingredient_table table td{
  border: 1px solid #2C95B6;
  padding: 10px;
}

.fountain_pictarea{
  margin: 0 auto 80px;
}

.fountain_pictarea .detail dl{
  border: 1px solid #96CADB;
  margin-top: 20px;
  padding: 15px;
  text-align: center;
}

.fountain_pictarea .detail dl dt{
  color: #0F96B8;
  font-weight: 700;
  margin-bottom: 10px;
}

.fountain_pictarea .pict{
  margin-bottom: 10px;
  text-align: center;
}

.fountain_pointarea{
  margin-bottom: 120px;
}

.fountain_pointarea h3{
  border-bottom: 1px dotted #0F96B8;
  color: #0F96B8;
  font-size: 1.6em;
  margin-top: 60px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  text-align: center;
}

.fountain_pointarea h3:first-of-type{
  margin-top: 40px;
}

.fountain_pointarea h3 span{
  background-color: #0F96B8;
  border-radius: 30px;
  color: #fff;
  font-size: 0.6em;
  line-height: 120%;
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 3px 8px;
  text-align: center;
}

/*** privacy ***/

.privacy_aboutlist li{
  border: 1px solid #BAC5C8;
  border-radius: 10px;
  box-sizing: border-box;
  margin-top: 20px;
  padding: 20px;
}

.privacy_aboutlist li:first-child{
  margin-top: 0;
}


/*** factory ***/

.select_style{
  border: 1px solid #868686;
  display: inline-block;
  position: relative;
  width: 100%;
}

.select_style::after{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 14px;
	width: 7px;
	height: 7px;
	margin-top: -2px;
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
	transform: translateY(-50%) rotate(45deg);
}

.select_style select{
  background: none;
  border: none;
  appearance: none;
  padding: 7px 9px;
  width: 100%;
}

.factory_date_area{
  margin-top: 10px;
}

.factory_date_area:first-of-type{
  margin-top: 0;
}

.factory_date_area .factory_date{
  display: flex;
  align-items: center;
}

.factory_date_area .factory_date .select_style{
  width: 19.8vw;
}

.factory_date_area .factory_date .factory_date_title{
  margin-right: auto;
}

.factory_date_area .factory_time{
  margin-top: 10px;
}

.factory_notice_area{
  border: 1px solid #0F96B8;
  margin-top: 30px;
  padding: 55px 15px;
}

.factory_notice_area dl:first-of-type{
  margin-bottom: 20px;
}

.factory_notice_area dl dt{
  color: #0F96B8;
  font-weight: bold;
  font-size: 1.2em;
}

.factory_notice_area dl dd{
  margin-top: 10px;
  padding-left: 15px;
  position: relative;
}

.factory_notice_area dl dd.red{
  color: #FF0000;
}

.factory_notice_area dl dd:before{
  background-color: #0F96B8;
  content: "";
  height: 5px;
  position: absolute;
  top: 10px;
  left: 0;
  width: 5px;
}


/************************************************
Utility
************************************************/
/* PC,SP出し分け */
@media screen and (max-width: 767px) {
	.isPc, .isPc_il, .isPc_ib{display:none!important}
	.isSp_il{display: inline!important}
	.isSp_ib{display: inline-block!important}
}

/* width */
.w5{width:5%!important}
.w10{width:10%!important}
.w15{width:15%!important}
.w20{width:20%!important}
.w25{width:25%!important}
.w30{width:30%!important}
.w35{width:35%!important}
.w40{width:40%!important}
.w45{width:45%!important}
.w50{width:50%!important}
.w55{width:55%!important}
.w60{width:60%!important}
.w65{width:65%!important}
.w70{width:70%!important}
.w75{width:75%!important}
.w80{width:80%!important}
.w85{width:85%!important}
.w90{width:90%!important}
.w95{width:95%!important}
.w100{width:100%!important}

@media screen and (max-width: 767px) {
	.w5Sp{width:5%!important}
	.w10Sp{width:10%!important}
	.w15Sp{width:15%!important}
	.w20Sp{width:20%!important}
	.w25Sp{width:25%!important}
	.w30Sp{width:30%!important}
	.w35Sp{width:35%!important}
	.w40Sp{width:40%!important}
	.w45Sp{width:45%!important}
	.w50Sp{width:50%!important}
	.w55Sp{width:55%!important}
	.w60Sp{width:60%!important}
	.w65Sp{width:65%!important}
	.w70Sp{width:70%!important}
	.w75Sp{width:75%!important}
	.w80Sp{width:80%!important}
	.w85Sp{width:85%!important}
	.w90Sp{width:90%!important}
	.w95Sp{width:95%!important}
	.w100Sp{width:100%!important}
}

/* margin */
.mt0{margin-top:0!important}
.mt5{margin-top:5px!important}
.mt10{margin-top:10px!important}
.mt15{margin-top:15px!important}
.mt20{margin-top:20px!important}
.mt25{margin-top:25px!important}
.mt30{margin-top:30px!important}
.mt35{margin-top:35px!important}
.mt40{margin-top:40px!important}
.mt45{margin-top:45px!important}
.mt50{margin-top:50px!important}
.mt60{margin-top:60px!important}
.mt70{margin-top:70px!important}
.mt80{margin-top:80px!important}
.mt90{margin-top:90px!important}
.mt100{margin-top:100px!important}
.mb0{margin-bottom:0!important}
.mb5{margin-bottom:5px!important}
.mb10{margin-bottom:10px!important}
.mb15{margin-bottom:15px!important}
.mb20{margin-bottom:20px!important}
.mb25{margin-bottom:25px!important}
.mb30{margin-bottom:30px!important}
.mb35{margin-bottom:35px!important}
.mb40{margin-bottom:40px!important}
.mb45{margin-bottom:45px!important}
.mb50{margin-bottom:50px!important}
.mb60{margin-bottom:60px!important}
.mb70{margin-bottom:70px!important}
.mb80{margin-bottom:80px!important}
.mb90{margin-bottom:90px!important}
.mb100{margin-bottom:100px!important}
.ml0{margin-left:0!important}
.ml5{margin-left:5px!important}
.ml10{margin-left:10px!important}
.ml15{margin-left:15px!important}
.ml20{margin-left:20px!important}
.ml25{margin-left:25px!important}
.ml30{margin-left:30px!important}
.ml35{margin-left:35px!important}
.ml40{margin-left:40px!important}
.ml45{margin-left:45px!important}
.ml50{margin-left:50px!important}
.ml60{margin-left:60px!important}
.ml70{margin-left:70px!important}
.ml80{margin-left:80px!important}
.ml90{margin-left:90px!important}
.ml100{margin-left:100px!important}
.mr0{margin-right:0!important}
.mr5{margin-right:5px!important}
.mr10{margin-right:10px!important}
.mr15{margin-right:15px!important}
.mr20{margin-right:20px!important}
.mr25{margin-right:25px!important}
.mr30{margin-right:30px!important}
.mr35{margin-right:35px!important}
.mr40{margin-right:40px!important}
.mr45{margin-right:45px!important}
.mr50{margin-right:50px!important}
.mr60{margin-right:60px!important}
.mr70{margin-right:70px!important}
.mr80{margin-right:80px!important}
.mr90{margin-right:90px!important}
.mr100{margin-right:100px!important}

.mAuto{
	margin-left: auto!important;
	margin-right: auto!important;
}

@media screen and (max-width: 767px) {
	.mt0Sp{margin-top:0!important}
	.mt5Sp{margin-top:5px!important}
	.mt10Sp{margin-top:10px!important}
	.mt15Sp{margin-top:15px!important}
	.mt20Sp{margin-top:20px!important}
	.mt25Sp{margin-top:25px!important}
	.mt30Sp{margin-top:30px!important}
	.mt35Sp{margin-top:35px!important}
	.mt40Sp{margin-top:40px!important}
	.mt45Sp{margin-top:45px!important}
	.mt50Sp{margin-top:50px!important}
	.mt60Sp{margin-top:60px!important}
	.mt70Sp{margin-top:70px!important}
	.mt80Sp{margin-top:80px!important}
	.mt90Sp{margin-top:90px!important}
	.mt100Sp{margin-top:100px!important}
	.mb0Sp{margin-bottom:0!important}
	.mb5Sp{margin-bottom:5px!important}
	.mb10Sp{margin-bottom:10px!important}
	.mb15Sp{margin-bottom:15px!important}
	.mb20Sp{margin-bottom:20px!important}
	.mb25Sp{margin-bottom:25px!important}
	.mb30Sp{margin-bottom:30px!important}
	.mb35Sp{margin-bottom:35px!important}
	.mb40Sp{margin-bottom:40px!important}
	.mb45Sp{margin-bottom:45px!important}
	.mb50Sp{margin-bottom:50px!important}
	.mb60Sp{margin-bottom:60px!important}
	.mb70Sp{margin-bottom:70px!important}
	.mb80Sp{margin-bottom:80px!important}
	.mb90Sp{margin-bottom:90px!important}
	.mb100Sp{margin-bottom:100px!important}
	.ml0Sp{margin-left:0!important}
	.ml5Sp{margin-left:5px!important}
	.ml10Sp{margin-left:10px!important}
	.ml15Sp{margin-left:15px!important}
	.ml20Sp{margin-left:20px!important}
	.ml25Sp{margin-left:25px!important}
	.ml30Sp{margin-left:30px!important}
	.ml35Sp{margin-left:35px!important}
	.ml40Sp{margin-left:40px!important}
	.ml45Sp{margin-left:45px!important}
	.ml50Sp{margin-left:50px!important}
	.ml60Sp{margin-left:60px!important}
	.ml70Sp{margin-left:70px!important}
	.ml80Sp{margin-left:80px!important}
	.ml90Sp{margin-left:90px!important}
	.ml100Sp{margin-left:100px!important}
	.mr0Sp{margin-right:0!important}
	.mr5Sp{margin-right:5px!important}
	.mr10Sp{margin-right:10px!important}
	.mr15Sp{margin-right:15px!important}
	.mr20Sp{margin-right:20px!important}
	.mr25Sp{margin-right:25px!important}
	.mr30Sp{margin-right:30px!important}
	.mr35Sp{margin-right:35px!important}
	.mr40Sp{margin-right:40px!important}
	.mr45Sp{margin-right:45px!important}
	.mr50Sp{margin-right:50px!important}
	.mr60Sp{margin-right:60px!important}
	.mr70Sp{margin-right:70px!important}
	.mr80Sp{margin-right:80px!important}
	.mr90Sp{margin-right:90px!important}
	.mr100Sp{margin-right:100px!important}
}

/* padding */
.pt0{padding-top:0!important}
.pt5{padding-top:5px!important}
.pt10{padding-top:10px!important}
.pt15{padding-top:15px!important}
.pt20{padding-top:20px!important}
.pt25{padding-top:25px!important}
.pt30{padding-top:30px!important}
.pt35{padding-top:35px!important}
.pt40{padding-top:40px!important}
.pt45{padding-top:45px!important}
.pt50{padding-top:50px!important}
.pt60{padding-top:60px!important}
.pt70{padding-top:70px!important}
.pt80{padding-top:80px!important}
.pt90{padding-top:90px!important}
.pt100{padding-top:100px!important}
.pb0{padding-bottom:0!important}
.pb5{padding-bottom:5px!important}
.pb10{padding-bottom:10px!important}
.pb15{padding-bottom:15px!important}
.pb20{padding-bottom:20px!important}
.pb25{padding-bottom:25px!important}
.pb30{padding-bottom:30px!important}
.pb35{padding-bottom:35px!important}
.pb40{padding-bottom:40px!important}
.pb45{padding-bottom:45px!important}
.pb50{padding-bottom:50px!important}
.pb60{padding-bottom:60px!important}
.pb70{padding-bottom:70px!important}
.pb80{padding-bottom:80px!important}
.pb90{padding-bottom:90px!important}
.pb100{padding-bottom:100px!important}
.pl0{padding-left:0!important}
.pl5{padding-left:5px!important}
.pl10{padding-left:10px!important}
.pl15{padding-left:15px!important}
.pl20{padding-left:20px!important}
.pl25{padding-left:25px!important}
.pl30{padding-left:30px!important}
.pl35{padding-left:35px!important}
.pl40{padding-left:40px!important}
.pl45{padding-left:45px!important}
.pl50{padding-left:50px!important}
.pl60{padding-left:60px!important}
.pl70{padding-left:70px!important}
.pl80{padding-left:80px!important}
.pl90{padding-left:90px!important}
.pl100{padding-left:100px!important}
.pr0{padding-right:0!important}
.pr5{padding-right:5px!important}
.pr10{padding-right:10px!important}
.pr15{padding-right:15px!important}
.pr20{padding-right:20px!important}
.pr25{padding-right:25px!important}
.pr30{padding-right:30px!important}
.pr35{padding-right:35px!important}
.pr40{padding-right:40px!important}
.pr45{padding-right:45px!important}
.pr50{padding-right:50px!important}
.pr60{padding-right:60px!important}
.pr70{padding-right:70px!important}
.pr80{padding-right:80px!important}
.pr90{padding-right:90px!important}
.pr100{padding-right:100px!important}

@media screen and (max-width: 767px) {
	.pt0Sp{padding-top:0!important}
	.pt5Sp{padding-top:5px!important}
	.pt10Sp{padding-top:10px!important}
	.pt15Sp{padding-top:15px!important}
	.pt20Sp{padding-top:20px!important}
	.pt25Sp{padding-top:25px!important}
	.pt30Sp{padding-top:30px!important}
	.pt35Sp{padding-top:35px!important}
	.pt40Sp{padding-top:40px!important}
	.pt45Sp{padding-top:45px!important}
	.pt50Sp{padding-top:50px!important}
	.pt60Sp{padding-top:60px!important}
	.pt70Sp{padding-top:70px!important}
	.pt80Sp{padding-top:80px!important}
	.pt90Sp{padding-top:90px!important}
	.pt100Sp{padding-top:100px!important}
	.pb0Sp{padding-bottom:0!important}
	.pb5Sp{padding-bottom:5px!important}
	.pb10Sp{padding-bottom:10px!important}
	.pb15Sp{padding-bottom:15px!important}
	.pb20Sp{padding-bottom:20px!important}
	.pb25Sp{padding-bottom:25px!important}
	.pb30Sp{padding-bottom:30px!important}
	.pb35Sp{padding-bottom:35px!important}
	.pb40Sp{padding-bottom:40px!important}
	.pb45Sp{padding-bottom:45px!important}
	.pb50Sp{padding-bottom:50px!important}
	.pb60Sp{padding-bottom:60px!important}
	.pb70Sp{padding-bottom:70px!important}
	.pb80Sp{padding-bottom:80px!important}
	.pb90Sp{padding-bottom:90px!important}
	.pb100Sp{padding-bottom:100px!important}
	.pl0Sp{padding-left:0!important}
	.pl5Sp{padding-left:5px!important}
	.pl10Sp{padding-left:10px!important}
	.pl15Sp{padding-left:15px!important}
	.pl20Sp{padding-left:20px!important}
	.pl25Sp{padding-left:25px!important}
	.pl30Sp{padding-left:30px!important}
	.pl35Sp{padding-left:35px!important}
	.pl40Sp{padding-left:40px!important}
	.pl45Sp{padding-left:45px!important}
	.pl50Sp{padding-left:50px!important}
	.pl60Sp{padding-left:60px!important}
	.pl70Sp{padding-left:70px!important}
	.pl80Sp{padding-left:80px!important}
	.pl90Sp{padding-left:90px!important}
	.pl100Sp{padding-left:100px!important}
	.pr0Sp{padding-right:0!important}
	.pr5Sp{padding-right:5px!important}
	.pr10Sp{padding-right:10px!important}
	.pr15Sp{padding-right:15px!important}
	.pr20Sp{padding-right:20px!important}
	.pr25Sp{padding-right:25px!important}
	.pr30Sp{padding-right:30px!important}
	.pr35Sp{padding-right:35px!important}
	.pr40Sp{padding-right:40px!important}
	.pr45Sp{padding-right:45px!important}
	.pr50Sp{padding-right:50px!important}
	.pr60Sp{padding-right:60px!important}
	.pr70Sp{padding-right:70px!important}
	.pr80Sp{padding-right:80px!important}
	.pr90Sp{padding-right:90px!important}
	.pr100Sp{padding-right:100px!important}
}

/* text-align */
.tac{text-align:center!important}
.tal{text-align:left!important}
.tar{text-align:right!important}

/* ertical-align */
.vat {vertical-align:top!important}
.vam {vertical-align:middle!important}
.vabase {vertical-align:baseline!important}
.vab {vertical-align:bottom!important}

@media screen and (max-width: 767px) {
	.tacSp{text-align:center!important}
	.talSp{text-align:left!important}
	.tarSp{text-align:right!important}
}

/* font-weight */
.fwb {font-weight:bold!important}
.fwn {font-weight:normal!important}
@media screen and (max-width: 767px) {
	.fwbSp {font-weight:bold!important}
	.fwnSp {font-weight:normal!important}
}

/* text color */
.txt_black {color: #333;}
.txt_blue {color: #0F96B8;}