@charset "UTF-8";
.bg-yellow {
	background-color: #FEFFD8CC;
}
.bg-yellow h3 {
	color: #ea500b;
}
.contents-top-logo-digital {
	background-image: url("../images/2022_autumn/2022image_ｃ_4c.png");
	background-repeat: no-repeat;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	background-position: bottom;
	background-size: 90%;
	padding-bottom: 34vw;
}
img.logo-digital {
	width: 30%;
	margin-top: 40px;
}
.term-digital {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5rem;
	text-align: left;
	color: #007B9D;
	margin-top: 40px;
}
img.kankospot {
	width: 50%;
	margin: 0 auto;
	display: block;
}
.readtxt {
	font-size: 2rem;
}
.keihin {
	padding: 40px;
	border-radius: 40px;
	box-sizing: border-box;
}
.keihin h3 {
	font-size: 2.5rem;
	line-height: 1.6em;
	color: #000;
}
.flow .list li {
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 30px;
	padding: 18px 0 80px 100px;
	background: url("images/flow_aro.png") no-repeat 13px bottom;
}
.flow .list li:last-child {
	background: none;
	margin-bottom: 40px;
	padding-bottom: 0;
}
.flow .list li:before {
	content: "1";
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
	height: 80px;
	background-color: #007B9D;
	font-size: 46px;
	line-height: 80px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	border-radius: 1000px;
}
.flow .list li:nth-child(1):before {
	content: "1";
}
.flow .list li:nth-child(2):before {
	content: "2";
}
.flow .list li:nth-child(3):before {
	content: "3";
}
.flow .list li:nth-child(4):before {
	content: "4";
}
.flow .list li:nth-child(5):before {
	content: "5";
}
.txt {
	width: 55%;
}
.pc-only {
	display: flex;
	margin-top: 20px;
	gap: 20px;
}
.pc-only img {
	width: auto;
	height: 70px;
}
.sp-only {
	display: none;
}
.txt01 {
	font-size: 24px;
	font-weight: bold;
}
.txt01 img.mapicon {
	width: 1em;
	vertical-align: middle;
}
.txt-orange {
	color: #ea500b;
}
.txt-blue {
	color: #007B9D;
}
.img {
	width: 45%;
	text-align: right;
}
.img img {
	height: 300px;
	width: auto;
}
img.flow-img02 {
	height: 500px;
}
img.flow-img04 {
	height: 500px;
}
.h3-themecolor {
	color: #EA5015;
	font-size: 2.2rem;
	text-align: center;
}
.doujikaisai h3 {
	color: #4d4d4d;
	font-size: 2.5rem;
	line-height: 1.5em;
}
.h2-skew {
	filter: none;
}
.h2-skew-fill {
	background-color: #ea5015;
	color: #fff;
}
.h2-skew-line {
	border-color: #ea5015;
	color: #ea5015;
}
.doujikaisai01 {
	text-align: right;
}
.doujikaisai01 img {
	width: 300px;
	margin-bottom: 20px;
}
.notice {
	font-size: 1rem;
}
/* ==========================================================
 タブレット対応（560px以上1200px以下）
========================================================== */
@media screen and (max-width: 1200px) and (min-width: 560px) {
	main.digital {
		padding: 135px 0 0 0;
	}
	.main-top {
		padding: 40px 0 0 0;
	}
	.flow .list li {
		flex-direction: column;
	}
	.txt, .img {
		width: 100%;
	}
	.img img {
		height: 200px;
	}
	.keihin h3 {
		font-size: 1.6rem;
	}
	.readtxt {
		font-size: 1.5rem;
	}
}
/* ==========================================================
 スマートフォン対応（559px以下）
========================================================== */
@media (max-width: 560px) {
	main.digital {
		padding: 90px 0 0 0;
	}
	.main-top {
		padding: 40px 0 0 0;
	}
	.flow .list li {
		flex-direction: column;
	}
	.txt, .img {
		width: 100%;
	}
	.img {
		text-align: right;
	}
	.keihin h3 {
		font-size: 0.9rem;
	}
	.keihin {
		padding: 20px;
		border-radius: 20px;
	}
	.readtxt {
		font-size: 1.5rem;
	}
	.flow .list li {
		padding: 13px 0 35px 70px;
		background-position: 18px bottom;
		background-size: 25px;
	}
	.flow .list li:before {
		width: 60px;
		height: 60px;
		line-height: 60px;
		font-size: 30px;
	}
	.pc-only {
		display: none;
	}
	.sp-only {
		display: flex;
		gap: 10px;
	}
	.img img {
		height: 230px;
		width: auto;
		margin-bottom: 20px;
	}
	img.flow-img01 {
		width: 80%;
		height: auto;
	}
	img.flow-img02 {
		width: 100%;
		height: auto;
		margin-top: 20px;
	}
	img.flow-img03 {
		width: 100%;
		height: auto;
	}
	img.flow-img04 {
		width: 100%;
		height: auto;
	}
	img.flow-img05 {
		width: 100%;
		height: auto;
	}
	img.flow-img06 {
		width: 100%;
		height: auto;
	}
	.contents-top-logo-digital::before {
		content: "";
		display: block;
		background-color: #fff;
		width: 100%;
		height: 180px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
	.contents-top-logo-digital {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		flex-direction: row;
		background-size: 160%;
		padding: 0 20px 250px 20px;
	}
	img.logo-digital {
		width: 48%;
	}
	.term-digital {
		width: 48%;
		font-size: 1.25rem;
		font-weight: bold;
		line-height: 1.5rem;
		text-align: left;
		color: #007B9D;
	}
	.term-digital span {
		font-size: .8rem;
	}
	img.kankospot {
		width: 100%;
	}
	.h3-themecolor {
		font-size: 1.5rem;
	}
	.txt01 {
		font-size: 1rem;
	}
	.txt02 {
		font-size: .8rem;
	}
	.doujikaisai h3 {
		font-size: 1.1rem;
		text-align: left;
	}
	.doujikaisai01 {
		justify-content: center;
		flex-direction: column;
	}
	.doujikaisai01 img {
		width: 60%;
		margin: 0 auto;
		margin-bottom: 10px;
	}
}