﻿@charset "UTF-8";

/* **************************************************

Name: service_car.css

Description: Setting of grid layout

***************************************************** */
* {
  box-sizing: border-box;
}
html { scroll-behavior: smooth;}
.ButtonArea3{
	display:flex;
	gap:30px;
}

.ButtonStyle3 a{
	display: inline-block;
	border-radius: 5px;
	width:auto;
	min-height: 18px;
	margin: 0 0 15px;
	text-align: center;
	font-size: 100%;
	font-weight: 700;
	line-height: 130%;
	background-image: url(/image/jp/r1/icon/icon_down_l_white_hd.gif);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 16px 16px;
	word-break: break-all;
}

.ButtonStyle3 a:link,
.ButtonStyle3 a:visited {
	padding: 9px 22px 9px 20px;
	background-color: #CC0000;
	color: #fff;
	text-decoration: none;
	border-right: solid 10px transparent;
}
.ButtonStyle3 a:hover,
.ButtonStyle3 a:active {
	padding: 9px 22px 9px 20px;
	background-color: #BB000B;
	color: #fff;
	text-decoration: none;
	border-right: solid 10px transparent;
}

.BoxPatternB{
	border-radius: 10px;
	background-color: #F4F4F4;
	margin-bottom:2em;
}

.ButtonStyle1.largeBtn a{
	width:400px;
}
.noticeBox{
  width:410px;
  margin:0 auto 1em;
  font-size:85%;
}

@media screen and (max-width: 767px){
	.ButtonStyle1.largeBtn a{
		width:100%;
	}
  .noticeBox{
    width:100%;
  }
}

.ListStlyeArrow dt{
	background: url(../images/icon/icon_blackArrowlList.png) no-repeat left 3px;
	padding:0 0 5px 20px;
	margin:5px 0 0 0;
	line-height:1.5;
	font-size:85%;
	font-weight:bold;
	color:#0C0C0C;
	border-bottom:1px dotted #D9D9D9;
}

/* 流れ
=========================================================================================== */
.bg h2{
  padding: 5px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
	background-color: #004596;
  color: #FFF;
  border-radius: 5px;
	background-image: none;
}
.bg.flow {

}
.bg.flow .MainCont > .box5,
.bg.flow .MainCont > .box3{
    display: flex;
    flex-direction: column;
}
.bg.flow .MainCont > .box5 > dl,
.bg.flow .MainCont > .box3 > dl{
    border: 3px solid #B3B3B3;
    background-color: #FFF;
    border-radius: 5px;
    margin: 0 0 15px 30px;
    padding: 15px 15PX 0 45px;
    position: relative;
}
.bg.flow .MainCont > .box5 > dl::after,
.bg.flow .MainCont > .box3 > dl::after{
    position: absolute;
    content: "";
    width: 50px;
    height: 15px;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #B3B3B3;
    clip-path: polygon(50% 100%, 100% 0, 0 0);
}
.bg.flow .MainCont > .box5 > dl:nth-last-of-type(1):after,
.bg.flow .MainCont > .box3 > dl:nth-last-of-type(1):after{
    content: none;
}
.bg.flow .MainCont > .box5 > dl > dt ,
.bg.flow .MainCont > .box3 > dl > dt {
    padding: 0 0 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bg.flow .MainCont > .box5 > dl > dt > span,
.bg.flow .MainCont > .box3 > dl > dt > span{
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #004596;
    color: #FFF;
    font-size: 12px;
    padding-top: 11px;
    line-height: 1.2;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    text-align: center;
}
.bg.flow .MainCont > .box5 > dl > dt > span > b,
.bg.flow .MainCont > .box3 > dl > dt > span > b{
    font-size: 24px;
    display: block;
}
.bg.flow .MainCont > .box5 > dl > dt > div,
.bg.flow .MainCont > .box3 > dl > dt > div{
    font-weight: 700;
    line-height: 1.2;
}
.bg.flow .MainCont > .box5 > dl br,
.bg.flow .MainCont > .box3 > dl br{
  display: none;
}

.bg.flow .MainCont > .box5 > dl > dd > img,
	.bg.flow .MainCont > .box3 > dl > dd > img {
	 width:40%;
	margin:0 35% 0 25%;
}

@media screen and (min-width: 767px) {
  .bg.flow .MainCont > .box5,
	.bg.flow .MainCont > .box3{
      flex-direction: row;
  }
  .bg.flow .MainCont > .box3 > dl{
      width: calc((100% - 20px) / 3);
      border: 3px solid #B3B3B3;
      border-radius: 5px;
      margin: 30px 15px 15px 0;
      padding: 0 10px;
  }
  .bg.flow .MainCont > .box5 > dl{
      width: calc((100% - 20px) / 5);
      border: 3px solid #B3B3B3;
      border-radius: 5px;
      margin: 30px 15px 15px 0;
      padding: 0 10px;
  }
  .bg.flow .MainCont > .box5 > dl::after,
	.bg.flow .MainCont > .box3 > dl::after{
      position: absolute;
      content: "";
      width: 15px;
      height: 50px;
      right: -18px;
      left: unset;
      top: 50%;
      transform: translateY(-50%);
      background-color: #B3B3B3;
      clip-path: polygon(0 0, 100% 50%, 0 100%);
  }
  .bg.flow .MainCont > .box5 > dl:nth-last-of-type(1),
	.bg.flow .MainCont > .box3 > dl:nth-last-of-type(1){
      margin: 30px 0 15px 0 ;
  }
  .bg.flow .MainCont > .box5 > dl:nth-last-of-type(1):after,
	.bg.flow .MainCont > .box3 > dl:nth-last-of-type(1):after{
      content: none;
  }
  .bg.flow .MainCont > .box5 > dl > dt,
	.bg.flow .MainCont > .box3 > dl > dt{
      padding: 50px 0 14px;
      position: relative;
      text-align: center;
      margin: 0 5px 10px;
  }
  .bg.flow .MainCont > .box5 > dl > dt > span,
	.bg.flow .MainCont > .box3 > dl > dt > span{
      position: absolute;
      top: -30px;
      left: 50%;
      transform: translateX(-50%);
  }

  .bg.flow .MainCont > .box5 > dl > dd,
	.bg.flow .MainCont > .box3 > dl > dd{
      margin: 0 0 0 5px;
  }
  .bg.flow .MainCont > .box5 > dl > dd ul,
	.bg.flow .MainCont > .box3 > dl > dd ul{
      margin-left: -5px;
  }
  .bg.flow .MainCont > .box5 > dl br,
	.bg.flow .MainCont > .box3 > dl br{
    display: block;
  }
	.bg.flow .MainCont > .box5 > dl > dd > img {
	 width:80%;
		margin:0 10%;
	}
	.bg.flow .MainCont > .box3 > dl > dd > img {
	 width:40%;
		margin:0 30%;
	}
}

/* 誘導リンク
=========================================================================================== */

.Section.induction a{
	display: flex;
  align-items: center;
  justify-content: center;
  gap:10px;
	padding: 10px 15px 0px;
	margin-bottom: 15px;
	border: #B3B3B3 solid 1px;
	text-align: center;
	text-decoration: none;
	background-image: url(../../../image/jp/r1/icon/icon_link_right_l_hd.gif);
	background-repeat: no-repeat;
	background-position: right 2px center;
	background-size: 16px 16px;
  height:90px;
}
.Section.induction a:hover{
	background-position: right 0 center;
	background-color: #f2f2f2;
}
.Section.induction a h3{
	color: #4D4D4D;
}
.Section.induction a .red {
    color: #CC0000;
}