@charset "UTF-8";
/* CSS Document */

.notes{
	font-size: 12px !important;
	padding: 0 0 0 1em;
	text-indent: -1em;
	    margin: 15px 0 0;
	    line-height: 1.4 !important;
}
.notes + .notes{
	margin: 0px 0 0 !important;
}
img{
	    max-width: 100%;
}
@media screen and (max-width:789px) {
	.c-normalw {
		padding: 0 10%;
	}
	.notes{
		    font-size: 2.8vw !important;
	}
	.notes + .notes {
    margin: 1.5vw 0 0 !important;
	}
}
.btn{
	width: auto;
}
.btn + .btn{
	    margin: 12px 0 0;
}
.btn a{
    display: block;
    background-color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .04em;
    text-decoration: none;
    padding: 8px 0 8px 20px;
	position: relative;
}
.btn a span {
	top: 50%;
right: 20px;
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 2px;
  border-radius: 9999px;
  background-color: #000000;
	transition: .3s;
}
.btn a:hover span{
	right: 14px;
	transition: .3s;
}
.btn a span::before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
    width: 14px;
  height: 2px;
  border-radius: 9999px;
  background-color: #000000;
    transform: rotate(36deg);
  transform-origin: calc(100% - 2px) 50%;
}
@media screen and (max-width:789px) {
	.btn a{
		    font-size: 3.8vw;
	}
	.btn a span{
		width: 8vw;
    height: .3vw;
	}
	.btn a span::before{
		    width: 3.5vw;
		    height: .3vw;
	}
}

/*hero-img
----------------------------------*/
.hero-img{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 500px;
}
#lifestage-support .hero-img{
	background-image: url("../lifestage-support/img/ls-hero-img_pc.jpg");
}
#kaseru-stock .hero-img{
	background-image: url("../lifestage-support/img/ks-hero-img_pc.jpg");
	height: 477px;
}
#zanka .hero-img{
	background-image: url("../lifestage-support/img/z-hero-img_pc.jpg");
	height: 477px;
}
@media screen and (max-width:789px) {
	.hero-img{
		height: auto !important;
	}
}


/*line-pic
----------------------------------*/
.line-pic{
	max-width: 1800px;
	margin: 185px auto 0;
}
/*.line-pic img{
	width: 100%;
}*/

@media screen and (max-width:789px) {
	.line-pic{
		width: auto;
		max-width: none;
		    margin: 10vw auto 0;
	}
}


/*line-pic
----------------------------------*/
.intro{
    margin: 105px 0 0;
}
.intro h2{
	text-align: center;
	font-size: 30px;
	font-weight: 500;
	margin: 0 0 30px;
	    letter-spacing: .06em;
}
.intro p{
    text-align: center;
    font-size: 16px;
    line-height: 2.5;
    letter-spacing: .02em;
}

@media screen and (max-width:789px) {
	.intro{
	    margin: 10vw 0 0px;
	}
	.intro h2{
		text-align: left;
		        font-size: 6.4vw;
        line-height: 1.5;
	}
	.intro p{
    text-align: justify;
    line-height: 1.8;
    letter-spacing: 0.06em;
	}
}


/*line-pic
----------------------------------*/

.support-cont{
	    padding: 100px 0 0;
	margin: 120px 0 0;
}
.support-cont:last-child{
	margin: 120px 0 155px;
}
.intro + .support-cont{
	margin: 100px 0 0;
}
.support-cont h3{
    font-size: 30px;
    color: #22366d;
    text-align: center;
    font-weight: 500;
    letter-spacing: .06em;
	    line-height: 1;
    margin: 0 0 40px;
	position: relative;
}
.support-cont h3:before{
	position: absolute;
	content: "";
	width: 1px;
	height: 70px;
	background-color: #22366d;
	top: -100px;
	left: 50%;
	transform: translateX(-50%);
}
.support-cont h3 sup{
	color: #1a1a1a;
	    font-size: 10px;
}
.support-cont p{
	font-size: 15px;
			    letter-spacing: 0.09em;
		    line-height: 1.7;
}
.support-cont .b-block{
	border-top: 1px solid #1a1a1a;
	border-bottom: 1px solid #1a1a1a;
	padding: 45px 0 55px;
	margin: 70px 0 0;
}
.support-cont .b-block h4{
	font-size: 20px;
		    font-weight: 500;
	letter-spacing: 0.06em;
    margin: 0 0 16px;
    line-height: 1;
}
.support-cont .b-block p{
	    line-height: 1.4;
}
.support-cont .b-block .notes{
	    margin: 10px 0 0;
}
@media screen and (max-width:789px) {
	.support-cont{
		    padding: 18vw 0 0;
		        margin: 12vw 0 0;
	}
	.support-cont:last-child{
		    margin: 20vw 0 16vw;
	}
	.support-cont h3{
    font-size: 5.6vw;
    letter-spacing: .1em;
    line-height: 1.5;
    margin: 0 0 6vw;
	}
	.support-cont h3:before{
	        height: 11vw;
		    top: -18vw;
	}
	.support-cont p{
	font-size: 3.85vw;
		    line-height: 1.8;
	}
	.support-cont .b-block{
		        padding: 6vw 0 7vw !important;
	}
	.support-cont .b-block h4{
		text-align: center;
		        font-size: 4.3vw;
        line-height: 1.5;
	}
	
}


/*個別
-----------------------------------------------------*/

/*lifestage-supportトップ
----------------------------------*/
#lifestage-support #ls-1 > figure{
	width: 683px;
	    margin: 70px auto 0;
}
#lifestage-support #ls-1 figure figcaption span{
	display: block;
}
@media screen and (max-width:789px) {
	#lifestage-support #ls-1 > figure{
		width: auto;
	}
	#lifestage-support #ls-1 figure figcaption span + span{
		margin: 2vw 0 0 !important;
	}
}
#lifestage-support  #ls-1 .b-block {
    padding: 45px 60px 55px;
}
#lifestage-support  #ls-1 .b-block .flex-cont figure{
	width: 93px;
}
#lifestage-support  #ls-1 .b-block .flex-cont div{
	width: 723px;
}
#lifestage-support  #ls-1 .b-block .dot-list {
	    margin: 35px 0 0;
}
#lifestage-support  #ls-1 .b-block .dot-list > div:nth-child(1){
	width: 193px;
}
#lifestage-support  #ls-1 .b-block .dot-list > div:nth-child(2){
	    width: 193px;
}
#lifestage-support  #ls-1 .b-block .dot-list > div:nth-child(3){
	width: 237px;
}
#lifestage-support  #ls-1 .b-block .dot-list > div:nth-child(4){
	    width: 190px;
}
@media screen and (max-width:789px) {
	#lifestage-support #ls-1 .b-block .flex-cont figure{
		    width: 20vw;
    margin: 0 auto 8vw;
	}
	#lifestage-support  #ls-1 .b-block .flex-cont div{
		width: auto;
	}
	#lifestage-support #ls-1 .b-block .dot-list{
		    margin: 4vw auto;
    width: 62vw;
	}
}
#lifestage-support #ls-2 figure{
	    margin: 40px 0 0;
}
@media screen and (max-width:789px) {
}

#lifestage-support #ls-3 > figure{
	margin: 70px 0 0;
}
#lifestage-support #ls-3 .lss-link{
	    margin: 60px 0 0;
}
#lifestage-support #ls-3 .lss-link > div{
	width: 480px;
}
#lifestage-support #ls-3 .lss-link div .lss-link-box{
	background-color: #efefef;
	padding: 30px 50px 40px;
}
#lifestage-support #ls-3 .lss-link div .lss-link-box + .lss-link-box{
	    margin: 20px 0 0;
}
#lifestage-support #ls-3 .lss-link div .lss-link-box h4{
    background-repeat: no-repeat;
    line-height: 60px;
    background-position: left center;
    font-size: 17px;
    font-weight: 500;
	    margin: 0 0 25px;
    padding: 0 0 0 110px;
    letter-spacing: .08em;
}

#lifestage-support #ls-3 .lss-link div .lss-link-box.llb-1 h4{
	background-image: url("../lifestage-support/img/icon-family_1.svg");
}
#lifestage-support #ls-3 .lss-link div .lss-link-box.llb-2 h4{
	background-image: url("../lifestage-support/img/icon-family_3.svg");
}
#lifestage-support #ls-3 .lss-link div .lss-link-box.llb-3 h4{
	background-image: url("../lifestage-support/img/icon-family_2.svg");
}
#lifestage-support #ls-3 .lss-link div .lss-link-box.llb-4 h4{
	background-image: url("../lifestage-support/img/icon-family_4.svg");
}
#lifestage-support #ls-3 .lss-link div .lss-link-box .btn a{
	    padding: 14px 0 14px 100px;
	    background-size: 45px;
    background-repeat: no-repeat;
    background-position: 6% center;
}
#lifestage-support #ls-3 .lss-link div .lss-link-box .btn a.si1{
	background-image: url("../lifestage-support/img/s-icon_1.svg");
}
#lifestage-support #ls-3 .lss-link div .lss-link-box .btn a.si2{
	background-image: url("../lifestage-support/img/s-icon_2.svg");
}
#lifestage-support #ls-3 .lss-link div .lss-link-box .btn a.si3{
	background-image: url("../lifestage-support/img/s-icon_3.svg");
}
#lifestage-support #ls-3 .lss-link div .lss-link-box .btn a.si4{
	background-image: url("../lifestage-support/img/s-icon_4.svg");
}
#lifestage-support #ls-3 .lss-link div .lss-link-box .btn a.si5{
	background-image: url("../lifestage-support/img/s-icon_5.svg");
}
@media screen and (max-width:789px) {
	#lifestage-support #ls-3 > figure{
		    margin: 10vw 0 0;
	}
	#lifestage-support #ls-3 .lss-link > div{
		width: auto;
	}
	#lifestage-support #ls-3 .lss-link div .lss-link-box{
		    padding: 4vw 6vw 6vw;
		    padding: 8vw 6vw 6vw;
	}
	#lifestage-support #ls-3 .lss-link div + div{
		    margin: 20px 0 0;
	}
	#lifestage-support #ls-3 .lss-link div .lss-link-box h4{
		    text-align: center;
		    line-height: 1;
    background-position: center top;
		    background-size: 18vw;
	    padding: 16vw 0 0;
		    font-size: 4vw;
	}
	#lifestage-support #ls-3 .lss-link div .lss-link-box .btn a{
		        padding: 3vw 0 3vw 13vw;
    background-size: 9vw;
    background-position: 4% center;
            font-size: 3.4vw;
	}
}

#lifestage-support #ls-4 .flex-cont div{
	width: 460px;
}
#lifestage-support #ls-4 .flex-cont div .btn{
	width: 200px;
	border: 1px solid #1a1a1a;
	    margin: 28px 0 0;
}
#lifestage-support #ls-4 .flex-cont figure{
	width: 458px;
}
@media screen and (max-width:789px) {
	#lifestage-support #ls-4 .flex-cont div{
		    width: auto;
	}
	#lifestage-support #ls-4 .flex-cont figure{
		width: auto;
		        margin: 6vw 0 0;
	}
	#lifestage-support #ls-4 .btn{
		border: 1px solid #1a1a1a;
		        margin: 10vw 0 0;
	}
	#lifestage-support #ls-4 .btn a{
		        padding: 2vw 0 2vw 28vw;
	}
}
/*kaseru-stock
----------------------------------*/

#kaseru-stock .intro figure{
	width: 793px;
	margin: 0 auto 40px;
}
@media screen and (max-width:789px) {
	#kaseru-stock .intro figure{
		width: auto;
		margin: 0 -4vw 7vw;
	}
}

/*ks-1----*/
#kaseru-stock #ks-1 > figure{
	width: 910px;
	    margin: 50px auto 0;
}
#kaseru-stock #ks-1 .merit{
	width: 900px;
	    margin: 40px auto 0;
}
#kaseru-stock #ks-1 .merit > div{
	width: 430px;
}
#kaseru-stock #ks-1 .merit div h4{
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	letter-spacing: .06em;
	    font-weight: 500;
	padding: 10px 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
#kaseru-stock #ks-1 .merit div.lend h4{
	background-color: #c29c95;
}
#kaseru-stock #ks-1 .merit div.borrow h4{
	background-color: #89aca0;
}
#kaseru-stock #ks-1 .merit div div{
		border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border: 2px solid #c7c8c9;
	    padding: 22px 24px 24px;
}
#kaseru-stock #ks-1 .merit div div ul li{
	font-size: 16px;
    text-indent: -1em;
    padding: 0 0 0 1em;
    letter-spacing: .04em;
    font-weight: 500;
    line-height: 1.3;
}
#kaseru-stock #ks-1 .merit div div ul li + li{
	    margin: 14px 0 0;
}
#kaseru-stock #ks-1 .merit div.lend div ul li span{
	color: #c29c95;
}
#kaseru-stock #ks-1 .merit div.borrow div ul li span{
	color: #89aca0;
}
#kaseru-stock #ks-1 .notes{
	width: 900px;
	margin: 15px auto 0;
}
@media screen and (max-width:789px) {
	#kaseru-stock #ks-1 > figure{
		width: auto;
	}
	
	#kaseru-stock #ks-1 .merit{
		width: auto;
	}
	#kaseru-stock #ks-1 .merit > div{
		width: auto;
	}
	#kaseru-stock #ks-1 .merit > div + div{
		    margin: 4vw 0 0;
	}
	#kaseru-stock #ks-1 .merit div h4{
		    font-size: 3.8vw;
		    padding: 2vw 0;
	}
	#kaseru-stock #ks-1 .merit div div{
		    padding: 4vw 4vw 5vw;
	}
	#kaseru-stock #ks-1 .merit div div ul li{
		    font-size: 3.5vw;
	}
	#kaseru-stock #ks-1 .merit div div ul li + li{
		margin: 2.5vw 0 0;
	}
	#kaseru-stock #ks-1 .notes{
		width: auto;
		
	}
}
#kaseru-stock #ks-1 .b-block{
	    padding: 45px 24px 55px;
}
#kaseru-stock #ks-1 .b-block .flex-cont figure{
	width: 114px;
}
#kaseru-stock #ks-1 .b-block .flex-cont div {
	width: 778px;
}
#kaseru-stock #ks-1 .b-block .btn{
	    border: 1px solid #1a1a1a;
	width: 398px;
	    margin: 30px auto 0;
}
#kaseru-stock #ks-1 .b-block .btn a{
	font-size: 14px;
	padding: 6px 0 7px 20px;
}
@media screen and (max-width:789px) {
	#kaseru-stock #ks-1 .b-block .flex-cont div{
		width: auto;
	}
	#kaseru-stock #ks-1 .b-block .flex-cont figure{
		    width: 27vw;
    margin: 0 auto 5vw;
	}
	#kaseru-stock #ks-1 .b-block .btn{
		    width: auto;
	}
}
/*ks-2----*/
#kaseru-stock #ks-2 > figure{
	width: 252px;
	    margin: 40px auto 0;
}
#kaseru-stock #ks-2 .stock-merit-wrap{
		width: 900px;
	    margin: 40px auto 0;
}
#kaseru-stock #ks-2 .stock-merit{
	    row-gap: 15px;
	    margin: 0 0 20px;
}
#kaseru-stock #ks-2 .stock-merit > div{
	width: 440px;
	background-color: #eeeeee;
	    padding: 22px 27px 30px;
}
#kaseru-stock #ks-2 .stock-merit div h4{
	font-size: 55px;
	line-height: 1;
	    color: #b2b2b2;
    font-weight: 600;
	    margin: 0 0 14px;
}
#kaseru-stock #ks-2 .stock-merit div h4 span{
	font-size: 19px;
	    line-height: 55px;
    vertical-align: bottom;
	    color: #1a1a1a;
    font-weight: 500;
    margin: 0 0 0 1em;
}
#kaseru-stock #ks-2 .stock-merit div figure{
	    margin: 30px 0 0;
}
#kaseru-stock #ks-2 .stock-merit div .btn{
	    margin: 15px 0 0;
}
#kaseru-stock #ks-2 .stock-merit div .btn a{
	font-size: 14px;
	    padding: 6px 0 6px 60px;
}
#kaseru-stock #ks-2 .stock-merit div .btn a span{
	right: 45px;
}
#kaseru-stock #ks-2 .stock-merit div .btn a:hover span{
	right: 40px;;
}
@media screen and (max-width:789px) {
	#kaseru-stock #ks-2 > figure{
		    width: 60vw;
    margin: 12vw auto 6vw;
	}
	#kaseru-stock #ks-2 .stock-merit-wrap{
		    width: auto;
	}
	#kaseru-stock #ks-2 .stock-merit > div{
		width: auto;
		    padding: 5vw 6vw 4vw;
	}
	
	#kaseru-stock #ks-2 .stock-merit > div + div{
		    margin: 3vw 0 0;
	}
	#kaseru-stock #ks-2 .stock-merit div h4{
		    font-size: 10vw;
	}
	#kaseru-stock #ks-2 .stock-merit div h4 span{
		    font-size: 3.6vw;
		line-height: 10vw;
	}
	#kaseru-stock #ks-2 .stock-merit div .btn a{
		    font-size: 3.2vw;
    padding: 2vw 0 2vw 2vw;
	}
	#kaseru-stock #ks-2 .stock-merit div .btn a span{
		    right: 2vw;
	}
}
#kaseru-stock #ks-2 .b-block{
	    padding: 45px 180px 55px;
}
#kaseru-stock #ks-2 .b-block .flex-cont figure{
	width: 113px;
}
#kaseru-stock #ks-2 .b-block .flex-cont div{
	width: 468px;
}
@media screen and (max-width:789px) {
	
	
	#kaseru-stock #ks-2 .b-block .flex-cont div{
		width: auto;
	}
	#kaseru-stock #ks-2 .b-block .flex-cont div .h4-wrap{
		display: -webkit-box;
	display: flex;
		-webkit-box-pack: justify;
	justify-content: space-between;
		-webkit-box-align: center;
	align-items: center;
		        margin: 0 6vw 6vw;
	}
	#kaseru-stock #ks-2 .b-block .flex-cont div .h4-wrap figure{
		    width: 24vw;
	}
	#kaseru-stock #ks-2 .b-block .flex-cont div .h4-wrap h4{
		text-align: left;
		        width: 40vw;
	}
}

/*zanka
----------------------------------*/
#zanka #z-1 > p{
	    line-height: 2.5;
}
#zanka #z-1 .option{
	    margin: 80px 0 0;
}
#zanka #z-1 .option h4{
	    font-size: 22px;
    font-weight: 500;
    letter-spacing: .06em;
    color: #ffffff;
    text-align: center;
    padding: 10px 0;
    margin: 0 0 50px;
}
#zanka #z-1 .option .hensai + .kaitori{
	margin: 60px 0 0;
}
#zanka #z-1 .option .hensai h4{
	background-color: #c29c95;
}
#zanka #z-1 .option .kaitori h4{
	background-color: #89aca0;
}
#zanka #z-1 .option .hensai > .flex-cont div,
#zanka #z-1 .option .kaitori > .flex-cont div{
	width: 460px;

}
#zanka #z-1 .option .hensai > .flex-cont div .example,
#zanka #z-1 .option .kaitori > .flex-cont div .example{
		display: -webkit-box;
display: flex;
	-webkit-box-pack: justify;
justify-content: space-between;
}
#zanka #z-1 .option .hensai > .flex-cont div .example > p,
#zanka #z-1 .option .kaitori > .flex-cont div .example > p{
	    text-align: center;
	font-weight: 500;
    border-top: 2px solid #c7c8c9;
    border-bottom: 2px solid #c7c8c9;
    display: block;
    width: 110px;
    line-height: 70px;
	    font-size: 16px;
}
#zanka #z-1 .option .hensai > .flex-cont div .example > ul,
#zanka #z-1 .option .kaitori > .flex-cont div .example > ul{
	width: 318px;
}
#zanka #z-1 .option .hensai > .flex-cont div .example > ul li,
#zanka #z-1 .option .kaitori > .flex-cont div .example > ul li{
	font-size: 16px;
	font-weight: 500;
	text-indent: -1em;
	padding: 0 0 0 1em;
	    letter-spacing: .08em;
}
#zanka #z-1 .option .hensai > .flex-cont div .example > ul li + li,
#zanka #z-1 .option .kaitori > .flex-cont div .example > ul li + li{
	    margin: 3px 0 0;
}
#zanka #z-1 .option .hensai > .flex-cont div .example > ul li span{
	color: #c29c95;
}
#zanka #z-1 .option .kaitori > .flex-cont div .example > ul li span{
	color: #89aca0;
}
#zanka #z-1 .option .hensai > .flex-cont div .r-box,
#zanka #z-1 .option .kaitori > .flex-cont div .r-box{
	    margin: 50px 0 0;
}
#zanka #z-1 .option .hensai > .flex-cont div .r-box h5,
#zanka #z-1 .option .kaitori > .flex-cont div .r-box h5{
	font-size: 18px;
	    font-weight: 500;
    letter-spacing: .06em;
	color: #ffffff;
	text-align: center;
	padding: 10px 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
#zanka #z-1 .option .hensai > .flex-cont div .r-box h5{
	background-color: #c29c95;
}
#zanka #z-1 .option .kaitori > .flex-cont div .r-box h5{
	background-color: #89aca0;
}
#zanka #z-1 .option .hensai > .flex-cont div .r-box p,
#zanka #z-1 .option .kaitori > .flex-cont div .r-box p{
	border: 2px solid #c7c8c9;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	    padding: 20px 22px 22px;
	    line-height: 1.8;
	font-weight: 500;
	    letter-spacing: .06em;
}
#zanka #z-1 .option .hensai > .flex-cont figure,
#zanka #z-1 .option .kaitori > .flex-cont figure{
	width: 458px;
	    margin: auto 0 0;
}
#zanka #z-1 .option .hensai > .flex-cont figure figcaption,
#zanka #z-1 .option .kaitori > .flex-cont figure figcaption{
	    font-size: 84%;
    line-height: 1.5;
	    margin: 20px 0 0;
}
@media screen and (max-width:789px) {
	#zanka #z-1 > p{
		        line-height: 1.8;
	}
	#zanka #z-1 .option h4{
		    font-size: 4.8vw;
		    padding: 2vw 0;
    margin: 0 0 8vw;
	}
	#zanka #z-1 .option{
		    margin: 6vw 0 0;
	}
	#zanka #z-1 .option .hensai + .kaitori{
		    margin: 12vw 0 0;
	}
	#zanka #z-1 .option .hensai > .flex-cont div,
	#zanka #z-1 .option .kaitori > .flex-cont div{
		width: auto;
	}
	#zanka #z-1 .option .hensai > .flex-cont figure,
	#zanka #z-1 .option .kaitori > .flex-cont figure{
		width: auto;
	}
	#zanka #z-1 .option .hensai > .flex-cont div .example > ul,
	#zanka #z-1 .option .kaitori > .flex-cont div .example > ul{
		        width: 55vw;
	}
	#zanka #z-1 .option .hensai > .flex-cont div .example > ul li,
	#zanka #z-1 .option .kaitori > .flex-cont div .example > ul li{
		    font-size: 3.4vw;
	}
	#zanka #z-1 .option .hensai > .flex-cont div .example > p,
	#zanka #z-1 .option .kaitori > .flex-cont div .example > p{
		    width: 20vw;
    line-height: 4;
    font-size: 4vw;
	}
	#zanka #z-1 .option .hensai > .flex-cont div .r-box,
	#zanka #z-1 .option .kaitori > .flex-cont div .r-box{
		    margin: 6vw 0 0;
	}
	#zanka #z-1 .option .hensai > .flex-cont div .r-box h5,
	#zanka #z-1 .option .kaitori > .flex-cont div .r-box h5{
		    font-size: 4vw;
	}
	#zanka #z-1 .option .hensai > .flex-cont div .r-box p,
	#zanka #z-1 .option .kaitori > .flex-cont div .r-box p{
		        font-size: 2.95vw;
	}
	#zanka #z-1 .option .hensai > .flex-cont figure,
	#zanka #z-1 .option .kaitori > .flex-cont figure{
		        margin: 10vw 0 0;
	}
}


#zanka #z-1 .b-block{
	padding: 45px 60px 55px;
}
#zanka #z-1 .b-block h4{
margin: 0 0 16px;
}
#zanka #z-1 .b-block p.dot{
		font-size: 16px;
	padding: 0 0 0 1em;
	text-indent: -1em;
	    letter-spacing: 0.1em;
	    line-height: 1.2;
}
#zanka #z-1 .b-block p.dot + p.dot{
	    margin: 8px 0 0;
}
#zanka #z-1 .b-block p.dot span{
	color: #989898;
}
#zanka #z-1 .b-block ul li{
font-size: 14px;
    padding: 0 0 0 1.8em;
    text-indent: -1.8em;
    letter-spacing: .08em;
	    line-height: 1.4;
}
#zanka #z-1 .b-block ul{
	    margin: 20px 0 0;
}
#zanka #z-1 .b-block ul li + li{
	    margin: 3px 0 0;
}
@media screen and (max-width:789px) {

	#zanka #z-1 .b-block{
		        padding: 6vw 0 7vw;
	}
	#zanka #z-1 .b-block h4{
		    font-size: 4.3vw;
    line-height: 1.5;
		    margin: 0 0 6vw;
	}
	#zanka #z-1 .b-block p.dot{
		    font-size: 3.6vw;
	}
	#zanka #z-1 .b-block p.dot + p.dot{
		    margin: 2.5vw 0 0;
	}
	#zanka #z-1 .b-block ul li{
		    font-size: 2.8vw;
	}
	#zanka #z-1 .b-block ul li + li{
		    margin: 1vw 0 0;
	}
}