@charset "UTF-8";

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
保険事業部／車販売
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#container { padding-bottom: 84px; }
#main {
	margin-bottom: 100px;
	background: url(../images/bg_stripe.gif) repeat center top;
	background-size: 4px;
	-moz-background-size: 4px;
	-webkit-background-size: 4px;
}
#main figure { margin: 14px 0 15px; }
#main .text { padding-bottom: 58px; }

#step {
	overflow: hidden;
	position: relative;
	padding-bottom: 2px;
}
#step:before,
#step:after {
	content: "";
	display: block;
	height: 0;
	width: 455px;
	border-top: 2px solid #069;
	position: absolute;
	bottom: 0;
}
#step:before { left: 0; }
#step:after { right: 0; }
#step li {
	width: 455px;
	padding: 40px 0 43px 20px;
	border-top: 2px solid #069;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#step li:nth-child(odd) {
	float: left;
	clear: both;
}
#step li:nth-child(even) { float: right; }
#step dt img { margin-right: 20px; }
#step dt {
	color: #069;
	font-size: 20px;
	font-weight: bold;
	line-height: 80px;
	letter-spacing: 0.025em;
}
#step dd {
	margin-top: 15px;
	padding-right: 20px;
}
#step dd strong {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
}

#contact {
	color: #069;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
	padding: 32px 0 50px;
	margin-top: 50px;
	background: url(../images/bg_stripe.gif) repeat center top;
	background-size: 4px;
	-moz-background-size: 4px;
	-webkit-background-size: 4px;
}
#contact h2 {
	font-size: 30px;
	line-height: 1.5;
	font-weight: bold;
	letter-spacing: 0.19em;
	margin-bottom: 4px;
}
#contact .tel { margin: 13px 12px 0 0; }
#contact .time {
	font-size: 12px;
	margin-top: 13px;
	letter-spacing: 0.14em;
}
#contact dt { margin: 12px 0 8px; }

#sale {
	font-size: 18px;
	text-align: center;
}
#sale:after {
	content: "";
	width: 279px;
	height: 100px;
	display: block;
	margin: 40px auto 0;
	background: url(../images/img_car.jpg) no-repeat center top;
	background-size: 100% auto;
}
#sale h3 {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 27px;
}
#policy li {
    display: block;
    text-indent: -0.5em;
    padding-left: 1em;
}
#policy p {
    text-indent: -1em;
    padding-left: 1em;
}


 /***** 20250220_追加 ******************************/


input {
    display: none;
}

/* ポップアップwindow部分 */
#overlay {
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 70;
    width: 100%;
    height: 100%;
}
/* オーバーレイの背景部分 */
#bg_gray {
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 80;
}
/* ウィンドウ部分 */
#window {
    width: 50%;
    padding: 30px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 20px -6px rgba(0,0,0,0.6);
    z-index: 90;
    opacity: 0;
}
/* 閉じるボタン */
#btn_cloth {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #069;
    z-index: 100;
    cursor: pointer;
}
#btn_cloth:hover {
    opacity: 0.7;
}
#btn_cloth span,
#btn_cloth span::before {
    display: block;
    height: 2px;
    width: 20px;
    border-radius: 2px;
    background: #fff;
}
#btn_cloth span {
    transform: rotate(45deg);
}
#btn_cloth span::before {
    content: "";
    position: absolute;
    bottom: 0;
    transform: rotate(-90deg);
}


/* クリックで表示 */
#popup:checked ~ #overlay {
    visibility: visible;
}
#popup:checked ~ #overlay #window {
    animation: fadein 500ms forwards;
    animation-timing-function: ease-in-out;
}
@keyframes fadein {
    100% {
        opacity: 1;
    }
}


/* コンテンツ部分のスタイル */
/*body {
    margin: 30px;
}*/


#txt_label {
    /*text-decoration: underline;*/
    display: block;
    width: 400px;
    margin: 0 auto;
	color: #fff;
    cursor: pointer;
	border: solid 4px #fff;
    background: #069;
    padding: 15px;
    box-shadow: 0 0 12px rgba(0, 102, 153, 0.7); 
    border-radius: 10px;
    margin-bottom: 30px;
}
#txt_label:hover {
    opacity: 0.5;
}


/*#msg a {
    display: inline-block;
    color: #fff;
    background: #CE5D8B;
    border-radius: 20px;
    padding: 0.5em 1.5em;
    text-decoration: none;
}
#msg a:hover {
    opacity: 0.7;
}*/
