@charset "utf-8";

/*=========================================*/
/* 情報公開 */
/*=========================================*/


/*-- FILE --*/

.information_file{
	padding:5px 5px 50px 5px;
}

.information_file .download_file{
	margin:0px 0px 10px 0px;
	background-color:rgba(245,243,241,1.0);
	/* radius */
	-webkit-border-radius:10px;
	   -moz-border-radius:10px;
	        border-radius:10px;
}

.information_file .download_file a{
	padding:25px 90px 25px 25px;
	font-size:112.5%;
	line-height:165%;
	color:rgba(37,35,33,1.0);
	font-weight:500;
	transition:0.25s ease-out;
	display:block;
}

.information_file .download_file a:link{ color:rgba(37,35,33,1.0); text-decoration:none; }
.information_file .download_file a:visited{ color:rgba(37,35,33,1.0); text-decoration:none; }
.information_file .download_file a:hover{ color:rgba(230,140,150,1.0); text-decoration:none; }
.information_file .download_file a:active{ color:rgba(230,140,150,1.0); text-decoration:none; }

.information_file .icon_pdf{
	background-image:url(../images/common/article_file_icon_pdf.png);
	background-repeat:no-repeat;
	background-position:right 30px center;
	background-size:35px auto;
}

.information_file .icon_excel{
	background-image:url(../images/common/article_file_icon_excel.png);
	background-repeat:no-repeat;
	background-position:right 30px center;
	background-size:35px auto;
}

.information_file .icon_word{
	background-image:url(../images/common/article_file_icon_word.png);
	background-repeat:no-repeat;
	background-position:right 30px center;
	background-size:35px auto;
}

.information_file .external_link{
	margin:0px 0px 10px 0px;
	background-color:rgba(245,243,241,1.0);
	/* radius */
	-webkit-border-radius:10px;
	   -moz-border-radius:10px;
	        border-radius:10px;
}

.information_file .external_link a{
	padding:25px 90px 25px 25px;
	background-image:url(../images/icon/icon_link_black.svg);
	background-repeat:no-repeat;
	background-position:right 35px center;
	background-size:25px auto;
	font-size:112.5%;
	line-height:165%;
	color:rgba(37,35,33,1.0);
	font-weight:500;
	transition:0.25s ease-out;
	display:block;
}

.information_file .external_link a:link{ color:rgba(37,35,33,1.0); text-decoration:none; }
.information_file .external_link a:visited{ color:rgba(37,35,33,1.0); text-decoration:none; }
.information_file .external_link a:hover{ color:rgba(230,140,150,1.0); text-decoration:none; }
.information_file .external_link a:active{ color:rgba(230,140,150,1.0); text-decoration:none; }

.information_file .download_none{
	padding:25px 0px 45px 0px;
	font-size:118.75%;
	line-height:165%;
	color:rgba(37,35,33,1.0);
	font-weight:700;
	text-align:center;
}

@media screen and (max-width:1600px){

.information_file{
	padding:5px 5px 48px 5px;
}

.information_file .download_file a{
	padding:23px 84px 23px 23px;
	font-size:106.25%;
}

.information_file .icon_pdf{
	background-position:right 28px center;
	background-size:33px auto;
}

.information_file .icon_excel{
	background-position:right 28px center;
	background-size:33px auto;
}

.information_file .icon_word{
	background-position:right 28px center;
	background-size:33px auto;
}

.information_file .external_link a{
	padding:23px 84px 23px 23px;
	background-position:right 33px center;
	background-size:23px auto;
	font-size:106.25%;
}

.information_file .download_none{
	padding:23px 0px 43px 0px;
	font-size:112.5%;
}

}

@media screen and (max-width:1280px){

.information_file{
	padding:5px 5px 46px 5px;
}

.information_file .download_file{
	margin:0px 0px 9px 0px;
	/* radius */
	-webkit-border-radius:9px;
	   -moz-border-radius:9px;
	        border-radius:9px;
}

.information_file .download_file a{
	padding:21px 78px 21px 21px;
}

.information_file .icon_pdf{
	background-position:right 26px center;
	background-size:31px auto;
}

.information_file .icon_excel{
	background-position:right 26px center;
	background-size:31px auto;
}

.information_file .icon_word{
	background-position:right 26px center;
	background-size:31px auto;
}

.information_file .external_link{
	margin:0px 0px 9px 0px;
	/* radius */
	-webkit-border-radius:9px;
	   -moz-border-radius:9px;
	        border-radius:9px;
}

.information_file .external_link a{
	padding:21px 78px 21px 21px;
	background-position:right 31px center;
	background-size:21px auto;
}

.information_file .download_none{
	padding:21px 0px 41px 0px;
}

}

@media all and (max-width:960px), print{

.information_file{
	padding:5px 5px 44px 5px;
}

.information_file .download_file{
	margin:0px 0px 8px 0px;
	/* radius */
	-webkit-border-radius:8px;
	   -moz-border-radius:8px;
	        border-radius:8px;
}

.information_file .download_file a{
	padding:19px 72px 19px 19px;
	font-size:100%;
	transition:0s ease-out;
}

.information_file .download_file a:hover{ color:rgba(37,35,33,1.0); text-decoration:none; }
.information_file .download_file a:active{ color:rgba(37,35,33,1.0); text-decoration:none; }

.information_file .icon_pdf{
	background-position:right 24px center;
	background-size:29px auto;
}

.information_file .icon_excel{
	background-position:right 24px center;
	background-size:29px auto;
}

.information_file .icon_word{
	background-position:right 24px center;
	background-size:29px auto;
}

.information_file .external_link{
	margin:0px 0px 8px 0px;
	/* radius */
	-webkit-border-radius:8px;
	   -moz-border-radius:8px;
	        border-radius:8px;
}

.information_file .external_link a{
	padding:19px 72px 19px 19px;
	background-position:right 29px center;
	background-size:19px auto;
	font-size:100%;
	transition:0s ease-out;
}

.information_file .external_link a:hover{ color:rgba(37,35,33,1.0); text-decoration:none; }
.information_file .external_link a:active{ color:rgba(37,35,33,1.0); text-decoration:none; }

.information_file .download_none{
	padding:19px 0px 39px 0px;
	font-size:106.25%;
}

}

@media screen and (max-width:640px){

.information_file{
	padding:5px 5px 42px 5px;
}

.information_file .download_file a{
	padding:17px 66px 17px 17px;
	font-size:93.75%;
}

.information_file .icon_pdf{
	background-position:right 22px center;
	background-size:27px auto;
}

.information_file .icon_excel{
	background-position:right 22px center;
	background-size:27px auto;
}

.information_file .icon_word{
	background-position:right 22px center;
	background-size:27px auto;
}

.information_file .external_link a{
	padding:17px 66px 17px 17px;
	background-position:right 27px center;
	background-size:17px auto;
	font-size:93.75%;
}

.information_file .download_none{
	padding:17px 0px 37px 0px;
	font-size:100%;
}

}

@media screen and (max-width:480px){

.information_file{
	padding:5px 5px 40px 5px;
}

.information_file .download_file a{
	padding:15px 60px 15px 15px;
}

.information_file .icon_pdf{
	background-position:right 20px center;
	background-size:25px auto;
}

.information_file .icon_excel{
	background-position:right 20px center;
	background-size:25px auto;
}

.information_file .icon_word{
	background-position:right 20px center;
	background-size:25px auto;
}

.information_file .external_link a{
	padding:15px 60px 15px 15px;
	background-position:right 25px center;
	background-size:15px auto;
}

.information_file .download_none{
	padding:15px 0px 35px 0px;
}

}


/*-- TEXT --*/

.information_text{
	position:relative;
	padding:0px 0px 30px 0px;
}

.information_text .text{
	position:relative;
	padding:0px 5px 25px 5px;
	font-size:112.5%;
	line-height:200%;
	color:rgba(37,35,33,1.0);
	font-weight:500;
	text-align:left;
}

.information_text .text a{
	transition:0.25s ease-out;
}

.information_text .text a:link{ color:rgba(37,35,33,1.0); text-decoration:underline; }
.information_text .text a:visited{ color:rgba(37,35,33,1.0); text-decoration:underline; }
.information_text .text a:hover{ color:rgba(230,140,150,1.0); text-decoration:underline; }
.information_text .text a:active{ color:rgba(230,140,150,1.0); text-decoration:underline; }

.information_text .text.font_color_red{
	color:rgba(200,0,0,1.0);
}

.information_text .text.under_none{
	padding-bottom:0px;
}

.information_text_numb{
	position:relative;
	padding:0px 6px 0px 6px;
	font-size:118.75%;
	line-height:200%;
	letter-spacing:0.1em;
	color:rgba(230,140,150,1.0);
	font-weight:600;
	text-align:left;
}

@media screen and (max-width:1600px){

.information_text{
	padding:0px 0px 29px 0px;
}

.information_text .text{
	padding:0px 5px 24px 5px;
	font-size:106.25%;
	line-height:197.5%;
}

.information_text_numb{
	font-size:112.5%;
	line-height:197.5%;
}

}

@media screen and (max-width:1280px){

.information_text{
	padding:0px 0px 28px 0px;
}

.information_text .text{
	padding:0px 5px 23px 5px;
	line-height:195%;
}

.information_text_numb{
	line-height:195%;
}

}

@media all and (max-width:960px), print{

.information_text{
	padding:0px 0px 27px 0px;
}

.information_text .text{
	padding:0px 5px 22px 5px;
	font-size:100%;
	line-height:192.5%;
}

.information_text .text a{
	transition:0s ease-out;
}

.information_text .text a:hover{ color:rgba(37,35,33,1.0); text-decoration:underline; }
.information_text .text a:active{ color:rgba(37,35,33,1.0); text-decoration:underline; }

.information_text_numb{
	font-size:106.25%;
	line-height:192.5%;
}

}

@media screen and (max-width:640px){

.information_text{
	padding:0px 0px 26px 0px;
}

.information_text .text{
	padding:0px 5px 21px 5px;
	font-size:93.75%;
	line-height:190%;
}

.information_text_numb{
	font-size:100%;
	line-height:190%;
}

}

@media screen and (max-width:480px){

.information_text{
	padding:0px 0px 25px 0px;
}

.information_text .text{
	padding:0px 5px 20px 5px;
	line-height:187.5%;
}

.information_text_numb{
	line-height:187.5%;
}

}


/*-- LIST --*/

.information_list{
	position:relative;
	padding:0px 5px 55px 5px;
}

.information_list_numb{
	display:flex;
}

.information_list_numb .numb{
	padding:0px 5px 0px 0px;
	font-size:112.5%;
	line-height:200%;
	color:rgba(37,35,33,1.0);
	font-weight:500;
	text-align:left;
}

.information_list_numb .text{
	font-size:112.5%;
	line-height:200%;
	color:rgba(37,35,33,1.0);
	font-weight:500;
	text-align:left;
}

.information_list_roma{
	display:flex;
}

.information_list_roma .numb{
	padding:0px 5px 0px 20px;
	font-size:112.5%;
	line-height:200%;
	color:rgba(37,35,33,1.0);
	font-weight:500;
	text-align:left;
}

.information_list_roma .text{
	font-size:112.5%;
	line-height:200%;
	color:rgba(37,35,33,1.0);
	font-weight:500;
	text-align:left;
}

@media screen and (max-width:1600px){

.information_list{
	padding:0px 5px 53px 5px;
}

.information_list_numb .numb{
	font-size:106.25%;
	line-height:197.5%;
}

.information_list_numb .text{
	font-size:106.25%;
	line-height:197.5%;
}

.information_list_roma .numb{
	font-size:106.25%;
	line-height:197.5%;
}

.information_list_roma .text{
	font-size:106.25%;
	line-height:197.5%;
}

}

@media screen and (max-width:1280px){

.information_list{
	padding:0px 5px 51px 5px;
}

.information_list_numb .numb{
	line-height:195%;
}

.information_list_numb .text{
	line-height:195%;
}

.information_list_roma .numb{
	line-height:195%;
}

.information_list_roma .text{
	line-height:195%;
}

}

@media all and (max-width:960px), print{

.information_list{
	padding:0px 5px 49px 5px;
}

.information_list_numb .numb{
	font-size:100%;
	line-height:192.5%;
}

.information_list_numb .text{
	font-size:100%;
	line-height:192.5%;
}

.information_list_roma .numb{
	font-size:100%;
	line-height:192.5%;
}

.information_list_roma .text{
	font-size:100%;
	line-height:192.5%;
}

}

@media screen and (max-width:640px){

.information_list{
	padding:0px 5px 47px 5px;
}

.information_list_numb .numb{
	font-size:93.75%;
	line-height:190%;
}

.information_list_numb .text{
	font-size:93.75%;
	line-height:190%;
}

.information_list_roma .numb{
	font-size:93.75%;
	line-height:190%;
}

.information_list_roma .text{
	font-size:93.75%;
	line-height:190%;
}

}

@media screen and (max-width:480px){

.information_list{
	padding:0px 5px 45px 5px;
}

.information_list_numb .numb{
	line-height:187.5%;
}

.information_list_numb .text{
	line-height:187.5%;
}

.information_list_roma .numb{
	line-height:187.5%;
}

.information_list_roma .text{
	line-height:187.5%;
}

}


/*-- TRAINING SPACE --*/

.training_space{
	padding:0px 0px 750px 0px;
}

@media screen and (max-width:1600px){

.training_space{
	padding:0px 0px 600px 0px;
}

}

@media screen and (max-width:1440px){

.training_space{
	padding:0px 0px 450px 0px;
}

}

@media screen and (max-width:1280px){

.training_space{
	padding:0px 0px 300px 0px;
}

}

@media screen and (max-width:1120px){

.training_space{
	padding:0px 0px 0px 0px;
}

}

@media all and (max-width:960px), print{

.training_space{
	padding:0px 0px 0px 0px;
}

}

