@charset "shift_jis";

/*-------------------------------------------------------*/
/* general */
/*-------------------------------------------------------*/
img {
	max-width: 100%;
	height: auto;
}

a.phone.noanchor {
	text-decoration: none;
	cursor: default;
}

/*-------------------------------------------------------*/
/* page-index-wrap */
/*-------------------------------------------------------*/
.page-index-wrap {
	height: 53px;
}


@media only screen and (max-width: 1079px) {
	.page-index-wrap {
		height: 43px;
	}
}


.page-index-wrap.fixed .page-index {
	position: fixed;
	min-width: 1000px;
	width: 100%;
	top: 50px;
	-webkit-animation: rotation 0.3s ease;
	animation: rotation 0.3s ease;
}

@media only screen and (max-width: 767px) {
	.header.hide~* .page-index-wrap.fixed .page-index {
		position: fixed;
		width: 100%;
		top: 0;
	}

	.header.show~* .page-index-wrap .page-index {
		width: 100%;
		top: 0;
	}

	.header.show~* .page-index-wrap.fixed .page-index {
		position: fixed;
		width: 100%;
		top: 13.6vw;
	}
}

@media only screen and (max-width: 1079px) {
	.page-index-wrap.fixed .page-index {
		top: 61px;
	}

}

.page-index {
	z-index: 50;
	position: relative;
	-webkit-transition: top .3s;
	-o-transition: top .3s;
	transition: top .3s;
}

.page-index__btn p {
	margin: 0;
}

@media only screen and (min-width: 1080px) {
	.page-index__btn {
		display: none;
	}

	.page-index__list {
		display: block !important;
		padding: 0;
		height: 55px !important;
	}
}

@media only screen and (max-width: 1079px) {
	.page-index__btn {
		width: 100%;
		color: #1A1311;
		font-size: 100%;
		font-weight: bold;
		padding: 10px 12px 10px 45px;
		position: relative;
		background: #EEEEEE;
		border-bottom: 1px solid #ddd;
		cursor: pointer;
	}

	.page-index__btn .menu {
		display: block;
	}

	.page-index__btn .tojiru {
		display: none;
	}

	.page-index__btn.open .menu {
		display: none;
	}

	.page-index__btn.open .tojiru {
		display: block;
	}

	.page-index__btn.open .btn_bar_first {
		-webkit-transform: translateY(7px) rotate(45deg);
		-ms-transform: translateY(7px) rotate(45deg);
		transform: translateY(7px) rotate(45deg);
	}

	.page-index__btn.open .btn_bar_second {
		opacity: 0;
	}

	.page-index__btn.open .btn_bar_three {
		-webkit-transform: translateY(-11px) rotate(-45deg);
		-ms-transform: translateY(-11px) rotate(-45deg);
		transform: translateY(-11px) rotate(-45deg);
	}

}

.page-index .menu-btn_bar {
	width: 20px;
	height: 20px;
	position: absolute;
	margin-top: -10px;
	top: 50%;
	left: 12px;
}

.page-index .btn_bar {
	display: block;
	width: 100%;
	height: 2px;
	background: #1A1311;
	position: absolute;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.page-index .btn_bar_first {
	top: 0;
}

.page-index .btn_bar_second {
	top: 0;
	bottom: 0;
	margin: auto;
}

.page-index .btn_bar_three {
	bottom: 0;
}

.page-index .inner {}

@media only screen and (max-width: 1079px) {
	.page-index .inner {
		width: 100%;
		display: block;
	}

	.page-index__list {
		display: none;
		padding: 0;
	}
}

/*-------------------------------------------------------*/
/* o-local-header */
/*-------------------------------------------------------*/
.o-local-header {
	background: #F5F7FA;
	border-bottom: 1px solid #AAAAAA;
}

.o-local-header .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1280px;
}

.o-local-header ul.o-local-menu {
	display: table;
}

@media only screen and (max-width: 1320px) {
	.o-local-header ul.o-local-menu {
		margin-left: 12px;
	}
}

.o-local-header ul.o-local-menu li {
	display: table-cell;
	vertical-align: middle;
}

.o-local-header ul.o-local-menu li a {
	display: flex;
	align-items: center;
	padding-left: 15px;
	padding-right: 32px;
	height: 55px;
	background: url("../img/icon/ic_arrow_down.svg") 90% 50% no-repeat;
	background-size: 13px auto;
	font-size: 84.75%;
	font-weight: 700;
	color: #1A1311;
	text-decoration: none;
	transition: 0.5s;
}

.o-local-header ul.o-local-menu li a:hover {
	background-position: 90% 68%;
}

.o-local-header ul.o-local-menu li.active a {
	background-color: #E5E8EA;
	background-image: url("../img/icon/ic_arrow_right.svg");
	background-size: auto 13px;
	/* 95% 500%; */
	border-bottom: 3px solid #0072BC;
}

.o-local-header .download {
	display: table;
	height: 55px;
	margin: 0;
}

.o-local-header .download a {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	padding: 0 10px 0 49px;
	background: #FAC452 url("../../img/common/icon/download.svg") 17px 50% no-repeat;
	transition: 0.5s;
	color: #1A1311;
	font-size: 84.75%;
	font-weight: 700;
	text-decoration: none;
}

.o-local-header .download a:hover {
	color: #1A1311;
	background-color: #F4A706;
}

@media only screen and (max-width: 1079px) {
	.o-local-header .inner {
		display: block;
	}

	.o-local-header ul.o-local-menu {
		display: block;
		box-sizing: border-box;
		width: 100vw;
		margin: 0;
	}

	.o-local-header ul.o-local-menu li {
		display: block;
		vertical-align: middle;
		padding-right: 24px;
		border-bottom: 1px solid #EEEEEE;
	}

	.o-local-header ul.o-local-menu li a {
		display: block;
		padding: 10px 20px 10px 10px;
		height: auto;
		background-position: 96% 68%;
	}

	.o-local-header ul.o-local-menu li a:hover {
		background-position: 96% 68%;
	}

	.o-local-header .download {
		display: table;
		width: 100%;
		height: 55px;
		margin: 0;
	}

	.o-local-header .download a {}

	.o-local-header .download a:hover {}
}


/*-------------------------------------------------------*/
/* .o-comb-link */
/*-------------------------------------------------------*/
.o-comb-link {
	transition: 0.08s;
}

/*-------------------------------------------------------*/
/* o-title */
/*-------------------------------------------------------*/
.o-title-lv2::after {
	width: 150px;
	height: 4px;
	background: url("../../img/common/lv2_line.svg") 50% 50% no-repeat;
	margin-left: -75px;
}

/*-------------------------------------------------------*/
/* o-comb-link */
/*-------------------------------------------------------*/
.o-comb-link {
	display: block;
	height: 100%;
	box-sizing: border-box;
	padding: 26px 24px;
	color: #1A1311 !important;
	text-decoration: none !important;
	background: #FFF url(/cmn3/img/icon/ic_arrow_right.svg) no-repeat center right 15px;
	background-size: 9px 15px;
	border: 1px solid #E0E0E0;
	border-radius: 4px;
	box-shadow: 0 4px 0 #E0E0E0;
}

.o-comb-link__con .o-comb-link__ttl {
	display: flex;
	align-items: center;
	text-align: left;
	margin-top: 27px;
}

.o-comb-link__con .o-comb-link__txt {
	margin-top: 15px;
}

@media (max-width: 1079px) {

	.o-comb-link {
		padding: 24px 30px 24px 24px;
		background-position: center right 9px;
	}

	.o-comb-link__img {
		width: 23%;
		max-width: 30%;
		flex: none;
	}

	.o-comb-link {
		display: flex;
		justify-content: center;
	}

	.o-comb-link__con .o-comb-link__ttl {
		display: block;
		margin-top: 0;
	}


}

/*-------------------------------------------------------*/
/* searchBox */
/*-------------------------------------------------------*/
.searchBox {
	display: flex;
}

.searchBox input[type="text"] {
	border: 2px solid #0072BC;
	border-radius: 5px 0px 0px 5px;
	padding: 14px;
	font-size: 112.5%;
	width: calc(100% - 65px);
}

.searchBox input.searchBtn {
	box-sizing: border-box;
	border: 2px solid #0072BC;
	border-radius: 0 5px 5px 0px;
	padding: 14px;
	width: 65px;
	background: #0072BC url("../../img/common/icon/search.svg") 50% 50% no-repeat;
	cursor: pointer;
	transition: 0.5s;
}

.searchBox input.searchBtn:hover {
	opacity: 0.7;
}



/*-------------------------------------------------------*/
/* tabInterface */
/*-------------------------------------------------------*/
.tabInterface {
	position: relative;
}

.tabInterface li:first-child {
	box-sizing: border-box;
	border-right: 1px solid #fff;
}

.tabInterface li a {
	position: relative;
	display: block;
	padding: 20px;
	color: #fff;
	font-weight: 700;
	background: #5F636D;
	text-align: center;
	text-decoration: none;
	transition: 0.3s;
	font-size: 125%;
}

.tabInterface li.active a,
.tabInterface li a:hover {
	color: #fff;
	background-color: #0072BC;
}

.tabInterface li.active a:before {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	margin-left: -10px;
	left: 50%;
	bottom: -10px;
	border-top: 10px solid #0072BC;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	z-index: 1;
}

/* tb view
------------------------------------------*/
@media (max-width: 1079px) {

	.tabInterface li a {
		font-size: 100%;
	}
}

/*-------------------------------------------------------*/
/* accordionBox */
/*-------------------------------------------------------*/
.accordionBox {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	background: #fff;
}

.accordionBox+.accordionBox {
	margin-top: 26px;
}

.accordionBox .a-title {
	position: relative;
	padding: 35px 100px 35px 56px;
	font-size: 150%;
	font-weight: 700;
	cursor: pointer;
}

.accordionBox .a-title i {
	display: inline-block;
	width: 21px;
	height: 21px;
	position: absolute;
	right: 58px;
	top: calc(50% - 8px);
	-webkit-transition: -webkit-transform 300ms;
	transition: -webkit-transform 300ms;
	transition: transform 300ms;
	transition: transform 300ms, -webkit-transform 300ms;
}

.accordionBox .a-title i:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -1px;
	border-top: 2px solid #0072BC;
	width: 21px;
	height: 0px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: opacity 220ms ease 22ms;
	transition: opacity 220ms ease 22ms;
}

.accordionBox .a-title i:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -1px;
	border-top: 2px solid #0072BC;
	width: 21px;
	height: 0px;
}

.accordionBox .a-title.open i {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.accordionBox .a-title.open i:before {
	opacity: 0;
}

.accordionBox .a-content {
	display: none;
	border-top: 1px solid #D5D5D5;
	padding: 45px 56px 70px 56px;
}

.accordionBox .a-content>p:first-child {
	margin-top: 0;
}

/* tb view
------------------------------------------*/
@media (max-width: 1079px) {

	.accordionBox .a-title {
		padding: 27px 56px 27px 19px;
		font-size: 112%;
	}

	.accordionBox .a-title i {
		right: 19px;
	}

	.accordionBox .a-content {
		/* display: none; */
		padding: 26px 19px 45px 19px;
	}
}



/*-------------------------------------------------------*/
/* area-button */
/*-------------------------------------------------------*/
.area-button p {
	margin: 0;
}

.area-button.single a {
	box-sizing: border-box;
	min-width: 327px;
}

.area-button.single.w464 a {
	width: 464px;
}

/* tb_view
/*-------------------------------------------------------*/
@media (max-width: 1079px) {
	.area-button p {
		font-size: 100%;
	}

}

@media (max-width: 767px) {

	.area-button.single.w464 a,
	.area-button a {
		width: 100%;
		min-width: 100%;
	}
}


/*-------------------------------------------------------*/
/* bannerBox */
/*-------------------------------------------------------*/
.bannerBox {
	background: #DFE9EE;
}

.bannerBox+.bannerBox .l-sec__inner {
	padding-top: 0;
}


.bannerBox ul.slider li {
	background: #FFFFFF;
	width: 626px;
}

.bannerBox ul.slider li a {
	display: block;
	color: #333;
	text-decoration: none;
	transition: 0.5s;
}

.bannerBox ul.slider li a img {
	transition: 0.5s;
}

.bannerBox ul.slider li figure figcaption {
	box-sizing: border-box;
	padding: 26px 38px 26px 28px;
	background: url(/cmn3/img/icon/ic_arrow_right.svg) no-repeat center right 20px;
	background-size: 9px 15px;
	transition: background-position .2s, background-color .2s;
}

.bannerBox ul.slider li a[target] figure figcaption {
	background-image: url(/cmn3/img/icon/ic_blank.svg);
	background-size: 17px 16px;
}

.bannerBox ul.slider li a:hover {
	background-color: #F5F7FA;
}

.bannerBox ul.slider li a:hover img {
	opacity: 0.65;
}

.bannerBox ul.slider li a:hover figure figcaption {
	background-position: center right 15px;
}


.bannerBox ul.slider li figure figcaption dl dt {
	padding-bottom: 7px;
	font-weight: 700;
	font-size: 112.5%;
}

.bannerBox .bx-viewport {
	height: inherit !important;
	padding-bottom: 0;
}

/*
	.bannerBox .bx-wrapper .bx-prev {
	  left: -29px;
	}
	.bannerBox .bx-wrapper .bx-prev:hover,
	.bannerBox .bx-wrapper .bx-prev:focus {
	  left: -34px;
	}
	.bannerBox .bx-wrapper .bx-next {
	  right: -29px;
	}
	.bannerBox .bx-wrapper .bx-next:hover,
	.bannerBox .bx-wrapper .bx-next:focus {
		right: -34px;
	}
*/
.bannerBox .bx-wrapper .bx-controls-direction {
	position: relative;
	width: 40%;
	margin: 0 auto;
}

.bannerBox .bx-wrapper .bx-controls-direction a {
	top: 100%;
	margin-top: 8px;
	width: 38px;
	height: 38px;
	background-size: 100% auto;
}

.bannerBox .bx-wrapper .bx-prev {
	left: -29px;
}

.bannerBox .bx-wrapper .bx-prev:hover,
.bannerBox .bx-wrapper .bx-prev:focus {
	left: -34px;
}

.bannerBox .bx-wrapper .bx-next {
	right: -29px;
}

.bannerBox .bx-wrapper .bx-next:hover,
.bannerBox .bx-wrapper .bx-next:focus {
	right: -34px;
}

.bannerBox .bx-wrapper.minNum {
	margin-bottom: 0;
}

.bannerBox .bx-wrapper.minNum .bx-pager {
	display: none;
}


/*----*/
/* MD */
/*----*/
@media (max-width: 1079px) {

	.bannerBox ul.slider li figure img {
		width: 100%;
		height: auto;
	}


	.bannerBox .l-sec__inner {
		margin: 0 12px;
	}

	.bannerBox .bx-wrapper .bx-prev,
	.bannerBox .bx-wrapper .bx-next {
		width: 30px;
		height: 30px;
		background-size: 100% auto;
	}

	.bannerBox .bx-wrapper .bx-controls-direction {
		position: relative;
		width: 70%;
	}

	.bannerBox .bx-wrapper .bx-controls-direction.clear {
		position: static;
		width: auto;
	}

	.bannerBox .bx-wrapper .bx-controls-direction a {
		display: none;
		top: 50%;
		margin-top: -18px;
	}


	.bannerBox .bx-wrapper .bx-prev {
		left: -10px;
	}

	.bannerBox .bx-wrapper .bx-prev:hover {
		left: -12px;
	}

	.bannerBox .bx-wrapper .bx-next {
		right: -10px;
	}

	.bannerBox .bx-wrapper .bx-next:hover {
		right: -12px;
	}
}


/*-------------------------------------------------------*/
/* case */
/*-------------------------------------------------------*/
.caseBox {}

.caseBox .l-sec__inner {
	max-width: 1108px;
}

.caseBox ul.slider li {
	width: 321px;
}

.caseBox.l-sec ul.slider li {
	background-color: #F5F7FA;
}

.caseBox.l-sec--blue ul.slider li {
	background-color: #FFFFFF;
}

.caseBox ul.slider li a {
	display: block;
	color: #333;
	text-decoration: none;
	transition: 0.5s;
}

.caseBox ul.slider li figure figcaption {
	box-sizing: border-box;
	padding: 26px 38px 26px 28px;
	background: url(/cmn3/img/icon/ic_arrow_right.svg) no-repeat center right 20px;
	background-size: 9px 15px;
	transition: .2s;
}

.caseBox ul.slider li a[target] figure figcaption {
	background-image: url(/cmn3/img/icon/ic_blank.svg);
	background-size: 17px 16px;
}

.caseBox ul.slider li a:hover {}

.caseBox ul.slider li a:hover figure figcaption {
	background-position: center right 15px;
}


.caseBox ul.slider li figure figcaption dl.name {
	margin-bottom: 18px;
}

.caseBox ul.slider li figure figcaption dl.name dt {
	padding-bottom: 7px;
	font-weight: 700;
	font-size: 112.5%;
}

.caseBox ul.slider li figure figcaption dl.item dt {
	position: relative;
	padding-bottom: 16px;
	font-weight: 700;
}

.caseBox ul.slider li figure figcaption dl.item dt:before {
	position: absolute;
	content: "";
	top: 0.8em;
	left: 0;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #AAAAAA;
}

.caseBox ul.slider li figure figcaption dl.item dt span {
	position: relative;
	display: inline-block;
	background: #fff;
	padding-right: 13px;
}

.caseBox.l-sec ul.slider li figure figcaption dl.item dt span {
	background-color: #F5F7FA;
}

.caseBox ul.slider li a img {
	transition: 0.5s;
}

.caseBox ul.slider li a:hover img {
	opacity: 0.65;
}

.caseBox .bx-wrapper {
	margin: 0 auto 80px;
}

.caseBox .bx-viewport {
	height: inherit !important;
	padding-bottom: 0;
}

.caseBox .bx-wrapper .bx-controls-direction {
	position: relative;
	width: 40%;
	margin: 0 auto;
}

.caseBox .bx-wrapper .bx-controls-direction a {
	top: 100%;
	margin-top: 8px;
	width: 38px;
	height: 38px;
	background-size: 100% auto;
}

.caseBox .bx-wrapper .bx-prev {
	left: -90px;
}

.caseBox .bx-wrapper .bx-prev:hover,
.caseBox .bx-wrapper .bx-prev:focus {
	left: -94px;
}

.caseBox .bx-wrapper .bx-next {
	right: -90px;
}

.caseBox .bx-wrapper .bx-next:hover,
.caseBox .bx-wrapper .bx-next:focus {
	right: -94px;
}


.caseBox .bx-wrapper.minNum {
	margin-bottom: 0;
}

.caseBox .bx-wrapper.minNum .bx-pager {
	display: none;
}

.caseBox .bx-wrapper.minNum .bx-controls-direction {
	display: none;
}

.caseBox .bx-wrapper.minNum+.area-button {
	margin-top: 80px;
}

/*----*/
/* MD */
/*----*/
@media (max-width: 1079px) {

	.caseBox ul.slider li figure img {
		width: 100%;
		height: auto;
	}

	.caseBox .l-sec__inner {
		margin: 0 0px;
	}

	.caseBox .bx-wrapper .bx-prev,
	.caseBox .bx-wrapper .bx-next {
		width: 30px;
		height: 30px;
		background-size: 100% auto;
	}


	.caseBox .bx-wrapper .bx-controls-direction {
		position: relative;
		width: 70%;
	}

	.caseBox .bx-wrapper .bx-controls-direction.clear {
		position: static;
		width: auto;
	}


	.caseBox .bx-wrapper .bx-controls-direction a {
		display: none;
		top: 50%;
		margin-top: -18px;
	}

	.caseBox .bx-wrapper .bx-prev {
		left: -12px;
	}

	.caseBox .bx-wrapper .bx-prev:hover {
		left: -14px;
	}

	.caseBox .bx-wrapper .bx-next {
		right: -12px;
	}

	.caseBox .bx-wrapper .bx-next:hover {
		right: -14px;
	}
}

/*-------------------------------------------------------*/
/* titleArea */
/*-------------------------------------------------------*/
.titleArea {
	position: relative;
	padding: 20px 0;
}

.titleArea.border {
	border-bottom: 1px solid #AAAAAA
}

.titleArea h1 {
	margin: 0 auto;
	max-width: 1280px;
	display: flex;
	align-items: center;
	font-size: 268.75%;
	font-weight: 700;
}

.titleArea h1>span {
	display: block;
}

.titleArea h1 .o-icon {
	margin-right: 25px;
}

.titleArea h1 .o-icon img {
	vertical-align: middle;
}

.titleArea h1 .o-content {}

.titleArea .inner._inLink {
	padding-right: 11em;
}

.titleArea .inner {
	position: relative;
	margin: 0 auto;
	max-width: 1280px;
}

.titleArea .categoryLink {
	position: absolute;
	top: 50%;
	right: 0%;
	line-height: 1.1;
	margin: -0.5em 0 0 0;
}

/*----*/
/* MD */
/*----*/
@media (max-width: 1079px) {

	.titleArea {
		padding: 10px 12px;
	}

	.titleArea h1 {
		font-size: 137.50%;
	}

	.titleArea h1>span {
		display: block;
	}

	.titleArea h1 .o-icon {
		margin-right: 15px;
	}

	.titleArea h1 .o-content {
		line-height: 1.3
	}

	.titleArea .inner._inLink {
		padding-right: 0;
	}

	.titleArea .categoryLink {
		top: 100%;
		right: 0%;
		margin: 1.5em 0 0 0;
		z-index: 100;
	}

}

/*-------------------------------------------------------*/
/* visualArea */
/*-------------------------------------------------------*/
.visualArea {
	background: 50% 50% no-repeat;
	background-size: cover;
}

.visualArea .inner {
	display: table;
	margin: 0 auto;
	max-width: 1280px;
	height: 100%;
}

.visualArea .inner .explain {
	display: table-cell;
	vertical-align: middle;
	padding-right: 560px;
}

.visualArea._basic .inner .explain {
	padding-right: 140px;
}

.visualArea._simple .inner .explain {
	padding-right: 0;
	text-align: center;
}

.visualArea .inner p.lead {
	margin-top: 0;
}

.visualArea .inner h2 {
	font-size: 250%;
	font-weight: 700;
	line-height: 1.5;
}

.visualArea .inner *+.o-text {
	margin-top: 33px;
	font-size: 112.5%;
	line-height: 2;
}

.visualArea .inner *+.o-text .large {
	font-size: 116%;
}

.visualArea .inner figure {
	margin-top: 16px;
}

.visualArea._image {
	height: 529px;
}

.visualArea._basic {
	height: auto;
	background: url("../../img/common/visual_background.jpg") 50% 50% no-repeat;
	background-size: cover;
}

.visualArea._simple {
	height: auto;
	padding: 80px 0;
}

.visualArea._itemVisual._image {
	height: 472px;
}

.visualArea._itemVisual .inner {
	display: block;
	padding: 50px 0 0 0;
}

.visualArea._basic .inner {
	padding: 50px 0;
}


.visualArea._itemVisual .inner:after {
	clear: both;
	content: "";
	display: block;
}

.visualArea._itemVisual .inner .explain {
	position: relative;
	padding: 0;
	max-width: calc(100% - 398px);
	float: left;
}

.visualArea._itemVisual .inner .explain .button {
	position: absolute;
	right: 0;
	bottom: 0;
}

.visualArea._itemVisual .inner .sideContact {
	float: right;
}



/* tb_view
/*-------------------------------------------------------*/
@media (max-width: 1079px) {


	.visualArea .inner {
		display: block;
		width: auto;
	}

	.visualArea .inner .explain {
		display: block;
		padding: 17px 12px 0 12px;
	}

	.visualArea._basic .inner .explain,
	.visualArea._simple .inner .explain {
		display: block;
		padding: 0 4%;
	}

	.visualArea .inner .lead {}

	.visualArea .inner h2 {
		font-size: 137%;
	}

	.visualArea .inner *+.o-text {
		margin-top: 18px;
		font-size: 87.5%;
		line-height: 1.8;
	}

	.visualArea .inner *+.o-text .large {
		font-size: 121%;
	}

	.visualArea._simple .inner .explain .o-text {
		text-align: left;
	}

	.visualArea._image {
		background: none;
		height: auto;
	}

	.visualArea._basic {
		height: auto;
	}

	.visualArea._basic .inner {
		padding: 10% 0;
	}

	.visualArea._simple {
		height: auto;
		padding: 0;
	}

	.visualArea._simple .inner {
		padding: 10% 0;
	}

	.visualArea._image .visual img {
		width: 100%;
	}

	.visualArea._itemVisual._image {
		height: auto;
		padding: 0 12px;
	}

	.visualArea._itemVisual .inner {
		padding: 25px 0 0 0;
	}

	.visualArea._itemVisual .inner .explain {
		max-width: inherit;
		float: none;
		margin-bottom: 38px;
	}

	.visualArea._itemVisual .inner .explain .button {
		position: static;
		margin: 14px 0 0 0;
	}

	.visualArea._itemVisual .inner .explain .button a {
		display: block;
		width: 100%;
	}

	.visualArea._itemVisual .inner .sideContact {
		float: none;
	}

}






/*-------------------------------------------------------*/
/* contactBox */
/*-------------------------------------------------------*/
.contactBox {
	box-sizing: border-box;
}

.contactBox .l-sec__inner {
	padding: 35px 0;
}

.contactBox.u-bg-blue {
	color: #fff;
}

.contactBox.u-bg-blue a {
	color: #fff;
}

.contactBox.u-bg-blue a:hover {
	color: #fff;
}

.contactBox dl dt {
	font-size: 125%;
	font-weight: 700;
}

.contactBox dl dd.o-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.contactBox dl dd.o-content .contactBtn {
	width: 392px;
}

.contactBox dl dd.o-content .remarks {
	margin-top: 2px;
	font-size: 81%;
}

.contactBox.sideContact {
	width: 388px;
	padding: 30px 20px;
}


.contactBox.sideContact dl dt {
	text-align: center;
	margin-bottom: 30px;
}

.contactBox.sideContact dl dd.o-content {
	display: block;
}

.contactBox.sideContact .telNumber {
	margin-top: 12px;
	padding: 30px 14px;
}

.contactBox.sideContact dl dd.o-content .contactBtn {
	width: auto;
}

.contactBox.sideContact dl dt {
	font-size: 150%;
}

.contactBox.sideContact .telNumber.u-bg-white {
	color: #1A1311;
}

.contactBox.sideContact .telNumber .dialBox .time {
	font-size: 87.5%;
}

.contactBox.sideContact dl dd.o-content .telNumber .remarks {
	font-size: 75%;
	margin-top: 5px;
}

/* tb_view
/*-------------------------------------------------------*/
@media (max-width: 1079px) {

	.contactBox .l-sec__inner {
		padding: 25px 12px;
	}

	.contactBox dl dt {
		font-size: 112%;
		text-align: center;
		margin-bottom: 24px;
	}

	.contactBox dl dd.o-content {
		display: flex;
		align-items: center;
		flex-wrap: wrap-reverse;
	}

	.contactBox dl dd.o-content .remarks {
		margin-top: 2px;
		font-size: 68.75%;
		font-feature-settings: "palt";
	}

	.contactBox dl dd.o-content .telNumber,
	.contactBox dl dd.o-content .contactBtn {
		width: 100%;
	}

	.contactBox dl dd.o-content .contactBtn {
		margin-bottom: 16px;
	}

	.contactBox dl dd.o-content .contactBtn a {
		display: block;
	}

	.contactBox.sideContact {
		width: auto;
		padding: 16px 12px;
	}

	.visualArea._itemVisual._image .contactBox.sideContact {
		margin-left: -12px;
		margin-right: -12px;
	}


	.contactBox.sideContact dl dt {
		text-align: center;
		margin-bottom: 13px;
	}

	.contactBox.sideContact .telNumber {
		margin-top: 0;
		padding: 0;
	}


	.contactBox.sideContact dl dt {
		font-size: 112%;
	}

	.visualArea .contactBox.sideContact .telNumber.u-bg-white {
		color: #fff;
		background: transparent;
	}

	.visualArea .contactBox.sideContact .telNumber .dialBox .time {}

	.visualArea .contactBox.sideContact dl dd.o-content .telNumber .remarks {
		font-size: 68.75%;
		margin-top: 5px;
		font-feature-settings: "palt";
	}


}

/* dialBox 
/*-------------------------------------------------------*/
.dialBox {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.dialBox>p {
	margin: 0;
}

.dialBox .number {
	font-size: 250%;
	font-weight: 700;
	margin-right: 9px;
	line-height: 1.1;
}

.dialBox .number.fwMiddle {
	font-weight: 500;
}

.dialBox .number a {
	text-decoration: none;
}

.dialBox .number span:before {
	display: inline-block;
	content: url("../../img/common/icon/tel.svg");
	margin-right: 8px;
	vertical-align: middle;
}

.dialBox .time {
	font-size: 93.75%;
	line-height: 1.2;
	font-weight: 400;
	margin-left: 11px;
}

.dialBox .time small {
	font-size: 86.666%;
}

.dialBox .time .holiday {
	font-size: 100%;
}

.u-bg-white .dialBox,
.u-bg-white .dialBox a,
.u-bg-white .dialBox a:hover {
	color: #1A1311;
}

.u-bg-white .dialBox .number span:before {
	content: url("../../img/common/icon/tel_black.svg");
}

/* tb_view
/*-------------------------------------------------------*/
@media (max-width: 1079px) {

	.dialBox {
		display: block;
	}

	.dialBox>p {
		margin: 0;
	}

	.dialBox .number {
		width: 100%;
		font-size: 100% !important;
		font-weight: 700;
		margin-right: 0;
		margin-bottom: 12px;
		line-height: 1.1;
	}

	.dialBox .number a {
		font-size: 168%;
		font-family: inherit;
	}

	.dialBox .number:not(._sp_noChange) a {
		display: block;
		width: 100%;
		text-decoration: none !important;
		appearance: none;
		cursor: pointer;
		text-align: center;
		font-weight: 700;
		line-height: 1.3;
		padding: 10px 50px 9px 40px;
		background: #fff;
		background-size: 9px 15px;
		border-radius: 6px;
		transition: box-shadow 0.08s, transform 0.08s;

		font-size: 168%;
		font-family: inherit;
		color: #1C71BC;
		box-shadow: 0 4px 0 #a6bfd6;
	}

	.dialBox .number:not(._sp_noChange) a:hover {
		color: #1C71BC;
		border-color: #BBD8F2;
		background-color: #BBD8F2;
		box-shadow: none;
		transform: translateY(4px);
	}

	.dialBox .number:not(_sp_noChange) span:before {
		content: url("../../img/common/icon/tel_blue.svg");
	}

	.dialBox .time {
		text-align: left;
		font-size: 100%;
		font-weight: 400;
	}

	.dialBox .time small {
		font-size: 100%;
	}

	.visualArea .u-bg-white .dialBox {
		color: #fff;
	}

	.visualArea .u-bg-white .dialBox a,
	.visualArea .u-bg-white .dialBox a:hover {
		color: #1C71BC;
	}

	.visualArea .u-bg-white .dialBox .number span:before {
		content: url("../../img/common/icon/tel_blue.svg");
	}

}

/*-------------------------------------------------------*/
/* categoryNavigation */
/*-------------------------------------------------------*/

#categoryNavigation .area-button.single a {
	width: 464px;
}

/* tb_view
/*-------------------------------------------------------*/
@media (max-width: 1079px) {
	#categoryNavigation .area-button.single a {
		width: 100%;
	}

}


/*-------------------------------------------------------*/
/* bxslider */
/*-------------------------------------------------------*/

/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
	position: relative;
	margin-bottom: 60px;
	padding: 0;
	*zoom: 1;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

.bxslider {
	margin: 0;
	padding: 0;
	/*fix flickering when used background-image instead of <img> (on Chrome)*/
	-webkit-perspective: 1000;
}

ul.bxslider {
	list-style: none;
}

.bx-viewport {
	/* fix other elements on the page moving (in Chrome) */
	-webkit-transform: translateZ(0);
}

/** THEME
===================================*/
.bx-wrapper {}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url("../../img/common/bx_loader.gif") center center no-repeat #ffffff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #AAAAAA;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
	background: #0072BC;
}

@media (max-width: 767px) {

	.bx-wrapper .bx-pager.bx-default-pager a:hover,
	.bx-wrapper .bx-pager.bx-default-pager a:focus {
		background: #AAAAAA;
	}

	.bx-wrapper .bx-pager.bx-default-pager a.active {
		background: #0072BC;
	}
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	vertical-align: bottom;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager-item {
	font-size: 0;
	line-height: 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
	left: 10px;
	background: url("../../img/common/prev.svg") no-repeat 0 0;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
	left: 5px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url("../../img/common/next.svg") no-repeat 0 0;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
	right: 5px;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -29px;
	outline: 0;
	width: 58px;
	height: 58px;
	text-indent: -9999px;
	z-index: 10;
	transition: 0.5s;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url("../../img/common/controls.png") -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url("../../img/common/controls.png") -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/* /smb/cmn3/inc/category-navigation.html style */
.business-toggle {
	background: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.business-toggle+.business-toggle {
	margin-top: 26px;
}

.business-toggle__title {
	position: relative;
	padding: 35px 56px;
	font-size: 150%;
	font-weight: 700;
	cursor: pointer;
}

.business-toggle__title i::before,
.business-toggle__title i::after {
	content: "";
	display: block;
	position: absolute;
	top: calc(50% - 1px);
	width: 21px;
	height: 2px;
	background: #0072bc;
}

.business-toggle__title i::after {
	transition: all .3s ease-out;
}

.business-toggle__content {
	padding: 45px 56px 70px 56px;
	border-top: 1px solid #d5d5d5;
}

@media screen and (min-width: 1078px) {
	.business-toggle__title {
		padding: 21px 90px 21px 19px;
		font-size: 1.5rem;
	}

	.business-toggle__title i::before,
	.business-toggle__title i::after {
		right: 56px;
	}

	.business-toggle__title:not(.-open) i::after {
		transform: rotate(90deg);
	}
}

@media screen and (max-width: 1077px) {
	.business-toggle__title {
		padding: 27px 56px 27px 19px;
		font-size: 112%;
	}

	.business-toggle__title i::before,
	.business-toggle__title i::after {
		right: 15px;
	}

	.business-toggle__title:not(.-open) i::after {
		transform: rotate(90deg);
	}

	.business-toggle__content {
		padding: 26px 19px 45px 19px;
	}
}

.o-link.-business {
	text-decoration: none;
}

.o-link.-business::after {
	margin-left: 1em;
}

.o-link.-business:hover {
	text-decoration: underline;
}

@media screen and (min-width: 768px) {
	._pc-fs20 {
		font-size: 1.25rem !important;
	}
}

@media screen and (max-width: 767px) {
	.o-link.-business.-business-block {
		display: block;
		position: relative;
		padding-right: 30px;
	}

	.o-link.-business.-business-block::after {
		position: absolute;
		right: 0;
	}
}


.business-detail-square:not(:first-child) {
	margin-top: 50px;
}

.business-detail-square__title {
	position: relative;
	text-align: center;
}

.business-detail-square__title::before,
.business-detail-square__title::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #d5d5d5;
}

.business-detail-square__title__inner {
	position: relative;
	padding: 0 26px;
	background: #fff;
	font-size: 1.125rem;
	font-weight: bold;
	z-index: 1;
}

.business-detail-square__detail:not(:first-child) {
	margin-top: 26px;
}


/* add@/business/cmn/css/business_cmn.css */
/*-------------------------------------------
BTN
-------------------------------------------*/

.business-btn-wrap-01 {
	width: 464px;
	max-width: 100%;
	margin: auto;
}

.business-btn-wrap-01.-wide01 {
	width: 700px;
}

@media screen and (max-width: 767px) {
	.business-btn-wrap-01:not(:first-child) {
		margin-top: 28px;
	}
}

@media screen and (min-width: 768px) {
	.business-btn-wrap-01:not(:first-child) {
		margin-top: 40px;
	}
}

/* add@/business/css/index_event.css */
/* オンラインセミナー「.seminar」のみに適用するように調整 */

.seminar .new:before {
	position: absolute;
	line-height: 1.1;
	padding: 4px 10px;
	color: #fff;
	font-size: 84%;
	background: #DB3D23;
	content: "NEW";
	z-index: 1;
}

/*-------------------------------------------------------*/
/* live */
/*-------------------------------------------------------*/
.seminar #live figure {
	padding-left: 16px;
}

.seminar #live .new:before {
	top: 5px;
	left: 22px;
}

@media (max-width: 767px) {
	.seminar #live figure {
		padding-left: 0;
	}

	.seminar #live .new:before {
		left: 6px;
	}

	.seminar .day-time {
		font-size: 13px;
	}
}


/*-------------------------------------------------------*/
/* documentBox */
/*-------------------------------------------------------*/
.seminar .documentBox .grid-cell {
	position: relative;
	display: flex;
}

@media all and (-ms-high-contrast:none) {

	*::-ms-backdrop,
	.seminar .documentBox .grid-cell {
		display: block;
	}

	/* IE11 */
}

.seminar .documentBox .new:before {
	top: 5px;
	left: 17px;
}

.seminar .documentBox .u-border {
	display: flex;
	flex-direction: column
}

.seminar .documentBox .buttonArea {
	margin-top: auto;
}

.seminar .grid-column {
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	flex-direction: column;
}



/*-------------------------------------------------------*/
/* sort */
/*-------------------------------------------------------*/

body.cmn3 .seminar .new:before,
.new-right:before {
	position: absolute;
	line-height: 1.1;
	padding: 4px 10px;
	color: #fff;
	font-size: 84%;
	background: #DB3D23;
	content: "NEW";
	z-index: 1;
}

body.cmn3 .seminar .new-right:before {
	top: 5px;
	right: 17px;
}

body.cmn3 .seminar .o-ctgr--telework {
	background-color: #0072BC;
	color: #FFF;
}

body.cmn3 .seminar .o-ctgr--efficiency {
	background-color: #004877;
	color: #FFF;
}

body.cmn3 .seminar .o-ctgr--security {
	background-color: #AAA;
	color: #1a1311;
}

body.cmn3 .seminar .o-ctgr--law {
	background-color: #d2d2d7;
	color: #1a1311;
}

/*-------------------------------------------------------*/
/* ribbon */
/*-------------------------------------------------------*/
.ribbon-wrapper {
	display: block;
	position: absolute;
	background: #f1f1f1;
}

.ribbon {
	display: inline-block;
	position: absolute;
	top: -6px;
	left: 17px;
	margin: 0;
	padding: 10px 0;
	z-index: 2;
	width: 40px;
	text-align: center;
	color: white;
	font-size: 14px;
	background: linear-gradient(#f83837 0%, #e95738 100%);
	border-radius: 2px 0 0 0;
}

.ribbon:before {
	position: absolute;
	content: '';
	top: 0;
	right: -6px;
	border: none;
	border-bottom: solid 6px #cf4a2d;
	border-right: solid 6px transparent;
}

.ribbon:after {
	content: '';
	position: absolute;
	left: 0;
	top: 100%;
	height: 0;
	width: 0;
	border-left: 20px solid #e95738;
	border-right: 20px solid #e95738;
	border-bottom: 10px solid transparent;
}

/* /business/cmn/css/cmn_business_smb.css adjust */
@media only screen and (max-width: 1079px) {
	.cmn-card-slider .bx-wrapper {
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.cmn-card-slider .bx-wrapper {
		margin-bottom: 28px;
	}
}


/* add 2021.08 */
.contactBox--w1280 {
	width: 100%;
	max-width: 1280px;
	margin: auto;
	padding: 0 30px;
}

.dialBox .number.number--fwnormal {
	font-weight: normal;
	margin-right: 0;
}

@media (max-width: 1079px) {
	.contactBox--w1280 {
		width: calc(100% - 60px);
	}
}

@media (max-width: 767px) {
	.contactBox--w1280 {
		width: calc(100% - 30px);
		padding: 0;
	}

	.contactBox--w1280 .dialBox .time {
		font-size: 82.5%;
	}

	.contactBox--w1280 dl dd.o-content .remarks {
		font-size: 65%;
	}
}

/* add 2021.09 */

/*-------------------------------------------------------*/
/* movie-modal */
/*-------------------------------------------------------*/

/* PC用 */
.movie-modal-wrap {
	max-width: 740px;
	margin: 38px auto 60px;
}

.movieModalSwitch {
	transition: 0.2s;
}

.movieModalSwitch:hover {}

.movieModal .modaal-container {
	background-color: transparent;
	max-width: 800px;
	margin-top: -25vh;
}

.movieModal .modaal-content-container {
	padding: 0;
}

/* モーダル用注意文言（7秒で消える設定） */
.movieModal .modaal-container:after {
	content: '※再生ボタンで動画が始まります\A　音が出ますのでご注意ください';
	color: #FFF;
	display: block;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.3;
	text-align: center;
	position: absolute;
	bottom: -85px;
	left: 0;
	width: 100%;
	z-index: 2;
	-webkit-transform: translate(0, 20px);
	-ms-transform: translate(0, 20px);
	transform: translate(0px, 20px);
	white-space: pre;
}

.modaal-noscroll .movieModal .modaal-container:after {
	-webkit-animation: modalPFadeOut 7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s 1 forwards;
	animation: modalPFadeOut 7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s 1 forwards;
}

@-webkit-keyframes modalPFadeOut {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, 20px);
		-ms-transform: translate(0, 20px);
		transform: translate(0px, 20px);
	}

	20% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0px, 0);
	}

	90% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0px, 0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate(0, 20px);
		-ms-transform: translate(0, 20px);
		transform: translate(0px, 20px);
	}
}

@keyframes modalPFadeOut {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, 20px);
		-ms-transform: translate(0, 20px);
		transform: translate(0px, 20px);
	}

	20% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0px, 0);
	}

	90% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0px, 0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate(0, 20px);
		-ms-transform: translate(0, 20px);
		transform: translate(0px, 20px);
	}
}



/* SP用 */
@media only screen and (max-width: 768px) {
	.movie-modal-wrap {
		width: calc(100% - 30px);
		max-width: 100%;
	}

	.movieModal .modaal-inner-wrapper {
		vertical-align: top;
	}

	.movieModal .modaal-container {
		max-width: auto;
		max-width: none;
		margin-top: 0;
	}

	.movieModal .logica-player {
		width: 100%;
		height: 50vw;
	}

	/* モーダル用注意文言（7秒で消える設定） */
	.movieModal .modaal-container:after {
		font-size: 18px;
		bottom: -65px;
	}

}

.c-download-btn-list .grid-cell .o-btn span {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

@media only screen and (min-width: 1080px) {
	.c-download-btn-list .grid-cell .o-btn span {
		min-height: 49px;
	}
}




/* add 2022.02 */

/*-------------------------------------------------------*/
/* visualArea2 */
/*-------------------------------------------------------*/
.visualArea2 {
	background: 50% 50% no-repeat;
	background-size: cover;
}

.visualArea2 .inner {
	display: table;
	margin: 0 auto;
	max-width: 1280px;
	height: 100%;
}

.visualArea2 .inner .explain {
	display: table-cell;
	vertical-align: middle;
	padding-right: 560px;
}

.visualArea2._basic .inner .explain {
	padding-right: 140px;
}

.visualArea2._simple .inner .explain {
	padding-right: 0;
	text-align: center;
}

.visualArea2 .inner p.lead {
	margin-top: 0;
}

.visualArea2 .inner h2 {
	font-size: 250%;
	font-weight: 700;
	line-height: 1.5;
}

.visualArea2 .inner *+.o-text {
	margin-top: 33px;
	font-size: 112.5%;
	line-height: 2;
}

.visualArea2 .inner *+.o-text .large {
	font-size: 116%;
}

.visualArea2 .inner figure {
	margin-top: 16px;
}

.visualArea2._image {
	height: 529px;
}

.visualArea2._basic {
	height: auto;
	background: url("../../img/common/visual_background.jpg") 50% 50% no-repeat;
	background-size: cover;
}

.visualArea2._simple {
	height: auto;
	padding: 80px 0;
}

.visualArea2._itemVisual._image {
	height: 472px;
}

.visualArea2._itemVisual .inner {
	display: block;
	padding: 50px 0 0 0;
}

.visualArea2._basic .inner {
	padding: 50px 0;
}

.visualArea2._itemVisual .inner:after {
	clear: both;
	content: "";
	display: block;
}

.visualArea2._itemVisual .inner .explain {
	position: relative;
	padding: 0;
	width: calc(100% - 440px);
	float: left;
}

.visualArea2._itemVisual .inner .explain .button {
	position: absolute;
	right: 0;
	bottom: 0;
}

.visualArea2._itemVisual .inner .sideContact {
	float: right;
}

.visualArea2._itemVisual .inner .explain .mv-point {
	display: flex;
	padding-top: 20px;
	width: 100%;
}

.visualArea2._itemVisual .inner .explain .mv-point li {
	border: 1px solid #006EBA;
	border-radius: 5px;
	margin-right: 1.5%;
	width: 32.33333%;
}

.visualArea2._itemVisual .inner .explain .mv-point li:nth-child(3n) {
	margin-right: 0;
}

.visualArea2._itemVisual .inner .explain .mv-point li a,
.visualArea2._itemVisual .inner .explain .mv-point li span.noLink {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 14px 20px;
	text-align: center;
	text-decoration: none;
}

.visualArea2._itemVisual .inner .explain .mv-point li a {
	background: url(../../cmn3/img/icon/ic_arrow_down.svg) no-repeat center right 15px;
	background-size: 15px 9px;
}

.visualArea2._itemVisual .inner .explain .mv-point li a span,
.visualArea2._itemVisual .inner .explain .mv-point li span.noLink span {
	display: block;
	width: 100%;
}

.visualArea2._itemVisual .inner .explain .mv-point li span.mv-point_point {
	color: #0072BC;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.06em;
	padding-bottom: 5px;
}

.visualArea2._itemVisual .inner .explain .mv-point li span.mv-point_name {
	color: #000;
	font-size: 112.5%;
	font-weight: bold;
	line-height: 1.5;
	transition: 0.2s;
}

.visualArea2._itemVisual .inner .explain .mv-point li a:hover span.mv-point_name {
	color: #0072BC;
}

@media (max-width: 1079px) {
	.visualArea2 .inner {
		display: block;
		width: auto;
	}

	.visualArea2 .inner .explain {
		display: block;
		padding: 17px 12px 0 12px;
	}

	.visualArea2._basic .inner .explain,
	.visualArea2._simple .inner .explain {
		display: block;
		padding: 0 4%;
	}

	.visualArea2 .inner .lead {}

	.visualArea2 .inner h2 {
		font-size: 137%;
	}

	.visualArea2 .inner *+.o-text {
		margin-top: 18px;
		font-size: 87.5%;
		line-height: 1.8;
	}

	.visualArea2 .inner *+.o-text .large {
		font-size: 121%;
	}

	.visualArea2._simple .inner .explain .o-text {
		text-align: left;
	}

	.visualArea2._image {
		background: none;
		height: auto;
	}

	.visualArea2._basic {
		height: auto;
	}

	.visualArea2._basic .inner {
		padding: 10% 0;
	}

	.visualArea2._simple {
		height: auto;
		padding: 0;
	}

	.visualArea2._simple .inner {
		padding: 10% 0;
	}

	.visualArea2._image .visual img {
		width: 100%;
	}

	.visualArea2._itemVisual._image {
		height: auto;
		padding: 0 12px;
	}

	.visualArea2._itemVisual .inner {
		padding: 25px 0 0 0;
	}

	.visualArea2._itemVisual .inner .explain {
		max-width: inherit;
		float: none;
		margin-bottom: 38px;
		width: auto;
	}

	.visualArea2._itemVisual .inner .explain .button {
		position: static;
		margin: 14px 0 0 0;
	}

	.visualArea2._itemVisual .inner .explain .button a {
		display: block;
		width: 100%;
	}

	.visualArea2._itemVisual .inner .sideContact {
		float: none;
	}

	.visualArea2._itemVisual .inner .explain .mv-point {
		display: block;
		padding-top: 15px;
	}

	.visualArea2._itemVisual .inner .explain .mv-point li {
		margin: 0 0 8px;
		width: 100%;
	}

	.visualArea2._itemVisual .inner .explain .mv-point li:last-child {
		margin-bottom: 0;
	}

	.visualArea2._itemVisual .inner .explain .mv-point li a,
	.visualArea2._itemVisual .inner .explain .mv-point li span.noLink {
		display: block;
		padding: 12px 25px 14px;
	}

	.visualArea2._itemVisual .inner .explain .mv-point li a {
		background: url(../../cmn3/img/icon/ic_arrow_down.svg) no-repeat center right 14px;
		background-size: 11px 7px;
	}

	.visualArea2._itemVisual .inner .explain .mv-point li span.mv-point_point {
		font-size: 13px;
		letter-spacing: 0.03em;
		padding-bottom: 3px;
	}

	.visualArea2._itemVisual .inner .explain .mv-point li span.mv-point_name {
		font-size: 14px;
		font-weight: bold;
		line-height: 1.4;
		transition: 0;
	}

	.visualArea2._itemVisual .inner .explain .mv-point li span.mv-point_name br {
		display: none;
	}

	.visualArea2._itemVisual .inner .explain .mv-point li a:hover span.mv-point_name {
		color: #000;
	}
}



/*-------------------------------------------------------*/
/* stepflow */
/*-------------------------------------------------------*/
.stepflow-list {
	width: 900px;
	margin: 50px auto 0;
}

@media only screen and (max-width: 1079px) {
	.stepflow-list {
		width: 100%;
		margin-top: 40px;
	}
}

.stepflow-item {
	background: #fff;
	display: table;
	position: relative;
	border: 1px solid #aaa;
	width: 100%;
}

.stepflow-item::before {
	background: #AAA;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 115px;
	width: 1px;
	height: 100%;
}

.stepflow-item::after {
	content: '';
	position: absolute;
	bottom: -26px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -16px;
	border-top: 13px solid #0072BC;
	border-right: 16px solid transparent;
	border-left: 16px solid transparent;
}

.stepflow-item:nth-child(n+2) {
	margin-top: 35px;
}

.stepflow-item:last-child::after {
	content: none;
}

.stepflow-item__number {
	color: #0068b7;
	display: table-cell;
	font-size: 112.5%;
	font-weight: bold;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	padding: 20px 35px;
	white-space: nowrap;
	vertical-align: middle;
	width: 115px;
}

.stepflow-item__number span {
	display: block;
	font-size: 195%;
	line-height: 1;
	letter-spacing: 0.1em;
}

.stepflow-item__detail {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	padding: 20px 20px 20px 35px;
	width: calc(100% - 115px);
}

.stepflow-item__desc {
	font-size: 100%;
	line-height: 1.875;
}

@media only screen and (max-width: 1079px) {
	.stepflow-item__detail {
		padding: 10px 5% 10px 5%;
	}

	.stepflow-item__desc dd {
		font-size: 87.5%;
		line-height: 1.4;
	}
}

@media only screen and (max-width: 530px) {
	.stepflow-item::before {
		left: 60px;
	}

	.stepflow-item__number {
		padding: 4% 0;
		width: 60px;
	}

	.stepflow-item__number span {
		display: block;
		width: 100%;
	}

	.stepflow-item__detail {
		padding: 4% 3%;
		width: calc(100% - 60px);
	}

	.o-table.price-table colgroup col:first-child {
		width: 250px !important;
	}
}



/*-------------------------------------------------------*/
/* num-title */
/*-------------------------------------------------------*/
.num-title {
	border-bottom: 2px #DCDCDC solid;
	display: flex;
	align-items: flex-start;
	padding: 0 0 15px;
	margin: 0 0 24px;
	line-height: 1;
}

.num-title span.num-title_icon {
	display: inline-block;
	background: #0072BC;
	border-radius: 50%;
	width: 55px;
	margin-right: 18px;
	margin-top: -8px;
	line-height: 55px;
	color: #fff;
	font-size: 175%;
	font-weight: 700;
	text-align: center;
}

.num-title span.num-title_text {
	font-size: 175%;
	font-weight: 700;
	line-height: 1.5;
	width: calc(100% - 70px);

}

@media (max-width: 767px) {
	.num-title span.num-title_icon {
		margin-top: -5px;
		width: 38px;
		line-height: 38px;
		font-size: 18px;
	}

	.num-title span.num-title_text {
		font-size: 17px;
		font-weight: 700;
		line-height: 1.4;
		width: calc(100% - 48px);

	}

}



/*-------------------------------------------------------*/
/* pointbox-list */
/*-------------------------------------------------------*/

.pointbox-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}

.pointbox-list li {
	border: 1px solid #ccc;
	margin-bottom: 30px;
	padding: 45px 45px 55px;
	width: 49%;
}

.pointbox-list li .pointbox_head {
	border-bottom: 2px #DCDCDC solid;
	display: flex;
	align-items: flex-start;
	padding: 0 0 14px;
	margin: 0 0 20px;
	line-height: 1;
}

.pointbox-list li .pointbox_head .pointbox_head_point {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	background: #0072BC;
	border-radius: 50%;
	height: 65px;
	width: 65px;
	margin: -10px 15px 0 0;
	line-height: 1;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
}

.pointbox-list li .pointbox_head .pointbox_head_point .pointbox_head_num {
	display: block;
	font-size: 22px;
	font-weight: 700;
	line-height: 1;
	margin-top: 3px;
	width: 100%;
}

.pointbox-list li .pointbox_head .pointbox_head_title {
	font-size: 175%;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.5;
	width: calc(100% - 70px);
}

.pointbox-list li .pointbox_body>h4,
.pointbox-list li .pointbox_body>p {
	margin-top: 1em;
}

@media (max-width: 767px) {
	.pointbox-list {
		display: block;
	}

	.pointbox-list li {
		margin-bottom: 20px;
		padding: 20px 20px 20px;
		width: 100%;
	}

	.pointbox-list li .pointbox_head {
		align-items: center;
		padding: 0 0 10px;
		margin: 0 0 15px;
	}

	.pointbox-list li .pointbox_head .pointbox_head_point {
		border-radius: 50%;
		height: 50px;
		width: 50px;
		line-height: 1;
		margin: 0 15px 0 0;
		font-size: 11px;
	}

	.pointbox-list li .pointbox_head .pointbox_head_point .pointbox_head_num {
		font-size: 15px;
		margin-top: 2px;
	}

	.pointbox-list li .pointbox_head .pointbox_head_title {
		font-size: 18px;
		line-height: 1.3;
		width: calc(100% - 65px);
	}

	.pointbox-list li .pointbox_body>h4,
	.pointbox-list li .pointbox_body>p {
		margin-top: 1em;
	}
}





/*-------------------------------------------------------*/
/* icon_plus */
/*-------------------------------------------------------*/

.icon_plus {
	text-align: center;
}

.icon_plus span {
	border-radius: 100%;
	display: inline-flex;
	font-size: 40px;
	font-weight: bold;
	align-items: center;
	justify-content: center;
	height: 60px;
	width: 60px;
}

.icon_plus.icon_plus_col01 span {
	background: #0072BC;
	color: #FFF;
}

.icon_plus.icon_plus_col02 span {
	background: #E7F2FC;
	color: #0072BC;
}

.icon_plus.icon_plus_col03 span {
	background: #AAAAAA;
	color: #FFF;
}

.icon_plus.icon_plus_col04 span {
	background: none;
	color: #0072BC;
}

.icon_plus.icon_plus_col05 span {
	background: none;
	color: #000;
}

.icon_plus.icon_plus_col06 span {
	background: none;
	color: #AAAAAA;
}



/*-------------------------------------------------------*/
/* icon_arrow */
/*-------------------------------------------------------*/

.icon_arrow {
	position: relative;
	text-align: center;
}

.icon_arrow:before {
	content: '';
	display: inline-block;
}

.icon_arrow_down_l:before {
	width: 120px;
	height: 40px;
	border-top: 40px solid #0072BC;
	border-right: 60px solid transparent;
	border-left: 60px solid transparent;
}

.icon_arrow_down_m:before {
	width: 90px;
	height: 30px;
	border-top: 30px solid #0072BC;
	border-right: 45px solid transparent;
	border-left: 45px solid transparent;
}

.icon_arrow_down_s:before {
	width: 60px;
	height: 20px;
	border-top: 20px solid #0072BC;
	border-right: 30px solid transparent;
	border-left: 30px solid transparent;
}

.icon_arrow_double:before {
	background: url("/smb/cmn3/img/icon/ic_arrow_double_down.png") center center no-repeat;
	width: 47px;
	height: 45px;
}

@media (max-width: 767px) {

	.icon_arrow_down_l:before {
		width: 80px;
		height: 27px;
		border-top: 27px solid #0072BC;
		border-right: 40px solid transparent;
		border-left: 40px solid transparent;
	}

	.icon_arrow_down_m:before {
		width: 60px;
		height: 20px;
		border-top: 20px solid #0072BC;
		border-right: 30px solid transparent;
		border-left: 30px solid transparent;
	}

	.icon_arrow_down_s:before {
		width: 40px;
		height: 13px;
		border-top: 13px solid #0072BC;
		border-right: 20px solid transparent;
		border-left: 20px solid transparent;
	}

}



/*-------------------------------------------------------*/
/* horizontal_flow */
/*-------------------------------------------------------*/

.horizontal_flow-list {
	display: flex;
	justify-content: space-between;
}

.horizontal_flow-list li {
	background: #FFF;
	border: 1px solid #ccc;
	padding: 30px;
	position: relative;
	width: 44%;
}

.horizontal_flow-list li:after {
	content: '';
	display: inline-block;
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 20px solid #0072BC;
	position: absolute;
	top: 50%;
	right: -16%;
	margin-top: -30px;
}

.horizontal_flow-list li:last-child:after {
	display: none;
}

.horizontal_flow-list.clm3 li {
	width: 29%;
}

.horizontal_flow-list.clm3 li:after {
	right: -15%;
}

.horizontal_flow-list.clm3 li:last-child:after {
	display: none;
}

.horizontal_flow-list li .txt {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.45;
	margin: 0;
	padding-left: 45px;
	position: relative;
}

.horizontal_flow-list li .txt .num {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	border-radius: 2px;
	background: #848484;
	width: 32px;
	line-height: 32px;
	font-size: 21px;
	color: #fff;
	text-align: center;
}

.horizontal_flow-list li figure {
	margin-top: 0 !important;
}

@media (max-width: 767px) {

	.horizontal_flow-list {
		display: block;
	}

	.horizontal_flow-list li,
	.horizontal_flow-list.clm3 li {
		margin-bottom: 40px;
		padding: 25px 20px;
		width: 100%;
	}

	.horizontal_flow-list li:after,
	.horizontal_flow-list.clm3 li:after {
		margin-left: -20px;
		border-top: 13px solid #0072BC;
		border-right: 20px solid transparent;
		border-left: 20px solid transparent;
		border-botttom: none;
		top: auto;
		bottom: -60px;
		right: auto;
		left: 50%;
		margin-top: 0px;
	}

	.horizontal_flow-list li:last-child {
		margin-bottom: 0;
	}

	.horizontal_flow-list li:last-child:after {
		display: none;
	}

	.horizontal_flow-list li .txt {
		font-size: 17px;
		line-height: 1.3;
		margin: 0;
		padding-left: 40px;
	}

	.horizontal_flow-list li .txt .num {
		width: 26px;
		line-height: 26px;
		font-size: 17px;
	}

}




/*-------------------------------------------------------*/
/* comparison-table */
/*-------------------------------------------------------*/

.comparison-table {
	max-width: 900px;
	width: 100%;
	margin: auto;
}

.comparison-table tbody {
	background-color: #FFF;
}

.comparison-table .o-table__td {
	background-color: inherit;
	padding: 35px;
}

.comparison-table .comparison-table__arrow {
	position: relative;
}

.comparison-table .comparison-table__arrow::after {
	content: '';
	position: absolute;
	top: 50%;
	right: -22px;
	transform: translate(-50%, -50%);
	border-left: 20px solid #0072BC;
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
}

@media (max-width: 767px) {
	.comparison-table .o-table__td {
		padding: 15px;
	}

	.comparison-table .comparison-table__arrow::after {
		right: -15px;
		border-left: 13px solid #0072BC;
		border-top: 20px solid transparent;
		border-bottom: 20px solid transparent;
	}
}

.comparison-table .o-table__td dl dd {
	line-height: 1.625;
}


/* add 2022.07 */

/*-------------------------------------------------------*/
/* viSec */
/*-------------------------------------------------------*/

.viSec {
	margin: 0;
}

.viSec .viArea01 {
	background-position: left top, right top;
	background-size: auto 386px, auto 386px;
	background-repeat: no-repeat;
	display: block;
	min-height: 386px;
	padding: 50px 0 0;
	position: relative;
}

.viSec .viArea01:after {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	content: '';
	display: none;
}

.viSec .viArea01 .inner {
	margin: 0 auto;
	max-width: 630px;
	text-align: center;
	width: 100%;
}

.viSec .viArea01 .inner .catchCopy {
	border-bottom: 2px solid #0072BC;
	display: block;
	font-size: 162.5%;
	letter-spacing: 0.01em;
	margin: 0 0 8px;
	padding: 0 15px 12px;
}

.viSec .viArea01 .inner .title {
	display: flex;
	justify-content: center;
	font-size: 250%;
	font-weight: 600;
	line-height: 1.35;
}

.viSec .viArea01 .inner .title .cell {
	position: relative;
	white-space: nowrap;
}

.viSec .viArea01 .inner .title .cell.iconNakaguro {
	padding-right: 40px;
	position: relative;
}

.viSec .viArea01 .inner .title .cell.iconNakaguro:after {
	content: '・';
	position: absolute;
	top: 0;
	right: 2px;
}

.viSec .viArea01 .inner .title .cell .sizeS {
	display: block;
	font-size: 22px;
	font-weight: bold;
}

.viSec .viArea01 .inner .bodyCopy {
	display: block;
	font-size: 122%;
	line-height: 1.95;
	letter-spacing: 0.01em;
	margin: 28px 0 0;
}

.viSec .viArea01 .inner .bodyCopy .u-underline {
	background: linear-gradient(transparent 82%, #FFE500 0%);
}

/* w1500px Over Only */
@media (max-width: 1500px) {
	.viSec .viArea01 {
		background-position: center top;
		background-size: auto 386px;
		background-repeat: no-repeat;
	}
}

/* w1079px Under Only*/
@media (max-width: 1079px) {
	.viSec .viArea01 {
		background-image: none !important;
		min-height: auto;
		min-height: none;
		padding: 10px 0 0;
	}

	.viSec .viArea01:after {
		display: block;
		height: 53vw;
		margin: 25px auto 0;
		width: 100%;
	}

	.viSec .viArea01 .inner {
		margin: 0 15px;
		max-width: auto;
		max-width: none;
		text-align: left;
		width: auto;
	}

	.viSec .viArea01 .inner .catchCopy {
		font-size: 100%;
		margin: 0 0 8px;
		padding: 0 0 8px;
	}

	.viSec .viArea01 .inner .title {
		display: block;
		font-size: 137%;
		line-height: 1.42;
		letter-spacing: 0em;
	}

	.viSec .viArea01 .inner .title .cell.iconNakaguro {
		padding-right: 0;
	}

	.viSec .viArea01 .inner .title .cell.iconNakaguro:after {
		position: static;
	}

	.viSec .viArea01 .inner .title .cell .sizeS {
		display: inline;
		font-size: 100%;
		font-weight: 600;
	}

	.viSec .viArea01 .inner .bodyCopy {
		font-size: 93%;
		line-height: 1.6;
		letter-spacing: 0.01em;
		margin: 15px 0 0;
	}
}

.fvContactBox,
.fvContactBox * {
	box-sizing: border-box;
}

.fvContactBox {
	background-color: #0072BC;
	padding: 0 40px;
	margin: -1px auto 0;
	position: relative;
	z-index: 3;
}

.fvContactBox .inner {
	margin: 0 auto;
	max-width: 1280px;
	padding: 16px 0 24px;
	width: 100%;
}

.fvContactBox .inner dt {
	color: #fff !important;
	line-height: 1.45;
	font-size: 137.5%;
	font-weight: 400;
	margin-bottom: 11px;
	text-align: center;
}

.fvContactBox .inner dd ul {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	margin: 0 auto;
	max-width: 790px;
	width: 100%;
}

.fvContactBox .inner dd ul li.btnBox {
	font-size: 112%;
	line-height: 1;
	max-width: 370px;
	width: 100%;
}

.fvContactBox .inner dd ul li.telBox {
	max-width: 410px;
	width: 100%;
}

.fvContactBox .inner dd ul li.telBox a {
	background: #FFF;
	color: #1A1311;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px 15px;
	text-decoration: none;
}

.fvContactBox .inner dd ul li.telBox .number {
	display: inline-block;
	padding-left: 30px;
	position: relative;
	font-size: 200%;
	color: #1A1311;
	line-height: 1;
	font-weight: 700;
	letter-spacing: -0.02em;
}

.fvContactBox .inner dd ul li.telBox .number:before {
	content: "";
	width: 25px;
	height: 30px;
	background: url(../img/ico_footer_tel.svg) no-repeat top left;
	background-size: auto;
	background-size: contain;
	display: block;
	position: absolute;
	left: 0;
	top: 1px;
}

.fvContactBox .inner dd ul li.telBox .text {
	display: block;
	font-size: 81.25%;
	line-height: 1.3;
}

@media (max-width: 1079px) {
	.fvContactBox {
		padding: 0;
		width: 100%;
	}

	.fvContactBox .inner {
		background: none;
		max-width: auto;
		max-width: none;
		padding: 22px 0 30px;
	}

	.fvContactBox .inner dt {
		font-size: 112%;
		margin-bottom: 0;
		padding: 0 15px 20px 15px;
		text-align: center;
	}

	.fvContactBox .inner dd {
		padding: 0 12px;
	}

	.fvContactBox .inner dd ul {
		display: block;
		margin: 0;
		max-width: auto;
		max-width: none;
	}

	.fvContactBox .inner dd ul li.btnBox {
		margin-bottom: 15px;
		max-width: auto;
		max-width: none;
	}

	.fvContactBox .inner dd ul li.telBox {
		max-width: auto;
		max-width: none;
	}

	.fvContactBox .inner dd ul li.telBox a {
		display: block;
		width: 100%;
		cursor: pointer;
		text-align: center;
		line-height: 1.3;
		padding: 10px 10px 9px;
		border-radius: 6px;
		transition: box-shadow 0.08s, transform 0.08s;
		box-shadow: 0 4px 0 #a6bfd6;
	}

	.fvContactBox .inner dd ul li.telBox a:hover {
		border-color: #BBD8F2;
		background-color: #BBD8F2;
		box-shadow: none;
		transform: translateY(4px);
	}

	.fvContactBox .inner dd ul li.telBox .text {
		margin-top: 6px;
		font-size: 68.75%;
		line-height: 1.1;
	}
}









/*-------------------------------------------------------*/
/* cmnTitleArea */
/*-------------------------------------------------------*/

.cmnTitleArea {
	background: #F6F7FA;
	border-bottom: 1px solid #DDD;
	min-height: 84px;
	padding: 13px 0 10px;
}

@media (min-width: 1079px) {
	.cmnTitleArea {
		position: relative;
		z-index: 2;
	}
}

.cmnTitleArea .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1296px;
	padding-right: 16px;
	padding-left: 16px;
}

.cmnTitleArea .inner .cmnTitle {
	display: flex;
	align-items: center;
}

.cmnTitleArea .inner .cmnTitle .cmnTitleImg {
	background: #FFF;
	border: 1px solid #DDD;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 60px;
	margin-right: 20px;
	padding: 8px;
	width: 60px;
}

.cmnTitleArea .inner .cmnTitle .cmnTitleData .subTitle {
	color: #000;
	display: block;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 1.25;
	margin-bottom: 0;
	padding-left: 4px;
}

.cmnTitleArea .inner .cmnTitle .cmnTitleData .mainTitle {
	color: #000;
	display: block;
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 0.015em;
	line-height: 1.25;
}

.cmnTitleArea .inner .cmnTitle .cmnTitleData .mainTitle .mini {
	font-size: 24px;
	margin-left: 15px;
	vertical-align: 2px;
}

.cmnTitleArea .inner .categoryLink {
	font-size: 13px;
	font-weight: 500;
	margin: 0;
}

.cmnTitleArea .inner .categoryLink a {
	color: #000;
}

.cmnTitleArea .inner .categoryLink a.o-link::after {
	width: 7px;
	height: 13px;
	top: 0.15em;
	margin: 0 0 0 0.4em;
	background: url(/smb/cmn3/img/icon//ic_arrow_right_black.svg) no-repeat center;
	background-size: 7px auto;
}

@media (max-width: 1079px) {
	.cmnTitleArea {
		position: relative;
	}

	.cmnTitleArea .inner {
		margin: 0;
		max-width: auto;
		max-width: none;
		padding-right: 15px;
		padding-left: 15px;
	}

	.cmnTitleArea .inner .categoryLink {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		line-height: 1.4;
		height: 53px;
		position: absolute;
		top: 100%;
		right: 16px;
		margin: 0;
		z-index: 100;
	}

	.cmnTitleArea .inner .categoryLink a {
		color: #0072BC;
	}

	.cmnTitleArea .inner .categoryLink a.o-link::after {
		background-image: url(/smb/cmn3/img/icon/ic_arrow_right.svg);
	}
}

@media (max-width: 767px) {
	.cmnTitleArea {
		min-height: auto;
		min-height: none;
		padding: 10px 0;
	}

	.cmnTitleArea .inner .cmnTitle {
		justify-content: space-between;
		width: 100%;
	}

	.cmnTitleArea .inner .cmnTitle .cmnTitleImg {
		height: 70px;
		margin-right: 0;
		padding: 10px;
		width: 70px;
	}

	.cmnTitleArea .inner .cmnTitle .cmnTitleData {
		width: calc(100% - 82px);
	}

	.cmnTitleArea .inner .cmnTitle .cmnTitleData .subTitle {
		font-size: 11px;
		letter-spacing: -0.02em;
		line-height: 1.4;
		margin-bottom: 2px;
		padding-left: 0;
	}

	.cmnTitleArea .inner .cmnTitle .cmnTitleData .mainTitle {
		font-size: 20px;
		letter-spacing: -0.02em;
	}

	.cmnTitleArea .inner .cmnTitle .cmnTitleData .mainTitle .mini {
		display: block;
		font-size: 17px;
		margin-left: 0;
		padding-top: 2px;
	}
}


/*-------------------------------------------------------*/
/* cmnFvArea */
/*-------------------------------------------------------*/

.cmnFvArea {
	background: #FFF;
	min-height: 386px;
	padding: 0;
}

.cmnFvArea.cmnBg {
	background: url("/smb/cmn3/img/fv/bgimage_b.jpg") center center no-repeat;
	background-size: cover;
	border-bottom: 1px solid #DDD;
	min-height: 386px;
	padding: 0;
}

.cmnFvArea>.inner {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1296px;
	min-height: 386px;
	padding: 0 16px;
	position: relative;
}

.cmnFvArea .cmnFvData {
	max-width: 550px;
	padding: 30px 0 10px;
	width: 50%;
}

.cmnFvArea.cmnBg .cmnFvData {
	width: 54%;
}

.cmnFvArea .cmnFvData .catchCopy {
	color: #494949;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.02em;
	margin: 0 0 5px;
}

.cmnFvArea .cmnFvData h2 {
	color: #000;
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1.35;
	position: relative;
	z-index: 2;
}

.cmnFvArea .cmnFvData h2 strong {
	background: linear-gradient(transparent 65%, #FFE380 65%, #FFE380 95%, transparent 95%);
}

.cmnFvArea .cmnFvData .dataArea .checkList {
	background: #FFF;
	border: 2px solid #0072BC;
	display: inline-block;
	padding: 16px 30px 16px 20px;
	position: relative;
	z-index: 2;
	max-width: 510px;
}

.cmnFvArea .cmnFvData .dataArea .checkList li {
	background: url("/smb/cmn3/img/icon/ic_check_circle.svg") left top 4px no-repeat;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.45;
	margin-top: 7px;
	padding: 2px 0 2px 30px;
}

.cmnFvArea .cmnFvData .dataArea .checkList li:first-child {
	margin-top: 0;
}

.cmnFvArea .cmnFvData .dataArea .pointList {
	display: flex;
	justify-content: space-between;
	width: 100%;
	position: relative;
	z-index: 2;
}

.cmnFvArea .cmnFvData .dataArea .pointList li a {
	background: url("/smb/cmn3/img/icon/ic_arrow_down.svg") center bottom 10px no-repeat #FFF;
	border: 2px solid #0072BC;
	color: #000;
	display: flex;
	justify-content: center;
	align-items: center;

	font-weight: 600;
	letter-spacing: -0.01em;
	line-height: 1.25;
	min-height: 90px;
	padding: 12px 3px 16px;
	position: relative;
	text-decoration: none;
	text-align: center;
	transition: 0.3s;
}

.cmnFvArea .cmnFvData .dataArea .pointList li a:hover {
	background: url("/smb/cmn3/img/icon/ic_arrow_down.svg") center bottom 5px no-repeat #FFF;
	color: #0072BC;
}

.cmnFvArea .cmnFvData .dataArea .pointList li a .point {
	color: #0072BC;
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	min-width: 5em;
	text-align: center;

	position: absolute;
	top: -13px;
	left: 50%;
	margin-left: -2.5em;
	z-index: 2;

	background-color: #FFFFFF;
	padding: 3px;
	border-radius: 18px;

}

/* PCのみ */
@media (min-width: 767px) {
	.cmnFvArea {
		border-bottom: 1px solid #DDD;
	}

	.cmnFvArea .cmnFvData .dataArea .pointList.clm2 li {
		width: calc(50% - 2px);
	}

	.cmnFvArea .cmnFvData .dataArea .pointList.clm3 li {
		width: calc(33.3333% - 3px);
	}

	.cmnFvArea .cmnFvData .dataArea .pointList.clm4 {
		flex-wrap: wrap;
	}

	.cmnFvArea .cmnFvData .dataArea .pointList.clm4 li {
		margin-top: 16px;
		width: calc(50% - 2px)
	}

	.cmnFvArea .cmnFvData .dataArea .pointList.clm4 a {
		background: url("/smb/cmn3/img/icon/ic_arrow_down.svg") right 10px top 30px no-repeat #FFF;
		min-height: 70px;
		padding: 12px 24px 8px 20px;
		position: relative;
		text-decoration: none;
		text-align: center;
		transition: 0.3s;
	}

	.cmnFvArea .cmnFvData .dataArea .pointList.clm4 a:hover {
		background: url("/smb/cmn3/img/icon/ic_arrow_down.svg") right 10px top 36px no-repeat #FFF;
	}
}

.cmnFvArea .cmnFvR {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	min-height: 386px;
}

.cmnFvArea .cmnFvImg {
	display: flex;
	align-items: flex-end;
	min-height: 386px;
	max-width: 380px;
	position: absolute;
	bottom: 0;
	right: 350px;
	z-index: 1;
}

.cmnFvArea .cmnFvImg.typeC {
	max-width: 580px;
	right: 175px;
	bottom: auto;
	top: 0;
}

.cmnFvArea .cmnFvImg.typeC .forSP {
	display: none;
}

.cmnFvArea .cmnFvImg.alignItemC {
	align-items: center;
}

.cmnFvArea .cmnFvImg.alignItemT {
	align-items: flex-start;
}

@media (max-width: 1296px) {
	.cmnFvArea .cmnFvImg {
		position: absolute;
		bottom: 0;
		right: 26vw;
		width: 30vw;
	}

	.cmnFvArea .cmnFvImg.typeC {
		position: absolute;
		bottom: auto;
		top: 0;
		right: 11vw;
		width: 60vw;
	}
}





/* PCのみ */
@media (min-width: 1080px) {
	.cmnFvArea .cmnFvContact {
		display: flex;
		align-items: center;
		align-content: center;
		flex-wrap: wrap;
		min-height: 386px;
		width: 330px;
		position: relative;
		z-index: 2;
	}

	.cmnFvArea .cmnFvContact .fvContactBox {
		width: 330px;
		margin: 0;
		padding: 0 15px;
	}

	.cmnFvArea .cmnFvContact .fvContactBox .inner {
		margin: 0;
		max-width: 100%;
		padding: 20px 0 20px;
	}

	.cmnFvArea .cmnFvContact .fvContactBox .inner dt {
		margin-bottom: 16px;
	}

	.cmnFvArea .cmnFvContact .fvContactBox .inner dd ul {
		display: block;
		margin: 0;
	}

	.cmnFvArea .cmnFvContact .fvContactBox .inner dd ul li.btnBox {
		margin-bottom: 15px;
	}

	.cmnFvArea .cmnFvContact .fvContactBox .inner dd ul li.btnBox a {
		padding: 10px 50px 10px 15px;
		text-align: left;
	}

	.cmnFvArea .cmnFvContact .fvContactBox .inner dd ul li.telBox a {
		display: block;
		padding: 12px 15px;
		text-align: center;
	}

	.cmnFvArea .cmnFvContact .btnP {
		margin-top: 0;
		width: 100%;
	}

	.cmnFvArea .cmnFvContact .btnP .o-btn.btn_movie {
		background-size: 7px auto;
		font-size: 15px;
		font-weight: 600;
		margin-top: 10px;
		padding: 14px 30px 13px 20px;
		width: 100%;
	}

	.cmnFvArea .cmnFvContact .btnP .o-btn.btn_movie::before {
		content: url("/smb/cmn3/img/icon/ic_movie.svg");
		display: inline-block;
		margin-right: 8px;
		vertical-align: middle;
		width: 40px;
	}

	.cmnFvArea .cmnFvContact .btnP .o-btn.btn_movie_capture {
		background-image: none;
		border: 1px solid #004877;
		box-shadow: 0 4px 0 #004877;
		color: #004877 !important;
		display: flex;
		align-items: center;
		justify-content: space-between;
		font-size: 16px;
		font-weight: 600;
		letter-spacing: 0;
		margin-top: 10px;
		padding: 6px 15px 6px 13px;
		width: 100%;
	}

	.cmnFvArea .cmnFvContact .btnP .o-btn.btn_movie_capture .movieCapture {
		background: #000;
		border-radius: 4px;
		display: flex;
		align-items: center;
		height: 44px;
		width: 70px;
		position: relative;
		overflow: hidden;
	}

	.cmnFvArea .cmnFvContact .btnP .o-btn.btn_movie_capture .movieCapture:before {
		background: rgba(0, 0, 0, 0.2);
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		height: 100%;
		width: 100%;
		z-index: 2;
		border-radius: 4px;
	}

	.cmnFvArea .cmnFvContact .btnP .o-btn.btn_movie_capture .movieCapture:after {
		background: url("/smb/cmn3/img/icon/ic_movie_play_02.svg") center center no-repeat;
		background-size: cover;
		content: '';
		display: block;
		height: 22px;
		width: 22px;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -11px;
		margin-left: -11px;
		z-index: 3;
	}

	.cmnFvArea .cmnFvContact .btnP .o-btn.btn_movie_capture .movieCapture img {
		height: auto;
		width: 70px;
	}

	.cmnFvArea .cmnFvContact .btnP .o-btn.btn_movie_capture:hover {
		box-shadow: 0 0 0 #004877;
	}

	.cmnFvArea.mh367,
	.cmnFvArea.mh367>.inner,
	.cmnFvArea.mh367 .cmnFvContact,
	.cmnFvArea.mh367 .cmnFvR {
		min-height: 367px;
	}

	.cmnFvArea.mh350,
	.cmnFvArea.mh350>.inner,
	.cmnFvArea.mh350 .cmnFvContact,
	.cmnFvArea.mh350 .cmnFvR {
		min-height: 350px;
	}
}

/* download & support btn */
.cmnFvWrap .o-local-header .download a {
	background: #EEF9FC url("/smb/cmn3/img/icon/ic_download_blue.svg") 17px 50% no-repeat;
	color: #0072BC !important;
	font-size: 16px;
	font-weight: 500;
	transition: 0.2s;
	position: relative;
}

.cmnFvWrap .o-local-header .download.support a {
	background: #F5F7FA url(/smb/cmn3/img/icon/ic_person_gray.svg) 15px 50% / 26px no-repeat;
	color: #737272 !important;
}

.cmnFvWrap .o-local-header .download a:hover {
	opacity: 0.7;
}

/* PCのみ アンカーナビ */
@media (min-width: 1080px) {
	.cmnFvWrap .page-index-wrap {
		height: auto;
	}

	.cmnFvWrap .page-index-wrap.fixed {
		height: 56px;
	}

	.cmnFvWrap .o-local-header {
		border-bottom: 1px solid #DDD;
		height: auto !important;
	}

	.cmnFvWrap .o-local-header .inner {
		display: flex;
		align-items: flex-start;
		max-width: 1280px;
	}

	.cmnFvWrap .o-local-header ul.o-local-menu {
		display: flex;
		flex-wrap: wrap;
		margin-left: 0;
		padding-left: 8px;
	}

	.cmnFvWrap .o-local-header ul.o-local-menu li {
		display: flex;
	}

	.cmnFvWrap .o-local-header ul.o-local-menu li a {
		background: url("/smb/cmn3/img/icon/ic_arrow_down.svg") right 10px top 53% no-repeat;
		background-size: 10px auto;
		border-bottom: 3px solid transparent;
		font-size: 81.25%;
		padding-left: 10px;
		padding-right: 26px;
		padding-top: 3px;
		transition: 0.25s;
		height: 53px;
		white-space: nowrap;
	}

	.cmnFvWrap .o-local-header ul.o-local-menu li a:hover {
		background-position: right 10px top 60%;
		color: #0072BC;
	}

	.cmnFvWrap .o-local-header ul.o-local-menu li.active a {
		background: url("/smb/cmn3/img/icon/ic_arrow_right.svg") right 10px top 53% no-repeat #E5E8EA;
		background-size: auto 10px;
		border-bottom: 3px solid #0072BC;
	}

	.cmnFvWrap .o-local-header ul.o-local-menu li.active a:hover {
		background: url("/smb/cmn3/img/icon/ic_arrow_right.svg") right 10px top 53% no-repeat #E5E8EA;
		background-size: auto 10px;
	}

	.o-local-header .head_link_btn {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		min-width: 200px;
	}

	.cmnFvWrap .o-local-header .head_link_btn .trial_btn {
		margin: 0;
	}

	.cmnFvWrap .o-local-header .head_link_btn .trial_btn a.o-btn {
		background: url(/smb/cmn3/img/icon/ic_arrow_right_orange.svg) center left 25px no-repeat #FFF5F3;
		border-right: none;
		border-left: 1px solid #DDD;
		border-top: none;
		border-bottom: 1px solid #DDD;
		color: #DB3D23 !important;
		font-size: 16px;
		font-weight: 500;
		min-width: 180px;
		max-height: 54px;
		padding: 13px 14px 12px 35px;
		position: relative;
		bottom: -1px;
		transition: 0.2s;
	}

	.cmnFvWrap .o-local-header .head_link_btn .trial_btn a.o-btn:after {
		content: '';
		border-top: 9px solid #DB3D23;
		border-right: 9px solid transparent;
		border-left: 9px solid transparent;
		transform: rotate(-45deg);
		position: absolute;
		bottom: 1px;
		right: -4px;
	}

	.cmnFvWrap .o-local-header .head_link_btn .trial_btn a.o-btn:hover {
		opacity: 0.7;
	}

	.cmnFvWrap .o-local-header .download {
		height: 54px;
	}

	/* download & support btn */
	.cmnFvWrap .o-local-header .download a {
		border-right: 1px solid #DDD;
		border-left: 1px solid #DDD;
		border-top: none;
		border-bottom: 1px solid #DDD;
		min-width: 180px;
		min-width: 200px;
		max-height: 54px;
		bottom: -1px;
	}

	.cmnFvWrap .o-local-header .download a:after {
		content: '';
		border-top: 9px solid #0072BC;
		border-right: 9px solid transparent;
		border-left: 9px solid transparent;
		transform: rotate(-45deg);
		position: absolute;
		bottom: 1px;
		right: -4px;
	}

	.cmnFvWrap .o-local-header .download.support a:after {
		border-top: 9px solid #737272;
	}

	.cmnFvWrap .o-local-header ul.o-local-menu li a.login {
		background: url("/smb/cmn3/img/icon/ic_login.svg") right 10px top 53% no-repeat;
		background-size: 18px auto;
		padding-right: 30px;
	}

	.cmnFvWrap .o-local-header ul.o-local-menu li.active a.login {
		background: url("/smb/cmn3/img/icon/ic_login.svg") right 10px top 53% no-repeat #E5E8EA;
		background-size: 18px auto;
		padding-right: 30px;
	}

	.cmnFvWrap .o-local-header ul.o-local-menu li a.blank {
		background: url("/smb/cmn3/img/icon/ic_blank.svg") right 10px top 55% no-repeat;
		background-size: 13px auto;
		padding-right: 30px;
	}

	.cmnFvWrap .o-local-header ul.o-local-menu li.active a.blank {
		background: url("/smb/cmn3/img/icon/ic_blank.svg") right 10px top 55% no-repeat #E5E8EA;
		background-size: 13px auto;
		padding-right: 30px;
	}
}

/* PC以下SP未満の指定スタート */
@media screen and (min-width:767px) and (max-width:1079px) {
	.cmnFvArea .cmnFvData h2._sp_mb0 {
		margin-bottom: 0 !important;
	}

	.cmnFvArea .cmnFvData h2._sp_mb5 {
		margin-bottom: 5px !important;
	}

	.cmnFvArea .cmnFvData h2._sp_mb10 {
		margin-bottom: 10px !important;
	}

	.cmnFvArea .cmnFvData h2._sp_mb15 {
		margin-bottom: 15px !important;
	}

	.cmnFvArea .cmnFvData h2._sp_mb20 {
		margin-bottom: 20px !important;
	}

	.cmnFvArea .cmnFvData h2._sp_mb25 {
		margin-bottom: 25px !important;
	}

	.cmnFvArea .cmnFvData h2._sp_mb30 {
		margin-bottom: 30px !important;
	}
}

/* SP指定スタート */
@media (max-width: 1079px) {
	.cmnFvWrap {
		display: flex;
		flex-direction: column-reverse;
	}

	.cmnFvArea {
		min-height: auto;
		min-height: none;
		padding-bottom: 20px;
	}

	.cmnFvArea.cmnBg {
		border-bottom: none;
		min-height: auto;
		min-height: none;
	}

	.cmnFvArea>.inner {
		display: block;
		margin: 0;
		max-width: auto;
		max-width: none;
		min-height: auto;
		min-height: none;
		padding: 0;
	}

	.cmnFvArea .cmnFvData {
		max-width: auto;
		max-width: none;
		padding: 25px 15px 30px;
		width: 100%;
	}

	.cmnFvArea.cmnBg .cmnFvData {
		background: url("/smb/cmn3/img/fv/_sample_fv_2.png") center top no-repeat;
		background-size: cover;
		max-width: auto;
		max-width: none;
		padding: 25px 15px 30px;
		width: 100%;
	}

	.cmnFvArea.cmnBg .cmnFvData {
		width: 100%;
	}

	.cmnFvArea .cmnFvR {
		display: block;
		min-height: auto;
		min-height: none;
	}

	.cmnFvArea .cmnFvImg {
		display: block;
		min-height: auto;
		min-height: none;
		max-width: auto;
		max-width: none;
		position: static;
		text-align: center;
		width: 100%;
	}

	.cmnFvArea .cmnFvImg img {
		max-width: 300px;
		width: 100%;
	}

	.cmnFvArea .cmnFvImg.typeC {
		margin-bottom: 15px;
	}

	.cmnFvArea .cmnFvImg.typeC .forPC {
		display: none;
	}

	.cmnFvArea .cmnFvImg.typeC .forSP {
		display: inline-block;
	}

	.cmnFvArea .cmnFvImg.typeC {
		display: block;
		min-height: auto;
		min-height: none;
		max-width: auto;
		max-width: none;
		position: static;
		text-align: center;
		width: 100%;
	}

	.cmnFvArea .cmnFvImg.typeC img {
		max-width: 600px;
		width: 100%;
	}


	.cmnFvArea .cmnFvData .dataArea .checkList {
		display: block;
		max-width: auto;
		max-width: none;
	}

	.cmnFvArea .cmnFvData .dataArea .pointList {
		margin-top: 20px;
	}

	.cmnFvArea .cmnFvContact {
		background: #FFF;
		display: block;
		width: 100%;
	}

	.cmnFvArea .cmnFvContact .btnP {
		margin-top: 0;
		padding: 0 15px;
		width: 100%;
	}

	.cmnFvWrap .page-index__btn {
		padding: 15px 12px 15px 45px;
	}

	.cmnFvArea .cmnFvContact .btnP {
		padding: 0 15px;
	}

	.cmnFvArea .cmnFvContact .btnP .o-btn.btn_movie {
		margin: 15px 0 0;
		width: 100%;
	}

	.cmnFvArea .cmnFvContact .btnP .o-btn.btn_movie::before {
		content: url("/smb/cmn3/img/icon/ic_movie.svg");
		display: inline-block;
		margin-right: 8px;
		vertical-align: middle;
		width: 40px;
	}

	.cmnFvArea .cmnFvContact .btnP .o-btn.btn_movie_capture {
		background-image: none;
		border: 1px solid #004877;
		box-shadow: 0 4px 0 #004877;
		color: #004877 !important;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 16px;
		margin: 12px 0 0;
		padding: 10px 15px 10px;
		width: 100%;
	}

	.cmnFvArea .cmnFvContact .btnP .o-btn.btn_movie_capture:hover {
		box-shadow: 0 0 0 #004877;
	}

	.cmnFvArea .cmnFvContact .btnP .o-btn.btn_movie_capture .movieCapture {
		background: #000;
		display: flex;
		align-items: center;
		margin-right: 15px;
		height: 42px;
		width: 70px;
		position: relative;
		border-radius: 4px;
	}

	.cmnFvArea .cmnFvContact .btnP .o-btn.btn_movie_capture .movieCapture:before {
		background: rgba(0, 0, 0, 0.2);
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		height: 100%;
		width: 100%;
		z-index: 2;
		border-radius: 4px;
	}

	.cmnFvArea .cmnFvContact .btnP .o-btn.btn_movie_capture .movieCapture:after {
		background: url("/smb/cmn3/img/icon/ic_movie_play_02.svg") center center no-repeat;
		background-size: cover;
		content: '';
		display: block;
		height: 22px;
		width: 22px;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -11px;
		margin-left: -11px;
		z-index: 3;
	}

	.cmnFvArea .cmnFvContact .btnP .o-btn.btn_movie_capture .movieCapture img {
		height: auto;
		width: 70px;
	}
}

@media (max-width: 767px) {
	.cmnFvArea .cmnFvData .catchCopy {
		font-size: 16px;
		margin: 0 0 5px;
	}

	.cmnFvArea .cmnFvData h2 {
		font-size: 20px;
	}

	.cmnFvArea .cmnFvData .dataArea .checkList {
		display: block;
		padding: 15px 15px 15px 15px;
		max-width: auto;
		max-width: none;
	}

	.cmnFvArea .cmnFvData .dataArea .checkList li {
		background: url("/smb/cmn3/img/icon/ic_check_circle.svg") left top 5px no-repeat;
		background-size: 18px auto;
		font-size: 15px;
		line-height: 1.5;
		letter-spacing: -0.03em;
		margin-top: 4px;
		padding: 2px 0 2px 25px;
	}

	.cmnFvArea .cmnFvData .dataArea .checkList li:first-child {
		margin-top: 0;
	}

	.cmnFvArea .cmnFvData .dataArea .pointList {
		display: block;
		margin-top: 20px;
	}

	.cmnFvArea .cmnFvData .dataArea .pointList li {
		font-size: 15px;
		margin-top: 24px;
	}

	.cmnFvArea .cmnFvData .dataArea .pointList li:first-child {
		margin-top: 0;
	}

	.cmnFvArea .cmnFvData .dataArea .pointList li a {
		background: url("/smb/cmn3/img/icon/ic_arrow_down.svg") right 15px center no-repeat #FFF;
		background-size: 12px auto;
		justify-content: flex-start;
		letter-spacing: -0.02em;
		line-height: 1.25;
		min-height: auto;
		min-height: none;
		padding: 18px 30px 18px 15px;
		text-align: left;
	}

	.cmnFvArea .cmnFvData .dataArea .pointList li a:hover {
		background: url("/smb/cmn3/img/icon/ic_arrow_down.svg") right 15px center no-repeat #FFF;
		background-size: 12px auto;
	}
}

/* SPのみ アンカーナビ */
@media (max-width: 1079px) {
	.cmnFvWrap .o-local-header {
		background: #F5F7FA;
		border-bottom: 1px solid #DDD;
		box-shadow: 0px 8px 5px -5px rgba(0, 0, 0, 0.1)
	}

	.cmnFvWrap .o-local-header ul.o-local-menu li {
		padding-right: 0;
	}

	.cmnFvWrap .o-local-header ul.o-local-menu li a {
		background-position: right 20px top 53%;
		background-size: 12px auto;
		border-bottom: 2px solid transparent;
		padding: 12px 20px 12px 20px;
		transition: 0 !important;
	}

	.cmnFvWrap .o-local-header ul.o-local-menu li.active a {
		background-color: #E5E8EA;
		background-image: url("/smb/cmn3/img/icon/ic_arrow_right.svg");
		background-size: auto 12px;
		border-bottom: 2px solid #0072BC;
		transition: 0 !important;
	}

	.cmnFvWrap .o-local-header .head_link_btn {
		width: 100%;
		display: block;
	}

	.cmnFvWrap .o-local-header .head_link_btn .trial_btn {
		margin: 0;
	}

	.cmnFvWrap .o-local-header .head_link_btn .trial_btn a.o-btn--orange {
		background: url(/smb/cmn3/img/icon/ic_arrow_right_orange.svg) center left 26px no-repeat #FFF5F3;
		border: none;
		border-bottom: 1px solid #DDD;
		border-top: 1px solid #DDD;
		color: #DB3D23 !important;
		font-size: 16px;
		font-weight: 500;
		padding: 12px 14px 12px 49px;
		position: relative;
		text-align: left;
		width: 100%;
	}

	.cmnFvWrap .o-local-header .download a {
		padding: 12px 14px 12px 49px;
	}

	.cmnFvWrap .o-local-header ul.o-local-menu li a.login {
		background: url("/smb/cmn3/img/icon/ic_login.svg") right 17px top 53% no-repeat;
		background-size: 18px auto;
		padding-right: 30px;
	}

	.cmnFvWrap .o-local-header ul.o-local-menu li.active a.login {
		background: url("/smb/cmn3/img/icon/ic_login.svg") right 17px top 53% no-repeat;
		background-size: 18px auto;
		background-color: #E5E8EA;
	}

	.cmnFvWrap .o-local-header ul.o-local-menu li a.blank {
		background: url("/smb/cmn3/img/icon/ic_blank.svg") right 18px top 51% no-repeat;
		background-size: 14px auto;
		padding-right: 30px;
	}

	.cmnFvWrap .o-local-header ul.o-local-menu li.active a.blank {
		background: url("/smb/cmn3/img/icon/ic_blank.svg") right 18px top 51% no-repeat;
		background-size: 14px auto;
		background-color: #E5E8EA;
	}

}













/*-------------------------------------------------------*/
/* @ページ途中（人物入り） */
/*-------------------------------------------------------*/
.contactBox02,
.contactBox02 * {
	box-sizing: border-box;
}

.contactBox02 {
	background-color: #0072BC;
	padding: 0 40px;
	max-width: 1280px;
	margin: 0 auto;
}

.contactBox02 .inner {
	background: url("../img/img_contactbox02.png") right bottom no-repeat;
	background-size: 170px auto;
	margin: 0 auto;
	max-width: 1126px;
	padding: 25px 0 30px;
}

.contactBox02 .inner dt {
	color: #fff !important;
	line-height: 1.45;
	font-size: 137.5%;
	font-weight: 400;
	margin-bottom: 20px;
	text-align: center;
}

.contactBox02 .inner dd ul {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	margin: 0 auto;
	max-width: 750px;
	width: 100%;
}

.contactBox02 .inner dd ul li.btnBox {
	max-width: 330px;
	width: 100%;
}

.contactBox02 .inner dd ul li.telBox {
	max-width: 400px;
	width: 100%;
}

.contactBox02 .inner dd ul li.telBox a {
	background: #FFF;
	color: #1A1311;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 15px;
	text-decoration: none;
}

.contactBox02 .inner dd ul li.telBox .number {
	display: inline-block;
	padding-left: 32px;
	position: relative;
	font-size: 175%;
	color: #1A1311;
	line-height: 1;
	font-weight: 700;
	letter-spacing: -0.02em;
}

.contactBox02 .inner dd ul li.telBox .number:before {
	content: "";
	width: 25px;
	height: 30px;
	background: url(../img/ico_footer_tel.svg) no-repeat top left;
	background-size: auto;
	background-size: contain;
	display: block;
	position: absolute;
	left: 0;
	top: 1px;
}

.contactBox02 .inner dd ul li.telBox .text {
	display: block;
	font-size: 81.25%;
	line-height: 1.3;
}

.contactBox02 .inner {
	max-width: 1280px;
	margin: 0 auto;
	width: 100%;
}

/* @media (max-width: 1170px) {
	.contactBox02 .inner dd ul {
		margin: 0 200px 0 auto;
	}
} */

@media (max-width: 1079px) {
	.contactBox02 {
		padding: 0;
	}

	.contactBox02 .inner {
		background: none;
		max-width: auto;
		max-width: none;
		padding: 25px 0;
	}

	.contactBox02 .inner dt {
		background: url("../img/img_contactbox02.png") right 15px bottom -12px no-repeat;
		background-size: 100px auto;
		font-size: 112%;
		margin-bottom: 0;
		padding: 5px 10px 27px 15px;
		text-align: left;
	}

	.contactBox02 .inner dd {
		padding: 0 12px;
	}

	.contactBox02 .inner dd ul {
		display: block;
		margin: 0;
		max-width: auto;
		max-width: none;
	}

	.contactBox02 .inner dd ul li.btnBox {
		margin-bottom: 15px;
		max-width: auto;
		max-width: none;
	}

	.contactBox02 .inner dd ul li.telBox {
		max-width: auto;
		max-width: none;
	}

	.contactBox02 .inner dd ul li.telBox a {
		display: block;
		width: 100%;
		cursor: pointer;
		text-align: center;
		line-height: 1.3;
		padding: 10px 10px 9px;
		border-radius: 6px;
		transition: box-shadow 0.08s, transform 0.08s;
		box-shadow: 0 4px 0 #a6bfd6;
	}

	.contactBox02 .inner dd ul li.telBox a:hover {
		border-color: #BBD8F2;
		background-color: #BBD8F2;
		box-shadow: none;
		transform: translateY(4px);
	}

	.contactBox02 .inner dd ul li.telBox .text {
		margin-top: 6px;
		font-size: 68.75%;
		line-height: 1.1;
	}

	.contactBox02 {
		width: calc(100% - 30px);
	}

	.l-sec--blue .contactBox02 {
		width: 100%;
	}
}

@media (max-width: 420px) {
	.contactBox02 .inner dt {
		background: none;
		padding: 5px 10px 15px 15px;
	}
}

@media (max-width: 370px) {
	.contactBox02 .inner dt {
		background: none;
		padding: 5px 10px 15px 15px;
	}

	.contactBox02 .inner dt br {
		display: none !important;
	}
}

/*-------------------------------------------------------*/
/* @ー２ページ途中（人物入り/電話番号なし）  */
/*-------------------------------------------------------*/
.notel .contactBox02 .inner dd ul {
	justify-content: center;
}

.notel .telBox {
	display: none;
}

.notel .contactBox02 .inner dd ul li.btnBox {
	margin-bottom: 0;
}

/*-------------------------------------------------------*/
/* コンポーネント　A横幅画面いっぱい */
/*-------------------------------------------------------*/
.wdt100 .contactBox02 {
	width: 100%;
	max-width: 100%;
}

.wdt100 .contactBox02 .inner {
	padding: 16px 0 24px;
	background-image: none;
}

.wdt100 .contactBox02 .inner dt {
	margin-bottom: 11px;
}


.wdt100 .contactBox02 .inner dd ul li.telBox .number {
	padding-left: 30px;
	font-size: 200%;
}

.wdt100 .contactBox02 .inner dd ul li.telBox a {
	padding: 12px 15px;
}


.wdt100 .contactBox02 .inner dd ul li.btnBox {
	font-size: 112%;
	line-height: 1;
	width: 100%;
}

@media (max-width: 1079px) {
	.wdt100 .contactBox02 .inner dt {
		background: none;
	}
}

@media (min-width: 1079px) {
	.wdt100 .contactBox02 .inner dd ul li.btnBox {
		max-width: 370px;
	}

	.wdt100 .contactBox02 .inner dd ul {
		max-width: 790px;
	}

	.wdt100 .contactBox02 .inner dd ul li.telBox {
		max-width: 410px;
	}
}

@media (max-width: 1079px) {

	.wdt100 .contactBox02 .inner dd ul li.btnBox,
	.wdt100 .contactBox02 .inner dd ul {
		width: 100%;
	}
}



/*-------------------------------------------------------*/
/* FAQ */
/*-------------------------------------------------------*/

.faqAccordionBox dl {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	background: #fff;
	margin-top: 26px;
}

.faqAccordionBox dl:first-child {
	margin-top: 0;
}

.faqAccordionBox dl dt {
	background: url("/cmn3/img/icon/ic_q.svg") left 56px top 35px no-repeat;
	background-size: 50px auto;
	position: relative;
	padding: 40px 100px 40px 125px;
	font-size: 150%;
	font-weight: 700;
	cursor: pointer;
}

.faqAccordionBox dl dt i {
	display: inline-block;
	width: 21px;
	height: 21px;
	position: absolute;
	right: 58px;
	top: calc(50% - 8px);
	-webkit-transition: -webkit-transform 300ms;
	transition: -webkit-transform 300ms;
	transition: transform 300ms;
	transition: transform 300ms, -webkit-transform 300ms;
}

.faqAccordionBox dl dt i:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -1px;
	border-top: 2px solid #0072BC;
	width: 21px;
	height: 0px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: opacity 220ms ease 22ms;
	transition: opacity 220ms ease 22ms;
}

.faqAccordionBox dl dt i:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -1px;
	border-top: 2px solid #0072BC;
	width: 21px;
	height: 0px;
}

.faqAccordionBox dl dt.open i {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.faqAccordionBox dl dt.open i:before {
	opacity: 0;
}

.faqAccordionBox dl dd {
	background: url("/cmn3/img/icon/ic_a.svg") left 56px top 35px no-repeat;
	background-size: 50px auto;
	display: none;
	border-top: 1px solid #D5D5D5;
	padding: 46px 100px 46px 125px;
}

.faqAccordionBox dl dd>p:first-child {
	margin-top: 0;
}


/* tb view
------------------------------------------*/
@media (max-width: 1079px) {
	.faqAccordionBox dl dt {
		background: url("/cmn3/img/icon/ic_q.svg") left 15px top 20px no-repeat;
		background-size: 32px auto;
		font-size: 100%;
		letter-spacing: -0.005em;
		line-height: 1.5;
		padding: 23px 40px 23px 58px;
	}

	.faqAccordionBox dl dt i {
		right: 15px;
	}

	.faqAccordionBox dl dt i:before {
		width: 18px;
	}

	.faqAccordionBox dl dt i:after {
		width: 18px;
	}

	.faqAccordionBox dl dd {
		background: url("/cmn3/img/icon/ic_a.svg") left 15px top 20px no-repeat;
		background-size: 32px auto;
		padding: 24px 15px 24px 58px;
	}
}