@charset "UTF-8";

@media screen and (max-width: 800px){
	a[id^="guide"]+div>.content_wrapper,
	a[id^="guide"]+section>.content_wrapper{
		max-width: 540px!important;
	}
}

/*------------------guide_txt------------------*/
#guide_txt+section.dec1_3:not(.block_images_21)>.content_wrapper{
	border: 5px solid #f1f1f1;
}

/*------------------guide_doc------------------*/
#guide_doc+section>.content_wrapper{
	padding: 0;
	max-width: none !important;
}
#guide_doc+section .heading.block_header_4 .h{
	background: rgba(0, 0, 0, .5);
	padding: 30px 18px;
	color: #fff;
	font-size: 2rem;
	margin-bottom: 30px;
}
#guide_doc+section .inner_item_txt{
	padding: 0 20px!important;
}
@media screen and (max-width: 800px){
	#guide_doc+section .wrapper_item{
		max-width: 540px;
		margin: 0 auto;
	}
}

/*------------------guide_add------------------*/
a[id^="guide_add"]+section.dec1_1:not(.block_images_21)>.content_wrapper {
	background: #fffdd0;
	padding-top: 14px;
}
a[id^="guide_add"]+section .heading.block_header_4 .h{
	font-weight: normal;
}
a[id^="guide_add"]+section .inner_item_txt p{
	margin-bottom: 0;
}
@media screen and (max-width: 770px){
	a[id^="guide_add"]+section.contents_box01[class*="dec1_"]{
		padding-left: 0;
		padding-right: 0;
	}
	a[id^="guide_add"]+section>.content_wrapper{
		max-width: 540px!important;
	}
}

/*guide_add*/
#guide_add+section .inner_item_txt{
	margin-bottom: 12px;
}
#guide_add+section .inner_item_txt p{
	padding-left: 35px;
}
#guide_add+section .inner_item_txt p:first-of-type,
#guide_add+section .inner_item_txt span.arrow{
	position: relative;
}
#guide_add+section .inner_item_txt p:first-of-type::before{
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	pointer-events: none;
	background: url(/common/upload_data/kmg-kusuharacom/image/home.png) no-repeat center/contain;
}
#guide_add+section .inner_item_txt span.arrow{
	padding-right: 17px;
}
#guide_add+section .inner_item_txt span.arrow::before {
	content: "";
	display: block;
	width: 9px;
	height: 12px;
	position: absolute;
	top: 50%;
	right: 2px;
	transform: translateY(-50%);
	pointer-events: none;
	background: url(/common/upload_data/kmg-kusuharacom/image/arrow-right.png) no-repeat center/contain;
}
@media screen and (min-width: 771px){
	#guide_add+section.block_text_2>.content_wrapper{
		display: flex;
		justify-content: flex-start;
		align-items: stretch;
		padding-bottom: 0;
	}
	#guide_add+section .wrapper_item{
		margin-left: 4%;
	}
	#guide_add+section .heading.block_header_4 {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 33%;
		border-right: 1px dotted var(--i_txt_color);
	}
}
@media screen and (max-width: 770px){
	#guide_add+section>.content_wrapper{
		padding: 25px 4vw 4px;
	}
}

/*guide_addtxt*/
#guide_addtxt+section>.content_wrapper{
	padding-top: 0;
	padding-bottom: 7px;
}
#guide_addtxt+section .wrapper_item{
	padding: 15px!important;
	background: var(--i_bg_color);
}
#guide_addtxt+section .inner_item_txt p{
	line-height: 1.5;
}

/*------------------guide_tab------------------*/
#guide_tab+section>.content_wrapper{
	padding: 0;
}
#guide_tab+section .container{
	max-width: 1100px;
	margin: 0 auto;
}
@media screen and (max-width: 800px){
	#guide_tab+section{
		padding-left: 2%;
		padding-right: 2%;
	}
	#guide_tab+section .show-pc {
		display: none;
	}
}

/*大タブ見出し共通*/
.tabs_h{
	padding: 0 20px;
}
.tabs_h ul{
	list-style: none;
	display: flex;
	justify-content: space-between;
	column-gap: 3.5%;
	padding: 3rem 0;
}
.tab-link{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 31%;
	padding: 25px 15px 50px;
	cursor: pointer;
	font-size: 1.5rem;
	color: #fff;
	font-weight: 400;
	box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.23);
	border-top: 3px solid rgba(255, 255, 255, 0);
	text-align: center;
	box-sizing: border-box;
}
.tabs_h .tab-link::before {
	content: "";
	display: block;
	width: 3px;
	height: 20px;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	pointer-events: none;
	background: #fff;
}
.tabs_h .tab-link::after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%) rotate(45deg);
	pointer-events: none;
	border-bottom: 3px solid #fff;
	border-right: 3px solid #fff;
}
.tabs_h .tab-link.current {
	border-top: 3px solid rgba(85, 85, 85, 0.5);
	box-shadow: inset 5px 8px 11px 0px rgba(0, 0, 0, 0.12);
}
.tabs_h strong {
	font-size: 1.8rem;
}

/*大タブ（車検証の使用名義人の方）*/
.tabs_h .tab-link.tab-car-verification {
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #26bbe4), color-stop(100, #65d4f3));
	background: -moz-linear-gradient(Left, #26bbe4 0%, #65d4f3 100%);
	background: -ms-linear-gradient(Left, #26bbe4 0%, #65d4f3 100%);
	background: -o-linear-gradient(Left, #26bbe4 0%, #65d4f3 100%);
	background: linear-gradient(to right, #26bbe4 0%, #65d4f3 100%);
}
.tabs_h .tab-link.tab-car-verification:not(.current) strong {
	text-shadow: 1px 2px 1px #18a8e2;
}
.tabs_h .tab-link.tab-car-verification::before{
	background: #007dbd;
}
.tabs_h .tab-link.tab-car-verification::after{
	border-color: #007dbd;
}

.show-pc .tab-link.tab-car-verification.current {
	background: #d9f6fe;
	color: #000;
}
.show-pc .tab-link.tab-car-verification.current::before{
	background: #49c6e8;
}
.show-pc .tab-link.tab-car-verification.current::after{
	border-color: #49c6e8;
}

/*大タブ（車検証の使用名義人以外の方）*/
.tabs_h .tab-vehicle-verification {
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #01da9a), color-stop(100, #66ebac));
	background: -moz-linear-gradient(Left, #01da9a 0%, #66ebac 100%);
	background: -ms-linear-gradient(Left, #01da9a 0%, #66ebac 100%);
	background: -o-linear-gradient(Left, #01da9a 0%, #66ebac 100%);
	background: linear-gradient(to right, #01da9a 0%, #66ebac 100%);
}
.tabs_h .tab-vehicle-verification:not(.current) strong {
	text-shadow: 1px 2px 1px #00b93b;
}
.tabs_h .tab-link.tab-vehicle-verification::before{
	background: #00952a;
}
.tabs_h .tab-link.tab-vehicle-verification::after{
	border-color: #00952a;
}

.show-pc .tabs_h .tab-vehicle-verification.current {
	background: #dcf7e6;
	color: #000;
}
.show-pc .tabs_h .tab-link.tab-vehicle-verification.current::before{
	background: #50d19c;
}
.show-pc .tabs_h .tab-link.tab-vehicle-verification.current::after{
	border-color: #50d19c;
}

/*大タブ（亡くなられている場合）*/
.tabs_h .tab-verification-case {
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #f0941b), color-stop(100, #f5ce01));
	background: -moz-linear-gradient(Left, #f0941b 0%, #f5ce01 100%);
	background: -ms-linear-gradient(Left, #f0941b 0%, #f5ce01 100%);
	background: -o-linear-gradient(Left, #f0941b 0%, #f5ce01 100%);
	background: linear-gradient(to right, #f0941b 0%, #f5ce01 100%);
}
.tabs_h .tab-verification-case:not(.current) strong {
	text-shadow: 1px 2px 1px #ea690c;
}
.tabs_h .tab-link.tab-verification-case::before{
	background: #d25110;
}
.tabs_h .tab-link.tab-verification-case::after{
	border-color: #d25110;
}

.show-pc .tabs_h .tab-verification-case.current {
	background: #ffefdd;
	color: #000;
}
.show-pc .tabs_h .tab-link.tab-verification-case.current::before{
	background: #ff8400;
}
.show-pc .tabs_h .tab-link.tab-verification-case.current::after{
	border-color: #ff8400;
}

/*タブコンテンツ共通*/
.tab-contents .tab-pane {
	display: none;
}
.tab-contents .tab-pane.current {
	display: block;
}
.tab-contents div[class^="title"]{
	padding: 4rem 0;
	padding-left: 20px;
    padding-right: 20px;
}
div[class^="title"] p{
	position: relative;
	font-size: 2.2rem;
	padding-left: 2rem;
}
div[class^="title"] span {
	position: absolute;
	left: 0;
	top: calc(1em* 3 / 2);
	transform: translateY(-50%);
	font-size: 1.4rem;
}

.tab-contents .sub-tabs{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-left: 20px;
    padding-right: 20px;
}
.tab-contents .sub-tabs li{
	list-style: none;
	display: block;
	width: 46%;
	text-align: center;
	padding: 15px 8px;
	font-size: 1.6rem;
	border: 2px solid #000;
	border-bottom: 0px;
	background: #fff;
	cursor: pointer;
}
.tab-contents .sub-tabs li.current{
	font-weight: bold;
	border-bottom: 0;
	color: #fff;
}
.tab-contents .sub-tabs li span{
	font-weight: bold;
}

.tab-contents .sub-tab-pane {
	display: none;
	margin: 0 auto;
}
.tab-contents .sub-tab-pane.current {
	display: block;
}
.tab-contents .content-document{
	width: 90%;
	margin: 0 auto;
	padding: 3rem 0;
}
.tab-contents .content-document>p{
	font-weight: 700;
	color: #ff0024;
}
.tab-contents .content-document span{
	display: inline-block;
	position: relative;
	padding: 0px 35px 0 13px;
}
.tab-contents .content-document span::before{
	content: "";
	display: block;
	width: 9px;
	height: 12px;
	position: absolute;
	top: calc(1em* 2 / 2);
	left: 0;
	transform: translateY(-50%);
	pointer-events: none;
	background: url(/common/upload_data/kmg-kusuharacom/image/arrow-right.png) no-repeat center / contain;
}
.tab-contents .content-document span small{
	font-size: 0.8rem;
	position: relative;
	top: -4px;
	margin: 0 0 0 2px;
}

.tab-contents .bg-light{
	background: #f1f1f1;
	padding: 2rem 1.5rem;
}
.tab-contents .sub-tab-pane .bg-light .row{
	width: 90%;
	margin: auto;
	display: flex;
	justify-content: space-between;
	min-height: 120px;
	line-height: 1.6;
}
.tab-contents .sub-tab-pane .bg-light .row>div{
	background: #fff;
}
.tab-contents .sub-tab-pane .bg-light .row .left{
	width: 25%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.tab-contents .sub-tab-pane .bg-light .row .right{
	width: 75%;
	padding: 3rem 2rem;
	border-left: 5px solid #f1f1f1;
	padding-left: 4em;
	font-size: 1.3rem;
	text-indent: -2.5em;
}
.tab-contents .sub-tab-pane .bg-light .row .number{
	padding-right: 10px;
}
.tab-contents .text-red{
	color: #ff0024;
}

/*タブコンテンツ（車検証の使用名義人の方）*/
.car-verification {
	background: #d9f6fe;
	border-bottom: 6px solid #29bce5;
}
.car-verification .title-car-verification span{
	color: #49c6e8;
}
.car-verification .sub-tabs li span {
	color: #2dbfe0;
}
.car-verification .sub-tabs li.current{
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #26bbe4), color-stop(100, #65d4f3));
	background: -moz-linear-gradient(Left, #26bbe4 0%, #65d4f3 100%);
	background: -ms-linear-gradient(Left, #26bbe4 0%, #65d4f3 100%);
	background: -o-linear-gradient(Left, #26bbe4 0%, #65d4f3 100%);
	background: linear-gradient(to right, #26bbe4 0%, #65d4f3 100%);
	border: 1px solid #d9f6fe;
	border-bottom: 0;
}
.car-verification .sub-tabs li.current span{
	color: #fff600;
}

/*タブコンテンツ（車検証の使用名義人以外の方）*/
.vehicle-verification{
	background: #dcf7e6;
	border-bottom: 6px solid #0cdc9c;
}
.vehicle-verification .title-vehicle-verification span{
	color: #50d19c;
}
.vehicle-verification .sub-tabs li span {
	color: #50d19c;
}
.vehicle-verification .sub-tabs li.current{
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #01da9a), color-stop(100, #66ebac));
	background: -moz-linear-gradient(Left, #01da9a 0%, #66ebac 100%);
	background: -ms-linear-gradient(Left, #01da9a 0%, #66ebac 100%);
	background: -o-linear-gradient(Left, #01da9a 0%, #66ebac 100%);
	background: linear-gradient(to right, #01da9a 0%, #66ebac 100%);
	border: 1px solid #d9f6fe;
	border-bottom: 0;
}
.vehicle-verification .sub-tabs li.current span{
	color: #fff600;
}

/*タブコンテンツ（亡くなられている場合）*/
.verification-case {
	background: #ffefdd;
	border-bottom: 6px solid #ff8400;
}
.verification-case .title-verification-case span{
	color: #ff8400;
}

/*------------------guide_tab(SP)------------------*/
.show-sp {
	display: none;
}
@media screen and (max-width: 800px){
	.show-sp {
		display: block;
	}
	.show-sp .tabs_h {
		padding: 0;
	}
}

/*タブリンク*/
.show-sp .content-collapse .tab-link {
	width: 100%;
	padding: 12px 10px 42px;
	margin: 12px 0;
	display: block;
}
.show-sp .content-collapse .tab-link::before {
	height: 16px;
}
.show-sp .content-collapse .tab-link strong{
	display: block;
}
.collapse:not(.show) {
	display: none;
}

/*タブコンテンツ*/
.show-sp .content-collapse .container{
	padding: 1.2rem;
}
.show-sp .tab-contents{
	margin-top: 1.5rem;
}
.show-sp .content-collapse div[class^="title"] p {
	font-size: 1.8rem;
	line-height: 1.5;
}
.show-sp .content-collapse div[class^="title"] span {
	top: calc(1em* 1.7 / 2);
}
.show-sp .tab-contents div[class^="title"]{
	padding: 0;
}
.show-sp .content-collapse:last-of-type .tab-contents{
	padding-bottom: 2rem;
	margin-bottom: 4rem;
	border-bottom: 3px solid #ffefdd;
}
.show-sp .sub-title-blue {
	background: -moz-linear-gradient(Left, #26bbe4 0%, #65d4f3 100%);
	background: -ms-linear-gradient(Left, #26bbe4 0%, #65d4f3 100%);
	background: linear-gradient(to right, #26bbe4 0%, #65d4f3 100%);
	font-size: 1.6rem;
	font-weight: 700;
	color: #fff;
	padding: 0.5rem 1.2rem;
}
.show-sp .sub-title-green {
	background: -moz-linear-gradient(Left, #01da9a 0%, #66ebac 100%);
	background: -ms-linear-gradient(Left, #01da9a 0%, #66ebac 100%);
	background: linear-gradient(to right, #01da9a 0%, #66ebac 100%);
	font-size: 1.6rem;
	font-weight: 700;
	color: #fff;
	padding: 0.5rem 1.2rem;
}
.show-sp .content-document {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

/*注意事項*/
.show-sp .bg-light {
	padding: 0.8rem 5%;
	margin: 2rem 0 4rem;
}
.show-sp .bg-light .container{
	background: #fff;
}
.show-sp .col-md-3{
	text-align: center;
	margin: 10px 0 12px;
	font-size: 1.5rem;
}
.show-sp .col-md-9{
	padding-left: 1em;
	font-size: 1.2rem;
	line-height: 1.6;
}
.show-sp .col-md-9 p{
	padding-left: 1.5em;
	text-indent: -1.4em;
}
.show-sp .bg-light span{
	padding: 0px 10px 0 0;
}
.show-sp .bg-light span::before{
	display: none;
}
.show-sp .bg-light span.text-red {
	text-indent: 0;
}

/*------------------guide_flow------------------*/
#guide_flow+section{
	background: -moz-linear-gradient(left, #ff9a26 0%, #fed626 100%);
	background: -webkit-linear-gradient(left, #ff9a26 0%, #fed626 100%);
	background: linear-gradient(to right, #ff9a26 0%, #fed626 100%);
}
#guide_flow+section .heading.block_header_4 .h{
	font-size: 2.1rem;
}

/*------------------guide_step------------------*/
#guide_step+div .wrapper_item {
	justify-content: space-between;
}
#guide_step+div .inner_item{
	position: relative;
	width: 22%;
	margin-left: 4%;
	margin-bottom: 0;
	padding: 0 0 15px;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.35);
}
#guide_step+div .inner_item:not(:first-of-type)::before{
	content: "";
	display: block;
	width:0;
	height:0;
	position: absolute;
	top: 50%;
	left: -2.5rem;
	transform: translateY(-50%);
	pointer-events: none;
	border-style:solid;
	border-width: 6px 0 6px 10px;
	border-color: transparent transparent transparent #000;
}
#guide_step+div .inner_item_txt{
	margin-top: 0;
	padding: 0;
}
#guide_step+div .heading.block_header_4 .h{
	color: #fff;
	font-size: 1.6rem!important;
	padding: 4px;
	margin-bottom: 15px;
	background: #000;
}
@media screen and (max-width: 800px){
	#guide_step+div{
		padding-top: 40px;
	}
	#guide_step+div .wrapper_item{
		flex-direction: column;
	}
	#guide_step+div .inner_item {
		width: 100%;
		margin-left: 0!important;
	}
	#guide_step+div .inner_item:not(:last-of-type){
		margin-bottom: 40px!important;
	}
	#guide_step+div .inner_item:not(:first-of-type)::before {
		top: -2.4rem;
		left: 50%;
		transform: translateX(-50%);
		border-width: 10px 6px 0 6px;
		border-color: #000000 transparent transparent transparent;
	}
}

/*------------------guide_contact------------------*/
#guide_contact+div .wrapper_item {
	align-items: center;
	justify-content: space-between;
}
#guide_contact+div .inner_item{
	width: 45%;
}
#guide_contact+div .inner_item:first-of-type>a {
	padding: 2rem 4rem;
	border-bottom: 4px solid #b1c9cf;
	transition: all 0.5s;
	background-size: 200% auto;
	background-image: linear-gradient(to right, #ff9640 0%, #fcd553 51%, #ff9640 100%);
}
#guide_contact+div .inner_item:first-of-type .inner_item_txt{
	display: none;
}
#guide_contact+div .inner_item:first-of-type>a:hover {
	background-position: right center;
}
#guide_contact+div .inner_item>a:hover * {
	opacity: 1;
}
#guide_contact+div .inner_item_img img {
	object-fit: contain;
	margin-bottom: 0;
	height: auto;
}
#guide_contact+div .heading.block_header_4{
	margin-bottom: 0;
}
#guide_contact+div .heading.block_header_4 .h{
	font-size: 1.5rem!important;
}
#guide_contact+div .inner_item_txt p {
	margin-bottom: 0;
	line-height: 1.5;
}
#guide_contact+div .inner_item_txt span[style*="background-color:#ffffff"] {
	display: inline-block;
	margin-top: 6px;
	padding: 2px 20px;
}
@media screen and (max-width: 800px){
	#guide_contact+div .wrapper_item {
		flex-direction: column;
	}
	#guide_contact+div .inner_item {
		width: 100%;
		margin-left: 0!important;
	}
	#guide_contact+div .inner_item:first-of-type{
		margin-bottom: 15px!important;
	}
	#guide_contact+div .inner_item_txt {
		max-width: 330px;
		margin: 0 auto;
	}
}