@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
span.no-palt {
    font-feature-settings: normal;
}
.background-auto{
    background-image: url("../image/autoimg-02.png");
	background-size: 1500px;
    background-position: calc(50% - 120px) center;
    background-repeat: no-repeat;
    border-bottom: 1px solid #ededed;
}
.background-auto > div > p{
	font-size: clamp(0.7em, 3vw, 1.8em);
	font-weight: 700;
	color: #002073;
	text-align: right;
	margin-top: 30px;
	margin-bottom: 10px;
}
.autoimg13{
	display: block;
	max-width: 800px;
	margin-left: auto;
}
.auto-top{
	display: grid;
	grid-template-columns: 0.5fr 1fr;
	gap: 10px;
}

.autoimg04{
	max-width: 300px;
}
.autoimg05{
	max-width: 750px;
	margin-top: 100px;
}
.autoimg01{
	max-width: 250px;
	display: block;
	margin: 50px auto 30px;;
}
.autoimg06{
	max-width: 1200px;
	display: block;
	margin: 30px auto 30px;
}
.autoimg07{
	max-width: 600px;
	display: block;
	margin: 0 auto;
}
.autoimg12{
	max-width: 400px;
	float: right;
	margin-top: 70px;
}
.auto-button{
	margin: 50px auto;
	max-width: 400px;
	text-align: center;
	border: solid 1px #707070;
}
.auto01{
	margin: 20px 0;
}
.auto02{
	margin-bottom: -40px;
}
.auto-illust{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  padding-bottom: 0px;
}
.illust-item{
	box-shadow: 2px 1px 4px #d6d6d6;
}
.illust-title{
	text-align: center;
	font-size: clamp(0.8em, 2vw, 1em);
	font-weight: 700;
	padding: 10px 0;
	color: #ffffff;
}
.shiwake > .illust-title{
	background-color: #55916d;
}
.shutsuryoku > .illust-title{
	background-color: #b6a94b;
}
.teishutsu > .illust-title{
	background-color: #915e9a;
}
.shinkoku > .illust-title{
	background-color: #5f67ae;
}
.illust-text{
	font-size: clamp(0.7em, 1.3vw, 1em);
	padding: 15px;
}
.illust-text > p{
	margin: 3px;
}
.auto-illust img{
	display: block;
	width: 15px;
	margin: 15px auto 0px;
}
.shiwake{
	background-color: #f1f8f7;
}
.shutsuryoku{
	background-color: #f6f8f1;
}
.teishutsu{
	background-color: #f7f4f9;
}
.shinkoku{
	background-color: #f4f5fb;
	max-width: 700px;
	margin: 0 auto;
}
.auto-progress{
	font-size: clamp(1.2em, 3vw, 2em);
	font-weight: 700;
	text-align: center;
	word-break: keep-all;
	overflow-wrap: anywhere;
}
.auto-conclusion{
    border: solid 1px #383886;
	box-shadow: 2px 1px 4px #d6d6d6;
	border-radius: 5px;
	padding: 20px;
	margin: 0 auto;
}
.auto-conclusion > p{
	color: #383886;
	font-weight: 700;
	text-align: center;
	margin: 0px;
	word-break: keep-all;
	overflow-wrap: anywhere;
}
.con-sub{
	font-size: clamp(0.8em, 2vw, 1.6em);
	padding-bottom: 10px;
}
.con-main{
	font-size: clamp(1.3em, 2.6vw, 2em);
}
.autoimg15{
	max-width: 779px;
	margin: 0px auto 50px;
	display: block;
}
.ba-center2 > div{
	margin-top: 100px;
	font-size: clamp(0.8em, 2.5vw, 1.3em);
	font-weight: 600;	
}
.mfp-iframe-scaler {
	padding-top: 56.25% !important;
}
.allfadein {
	animation-name: fadeIn;
	animation-duration: 1.0s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in;
	opacity: 0;
}
.autoimg14-2 {
    position: relative;
    object-fit: cover;
    height: 100px;
}
.autoimg14-2 img.img-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    max-width: 450px;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.6));
    padding: 0 2em;
}
.autoimg14-2 img.img-arrow {
    height: 100%;
}
.auto-last{
	display: grid;
	grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 5px;
	max-width: 1000px;
}
.auto-last-item{
	display: grid;
	grid-template-columns: 1fr 3fr;
    gap: 5px;
	background: #e3f5ff;
	padding: 20px 15px;
}
.auto-last-item > div{
	align-content: center;
}
.auto-last-item > div > img{
	max-width: 90px;
    padding-left: 10px;
	padding-right: 10px;
}
.last-sub, .last-main{
	margin: 0px;
	color: #2A80C1;
}
.last-main{
	font-weight: 500;
	font-size: 1.2em;
}

@media (max-width: 1024px){
	.background-auto{
		background-size: 1200px;
		background-position: calc(50% - 90px) center;
	}
	.ellipses{
		display: none;
	}
}
@media (max-width:790px){
	.auto-last{
		grid-template-columns: 1fr;
		max-width: 550px;
	}
}
@media (max-width:768px){
	.background-auto{
		background-size: 1000px;
		background-position: calc(50% - 70px) center;
	}
	.auto-top{
		grid-template-columns: 0.3fr 1fr;
	}
	.autoimg05{
		margin-top: 25px;
	}
	.illust-text{
		padding: 10px;
	}
	.autoimg01{
		max-width: 180px;
		margin: 20px auto 0px;
	}
}
@media (min-width:719px){
	.bullet{
		display: none;
	}
}
@media (max-width:718px){
	.illust-item{
		height: 85%;
	}
	.auto-illust{
		margin-bottom: 5px;
	}
	.illust-text{
		padding: 7px;
	}
	.illust-text > p{
		padding-left: 0.8em;
		text-indent: -0.6em;
	}
	.autoimg14-2 img.img-logo {
    max-width: 340px;
}
.autoimg14-2 {
    height: auto;
    aspect-ratio: 6/1;
}
}
@media (max-width:640px){
	.background-auto{
		background-size: 900px;
		background-position: calc(50% - 60px) center;
	}
}
@media (max-width:480px){
	.background-auto{
		background-size: 700px;
		background-position: calc(50% - 45px) center;
	}
	.auto-top{
		display: grid;
		grid-template-columns:1fr;
	}
	.autoimg01{
		max-width: 120px;
	}
	.autoimg04{
		display: none;
	}
	.autoimg05{
		margin-top: 20px;
	}
	.illust-title > span{
		display: none;
	} 
	.con-main{
		font-size: 1.2em;
	}
	.ba-center2 > div{
		margin-top: 50px;
		font-size: 0.6em;
	}
}





















