@charset "UTF-8";
/****共通設定******************************/




body {
  margin: 0;
  overflow-x: hidden;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	background: url(" ../images/link-bg2.png");
	background-attachment: fixed;
}

html {
	position: relative; 
	scroll-behavior: smooth;
}
img{
	vertical-align: bottom;
}


#sp{
	background: #fff;
}

#pc-left { 
	display: flex;
	justify-content: center;
	align-items: center;
  	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
}
.pc-left-image {
	width: 500px;
	height: auto;
}
#pc-right { 
	display: flex;
	justify-content: center;
	align-items: center;
  	height: 100vh;
	position: fixed;
	top: 0;
	right: 0;
}
.pc-right-image {
	width: 360px;
	height: auto;
}
.pc-right-image .title{
	text-align: center;
	width: 71px;
	height: 40px;
	margin: 0 auto;
}
.pc-right-image ul{
	max-width: 360px;
	margin: 10px 0 20px 0;
	padding: 0;
	list-style: none;
}
.pc-right-image ul li{
	text-align: center;
	margin: 0;
	padding-left: 15px;
	border-top: 1px dashed #fff;
	font-size: 18px;
	line-height: 100%;
	font-weight: 700;

}
.pc-right-image ul li span{
	background: #DADF00;
	margin: -2px 5px 0 0;
	padding: 2px;
	color: #E83828;
	border-radius: 2px;
	font-size: 12px;
	line-height: 100%;
}
.pc-right-image ul li:hover div{
	position: relative;
	display: inline-block;
}
.pc-right-image ul li:hover div:before {
  content: "";
  position: absolute;
  top: .1em;
  left: -24px;
  width: 16px;
  height: 16px;
  background-color: #DADF00;
  border-radius: 50%;
}
.pc-right-image ul li:last-child{
	border-bottom: 1px dashed #fff;
}
.pc-right-image ul li a{
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 15px 0;
}
.pc-right-image .button{
	margin: 0 auto;
	flex-shrink: 0;
}
.pc-right-image .button a{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 19px 0;
	max-width: 360px;
	border-radius: 60px;
	border: 3px solid #E83828;
	background: #DADF00;
	background-image:url(" ../images/cta-button-icon1.png");
	background-repeat: no-repeat;
	background-position: top 31px right 32px;
	background-size: 25px;
	color: #E83528;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 135%; /* 21.6px */
	text-decoration: none;
    transition: .3s; 
}
.pc-right-image .button a:active{
	background: #E83828;
	background-image:url(" ../images/cta-button-icon1.png");
	background-repeat: no-repeat;
	background-position: top 31px right 32px;
	background-size: 25px;
	color: #fff;
    transition: .3s; 
}
.pc-right-image .button a:hover{
	background: #E83828;
	background-image:url(" ../images/cta-button-icon3.png");
	background-repeat: no-repeat;
	background-position: top 31px right 32px;
	background-size: 25px;
	color: #DADF00;
    transition: .3s; 
	border: 3px solid #fff;
}

@media (min-width: 450px) {
#container{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
#sp{
		border-left: 10px solid #DADF00;
		border-right: 10px solid #DADF00;
	width: 450px;
	margin: 0 auto;
	}
#pc-left{
        width: calc(50% - 275px);
        margin: 0 20px;
}
#pc-right{
        width: calc(50% - 275px);
        margin: 0 20px;
}
}
	
@media (max-width: 749px) {
	#pc-left,#pc-right{
		display: none;
	}
}



@media (min-width: 450px) {
.container{
	width: 450px;
	margin: 0;
	}
}

#mainvisual h1{
	margin: 0;
}
#fuan {
	margin: 0;
}
#fuan h2{
	margin: 50px 0 40px;
	color: #E83528;
	text-align: center;
	font-family: "Hiragino Kaku Gothic Std";
	font-size: 24px;
	font-style: normal;
	font-weight: 800;
	line-height: 135%; /* 32.4px */
}

/* 補助金制度 ****************************************************/
#hojyo{

}
#hojyo .container{
	padding: 0 0 50px 0;
	background: #DADF00;
}
#hojyo h2{
	margin: 0 0 0 0;
	padding: 30px 0 0 0;
}
#hojyo h3{
	margin: 30px 0 10px 0;
	color: #E83528;
	text-align: center;
	font-family: "Hiragino Kaku Gothic Std";
	font-size: 18px;
	font-style: normal;
	font-weight: 800;
	line-height: 150%; /* 27px */
}
#hojyo h3 span{
	color: #E83528;
	font-family: "Hiragino Kaku Gothic Std";
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	display: block;
}

#hojyo #table-cont{
	overflow-y: scroll;
}
#hojyo table{
	margin: 0 20px;
	width: 1520px;
	border-collapse: collapse;
}
#hojyo table th{
	color: #E83528;
	text-align: center;
	font-family: "Hiragino Kaku Gothic Std";
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 135%; /* 18.9px */

	padding: 9px 24px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	align-self: stretch;
	border: 1px solid #E83828;
	background: #FDD;
}

#hojyo table td{
	color: #333;
	text-align: center;
	font-family: "Hiragino Kaku Gothic Std";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 135%; /* 18.9px */
	
    padding: 9px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border: 1px solid #E83828;
    background: #FFF;
}

.gentei{
	padding-top: 3px;
	margin-right: 5px;
	display: inline-block;
	color: #E83828;
	text-align: center;
	font-family: "Hiragino Kaku Gothic Std";
	font-size: 10px;
	font-style: normal;
	font-weight: 600;
	line-height: 115%; /* 11.5px */
	width: 36px;
	height: 28px;
	flex-shrink: 0;
	border-radius: 2px;
	background: #DADF00;
}

/* 補助金制度の活用例 ****************************************************/
#katsuyou{
	
}

#katsuyou h2{
	margin: 0;
	padding: 25px 0;
	background: #E83828;
	color: #FFF;
	text-align: center;
	font-family: "Hiragino Kaku Gothic Std";
	font-size: 24px;
	font-style: normal;
	font-weight: 800;
	line-height: 135%; /* 32.4px */
	letter-spacing: 1.2px;
}

#katsuyou h3{
	margin: 60px 0 0 0;
}
#katsuyou p{
	margin: 12px 0;
	color: #333;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 135%; /* 21.6px */
}
#katsuyou .syousai{
	position: relative;
	background: #E83828;
	padding-top :40px;
}
#katsuyou .syousai:before{
    content: "";
    position: absolute;
    height: 40px;
    width: 100%;
    clip-path: polygon(0 0,50% 100%,100% 0);/* ココ */
    background-color: #fff;/* デモは青色の部分 */
    left: 0;
    top: -1px; 
}
#katsuyou .syousai h4{
	margin: 0;
	padding: 35px 0 24px 0;
	color: #FFF;
	text-align: center;
	font-family: "Hiragino Kaku Gothic Std";
	font-size: 24px;
	font-style: normal;
	font-weight: 800;
	line-height: 135%; /* 32.4px */
}
#katsuyou .syousai .list{
	margin: 0 20px 0 20px;
	padding: 0 0 20px 0;
}

/* 各種制度をチェック ****************************************************/

#check{
	margin: 0 0 40px 0;
}
#check h2{
	background: #DADF00;
	margin: 0;
	padding: 25px;
	flex-direction: column;
	justify-content: center;
	flex-shrink: 0;	
	color: #E83828;
	text-align: center;
	font-family: "Hiragino Kaku Gothic Std";
	font-size: 24px;
	font-style: normal;
	font-weight: 800;
	line-height: 135%; /* 32.4px */
}
#check h2 svg{
	margin-left: 5px;
}
#check .inner{
	margin: 40px 20px;
	background: #fff;
}
#check .inner .price{
	margin: 0 0 4px 0;
	padding: 20px 0 15px 0;
	width: 100%;
	border-radius: 2px;
	border: 6px solid #DADF00;
	box-sizing:border-box;
	position: relative;
}
#check .inner .price h3{
	margin: 0 0 8px 0;
	color: #333;
	text-align: center;
	font-family: "Hiragino Kaku Gothic Std";
	font-size: 20px;
	font-style: normal;
	font-weight: 800;
	line-height: 135%; /* 27px */
}
#check .inner .price .max{
	margin: 0 auto;
	padding: 9px 23px;
	width: 160px;
	height: 40px;
	flex-shrink: 0;
	background: #FDD;
}
#check .inner .price .fukidashi{
	position: absolute;	
	width: 55px;
	height: auto;
	top: -28px;
	left: -12px;
}
#check .inner .price .fukidashi img{
	width: 100%;
	height: auto;
}
#check .inner .detail{
	box-sizing: border-box;
	display: flex;
	width: 100%;
	padding: 15px 25px 20px 25px;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	border-radius: 2px;
	background: #F7F7C6;
}
#check .inner .detail dl{
	display: flex;
	margin: 0;
	padding: 10px 0;
	align-items: center;
	gap: 12px;
	align-self: stretch;
	border-bottom: 1px solid #DADF00;
}
#check .inner .detail dl.last{
	border-bottom: none;
}
#check .inner .detail dl dt{
	color: #333;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 135%; /* 21.6px */
	width: 80px;
}

#check .inner .detail dl dd{
	margin: 0;
	color: #333;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 135%; /* 21.6px */
}
#check .inner .detail .button{
	margin: 0 auto;
	flex-shrink: 0;
}
#check .inner .detail .button a{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 19px 0;
	width: 220px;
	border-radius: 40px;
	border: 3px solid #E83828;
	background: #FFF;
	background-image:url(" ../images/check-button-icon1.png");
	background-repeat: no-repeat;
	background-position: top 21px right 32px;
	background-size: 16px;
	color: #E83528;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 135%; /* 21.6px */
	text-decoration: none;
    transition: .3s; 
}
#check .inner .detail .button a:active{
	background: #E83828;
	background-image:url(" ../images/check-button-icon2.png");
	background-repeat: no-repeat;
	background-position: top 21px right 32px;
	background-size: 16px;
	color: #fff;
    transition: .3s; 
}
#check .inner .detail .button a:hover{
	background: #E83828;
	background-image:url(" ../images/check-button-icon2.png");
	background-repeat: no-repeat;
	background-position: top 21px right 32px;
	background-size: 16px;
	color: #fff;
    transition: .3s; 
}

/* 申請ステップ ****************************************************/

#step{
	margin: 0 0 50px 0;
}
#step .container{
}
#step .box{
	margin: 20px;
	padding: 20px;
	box-sizing: border-box;
	width: calc(100% - 40px);
	border-radius: 2px;
	border: 3px solid #E83828;
}
#step .box h2{
	margin: 0 0 20px 0;
	color: #E83528;
	text-align: center;
	font-family: "Hiragino Kaku Gothic Std";
	font-size: 20px;
	font-style: normal;
	font-weight: 800;
	line-height: 135%; /* 27px */
}
#step .box h2 span{
	display: block;
	color: #E83528;
	font-family: "Hiragino Kaku Gothic Std";
	font-size: 14px;
	font-style: normal;
	font-weight: 800;
	line-height: 135%;
}
#step .box ul{
	margin: 0;
	padding: 0;
}
#step .box ul li{
	margin-bottom: 3px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: baseline;
    counter-increment: digit;
	font-weight: bold;
}
#step .box ul li:before {
    content: counter(digit,decimal);
    width: 18px;
    height: 18px;
    margin-right: 6px;
    background-color: #DADF00;
    font-size: 12px;
	font-family: Montserrat;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 12px */
    color: #E83528;
    line-height: 18px;
    text-align: center;
	border-radius: 20px;
}

/* CTA ****************************************************/
#cta{
	margin: 0 0 30px 0;
}
#cta .image{
	margin: 0 10px;
	
}
#cta .button{
	margin: 0 20px;
	flex-shrink: 0;
	width: calc(100% - 40px);
}
#cta .button a{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 19px 0;
	border-radius: 40px;
	border: 3px solid #E83828;
	background: #FFF;
	background-image:url(" ../images/cta-button-icon1.png");
	background-repeat: no-repeat;
	background-position: top 21px right 83px;
	background-size: 20px;
	color: #E83528;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 135%; /* 21.6px */
	text-decoration: none;
    transition: .3s; 
}
#cta .button a:active{
	background: #E83828;
	background-image:url(" ../images/cta-button-icon2.png");
	background-repeat: no-repeat;
	background-position: top 21px right 83px;
	background-size: 20px;
	color: #fff;
     transition: .3s; 
}
#cta .button a:hover{
	background: #E83828;
	background-image:url(" ../images/cta-button-icon2.png");
	background-repeat: no-repeat;
	background-position: top 21px right 83px;
	background-size: 20px;
	color: #fff;
    transition: .3s; 
}

/* リンクバナー ****************************************************/
#link{
	margin: 0;
	padding: 0 20px 20px 20px;
	background: url(" ../images/link-bg.png");
	background-size: 100%;
}
@media (min-width: 450px) {
#link .container{
	width: 410px;
	}
}
#link h2{
	padding: 30px 0 10px 0;
	color: #FFF;
	text-align: center;
	font-family: "Hiragino Kaku Gothic Std";
	font-size: 16px;
	font-style: normal;
	font-weight: 800;
	line-height: 135%; /* 21.6px */
}
#link ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#link ul li{
	margin: 0 0 8px 0;
	padding: 0;
}
