@charset "utf-8";
/* CSS Document */
/****************************************************************************/
/**							助成制度について用CSS							*/
/****************************************************************************/


/* ----------------------------------------------------
		助成制度について
---------------------------------------------------- */
#subsidy_wrap {
	padding: 0  0 7%;
}

#subsidy_wrap .headline {
	padding-top: 7%;
}

.subsidy_txt {
	line-height: 2;
	margin-top: 20px;
	text-align: left;
}

.subsidy_txt span {
	color: #ff0000;
	font-weight: bold;
	font-size: 1.8rem;
}

.pamph_title {
	font-size: 2.0rem;
	font-family: 'honoka';
	font-weight: normal;
	line-height: 1.3;
	margin-top: 7%;
}

.pamph_box {
	padding: 20px;
	box-sizing: border-box;
	width: 30%;
	display: inline-block;
	vertical-align: top;
	margin: 30px 37px 0 0;
}

.pamph_box:nth-of-type(3n) {
	margin-right: 0;
}

.pamph_img {
	text-align: center;
	margin-top: 10px;
}

.pamph_img img {
	max-width: 100%;
}

.pamph_txt {
	margin-top: 10px;
	line-height: 1.4;
}

.pamph_box h2 {
	margin: 10px 10px 0;
    line-height: 1;
    padding-left: 27px;
    position: relative;
    display: inline-block;
    font-weight: normal;
    font-family: 'honoka';
    font-size: 130%;
}
.pamph_box .ico_pdf {
    position: absolute;
    top: 0px;
    left: 0;
}
.pamph_box .pamph_file {
    font-size: 100%;
}

.pamph_file {
	color: #5d4037;
	line-height: 1.3;
	padding-left: 27px;
}
.class_name {
    margin-top: 80px;
    text-align: center;
    font-size: 200%;
    font-family: 'honoka';
}
#subsidy_btn {
    width: 300px;
    height: 50px;
    line-height: 50px;
    background-color: #ffffff;
    border: 1px solid #d3c38f;
    border-radius: 5px;
    text-align: center;
    font-family: 'honoka';
    font-size: 2.0rem;
    display: inline-block;
}

#subsidy_btn2 {
    width: 550px;
    height: 50px;
    line-height: 50px;
    background-color: #ffffff;
    border: 1px solid #d3c38f;
    border-radius: 5px;
    text-align: center;
    font-family: 'honoka';
    font-size: 2.0rem;
    display: inline-block;
}

#subsidy_link {
	text-align: center;
	margin: 7% 0 5%;
}

#subsidy_link li {
	width: 300px;
	height: 50px;
	line-height: 50px;
	background-color: #ffffff;
	border: 1px solid #d3c38f;
	border-radius: 5px;
	text-align: center;
	font-family: 'honoka';
	font-size: 2.0rem;
	display: inline-block;
	margin-left: 40px;
}

#subsidy_link li.active {
	background-color: #d3c38f;
}

#subsidy_link li a {
	display: block;
}

#subsidy_link li i {
	margin-right: 15px;
}

#subsidy_link li:first-child {
	margin-left: 0;
}


.subsidy_box {
    margin-top: 7%;
}
.subsidy_box h1 {
    border-bottom: 5px solid #f4f5f9;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.3;
    padding-bottom: 10px;
}


.subsidy_box li {
    background: rgba(0, 0, 0, 0) url("../../../img/ja/common/list_arrow.png") no-repeat scroll left center;
    box-sizing: border-box;
    line-height: 1.3;
    margin: 3.5% 0 0;
    padding-left: 28px;
    vertical-align: top;
}

.subsidy_box dl dt {
    background: rgba(0, 0, 0, 0) url("../../../img/ja/common/list_arrow.png") no-repeat scroll left center;
    box-sizing: border-box;
    line-height: 1.3;
    margin: 3.5% 0 0;
    padding-left: 28px;
    vertical-align: top;
}

.subsidy_box dd.first {
    padding-left: 28px;
}

.subsidy_box dd {
    margin: 1rem 0 0;
    display: inline-block;
    width: 20%;
}

.subsidy_box li a {
    margin:0 2rem;
}

.charge p {
    margin: 3% 0 0;
    line-height:2;
}
