@charset "utf-8";
#contentsWrap {
	margin: auto;
	width: 800px;
	background-color:#fff;
}
.l-wrapper {
	width: 100%;
}
.l-header-wrap {
	/*border-bottom: 1px solid #d0d0d0;*/
}
.l-header-contents {
	width: 800px;
	margin: auto;
	padding: 10px 0;
}
#contentsWrap {
	margin: auto;
	padding: 0px;
	width: 800px;
}
#img_01{
	width:100%;
	height:auto;
	max-width:800px;
}
#detailTxt1,
#detailTxt2{
	margin:0px 10px 0px 10px;
}

.p-policy-wrap {
	width: 660px;
	margin: 30px auto;
}
.p-policy-box {
	width: 650px;
	height: 6rem;
	overflow: hidden;
	overflow-y: scroll;
	font-size: 14px;
	padding: 10px !important;
	background-color: #fff;
}
.p-heading-01 {
	color: #222222;
	font-size: 24px;
	font-weight: 500;
	padding-left: 15px;
	margin-bottom: 15px;
}
.p-heading-02 {
	color: #222222;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
	padding-bottom: 6px;
}
.p-heading-03 {
	padding: 10px;
	border-left: 10px solid;
	font-size:20px;
	margin:15px 0px;
}
#footer {
	padding: 14px 0;
	margin-top:40px;
}
.copyRight {
	color: #fff;
	font-size: 13px;
	text-align:center;
}
.p-flow-list {
	margin-top: 30px;
	display: flex;
}
.p-flow-list li {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	background-color: #f5f5f5;
	font-size: 18px;
	font-weight: 400;
	padding: 0px 0px;
	height: 40px;
	width: 200px;
	text-align: center;
	color: #9c9c9c;
	position: relative;
	justify-content: center;
	align-items: center;
}
.p-flow-list li:after {
	content: "";
	position: absolute;
	right: -80px;
	width: 40px;
	top: 0;
	z-index: 10;
	border-left: 20px solid #f5f5f5;
	border-top: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid transparent;
}
.p-flow-list li.is_on {
	color: #fff;
}
.p-flow-list li.is_on:after {
	border-left: 20px solid #4280B4;
	border-top: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid transparent;
}
.mktoForm .mktoLabel {
    font-weight: bold;
}
@media screen and (min-width: 0px) and (max-device-width: 540px) {

	.l-wrapper {
		width: 100%;
	}
	.l-header-contents {
		width: 100%;
	}
	#contentsWrap {
		width: 96%;
	}
	.p-policy-wrap {
		width: 90%;
	}
	.p-policy-box {
		width: 100%;
		height: 5rem;
	}
	.footerLink02 {
		display: block;
		width: 100%;
		text-align: center;
	}
	.footerLink02 ul {
		display: block;
	}
	.footerLink02 ul li {
		border: none;
		padding-bottom: 10px;
		padding-right: 0px;
	}
	.p-flow-list li {
		background-color: #f5f5f5;
		font-size: 18px;
		font-weight: 400;
		padding: 0;
		width: 40%;
		text-align: center;
	}
}
.p-form-wrap {
	background-color: #F2F6F8;
	padding: 25px 15px 35px;
	margin: 25px 10px 0px 10px;
}
.mktoOffset {
    display: none;
}
.mktoButtonRow {
	width: 100%;
	text-align: center !important;
}
.mktoButtonWrap.mktoSimple {
	margin-left: 0 !important;
}
.p-btn-top {
	width: 400px;
	margin: auto;
}
.mktoButtonWrap.mktoSimple .mktoButton, .p-btn-top a {
	display: block;
	border-radius: 5px;
	background-color: #fff !important;
	background-image: none !important;
	cursor: pointer;
	font-size: 17px !important;
	font-weight: bold;
	margin: 15px auto 0 !important;
	padding: .8em 0em !important;
	-webkit-transition: all .3s;
	transition: all .3s;
    width: 100%;
	max-width: 276px;
    text-align: center;
}
.mktoButtonWrap.mktoSimple .mktoButton:hover, .p-btn-top a:hover {
	color: #fff !important;
	-webkit-transition: all .3s;
	transition: all .3s;
	text-decoration: none;
}
.mktoForm {
	margin: auto;
}
@media screen and (min-width: 0px) and (max-device-width: 540px) {
	.p-btn-top {
		width: 100%;
	}
	.p-btn-top a {
		padding: .8em 0em !important;
		text-align: center;
	}
	
	.p-policy-wrap {
		width: 100%;
	}

	.p-policy-box {
		height: 180px;
	}

	.mktoHtmlText.mktoHasWidth p {
		padding: 0 !important;
	}
	.mktoForm label.mktoLabel {
    margin-bottom: 12px;
    padding-left: 0px;
    text-indent: 0px;
    line-height: 1.8;
		width: 100% !important;
}
	.mktoForm input[type=text] {
    width: 100% !important;
}
	.mktoFieldDescriptor.mktoFormCol {
    width: 100%;
}
	.mktoFieldWrap {
    width: 100%;
}
	.mktoForm .mktoFormCol {
    width: 100%;
}
	.mktoHtmlText.mktoHasWidth {
    width: 95% !important;
}
	.mktoForm label[for="Industry"] {
    margin-bottom: 12px;
    padding-left: 0px;
    text-indent: 0px;
    line-height: 1.8;
}
	.mktoForm .mktoFormRow textarea {
    height: 7rem !important;
}

	
}