@charset "utf-8";

/**************************************************************************************

--------------------------------------------------------------------------------------
LP
***************************************************************************************/

#main {
	background-color: #004193;
	padding-bottom: 100px;
}
#main p.intro_txt {
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	padding-top: 70px;
}
#main p.intro_txt .finTxt {
	display: inline-block;
	background-color: #fff;
	color: #000;
	font-size: 24px;
	font-weight: bold;
	padding: 10px 30px;
	position: relative;
	top: -20px;
	border: 5px solid #ccff66;
	border-radius: 3px;
}
#main .lp_comts {
	background-color: #fff;
	margin-top: 50px;
	padding: 40px 15px 50px;
}
#main .lp_comts .lp_inner {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
#main .lp_comts p.titBlueTxt {
	color: #004193;
	font-weight: bold;
	font-size: 18px;
	text-indent: -1em;
	padding-left: 1em;
}
#main .lp_comts table {
	width: 100%;
	margin-top: 15px;
}
#main .lp_comts table th,
#main .lp_comts table td {
	font-size: 18px;
	line-height: 1.4;
	border-bottom: 2px solid #fff;
	padding: 15px 20px;
}
#main .lp_comts table th {
	background-color: rgba(0,65,157,.2);
	color: #004193;
	font-weight: bold;
	width: 200px;
}
#main .lp_comts table td {
	background-color: #efefef;
}
#main .lp_comts table td ul.schedule {
}
#main .lp_comts table td ul.schedule li {
	display: flex;
	flex-wrap: wrap;
}
#main .lp_comts table td ul.schedule li p {
}
#main .lp_comts table td ul.schedule li p:first-of-type {
	margin-right: 15px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
/*#main .lp_comts table td ul.schedule li.fin p:first-of-type::after {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	left: 0;
	right: 0;
	width: 100%;
	height: 1px;
	background-color: #000;
	transform: translateY(-50%);
}*/
#main .lp_comts table td ul.schedule li p span {
	font-weight: bold;
}
#main .lp_comts table td ul.schedule li p span.day {
	display: inline-block;
	min-width: 45px;
	text-align: right;
}
#main .lp_comts table td ul.schedule li.fin p:first-of-type span {
	position: relative;
}
#main .lp_comts table td ul.schedule li.fin p:first-of-type span::after {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	left: 0;
	right: 0;
	width: 100%;
	height: 1px;
	background-color: #000;
	transform: translateY(-50%);
}
#main .lp_comts table td ol.list_circle_number {
}
#main .lp_comts table td ol.list_circle_number li {
	font-weight: bold;
	font-size: 14px;
	padding-left: 20px;
	line-height: 1.6;
	position: relative;
}
#main .lp_comts table td ol.list_circle_number li + li {
	margin-top: 20px;
}
#main .lp_comts table td ol.list_circle_number li i {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #000;
	color: #fff;
	font-weight: bold;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	position: absolute;
	top: 1px;
	left: 0;
	font-size: 10px;
	line-height: 1;
}
#main .lp_comts table td .inBox {
	position: relative;
	padding-right: 115px;
}
#main .lp_comts table td .inBox img.pict {
	position: absolute;
	right: 0;
	bottom: -10px;
}
/* thead,tbodyの構成 */
#main .lp_comts table.tbl_line {
}
#main .lp_comts table.tbl_line tbody tr td:first-of-type p {
	text-indent: -1.25em;
	padding-left: 1.25em;
	text-align: left;
}
#main .lp_comts table.tbl_line tbody tr td:first-of-type span {
	font-weight: bold;
	color: #004193;
}
#main .lp_comts ul.list_step,
#main .lp_comts ul.list_other {
	font-size: 17px;
	line-height: 1.4;
}
#main .lp_comts ul.list_step li,
#main .lp_comts ul.list_other li {
	margin-top: 5px;
}
#main .lp_comts ul.list_step li span {
	display: inline-block;
	font-weight: bold;
	color: #004193;
	margin-right: 1em;
}
#main .lp_comts ul.list_other li {
	text-indent: -1em;
	padding-left: 1em;
}
#main .lp_comts .entry {
	margin-top: 40px;
}
#main .lp_comts .entry > p:first-of-type {
	color: #004193;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}
#main .lp_comts .entry a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	color: #fff;
	font-weight: bold;
	background: linear-gradient(58deg, rgba(56,161,219,1) 0%, rgba(0,65,147,1) 100%);
	font-size: 18px;
	width: 100%;
	max-width: 450px;
	min-height: 60px;
	margin: 30px auto 0;
	border-radius: 50vh;
	line-height: 1.4;
	padding: 15px;
	position: relative;
}
#main .lp_comts .entry a::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 10%;
	transform: translateY(-50%);
	background: url("../img/home/ic_link.png") center / cover no-repeat;
	width: 24px;
	height: 24px;
}
#main .lp_comts .entry a.req_before {
	pointer-events: none;
}
#main .lp_comts .entry a.req_before::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,.35);
	border-radius: 50vh;
	width: 100%;
	height: 100%;
}
#main .lp_comts .entry a span {
	display: block;
	text-align: center;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
}
#main .lp_comts .cmt {
	text-align: center;
	margin-top: 40px;
}
#main .lp_comts .cmt ul {
	line-height: 1.4;
	display: inline-block;
}
@media only screen and (min-width:769px) {
	#main .lp_comts table.tbl_line th,
	#main .lp_comts table.tbl_line td {
		padding: 10px 15px;
	}
	#main .lp_comts table.tbl_line thead tr th + th,
	#main .lp_comts table.tbl_line tbody tr td + td {
		border-left: 2px solid #fff;
	}
	#main .lp_comts table.tbl_line thead tr th {
		width: auto;
		text-align: center;
		vertical-align: middle;
	}
	#main .lp_comts table.tbl_line tbody tr td {
		vertical-align: middle;
	}
	#main .lp_comts table.tbl_line tbody tr td:nth-of-type(2),
	#main .lp_comts table.tbl_line tbody tr td:nth-of-type(4) {
		text-align: center;
	}	
}
@media only screen and (max-width:768px) {
	#main {
		padding-bottom: 50px;
	}
	#main p.intro_txt {
		padding-top: 30px;
		font-size: 16px;
		text-align: left;
	}
	#main p.intro_txt .finTxt {
		padding: 3px 20px;
		font-size: 20px;
		top: 0;
		margin-bottom: 15px;
		border-width: 3px
	}
	#main .lp_comts {
		margin-top: 30px;
		padding: 20px 15px;
	}
	#main .lp_comts p.titBlueTxt {
		font-size: 16px;
	}
	#main .lp_comts table th,
	#main .lp_comts table td {
		font-size: 16px;
		display: block;
		width: 100%;
		padding: 15px;
	}
	#main .lp_comts table td ul.schedule li {
		border-bottom: 1px dotted #ccc;
		padding-bottom: 5px;
		margin-bottom: 5px;
		display: block;
	}
	#main .lp_comts table td ul.schedule li p:first-of-type {
		display: block;
	}
	#main .lp_comts table td ul.schedule li p span.day {
		min-width: 0;
		display: inline;
	}
	#main .lp_comts table td ul.schedule li.fin p:first-of-type {
		text-decoration: line-through;
	}
	#main .lp_comts table td ul.schedule li.fin p:first-of-type span::after {
		display: none;
	}
	#main .lp_comts table td ol.list_circle_number li {
		font-size: 16px;
	}
	#main .lp_comts table td ol.list_circle_number li i {
		top: 5px;
	}
	#main .lp_comts table td .inBox {
		padding-right: 0;
	}
	#main .lp_comts table td .inBox img.pict {
		position: static;
		display: block;
		margin: 15px auto 0;
	}
	#main .lp_comts table.tbl_line thead tr th {
		display: none;
	}
	#main .lp_comts table.tbl_line tbody tr td:not(:last-of-type) {
		border-bottom-width: 1px;
		border-bottom-style: dashed;
	}
	#main .lp_comts table.tbl_line tbody tr td::before {
		content: attr(data-label);
		display: block;
		color: #004193;
		font-weight: bold;
	}
	#main .lp_comts table.tbl_line tbody tr td:first-of-type {
		padding: 0;
	}
	#main .lp_comts table.tbl_line tbody tr td:first-of-type::before {
		background-color: rgba(0,65,157,.2);
		padding: 5px 15px;
	}
	#main .lp_comts table.tbl_line tbody tr td:first-of-type p {
		padding: 5px 15px;
		padding-left: calc(15px + 1.25em);
	}
	#main .lp_comts ul.list_step,
	#main .lp_comts ul.list_other {
		font-size: 16px;
	}
	#main .lp_comts ul.list_step li span {
		display: block;
	}
	#main .lp_comts .entry {
		margin-top: 30px;
	}
	#main .lp_comts .entry > p:first-of-type {
		font-size: 16px;
	}
	#main .lp_comts .entry a {
		font-size: 16px;
	}
	#main .lp_comts .entry a::before {
		right: 5%;
	}
}
