@charset "Shift_JIS";

.text a {
	color: #039;
}

.top-arr {
	padding-top: 30px !important;
	background: url(/-/Media/jpz/zrh/car/contractor/mgm/img_re/person-bg-01.gif) no-repeat center top;
}

.bg_blue {
	background: #EDF1F9;
}

.bg_arrow {
	background: url(/-/Media/jpz/zrh/car/contractor/mgm/img_re/bg_arrow.png) no-repeat center top;
	padding-top: 100px;
}


.mgm_h1_wrap {
	margin: 20px 0;
	padding: 0 2%;
}

.mgm_h1_wrap h1 {
	text-align: center;
}

.mgm_h1_wrap .inner-wrap {
	display: block;
	max-width: 950px;
	margin: 0 auto;
	padding: 0;
}

.mgm_heading01 {
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 31px 2%;
	margin: 0 auto;
	margin-bottom: 40px;
	background-color: #EDF1F9;
	text-align: center;
}

.mgm_heading01 .inner-wrap {
	max-width: 950px;
	margin: 0 auto;
	text-align: center;
	font-size: 32px;
	line-height: 1.4;
	color: #00236c;
	font-weight: bold;
	position: relative;
	display: inline-block;
}

.mgm_heading01 .inner-wrap:before {
	content: none;
	background: url(/-/Media/jpz/zrh/car/contractor/mgm/img_re/mgm-n-ico-01.gif) no-repeat center top;
	height: 20px;
	width: 20px;
	left: -30px;
	top: 50%;
	margin-top: -10px;
	display: block;
	background-size: contain;
	position: absolute;
}

.mgm_heading01 .inner-wrap:after {
	content: none;
	background: url(/-/Media/jpz/zrh/car/contractor/mgm/img_re/mgm-n-ico-01.gif) no-repeat center top;
	height: 20px;
	width: 20px;
	right: -30px;
	top: 50%;
	margin-top: -10px;
	display: block;
	background-size: contain;
	position: absolute;
}

.honto_content {
	border: 10px solid #EDF1F9;
	padding: 30px;
	margin-bottom: 35px;
	margin-top: 40px;
}



.honto_content h3 {
	margin-bottom: 20px;
	position: relative;
	text-align: center;
}

.honto_content h3:before {
	border-top: 1px solid #DDE4E3;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
}

.honto_content h3 span {
	background-color: white;
	display: inline-block;
	padding: 0 0.5em;
	position: relative;
}

.hont_list_wrap {
	margin-top: 40px;
	padding-top: 30px;
	border-top: 1px solid #DDE4E3;
}

.mgm_note_list {
	margin-bottom: 45px;
}

.mgm_note_list li {
	font-size: 12px;
}

.mgm_strong_txt {
	font-size: 24px;
	font-weight: bold;
	color: #003399;
}

.login-button {
	width: 598px;
	position: relative;
	text-align: center;
	border-radius: 5px;
	margin: 35px auto 0;
	box-sizing: border-box;
	background: #f69b00;
}

.login-button a {
	display: block;
	text-decoration: none;
	padding: 30px 70px 20px;
}

.login-button a .text {
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	display: inline-block;
	text-align: center;
	line-height: 1.5;
}

.login-button a .text .btn_note {
	font-size: 20px;
	font-weight: normal;
	border: 2px solid #fff;
	border-radius: 20px;
	display: block;
	padding: 0px 25px;
}

.mgm-cautions {
	overflow: hidden;
	border: 1px solid #2167AE;
}

.mgm-cautions .title {
	color: #fff;
	font-size: 20px;
	padding: 10px;
	text-align: center;
	background: #2167AE;
}

.mgm-cautions .texts {
	padding: 0 20px 20px;
}

.mgm-cautions .text {
	margin-top: 10px;
	padding-top: 10px;
}

@media only screen and (max-width: 1024px) {
	.mgm_h1_wrap {
		margin: 40px auto 40px;
	}
}

@media only screen and (min-width: 768px) {
	.mgm_h1_wrap h1 img {
		width: 100%;
		max-width: 950px;
	}

	/* 0823対応分	 */
}

@media only screen and (max-width: 767px) {
	.m_c_content01 .sp-txt-l {
		text-align: left !important;
	}

	.m_c_content01 .text {
		font-size: 16px;
	}

	.mgm_h1_wrap {
		padding: 0 4%;
	}

	.bg_arrow {
		padding-top: 0;
		background: none;
	}

	.login-button {
		width: 100%;
	}

	.login-button a {
		padding: 20px 0 15px;
		width: 100%;
		box-sizing: border-box;
	}

	.login-button a .text {
		font-size: 24px;
	}

	.login-button a .text .btn_note {
		font-size: 12px;
	}

	.mgm-cautions .title {
		font-size: 16px !important;
	}

	.mgm-cautions .texts,
	.mgm-cautions .texts * {
		font-size: 12px;
	}

	.mgm-cautions table td {
		display: block;
	}

	.mgm-cautions table .info {
		padding-left: 1em;
	}
}


.type-list {
	margin-top: 20px;
	border-radius: 5px;
	padding: 0 10px 10px;
	border: 1px solid #009ee0;
}

.type-list li {
	margin-top: 10px;
}

.type-list li .type {
	color: #fff;
	width: 260px;
	padding: 3px 0px 1px;
	text-align: center;
	background: #009ee0;
	display: inline-block;
	margin-right: 15px;
	border-radius: 5px;
	position: relative;
}

.type-list li .type:after {
	content: "";
	display: block;
	width: 7px;
	height: 8px;
	background: url(/-/Media/jpz/zrh/campaign/secondcar/img_re/secondcar-img-arr.gif) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	left: 100%;
}

@media only screen and (max-width: 767px) {
	.type-list li .type {
		width: 100%;
		display: block;
		margin-bottom: 10px;
	}

	.type-list li .type:after {
		top: 100%;
		right: 0;
		bottom: auto;
		left: 0;
		margin: -1px auto 0;
		transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
	}
}


.contact-title {
	color: #039;
	font-size: 20px;
	font-weight: bold;
}


.mt0 {
	margin-top: 0 !important;
}

.mt010 {
	margin-top: 10px !important;
}

.mt020 {
	margin-top: 20px !important;
}

.mt050 {
	margin-top: 50px !important;
}

.mr0 {
	margin-right: 0 !important;
}

.mr010 {
	margin-right: 10px !important;
}

.mr020 {
	margin-right: 20px !important;
}

.mr050 {
	margin-right: 50px !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mb010 {
	margin-bottom: 10px !important;
}

.mb020 {
	margin-bottom: 20px !important;
}

.mb030 {
	margin-bottom: 30px !important;
}

.mb040 {
	margin-bottom: 40px !important;
}

.mb050 {
	margin-bottom: 50px !important;
}

.ml0 {
	margin-left: 0 !important;
}

.ml010 {
	margin-left: 10px !important;
}

.ml020 {
	margin-left: 20px !important;
}

.ml050 {
	margin-left: 50px !important;
}

.pt0 {
	padding-top: 0 !important;
}

.pt010 {
	padding-top: 10px !important;
}

.pt020 {
	padding-top: 20px !important;
}

.pt030 {
	padding-top: 30px !important;
}

.pt050 {
	padding-top: 50px !important;
}

.pr0 {
	padding-right: 0 !important;
}

.pr010 {
	padding-right: 10px !important;
}

.pr020 {
	padding-right: 20px !important;
}

.pr050 {
	padding-right: 50px !important;
}

.pb0 {
	padding-bottom: 0 !important;
}

.pb010 {
	padding-bottom: 10px !important;
}

.pb020 {
	padding-bottom: 20px !important;
}

.pb050 {
	padding-bottom: 50px !important;
}

.pl0 {
	padding-left: 0 !important;
}

.pl010 {
	padding-left: 10px !important;
}

.pl020 {
	padding-left: 20px !important;
}

.pl050 {
	padding-left: 50px !important;
}

.bold {
	font-weight: bold;
}

.large {
	font-size: 18px;
}

.txt-c {
	text-align: center !important;
}

.bt {
	border-top: 1px solid #DDE4E3;
}

.br {
	border-right: 1px solid #f2f2f2;
}

.bb {
	border-bottom: 1px solid #DDE4E3;
}

.bl {
	border-left: 1px solid #f2f2f2;
}

ul.list li {
	padding-left: 1em;
	text-indent: -1em;
}

ul.list.double li {
	padding-left: 2em;
	text-indent: -2em;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

@media only screen and (max-width: 767px) {

	.fl,
	.fr {
		float: none;
		margin-top: 10px;
		display: inline-block;
	}
}

/*1126追加分 お問い合わせ*/
.inquiry_20201126__lead {
	color: #023298;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 8px;
}

.inquiry_20201126 a {
	font-size: 18px;
	font-weight: bold;
	position: relative;
	display: table;
	text-decoration: none;
	margin-bottom: 8px;
}

.inquiry_20201126 a:before {
	content: "";
	background-image: url(../../../contractor/mgm/img_re/img_freedial.png);
	background-repeat: no-repeat;
	background-size: 100%;
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
	width: 45px;
	height: 25px;
}

.inquiry_20201126__para {
	font-size: 12px;
	line-height: 1.5;
}

@media screen and (min-width: 1025px) {
	.inquiry_20201126__lead {
		font-size: 20px;
	}

	.inquiry_20201126 a {
		font-size: 20px;
	}

	.inquiry_20201126 a:before {
		width: 54px;
		height: 30px;
	}

	.inquiry_20201126__para {
		font-size: 14px;
	}
}

/* 0806追加分 */
.intro_mv {
	margin-bottom: 28px;
}

.line_intro {
	display: none;
}

@media screen and (max-width: 767px) {
	.mgm_h1_wrap {
		margin-bottom: 0;
	}

	.m_c_content01.mb0 {
		display: none;
	}
}

@media screen and (min-width: 768px) {
	.intro_mv {
		display: none;
	}

	.line_intro {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 0 auto 54px;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		border: solid 1px #000000;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 90%;
		max-width: 951px;
		padding-top: 2.9325513196vw;
		padding-right: 4.8875855327vw;
		padding-bottom: 2.9325513196vw;
		padding-left: 4.8875855327vw;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

@media screen and (min-width: 768px) and (min-width: 1024px) {
	.line_intro {
		padding-top: 30px;
		padding-right: 50px;
		padding-bottom: 30px;
		padding-left: 50px;
	}
}

@media screen and (min-width: 768px) {
	.line_intro__wrap h3 {
		font-size: 30px;
		font-size: 2.9325513196vw;
		font-weight: bold;
		color: #06B446;
		line-height: 1.167;
		margin-bottom: 0.5em;
	}
}

@media screen and (min-width: 768px) and (min-width: 1024px) {

	.line_intro__wrap h3,
	.line_intro__wrap .line-title {
		font-size: 30px;
	}
}

@media screen and (min-width: 768px) {
	.line_intro__wrap p {
		font-size: 18px;
		font-size: 1.7595307918vw;
		letter-spacing: 0.05px;
		line-height: 1.556;
	}
}

@media screen and (min-width: 768px) and (min-width: 1024px) {
	.line_intro__wrap p {
		font-size: 18px;
	}
}

/* 0817追加分 */
.entrywrap {
	margin: 30px auto 0;
}

.entrywrap__lead {
	font-size: 13px;
	line-height: 1;
	margin-bottom: 1em;
	font-weight: bold;
	text-align: center;
}

.entrywrap__btn {
	color: white;
	font-weight: bold;
	font-size: 28px;
	width: 100%;
	height: 66px;
	line-height: 1;
	max-width: 598px;
	margin: 0 auto 20px;
	background-color: #f69c00;
	-webkit-box-shadow: 0px 3px 3px rgba(255, 188, 115, 0.5);
	box-shadow: 0px 3px 3px rgba(255, 188, 115, 0.5);
	border-radius: 33px;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
}

.entrywrap__btn.pc-hide {
	font-size: 18px;
}

.entrywrap__btn.pc-hide::after {
	margin-left: 8px;
	margin-right: 12px;
}

.entrywrap__btn::after {
	content: "";
	background-image: url(/-/Media/jpz/zrh/car/contractor/mgm/img_re/template_arrow-cta-btn.png);
	background-repeat: no-repeat;
	background-size: 100%;
	display: inline-block;
	position: absolute;
	width: 9px;
	height: 13px;
	right: 24px;
}

.entrywrap .telwrap {
	width: 100%;
	padding-top: 18px;
}

.entrywrap .telwrap__bottom {
	margin-bottom: 18px;
}

.entrywrap .telwrap__bottom a {
	font-size: 26px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-decoration: none;
	width: 100%;
	height: 66px;
	background: white;
	border-radius: 33px;
	border: solid 1px #808080;
	margin: 10px auto;
}

.entrywrap .telwrap__bottom a::before {
	content: "";
	background-image: url(/-/Media/jpz/zrh/car/contractor/mgm/img_re/freedial.png);
	background-repeat: no-repeat;
	background-size: 100%;
	display: inline-block;
	position: relative;
	width: 48px;
	height: 28px;
	margin-right: 10px;
}

.entrywrap .telwrap__bottom p {
	font-size: 12px;
	line-height: 1.583;
}

.entrywrap .telwrap__lead {
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.75;
	text-align: center;
}

@media screen and (max-width: 359px) {
	.entrywrap__btn {
		font-size: 6.4vw;
	}

	.entrywrap__btn.pc-hide {
		font-size: 4.2666666667vw;
	}

	.entrywrap .telwrap__bottom a {
		font-size: 6.9333333333vw;
	}

	.entrywrap .telwrap__bottom a:before {
		width: 13.3333333333vw;
		height: 7.7333333333vw;
	}
}

@media screen and (min-width: 768px) {
	.entrywrap {
		margin: 32px auto 36px;
	}

	.entrywrap__lead {
		font-size: 15px;
	}

	.entrywrap__btn {
		font-size: 36px;
		width: 100%;
		max-width: 600px;
		height: 96px;
		border-radius: 48px;
		margin-bottom: 30px;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-transition: 0.4s all;
		transition: 0.4s all;
	}

	.entrywrap__btn.pc-hide {
		display: none;
	}

	.entrywrap__btn::after {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		margin: 0;
		width: 16px;
		height: 24px;
		right: 24px;
	}

	.entrywrap__btn:hover {
		opacity: 0.7;
	}

	.entrywrap .telwrap {
		padding-bottom: 18px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		border-top: solid 1px #DDE4E3;
		border-bottom: solid 1px #DDE4E3;
	}

	.entrywrap .telwrap__bottom {
		margin-left: 24px;
		margin-bottom: 0;
	}

	.entrywrap .telwrap__bottom a {
		font-weight: normal;
		font-size: 34px;
		max-width: 350px;
		width: 100%;
		height: auto;
		border-radius: 0;
		border: none;
		margin: 0;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.entrywrap .telwrap__bottom a::before {
		width: 51px;
		height: 30px;
		margin-right: 8px;
	}

	.entrywrap .telwrap__bottom p {
		font-size: 14px;
	}

	.entrywrap .telwrap__bottom p .pc-hide {
		display: none;
	}

	.entrywrap .telwrap__lead {
		font-size: 22px;
		color: #555555;
		line-height: 1.733;
		text-align: left;
	}

	.entrywrap .telwrap__lead span {
		font-size: 16px;
	}
}

@media screen and (min-width: 768px) and (max-width: 850px) {
	.entrywrap .telwrap__lead {
		font-size: 18px;
	}

	.entrywrap .telwrap__lead span {
		font-size: 14px;
	}
}


/* 1028追加分 */
@media screen and (min-width: 768px) {
	.entrywrap.pc-hide {
		display: none;
	}
}


/* 0610 2111_b.css結合  */
.entrywrap__lead {
	font-size: 16px;
	margin-bottom: .5em;
	line-height: 1.2;
	font-weight: normal;
}

.entrywrap__lead strong {
	color: #2467AE;
	font-size: 24px;
	font-weight: bold;
}

.entrywrap__lead .pc-hide {
	display: block
}

.entrywrap__btn {
	font-size: 24px;
	flex-direction: column;
	line-height: 1.2;
}

.entrywrap__btn span {
	display: block;
	font-size: 12px;
}

/* 220107追加分 */
.tokuten-attention {
	margin-top: 15px;
	font-size: 11px;
	display: flex;
}

.tokuten-attention::before {
	content: "※1";
	margin-right: 1em;
	flex-shrink: 0;
}

.tokuten-attention a {
	color: #2167ae;
}

.mgm_heading01.mgn0 {
	margin-bottom: 0;
}

.m_c_content01 .bisection-area {
	background: linear-gradient(90deg, #5495cf 0%, #5495cf 50%, #e18eba 50%, #e18eba 100%);
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}

.m_c_content01 .bisection-area .bisection-area__cont {
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

.intro_mv.ptn-d_del {
	margin-bottom: 0;
}

.mgm_heading01.mgn0.ptn-d_up {
	margin-top: -3px;
	z-index: 2;
	position: relative;
}

/* 220107追加分 */
@media screen and (max-width:767px) {
	.bg-pale .wide_width {
		margin-right: calc(50% - 50vw);
		margin-left: calc(50% - 50vw);
		text-align: center;
	}

	/* 220823追加分 */
	.inner-wrap.bg-pale {
		margin: 0 calc(50% - 50vw);
	}
}

@media screen and (min-width: 768px) {

	.entrywrap__lead strong {
		font-size: 24px;
	}

	.entrywrap__lead .pc-hide {
		display: none;
	}

	.entrywrap__btn {
		font-size: 32px;
		line-height: 1.2;
	}

	.entrywrap__btn span {
		font-size: 15px;
	}

	/* 220107追加分 */
	.tokuten-attention {
		margin-top: 1em;
		font-size: 14px;
	}

	.mgm_heading01.mgn0 {
		margin-bottom: 20px;
	}

	.mgm_heading01.mgn0.ptn-d_up {
		margin-top: 0;
		z-index: 0;
	}

}

/* 221003追加分 */
@media screen and (min-width: 768px) {
	.m_c_content01.mb140 {
		margin-bottom: 140px;
	}
}

@media screen and (max-width:767px) {
	.intro-image.m-sp {
		margin: 0 calc(50% - 50vw);
	}

	.intro-image.m-sp .intro-image__wrap:not(:last-child) {
		margin-bottom: 16px;
	}

	.intro-image.m-sp .intro-image__wrap:last-child {
		margin-bottom: 20px;
	}

	ul.intro-list {
		margin-bottom: 30px;
	}

	ul.intro-list li {
		font-size: 12px;
		flex-wrap: nowrap;
	}

	.entrywrap__lead {
		font-size: 14px;
	}
}
