@charset "UTF-8";
/* CSS Document */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - 
　◆ Stracture
　◆ margin padding
- - - - - - - - - - - - - - - - - - - - - - - - - - - */
:root{
	--mcNavy01:#012B70;
	--mcNavy02:#154596;
	--mcRed:#DA0006;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - 
　Stracture
- - - - - - - - - - - - - - - - - - - - - - - - - - - */
*{
	max-width: 100%;
}

body{
	margin: 0;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-feature-settings: "palt";
	font-size: 4.11vw;
	letter-spacing: 0.05em;
}

img{
	vertical-align:bottom;
	border:none;
	height: auto;
}

picture img{
	width: 100%;
}

ul,li,dl,dt,dd{
	padding: 0;
	margin: 0;
	list-style: none;
}

section{
}

header{
	font-size: 3.59vw;
	padding: 0.5em 0;
	line-height: 1em;
	background-color: var(--mcNavy01);
	color: #FFF;
	font-weight: bold;
	text-align: center;
}

#keyVisual,#top h2,.cta{
	font-family: "Noto Sans JP", sans-serif;
}

#keyVisual{
	padding-bottom: 7vw;
	background-image: url(/jiko/common/images/car.png),url(/jiko/common/images/bg.png);
	background-position: center 81.4vw, top center;
	background-size: 76.93vw 23.08vw, 100% auto; 
	background-repeat: no-repeat;
	overflow: hidden;
}

.webp #keyVisual{
	background-image: url(/jiko/common/images/car.webp),url(/jiko/common/images/bg.webp);
}

#keyVisual h1{
	font-size: 7vw;
	letter-spacing: 0.05em;
	line-height: 1.35em;
	margin: 3vw 0 0 4.8vw;
	padding: 0.8vw 0 0 0;
	text-shadow: 0.75vw 0.75vw 0.75vw #FFF, -0.75vw -0.75vw 0.75vw #FFF,
				-0.75vw 0.75vw 0.75vw #FFF,  0.75vw -0.75vw 0.75vw #FFF,
				0.75vw 0 0.75vw #FFF, -0.75vw  0 0.75vw #FFF,
				0 0.75vw 0.75vw #FFF,  0 -0.75vw 0.75vw #FFF;
	color: var(--mcNavy02);
	position: relative;
}

#keyVisual h1::before{
	content: "";
	width: 34.11vw;
	height: 51.54vw;
	background: url(/jiko/common/images/h1_woman.png) top center / 100% auto no-repeat;
	position: absolute;
	right: 0.8vw;
	top: 0.3vw;
}

#keyVisual h1 .dots {
	color: var(--mcRed);
	background-image: radial-gradient(circle at center, var(--mcRed) 20%, transparent 20%); /* 点の色とサイズ調整 */
	background-position: top right; /* 点の位置 */
	background-repeat: repeat-x; /* 横方向に繰り返し */
	background-size: 1.05em 0.3em; /* 点の間隔とサイズ調整 */
	padding-top: .075em; /* 縦方向の位置調整 */
}

.h1Large{
	font-size: 9.2vw;
}

.fcRed{
	color: var(--mcRed);
}

.ls-005{
	letter-spacing: -0.125em;
}

#keyCase{
	height: 53.59vw;
	margin: 3.85vw auto 0;
	background: url(/jiko/common/images/case01.png) top center / 89.75vw auto no-repeat; 
	z-index: 2;
	position: relative;
}

.calNumber{
	display: flex;
	width: 65vw;
	margin: 28.4vw auto 0;
	padding: 0 0 0 3vw;
	justify-content: space-around;
	font-size: 5vw;
	color: var(--mcNavy01);
	position: relative;
	text-align: center
}

.calNumber::before{
	content: "";
	width: 6.93vw;
	height: 8.98vw;
	position: absolute;
	background: url(/jiko/common/images/calc_q.png) top center / 100%;
	top: -4.6vw;
	left: -3vw;
}

.calNumber::after{
	content: "かんたん診断";
	width: 26.42vw;
	font-size: 3.59vw;
	display: inline-block;
	position: absolute;
	background: #EDF2F8;
	border: 1px solid #C0C8D1;
	border-radius: 100vw;
	top: -4.2vw;
	left: 50%;
	margin-left: -13.42vw;
	z-index: 2;
	line-height: 1em;
	padding: 0.2em 0 0.3em;
}

.calNumber li{
	width: 12vw;
	height: 14.27vw;
	overflow: hidden;
	border-radius: 1.5vw;
	background: url(/jiko/common/images/cal_number.png);
	background-size: 100%;
	position: relative;
	z-index: 1;
}

.calNumber li{
	animation: calscroll 7s infinite 0.9s;
}

.calNumber li:nth-child(2){
	animation: calscroll 7s infinite 0.7s;
}

.calNumber li:nth-child(3){
	animation: calscroll 7s infinite 0.5s;
}

.calNumber li:nth-child(4){
	animation: calscroll 7s infinite 0s;
}

.calNumber li:last-child{
	width: 5vw;
	padding-bottom: 2.4vw;
	line-height: 1.1em;
	background: none;
	display: flex;
	align-items:flex-end;
	justify-content: center;
	box-sizing: border-box;
}

@keyframes calscroll{
	0%{background-position:0 -156.97vw}/*height×11*/
	10%{background-position:0 -156.976vw}
	40%{background-position:0 0}
	100%{background-position:0 0}
}

.ctaBtn a{
	width: 90vw;
	font-size: 6.4vw;
	letter-spacing: 0.075em;
	margin: 5vw auto 0;
	padding: 0.5em 0 0.7em;
	border-radius: 3vw;
	line-height: 1em;
	display: block;
	color: #FFF;
	text-align: center;
	background: rgb(158,18,8);
	background: linear-gradient(0deg, rgb(185 25 13) 0%, rgb(227 61 14) 100%);
	cursor: pointer;
	box-shadow: 0 2.4vw 0 #3b1617;
	position: relative;
	text-decoration: none;
}

.ctaBtn a::after{
	content: "";
	width: 10.5vw;
	height: 11vw;
	display: block;
	position: absolute;
	top: 5vw;
	right: -1.5vw;
	background: url(/jiko/common/images/btn_tap.png) top / 100% no-repeat;
}



.ctaBtn a dt{
	font-size: 5vw;
	color: #e5494f;
	background: url(/jiko/common/images/btn_cal.png)  #fbe2e6;
	background-size: 4.6vw;
	background-repeat: no-repeat;
	background-position: 5vw 0.6vw;
	display: inline-block;
	padding:0 1em 0 2em;
	border-radius: 100vw;
	margin-bottom: 2vw;
	letter-spacing: 0.05em;
}

.ctaBtn a dt span{
	font-size: 3.8vw;
	color: #722c2f;
	top: -0.1em;
    position: relative;
    margin: 0 0 0 0.1em;
}

.ctaBtn a dd{
	text-shadow: 0 0.5vw 0 #3b1617
}

main article{
}

main p{
	padding: 0 8.2vw;
	letter-spacing: 0.075em;
}

main p strong{
	color: var(--mcRed);
	background: #FFF1B2;
}

main h2{
	font-size: 5.65vw;
	text-align: center;
	color: var(--mcNavy01);
	letter-spacing: 0.065em;
}

#why{
	padding-bottom: 12vw;
	position: relative;
}

#why::after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(0, 0, 255, 0);
    border-top-width:9vw;
    border-bottom-width:9vw;
    border-left-width:15vw;
    border-right-width:15vw;
    margin-left: -15vw;
    border-top-color:#FFF;
    top:100%;
    left:50%;
}

#why h2{
	padding: 19vw 0 0 0;
	background: url(/jiko/common/images/why_bg.png) top center / 79vw auto no-repeat;
	position: relative;
}

#why h2 span{
	content: "どうして？";
	display: inline-block;
	background: #4066AF;
	color: #FFF;
	position: absolute;
	left: 50%;
	top: 8.2vw;
	width: 30vw;
	border-radius: 100vw;
	font-size: 4.11vw;
	margin-left: -15vw;
	padding: 1vw 0;
}

#why h2 span:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -1.6vw;
  border: 1.6vw solid transparent;
  border-top: 1.6vw solid #4066AF;
}

#why picture{
	width: 71.8vw;
	margin: 1.5em auto 0;
	display: block;
}

#about{
	padding-bottom: 10vw;
	padding-top: 18.98vw;
	background: #ECF0F9;
}

#about h3{
	font-size: 4.11vw;
	width: 70vw;
	height: 31.8vw;
	padding: 8.5vw 0 0 25vw;
	margin: 0 auto;
	text-align: center;
	color: var(--mcNavy01);
	box-sizing: border-box;
	background: url(/jiko/common/images/about_img.png) bottom left / auto 100% no-repeat;
	
}

#about h3 span{
	font-size: 5.13vw;
	display: inline-block;
	background: #FFD100;
	border-radius: 100vw;
	padding: 0 0.8em;
	margin-top: 0.5vw;
}


.aboutDl{
	width: 84.36vw;
	padding: 5.13vw;
	border-radius: 2vw;
	margin: 0 auto;
	background: #FFF;
	box-sizing: border-box;
	position: relative;
}

.aboutDl dt{
	font-size: 4.88vw;
	color: var(--mcNavy01);
	font-weight: bold;
	position: relative;
}

.aboutDl dt::before{
	content: "1";
	font-size: 3.6vw;
	width: 5.6vw;
	height: 5.6vw;
	color: var(--mcNavy);
	background: #FFD100;
	display: inline-block;
	text-align: center;
	border-radius: 100vw;
	margin-right: 1vw;
	position: relative;
	top: -0.5vw;
}

.aboutDl dt:nth-child(3)::before{
	content: "2";
}

.aboutDl dt:nth-child(5)::before{
	content: "3";
}

.aboutDl dt span{
	font-size: 4.11vw;
	color: #333;
	background: #E6E8EC;
	padding: 0 0.5em;
	border-radius: 100vw;
	display: inline-block;
	margin: 0 0 0 0.5em;
	position: relative;
	top:-0.1em;
}

.aboutDl dt:nth-child(3) span{
	background: #ECEFF7;
	color: var(--mcNavy);
}

.aboutDl dt:nth-child(5) span{
	background: #fff2f2;
	color: var(--mcRed);
}

.aboutDl dt:not(:first-child){
	padding-top: 3.08vw;
	border-top: 1px solid #CCC;
}

.aboutDl dd{
	padding-left: 6.4vw;
}

.aboutDl dd:not(:last-child){
	padding-bottom: 3.08vw;
}

#about picture{
	width: 83.59vw;
	margin: 1.75em auto 0;
	display: block;
}

.cta{
	padding: 7vw 0 8.6vw;
	background: var(--mcNavy01);
	overflow: hidden;
	text-align: center;
	position: relative;
	z-index: 5;
}

.cta h2{
	color: #FFF;
	font-size: 4.62vw;
}

.cta h2 {
	position: relative;
	display: inline-block;
	padding: 0 7vw;
	margin: 0;
}

.cta h2:before, .cta h2:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 6vw;
	height: 2px;
	background-color: #FFF;
	-webkit-transform: rotate(-60deg);
	transform: rotate(-60deg);
}

.cta h2:before {
	-webkit-transform: rotate(70deg);
	transform: rotate(70deg);
	left:0;
}

.cta h2:after {
  right: 0;
}

.cta h2 span{
	color: var(--mcRed);
	background: #FCE5E6;
	padding: 0 0.1em;
	margin: 0 0.1em;
}

.cta h3{
	width: 68vw;
	font-size: 10vw;
	color: #FFF;
	margin: 1vw auto;
	text-align: right;
	background: url(/jiko/common/images/cta_yen0.png) top left / auto 106% no-repeat;
}

.cta .calNumber{
	margin: 6vw 0 0 8vw
}

.cta .calNumber::before {
    background-image: url(/jiko/common/images/calc_q2.png);
}

.cta .calNumber li{
	color: #FFF;
}

.cta .ctaBtn{
	position: relative;
}

.cta .ctaBtn::before{
	content: "";
	width: 31vw;
	height: 32.7vw;
	display: block;
	position: absolute;
	background: url(/jiko/common/images/cta_woman.png) top / 100% no-repeat;
	bottom: 22.5vw;
	right: 0;
}

.cta .ctaTel a{
	width: 90vw;
	font-size: 3.85vw;
	margin: 7vw auto 0;
	display: block;
	text-decoration: none;
	color: #FFF;
	border: 1px solid #CCC;
	line-height: 1em;
	padding: 3.6vw 0;
	border-radius: 1.6vw;
	background: rgba(0,0,0,0.1);
	box-shadow: 0 1.8vw 0 #01173b;
}

.cta .ctaTel a li:nth-child(2){
	padding: 2vw 0;
	font-size: 6.67vw;
	font-style: italic;
}

.cta .ctaTel a li:nth-child(2)::before{
	content: "";
	width: 8.21vw;
	height: 5.39vw;
	margin-right: 1vw;
	background: url(/jiko/common/images/cta_freed.png) top / 100% no-repeat;
	display: inline-block;
}

#voice{
	padding: 7vw 0;
}

.voiceList{
	margin: 10vw 0 ;
}

.voiceList li{
	width: 87.7vw;
	border-radius: 2vw;
	margin: 0 auto;
	box-shadow: 0 0 2vw rgba(0,0,0,0.35);
	padding-bottom: 9vw;
	background: #FFF;
}

.voiceList li:not(:last-child){
	margin-bottom: 11vw;
}

.voiceList dt{
	padding: 7vw 0 0;
	position: relative;
	text-align:center;
}

.voiceList dt .attr{
	font-size: 5.13vw;
	width: 63vw;
	left: 50%;
	top: -5vw;
	padding: 1.4vw 0;
	margin-left: -31.5vw;
	box-shadow: 0.75vw 1vw 0 #FFD101;
	position: absolute;
	display: inline-block;
	text-align: center;
	border-radius: 100vw;
	background: #4066AF;
	color: #FFF;
	font-weight: bold;
}

.voiceList dt h3{
	font-size: 3.85vw;
	color: var(--mcNavy01);
	display: flex;
	justify-content: center;
	align-items: center;
}

.voiceList dt h3::before{
	content:"";
	width: 7.18vw;
	height: 7.18vw;
	background: url(/jiko/common/images/case_icon.png) #EDF0F9 center/ 3.6vw auto no-repeat;
	display: inline-block;
	border-radius: 100vw;
	margin-right: 1vw;
}

.voiceList dt h3 span{
	font-size: 5.65vw;
	font-weight: bold;
}

.voiceList dt h3 span::before{
	content:"";
	width: 5vw;
	height: 3.2vw;
	margin: 0 1vw;
	background: url(/jiko/common/images/arrow.svg) top / 100% no-repeat;
	display: inline-block;
}

.voiceList li:last-child dt h3{
	transform: scale(0.9)
}

.voiceList picture{
	width: 66.67vw;
	display: block;
	margin: 0 auto;
}

.voiceList p{
	font-size: 3.85vw
}

.voiceList p{
	padding: 0 5vw;
}

#faq{
	background: #EDF0F9;
	padding: 7vw 0;
}

.acdContainer {
	width: 88vw;
	margin: 7vw auto;
	font-size: 3.59vw;
}


.acdContainer > dt {
  background-color: #FFF;
  border: 1px solid transparent;
  color: var(--mcNavy01);
  font-size: 4.11vw;
  padding: 0.75em 2em 0.75em 1.25em;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
	margin-top: 2vw;
	font-weight: bold;
	line-height: 1.4em;
}

.acdContainer > dt::before, .acdContainer > dt::after {
	content: "";
	display: block;
	background-color: var(--mcNavy01);
	position: absolute;
	top: 50%;
	width: 3vw;
	height: 2px;
	right: 3vw;
}

.acdContainer > dt::after {
	transform: rotate(90deg);
	transition-duration: 0.3s;
}

.acdContainer > dt:active,
.acdContainer > dt.acdActive {
	background-color: #4066AF;
	color: #FFF;
}

.acdContainer > dt.acdActive::before {
  opacity: 0;
}

.acdContainer > dt.acdActive::after {
	transform: rotate(0);
	background-color: #FFF;
}

.acdContainer > dd {
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	padding: 0 1.5em;
	line-height: 0;
	height: 0;
	overflow: hidden;
	opacity: 0;
	transition-duration: 0.3s;
	background-color: #FFF;
}

.acdContainer > dd.acdOpen {
	padding: 1em 1.5em 1.5em;
	border: 1px solid #4066AF;
	line-height: normal;
	/* numberに書き換える*/
	height: auto;
	opacity: 1;
}

footer{
	background: #333;
	color: #FFF;
	text-align: center;
	font-size: 3.6vw;
	padding: 7vw 0 12vw;
	position: relative;
	z-index: 5;
}

footer a{
	color: #FFF;
}

#footMenu{
	width: 88vw;
	margin: 0 auto 7vw;
}

#footMenu li:not(:first-child){
	margin-top: 4vw
}

#footMenu a{
	display: block;
	border: #999 1px solid;
	padding: 0.5em 0;
	text-decoration: none;
}

#shindanKeyVisual {
	background: url(/jiko/common/images/key_shindan.png);
    width: 100vw;
    height: 19.24vw;
    background-position: center top;
    background-size: 100%;
	position: relative;
	padding: 0;
}

#policy main{
	padding-bottom: 8em;
}


/* 離脱モーダルこれのみでレスポンシブ  */
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
	z-index: 1000;
}
.modal__bg{
    background: rgba(0,0,0,0.92);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
	width: 90.666666666666667vw;
	max-width: 400px;
}


#fixedMenu{
	font-size: 3.6vw;
	position: fixed;
	background: #3f4e5c;
	z-index: 3;
	bottom: 0;
	display: block;
	width: 100%;
	opacity: 0;
	visibility: hidden;
 	transition: all 1s;
}

#fixedMenu ul{
	display: flex;
	justify-content: space-between;
	width: 97.87%;
	margin: 0 auto;
	padding: 1.4vw 0 2.14vw;
}

#fixedMenu ul li{
	width: 49.5%;
}

#fixedMenu ul li a{
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	width: 100%;
	height: 13.87vw;
	border-radius: 1.33vw;
	background: rgb(158,18,8);
	background:url(/jiko/common/images/btn_cal_w.png), linear-gradient(0deg, rgb(157 21 11) 0%, rgb(227 61 14) 100%);
	background-size: 4.6vw, 100%;
    background-position: 14vw 3.7vw, center;
	background-repeat: no-repeat;
	box-shadow: 0 1.07vw 0 0 #3b1617;
    text-shadow: 0 0.27vw 0 #3b1617;
	padding: 0 0 0 5.6vw;
	box-sizing: border-box;
}

#fixedMenu ul li:last-child a{
	background: rgb(2,152,44);
	background: url(/jiko/common/images/fdial_w.svg), linear-gradient(180deg,rgba(2,152,44,1) 0%,rgba(0,83,24,1) 100%);
	background-size: 5vw, 100%;
    background-position: 9.4vw 5.2vw, center;
	background-repeat: no-repeat;
	box-shadow: 0 1.07vw 0 0 #042f0a;
    text-shadow: 0 0.27vw 0 #042f0a;
	letter-spacing: 0.05em;
}

#fixedMenu.active{
  opacity: 1!important;
  visibility: visible!important;
}

































/*-------------------------------------------------------------------
	min-width:980px
-------------------------------------------------------------------*/
@media screen and (min-width:980px) {
	
	body {
		font-size: 18px;
	}

	header{
		font-size: 14px;
		padding: 0.8em 0;
	}	
	
	
	.webp #keyVisual{
		background-image: url(/jiko/common/images/car_pc.webp),url(/jiko/common/images/bg_pc.webp);
	}

	#keyVisual{
		padding-bottom: 0;
		background-image: url(/jiko/common/images/car_pc.png),url(/jiko/common/images/bg_pc.png);
		background-position: left calc(50% - 32px) top 198px, center;
		background-size: 600px auto,100% auto; 
		background-repeat: no-repeat;
		overflow: hidden;
	}


	#keyVisual h1{
		width: 670px;
		font-size: 50px;
		letter-spacing: 0.075em;
		margin: 40px auto 0;
		padding: 0;
		text-shadow: 5px 5px 5px #FFF, -5px -5px 5px #FFF,
					-5px 5px 5px #FFF,  5px -5px 5px #FFF,
					5px 0 5px #FFF, -5px  0 5px #FFF,
					0 5px 5px #FFF,  0 -5px 5px #FFF;
	}

	#keyVisual h1::before{
		width: 234px;
		height: 415px;
		right: -28px;
		top: 6px;
	}

	.h1Large{
		font-size: 66px;
	}

	#keyCase{
		width: 980px;
		height: 287px;
		margin: 200px auto 0;
		background: url(/jiko/common/images/case01.png) top left / 480px auto no-repeat; 
	}

	.calNumber{
		display: flex;
		width: 410px;
		margin: -167px 0 0 50px;
		padding: 0 0 0 0;
		justify-content:flex-end;
		font-size: 24px;
		left: 50%;
		top: -83px;
	}

	.calNumber::before{
		content: "";
		width: 30px;
		height: 39px;
		top: -20px;
		left: -30px;
	}

	.calNumber::after{
		content: "かんたん診断";
		width: 180px;
		font-size: 22px;
		top: -28px;
		margin-left: -114px;
	}

	.calNumber li{
		width: 80px;
		height: 95px;
		border-radius: 10px;
		margin-right: 12px;
	}

	.calNumber li:last-child{
		width: 24px;
		padding-bottom: 10px;
	}

	@keyframes calscroll{
		0%{background-position:0 -1046px}/*height×11*/
		10%{background-position:0 -1046px}
		40%{background-position:0 0}
		100%{background-position:0 0}
	}

	.ctaBtn a{
		width: 480px;
		font-size: 32px;
		margin: 0 0 0 10px;
		padding: 0.5em 0 0.7em;
		border-radius: 16px;
		box-shadow: 0 12px 0 #3b1617;
		left: 50%;
		top: -60px;
		z-index: 3;
	}

	.ctaBtn a::after{
		width: 40px;
		height: 50px;
		top: 66px;
		right: -5px;
	}

	.ctaBtn a dt{
		font-size: 24px;
		background-size: 22px;
		background-position: 22px 5px;
		margin-bottom: 10px;
	}

	.ctaBtn a dt span{
		font-size: 16px;
	}

	.ctaBtn a dd{
		text-shadow: 0 3px 0 #3b1617
	}

	main p{
		width: 800px;
		margin: 1em auto;
		padding: 0
	}

	main h2{
		font-size: 36px;
		margin-bottom: 60px;
	}

	#why{
		padding: 10px 0 120px;
	}

	#why::after{
		border-top-width:60px;
		border-bottom-width:60px;
		border-left-width:100px;
		border-right-width:100px;
		margin-left: -100px;
	}

	#why h2{
		padding: 116px 0 0 0;
		background: url(/jiko/common/images/why_bg.png) top center / 500px auto no-repeat;
	}

	#why h2 span{
		top: 50px;
		width: 200px;
		font-size: 24px;
		margin-left: -100px;
		padding: 7px 0;
	}

	#why h2 span:before {
	  margin-left: -14px;
	  border: 14px solid transparent;
	  border-top: 14px solid #4066AF;
	}

	#why picture{
		width: 500px;
		margin: 1.5em auto 0;
		display: block;
	}
	


	#about{
		padding: 80px 0 120px;
	}

	#about p:not(:last-child){
		text-align: center;
	}

	#about h3{
		font-size: 30px;
		width: 500px;
		height: 200px;
		padding: 44px 0 0 160px;
		margin: 0 auto;
	}

	#about h3 span{
		font-size: 40px;
		margin-top: 3px;
	}


	.aboutDl{
		width: 440px;
		padding: 24px 30px;
		border-radius: 16px;
		margin: 0 0 0 -470px;
		left: 50%;
	}

	.aboutDl dt{
		font-size: 30px;
		padding-bottom: 2px
	}

	.aboutDl dt::before{
		font-size: 24px;
		width: 36px;
		height: 36px;
		margin-right: 10px;
		top: -2px;
	}

	.aboutDl dt span{
		font-size: 23px;
	}

	.aboutDl dt:not(:first-child){
		padding-top: 20px;
	}

	.aboutDl dd{
		padding-left:50px;
	}

	.aboutDl dd:not(:last-child){
		padding-bottom: 20px;
	}

	#about picture{
		width: 480px;
		margin: -300px 0 50px 0;
		display: block;
		left: 50%;
		position: relative;
	}

	
	
	

	.cta{
		padding: 64px 0 74px;
		background: url(/jiko/common/images/car_pc.png) var(--mcNavy01) no-repeat ;
		background-size: 400px;
		background-position:left calc(50% - 250px) top 197px;
	}

	.cta h2{
		width: 380px;
		font-size: 26px;
		padding: 0 40px;
		left: 50%;
		margin: 0 0 0 -480px;
		position: relative;
		display: block;
	}

	.cta h2:before, .cta h2:after {
		width: 32px;
	}

	.cta h3{
		width: 452px;
		font-size: 66px;
		text-align: right;
		background: url(/jiko/common/images/cta_yen0.png) top left / auto 106% no-repeat;
		left: 50%;
		margin: 0 0 0 -476px;
		position: relative;
	}

	.cta .calNumber{
		transform: scale(0.8);
		margin: -35px 0px 0 -17px;
	}

	.cta .ctaBtn{
		margin-bottom: -85px;
	}

	.cta .ctaBtn a{
		top: -73px;
	}

	.cta .ctaBtn::before{
		width: 167px;
		height: 205px;
		bottom: 136px;
		left: 50%;
		margin: 0px 0 0 330px;
	}

	.cta .ctaTel a{
		width: 790px;
		font-size: 22px;
		margin: 50px auto 0;
		border: none;
		padding: 0;
		border-radius: 0;
		background: none;
		box-shadow: none;
	}

	.cta .ctaTel ul{
		display: flex;
		justify-content: space-between;
	}

	.cta .ctaTel a li:nth-child(2){
		padding: 0;
		font-size: 30px;
		position: relative;
		top: -1px;
	}

	.cta .ctaTel a li:nth-child(2)::before{
		width: 36px;
		height: 24px;
		margin-right: 4px;
	}
	

	#voice{
		padding: 70px 0;
	}

	#voice > p{
		text-align: center;
	}

	.voiceList{
		margin: 70px 0 ;
	}

	.voiceList li{
		width: 880px;
		border-radius: 16px;
		margin: 0 auto;
		box-shadow: 0 0 10px rgba(0,0,0,0.25);
		padding-bottom: 30px;
	}

	.voiceList li:not(:last-child){
		margin-bottom: 90px;
	}

	.voiceList dt{
		padding: 50px 0 0;
	}

	.voiceList dt .attr{
		font-size: 24px;
		width: 320px;
		left: 50%;
		top: -30px;
		padding: 8px 0;
		margin-left: -160px;
		box-shadow: 4px 6px 0 #FFD101;
	}

	.voiceList dt h3{
		font-size: 26px;
		margin: 0.25em auto 0.75em;
	}

	.voiceList dt h3::before{
		width: 40px;
		height: 40px;
		background: url(/jiko/common/images/case_icon.png) #EDF0F9 center/ 22px auto no-repeat;
		margin-right: 10px;
	}

	.voiceList dt h3 span{
		font-size: 36px;
	}

	.voiceList dt h3 span::before{
		content:"";
		width: 40px;
		height: 21px;
		margin: 0 5px 0 7px;
	}

	.voiceList li:last-child dt h3{
		transform: scale(1)
	}

	.voiceList picture{
		width: 360px;
		display: block;
		margin: 0 auto;
	}

	.voiceList dd{
		padding: 30px 0 20px;
	}

	.voiceList p{
		font-size: 17px;
	}

	.voiceList p{
		width: auto;
		padding: 0 60px;
	}

	#faq{
		padding: 70px 0;
	}

	.acdContainer {
		width: 940px;
		margin: 70px auto;
		font-size: 18px;
	}


	.acdContainer > dt {
		font-size: 21px;
		padding: 0.75em 2em 0.75em 1.5em;
		margin-top: 14px;
	}

	.acdContainer > dt::before, .acdContainer > dt::after {
		width: 16px;
		height: 2px;
		right: 20px;
	}

	footer {
		background: #333;
		color: #FFF;
		text-align: center;
		font-size: 14px;
		padding: 100px 0 150px;
	}

	#footMenu{
		width: 640px;
		margin: 0 auto 40px;
	}

	#footMenu li:not(:first-child){
		margin-top: 20px
	}

	#footMenu a{
		padding: 1em 0;
	}
	
	#shindanKeyVisual {
		height: 150px;
		background: url(/jiko/common/images/key_shindan.png), var(--mcNavy01);
		background-size: 780px;
		background-position: center, center bottom;
		background-repeat: no-repeat, repeat;
	}
	
	.companyTable{
		width: 800px;
		margin: 2em auto 5em;
	}
	
	.companyTable th{
		width: 200px;
		background: var(--mcNavy01);
		color: #FFF;
		padding: 1em 0
	}
	
	.companyTable td{
		background: #ECF0F9;
		padding: 1em
	}
	

	#fixedMenu{
		font-size: 20px;
		width: 526px;
		right: 0;
	}

	#fixedMenu ul{
		width: 470px;
		padding: 13px 0 12px;
	}	

	#fixedMenu ul li{
		width: 294px;
	}

	#fixedMenu ul li:last-child{
		width: 172px;
	}

	#fixedMenu ul li a{
		width: 274px;
		height: 70px;
		border-radius: 8px;
		box-shadow: 0 6px 0 0 #3b1617;
		text-shadow: 0 2px 0 #3b1617;
		flex-wrap: wrap;
		padding: 0 0 0 22px;
		text-align: center;
		background-size: 26px, 100%;
		background-position: 70px 20px, center;
		box-sizing: border-box;
	}

	#fixedMenu ul li:last-child a{
		background: none;
		box-shadow: none;
		padding: 3px 0 0 0;
		text-shadow: 0 2px 0 #3b1617;
	}

	#fixedMenu ul li:last-child a::after{
		content: "0120-951-695";
		display: block;
		margin-top: -12px;

	}
	
	
}












/*-------------------------------------------------------------------
	max-width:979px
-------------------------------------------------------------------*/
@media screen and (max-width:979px) {
	
	.companyTable{
		width: 88vw;
		margin: 2em auto 5em;
	}
	
	.companyTable th{
		width: 100%;
		background: var(--mcNavy01);
		color: #FFF;
		display: block;
		padding: 1em;
		box-sizing: border-box;

	}
	
	.companyTable td{
		background: #ECF0F9;
		padding: 1em 1.5em 1.75em;
		box-sizing: border-box;
		display: block;
		margin-bottom: 0.75em;
	}
}
