@charset "utf-8";

/* 背景柄 */
.bg01 {
	background-image: none;
	padding-top: 50px;
	padding-bottom: 240px;
}
@media screen and (max-width: 1024px) {
	.bg01 {
		background-image: url("../../common/images/bgimg01_sp.png");
		background-repeat: repeat-y;
		background-position: center top -160px;
		background-size: 300% auto;
		padding-top: 70px;
		padding-bottom: 100px;
		margin-top: -50px;
	}
}

.mainimg {
	background-image: url("../images/hdimg02_pc.jpg");
}
@media screen and (max-width: 1024px) {
	.mainimg {
		background-image: url("../images/hdimg02_sp.jpg");
	}
}

.entrybtnwrap {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -150px;
	display: flex;
	justify-content: flex-end;
}
.entrybtn a {
	width: 200px;
	height: 200px;
	border-radius: 50vh;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.2em;
	color: #fff;
	text-align: center;
	background-color: #0064dc;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url("../images/icn_btn.png");
	background-repeat: no-repeat;
	background-position: center bottom 30px;
	background-size: auto 20px;
	padding-bottom: 20px;
}
.entrybtn a:hover {
	background-color: #76a1e4;
}
.qrwrap {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -130px;
	display: flex;
	justify-content: flex-end;
}
.qr {
	width: 200px;
	height: 200px;
	border-radius: 50vh;
	background-color: #fff;
	border: #0064dc solid 1px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.qr img {
	
}
@media screen and (max-width: 1024px) {
	.entrybtnwrap {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		margin-top: -50px;
	}
	.entrybtn a {
		width: 100px;
		height: 100px;
		font-size: 14px;
		background-position: center bottom 15px;
		background-size: auto 10px;
		padding-bottom: 10px;
	}
	.qrwrap {
		display: none;
	}
}

h2.pmds {
	font-size: 32px;
	font-weight: 500;
	line-height: 1.5em;
	color: #0064dc;
	text-align: center;
	padding-bottom: 30px;
}
h2.pmds:nth-of-type(2) {
	margin-top: 150px;
}
.tablewrap {
	max-width: 1040px;
	margin-left: auto;
	margin-right: auto;
}
table.type1 {
	width: 100%;
	border-collapse: collapse;
	line-height: 2.0em;
}
table.type1 th, table.type1 td {
	padding-top: 28px;
	padding-bottom: 27px;
	font-weight: normal;
}
table.type1 th {
	border-bottom: #0461c6 solid 2px;
	border-right: #fff solid 8px;
	vertical-align: top;
	text-align: center;
	width: 28%;
	color: #0461c6;
	font-weight: 500;
	white-space: nowrap;
	letter-spacing: 0.2em;
}
.treatment table.type1 th {
	border-right: #e6f3ec solid 8px;
}
table.type1 td {
	border-bottom: #bababa solid 1px;
	padding-left: 20px;
	padding-right: 20px;
}
table.type1 td p:nth-of-type(2) {
	padding-top: 40px;
}
table.type1 a,
table.type1 .txc{
	color: #0461c6;
}

.prowrap {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 1024px) {
	h2.pmds {
		font-size: 18px;
		padding-bottom: 20px;
	}
	h2.pmds:nth-of-type(2) {
		margin-top: 60px;
	}
	.tablewrap {
		margin-left: 20px;
		margin-right: 20px;
	}
	table.type1 {
		width: auto;
		line-height: 1.6em;
	}
	table.type1 th,
	table.type1 td {
		display: block;
	}
	table.type1 th {
		width: auto;
		border-right: none;
		border-bottom: none;
		text-align: left;
		padding-top: 20px;
		padding-bottom: 14px;
	}
	table.type1 th span {
		border-bottom: #0461c6 solid 2px;
		padding-bottom: 3px;
	}
	table.type1 td {
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 0;
		padding-bottom: 10px;
	}
	table.type1 td p:nth-of-type(2) {
		padding-top: 30px;
	}
}

.treatment {
	background-color: #e6f3ec;
	margin-top: 190px;
	padding-top: 90px;
	padding-bottom: 190px;
}
@media screen and (max-width: 1024px) {
	.treatment {
		margin-top: 50px;
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

.rinen {
	max-width: 1040px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 1024px) {
	.rinen {
		margin-left: 20px;
		margin-right: 20px;
	}
}

.rinen h3 {
	display: table;
	margin-left: auto;
	margin-right: auto;
	margin-top: 120px;
	margin-bottom: 60px;
}
.rinen h3 span {
	color: #0064dc;
	font-size: 20px;
	position: relative;
}
.rinen h3 span::before,
.rinen h3 span::after {
	content: "";
	display: inline-block;
	width: 2px;
	height: 42px;
	background-color: #0064dc;
	position: absolute;
	top: -6px;
	transform: rotate(45deg);
}
.rinen h3 span::before{
	left: -30px;
}
.rinen h3 span::after{
	right: -40px;
}
.rinen p {
	text-align: center;
	font-size: 20px;
	line-height: 2.0em;
}
.rinen .uline {
	position: relative;
}
.rinen .uline::after {
	content: "";
	display: block;
	width: 110px;
	height: 4px;
	background-color: #0064dc;
	position: absolute;
	bottom: -24px;
	left: 50%;
	transform: translateX(-50%)
}
.rinen .d2 {
	padding-top: 50px;
}
@media screen and (max-width: 1024px) {
	.rinen h3 {
		margin-top: 60px;
		margin-bottom: 30px;
	}
	.rinen h3 span {
		font-size: 18px;
		
	}
	.rinen h3 span::before,
	.rinen h3 span::after {
		height: 21px;
		top: 4px;
	}
	.rinen p {
		font-size: 14px;
		line-height: 1.6em;
	}
	.rinen .uline::after {
		width: 60px;
		height: 2px;
		bottom: -12px;
	}
	.rinen .tc {
		text-align: center;
	}
	.rinen .d2 {
		text-align: center;
		padding-top: 20px;
	}
}



.list {
	display: table;
	margin-left: auto;
	margin-right: auto;
	text-align: left !important;
}
.midway ul {
	margin-top: 30px;
	padding-bottom: 30px;
}
.list li {
	font-size: 20px;
	margin-bottom: 35px;
	line-height: 100%;
	padding-left: 15px;
	position: relative;
}
.list li::before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 20px;
	background-color: #0064dc;
	position: absolute;
	top: 2px;
	left: 0px;
}
.add {
	display: table;
	margin-left: auto;
	margin-right: auto;
	text-align: left !important;
}
@media screen and (max-width: 1024px) {
	.list {
		display: block;
		margin-left: 20px;
		margin-right: 20px;
	}
	.midway ul {
		margin-top: 20px;
		padding-bottom: 20px;
	}
	.list li {
		font-size: 14px;
		margin-bottom: 15px;
		padding-left: 10px;
		line-height: 1.4em;
	}
	.list li::before {
		width: 3px;
		height: 14px;
		top: 3px;
	}
}
