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

/*--------------------------------------------------------common*/
#boxContent{
    overflow: hidden;
    margin-bottom:50px;
}
.boxImgL{
    float:left;
    margin:0 20px 20px 0;
}
.btnLink01{
    display:inline-block;
    margin-top:20px;
}
.btnLink01 a{
    display:block;
    padding:5px 16px 6px 25px;
    border-radius:4px;
    background: url("../../images/icn_triangle.svg") no-repeat 15px 50% #184ca7;
    color:#fff;
}
.btnLink01 a:hover{
    text-decoration: none;
    opacity:0.8;
    transition: .3s;
}
.btnLink02 a{
    display:block;
    width:80%;
    margin:auto;
    padding:20px;
    border-radius:4px;
    background: url("../../images/icn_triangle.svg") no-repeat calc(50% - 16rem) 50% #184ca7;
    color:#fff;
    text-align:center;
}
.btnLink02 a:hover{
    text-decoration: none;
    opacity:0.8;
    transition: .3s;
}
.flex{
    display:flex;
}
.boxInfo{
    padding:16px;
    background:#eee;
    border-radius:5px;
}
.caption{
    margin-left:1.2rem;
    text-indent:-1.2rem;
    font-size:1.2rem;
}
.caption02{
    margin-left:3rem;
    text-indent:-3rem;
    font-size:1.2rem;
}
.red{
    color:red;
}

/*--------------------------------------------------------index*/
.boxCheck01{
    display: flex;
    justify-content: space-between;
}
.boxCheck01 li{
    margin-right:10px;
}
.boxCheck01 li:last-child{
    margin-right:0;
}
.boxCheck02{
    margin-bottom:50px;
}
.blockCheck02{
    display: flex;
    flex-wrap:wrap;
}
.blockCheck02 figure{
    width:calc(50% - 10px);
    margin:0 10px 20px 0;
}
.blockCheck02 figure:nth-child(even){
    margin-right:0;
}
.blockCheck02 figcaption{
    text-align:center;
}
@media(max-width:480px){
	.boxCheck01{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.boxCheck01 li{
		width:calc(50% - 10px);
	}
	.boxCheck01 li:nth-child(2n){
		margin-right:0;
	}
	
}


/*--------------------------------------------------------Reinforce*/
.secReinforce{
    margin-top:50px;
}
.secReinforce table{
    margin-top:30px;
}
.secReinforce th,.secReinforce td{
    text-align: center!important;
}
.cell1{width:2.5%;}
.cell2{width:5%;}
.cell3{width:10%;}
.cell4{width:15%;}
.cell5{width:50%;}
.cell6{width:20%;}
.cell7{width:40%;}
.emCell{background:rgba(255,172,173,0.3);}
.strong{font-weight: 500;color:#a80003;}
.secReinforce caption{
    text-align: left;
    font-size:1.8rem;
    font-weight:bold;
}
.secReinforce caption span{
    width:8rem;
    display: inline-block;
    margin-left:10px;
    padding:2px 8px 3px;
    background:#679714;
    color:#fff;
    line-height:1.2;
    font-size:1.4rem;
    font-weight: normal;
    text-align: center;
}
.sp01{
	display:none;
}
@media(max-width:840px){
	.secReinforce .tbl04{
		border:none!important;
	}
	.pc01{
		display:none;
	}
	.sp01{
		display:inherit;
	}
}
.boxReinforce{
    display: flex;
    justify-content: center;
    margin:20px 0;
}
.boxReinforce figure:first-child{
    margin-right:30px;
    padding-right:60px;
    background:url("../images/arrow.svg") no-repeat right center;    
}
.boxReinforce figcaption{
    margin-top:10px;
    background:#679714;
    color:#fff;
    text-align: center;
}
.color01{
    color:#d90306;
}
.color02{
    color:#679714;
}


/*--------------------------------------------------------improve*/
.secImprove{
    margin-top:50px;
}
.boxImprove01{
    display:flex;
    margin-top:20px;
    align-items: flex-start;
}
.boxImprove01>figure{
    display: flex;
    flex-direction: column-reverse;
    width:36%!important;
    margin-right:30px;
}
.boxImprove01>figure>figcaption{
    margin-bottom:20px;
    background:#679714;
    color:#fff;
    text-align: center;
}
.blockImproveStep{
    max-width:calc(100% - (36% + 30px));
}
.blockImproveStep ol{
    display:flex;
    flex-wrap:wrap;
}
.blockImproveStep li{
    width:calc((100% - 10px) / 2);
    margin-bottom:20px;
}
.blockImproveStep li:nth-child(odd){
    margin-right: 10px;
}
.blockImproveStep li figcaption{
    margin-top:5px;
}
.blockImproveStep li span{
    display:inline-block;
    margin-right:5px;
    background:#eb9e1d;
    padding:0 8px;
    color:#fff;
    border-radius:2px;
}
.blockImproveStep h5{
    font-size:1.6rem!important;
}
.boxImprove02{
    display:flex;
    margin-top:20px;
}
.boxImprove02 li:first-child{
    margin-right:30px;
}

/*--------------------------------------------------------chance*/
.tblChance tr:first-child th{
    width:12.5%;
}
.tblChance tr:first-child th:first-child{
    width:180px!important;
}
.tblChance th{
    text-align:left;
    font-size:1.4rem;
}
.tblChance td{
    text-align: center;
    vertical-align:middle;
}
.blockChance{
    margin-top:30px;
}
.blockChance ol{
    display:flex;
}
.blockChance li:first-child{
    margin-right:30px;
    padding-right:60px;
    background:url("../images/arrow.svg") no-repeat right center;
}
.blockChance p{
    margin-top:5px;
    text-align:center;
}
.blockChanceEx{
    margin-bottom:50px;
}
.blockChanceEx>figure{
    margin-bottom:30px;
}
.blockChanceEx ul{
    display:flex;
    justify-content: center;
}
.blockChanceEx li{
    margin:0 10px;
}
.blockChanceEx p{
    margin-top:5px;
    text-align:center;
}
.chanceExDraw{
    display:flex;
    justify-content: center;
}
.blockDraw:first-child{
    margin-right:80px;
}
.blockDraw>div{
    display:flex;
}
.blockDraw figure:first-child{
    margin-right:20px;
}
.blockDraw figure:nth-child(2){
    margin-right: 0;
}
.blockDraw figure figcaption{
    max-width:12rem;
    margin:9px auto 0;
    padding:1px 0;
    border-radius:3px;
    text-align: center;
    color:#fff;
}
.blockDraw div figure:nth-child(1)  figcaption{
    background:#a0549d;
}
.blockDraw div figure:nth-child(2) figcaption{
    background:#327abf;
}
@media(max-width:640px){
    .blockChance li:first-child{
        margin-right:10px;
        padding-right:30px;
    }
    .chanceExDraw {
        display:block;
        justify-content: center;
    }
    .blockDraw:first-child{
        margin-right:0;
        margin-bottom:50px;
    }
    .blockDraw>div{
        justify-content:space-around;
    }
    
}


/*--------------------------------------------------------Subsidy*/
.catchSubsidy{
    font-size:2.6rem;
    font-family:Vollkorn, ‘游明朝’, ‘Yu Mincho’, ‘游明朝体’, YuMincho, ‘Hiragino Mincho ProN’, HiraMinProN-W3, ‘Noto Serif JP’, serif;
    font-weight:600;
    text-align: center;
}
.boxLinkSubsidy{
    display:flex;
    justify-content: space-between;
}
.blockLinkSubsidy01{
    width:45%;
    margin:10px;
    padding:15px;
    border:1px solid #ddd;
    background:#eee;
}
.blockLinkSubsidy01 dt{
    margin-bottom:20px;
    text-align:center;
    font-size:2rem;
}
.blockLinkSubsidy01 dd a{
    display:block;
    margin-top:10px;
    padding:10px;
    background:#184ca7;
    color:#fff;
    text-align:center;
}
@media(max-width:640px){
	.boxLinkSubsidy{
		display:block;
	}
	.blockLinkSubsidy01{
		width:auto;
	}
}
.blockLinkSubsidy02{
    display:flex;
	justify-content: space-between;
    flex-wrap: wrap;
}
.blockLinkSubsidy02 li{
	width:calc(50% - 20px);
    margin:10px;
}
.blockLinkSubsidy02 li a{
    display: block;
    padding:10px;
    background: #184ca7 url("../../images/icn_blank_wh.svg") no-repeat 76% 50%;
    color:#fff;
    text-align:center;
}
@media(max-width:480px){
	.blockLinkSubsidy02 li a{
		background: #184ca7 url("../../images/icn_blank_wh.svg") no-repeat 85% 50%;
	}
}
.boxSubsidy{
    margin-bottom:30px;
}
.blockExSubsidy{
    display:flex;
    padding:10px;
    border:1px solid #ddd;
}
.blockExSubsidy:first-child{
    margin-right:30px;
}
.drawing{
    width:55%;
    margin-right:30px;
}
.blockExSubsidy>div>p{
    font-weight:600;
    font-size:1.8rem;
}
.blockExSubsidy:nth-child(2) li{
    margin-bottom:-8px;
}
.blockExSubsidy:nth-child(2) li:after{
    content:"";
    display:block;
    width:100%;
    height:8px;
    background:rgba(255,0,0,0.2);
    position:relative;
    top:-10px;
}
.blockEvaSubsidy{
    margin-bottom:30px;
}
.blockEvaSubsidy p{
    font-weight:600;
}
.blockRefmSubsidy ul{
    display:flex;
    margin-bottom:20px;
}
.blockRefmSubsidy ul li{
    margin-right:20px;
    text-align:right;
}
.blockRefmSubsidy ul li img{
    border:1px solid #ddd;
}
.subsidyImportant{
    font-family:Vollkorn, ‘游明朝’, ‘Yu Mincho’, ‘游明朝体’, YuMincho, ‘Hiragino Mincho ProN’, HiraMinProN-W3, ‘Noto Serif JP’, serif;
    font-size:2rem;
    font-weight:600;
    color:#BB1D20;
}
.blockListSubsidy01,.blockListSubsidy02{
    margin-bottom:20px;
}
.blockListSubsidy01 ol,.blockListSubsidy03 ol{
    padding:10px 10px 10px 4rem;
    background:#eee;
    border-radius:5px;
    list-style: decimal;
}
.blockListSubsidy02 dl{
    padding:10px 10px 10px 4rem;
    background:#eee;
    border-radius:5px;
}
.blockListSubsidy02 dl ol{
    list-style: decimal;    
}
.blockListSubsidy03{
    margin-bottom:30px;
}