@charset "UTF-8";
.sp{
	display: none;
}

.br_768 {
	display: none;
}
.nav > li:nth-child(2) > a{
	color: #A01F24;
}
p {
	text-align: justify;
}
.jinzai-wrapper{
	background-color: #fff;
	padding: 75px 0 100px;
	font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.jinzai-inner{
	max-width: 980px;
	margin: 0 auto;
	padding: 0 15px;
}
/*  */

.jinzai-inner h2{
	margin-bottom: 50px;
}


.jinzai-inner h2 span{
	font-size: 30px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	letter-spacing: 0.1em;
	color: #231815;
	border-bottom: 2px dotted #231815;
	padding-bottom: 5px;
}
/*  */
#jinzai .jinzai_head_img {
	margin-bottom: 40px;
}
#jinzai .jinzai_heading {
	font-size: 30px;
	margin-bottom: 30px;
}
#jinzai .heading_s {
	font-size: 20px;
}
#jinzai .heading_l {
	font-size: 47px;
}

.jinzai_text_box{
margin-bottom: 30px;
}
.jinzai_text{
	text-align: justify;
	font-size: 18px;
	line-height: 1.6;
	letter-spacing: 0.1em;
	margin-bottom: 1.6em;
}
/*  */
.jinzai_about {
	margin-top: 100px;
}
.jinzai_about h4 {
	font-size: 30px;
	margin-bottom: 30px;
	display: inline-block;
	background: linear-gradient(to top, #f5b1a5, #f5b1a5 30%, transparent 30%);
}
.jinzai_about p {
	font-size: 16px;
	line-height: 2;
	margin-bottom: 60px;
}
.jinzai_about_img {
	max-width: 388px;
	margin:0 auto;
}

/*  */
.sec_policy {
    margin-bottom: 100px;
}
.sec_01 {
    margin-top: 150px;
}
.policy_ttl {
	display: flex;
	align-items: center;
	font-size: 30px;
	margin-bottom: 30px;

}
.ttl_mark {
	max-width: 71px;
	display: block;
	margin-right: 20px;
	width: 100%;
}
.ttl_mark img {
	width: 100%;
}
.ttl_txt {
	display: block;
}
.policy_lead {
	margin-bottom: 30px;
	line-height: 2;
}
/*  */
.policy_list {
}
.policy_list li {
	color: #fff;
	border-radius: 13px;
	padding: 35px;
}
.policy_list li:not(:last-child) {
	margin-bottom: 20px;
}
.policy_list h6 {
	position: relative;
	z-index: 0;
	margin-bottom: 10px;
}
.policy_list h6 span {
	font-size: 20px;
	position: relative;
	padding-right: 0.5em;
}
/*  */
.sec_01 li,
.sec_01 h6 span
 {
	background: #c51436;
}
.sec_01 .policy_ttl {
	color: #c51436;
}
.sec_02 li,
.sec_02 h6 span
 {
	background: #dd4d10;
}
.sec_02 .policy_ttl {
	color: #dd4d10;
}
.sec_03 li,
.sec_03 h6 span
 {
	background: #e1a700;
}
.sec_03 .policy_ttl {
	color: #e1a700;
}
.sec_04 li,
.sec_04 h6 span
 {
	background: #8dc21f;
}
.sec_04 .policy_ttl {
	color: #8dc21f;
}
.sec_05 li,
.sec_05 h6 span
 {
	background: #159dcd;
}
.sec_05 .policy_ttl {
	color: #159dcd;
}
.sec_06 li,
.sec_06 h6 span
 {
	background: #62569b;
}
.sec_06 .policy_ttl {
	color: #62569b;
}

/*  */
.policy_list h6::after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 1px;
	border-bottom: 2px dotted #fff;
	position: absolute;
	top :50%;
	left: 0;
	transform: translate(0,-50%);
	z-index: -1;
}
.policy_flex {
	/* display: flex; */
	/* justify-content: space-between; */
}
.policy_list li p{
	width: 100%;
	font-size: 18px;
	line-height: 2;
}
.policy_img {
	width: 32%;
	/* max-width: 200px; */
	float: right;
	margin-left: 15px;
	margin-top: 7px;
}
.policy_list li .img_tate p {
	width: 80%;
}
.img_tate .policy_img{
	width: 22%;
}
.sp-only{
	display: none;
}


@media screen and (max-width:768px){


	.jinzai-inner h2 span {
		font-size: 25px;
	}

	.jinzai_text {
		font-size: 15px;
		line-height: 2;
	}
	.sp{
		display: block;
	}
	.pc{
		display: none;
	}
	.br_768 {
		display: block;
	}
	.policy_ttl {
	    font-size: 20px;
    }

    .policy_list li p{
	    /* width: 60%; */
	   }
    .policy_img {
	    width: 36%;
	    max-width: initial;

    }
    .policy_list li .img_tate p {
	    width: 70%;
    }
    .img_tate .policy_img{
	    width: 26%;

    }
}
@media screen and (max-width: 600px) {
	#jinzai .jinzai_head_img {
	    margin-bottom: 40px;
    }
    #jinzai .jinzai_heading {
	    font-size: 24px;
	    margin-bottom: 30px;
    }
    #jinzai .heading_s {
	    font-size: 16px;
    }
    #jinzai .heading_l {
	    font-size: 36px;
    }
    .jinzai_about h4 {
    	font-size: 24px;
    }

    .policy_flex {
	    display: block;
    }


    .policy_list li p{
	    width: 100%;
	    margin-bottom: 20px;
    }
    .policy_img {
	    width: 100%;
	    max-width: initial;
	    margin: 30px auto 20px;
	    float: none;

    }
    .policy_img img {
    	width: 100%;
    }
    .policy_list li .img_tate p {
	    width: 100%;
    }
    .img_tate .policy_img{
	    width: 100%;


    }
}

@media screen and (max-width:500px){


	.sp-only{
		display: block;
	}

	.jinzai-inner h2 span {
		line-height: 2em;
	}

	.jinzai-inner h2 span {
		font-size: 22px;
	}

	.jinzai_text {
		font-size: 14px;
	}

}



#jinzai .jinzai_report_btn{
    text-align:center;
    margin-top:30px;
}

#jinzai .jinzai_report_btn a{
    display:inline-block;
    background:#d9d9d9;
    color:#000;
    padding:14px 40px;
    text-decoration:none;
    font-size:14px;
    transition:opacity .3s;
}

#jinzai .jinzai_report_btn a:hover{
    opacity:0.7;
}

@media screen and (max-width: 600px) {
#jinzai .jinzai_report_btn a{
    font-size:10px;
  }  
}