@charset "utf-8";

/*-----------------------------------------------------	*/
/*	for all						*/
/*-----------------------------------------------------	*/
	/*** main 689px ***/
	.PcOnly{
		display: block;
	}
	.SpOnly{
		display: none;
	}

	.subcolor1{color:#E0B0C0;}
	.subbgcolor1{background: #E0B0C0;}
	.subcolor2{color: #B1D6E6;}
	.subbgcolor2{background: #B1D6E6;}
	.flex-wrap{
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.TxtLeft{text-align: left;}

	.top-box{}
	.top-box h2{
		position: relative;
		text-align: left;
		padding: 15px 30px;
		background: url(grp/ttl-bg.png) no-repeat;
		background-size: auto;
		background-size: contain;
		line-height: 21px;
		margin-bottom: 20px;
	}
	.top-box h2 span{
		position: absolute;
		right: 30px;
	}

	.left_bc-box{
		border: 1px solid #bbb;
	}
	.left_bc-box h2{
		font-size: 28px;
		font-family: "游明朝";
		margin: 25px auto -10px;
    	line-height: 50px;
	}
	.left_bc-box h2 img{
		width: 300px;
		max-width: 0 auto;
	}

	
	.section-ttl{
		background: #FAEA91;
		font-size: 22px;
		font-weight: bold;
		margin: 35px auto;
		padding: 20px 0;
		line-height: 35px;
	}
	.block1{
		border-bottom: 1px solid #bbb;
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
	.block1-List{
		-ms-flex-pack: distribute;
    	justify-content: space-around;
    	padding: 0 5px;
	}
	.block1-List li{
		width: 48%;
		margin: 0 auto;
	}
	.block1-List li:nth-child(1){
		border-right: 1px dashed #bbb;
    	padding-right: 11px;
	}
	.block1-List li:nth-child(1):after{

	}
	.block1-List li .block1-List-box{
		position: relative;
		border-bottom: 2px solid #bbb;
		background: #fff;
		color: #000;
		text-align: center;
		font-size: 24px;
		padding: 0px 0 10px;
		margin: 0 auto 30px;
	}
	.block1-List li:nth-child(2) .block1-List-box{
		padding: 0 0 11px;
	}
	.block1-List li .block1-List-box:before{
		content: "";
		position: absolute;
		bottom: -30px;
		left: 50%;
		margin-left: -2px;
		border: 17px solid transparent;
		border-top-color: transparent;
		border-top-style: solid;
		border-top-width: 17px;
		border-top: 16px solid #fff;
		z-index: 2;
    }
    .block1-List li .block1-List-box:after {
        position: absolute;
		border: 15px solid transparent;
		border-top-color: transparent;
		border-bottom-width: 15px;
		border-top-color: #bbb;
		border-bottom-width: 0;
		bottom: -17px;
		content: "";
		left: 50%;
		z-index: 1;
    }
	.block1-List li h4{
		font-size: 16px;
		font-weight: bold;
		padding: 8px 0;
	}
	.block1-List li p{
		font-size: 16px;
	}

	.block1-List-txt{
		margin: 35px auto 25px;
		height: 85px;
	}
	.block1-List li .check1{
		position: relative;
		text-align: left;
		padding-left: 60px;
		margin-bottom: 15px;
		font-size: 18px;
	}
	.block1-List li:nth-child(1) .check1:before{
		content: "";
		background: url(grp/check-red.svg) no-repeat;
		background-size: contain;
		background-position: left;
		width: 33px;
		height: 33px;
		display: inline-block;
		position: absolute;
		left: 21px;
		top: -6px;
	}
	.block1-List li:nth-child(2) .check1:before{
		content: "";
		background: url(grp/check-blue.svg) no-repeat;
		background-size: contain;
		background-position: left;
		width: 33px;
		height: 33px;
		display: inline-block;
		position: absolute;
		left: 21px;
		top: -6px;
	}
	.block1-List li p.txt1{
		font-size: 18px;
	}
	.block1-List li p.txt1 span{
		font-weight: bold;
	}


	.block2{
		border-bottom: 1px solid #bbb ;
	}
	.block2-List{
		-ms-flex-pack: distribute;
		justify-content: space-around;
		padding: 0 5px;
	}
	.block2-List > li{
		width: 47%;
		margin: 0 auto;
	}
	.block2-List > li:nth-child(1){
		border-right: 1px dashed #bbb;
		padding-right: 16px;
	}
	.block2-List li .block2-List-in li{
		margin-bottom: 40px;
		position: relative;
	}
	.block2-List li:nth-child(1) .block2-List-in li::after{
		content: "";
		background: url(grp/arrow.png) no-repeat;
		background-size: contain;
		width: 28px;
		height: 18px;
		position: absolute;
		bottom: -36px;
		right: 10px;
	}
	.block2-List li:nth-child(2) .block2-List-in li::after{
		content: "";
		background: url(grp/arrow.png) no-repeat;
		background-size: auto;
		background-size: contain;
		width: 28px;
		height: 18px;
		position: absolute;
		bottom: -36px;
		left: 10px;
	}
	.block2-List li .block2-List-in .data{
		margin-bottom: 281px;
	}
	.block2-List li .block2-List-in  li.data:after{
		content: "";
		background: url(grp/arrowG.png) repeat-y;
		background-size: auto;
		background-size: cover;
		width: 27px;
		height: 254px;
		position: absolute;
		bottom: -273px;
		right: 10px;
	}
	.block2 .set{
		width: 52%;
		margin: 35px auto;
		padding-right: 1%;
	}
	.block3{}
	.block3-Txt{
		font-size: 18px;
		font-weight: bold;
		line-height: 40px;
	}
	.block3-Txt .span0{
		font-size: 22px;
		font-weight: bold;
	}
	.block3-Txt .span1{
		font-size: 24px;
		color: #bf2a2a;
	}
	.block3-Txt .span2{
		font-size: 30px;
		font-weight: bold;
		color: #bf2a2a;
	}
	.block3 .sub-ttl{
		background: #f3e7e2;
		text-align: left;
		padding: 10px 0 10px 127px;
		margin: 40px 1% 60px;
		font-size: 18px;
		font-weight: bold;
		line-height: 32px;
		position: relative;
	}
	.block3 .sub-ttl:after{
		content: "";
		background: url(grp/arrowR.png) no-repeat;
		background-size: contain;
		width: 40px;
		height: 35px;
		position: absolute;
		bottom: -57px;
		right: 0;
		left: 0;
		margin: auto;
	}
	.block3-Price{
		width: 80%;
		margin: 0 auto;
	}
	.block3 .TxtLeft{
		padding-left: 83px;
	}

	
	.block3 .muryo{
		width: 55%;
		margin: 35px auto 35px 100px;
		position: relative;
	}
	.block3 .muryo::after{
		content: "";
		background: url(grp/img14-2.png) no-repeat;
		background-size: contain;
		display: inline-block;
		width: 185px;
		height: 145px;
		position: absolute;
		right: -191px;
		top: -16px;
	}
	.block3 .muryo img{
		width: 100%;
	}
	
	.block4{
		border-bottom: 1px solid #bbb;
		padding-bottom: 30px;
	}

	.block4-List{
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.block4-List li{
		margin: 0 2%;
	}
	.all{
		-ms-flex-pack: distribute;
		justify-content: space-around;
		margin: 30px auto;
	}

	
/*-----------------------------------------------------	*/
/*	for - 979px		768-979		*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 979px) {
	/*** main px ***/
	
}

/*-----------------------------------------------------	*/
/*	for - 767px		480-767		*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 767px) {
	/*** main px ***/
	
}

/*-----------------------------------------------------	*/
/*	for - 479px		320-479		*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 479px) {
	/*** main px ***/
	.PcOnly{
		display: none;
	}
	.SpOnly{
		display: block;
	}

	.section-ttl{
		font-size: 16px;
		padding: 5px 0;
		line-height: 25px;
	}
	.top-box h2{
		font-size: 14px;
		background: none;
		border: 2px solid #908680;
		width: 90%;
		margin: 10px auto;
		padding: 2%;
		text-align: center;
		color: #000;
	}
	.top-box h2 span{
		position: relative;
		right: 0;
		display: block;
	}

	.left_bc-box{
		margin: 0 2%;
	}
	.left_bc-box h2{
		background: #fff;
		color: #000;
	}
	.block1-List li h4 {
		font-size: 14px;
	}
	.block1-List li {
		width: 100%;
	}
	.block1-List li:nth-child(1) {
		margin: 0px auto 40px;
		padding: 0 0 30px 0;
		border-bottom: 1px solid #aaa;
		border-right: inherit;
	}
	.block1-List li .check1{
		font-size: 16px;
	}


	.block2-List li .block2-List-in .data {
		margin-bottom: 175px;
	}
	.block2-List li .block2-List-in li.data:after {
		height: 153px;
		bottom: -188px;
	}
	.block2-List > li:nth-child(1) {
		padding-right: 6px;
	}
	.block2 .set {
		width: 75%;
		margin: 20px auto;
		padding-right: 1%;
	}

	.block3-Txt {
		font-size: 18px;
		line-height: 40px;
	}
	.block3-Txt .span1{
		display: block;
	}
	.block3-Txt .span2{
		display: block;
	}
	.block3 .sub-ttl{
		padding: 10px 0 10px 10px;
		margin: 20px 1% 60px;
		font-size: 16px;
	}
	.block3-Price{
		width: 96%;	
	}
	.block3 .TxtLeft{
		padding-left: 10px;
	}
	.block3 .muryo {
		width: 59%;
		margin: 35px auto 35px 15px;
	}
	.block3 .muryo::after {
		width: 100px;
    	height: 80px;
    	right: -110px;
	}
	.block4-List li:nth-child(1){
		margin-bottom: 30px;
	}
}

/*-----------------------------------------------------	*/
/*	for - 376px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 376px) {
	/*** main px ***/
	.block2-List li .block2-List-in .data {
		margin-bottom: 97%;
	}
}


/*-----------------------------------------------------	*/
/*	for - 321px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 321px) {
	/*** main px ***/
	.block2-List li .block2-List-in .data {
		margin-bottom: 105%;
	}
	
}


