@charset "UTF-8";

/*
===== index (top page) ===========================*/

#mainImg {
	position: relative;
	padding: 0 0 15px;
	background: #f0f0f0;
}

#mainImg h1 {
	position: relative;
	margin: 0 !important;
	padding: 0 !important;
}

#mainImg h1 .txt_01 {
	position: absolute;
	top: 6.024%;
	left: 11.333%;
	width: 77.333%;
}

#mainImg h1 .txt_02 {
	position: absolute;
	top: 17.710%;
	left: 11.333%;
	width: 77.333%;
}

#mainImg nav {
	position: absolute;
	left: 0;
	bottom: 15px;
	width: 100%;
}

#mainImg nav p {
	width: calc((314 / 375) * 100%) !important;
	margin: 0 auto 5px !important;
}

#mainImg nav .wrap {
	width: calc((345 / 375) * 100%);
	margin: 0 auto;
	padding: 8px;
	background-color: rgba(255,255,255,1.00);
	border-radius: 6px;
}

#mainImg nav .wrap > a {
	width: 100%;
}

#mainImg nav .wrap > div {
	display: flex;
	gap: 2px;
	margin: 2px 0 0;
}

#mainImg nav .wrap > div a {
	display: block;
	width: calc((100% - 2px) / 2);
	font-size: 0;
	line-height: 0;
}

/* sec_car_model_list
--------------------*/
#index.main-stage .sec_car_model_list {
	margin: 0 4% 15px;
}

#index.main-stage .sec_car_model_list .inner {
	margin: 0 0 15px;
	padding: 30px 0;
	background: #ffffff;
	border-radius: 6px;
	box-shadow: 0px 2px 15px rgba(0,0,0,0.05);
	overflow: hidden;
}

#index.main-stage .sec_car_model_list h2 {
	font-size: 0;
	line-height: 0;
}

#index.main-stage .sec_tab_model .tab {
	position: relative;
	display: flex;
	margin: 30px auto 0;
}

#index.main-stage .sec_tab_model .tab:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background: #d9d9d9;
}

#index.main-stage .sec_tab_model .tab li {
	width: 50%;
	transition: .3s all;
	cursor: pointer;
}

#index.main-stage .sec_tab_model .tab li:nth-of-type(1) {
	background: url(/car/suzukiconnect/img/tab_model_01_curren_sp.png) no-repeat 50% 0;
	background-size: 100% auto;
}

#index.main-stage .sec_tab_model .tab li:nth-of-type(2) {
	background: url(/car/suzukiconnect/img/tab_model_02_current_sp.png) no-repeat 50% 0;
	background-size: 100% auto;
}

#index.main-stage .sec_tab_model .tab li img {
	transition: .3s all;
}

#index.main-stage .sec_tab_model .tab li:hover {
	opacity: 0.5;
}

#index.main-stage .sec_tab_model .tab li.active {
	z-index: 2;
}

#index.main-stage .sec_tab_model .tab li.active img {
	opacity: 0;
}

#index.main-stage .sec_tab_model .tab li.active:hover {
	opacity: 1;
}

#index.main-stage .sec_tab_model .tab_cont {
	height: 0;
	visibility: hidden;
	opacity: 0;
}

#index.main-stage .sec_tab_model .tab_cont.active {
	height: 100%;
	visibility: visible;
	opacity: 1;
}

#index.main-stage .sec_tab_model .sec_compatible_models.active {
	padding: 15px 0 0;
}

#index.main-stage .sec_tab_model .sec_ev_model.active {
	padding: 31px 0 0;
}

/* movie */
#index.main-stage .sec_tab_model .movie {
	margin: 30px -4.948% 0;
}

#index.main-stage .sec_tab_model .movie a {
	display: block;
	position: relative;
}

#index.main-stage .sec_tab_model .movie a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 78px;
	height: 78px;
	background: url(/car/suzukiconnect/home/img/icon_movie.png) no-repeat 50% 50%;
	background-size: 78px 78px;
}

#index.main-stage .sec_tab_model .movie + .note {
	margin: 5px 0 0;
	padding: 0 0 5px;
	font-size: 12px;
	line-height: 21px;
}

/* sec_compatible_models
--------------------*/
#index.main-stage .sec_compatible_models .note {
	margin: 10px 0 0;
	font-size: 12px;
	line-height: 21px;
}

#index.main-stage .sec_compatible_models .note li {
	margin: 0 0 0 1.7em;
	text-indent: -1.7em;
}

#index.main-stage .sec_compatible_models .note li span {
	display: inline-block;
	width: 1.7em;
	text-indent: 0;
}

#index.main-stage .sec_compatible_models .note_02 {
	margin: 15px 15px 0;
	font-size: 12px;
	line-height: 21px;
}

#index.main-stage .sec_compatible_models .note_02 li {
	margin: 0 0 0 1.2em;
	text-indent: -1.2em;
}

#index.main-stage .sec_compatible_models .note_02 li span {
	display: inline-block;
	width: 1.2em;
	text-indent: 0;
}

#index.main-stage .sec_compatible_models nav {
	margin: 25px 15px 0;
	cursor: pointer;
}

#index.main-stage .sec_compatible_models.open nav.open,
#index.main-stage .sec_compatible_models nav.close {
	display: none;
}

#index.main-stage .sec_compatible_models.open nav.close {
	display: block;
	margin: 15px 15px 0;
}

/* sec_list
--------------------*/
#index.main-stage .sec_compatible_models .sec_list_wrapper {
	position: relative;
	height: 124px;
	padding: 0 15px;
	overflow: hidden;
	transition: all .5s ease;
}

#index.main-stage .sec_compatible_models .sec_list {
	position: relative;
}

#index.main-stage .sec_compatible_models .sec_list .table_fix {
	position: absolute;
	top: 54px;
	left: 0;
	width: 148px;
}

#index.main-stage .sec_compatible_models .sec_list .table_fix table {
	width: 148px;
	border-collapse: separate;
	border-bottom: 1px solid #888888;
}

#index.main-stage .sec_compatible_models .sec_list .sec_slide_wrapper {
	position: relative;
	width: calc(100% - 148px);
	margin-left: 148px;
}

#index.main-stage .sec_compatible_models .sec_list_wrapper .swiper-button-prev,
#index.main-stage .sec_compatible_models .sec_list_wrapper .swiper-button-next {
	display: block;
	position: absolute;
	top: 22px;
	left: 0;
	width: 35px;
	height: 72.5px;
	margin: 0;
	background-color: rgba(255,255,255,0.9);
	border-radius: 0 5px 5px 0;
	z-index: 2;
}

#index.main-stage .sec_compatible_models .sec_list_wrapper .swiper-button-next {
	left: calc(100% - 35px);
	border-radius: 5px 0 0 5px;
}

#index.main-stage .sec_compatible_models .sec_list_wrapper .swiper-button-prev::after,
#index.main-stage .sec_compatible_models .sec_list_wrapper .swiper-button-next::after {
	display: none;
}

#index.main-stage .sec_compatible_models .sec_list_wrapper .swiper-button-disabled {
	display: none;
}

#index.main-stage .sec_compatible_models .sec_list .swiper {
	position: relative;
	width: 100%;
	cursor: grab;
}

#index.main-stage .sec_compatible_models .sec_list .swiper-slide {
	width: 88px;
}

#index.main-stage .sec_compatible_models .sec_list .swiper table {
	border-collapse: separate;
	border-bottom: 1px solid #888888;
}

#index.main-stage .sec_compatible_models .sec_list thead th,
#index.main-stage .sec_compatible_models .sec_list thead td {
	padding: 0;
	background: #f9f9f9;
	border: none;
	font-size: 12px;
	line-height: 1.333;
	text-align: center;
	vertical-align: middle;
}

#index.main-stage .sec_compatible_models .sec_list thead tr:nth-child(1) th {
	height: 69px !important;
	border-top: 1px solid #888888;
	border-left: 1px solid #888888;
	border-right: 1px solid #888888;
}

#index.main-stage .sec_compatible_models .sec_list thead tr:nth-child(1) td {
	width: 88px !important;
	height: 54px !important;
}

#index.main-stage .sec_compatible_models .sec_list thead tr:nth-child(2) td {
	height: 69px !important;
	border-top: 1px solid #888888;
	border-right: 1px solid #888888;
	letter-spacing: -0.05em;
}

#index.main-stage .sec_compatible_models .sec_list thead tr:nth-child(2) td em {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 32px;
	margin: 0 0 2px;
	font-weight: 700;
}

#index.main-stage .sec_compatible_models .sec_list thead tr:nth-child(2) td span {
	display: inline-block;
	font-size: 11px;
	line-height: 1.2;
}

#index.main-stage .sec_compatible_models .sec_list tbody th,
#index.main-stage .sec_compatible_models .sec_list tbody td {
	padding: 0;
	background: #ffffff;
	border: none;
	font-size: 13px;
	line-height: 1.5625;
	text-align: center;
	vertical-align: middle;
}

#index.main-stage .sec_compatible_models .sec_list tbody tr:nth-child(odd) th,
#index.main-stage .sec_compatible_models .sec_list tbody tr:nth-child(odd) td {
	background: #ebeff6;
}

#index.main-stage .sec_compatible_models .sec_list tbody th.first {
	width: 45px;
	padding: 10px 0;
	background: #00368f !important;
	border-top: 1px solid #888888;
	border-left: 1px solid #888888;
	border-right: 1px solid #888888;
}

#index.main-stage .sec_compatible_models .sec_list tbody th.first span {
	display: inline-block;
	color: #ffffff;
	line-height: 1.230;
	text-align: left;
	writing-mode: vertical-rl;
	white-space: nowrap;
}

#index.main-stage .sec_compatible_models .sec_list tbody th.first span i {
	writing-mode: horizontal-tb;
}

#index.main-stage .sec_compatible_models .sec_list tbody th.second {
	padding: 7px 5px;
	border-top: 1px solid #888888;
	border-right: 1px solid #888888;
	font-size: 12px;
	font-weight: 700;
	line-height: 17px;
	letter-spacing: -0.05em;
	text-align: left;
}

#index.main-stage .sec_compatible_models .sec_list tbody td {
	position: relative;
	padding: 7px 9px;
	border-top: 1px solid #888888;
	border-right: 1px solid #888888;
	font-size: 17px;
}

#index.main-stage .sec_compatible_models .sec_list tbody td span {
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	font-size: 10px;
	letter-spacing: -0.05em;
}

#index.main-stage .sec_compatible_models .sec_list tbody .tr_05 { height: 50px !important;}

/* sec_ev_model
--------------------*/
#index.main-stage .sec_ev_model .note {
	margin: 10px 0 0;
	font-size: 12px;
	line-height: 21px;
}

#index.main-stage .sec_ev_model .note li {
	margin: 0 0 0 1.7em;
	text-indent: -1.7em;
}

#index.main-stage .sec_ev_model .note li span {
	display: inline-block;
	width: 1.7em;
	text-indent: 0;
}

#index.main-stage .sec_ev_model .note_02 {
	margin: 15px 15px 0;
	font-size: 12px;
	line-height: 21px;
}

#index.main-stage .sec_ev_model .note_02 li {
	margin: 0 0 0 1.2em;
	text-indent: -1.2em;
}

#index.main-stage .sec_ev_model .note_02 li span {
	display: inline-block;
	width: 1.2em;
	text-indent: 0;
}

#index.main-stage .sec_ev_model nav {
	margin: 25px 15px 0;
	cursor: pointer;
}

#index.main-stage .sec_ev_model.open nav.open,
#index.main-stage .sec_ev_model nav.close {
	display: none;
}

#index.main-stage .sec_ev_model.open nav.close {
	display: block;
	margin: 15px 15px 0;
}

/* sec_list_wrapper
--------------------*/
#index.main-stage .sec_ev_model .sec_list_wrapper {
	position: relative;
	height: 140px;
	padding: 0 15px;
	overflow: hidden;
	transition: all .5s ease;
}

#index.main-stage .sec_ev_model .sec_list_wrapper figure {
	width: 100%;
	margin: 0 auto;
}

#index.main-stage .sec_ev_model table {
	width: 100%;
	margin: 20px auto 0;
	border-top: 1px solid #888888;
	border-left: 1px solid #888888;
	font-size: 12px;
	line-height: 1.230;
}

#index.main-stage .sec_ev_model table th {
	width: 45px;
	padding: 7px 0;
	background: #00368f !important;
	border-right: 1px solid #888888;
	border-bottom: 1px solid #888888;
	text-align: center;
	vertical-align: middle;
}

#index.main-stage .sec_ev_model table th span {
	display: inline-block;
	color: #ffffff;
	text-align: left;
	writing-mode: vertical-rl;
	white-space: nowrap;
}

#index.main-stage .sec_ev_model table th span i {
	writing-mode: horizontal-tb;
}

#index.main-stage .sec_ev_model table td {
	padding: 17px 9px;
	border-right: 1px solid #888888;
	border-bottom: 1px solid #888888;
	font-weight: 700;
	text-align: center;
	vertical-align: middle;
}

#index.main-stage .sec_ev_model table td.rt {
	width: calc((70 / 315) * 100%);
}

#index.main-stage .sec_ev_model table td span {
	display: block;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
}

#index.main-stage .sec_ev_model table tr:nth-child(odd) td {
	background: #ebeff6;
}

/* sec_registration
--------------------*/
#index.main-stage .sec_registration {
	margin: 0 4%;
}

#index.main-stage .sec_registration .inner {
	padding: 40px 0 20px;
	background: #ffffff;
	border-radius: 5px;
	box-shadow: 0px 2px 15px rgba(0,0,0,0.05);
	overflow: hidden;
}

#index.main-stage .sec_registration p {
	width: 100%;
}

#index.main-stage .sec_registration nav {
	width: calc((315 / 345) * 100%);
	margin: 40px auto 0;
}

/* sec_movie
--------------------*/
#index.main-stage .sec_movie {
	margin: 0 4%;
}

#index.main-stage .sec_movie .ms {
	padding: 0 0 15px;
	background: #ffffff;
	border-radius: 5px;
	box-shadow: 0px 2px 15px rgba(0,0,0,0.05);
	overflow: hidden;
}

#index.main-stage .sec_movie .ms .rs p {
	margin: 40px 0 0;
}

#index.main-stage .sec_movie .ms .rs nav {
	width: 91.014%;
	margin: 40px auto 0;
}

#index.main-stage .sec_movie .note {
	margin: 11px 1.2% 0;
	font-size: 12px;
	line-height: 1.75;
	letter-spacing: 0.05em;
}

/* sec_tab_content
--------------------*/
#index.main-stage .sec_tab_content {
	margin: 15px auto 0;
}

#index.main-stage .sec_tab_content .nav_tab {
	margin: 0;
}

#index.main-stage .sec_tab_content .nav_tab li {
	position: relative;
	width: 50%;
	float: left;
}

#index.main-stage .sec_tab_content .nav_tab li.tab_shop {
	float: right;
}

#index.main-stage .sec_tab_content .nav_tab li.off img {
	visibility: hidden;
}

#index.main-stage .sec_tab_content .nav_tab li.off span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

#index.main-stage .sec_tab_content .nav_tab li.tab_service.off span {
	background: url(/car/suzukiconnect/img/tab_service_off_sp.png) no-repeat 50% 0;
	background-size: 100% auto;
}

#index.main-stage .sec_tab_content .nav_tab li.tab_shop.off span {
	background: url(/car/suzukiconnect/img/tab_shop_off_sp.png) no-repeat 50% 0;
	background-size: 100% auto;
}

#index.main-stage .sec_content {
	position: relative;
	background: #c8e6f6;
	z-index: 2;
}

/* sec_service
--------------------*/
#index.main-stage .sec_service {
	padding: 0 0 4%;
}


#index.main-stage .sec_service h2 + p {
	padding: 22px 8% 34px;
	font-size: 14px;
	line-height: 1.875;
	letter-spacing: 0.1em;
}

#index.main-stage .sec_service .sec_tab_child {
	margin: 30px 4% 0;
}

#index.main-stage .sec_service .sec_tab_child .tab ul {
	display: flex;
	flex-wrap: wrap;
}

#index.main-stage .sec_service .sec_tab_child .tab ul li {
	width: 50%;
	padding: 0 5px 0 10px;
	border-bottom: 6px solid #32B6DE;
	cursor: pointer;
}

#index.main-stage .sec_service .sec_tab_child .tab ul li:nth-child(even) {
	padding: 0 10px 0 5px;
}

#index.main-stage .sec_service .sec_tab_child .tab ul li:nth-child(3),
#index.main-stage .sec_service .sec_tab_child .tab ul li:nth-child(4) {
	margin: 10px 0 0;
}

#index.main-stage .sec_service .sec_tab_child .tab ul li span {
	display: block;
	background: #ffffff;
	border-radius: 6px 6px 0 0;
}

#index.main-stage .sec_service .sec_tab_child.tab_01 .tab li { border-color: #32B6DE; }
#index.main-stage .sec_service .sec_tab_child.tab_02 .tab li { border-color: #C26699; }
#index.main-stage .sec_service .sec_tab_child.tab_03 .tab li { border-color: #01B2A9; }
#index.main-stage .sec_service .sec_tab_child.tab_04 .tab li { border-color: #E1464E; }

#index.main-stage .sec_service .sec_tab_child .tab ul li.active img {
	visibility: hidden;
}

#index.main-stage .sec_service .sec_tab_child .tab ul li.active span {
	background-size: 100% auto !important;
}

#index.main-stage .sec_service .sec_tab_child .tab ul li:nth-of-type(1).active span {
	background: #32B6DE url(/car/suzukiconnect/img/tab_child_01_current_sp.png) no-repeat 50% 0;
}

#index.main-stage .sec_service .sec_tab_child .tab ul li:nth-of-type(2).active span {
	background: #C26699 url(/car/suzukiconnect/img/tab_child_02_current_sp.png) no-repeat 50% 0;
}

#index.main-stage .sec_service .sec_tab_child .tab ul li:nth-of-type(3).active span {
	background: #01B2A9 url(/car/suzukiconnect/img/tab_child_03_current_sp.png) no-repeat 50% 0;
}

#index.main-stage .sec_service .sec_tab_child .tab ul li:nth-of-type(4).active span {
	background: #E1464E url(/car/suzukiconnect/img/tab_child_04_current_sp.png) no-repeat 50% 0;
}

#index.main-stage .sec_service .sec_tab_child .tab_cont {
	display: none;
}

#index.main-stage .sec_service .sec_tab_child .tab_cont.active {
	display: block;
}

#index.main-stage .sec_service .sec {
	position: relative;
	background: #ffffff;
	border-radius: 0 0 6px 6px;
	box-shadow: 0px 2px 15px rgba(0,0,0,0.05);
}

/* sec_01 */
#index.main-stage .sec_service .sec_01 {
	padding: 12px 0 0;
}

#index.main-stage .sec_service .sec_01 .ms div {
	height: auto !important;
	margin: 44px 4.347% 4.347%;
	padding: 0 0 4.347%;
	background: #d3f1fa;
	border-radius: 6px;
}

#index.main-stage .sec_service .sec_01 .ms .rs {
	margin-top: 0;
}

#index.main-stage .sec_service .sec_01 .ms h4 {
	padding: 24px 0 0;
}

#index.main-stage .sec_service .sec_01 .ms p {
	padding: 26px 8% 0;
	font-size: 14px;
	line-height: 1.875;
	letter-spacing: 0.1em;
}

#index.main-stage .sec_service .sec_01 .ms nav {
	margin: 34px 4.347% 0;
}

#index.main-stage .sec_service .sec .sec_voice {
	margin: 4.347% 4.347% 0;
	padding: 0;
	background: #fefbe7;
	border-radius: 6px;
}

#index.main-stage .sec_service .sec .sec_voice .inner {
	padding: 32px 0 50px;
}

#index.main-stage .sec_service .sec .sec_voice .inner h4 {
	padding:  0 0 10px !important;
}

#index.main-stage .sec_service .sec .sec_voice .inner h5 {
	margin: 0;
	padding: 25px calc((15 / 315) * 100%) 20px;
}

#index.main-stage .sec_service .sec .sec_voice .inner figure {
	margin: 0 calc((15 / 315) * 100%);
}

#index.main-stage .sec_service .sec_01 .sec_voice .inner h5 {
	margin: 0;
	padding: 25px 0 20px;
}

#index.main-stage .sec_service .sec_01 .sec_voice .inner figure {
	margin: 0;
}

/* sec_02 */
#index.main-stage .sec_service .sec_02 {
	padding: 16px 0 0;
}

#index.main-stage .sec_service .sec_02 .sec_02_01 { background: #fff3dc; }
#index.main-stage .sec_service .sec_02 .sec_02_02 { background: #eef9d7; }
#index.main-stage .sec_service .sec_02 .sec_02_03 { background: #ddeafc; }

#index.main-stage .sec_service .sec_02 h3 {
	padding: 0 0 15px;
}

#index.main-stage .sec_service .sec_02 > div {
	margin: 4.347% 4.347% 0;
	padding: 24px 0 4.347%;
	border-radius: 6px;
}

#index.main-stage .sec_service .sec_02 > div .h p {
	margin: 18px 8% -6px;
	font-size: 14px;
	line-height: 1.875;
	letter-spacing: 0.1em;
}

#index.main-stage .sec_service .sec_02 > div .ms > div {
	margin: 45px 0 0;
}

#index.main-stage .sec_service .sec_02 > div .ms > div nav {
	margin: 25px 4.347% 0;
}

#index.main-stage .sec_service .sec .att {
	margin: 0;
	padding: 4.347%;
	background: #ffffff;
	border-radius: 0;
	text-align: center;
}

#index.main-stage .sec_service .sec .att p {
	display: inline-block;
	padding: 15px 20px;
	background: #e7e7f2;
	border-radius: 3px;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0.05em;
}

#index.main-stage .sec_service .sec .att p a {
	color: #0090ff;
}

/* sec_03 */
#index.main-stage .sec_service .sec_03 {
	padding: 20px 0 0;
}

#index.main-stage .sec_service .sec_03 .sec_03_01 { background: #e7f4ef; }

#index.main-stage .sec_service .sec_03 h3 {
	padding: 0 0 15px;
}

#index.main-stage .sec_service .sec_03 > div {
	margin: 4.347% 4.347% 0;
	padding: 24px 0 4.347%;
	border-radius: 6px;
}

#index.main-stage .sec_service .sec_03 > div .h p {
	margin: 18px 8% -6px;
	font-size: 14px;
	line-height: 1.875;
	letter-spacing: 0.1em;
}

#index.main-stage .sec_service .sec_03 > div .ms > div {
	margin: 45px 0 0;
}

#index.main-stage .sec_service .sec_03 > div .ms > div nav {
	margin: 25px 4.347% 0;
}

/* sec_04 */
#index.main-stage .sec_service .sec_04 {
	padding: 11px 0 0;
}

#index.main-stage .sec_service .sec_04 > div { background: #FCE9E6; }

#index.main-stage .sec_service .sec_04 h3 {
	padding: 0 0 15px;
}

#index.main-stage .sec_service .sec_04 > div {
	margin: 4.347% 4.347% 0;
	padding: 24px 0 4.347%;
	border-radius: 6px;
}

#index.main-stage .sec_service .sec_04 > .sec_04_02 {
	padding-bottom: 34px;
}

#index.main-stage .sec_service .sec_04 > div .h p {
	margin: 18px 8% -6px;
	font-size: 14px;
	line-height: 1.875;
	letter-spacing: 0.1em;
}

#index.main-stage .sec_service .sec_04 > div .ms .wrap {
	margin: 0;
	padding: 0;
}

#index.main-stage .sec_service .sec_04 > div .ms > div {
	margin: 45px 0 0;
}

#index.main-stage .sec_service .sec_04 > div .ms > div figure + p,
#index.main-stage .sec_service .sec_04 > div .ms .wrap p {
	margin: 14px 4.761% 0;
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 0.05em;
}

#index.main-stage .sec_service .sec_04 > div .ms > div nav {
	margin: 25px 4.761% 0;
}

#index.main-stage .sec_service .sec .sec_howto {
	margin: 4.347% 4.347% 0;
	padding: 30px 0 4.347%;
	background: #fefbe7;
	border-radius: 6px;
}

#index.main-stage .sec_service .sec .sec_howto .inner h4 {
	padding:  0 0 10px !important;
}

#index.main-stage .sec_service .sec .sec_howto .mc {
	margin: 0 4.761%;
	padding: 4.761% 0;
	background: #ffffff;
	border: 2px solid #DADADA;
	border-radius: 6px;
}

#index.main-stage .sec_service .sec .sec_howto .mc + .mc {
	margin-top: 4.761%;
}

#index.main-stage .sec_service .sec .sec_howto .lc {
	margin: 0;
}

#index.main-stage .sec_service .sec .sec_howto .lc h5 {
	margin: 0;
	padding: 0;
}

#index.main-stage .sec_service .sec .sec_howto .lc p {
	margin: 14px calc((15 / 285) * 100%) 0;
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 0.05em;
}

/* sec_shop
--------------------*/
#index .sec_shop {
	display: none;
	padding: 0 0 4%;
}

#index .sec_shop h2 + p {
	margin: 0 0 0 1.1em;
	padding: 28px 8% 34px;
	font-size: 12px;
	line-height: 1.75;
	letter-spacing: 0.05em;
	text-indent: -1.1em;
}

#index .sec_shop .sec {
	position: relative;
	margin: 0 4%;
	padding: 18px 0 7.246%;
	background: #ffffff;
	border-radius: 6px;
	box-shadow: 0px 2px 15px rgba(0,0,0,0.05);
}

#index .sec_shop .sec h3 {
	padding: 0 0 15px;
}

#index .sec_shop .sec .nav_shop {
	margin: 0 4.347%;
}

#index .sec_shop .sec .nav_shop dt {
	margin: 20px 0 0;
	padding: 0 4.761%;
	background: #eeeeee;
	border-radius: 6px;
	font-size: 18px;
	font-weight: 700;
	line-height: 50px;
	letter-spacing: 0.1em;
	cursor: pointer;
}

#index .sec_shop .sec .nav_shop dt span {
	display: block;
	background: url(/car/suzukiconnect/img/bullet_plus.png) no-repeat 100% 50%;
	background-size: 21.5px auto;
}

#index .sec_shop .sec .nav_shop dt.open span {
	background: url(/car/suzukiconnect/img/bullet_minus.png) no-repeat 100% 50%;
	background-size: 21.5px auto;
}

#index .sec_shop .sec .nav_shop dd {
	display: none;
}

#index .sec_shop .sec .nav_shop ul {
	padding: 10px 0 0;
}

#index .sec_shop .sec .nav_shop ul li {
	float: left;
	width: 47.619%;
	margin: 15px 0 0;
	border: 2px solid #959595;
	border-radius: 6px;
	text-align: center;
}

#index .sec_shop .sec .nav_shop ul li:nth-child(even) {
	float: right;
}

#index .sec_shop .sec .nav_shop ul li a {
	display: block;
	color: #444444;
	font-size: 21px;
	line-height: 45px;
	letter-spacing: 0.1em;
	text-decoration: none;
	text-align: center;
}


/* sec_plan
--------------------*/
#index.main-stage .sec_plan {
	margin: 4% 4% 0;
	padding: 0 0 4%;
}

#index.main-stage .sec_plan_inner {
	padding: 0 0 4.761%;
	background: #ffffff;
	border-radius: 6px;
	box-shadow: 0px 2px 15px rgba(0,0,0,0.05);
}

#index.main-stage .sec_plan h2 {
	padding: 50px 0 0;
}

#index.main-stage .sec_plan h2 + figure {
	padding: 50px 0 13px;
}

#index.main-stage .sec_plan .ms_01 {
	margin: 0 4.347% 50px;
}

#index.main-stage .sec_plan .ms_01 div {
	position: relative;
	height: auto !important;
	margin: 4.347% 0 0;
	padding: 30px 0 20px;
	background: #faf7d8;
	border-radius: 6px;
}

#index.main-stage .sec_plan .ms_01 p {
	padding: 19px 6.349% 0;
	font-size: 14px;
	line-height: 1.875;
	letter-spacing: 0.1em;
}

#index.main-stage .sec_plan .sec_outline_01 {
	margin: 30px 4.347% 0;
	padding: 37px 0 35px;
	background: #faf7d8;
	border-radius: 6px;
}

#index.main-stage .sec_plan .sec_outline_01 figure + p {
	margin: 20px 6.349% 0;
	font-size: 14px;
	line-height: 1.875;
	letter-spacing: 0.1em;
}

#index.main-stage .sec_plan .sec_outline_01 figure + p + p {
	margin: 0 6.349%;
	font-size: 14px;
	line-height: 1.875;
	letter-spacing: 0.1em;
}

#index.main-stage .sec_plan .sec_outline_01 .note {
	display: table;
	position: relative;
	margin: 32px 6.349% 0;
}

#index.main-stage .sec_plan .sec_outline_01 .note:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 8px;
	height: 100%;
	background: #013690;
	border-radius: 4px;
	z-index: 2;
}

#index.main-stage .sec_plan .sec_outline_01 .note li {
	margin: -6px 0 0;
	padding: 0 0 0 30px;
	font-size: 14px;
	line-height: 1.875;
	letter-spacing: 0.1em;
}

#index.main-stage .sec_plan .sec_outline_01 .note li + li {
	margin: 0 0 -6px;
}

#index.main-stage .sec_plan .sec_outline_01 .note + p {
	margin: 40px 0 0;
}

#index.main-stage .sec_plan .sec_list {
	padding: 40px 3.174% 0;
}

#index.main-stage .sec_plan .sec_list .inner {
	display: none;
}

#index.main-stage .sec_plan .sec_list nav {
	background: url(/car/suzukiconnect/img/nav_list_02_sp.png) no-repeat 50% 50%;
	background-size: 100% auto;
}

#index.main-stage .sec_plan .sec_list img {
	transition: all .3s ease;
}

#index.main-stage .sec_plan .sec_list.open img {
	opacity: 0;
}

#index.main-stage .sec_plan .sec_list .table_wrap {
	padding: 40px 0 10px;
	overflow: hidden;
	overflow-x: scroll;
}

#index.main-stage .sec_plan .sec_list table {
	width: 620px;
	border-top: 1px solid #888888;
	border-left: 1px solid #888888;
}

#index.main-stage .sec_plan .sec_list table th,
#index.main-stage .sec_plan .sec_list table td {
	border-right: 1px solid #888888;
	border-bottom: 1px solid #888888;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0;
}

#index.main-stage .sec_plan .sec_list thead th {
	padding: 7px 6px;
	background: #555555;
	color: #ffffff;
	font-weight: 700;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}

#index.main-stage .sec_plan .sec_list thead th sup {
	font-size: 12px;
	vertical-align: -6px;
}

#index.main-stage .sec_plan .sec_list tbody th {
	padding: 7px 10px;
	background: #ffffff;
	font-weight: 700;
	line-height: 1.5625;
	vertical-align: middle;
	white-space: nowrap;
}

#index.main-stage .sec_plan .sec_list tbody td {
	padding: 10px 10px;
	background: #ffffff;
	line-height: 1.5625;
	vertical-align: middle;
}

#index.main-stage .sec_plan .sec_list tbody td + td {
	text-align: center;
}

#index.main-stage .sec_plan .sec_list tbody td span {
	display: inline-block;
	margin: 0 0 0 2px;
	vertical-align: 0px;
}

#index.main-stage .sec_plan .sec_list ul.note_02 {
	margin: 5px 0 0;
}

#index.main-stage .sec_plan .sec_list ul.note_02 li {
	margin: 0 0 0 1em;
	font-size: 12px;
	line-height: 21px;
	text-indent: -1em;
}

#index.main-stage .sec_plan .sec_list ul.note_02 li a {
	color: #0090ff;
	text-decoration: underline;
}

#index.main-stage .sec_plan .sec_step {
	margin: 35px 4.347% 0;
	padding: 25px 0;
	background: #dbf0f5;
	border-radius: 6px;
}

#index.main-stage .sec_plan .sec_step figure {
	margin: 29px 0 0;
}

#index.main-stage .sec_plan .sec_step nav {
	margin: 34px 4.347% 0;
}

#index.main-stage .sec_plan .ms_02 {
	margin: 15px 4.761% 0;
	padding: 50px 0 47px;
  background: #d9f4f5;
}

#index.main-stage .sec_plan .ms_02 dt {
	font-size: 0;
	line-height: 0;
}

#index.main-stage .sec_plan .ms_02 dd p {
	margin: 0 0 0 1em;
	padding: 18px 15px 0;
	font-size: 14px;
	line-height: 26px;
	text-indent: -1em;
}

#index.main-stage .sec_plan .ms_02 dd ul {
	width: 194px;
	margin: 25px auto 0;
}

#index.main-stage .sec_plan .ms_02 dd ul li + li {
	margin: 30px 0 0;
}

#index.main-stage .sec_plan .ms_02 ul.note {
	margin: 22px 15px 0;
}

#index.main-stage .sec_plan .ms_02 ul.note li {
	margin: 0 0 0 1em;
	color: #444444;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.05em;
	text-indent: -1em;
}

#index.main-stage .sec_plan .ms_02 + nav {
	margin: 30px 8.695% 0;
}

#index.main-stage .sec_paid_plan {
	margin: 4.347% 4.347% 0;
	padding: 25px 0 30px;
	background: #e8f7fb;
	border-radius: 6px;
}

#index.main-stage .sec_paid_plan .inner {
	margin: 32px 0 0;
}

#index.main-stage .sec_paid_plan .mc_01 {
	margin: 40px 0 0;
}

#index.main-stage .sec_paid_plan .mc_01 div {
	margin: 0 6.349%;
}

#index.main-stage .sec_paid_plan .mc_01 ul {
	position: relative;
	padding: 0 3% 0 6.475%;
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 0.1em;
}

#index.main-stage .sec_paid_plan .mc_01 ul::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 6px;
	height: 100%;
	background: #013690;
	border-radius: 3px;
	z-index: 2;
}

#index.main-stage .sec_paid_plan .mc_01 ul li {
	margin: 0 0 0 1em;
	text-indent: -1em;
}

#index.main-stage .sec_paid_plan .mc_01 ul li a {
	color: #0090ff;
	font-weight: 700;
	text-decoration: underline;
}

#index.main-stage .sec_paid_plan .mc_01 figure {
	margin: 32px 0 0;
}

#index.main-stage .sec_paid_plan .mc_01 figcaption {
	margin: 12px 0 0 1em;
	padding: 0 4.761%;
	font-size: 12px;
	font-weight: 700;
	line-height: 21px;
	letter-spacing: 0.05em;
	text-indent: -1em;
}

#index.main-stage .sec_paid_plan .mc_02 {
	margin: 32px 4.761% 0;
}

#index.main-stage .sec_paid_plan .mc_02 > div {
	border: 4px solid #23bee7;
	border-radius: 3px;
	background: #ffffff;
}

#index.main-stage .sec_paid_plan .mc_02 > div + div {
	margin: 15px 0 0;
	border-color: #00368f;
}

#index.main-stage .sec_paid_plan .mc_02 .wrap {
	width: auto;
	margin: 0;
	padding: 25px 0;
}

#index.main-stage .sec_paid_plan .mc_02 h5 {
	margin: 0;
}

#index.main-stage .sec_paid_plan .mc_02 p + p {
	margin: 20px 7.246% 12px;
}

#index.main-stage .sec_paid_plan .mc_02 dt {
	margin: 22px 0 8px;
	color: #32b6de;
	font-size: 15px;
	font-weight: 700;
	line-height: 22px;
	letter-spacing: 0.05em;
	text-align: center;
}

#index.main-stage .sec_paid_plan .mc_02 dl + dl dt {
	margin: 18px 0 8px;
}

#index.main-stage .sec_paid_plan .wrap dl:nth-of-type(2) dt {
	color: #c2669a;
}

#index.main-stage .sec_paid_plan .mc_02 dl:nth-of-type(3) dt {
	color: #01B2A9;
}

#index.main-stage .sec_paid_plan .mc_02 dl:nth-of-type(4) dt {
	color: #E1464E;
}

#index.main-stage .sec_paid_plan .mc_02 dd.att {
	margin: 0 7.246% 10px;
	padding: 0 7px;
	border: 2px solid #E1464E;
	border-radius: 6px;
	color: #E1464E;
	font-size: 14px;
	font-weight: 700;
	line-height: 28px;
}

#index.main-stage .sec_paid_plan .mc_02 ul.att {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px 5px;
	border: 2px solid #E1464E;
	border-radius: 6px;
	color: #E1464E;
	font-size: 14px;
	font-weight: 700;
}

#index.main-stage .sec_paid_plan .mc_02 ul.att li:first-child {
	margin: 0 !important;
	padding: 0 0 0 5px;
	text-indent: 0 !important;
	color: #E1464E;
	font-size: 13px;
	font-weight: 700;
}

#index.main-stage .sec_paid_plan .mc_02 .note {
	margin: 7px 7.246% 0;
	font-size: 12px;
	line-height: 1.6;
}

#index.main-stage .sec_paid_plan .mc_02 p.note {
	margin-top: 12px;
	font-size: 12px;
}

#index.main-stage .sec_paid_plan .mc_02 ul {
	margin: 0 7.246%;
}

#index.main-stage .sec_paid_plan .mc_02 li {
	margin: 0 0 0 1em;
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 0;
	text-indent: -1em;
}

#index.main-stage .sec_paid_plan .mc_02 dl + dl li {
	font-size: 13px;
	line-height: 26px;
}

#index.main-stage .sec_paid_plan .mc_02 li em {
	color: #E1464E;
	font-weight: 700;
}

/* sec_process
--------------------*/
#main #index .sec_process .tab {
	position: relative;
	display: flex;
	width: calc(100% - 4.761% - 4.761%);
	margin: 50px 4.761% 0;
}

#main #index .sec_process .tab li {
	position: relative;
	width: 50%;
	cursor: pointer;
}

.sec_tab .tab li#tab_nav_01 {
	background: url(/car/suzukiconnect/img/tab_new_current_sp.png) no-repeat 50% 50%;
	background-size: 100% auto;
}

.sec_tab .tab li#tab_nav_02 {
	background: url(/car/suzukiconnect/img/tab_continuation_current_sp.png) no-repeat 50% 50%;
	background-size: 100% auto;
}

.sec_tab .tab li img {
	transition: .3s all;
}

.sec_tab .tab li.active img {
	opacity: 0;
}

.sec_tab .tab_cont {
	display: none;
	margin: 0 4.761%;
	transition: 0.3s all;
}

.sec_tab .tab_cont.active {
	display: block;
	background: #d9f4f5;
}

.sec_tab .tab_cont .wrap {
	padding: 30px calc((15 / 315) * 100%) 50px;
}

.sec_tab .tab_cont .wrap a {
	color: #0090ff;
	font-weight: 700;
	text-decoration: underline;
}

.sec_tab .tab_cont .wrap nav {
	margin: 35px auto 0;
}

.sec_tab .tab_cont_02 .wrap nav {
	margin-top: 0;
	padding-top: 15px;
}

.sec_tab .tab_cont .wrap nav li {
	margin-top: 15px !important;
}

.sec_tab .tab_cont .wrap nav + p {
	margin: 24px 0 0 !important;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
}

#index.main-stage .sec_process .sec_faq {
	margin: 15px 4.761% 0;
	padding: 50px 0;
	background: #d9f4f5;
}

#index.main-stage .sec_process .sec_faq h3 {
	position: relative;
	width: calc((285 / 315) * 100%);
	margin: 0 auto !important;
	padding: 0 !important;
}

#index.main-stage .sec_process .sec_faq nav {
	margin: 40px calc((15 / 315) * 100%) 0;
}

/* sec_apply
--------------------*/
#main #index .sec_apply {
	padding: 16px 4% 0;
}

#main #index .sec_apply .ms div {
	margin: 4.347% 0 0;
	padding: 32px 0 22px;
	background: #ffffff;
	border: 3px solid #013690;
	border-radius: 14px;
}

#main #index .sec_apply .ms div dd {
	height: auto !important;
	margin: 8px 13.649% 0;
	font-size: 14px;
	line-height: 1.875;
	letter-spacing: 0.1em;
}

#main #index .sec_apply .ms div nav {
	margin: 34px 3.412% 0;
}

/* sec_faq
--------------------*/
#index.main-stage .sec_faq {
	margin: 30px 0 0;
	padding: 48px 4% 0;
	background: #ffffff;
}

#index.main-stage .sec_faq .wrap {
	padding: 0;
}

#index.main-stage .sec_faq .inner {
	padding: 0 0 50px;
	border-bottom: 2px solid #e5e5e5;
}

#index.main-stage .sec_faq nav {
	margin: 55px 8.695% 0;
}

/* sec_news
--------------------*/
#index.main-stage .sec_news {
	padding: 50px 4%;
	background: #ffffff;
}

#index.main-stage .sec_news .wrap {
	padding: 0;
}

#index.main-stage .sec_news .inner {
	margin: 0;
	padding: 0;
}

#index.main-stage .sec_news ul {
	margin: 50px 0 0;
	border: 1px solid #e5e5e5;
	border-radius: 6px;
}

#index.main-stage .sec_news ul dl {
	padding: 17px 6.376%;
	border-top: 1px solid #e5e5e5;
}

#index.main-stage .sec_news ul li:first-child dl {
	border: none;
}

#index.main-stage .sec_news ul dt {
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.1em;
}

#index.main-stage .sec_news ul dd {
	display: -webkit-box;
	margin: 0;
	font-size: 14px;
	line-height: 1.875;
	letter-spacing: 0.1em;
	line-clamp: 3;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

#index.main-stage .sec_news ul dd a {
	text-decoration: underline;
}

#index.main-stage .sec_news nav {
	margin: 34px 4.347% 0;
}

/* sec_note
--------------------*/
#index.main-stage .sec_note {
	margin-bottom: -5px;
	padding-top: 10px;
}


/*
===== app_index ===========================*/

#app_index.main-stage .sec {
	margin: 15px 4% 0;
}

#app_index.main-stage .sec_inner {
	position: relative;
	padding: 0 0 25px;
	background: #ffffff;
	border-radius: 6px;
	box-shadow: 0px 2px 15px rgba(0,0,0,0.05);
	overflow: hidden;
}

/* sec_main
--------------------*/
#app_index.main-stage .sec_main {
	padding: 0 0 25px;
	background: #ffffff;
}

#app_index.main-stage .sec_main ul {
	padding: 0 4%;
}

#app_index.main-stage .sec_main ul li {
	float: left;
	width: 47.826%;
}

#app_index.main-stage .sec_main ul li + li {
	float: right;
}

#app_index.main-stage .sec_main .note {
	padding: 25px 4% 0;
}

#app_index.main-stage .sec_main .note p {
	padding: 0 0 0 1.1em;
	color: #444444;
	font-size: 12px;
	line-height: 1.75;
	letter-spacing: 0.05em;
	text-indent: -1.1em;
}

/* sec_desc
--------------------*/
#app_index.main-stage .sec_desc dt {
	padding: 30px 0 0;
	font-size: 0;
	line-height: 0;
}

#app_index.main-stage .sec_desc dd {
	margin: 16px 15px -6px 20px;
	font-size: 14px;
	line-height: 1.875;
	letter-spacing: 0.1em;
}

#app_index.main-stage .sec_desc + nav {
	width: 90.476%;
	margin: 30px auto 0;
}

/* sec_service
--------------------*/
#app_index .sec_service {
	padding: 10px 0 10px;
}

#app_index .sec_service h2 {
	margin: 25px 0 0 !important;
	cursor: pointer;
}

#app_index .sec_service h2.open img {
	visibility: hidden;
}

#app_index .sec_service h2.h_operator {
	background: url(/car/suzukiconnect/app/img/h2_01_open_sp.png) no-repeat 50% 50%;
	background-size: 100% auto;
}

#app_index .sec_service h2.h_comfortable {
	background: url(/car/suzukiconnect/app/img/h2_02_open_sp.png) no-repeat 50% 50%;
	background-size: 100% auto;
}

#app_index .sec_service h2.h_share {
	background: url(/car/suzukiconnect/app/img/h2_03_open_sp.png) no-repeat 50% 50%;
	background-size: 100% auto;
}

#app_index .sec_service h2.h_ev_life {
	background: url(/car/suzukiconnect/app/img/h2_04_open_sp.png) no-repeat 50% 50%;
	background-size: 100% auto;
}

#app_index .sec_service h3 {
	font-size: 0;
	line-height: 0;
}

#app_index .sec_service .content {
	display: none;
}

#app_index .sec_service .ms {
	margin: 25px 4.347% 0;
}

#app_index .sec_service h3 + .ms {
	margin-top: 0;
}

#app_index .sec_service .ms + .ms {
	margin-top: 15px;
}

#app_index .sec_service .ms div {
	padding: 0 0 25px;
	border-radius: 6px;
	overflow: hidden;
}

#app_index .sec_service .ms div.rs {
	margin: 15px 0 0;
}

#app_index .sec_service .ms_01 div { background: #d3f1fa; }
#app_index .sec_service .ms_02 div { background: #fff3dc; }
#app_index .sec_service .ms_03 div { background: #eef9d7; }
#app_index .sec_service .ms_04 div { background: #ddeafc; }
#app_index .sec_service .ms_05 div { background: #e7f4ef; }
#app_index .sec_service .ms_06 div { background: #FCE9E6; }

#app_index .sec_service .ms div nav {
	width: 90.476%;
	margin: 0 auto;
}

#operator_index .sec_service .nav_operator,
#comfortable_index .sec_service .nav_comfortable,
#efficiency_index .sec_service .nav_efficiency,
#security_index .sec_service .nav_security,
#share_index .sec_service .nav_share,
#ev_life_index .sec_service .nav_ev_life { display: none; }

/* sec_download
--------------------*/
#app_index.main-stage .sec_download {
	margin: 30px 4% 0;
}

#app_index.main-stage .sec_download .inner {
	padding: 46px 0 34px;
	background: #ffffff;
	border: 3px solid #013690;
	border-radius: 15px;
}

#app_index.main-stage .sec_download .ms dl {
	margin: 27px 0 0;
}

#app_index.main-stage .sec_download .ms dt {
	font-size: 0;
	line-height: 0;
}

#app_index.main-stage .sec_download .ms .rs ul li {
	width: 194px;
	margin: 0 auto;
}

#app_index.main-stage .sec_download .ms .rs ul li + li {
	margin-top: 27px;
}

#app_index.main-stage .sec_download .ms .rs nav {
	margin: 29px 0 0;
	font-size: 14px;
	line-height: 1.875;
	letter-spacing: 0.05em;
	text-align: center;
}

#app_index.main-stage .sec_download .ms .rs nav a {
	color: #444444;
	text-decoration: underline;
}

#app_index.main-stage .sec_download  .note {
	padding: 20px 4% 0;
}

#app_index.main-stage .sec_download .note p {
	padding: 0 0 0 1.1em;
	color: #444444;
	font-size: 12px;
	line-height: 1.75;
	letter-spacing: 0.05em;
	text-indent: -1.1em;
}

/* sec_note
--------------------*/
#app_index.main-stage .sec_note {
	margin-bottom: -5px;
	padding-top: 10px;
}

/*
===== service ===========================*/

#main .main-stage.service {
	padding: 0 0 60px !important;
}

#main .main-stage.service .wrap {
	margin: 0;
	padding: 4% 4% 0;
}

#main .main-stage.service .inner {
	position: relative;
	padding: 0;
	background: #ffffff;
	border-radius: 6px;
	box-shadow: 0px 2px 15px rgba(0,0,0,0.05);
}

#main .main-stage.service .sec_note {
	padding-top: 10px;
}

/* sec_service
--------------------*/
#main .main-stage.service #app_index .sec_service {
	padding: 10px 0 40px;
}

#main .main-stage.service #app_index .sec_service h2 {
	margin: 30px auto 0;
}

#main .main-stage.service #app_index .sec_service h3 {
	margin: 0 3.6%;
}

/*
--------------------*/
#main .main-stage.service h1 img {
	transform: translateY(-2.8%);
}

#main .main-stage.service h1 + h2 {
	margin: 28px 0 0;
}

#main #operator_index.main-stage.service h1 + h2 {
	margin: 50px 0 0;
}

#main .main-stage.service .note + h2 {
	margin: 40px 0 0;
}

#main .main-stage.service .sec_outline_01 + h2 {
	margin: 60px 0 0;
}

#main .main-stage.service h3 {
	position: relative;
	margin: 25px 0 0;
	z-index: 2;
}

#main .main-stage.service .sec_movie + h3 {
	margin: 40px 0 0;
}

#main #operator_index.main-stage.service h3 {
	margin: 35px 0 0;
}

#main #operator_index.main-stage.service .sec_movie + h3 {
	margin: 40px 0 0;
}

#main .main-stage.service .sec_outline_01 + h3 {
	margin: 42px 0 0;
}

#main .main-stage.service h4 {
	position: relative;
	margin: 20px 0 0;
	z-index: 2;
}

#main #efficiency_index.main-stage.service h4,
#main #security_index.main-stage.service h4 {
	margin: 37px 0 -20px;
}

#main .main-stage.service p.desc {
	margin: 40px 0 0;
}

#main .main-stage.service h2 + p.desc {
	margin: 30px 0 0;
}

#main .main-stage.service p.note,
#main .main-stage.service p.note_02 {
	margin: 8px 4.347% -5px;
	padding: 0 0 0 1.1em;
	font-size: 13px;
	line-height: 1.75;
	letter-spacing: 0.1em;
	text-indent: -1.1em;
}

#main .main-stage.service p.note_03 {
	padding: 0 0 0 1.8em;
	text-indent: -1.8em;
}

#main .main-stage.service p.note + p.note {
	margin-top: 5px;
}

#main #security_index.main-stage.service p.note_02 a {
	color: #444444 !important;
	text-decoration: underline;
}

#main #security_index.main-stage.service p.note_02_02 a {
	color: #0090ff !important;
}

#main #security_index.main-stage.service p.note_02_02 + h2 {
	margin-top: 55px;
}

#security_index.main-stage figure.point {
	position: relative;
	margin: 20px 4.347% 60px;
	padding: 18px 18px 18px 0;
	background: #ddeafc;
	border-radius: 15px;
}

#security_index.main-stage figure.point img {
	width: 58px;
}

#security_index.main-stage figure.point em {
	display: block;
	margin: -65px 0 0 58px;
	color: #3b82c4;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.812;
	letter-spacing: 0.05em;
}

#security_index.main-stage figure.point span {
	display: block;
	margin: 10px 0 0 58px;
	color: #444444;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.05em;
}

#security_index.main-stage figure.point span a {
	color: #444444 !important;
	text-decoration: underline;
}

/* sec_movie
--------------------*/
#main .main-stage.service .sec_movie {
	margin: 40px 0 0;
}

#main .main-stage.service .sec_outline_01 .sec_movie {
	margin: 0;
	padding: 10.724% 4.347% 0;
}

#main .main-stage.service h3.col_2 + .sec_outline_01 .sec_movie {
	padding-top: 15.942%;
}

#main #comfortable_index.main-stage.service .sec_outline_01 .sec_movie_inner { border: 4px solid #fffaf1; }
#main #efficiency_index.main-stage.service .sec_outline_01 .sec_movie_inner { border: 4px solid #fafdf3; }
#main #security_index.main-stage.service .sec_outline_01 .sec_movie_inner { border: 4px solid #f5f9fe; }
#main #share_index.main-stage.service .sec_outline_01 .sec_movie_inner { border: 4px solid #f5f9fe; }

#ev_life_index.main-stage .sec_movie_inner a {
	display: block;
	position: relative;
}

#ev_life_index.main-stage .sec_movie_inner a img {
	border-radius: 6px;
}

#ev_life_index.main-stage .sec_movie_inner a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 60px;
	height: 60px;
	background: url(/car/suzukiconnect/home/img/icon_movie_02.png) no-repeat 50% 50%;
	background-size: 60px 60px;
}

#main .main-stage.service .sec_outline_01 .sec_movie p.note {
	margin: 10px 0 -5px;
	font-size: 12px;
}

#main .main-stage.service .sec_outline_01 .sec_movie p.note + p.note {
	margin-top: 5px;
}

#main .main-stage.service .sec_movie p.note {
	padding: 0 0 0 0.6em;
	text-indent: -0.6em;
}

#main .main-stage.service .sec_outline_01 .sec_movie hr {
	display: none;
}

/* sec_outline_01
--------------------*/
#main .main-stage.service .sec_outline_01 {
	margin: 20px 4.347% 0;
	padding: 0 0 35px;
	border-radius: 15px;
}

#main #operator_index.main-stage.service .sec_outline_01 {
	margin: 20px 4.347% 0 !important;
}

#main #operator_index.main-stage.service .sec_outline_01 { background: #d3f1fa; }
#main #comfortable_index.main-stage.service .sec_outline_01 { background: #fff3dc; }
#main #efficiency_index.main-stage.service .sec_outline_01 { background: #eef9d7; }
#main #security_index.main-stage.service .sec_outline_01 { background: #ddeafc; }
#main #share_index.main-stage.service .sec_outline_01 { background: #e7f4ef; }
#main #ev_life_index.main-stage.service .sec_outline_01 { background: #FCE9E6; }

#main .main-stage.service .sec_outline_01 .ms p {
	padding: 30px 4.761% 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.8;
	letter-spacing: 0.05em;
}

#main .main-stage.service .sec_outline_01 .ms p + p {
	margin: 12px 0 0;
	padding-top: 0;
	color: #444444 !important;
	font-size: 13px;
	font-weight: normal;
	line-height: 2;
	letter-spacing: 0.1em;
}

#main .main-stage.service .sec_outline_01 .ms p + p.note {
	padding: 0 4.761%;
	text-indent: 0;
}

#main #security_index.main-stage.service .sec_outline_01 .ms p + p.note {
	margin: 7px 0 0 1.1em;
	padding: 0 4.761%;
	text-indent: -1.1em;
}

#main #comfortable_index.main-stage.service .sec_outline_01 figure + p {
	padding-top: 40px;
	color: #444444 !important;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.75;
	letter-spacing: 0.05em;
}

#main #comfortable_index.main-stage.service .sec_outline_01 .note_03 {
	margin-left: 1.1em;
	margin-bottom: -10px;
	padding-top: 2px;
	color: #444444 !important;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.75;
	letter-spacing: 0.05em;
	text-indent: -1.1em;
}

#main #efficiency_index.main-stage.service .sec_outline_01 figure + p {
	padding-top: 40px;
	padding-bottom: 5px;
	color: #444444 !important;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.75;
	letter-spacing: 0.05em;
}

#main #security_index.main-stage.service .sec_outline_01 figure + p {
	margin-left: 1.1em;
	padding-top: 15px;
	color: #444444 !important;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.75;
	letter-spacing: 0.05em;
	text-indent: -1.1em;
}

#main #operator_index.main-stage.service .sec_outline_01 .ms p { color: #32b6de; }
#main #comfortable_index.main-stage.service .sec_outline_01 .ms p { color: #de7407; }
#main #efficiency_index.main-stage.service .sec_outline_01 .ms p { color: #3eb135; }
#main #security_index.main-stage.service .sec_outline_01 .ms p { color: #3b82c4; }
#main #share_index.main-stage.service .sec_outline_01 .ms p { color: #00b1a9; }

#main .main-stage.service h3 + .sec_outline_01 {
	margin-top: -5.28%;
}

#main .main-stage.service h3.col_2 + .sec_outline_01 {
	margin-top: -9.28%;
}

#main .main-stage.service .sec_outline_01 .ms p em {
	background: url(/car/suzukiconnect/operator/img/line_01.png) repeat-x 50% 7px;
	background-size: auto 100%;
	font-size: 21px;
}

#main .main-stage.service .sec_outline_01 .ms figure {
	margin: 25px 0 0;
}

#main #efficiency_index.main-stage.service .sec_outline_01 .ms + p {
	margin: 30px 0 -20px;
}

#main #security_index.main-stage.service .sec_outline_01 .ms_03 {
	padding-top: 30px;
}


/* sec_outline_02
--------------------*/
#main .main-stage.service .sec_outline_02 {
	margin: 20px 4.347% 0;
	padding: 0 0 35px;
	background: #fffded;
	border: 4px solid #32b6de;
	border-radius: 15px;
}

#main .main-stage.service .sec_outline_02 .ms p {
	padding: 30px 4.761% 0;
	color: #32b6de;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.8;
	letter-spacing: 0.05em;
}

#main .main-stage.service h4 + .sec_outline_02 {
	margin-top: -10.28%;
}

#main .main-stage.service h4 + .sec_outline_02 .ms p {
	padding-top: 17.729%;
}

#main .main-stage.service h4.col1 + .sec_outline_02 {
	margin-top: -6.28%;
}

#main .main-stage.service h4.col1 + .sec_outline_02 .ms p {
	padding-top: 12.729%;
}

#main .main-stage.service .sec_outline_02 .ms p em {
	background: url(/car/suzukiconnect/operator/img/line_02.png) repeat-x 50% 7px;
	background-size: auto 100%;
	font-size: 21px;
}

#main .main-stage.service .sec_outline_02 .ms figure {
	margin: 25px 0 0;
}

#comfortable_index.main-stage .sec_outline_01 .ms h4 {
	margin: 37px 0 -7px;
	font-size: 0;
	line-height: 0;
}

#comfortable_index.main-stage .sec_outline_01 + div.note {
	margin: 0;
	padding: 11px 4.347% 0;
	font-size: 12px;
	line-height: 21px;
	letter-spacing: 0.1em;
}

#comfortable_index.main-stage .sec_outline_01 + div.note dt {
	font-weight: normal;
}

#comfortable_index.main-stage .sec_outline_01 + div.note p {
	margin: 1em 0 0 1.1em;
	text-indent: -1.1em;
}

#share_index.main-stage .sec_outline_01 .ms_02 + p {
	margin: 0 0 0 1em;
	padding: 17px calc((18 / 302) * 100%) 0;
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: 0;
	text-indent: -1em;
}

#share_index.main-stage .sec_outline_01 + .note {
	padding: 8px 4.347% 0;
	font-size: 13px;
	line-height: 26px;
	letter-spacing: 0.05em;
}

#share_index.main-stage .sec_outline_01 + .note li {
	margin: 0 0 0 1em;
	text-indent: -1em;
}

#share_index.main-stage .sec_outline_01 + .note a {
	color: #0090ff;
	text-decoration: underline;
}


/*
===== ev_life_index ===========================*/

#main #ev_life_index.main-stage h1 img {
	transform: none;
}

#main #ev_life_index.main-stage h2 {
	margin: 40px 0 0;
}

#main #ev_life_index.main-stage .note + h2 {
	margin: 60px 0 0;
}

#main #ev_life_index.main-stage h2 + .desc {
	margin: 40px 0 0;
}

#main #ev_life_index.main-stage h3 {
	margin: 15px 0 0;
}

#ev_life_index.main-stage h1 + h3 {
	margin: 40px 0 0 !important;
}

#main #ev_life_index.main-stage .desc + h3 {
	margin: 25px 0 0;
}

#main #ev_life_index.main-stage .sp_col2 + .sec_outline_01 {
	margin-top: -8.7%;
}

#main #ev_life_index.main-stage .sp_col2 + .sec_outline_01 .sec_movie {
	padding-top: 15.24%;
}

#main #ev_life_index.main-stage .sec_outline_01 .desc {
	margin: 0 0 -10px;
	padding: 45px 0 0;
}

#main #ev_life_index.main-stage .sec_outline_01 hr {
	display: block;
	height: 6px;
	margin: 40px 4.347%;
	padding: 0;
	background-color: rgba(255,255,255,0.65);
	border: none;
	border-radius: 6px;
	outline: none;
}

#main #ev_life_index.main-stage .sec_outline_01 hr + .sec_movie {
	padding-top: 0;
}

#ev_life_index.main-stage .sec_outline_01 + .note {
	padding: 10px 4.347% 0;
	font-size: 12px;
	line-height: 21px;
}

#ev_life_index.main-stage .sec_outline_01 + .note a {
	color: #0090ff;
	text-decoration: underline;
}

#ev_life_index.main-stage .sec_outline_01 + .note li {
	margin: 0 0 0 1em;
	text-indent: -1em;
}

/* mc_01 */
#ev_life_index.main-stage .sec_outline_01 .mc_01 {
	padding: 27px 4.347% 0;
}

#ev_life_index.main-stage .sec_outline_01 .mc_01 figure + p {
	margin: 14px 0 0;
	font-size: 14px;
	line-height: 26px;
}

/* mc_02 */
#ev_life_index.main-stage .sec_outline_01 .mc_02 {
	padding: 27px 4.347% 0;
}

#ev_life_index.main-stage .sec_outline_01 .mc_02 figure + figure {
	margin: 20px 0 0;
}

/* mc_03 */
#ev_life_index.main-stage .sec_outline_01 .mc_03 {
	padding: 27px 4.347% 0;
}

#ev_life_index.main-stage .sec_outline_01 .mc_03 figure {
	margin: 0 calc((5 / 285) * -100%);
}

/* mc_04 */
#ev_life_index.main-stage .sec_outline_01 .mc_04 {
	padding: 27px 4.347% 0;
}

#ev_life_index.main-stage .sec_outline_01 .mc_04 figure {
	margin: 0 calc((2.5 / 285) * -100%);
}

/* ms_01 */
#ev_life_index.main-stage .sec_outline_01 .ms_01 {
	padding: 27px 4.347% 0;
}

#ev_life_index.main-stage .sec_outline_01 .ms_01 h4 {
	margin: 0;
	font-size: 0;
	line-height: 0;
}

#ev_life_index.main-stage .sec_outline_01 .ms_01 p {
	font-size: 16px;
	line-height: 30px;
	text-align: center;
}

#ev_life_index.main-stage .sec_outline_01 .ms_01 p em {
	color: #E1464E;
	font-size: 21px;
	font-weight: 700;
	line-height: 30px;
}

/* mc_05 */
#ev_life_index.main-stage .sec_outline_01 .mc_05 {
	margin: 37px 0 0;
}

#ev_life_index.main-stage .sec_outline_01 .mc_05 p {
	margin: 20px 0 0;
}

/* mc_06 */
#ev_life_index.main-stage .sec_outline_01 .mc_06 {
	margin: 33px 0 0;
}

#ev_life_index.main-stage .sec_outline_01 .mc_06 p {
	margin: 20px 0 0;
}

#ev_life_index.main-stage .sec_outline_01 .mc_06 figure {
	margin: 20px 0 0;
}

/* mc_07 */
#ev_life_index.main-stage .sec_outline_01 .mc_07 {
	margin: 40px 0 0;
}

#ev_life_index.main-stage .sec_outline_01 .mc_07 p {
	margin: 20px 0 0;
}

#ev_life_index.main-stage .sec_outline_01 .mc_07 figure {
	margin: 20px 0 0;
}

/* mc_08 */
#ev_life_index.main-stage .sec_outline_01 .mc_08 {
	margin: 40px 0 0;
}

#ev_life_index.main-stage .sec_outline_01 .mc_08 p {
	margin: 20px 0 0;
}

#ev_life_index.main-stage .sec_outline_01 .mc_08 figure {
	margin: 20px 0 0;
}

/* mc_09 */
#ev_life_index.main-stage .sec_outline_01 .mc_09 {
	margin: 40px 0 0;
}

#ev_life_index.main-stage .sec_outline_01 .mc_09 p {
	margin: 20px 0 0;
}

#ev_life_index.main-stage .sec_outline_01 .mc_09 figure {
	margin: 20px 0 0;
}

#ev_life_index.main-stage .sec_outline_01 .mc_09 figcaption {
	margin: 5px 0 0 1em;
	font-size: 12px;
	line-height: 21px;
	text-indent: -1em;
}

/* att */
#ev_life_index.main-stage .sec_outline_01 .att {
	position: relative;
	margin: -5px 0 0;
	padding: 8px 15px;
	background: #F6CEC6;
}

#ev_life_index.main-stage .sec_outline_01 .att p {
	color: #E1464E;
	font-size: 16px;
	font-weight: 700;
	line-height: 30px;
	text-align: left;
}

/*
===== shoplist_index ===========================*/

#shoplist_index.main-stage {
	padding: 0 0 60px !important;
}

#shoplist_index.main-stage .wrap {
	width: auto;
	margin: 0;
	padding: 0 0 4%;
	background: #c8e6f6;
}

#shoplist_index.main-stage .inner {
	position: relative;
	margin: -5.333% 4% 0;
	padding: 0 0 40px;
	background: #ffffff;
	border-radius: 6px;
	box-shadow: 0px 2px 15px rgba(0,0,0,0.05);
}

#shoplist_index.main-stage h2 {
	padding: 50px 0 25px !important;
	background: url(/car/suzukiconnect/shoplist/img/img_01.png) no-repeat 50% 100%;
	background-size: 120px auto;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.1em;
	text-align: center;
}

#shoplist_index.main-stage h2 + p {
	margin: 17px 0 0;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.05em;
	text-align: center;
}

#shoplist_index.main-stage h2 + p + p {
	margin: 18px 0 -5px;
	font-size: 12px;
	line-height: 1.75;
	letter-spacing: 0.05em;
	text-align: center;
}

#shoplist_index.main-stage .item {
	margin: 40px 4.347% 0;
	padding: 26px 0 27px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

#shoplist_index.main-stage .item + .item {
	margin-top: 0;
	border-top: none;
}

#shoplist_index.main-stage .item h3 {
	padding: 0 0 3px;
}

#shoplist_index.main-stage .item h3 a {
	padding: 0 25px 1px 0;
	background: url(/car/suzukiconnect/shoplist/img/bullet_01.png) no-repeat 100% 50%;
	background-size: 15px auto;
	color: #003899;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.75;
	letter-spacing: 0.05em;
}

#shoplist_index.main-stage .item dt {
	width: 64px;
	margin: 12px 0 0;
	background: #e5e5e5;
	border-radius: 3.5px;
	font-size: 12px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.05em;
	text-align: center;
}

#shoplist_index.main-stage .item dd {
	margin: 7px 0 0;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

#shoplist_index.main-stage .sec_note {
	padding-top: 10px;
}

/* sec_shop
--------------------*/
#shoplist_index.main-stage #index .sec_shop {
	display: block;
	padding: 40px 0 0;
}

#shoplist_index.main-stage #index .sec_shop .sec {
	position: relative;
	margin: 0;
	padding: 0;
	box-shadow: none;
}

#shoplist_index.main-stage #index .sec_shop .sec h3 img {
	margin: 0;
}
#shoplist_index.main-stage .item .nodata {
	font-size: 14px;
	line-height: 24px;
	margin-top: 14px;
}
#shoplist_index.main-stage .item .nodata a {
	text-decoration: underline;
	color: #003899;
}


/*
===== terms_index ===========================*/

#terms_index.main-stage {
	padding: 0 0 60px !important;
}

#terms_index.main-stage .wrap {
	margin: 0;
	padding: 4% 4% 0;
}

#terms_index.main-stage .inner {
	position: relative;
	padding: 48px 0 40px;
	background: #ffffff;
	border-radius: 6px;
	box-shadow: 0px 2px 15px rgba(0,0,0,0.05);
}

#terms_index.main-stage h2 {
	margin: 55px 0 0 !important;
}

#terms_index.main-stage nav + h2 {
	margin: 40px 0 0 !important;
}

#terms_index.main-stage nav {
	padding: 0 4.347%;
}

#terms_index.main-stage nav ul {
	padding: 5px 0 0;
	border-top: 1px solid #e5e5e5;
}

#terms_index.main-stage nav ul li {
	margin: 15px 0 0;
}

#terms_index.main-stage .sec_note {
	padding-top: 10px;
}

/*
===== tokushoho_index ===========================*/

#tokushoho_index.main-stage {
	padding: 0 0 60px !important;
}

#tokushoho_index.main-stage .wrap {
	margin: 0;
	padding: 4% 4% 0;
}

#tokushoho_index.main-stage .inner {
	position: relative;
	padding: 56px 0 44px;
	background: #ffffff;
	border-radius: 6px;
	box-shadow: 0px 2px 15px rgba(0,0,0,0.05);
}

#tokushoho_index.main-stage .sec_note {
	padding-top: 10px;
}

/* sec_tokushoho
--------------------*/
#tokushoho_index.main-stage .sec_tokushoho {
	margin: 0 4.347%;
	padding: 5px 0 0;
}

#tokushoho_index.main-stage .sec_tokushoho h2 {
	margin: 37px 0 -5px;
	padding: 0 0 10px;
	border-bottom: 2px solid #e5e5e5;
}

#tokushoho_index.main-stage .sec_tokushoho h2 span {
	display: block;
	margin: 0 0 0 1.45em;
	color: #013690 !important;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.1em;
	text-indent: -1.45em;
}

#tokushoho_index.main-stage .sec_tokushoho h2.ind_02 span {
	margin: 0 0 0 2.1em;
	text-indent: -2.1em;
}

#tokushoho_index.main-stage .sec_tokushoho p {
	margin: 18px 4.7% 0;
	font-size: 14px;
	line-height: 1.875;
	letter-spacing: 0.1em;
}

#tokushoho_index.main-stage .sec_tokushoho p.note {
	margin: 9px 4.7% 0;
	padding: 0 0 0 1.1em;
	text-indent: -1.1em;
}

#tokushoho_index.main-stage .sec_tokushoho .table_wrap {
	margin: 9px 0 -10px;
	padding: 0 0 10px;
	overflow: hidden;
	overflow-x: scroll;
}

#tokushoho_index.main-stage .sec_tokushoho table {
	width: 620px;
	border-top: 2px solid #7d7d7d;
	border-left: 2px solid #7d7d7d;
}

#tokushoho_index.main-stage .sec_tokushoho table th,
#tokushoho_index.main-stage .sec_tokushoho table td {
	width: 33.333%;
	border-right: 2px solid #7d7d7d;
	border-bottom: 2px solid #7d7d7d;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0;
}

#tokushoho_index.main-stage .sec_tokushoho table th {
	padding: 8px 12px;
	text-align: center;
}

#tokushoho_index.main-stage .sec_tokushoho table td {
	padding: 22px 12px;
	text-align: left;
	vertical-align: middle;
}

#tokushoho_index.main-stage .sec_tokushoho ul.note,
#tokushoho_index.main-stage .sec_tokushoho ul.note_02 {
	margin: 9px 0 0;
	font-size: 14px;
	line-height: 1.875;
	letter-spacing: 0.1em;
}

#tokushoho_index.main-stage .sec_tokushoho ul.note li {
	margin: 0 0 0 1.1em;
	text-indent: -1.1em;
}

#tokushoho_index.main-stage .sec_tokushoho ul.note_02 li {
	margin: 0 0 0 2.2em;
	text-indent: -2.2em;
}

#tokushoho_index.main-stage .sec_tokushoho ul.note_02 li span {
	display: inline-block;
	width: 2.2em;
	text-indent: 0;
}

#tokushoho_index.main-stage .sec_tokushoho ul.disc {
	margin: 18px 4.7% 0;
	font-size: 14px;
	line-height: 1.875;
	letter-spacing: 0.1em;
}

#tokushoho_index.main-stage .sec_tokushoho ul.disc li {
	margin: 0 0 0 1.1em;
	text-indent: -1.1em;
}


/*
===== carlist_index ===========================*/

#carlist_index.main-stage {
	padding: 0 0 60px !important;
}

#carlist_index.main-stage .wrap {
	margin: 0;
	padding: 4% 4% 0;
}

#carlist_index.main-stage .inner {
	position: relative;
	padding: 45px 0 70px;
	background: #ffffff;
	border-radius: 6px;
	box-shadow: 0px 2px 15px rgba(0,0,0,0.05);
}

#carlist_index.main-stage .sec_note {
	padding-top: 10px;
}

#carlist_index.main-stage h1 + ul {
	margin: 10px 0 0;
	padding: 0 12%;
}

#carlist_index.main-stage h1 + ul li {
	margin: 0 0 0 1em;
	font-size: 12px;
	line-height: 21px;
	text-indent: -1em;
}

/* sec_list
--------------------*/
#carlist_index.main-stage .sec_list {
	margin: 35px 4% 0;
}

#carlist_index.main-stage .sec_list .table_wrap {
	padding: 0 0 10px;
	overflow: hidden;
	overflow-x: scroll;
}

#carlist_index.main-stage .sec_list table {
	width: 1050px;
	border-collapse: separate;
}

#carlist_index.main-stage .sec_list table th {
	position: sticky;
	left: 0;
	z-index: 2;
}

#carlist_index.main-stage .sec_list thead th,
#carlist_index.main-stage .sec_list thead td {
	padding: 0;
	background: #ffffff;
	border: none;
	font-size: 12px;
	line-height: 1.333;
	text-align: center;
	vertical-align: middle;
}

#carlist_index.main-stage .sec_list thead tr:nth-child(2) th {
	padding: 2px 12px;
	border-top: 1px solid #888888;
	border-left: 1px solid #888888;
	border-right: 1px solid #888888;
}

#carlist_index.main-stage .sec_list thead tr:nth-child(1) td {
	width: 90px !important;
}

#carlist_index.main-stage .sec_list thead tr:nth-child(2) td {
	padding: 5px 0 2px;
	border-top: 1px solid #888888;
	border-right: 1px solid #888888;
	letter-spacing: -0.05em;
}

#carlist_index.main-stage .sec_list thead tr:nth-child(2) td em {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 32px;
	margin: 0 0 1px;
	font-weight: 700;
}

#carlist_index.main-stage .sec_list thead tr:nth-child(2) td span {
	display: inline-block;
	font-size: 11px;
	line-height: 1.2;
}

#carlist_index.main-stage .sec_list tbody th,
#carlist_index.main-stage .sec_list tbody td {
	padding: 0;
	background: #ffffff;
	border: none;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	vertical-align: middle;
}

#carlist_index.main-stage .sec_list tbody tr:nth-child(odd) th,
#carlist_index.main-stage .sec_list tbody tr:nth-child(odd) td {
	background: #ebeff6;
}

#carlist_index.main-stage .sec_list tbody th.first {
	width: 42px;
	padding: 10px 0;
	background: #00368f !important;
	border-top: 1px solid #888888;
	border-left: 1px solid #888888;
	border-right: 1px solid #888888;
}

#carlist_index.main-stage .sec_list tbody th.first span {
	display: inline-block;
	color: #ffffff;
	line-height: 1.230;
	text-align: left;
	writing-mode: vertical-rl;
	white-space: nowrap;
}

#carlist_index.main-stage .sec_list tbody th.first span i {
	writing-mode: horizontal-tb;
}

#carlist_index.main-stage .sec_list tbody th.second {
	left: 42px;
	padding: 7px 5px;
	border-top: 1px solid #888888;
	border-right: 1px solid #888888;
	font-weight: 700;
	text-align: left;
}

#carlist_index.main-stage .sec_list tbody td {
	position: relative;
	padding: 15px 10px;
	border-top: 1px solid #888888;
	border-right: 1px solid #888888;
	font-size: 18px;
}

#carlist_index.main-stage .sec_list tbody td span {
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	font-size: 10px;
	letter-spacing: -0.1em;
}

#carlist_index.main-stage .sec_list tbody tr:last-child th,
#carlist_index.main-stage .sec_list tbody tr:last-child td {
	border-bottom: 1px solid #888888;
}


/*
===== connect_plan ===========================*/

#connect_plan.main-stage {
	box-sizing: border-box;
	padding: 0 0 60px !important;
}

#connect_plan.main-stage * {
	box-sizing: border-box;
}

#connect_plan.main-stage .wrap {
	position: relative;
	width: 100%;
	margin: 0 0 30px;
	padding: 0 0 70px;
	background: #ffffff;
}

#connect_plan.main-stage .wrap h1 {
	background: #F2F2F2;
}

#connect_plan.main-stage .tab {
	padding: 0 4.266%;
	background: #F2F2F2;
	border-bottom: 4px solid #101880;
}

#connect_plan.main-stage .tab ul {
	display: flex;
	gap: 3%;
	width: 100%;
	margin: 0 auto;
}

#connect_plan.main-stage .tab ul li {
	position: relative;
	width: 48.5%;
	padding: 11px 0 12px;
	background: #888888;
	border-radius: 6px 6px 0 0;
	border: 4px solid #888888;
	border-bottom: none;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
	text-align: center;
	cursor: pointer;
}

#connect_plan.main-stage .tab ul li.active {
	background: #ffffff;
	border: 4px solid #101880;
	border-bottom: none;
	color: #101880;
}

#connect_plan.main-stage .tab ul li.active:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 100%;
	height: 4px;
	background: #ffffff;
	z-index: 2;
}

#connect_plan.main-stage .tab_cont {
	position: relative;
	margin: 0 auto;
	padding: 0 4.266%;
	background: none;
	color: #333333;
}

#main #connect_plan.main-stage h2 {
	position: relative;
	margin: 57px 0 0;
	background: none;
	font-size: 24px;
	line-height: 40px;
	text-align: center;
	z-index: 2;
}

#connect_plan.main-stage .sec_att {
	margin: 32px 0 0;
}

#connect_plan.main-stage .sec_att dl {
	border: 4px solid #101880;
	border-radius: 6px;
}

#connect_plan.main-stage .sec_att dl + dl {
	margin: 16px 0 0;
}

#connect_plan.main-stage .sec_att dt {
	height: auto !important;
	padding: 6px 7px 9px;
	background: #101880;
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
}

#connect_plan.main-stage .sec_att dd {
	padding: 15px 20px;
}

#connect_plan.main-stage .sec_att li {
	position: relative;
	padding: 0 0 0 17px;
	font-size: 13px;
	font-weight: 700;
	line-height: 22px;
}

#connect_plan.main-stage .sec_att li + li {
	margin: 10px 0 0;
}

#connect_plan.main-stage .sec_att li:after {
	content: "";
	display: block;
	position: absolute;
	top: 6px;
	left: 0;
	width: 11px;
	height: 11px;
	background: #101880;
	border-radius: 11px;
	z-index: 2;
}

#connect_plan.main-stage .sec_att li a {
	color: #0090FF;
	text-decoration: underline;
}

#main #connect_plan.main-stage h2 + p {
	position: relative;
	margin: 7px 0 0;
	font-size: 13px;
	line-height: 23px;
	text-align: center;
	z-index: 2;
}

#main #connect_plan.main-stage .wrap_01 {
	position: relative;
}

#main #connect_plan.main-stage .wrap_01 figure {
	width: fit-content;
	margin: 15px auto 0
}

#main #connect_plan.main-stage .wrap_01 figure img {
	width: 80px;
	margin: 0 -30px 0 0;
}

#main #connect_plan.main-stage .tab_cont_02 .wrap_01 {
	margin: 40px 0 0;
}

#main #connect_plan.main-stage .tab_cont_02 .wrap_01 figure img {
	width: 125px;
	margin: 0;
}

#main #connect_plan.main-stage .wrap_02 {
	position: relative;
	margin: 40px 0 0;
}

#main #connect_plan.main-stage .wrap_02 span {
	display: block;
	margin: 10px 0 0;
	font-size: 20px;
	font-weight: 700;
	line-height: 27px;
}

#main #connect_plan.main-stage .wrap_02 nav {
	margin: 25px 10px 5px;
}

#main #connect_plan.main-stage .wrap_02 figure {
	margin: 25px 0 0;
	text-align: center;
}

#main #connect_plan.main-stage .wrap_02 figure img {
	margin: 0 -24px 0 0;
}

#main #connect_plan.main-stage .arrow {
	width: 52px;
	margin: 0 auto;
	padding: 0 0 10px;
}

#main #connect_plan.main-stage .sec_step {
	margin: 60px 0 0;
	padding: 0 12px 16px;
	border: 4px solid #70AD47;
	border-radius: 6px;
}

#main #connect_plan.main-stage .arrow + .sec_step {
	margin: 0;
}

#main #connect_plan.main-stage .sec_step h2 {
	margin: -4px -12px 0;
	border-radius: 6px 6px 0 0;
}

#main #connect_plan.main-stage .sec_login {
	margin: 40px 0 0;
	padding: 0 0 40px;
	border: 4px solid #5994EA;
	border-radius: 6px;
}

#main #connect_plan.main-stage .tab_cont_02 .sec_login {
	padding: 0 0 20px;
	border: 4px solid #D4E6C8;
}

#main #connect_plan.main-stage .arrow + .sec_login {
	margin-top: 0;
}

#main #connect_plan.main-stage .sec_login h3 {
	margin: -4px -4px 0;
	border-radius: 6px 6px 0 0;
}

#main #connect_plan.main-stage .sec_login .mc {
	position: relative;
	margin: 40px 30px 0;
}

#main #connect_plan.main-stage .tab_cont_02 .sec_login .mc {
	margin: 40px 16px 0;
}

#main #connect_plan.main-stage .sec_login .mc > div + div {
	margin: 40px 0 0;
	padding: 40px 0 0;
	border-top: 2px solid #C5DDFF;
}

#main #connect_plan.main-stage .tab_cont_02 .sec_login .mc > div + div {
	border-top: 2px solid #D4E6C8;
}

#main #connect_plan.main-stage .sec_login .mc dt {
	display: flex;
	gap: 10px;
	height: auto !important;
}

#main #connect_plan.main-stage .sec_login .mc dt img {
	width: 26px;
	height: 26px;
}

#main #connect_plan.main-stage .sec_login .mc dt span {
	flex: 1;
	margin: -2px;
	font-size: 13px;
	line-height: 18px;
}

#main #connect_plan.main-stage .sec_login .mc figure {
	margin: 27px 0 0;
}

#main #connect_plan.main-stage .sec_login_02 .rc figure {
	margin-left: -4.059%;
	margin-right: -4.059%;
}

#main #connect_plan.main-stage .sec_login_02 p {
	padding: 37px 10px 0;
	font-size: 20px;
	line-height: 27px;
	text-align: center;
}

#main #connect_plan.main-stage .sec_login_02 nav {
	margin: 25px 10px 5px;
}

#main #connect_plan.main-stage .sec_login_03 .lc figure {
	margin-left: -11.070%;
	margin-right: -11.070%;
}

#main #connect_plan.main-stage .sec_login_04 .mc_02 .rc + .rc dt {
	align-items: center;
}


/*
===== Module ===========================*/

/* sec_related_link
--------------------*/
#aside.wrap {
	width: auto;
	margin: 0;
	padding: 0;
	background: #f2f2f2;
}

#aside.wrap .sec_related_link {
	padding: 50px 4.8% 60px;
}

#aside.wrap .sec_related_link h2 {
	margin: 0;
	padding: 0 0 30px;
	font-size: 0;
	line-height: 0;
}

#aside.wrap .sec_related_link ul li {
	margin: 20px 0 0;
}

/* sec_note
--------------------*/
#main .main-stage .sec_note {
	padding-left: 4%;
	padding-right: 4%;
}

#main .main-stage .sec_note ul {
	font-size: 12px;
	line-height: 1.75;
	letter-spacing: 0.05em;
}

#main .main-stage .sec_note ul li {
	margin: 0 0 0 1.1em;
	text-indent: -1.1em;
}

#main .main-stage .sec_note ul li.note {
	margin: 0;
	text-indent: 0;
}

#main .main-stage .sec_note ul li a {
	color: #444444;
	text-decoration: underline;
}



/*
===== Common ===========================*/

#catalog-menu #nav_member {
	padding: 17px 8%;
}

#catalog-menu #nav_member img {
	width: 100%;
}

#catalog-menu #nav_download {
	display: none;
}

#catalog-menu #nav_download a span {
	background: none !important;
}

#catalog-menu #nav_download img {
	display: block;
	width: 194px;
	margin: 10px auto 0;
}

footer {
	margin-top: 0;
}

#main .main-stage {
	margin: 0;
	background: #f2f2f2;
}

#main .main-stage h1,
#main .main-stage h2,
#main .main-stage h3,
#main .main-stage h4,
#main .main-stage p,
#main .main-stage li,
#main .main-stage dd,
#main .main-stage figure {
	margin: 0;
	padding: 0;
	border: none;
	color: #444444;
}

#main img {
	margin: 0;
	padding: 0;
	border: none;
	vertical-align: bottom;
}

#main .sp_hidden {
	display: none !important;
}

#main .br_pc {
	display: none !important;
}


/*
===== clearfix ===========================*/

.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	font-size: 0;
	line-height: 0;
}

.clearfix{
	display:inline-block;
}

/* Hides from IE-mac ¥*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
