@charset "utf-8";


/* -------------------------------------------------
-
- MC と PASの基本レイアウト専用css
-
------------------------------------------------- */

/* -------------------------------------------------
	.main-pics
------------------------------------------------- */

.main-pics {
	margin-top: 30px;
	position: relative;
}

@media print, screen and (min-width:741px) {
	.main-pics .col2 {
		display: flex;
		justify-content: space-between;
	}
	.main-pics .col2 .large {
		width: calc(752 / 1000 * 100%);
	}
	.main-pics .col2 .small {
		width: calc(238 / 1000 * 100%);
		position: relative;
	}
	.main-pics .col2 .small > div:last-child {
		width: 100%;
		position: absolute;
		right: 0;
		bottom: 0;
	}
	.main-pics p {
		position: absolute;
		right: 260px;
		bottom: 1em;
		z-index: 10;
		color: #fff;
		font-size: 12px;
		text-shadow: 0 0 10px #000;
		line-height: 1;
	}
}

@media screen and (max-width:740px) {
	.main-pics .small {
		margin-top: 3vw;
		display: flex;
		justify-content: space-between;
	}
	.main-pics .small > div {
		width: 48.4%;
	}
	.main-pics p {
		margin-top: 0.9em;
		font-size: 14px;
		line-height: 1.4;
	}
}

/* -------------------------------------------------
	#lead-block
------------------------------------------------- */

#lead-block {
	margin-top: 50px;
}
#lead-block .headline {
	color: #214BA8;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.5;
}
body.pageCate-pas #lead-block .headline {
	color: #007953;
}
#lead-block .model-wrap {
	position: relative;
}
#lead-block .model-wrap .accessory {
	display: flex;
	justify-content: space-between;
}
#lead-block .model-wrap .accessory .item {
	width: calc(238 / 490 * 100%);
}
#lead-block .model-wrap .accessory .item img {
	border: solid 1px #E2E2E2;
	box-sizing: border-box;
}

#lead-block .model-wrap .title {
	margin-top: 1em;
	font-size: 16px;
	line-height: 1.5;
	font-weight: bold;
}
#lead-block .model-wrap .desc {
	margin-top: 0.4em;
	font-size: 15px;
	line-height: 1.53;
}

#lead-block .model-wrap .plus {
	width: calc(65 / 1000 * 100%);
	position: relative;
	left: -1.4%;
}

@media print, screen and (min-width:741px) {
	#lead-block .model-wrap {
		margin-top: 10px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#lead-block .model-wrap .model {
		width: calc(398 / 1000 * 100%);
	}
	#lead-block .model-wrap .model .texts {
		margin-left: 6%;
		margin-right: 4%;
	}
	#lead-block .model-wrap .accessory {
		width: calc(490 / 1000 * 100%);
	}
}

@media screen and (max-width:740px) {
	#lead-block {
		margin-top: 38px;
	}
	#lead-block .headline {
		font-size: 22px;
		text-align: center;
	}
	#lead-block .model-wrap {
		margin-top: 20px;
	}
	#lead-block .model-wrap .accessory .item {
		width: calc(238 / 490 * 100%);
	}
	#lead-block .model-wrap .accessory .item img {
		border: solid 1px #E2E2E2;
		box-sizing: border-box;
	}

	#lead-block .model-wrap .plus {
		width: 51px;
		position: static;
		display: block;
		margin: 20px auto 30px;
	}
}

/* -------------------------------------------------
	#first-view-style1 (PASリースページのファーストビュー レイアウト)
------------------------------------------------- */

#first-view-style1 {
	margin-top: 35px;
}
#first-view-style1 .pic-wrap .text {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #4F9D6A;
	color: #fff;
	text-align: center;
}
#first-view-style1 .pic-wrap .text .group {
	position: relative;
}
#first-view-style1 .pic-wrap .text .small {
	font-size: 18px;
	line-height: 1;
	font-weight: bold;
}
#first-view-style1 .pic-wrap .text .large {
	margin-top: 0.4em;
	font-size: 22px;
	line-height: 1.5;
	font-weight: bold;
}
#first-view-style1 .copy {
	margin-top: 42px;
	font-size: 24px;
	line-height: 1.41;
	color: #007953;
	font-weight: bold;
}
#first-view-style1 .desc {
	margin-top: 25px;
	font-size: 18px;
	line-height: 1.55;
}

@media print, screen and (min-width:741px) {
	#first-view-style1 .pic-wrap {
		display: flex;
		justify-content: space-between;
	}
	#first-view-style1 .pic-wrap .pic {
		width: calc(661 / 1000 * 100%);
	}
	#first-view-style1 .pic-wrap .text {
		width: calc(335 / 1000 * 100%);
		overflow: hidden;
	}
	#first-view-style1 .pic-wrap .text .group {
		padding: 30px 5px 23px;
		box-sizing: border-box;
	}
	#first-view-style1 .pic-wrap .text .group::before,
	#first-view-style1 .pic-wrap .text .group::after {
		max-width: calc(100% - 10px);
		width: 231px;
		height: 1px;
		background: #fff;
		content: "";
		display: block;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	}
	#first-view-style1 .pic-wrap .text .group::before {
		top: 0;
	}
	#first-view-style1 .pic-wrap .text .group::after {
		bottom: 0;
	}
}

@media screen and (max-width:740px) {
	#first-view-style1 {
		margin-top: 20px;
	}
	#first-view-style1 .pic-wrap .text {
		padding: 25px 0 20px;
	}
	#first-view-style1 .pic-wrap .text .small {
		font-size: 16px;
	}
	#first-view-style1 .pic-wrap .text .large {
		font-size: 19px;
	}
	#first-view-style1 .copy {
		margin-top: 38px;
		font-size: 20px;
		line-height: 1.75;
	}
	#first-view-style1 .desc {
		margin-top: 28px;
		line-height: 1.66;
	}
}

/* -------------------------------------------------
	.inner-links
------------------------------------------------- */

.inner-links {
	margin-top: 50px;
}
.inner-links .links {
	padding: 16px 35px;
	background: #EFEFEF;
	text-align: right;
}
.inner-links .links a {
	display: inline-flex;
	align-items: center;
	font-size: 16px;
	color: #000;
}
.inner-links .links a::before {
	content: "";
	width: 25px;
	height: 25px;
	margin-right: 0.5em;
	background: url(../../../shared/img/arrow_link_blue.svg) no-repeat 0 0 / 100% auto;
	display: block;
}
body.pageCate-pas .inner-links .links a::before {
	background: url(../../../shared/img/arrow_link_green.svg) no-repeat 0 0 / 100% auto;
}

@media print, screen and (min-width:741px) {
	.inner-links .links a + a {
		margin-left: 25px;
	}
	.inner-links .links a:hover {
		color: #2645de;
		text-decoration: underline;
	}
}

@media print, screen and (min-width:741px) and (max-width:780px) {
	.inner-links .links a {
		font-size: 15px;
	}
	.inner-links .links a + a {
		margin-left: 20px;
	}
}

@media screen and (max-width:740px) {
	.inner-links {
		margin-top: 40px;
	}
	.inner-links .inner-style1 {
		margin-left: 0;
		margin-right: 0;
	}
	.inner-links .links {
		padding: 12px 2.5% 29px;
		text-align: left;
	}
	.inner-links .links a {
		margin: 17px 2.5% 0;
	}
	.inner-links .links a::before {
		content: "";
		width: 25px;
		height: 25px;
		margin-right: 0.5em;
		background: url(../../../shared/img/arrow_link_blue.svg) no-repeat 0 0 / 100% auto;
		display: block;
	}
}

/* -------------------------------------------------
	#plan (PASリースページのリースプラン レイアウト)
------------------------------------------------- */

#plan {
	margin-top: 78px;
}
#plan .lead {
	margin-top: 2em;
	font-size: 18px;
	line-height: 1.66;
}

@media print, screen and (min-width:741px) {
	#plan .lease-plan.for-sp {
		display: none;
	}
	
	#plan .lease-plan {
		width: 100%;
		margin-top: 33px;
		border-collapse: collapse;
		border-left: solid 1px #707070;
		border-top: solid 1px #707070;
		box-sizing: border-box;
	}
	#plan .lease-plan th,
	#plan .lease-plan td {
		border-right: solid 1px #707070;
		border-bottom: solid 1px #707070;
		font-size: 18px;
		text-align: center;
	}
	#plan .lease-plan thead th,
	#plan .lease-plan tbody th[rowspan="3"] {
		background: #A2F4D1;
		font-weight: bold;
	}
	#plan .lease-plan thead th,
	#plan .lease-plan thead td {
		width: 25%;
		box-sizing: border-box;
	}
	
	/* thead */
	#plan .lease-plan thead td {
		padding: 20px 0 10px;
	}
	#plan .lease-plan thead td .title {
		font-weight: bold;
		line-height: 1;
	}
	#plan .lease-plan thead td .desc {
		margin: 0.7em 0.5em;
		line-height: 1;
		line-height: 1.2;
	}
	#plan .lease-plan thead td img {
		width: 86%;
	}
	
	/* tbody */
	#plan .lease-plan tbody th.month {
		width: 12.5%;
		padding: 0.7em 0 0.5em;
		background: #BAFFD5;
	}
	#plan .lease-plan tbody th[rowspan="3"] .tax {
		width: 12.5%;
		font-weight: normal;
	}
	#plan .lease-plan tbody td {
		padding: 0.7em 0 0.5em;
		background: #E6FFFA;
	}
}

@media screen and (max-width:740px) {
	#plan {
		margin-top: 60px;
	}
	#plan .lead {
		font-size: 16px;
		line-height: 1.875;
	}
	
	#plan .lease-plan.for-pc {
		display: none;
	}
	
	#plan .lease-plan {
		margin-top: 40px;
	}
	#plan .lease-plan table {
		width: 100%;
		border-collapse: collapse;
		border-left: solid 1px #707070;
		border-top: solid 1px #707070;
		box-sizing: border-box;
	}
	#plan .lease-plan table + table {
		margin-top: 34px;
	}
	#plan .lease-plan table th,
	#plan .lease-plan table td {
		border-right: solid 1px #707070;
		border-bottom: solid 1px #707070;
		box-sizing: border-box;
		font-size: 18px;
		text-align: center;
		line-height: 1;
	}
	
	#plan .lease-plan table th.ex {
		padding: 0.7em 0 0.6em;
		font-weight: bold;
		font-size: 18px;
		line-height: 1;
		background: #A2F4D1;
	}
	#plan .lease-plan table td.model {
		padding: 20px 0 10px;
	}
	#plan .lease-plan table td.model .title {
		font-weight: bold;
		font-size: 18px;
		line-height: 1;
	}
	#plan .lease-plan table td.model .desc {
		margin: 0.8em 0 .2em;
		font-size: 15px;
		line-height: 1;
	}
	#plan .lease-plan table td.model img {
		width: 64%;
	}
	#plan .lease-plan table th[rowspan="3"] {
		background: #A2F4D1;
		font-size: 16px;
		line-height: 1.625;
		font-weight: bold;
	}
	#plan .lease-plan table th[rowspan="3"] .tax {
		font-weight: normal;
	}
	#plan .lease-plan table th.month {
		padding: 15px 0 13px;
		font-size: 16px;
		background: #BAFFD5;
	}
	#plan .lease-plan table td.price {
		padding: 15px 0 13px;
		font-size: 18px;
		background: #E6FFFA;
	}
}

/* -------------------------------------------------
	#plan (PASリースページのリースプラン レイアウト) > .price-in
------------------------------------------------- */

#plan .price-in {
	margin-top: 35px;
	margin-bottom: 20px;
}
#plan .price-in dt {
	margin-bottom: 17px;
	font-size: 22px;
	font-weight: bold;
}
#plan .price-in dd {
	padding-left: 17px;
	margin-left: 7px;
	font-size: 18px;
	line-height: 1.625;
	position: relative;
}
#plan .price-in dd + dd {
	margin-top: 0.5em;
}
#plan .price-in dd::before {
	content: "";
	width: 6px;
	height: 15px;
	background: #4EB44A;
	display: block;
	position: absolute;
	left: 0;
	top: 5px;
}
.plan-explanation{
margin-left:  .3em;
}

@media screen and (max-width:740px) {
	#plan .price-in {
		margin-top: 40px;
	}
	#plan .price-in dt {
		font-size: 16px;
	}
	#plan .price-in dd {
		font-size: 16px;
		padding-left: 20px;
		line-height: 1.5;
	}
	#plan .price-in dd + dd {
		margin-top: 0.7em;
	}
	#plan .price-in dd::before {
		width: 6px;
		height: 18px;
		top: 2px;
	}
}

/* -------------------------------------------------
	#plan (PASリースページのリースプラン レイアウト) > .types
------------------------------------------------- */

#plan .types {
	margin-top: 60px;
}
#plan .types .type-lead {
	color: #007953;
	font-size: 24px;
	line-height: 1.5;
	font-weight: bold;
}
#plan .types ul {
	margin-top: 10px;
	display: flex;
}
#plan .types ul li .type {
	margin-top: 0.1em;
	padding-top: 1em;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	border-top: solid 5px #D9CBCB;
}
#plan .types ul li .desc {
	margin-top: 0.9em;
	font-size: 15px;
	line-height: 1.53;
}
#plan .types .note {
	margin-top: 35px;
	font-size: 18px;
	text-align: center;
	line-height: 1.27;
}

@media print, screen and (min-width:741px) {
	#plan .types ul li {
		width: calc(238 / 1000 * 100%);
		margin-right: calc(16 / 1000 * 100%);
	}
	#plan .types ul li:nth-child(4n) {
		margin-right: 0;
	}
}

@media screen and (max-width:740px) {
	#plan .types {
		margin-top: 100px;
	}
	#plan .types .type-lead {
		font-size: 20px;
		line-height: 1.6;
	}
	#plan .types ul {
		margin-top: 25px;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#plan .types ul li {
		width: calc(163 / 337 * 100%);
	}
	#plan .types ul li .desc {
		margin-top: 0.8em;
		font-size: 14px;
		line-height: 1.64;
		padding-right: .5em;
	}
	#plan .types .note {
		margin-top: 40px;
		font-size: 16px;
		line-height: 1.625;
		text-align: left;
	}
}

/* -------------------------------------------------
	#merit
------------------------------------------------- */

#merit {
	padding-top: 76px;
}
#merit .copy {
	margin: 45px 0;
	padding-left: 44px;
	font-weight: bold;
	color: #214BA8;
	line-height: 1.5;
	font-size: 26px;
	position: relative;
}
body.pageCate-pas #merit .copy {
	color: #007953;
}
#merit .copy::before {
	width: 30px;
	height: 37px;
	content: "";
	background: url(../../../shared/img/slash_blue.svg) no-repeat 0 0 / 100% auto;
	display: block;
	position: absolute;
	left: 0;
	top: -4px;
}
body.pageCate-pas #merit .copy::before {
	background: url(../../../shared/img/slash_green.svg) no-repeat 0 0 / 100% auto;
}
#merit .point {
	padding-left: 44px;
	position: relative;
	margin-top: 38px;
}
#merit .point .headline {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5;
}
#merit .point .headline.op18 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
}
#merit .point .headline::before {
	content: "";
	width: 30px;
	height: 35px;
	background: url(../../../shared/img/hand-good_blue.svg) no-repeat 0 0 / 100% auto;
	display: block;
	position: absolute;
	left: 0;
	top: -9px;
}
body.pageCate-pas #merit .point .headline::before {
	background: url(../../../shared/img/hand-good_green.svg) no-repeat 0 0 / 100% auto;
}
#merit .point p {
	margin-top: 0.3em;
	font-size: 16px;
	line-height: 1.625;
}
#merit .point p.notes {
	margin-top: 0.6em;
	font-size: 15px;
	line-height: 1.73;
}
#merit .col2 .pic.border {
	border: solid 1px #E2E2E2;
	box-sizing: border-box;
}
#merit .accessory {
	margin-top: 25px;
	display: flex;
	flex-wrap: wrap;
}
#merit .accessory li figure img {
	border-radius: 8px;
}
#merit .accessory li figure figcaption {
	margin-top: 0.9em;
	text-align: center;
	font-size: 14px;
	line-height: 1.3;
}

@media print, screen and (min-width:741px) {
	#merit .col2 {
		display: flex;
		justify-content: space-between;
	}
	#merit .point.pc-mt0 {
		margin-top: 0;
	}
	#merit .point.narrow-mt {
		margin-top: 28px;
	}
	#merit .col2 .left {
		width: calc(595 / 956 * 100%);
	}
	#merit .col2 .right {
		width: calc(322 / 956 * 100%);
		padding-top: 38px;
		text-align: right;
	}
	#merit .col2 .right.pc-pt0 {
		padding-top: 0;
	}
	#merit .col2 .right .pic {
		width: calc(285 / 322 * 100%);
	}
	#merit .col2 .right .pic.wide {
		width: 100%;
	}
	#merit .accessory li {
		width: calc(224 / 956 * 100%);
		margin-right: calc(20 / 956 * 100%);
	}
	#merit .accessory li:nth-child(4n) {
		margin-right: 0;
	}
	#merit .accessory li:nth-child(4) ~ li {
		margin-top: 28px;
	}
}

@media screen and (max-width:740px) {
	#merit {
		padding-top: 86px;
	}
	#merit .copy {
		margin: 45px 0 40px;
		padding-left: 42px;
		font-size: 20px;
	}
	#merit .point {
		padding-left: 0;
		margin-top: 50px;
	}
	#merit .point.sp-mt {
		margin-top: 40px;
	}
	#merit .point.narrow-mt {
		margin-top: 28px;
	}
	#merit .point .headline {
		padding-left: 42px;
		font-size: 18px;
	}
	#merit .point .headline.op18 {
		padding-left: 42px;
		font-size: 17px;
	}
	#merit .point .headline::before {
		top: -12px;
	}
	#merit .point p {
		margin-top: 0.6em;
	}
	#merit .point p.notes {
		margin-top: 0.6em;
		font-size: 14px;
		line-height: 1.71;
	}
	#merit .col2 .right .pic {
		width: calc(250 / 337 * 100%);
		margin: 45px auto 0;
		display: block;
	}
	#merit .col2 .right .pic.wide {
		width: 100%;
	}
	#merit .accessory {
		margin-top: 30px;
		justify-content: space-between;
	}
	#merit .accessory li {
		width: calc(164 / 337 * 100%);
	}
	#merit .accessory li:nth-child(2) ~ li {
		margin-top: 25px;
	}
	#merit .accessory li figure figcaption {
		margin-top: 0.9em;
	}
}

@media screen and (max-width:340px) {
	#merit .accessory li figure figcaption {
		font-size: 12px;
	}
}

/* -------------------------------------------------
	#case
------------------------------------------------- */

#case {
	padding-top: 85px;
}
#case ul {
	margin-top: 32px;
}
#case ul li {
	background: #E0E9FF;
}
body.pageCate-pas #case ul li {
	background: #CEF7DC;
}
#case ul li .name {
	padding: 0.5em 4% 0.4em;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	background: #6385D9;
	line-height: 1.5;
}
body.pageCate-pas #case ul li .name {
	background: #38A85F;
}
#case ul li .content {
	padding: 20px 4% 16px;
}
#case ul li .cate {
	font-size: 15px;
	font-weight: bold;
	line-height: 1;
}
#case ul li .item {
	margin-top: 0.5em;
	font-size: 15px;
	line-height: 1.3;
}
#case ul li .item + .cate {
	margin-top: 0.5em;
}
#case .btn-wrap {
	margin-top: 27px;
	text-align: right;
}

@media print, screen and (min-width:741px) {
	#case ul {
		display: flex;
	}
	#case ul li {
		width: calc(323 / 1000 * 100%);
		margin-right: calc(15 / 1000 * 100%);
	}
	#case ul li:nth-child(3n) {
		margin-right: 0;
	}
}

@media screen and (max-width:740px) {
	#case {
		padding-top: 63px;
	}
	#case ul {
		margin-top: 26px;
	}
	#case ul li + li {
		margin-top: 6px;
	}
	#case .btn-wrap {
		margin-top: 29px;
		text-align: center;
	}
}

/* -------------------------------------------------
	#flow
------------------------------------------------- */

#flow {
	padding-top: 77px;
}
#flow ol {
	margin-top: 51px;
}
#flow ol li {
	padding: 25px 20px 20px 0;
	border: solid 1px #707070;
	position: relative;
}
#flow ol li + li {
	margin-top: 47px;
}
#flow ol li + li::before {
	width: 0;
	height: 0;
	content: "";
	display: block;
	border-width: 23px 19px 0 19px;
	border-color: #4AA4E3 transparent transparent transparent;
	border-style: solid;
	position: absolute;
	left: 50%;
	top: -34px;
	transform: translateX(-50%);
}
body.pageCate-pas #flow ol li + li::before {
	border-top-color: #58B772;
}
#flow ol li .fig {
	width: 108px;
	margin: 0 35px 0 24px;
	text-align: center;
}
#flow ol li:nth-child(1) .fig img { width: 94px; }
#flow ol li:nth-child(2) .fig img { width: 63px; }
#flow ol li:nth-child(3) .fig img { width: 108px; }
#flow ol li:nth-child(4) .fig img { width: 105px; }
#flow ol li:nth-child(5) .fig img { width: 99px; }

#flow ol li .title {
	font-size: 20px;
	line-height: 1;
	font-weight: bold;
}
#flow ol li .desc {
	margin-top: 0.8em;
	font-size: 17px;
	line-height: 1.47;
}
#flow .note {
	margin: 1.5em 0 0.9em;
	font-size: 17px;
	line-height: 1.64;
}

@media print, screen and (min-width:741px) {
	#flow .flow-inner {
		width: 82.6%;
		margin: 0 auto;
	}
	#flow ol li {
		display: flex;
		justify-content: space-between;
	}
	#flow ol li .texts {
		width: calc(100% - 165px);
	}
}

@media screen and (max-width:740px) {
	#flow {
		padding-top: 68px;
	}
	#flow ol {
		margin-top: 38px;
	}
	#flow ol li {
		padding: 20px 16px 25px;
		border-radius: 11px;
	}
	#flow ol li + li {
		margin-top: 37px;
	}
	#flow ol li + li::before {
		border-width: 18px 15px 0 15px;
		top: -27px;
	}
	#flow ol li .fig {
		width: auto;
		margin: 0;
	}
	#flow ol li:nth-child(1) .fig img { width: 75px; }
	#flow ol li:nth-child(2) .fig img { width: 50px; }
	#flow ol li:nth-child(3) .fig img { width: 92px; }
	#flow ol li:nth-child(4) .fig img { width: 82px; }
	#flow ol li:nth-child(5) .fig img { width: 74px; }

	#flow ol li .title {
		margin-top: 0.8em;
		text-align: center;
	}
	#flow ol li .desc {
		margin-top: 0.9em;
		font-size: 16px;
		line-height: 1.75;
	}
	#flow .note {
		margin-bottom: 1.1em;
	}
	#flow .btn-wrap {
		text-align: center;
	}
}

/* -------------------------------------------------
	#caution
------------------------------------------------- */

#caution {
	margin-top: 82px;
	padding: 27px 0;
	background: #EBEBEB;
}
#caution img {
	width: 61px;
}
#caution p {
	font-size: 20px;
	line-height: 1.6;
}

@media print, screen and (min-width:741px) {
	#caution {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#caution p {
		margin-left: 1em;
	}
}

@media screen and (max-width:740px) {
	#caution {
		margin-top: 68px;
		padding: 26px 0;
	}
	#caution img {
		width: 53px;
		display: block;
		margin: 0 auto;
	}
	#caution p {
		margin: 1em 0.9em 0;
		font-size: 18px;
		line-height: 1.55;
	}
}

/* -------------------------------------------------
	#contact-area-flag
------------------------------------------------- */

#contact-area-flag {
	padding-top: 90px;
}

/* -------------------------------------------------
	#bottom-fixed-navi
------------------------------------------------- */

#bottom-fixed-navi {
	width: 100%;
	height: 62px;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 80;
	display: none;
}
#bottom-fixed-navi ul {
	width: 100%;
	height: 100%;
	/*background: rgb(0 60 169 / 83%);*/
	background: rgb(10 66 169 / 83%);
	display: flex;
	justify-content: center;
	align-items: center;
}
#bottom-fixed-navi ul li + li {
	margin-left: 46px;
}
#bottom-fixed-navi ul li a {
	width: 252px;
	height: 40px;
	border-radius: 7px;
	background: #89ff6d;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	color: #000;
}

@media print, screen and (min-width:741px) {
	#bottom-fixed-navi ul li a {
		padding-top: 0.2em;
		transition: background 0.2s ease-out;
	}
	#bottom-fixed-navi ul li a:hover {
		background: #C5F8DD;
	}
}

@media screen and (max-width:740px) {
	#bottom-fixed-navi {
		width: 100%;
		height: 58px;
	}
	#bottom-fixed-navi ul li + li {
		margin-left: 13px;
	}
	#bottom-fixed-navi ul li a {
		width: auto;
		height: 30px;
		padding: 0 1.2em;
		font-size: 15px;
		display: inline-flex;
		white-space: nowrap;
	}
}

sup{
vertical-align: super; 
}
sub{
vertical-align: sub; 	
}