@charset "utf-8";
/* CSS Document */

		* { margin: 0; padding: 0; box-sizing: border-box;}
		section { min-width: 1000px;}
		.mv { background: url("https://ec-force.s3.amazonaws.com/narayamatoshoyak/uploads/lp/jien1500/pc/images/fv.jpg") top center no-repeat;}
		.inner { width: 1000px; margin: 0 auto;}
		header .inner { display: flex; padding: 5px 0 0 0;}
		header .inner h1,header .inner p { width: 50%;}
		.txt-l { text-align: left;}
		.txt-r { text-align: right;}
		.txt-c { text-align: center;}
		.mv .inner { height: 889px; position: relative;}
		.mv .inner p { position: absolute; bottom: 5px; right: 5px; color: rgba(255,255,255,1.00);}
		.cta { background: url("https://ec-force.s3.amazonaws.com/narayamatoshoyak/uploads/lp/jien1500/pc/images/cta-bggif.gif");}
		.cta-wrap { position: relative;}
		.cta-wrap a { position: absolute;}
		.cta-wrap a:nth-of-type(1) { top:calc(100%*136/386); left:calc(100%*5/1000) ;}
		.cta-wrap a:nth-of-type(2) {  top:calc(100%*136/386); right:calc(100%*5/1000) ;}
		.sec01 { background: url("https://ec-force.s3.amazonaws.com/narayamatoshoyak/uploads/lp/jien1500/pc/images/sec1-bg.jpg") top center repeat-y; padding: 30px 0;}
		.sec01 h2,.sec01 h3{ margin-bottom: 20px;}
		.sec01 h3 { margin-left: 150px;}
		.sec01 p { margin: 80px 0;}
		.sec02 { background: url("https://ec-force.s3.amazonaws.com/narayamatoshoyak/uploads/lp/jien1500/pc/images/sec02-bg.jpg"); padding: 80px 0;}
		.sec02 ul { list-style: none; display: flex; margin: 40px 0 80px;}
		.sec02 ul li { width: 33%;}
		.sec02 h3 { margin-bottom: 80px;}
		.sec02 p { margin-bottom: 40px;}
		.sec02 p:nth-of-type(3) { margin-bottom: 80px;}
		.sec03 { background: url("https://ec-force.s3.amazonaws.com/narayamatoshoyak/uploads/lp/jien1500/pc/images/fv2-bg.png") top center no-repeat;}
		.sec03 .inner { height: 1198px; padding: 60px 0;}
		.sec04 h2 { background: url("https://ec-force.s3.amazonaws.com/narayamatoshoyak/uploads/lp/jien1500/pc/images/sec04-h2-bg-.jpg") repeat-x; height: 170px;}
		.sec04 .point01 { background: url("https://ec-force.s3.amazonaws.com/narayamatoshoyak/uploads/lp/jien1500/pc/images/poin01-bg.jpg") bottom center no-repeat;}
		.sec04 .point02 { background: url("https://ec-force.s3.amazonaws.com/narayamatoshoyak/uploads/lp/jien1500/pc/images/poin02-bg.jpg") bottom center no-repeat;}
		.sec04 { background:url("https://ec-force.s3.amazonaws.com/narayamatoshoyak/uploads/lp/jien1500/pc/images/sec04-bg.jpg") bottom center no-repeat,url("https://ec-force.s3.amazonaws.com/narayamatoshoyak/uploads/lp/jien1500/pc/images/sec04-bg2.jpg") top center repeat-y; padding-bottom: 600px; position: relative;}
		.sec04 p.arrow { position: absolute;bottom: -80px; left:calc(50% - 444px);}
		.sec04 .point03 h3,.sec04 .point03 h4 { margin: 40px 0 20px;}
		.sec05 { background: url("https://ec-force.s3.amazonaws.com/narayamatoshoyak/uploads/lp/jien1500/pc/images/sec5-bg.jpg"); padding: 80px 0 0;}
		.sec05 p { margin: 30px 0 0;}
		/*lightBox*/

		#lean_overlay {
			position: fixed;
			z-index: 10000;
			top: 0px;
			left: 0px;
			height: 100%;
			width: 100%;
			background: #000;
			display: none;
			opacity: 0.5;
		}

		.kakuninBody {
			cursor: default;
			border-radius: 6px;
			background: #fff;
			/*background-image: url(../../../ryoushin/images/pc/popup/bg01.gif);*/
			background-repeat: no-repeat;
			background-position: center center;
			border: 2px solid #840822;
			display: none;
			width: 940px;
			height: 584px;
		}

		.kakuninBody.popup {
			position: fixed;
			z-index: 11000;
			left: 0px;
			top: 0px;
			bottom: 0px;
			right: 0px;
			margin: auto;
		}

		.kakuninBodyInner {
			position: relative;
			padding: 0 50px 60px 50px;
			text-align: left;
		}

		.kakuninBody h3 {
			height: 33px;
			padding: 31px 0 16px;
			text-align: center;
			border-bottom: 2px dotted #eee;
			margin-bottom: 40px;
			display: block;
		}

		.kakuninBody p, .kakuninBody dt, .kakuninBody dd {
			line-height: 36px;
			font-size: 18px;
		}

		.kakuninBody dl {
			padding: 20px 36px;
		}

		.kakuninBody dt {
			font-weight: bold;
		}

		.kakuninBody ul {
			width: 530px;
			height: 60px;
			margin: 50px auto 0;
			list-style: none;
		}

		.kakuninBody li.backBtn {
			height: 60px;
			width: 110px;
			float: left;
		}

		.kakuninBody li.agbtn {
			width: 400px;
			float: right;
		}

		.kakuninBody li.agbtn2 {
			width: 400px;
			float: right;
		}

		.kakuninBody li a:hover img {
			filter: alpha(opacity=70);
			-moz-opacity: 0.7;
			-ms-filter: "alpha(opacity=70)";
			opacity: 0.7;
			zoom: 1;
		}

		.kakuninBody li a img {
			filter: alpha(opacity=100);
			-ms-filter: "alpha(opacity=100)";
			-moz-opacity: 1;
			opacity: 1;
			zoom: 1;
		}
       .clearfix:after {
			display: block;
			clear: both;
			height: 0px;
			visibility: hidden;
			content: ".";
		}

		.modal-open {
			cursor: pointer;
		}

		.modal-open:hover {
			opacity: 0.7;
		}

		li#agbtn {
			float: right;
		}

/*attentionArea*/

		.attentionArea {
			border: 1px solid #E1E1E1;
			padding: 22px 0 25px;
			margin-bottom: 20px;
		}

		.attentionArea .box01, .attentionArea .box02 {
			width: 900px;
			margin-right: auto;
			margin-left: auto;
			margin-bottom: 0;
			padding-top: 20px;
		}

		.attentionArea h4 {
			font-size: 16px;
			font-weight: bold;
			width: 900px;
			border-bottom: 1px solid #CDCDCD;
			line-height: 1.8;
			margin-bottom: 30px;
			background-color: #F0F0F0;
			padding-left: 9px;
		}

		.attentionArea .boxIn .left, .attentionArea .boxIn .right {
			width: 427px;
			float: left;
		}

		.attentionArea .boxIn .right .right_txt {
			text-indent: -1em;
			padding-left: 1em;
		}

		.attentionArea .boxIn .right .right_txt_top {
			margin-bottom: 0;
		}

		.attentionArea .boxIn .left {
			margin-right: 41px;
		}

		.attentionArea .boxIn dt {
			text-align: left;
			/*background: url(../../../ryoushin/images/pc/attention_bg.png) 0 0 no-repeat;*/
			background-color: rgba(241, 241, 241, 1.00);
			font-size: 14px;
			font-weight: bold;
			height: 24px;
			line-height: 26px;
			text-align: center;
			margin-bottom: 10px;
			border-bottom: 1px solid #7F7FB3;
		}

		.attentionArea .boxIn dd {
			margin-bottom: 20px;
			font-size: 12px;
			line-height: 1.8;
		}

		.attentionArea .boxIn dd span.color_txt {
			color: #FF0000;
			font-weight: bold;
		}

		.attentionArea .boxIn dd p {
			margin-bottom: 10px;
		}

		.attentionArea .boxIn dd a {
			text-decoration: underline;
			color: #0000FF;
		}

		.attentionArea .boxIn table {
			width: 380px;
			margin: 0 auto 20px;
			border-top: 1px solid #ccc;
			border-left: 1px solid #ccc;
		}

		.attentionArea .boxIn table th, .attentionArea .boxIn table td {
			height: 24px;
			vertical-align: middle;
			border-right: 1px solid #ccc;
			border-bottom: 1px solid #ccc;
			font-size: 11px;
		}

		.attentionArea .boxIn table th {
			text-align: center;
			font-weight: bold;
		}

		.attentionArea .boxIn dd span.s_txt {
			color: #000;
			font-weight: normal;
		}

		.attentionArea .boxIn table td {
			padding: 6px 6px;
		}

		.attentionArea .boxIn .left table td+td {
			text-align: center;
		}

		.attentionArea .boxIn .table_center {
			text-align: center;
		}

		.attentionArea .box02 dd.fl div {
			float: left;
			width: 106px;
			margin-right: 15px;
		}

		.attentionArea .box02 dd.fl p {
			float: left;
			/*	width: 300px;*/
		}

		.clearfix:after {
			content: ".";
			display: block;
			clear: both;
			height: 0;
			visibility: hidden;
		}