@charset "utf-8";
.intro ul:first-child li:first-child {
	width: 43%;
	background: url("../img/introlucky.jpg") no-repeat top center;
	background-size: cover;
	height: 473px;
}
html body .intro ul li h1 .lucky_c {
	font-size: 3.6rem;
}
.intro .i_lucky {
	text-align: center;
	font-size: 2.4rem;
  font-family: 'Lato', 'Shippori Mincho B1', 'Noto Sans JP', serif;
}
#lucky_taisetu {
	background: rgba(239,150,34,.1);
}
#lucky_taisetu h2 {
	font-size: 3.6rem;
	text-align: center;
	padding: 55px 0 0;
	margin: 100px 0 0;
  font-family: 'Lato', 'Shippori Mincho B1', 'Noto Sans JP', serif;
}
.p_tai {
	padding: 32px 0 0;
	text-align: center;
	font-size: 2rem;
}
.taisetsuni {
	background: url("../img/luckybg.png") no-repeat right bottom;
	max-width: 1000px;
	margin: 55px auto 0;
	padding: 0 0 260px;
}
.taisetsuni ul {
	display: flex;
	justify-content: center;
}
.taisetsuni ul li {
	background: url("../img/fukidashi.svg") no-repeat left top;
	background-size: contain;
	width: 300px;
	height: 150px;
	padding: 25px;
}
.l_check {
	padding: 55px 0 0;
}
.l_check h3 {
	max-width: 800px;
	margin: 0 auto;
	font-size: 2rem;
	line-height: 1.8;
}
.l_check ul {
	max-width: 800px;
	margin: 0 auto;
	padding: 32px;
}
.l_check ul li {
	display: flex;
	align-items: center;
	min-height: 48px;
}
.l_check ul li::before {
	content: url("../img/checkbox.svg");
	width: 73px;
	padding: 0 12px 0 0;
}
.l_check ul li p {
	padding: 6px 0 0;
	font-size: 2rem;
}
#lucky_timeline {
	padding: 155px 0 0;
}
#lucky_timeline h2 {
	font-size: 3.6rem;
	text-align: center;
	font-family: 'Lato', 'Shippori Mincho B1', 'Noto Sans JP', serif;
}
#lucky_timeline ul {
	max-width: 900px;
	margin: 87px auto 0;
}
#lucky_timeline ul li {
	display: flex;
	align-items: flex-start;
	padding-bottom: 32px;
	background: url("../img/luckytbg.png") repeat-y left 125px top;
}
#lucky_timeline ul li:last-child {
	background: none;
}
#lucky_timeline ul li p:first-child {
	min-width: 260px;
	border-radius: 10px;
	border: 1px solid #333;
	box-shadow: 2px 2px 10px rgba(150,150,150,.5);
	padding: 16px;
	text-align: center;
	font-size: 2.2rem;
	font-family: 'Lato', 'Shippori Mincho B1', 'Noto Sans JP', serif;
	background: #fff;
}
#lucky_timeline ul li p:last-child {
	padding: 0 0 0 32px;
	font-size: 1.6rem;
}
#mamechisiki {
	margin: 155px 0 0;
}
#mamechisiki h2 {
	text-align: center;
	font-size: 3.6rem;
	font-family: 'Lato', 'Shippori Mincho B1', 'Noto Sans JP', serif;
}
#mamechisiki ul {
	max-width: 950px;
	margin: 55px auto 0;
}
#mamechisiki ul li {
	display: flex;
	justify-content: center;
	padding:32px 0 0;
}
#mamechisiki ul li div  {
	padding: 0 0 0 25px;
}
#mamechisiki ul li h5 {
	display: inline-block;
	border-bottom: 1px solid rgba(239,150,34,1);
	font-size: 2.4rem;
}
#mamechisiki ul li p {
	padding: 18px 0 0;
}
#jissai {
	margin: 155px 0 0;
}
#jissai .j_f {
	background: rgba(239,150,34,.1) ;
	padding:55px 0 0;
}
#jissai h2 {
	text-align: center;
	font-size: 3.6rem;
	font-family: 'Lato', 'Shippori Mincho B1', 'Noto Sans JP', serif;
}
#jissai .j_bg {
	display: flex;
	justify-content: center;
	padding: 32px 0 32px;
	max-width: 900px;
	margin: 0 auto;
}
#jissai .j_bg img {
	max-width: 460px;
}
#jissai dl {
	padding: 0 0 0 32px;
}
#jissai dt {
	text-align: center;
	font-size: 2.4rem;
	font-family: 'Lato', 'Shippori Mincho B1', 'Noto Sans JP', serif;
}
#jissai dd{
	padding: 16px 16px 0;
}
.cmaction {
	width: 100%;
	padding: 55px 0 32px;
	background: rgba(33,98,199,.2);
	text-align: center;
}
.cmaction h3 {
	text-align: center;
	font-size: 2.8rem;
	font-family: 'Lato', 'Shippori Mincho B1', 'Noto Sans JP', serif;
	border: 1px solid rgba(17,97,163,1.00);
	padding: 15px 28px;
	display: inline-block ;
	color: rgba(17,97,163,1.00);
}
.cm_f {
	padding: 16px 16px 0;
	max-width: 900px;
	margin: 0 auto;
	text-align: left;
	line-height: 1.8;
}
#jissai ul li {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 32px 16px;
}
#jissai .cmstep li:nth-child(odd) {
	background: rgba(239,150,34,.1);
}
#jissai .cmstep li:nth-child(even) {
	background: rgba(255,220,130,.1);
}

.step_circle {
	width: 146px;
	height: 146px;
	border-radius: 73px;
	background: #fff;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-family: 'Lato', 'Shippori Mincho B1', 'Noto Sans JP', serif;
	font-size: 2.4rem;
}
.step_circle span {
	font-size: 3.2rem;
}
#jissai .cmstep li p:last-child {
	max-width: 520px;
	padding: 0 0 0 32px;
}
.j_oth {
	max-width: 900px;
	padding: 32px 16px;
	margin: 0 auto;
}
.j_oth h3 {
	font-size: 2.4rem;
	font-family: 'Lato', 'Shippori Mincho B1', 'Noto Sans JP', serif;
}
#jissai .j_oth ul li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.j_oth ul li p:first-child {
	width: 240px ;
	border: 1px solid #333;
	padding: 16px;
	font-size: 2rem;
	text-align: center;
	border-radius: 10px;
}
.j_oth ul li p:nth-child(2) {
	padding: 0 0 0 32px;
	max-width: 580px;
}
.j_oth ul li div {
	width: 100%;
	border: 1px solid #333;
	background: rgba(239,150,34,.1);
	border-radius: 10px;
	padding: 16px;
	margin: 16px auto;
	box-shadow: 2px 2px 10px rgba(250,200,200,.2);
}
.j_oth ul li:first-child div dl {
	background: url("../img/koe01.png") no-repeat right bottom;
	min-height: 180px;
}
.j_oth ul li:nth-child(2) div dl {
	background: url("../img/koe02.png") no-repeat right bottom;
	min-height: 180px;
}
.j_oth ul li:nth-child(3) div dl {
	background: url("../img/koe03.png") no-repeat right bottom;
	min-height: 180px;
}

#jissai .j_oth dt {
	text-align: left;
	font-size: 2.2rem;
	color: #3c92be;
}
#jissai .j_oth dd {
	max-width: 600px;
	padding:16px 0;
}
.j_zaitaku {
	max-width: 900px;
	padding: 32px 16px;
	margin: 0 auto;
}
.j_zaitaku h3 {
	font-size: 2.4rem;
	font-family: 'Lato', 'Shippori Mincho B1', 'Noto Sans JP', serif;
}
.j_zaitaku .step_circle {
	border: 1px solid rgba(235,102,12,1.00);
}
.j_zaitaku li {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 32px 16px;
}
.j_zaitaku li p:last-child {
	max-width: 520px;
	padding: 0 0 0 32px;
}
@media screen and (max-width: 960px) {
	.taisetsuni {
		background-position: center bottom;
	}
	.taisetsuni ul {
		flex-wrap: wrap;
	}
	#jissai .j_oth dd {
		max-width: 800px;
		padding: 16px 200px 16px 0;
	}
	.intro ul li h1 {
		padding: 32px 0 0 32px;
	}
	.intro ul li p {
		padding: 32px 0 0 32px;
	}

}
@media screen and (max-width: 600px) {
	.l_check ul li::before {
		min-width: 50px;
		max-width: 50px;
	}
	.l_check ul li {
		padding: 4px 0;
	}
	#lucky_timeline ul li {
	flex-wrap: wrap;
		justify-content: center;
		background: none;
		
	}
	#lucky_timeline ul li p:last-child {
		padding: 16px;
	}
	#mamechisiki ul li {
		flex-wrap: wrap;
	}
	#jissai .j_bg {
		flex-wrap: wrap;
	}
	#jissai dl {
		padding: 0 16px;
	}
	.j_oth ul li:first-child div dl {
		background: none;
	}
	.j_oth ul li:nth-child(2) div dl {
		background: none;
	}
	.j_oth ul li:nth-child(3) div dl {
		background: none;
	}
	#jissai .j_oth dd {
		padding: 16px 0;
	}
	.j_oth ul li p:nth-child(2) {
		padding: 16px 0;
	}

}