/*----------------------------------------------
PC：header
----------------------------------------------*/
header {
	margin: 0 auto 16px auto;
	width: 100%;
	height: 80px;
}
header .inner-head_page {
	background: #52C3F1;
	margin: 0 auto;
/*	width: 1200px;*/
	height: 80px;
	position: relative;
}
header .inner-head_page p {
	margin: 20px 0 0 32px;
	font-size: 24px;
	font-weight: 400;
	color: #ffffff;
	float: left;
}
header .inner-head_page img.jlpp-bnk {
	margin: 0 32px 0 0;
	width: 122px;
	height: auto;
	float: right;
}

.inner-head_page a {
	text-decoration: none;
	color: white;
}

/*----------------------------------------------
sp：header
----------------------------------------------*/
@media screen and (max-width: 1199px){
	header {
		margin: 0 auto 16px auto;
		width: 100%;
		height: 80px;
	}
	header .inner-head_page {
		background: #52C3F1;
		margin: 0 auto;
		width: 100%;
		height: 80px;
		position: relative;
	}
	header .inner-head_page p {
		margin: 1em 0 0 1em;
		font-size: 1.6em;
		font-weight: 400;
		color: #ffffff;
		float: left;
	}
}
/*----------------------------------------------
iPad：ヘッダー
----------------------------------------------*/
@media screen and (max-width: 1024px){

}
/*----------------------------------------------
SP：width: 834px
----------------------------------------------*/
@media screen and (max-width: 834px){
}
/*----------------------------------------------
SP：width: 768px
----------------------------------------------*/
@media screen and (max-width: 768px){
}
/*----------------------------------------------
SP：width: 414px
----------------------------------------------*/
@media screen and (max-width: 414px){
	header {
		margin: 0 auto 1em auto;
		width: 100%;
		height: 3em;
	}
	header .inner-head_page {
		background: #52C3F1;
		margin: 0 auto;
		width: 100%;
		height: 3em;
		position: relative;
	}
	header .inner-head_page p {
		margin: 1em 0 0 1em;
/*		font-size: 1.2em;*/
		font-size: 1em;*/
		font-weight: 400;
		color: #ffffff;
		float: left;
	}
	header .inner-head_page img.jlpp-bnk {
		margin: 0 1em 0 0;
		width: 6em;
		height: auto;
		float: right;
	}
}
/*----------------------------------------------
SP：width: 375px
----------------------------------------------*/
@media screen and (max-width: 375px){

}
/*----------------------------------------------
PC：sec01
----------------------------------------------*/
.sec01 {
	margin: 0 auto;
	width: 1136px;
}
.sec01 .sec-wrap {
	position: relative;
	float: left;
}
.sec01 .sec-wrap h2 {
	font-size: 26px;
	color: #999999;
	position: absolute;
	top: 16px;
	left: 0px;
	line-height: 1.2;
}
.sec01 .sec-wrap .sec-body {
	display: block;
	margin: 15px 0 40px 160px;
/*	width: 936px;*/
	text-align: left;
}
.sec01 .sec-wrap .sec-body .wrap-main {
	margin: 0 0 40px 0;
	border-bottom: 1px solid #e5e5e5;
	width: 100%;
	float: left;
}
.sec01 .sec-wrap .sec-body .wrap-main h3 {
	background: #eaf6fd;
	margin: 0 0 1em 0;
	width: 100%;
	font-size: 1.6em;
	line-height: 1.8em;
	font-weight: 600;
	color: #80cef2;
	text-align: center;
	float: left;
}
.sec01 .sec-wrap .sec-body .wrap-main .left {
	width: calc(100% - 280px);
	float: left;
}
.sec01 .sec-wrap .sec-body .wrap-main .left dl {
	margin: 1em 0 1em 1em;
}
.sec01 .sec-wrap .sec-body .wrap-main .left dl dt {
	margin: 0 0 1.5em 0;
	font-size: 1.4em;
	line-height: 1em;
	font-weight: bold;
}
.sec01 .sec-wrap .sec-body .wrap-main .left dl dt span {
	display: inline-block;
	margin: 0 0 0 0;
	font-size: 0.8em;
	line-height: 1.8em;
	font-weight: bold;
	color: #888888;
}
.sec01 .sec-wrap .sec-body .wrap-main .left dl dt small {
	display: block;
	line-height: 1.5;
	margin-top: 1rem;
}
.sec01 .sec-wrap .sec-body .wrap-main .left dl dt i {
	font-size: 14px;
	line-height: 34px;
	font-weight: bold;
	color: #333333;
	font-style: normal;
}

.sec01 .sec-wrap .sec-body .wrap-main .left dl dd {
	margin: 0 0 2em 0;
	font-size: 1.1rem;
	line-height: 1.6em;
	color: #333333;
	text-align: justify;
}
.sec01 .sec-wrap .sec-body .wrap-main .right {
	margin: 0 0 40px 0;
	width: 240px;
	float: right;
}
.sec01 .sec-wrap .sec-body .wrap-main .right img {
	margin: 1em 0 0.5em 0;
	width: 240px;
	height: auto;
}
.sec01 .sec-wrap .sec-body .wrap-main .right p {
	font-size: 1em;
	line-height: 1.8em;
	text-align: center;
}
/*----------------------------------------------
SP：sec01
----------------------------------------------*/
@media screen and (max-width: 1199px){
	.sec01 {
		margin: 0 auto;
		width: 100%;
	}
	.sec01 .sec-wrap {
		position: relative;
		width: 100%;
		float: left;
	}
	.sec01 .sec-wrap h2 {
		margin: 0 0 1em 0;
		font-size: 1.8em;
		line-height: 3em;
		text-align: center;
		color: #999999;
		position: relative;
		top: 0;
		left: 0;
	}
	.sec01 .sec-wrap .sec-body {
		display: block;
		margin: 1em 5% 2em 5%;
		width: 90%;
		text-align: left;
	}
	.sec01 .sec-wrap .sec-body .wrap-main {
		margin: 0 0 1em 0;
		border-bottom: 1px solid #e5e5e5;
		width: 100%;
		float: left;
	}
	.sec01 .sec-wrap .sec-body .wrap-main h3 {
		background: #eaf6fd;
		margin: 0 0 1em 0;
		width: 100%;
		font-size: 1.6em;
		line-height: 1.8em;
		font-weight: 600;
		color: #80cef2;
		text-align: center;
		float: left;
	}
	.sec01 .sec-wrap .sec-body .wrap-main .left {
		width: 70%;
		float: left;
	}
	.sec01 .sec-wrap .sec-body .wrap-main .left dl {
		margin: 1em 0 1em 2%;
	}
	.sec01 .sec-wrap .sec-body .wrap-main .left dl dt {
		margin: 0 0 1em 0;
		font-size: 1.4em;
		line-height: 2em;
		font-weight: 500;
	}
	.sec01 .sec-wrap .sec-body .wrap-main .left dl dt span {
		display: inline-block;
		margin: 0 0 0 0;
		font-size: 0.8em;
		line-height: 1.8em;
		font-weight: 500;
		color: #888888;
	}
	.sec01 .sec-wrap .sec-body .wrap-main .left dl dt i {
		font-size: 1em;
		line-height: 2em;
		font-weight: 500;
		color: #333333;
		font-style: normal;
	}

	.sec01 .sec-wrap .sec-body .wrap-main .left dl dd {
		margin: 0 0 2em 1em;
		font-size: 1.2em;
		line-height: 1.8em;
		color: #333333;
		text-align: justify;
		text-justify: inter-ideograph;
	}
	.sec01 .sec-wrap .sec-body .wrap-main .right {
		margin: 0 0 1em 0;
		width: 20%;
		float: right;
	}
	.sec01 .sec-wrap .sec-body .wrap-main .right img {
		margin: 1em 0 0.5em 0;
		width: 100%;
		height: auto;
	}
	.sec01 .sec-wrap .sec-body .wrap-main .right p {
		font-size: 1em;
		line-height: 1.8em;
		text-align: center;
	}
}
/*----------------------------------------------
SP：width: 414px
----------------------------------------------*/
@media screen and (max-width: 414px){
	.sec01 {
		margin: 0 auto;
		width: 100%;
	}
	.sec01 .sec-wrap {
		position: relative;
		width: 100%;
		float: left;
	}
	.sec01 .sec-wrap h2 {
		margin: 0 0 0.5em 0;
		font-size: 1.6em;
		line-height: 2em;
		text-align: center;
		color: #999999;
		position: relative;
		top: 0;
		left: 0;
	}
	.sec01 .sec-wrap .sec-body {
		display: block;
		margin: 1em 5% 2em 5%;
		width: 90%;
		text-align: left;
	}
	.sec01 .sec-wrap .sec-body .wrap-main {
		margin: 0 0 1em 0;
		border-bottom: 1px solid #e5e5e5;
		width: 100%;
		float: left;
	}
	.sec01 .sec-wrap .sec-body .wrap-main h3 {
		background: #eaf6fd;
		margin: 0 0 1em 0;
		width: 100%;
		font-size: 1.2em;
		line-height: 1.8em;
		font-weight: 600;
		color: #80cef2;
		text-align: center;
		float: left;
	}
	.sec01 .sec-wrap .sec-body .wrap-main .left {
		width: 100%;
		float: left;
	}
	.sec01 .sec-wrap .sec-body .wrap-main .left dl {
		margin: 1em 2% 1em 2%;
		width: 96%;
	}
	.sec01 .sec-wrap .sec-body .wrap-main .left dl dt {
		margin: 0 0 0.5em 0;
		font-size: 1.2em;
		line-height: 2em;
		font-weight: 500;
	}
	.sec01 .sec-wrap .sec-body .wrap-main .left dl dt span {
		display: inline-block;
		margin: 0 0 0 0;
		font-size: 0.8em;
		line-height: 1.8em;
		font-weight: 500;
		color: #888888;
	}
	.sec01 .sec-wrap .sec-body .wrap-main .left dl dt i {
		font-size: 1em;
		line-height: 2em;
		font-weight: 500;
		color: #333333;
		font-style: normal;
	}

	.sec01 .sec-wrap .sec-body .wrap-main .left dl dd {
		margin: 0 0 2em 0.5em;
		font-size: 1em;
		line-height: 1.8em;
		color: #333333;
		text-align: justify;
		text-justify: inter-ideograph;
	}
	.sec01 .sec-wrap .sec-body .wrap-main .right {
		margin: 0 0 1em 0;
		width: 100%;
		text-align: center;
		float: right;
	}
	.sec01 .sec-wrap .sec-body .wrap-main .right img {
		margin: 1em auto 0.5em auto;
		width: 50%;
		height: auto;
	}
	.sec01 .sec-wrap .sec-body .wrap-main .right p {
		font-size: 1em;
		line-height: 1.8em;
		text-align: center;
	}
}
/*----------------------------------------------
SP：width: 375px
----------------------------------------------*/
@media screen and (max-width: 375px){

}
