@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap');
@import url('pagenation.css');

p {
	margin-bottom: 0;
}
html {
	font-size: 62.5%;
	scroll-behavior: smooth;
	scroll-padding-top: 140px;
}
body {
	margin:0;
	padding:0;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 14px;
	/* font-size: 85%; */
	color: #353131;
}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.red {
    color: #CE0E0E !important;
}
.blue {
	color: #3A67C2;
	font-size: 1em;
	font-weight: bold;
}
.cf::after {
  content: "";
  display: block;
  clear: both;
}
/*
* header
*/
.header {
	position: sticky;
	top: 0;
	background-color: #fff;
	z-index: 999;
}
.hide {
	display: none;
}
.navbar {
	padding: 0;
}
.navbar .top_l {
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	float: left;
}
.navbar .header_bar .top_l img {
	height: 60px;
}
.navbar .header_bar .top_r {
	float: right;
}
.top_r table {
	border: none;
	/*margin: 24px 0px 0px;*/
	/* width: 100%; */
	width: 425px;
	float: left;
}
.top_r td {
	font-size: 12px;
	margin: 0;
	padding: 0px;
	border: none;
	height: 28px;
}

ul {
	list-style-type: none;
}

.top_r span {
    margin-top: 4px;
    display: inline-block;
    font-size: 14px;
}

.header_sub {
	width: 640px;
	list-style: none;
	padding: 0px;
	margin: 0px;
	line-height: 20px;
	float: left;
}

ul#fontSize {
    display: inline-block;
    margin: 0 20px 0 0 ;
}

ul#fontSize li {
	padding: 2px 6px;
	display: inline-block;
	border: 1px solid #231815;
	margin: 0;
}

.header_sub ul#fontSize li.active {
	background: #353131;
	color: #FFF;
}
#header_menu .search_form {
	padding-left: 20px!important;
}
.search_form input[type="text"] {
    float: left;
    width: 181px;
    height: 28px;
    font-size: 15px;
    border-right: none;
    border: 1px solid #231815;
    padding: 0px 0 0px 5px;
    margin: 0;
    display: inline-block;
}
.search_form input[type="submit"] {
    float: left;
    background: url(../images/ico_serch.png) 50% 50% #353131 no-repeat;
    font-size: 14px;
    width: 44px;
    height: 28px;
    border: none;
    padding: 0px;
    margin-left: -4px;
}
#h_inq {
	height: 70px;
	width: 180px;
	background-color: #353131;
	display: table-cell;
	text-align: center;
	padding: 24px 0;
	float: right;
}
#h_inq img {
    width: 18px;
    vertical-align: bottom;
}
#h_inq a {
	color: #ffffff;
	text-decoration: none;
}
#header_pc {
	display: inline;
	width: 100%;
}
#topmenu_area{
    display: none;
}
.navmenu_logo {
    display: none;
}
header .menu {
	text-align: center;
    margin: 0;
    padding: 0;
}
header .menu .cate {
    flex-basis:25%;
    position: relative;
}
header .menu .cate a {
    padding-top: 20px;
    height: 60px;
    display: block;
    text-decoration: none;
    font-size: 1em;
    color: #000;
}
header .menu .cate a .navmenu_ico {
	padding-left: 40px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: left  top;
	background-size: 20px;
}
header .menu .cate a .navmenu_ico_about{
	background-image: url('../images/ico_about2.png');
}
header .menu .cate a .navmenu_ico_prog{
	background-image: url('../images/ico_prog2.png');
	background-size: auto 20px;
	padding-left: 60px;
}
header .menu .cate a .navmenu_ico_report{
	background-image: url('../images/ico_report2.png');
}
header .menu .cate a .navmenu_ico_project{
	background-image: url('../images/ico_project2.png');
}
header .menu .nocate a .navmenu_ico{
	padding-left: 40px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: left  top;
	background-size: 20px;
}
header .menu .nocate a .navmenu_ico_news{
	background-image: url('../images/ico_news.png');
}
header .menu .cate a .navmenu_ico_qa{
	background-image: url('../images/ico_common.png');
}
header .menu .nocate a .navmenu_ico_mail{
	background-image: url('../images/ico_mail.png');
}
header .menu .cate:last-child a{
    border-right: none;
}
header .menu .cate > a.active{
	color: #D94040;
}
/*
* main
*/
.main_container {
	display: flex;
	justify-content: space-between;
    margin-left: calc(50% - 750px);
}
.main_container .left_contents {
	width: calc(100% - 300px);
	margin-right: auto;
	margin-left: auto;
    padding-top:80px;
}
body:not(.home) .main_container {
	justify-content: space-between;
}
body:not(.home) .main_container .left_contents {
	max-width: 1100px;
	width: calc(90% - 300px)
}
body:not(.home) .main_container .right_contents {
    width: 300px;
	background-color: #F2F2F2;
}
.home .main_container .right_contents {
	flex-shrink: 0;
    padding-top:80px;
    width: 300px;
}
.main_contents {
    background-image: none;
	background-color: #ffffff;
	box-sizing: border-box;
	padding-right: 80px;
}
body:not(.home) .main_contents {
	padding-right: 0;
}
.main_contents .table_list {
	font-size: 1em;
}
.main_contents .table_list li {
	display: flex;
}
.main_contents .table_list li div {
	padding: 8px 20px;
}
.list_post {
	font-weight: bold;
}
.main_contents .table_list li .list_name {
	flex-basis: 216px;
	flex-shrink: 0;
	background-color: #808080;
	color: #fff;
	border-top: solid 1px #fff;
	border-left: solid 1px #808080;
}
.main_contents .table_list li:first-child .list_name {
	border-top: solid 1px #808080;
}
.main_contents .table_list li:last-child .list_name {
	border-bottom: solid 1px #808080;
}
.main_contents .table_list li .list_affiliation {
	display: flex;
	align-items: center;
	flex-basis: 80%;
	border-top: solid 1px #404040;
	border-right: solid 1px #404040;
}
.block {
	display: block!important;
}
.main_contents .table_list li:last-child .list_affiliation {
	border-bottom: solid 1px #404040;
}
.txt_red {
	color: #D94040;
	font-size: medium;
	padding: 0 0 5px 10px;
}
ul.v_table_list {
	display: flex;
	flex-wrap: wrap;
	border-left: solid 1px #808080;
	margin-bottom: 0!important;
}
ul.v_table_list li:not(:first-of-type) {
	padding: 30px 0;
	text-align: center;
}
ul.v_table_list:first-of-type li,
ul.v_table_list:not(:first-of-type) li:not(:first-of-type) {
	display: flex;
	align-items: center;
	justify-content: center;
}
ul.v_table_list:not(:first-of-type) li {
	border-bottom: solid 1px #808080;
	border-right: solid 1px #808080;
}
ul.v_table_list:first-of-type li:not(:last-of-type) {
	border-right: solid 1px #fff;
}
ul.v_table_list li:first-of-type {
	flex-basis: 65%;
	padding: 30px;
}
ul.v_table_list li:nth-of-type(2) {
	flex-basis: 15%;
}
ul.v_table_list li:last-of-type {
	flex-basis: 20%;
}
ul.v_table_list:first-child {
	background-color: #808080;
	color: #fff;
	text-align: center;
	border-right: solid 1px #808080;
	font-size: 1em;
}
ul.v_table_list li dl dt {
	font-weight: bold;
	font-size: 1em;
	padding-bottom: 10px;
}
.applyor:not( a) {
	display: inline-block;
	padding: 4px 40px;
	border: solid 1px #CE0E0E;
	color: #CE0E0E;
}
.applyor:has( a) {
	display: inline-block;
	border: solid 1px #3A67C2;
	background-color: #3A67C2;
	padding: 0;
}
.applyor:has( a) a {
	display: block;
	color: #fff;
	border: solid 1px #3A67C2;
	padding: 4px 40px;
	background-color: #3A67C2;
}
ul.v_table_list li:has( .bottom_line) {
	padding: 0;
}
.bottom_line {
	height: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bottom_line:first-of-type {
	border-bottom: solid 1px #808080;
}


/*
* TOPページ
*/
#news_title h3 {
	font-size: 1.5em;
	font-weight: bold;
}
#news_title h3 span {
	display: inline-block;
	padding-left: 20px;
	font-size: 1em;
	color: #d94040;
	line-height: 24px;
	vertical-align: middle;
}
#btn_news {
	width: 200px;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #353131;
	line-height: 56px;
	font-size: 1em;
}
#btn_news a {
	display: block;
	color: #fff;
}


/*
* carousel
*/
.row {
	margin: 0;
}
.carousel_box {
	background-color: #403838;
	width: 65%;
}
.carousel-control-next, .carousel-control-prev {
	width: 5%;
}
.carousel_photo img {
	min-height: 440px;
}
.rps_on_crsl {
    display: none !important;
}
.rps_off_crsl {
    display: block !important;
}
#carousel_side {
	width: 35%;
	background-color: #403838;
	position: relative;
	align-content: center;
	min-height: 440px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	writing-mode: vertical-rl;
	color: #fff;
}
.carousel_side1 {
	font-size: clamp(36px,3.5vw,44px);
	font-family: "kozuka-gothic-pro", sans-serif;
	font-weight: 900;
	font-style: normal;
	letter-spacing: .2em;
	line-height: clamp(1em,5.65vw,1.8em);
}
.carousel_side1 .slide_red {
	color: #ff4d4d;
}
.carousel_side2 {
	font-size: clamp(13px,1.3vw,16px);
	line-height: 2.5em;
	letter-spacing: .2em;
	padding-right: 8px;
	font-weight: bold;
}

/*
* headline
*/
.headline {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	max-width: 1500px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0 10px;
}
.headline_title {
	flex-basis: 180px;
	flex-shrink: 0;
	font-size: 1.5em;
	font-weight: bold;
}
.headline_list {
	width: calc(100% - 180px);
}
.headline_list ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding: 16px 12px 16px 20px;
	width: 100%;
	font-size: 1em;
}
.headline_list ul li:not(:last-child) {
	border-bottom: none;
}
.headline_btn_wrap {
	background-color: #0067CA;
	text-align: center;
	flex-shrink: 0;
}
.headline_btn_wrap a {
	display: block;
	color: #fff;
	padding: 12px;
}

/*
* contents_navi
*/
#contents_navi {
	background-color: #F2F0F0;
	width: 100%;
}
.contents_navi_wrap{
	max-width: 1500px;
	margin:auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.contents_navi_col{
	width: calc(25% - 20px);
}
.contents_navi_box{
	overflow: hidden;
	background-color: #fff;
	width: 100%;
	padding-bottom: 100%;
	height: 0;
	text-align: center;
	background-image: url(../images/ico_triangle.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	text-align: center;
}
.contents_navi_col a{
	background-color: #fff;
    display: block;
	overflow: hidden;
	color: #353131;
	text-decoration: none;
}
.contents_navi_col a:hover{
    color: #ffffff;
}
.contents_navi_col a:hover .contents_navi_box{
    background-color: #313131;
}
.contents_navi_col a .contents_navi_box img.hover_off {
	display: inline;
}
.contents_navi_col a:hover .contents_navi_box img.hover_off {
	display: none;
}
.contents_navi_col a .contents_navi_box img.hover_on {
	display: none;
}
.contents_navi_col a:hover .contents_navi_box img.hover_on {
	display: inline;
}
.contents_navi_col a:hover .explain_jp{
    font-weight: bold;
}
.contents_navi_box .title1 {
	font-size: 200%;
	font-weight: 800;
	padding-top: 15%;
	padding-bottom: 7%;
}
.contents_navi_box .explain_en1 {
	line-height: 1.5rem;
}
.contents_navi_box .title2 {
	font-weight: 400;
	padding-top: 18%;
	padding-bottom: 10%;
}
.contents_navi_box .explain_en2 {
	font-size: 200%;
	font-weight: 800;
	line-height: 1.5rem;
}
.contents_navi_box .explain_jp {
	color: #CE0E0E;
	padding: 10% 0;
}
dl.article_content {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	line-height: 3em;
}
dl.article_content > dt {
	color: #707C8C;
	text-align: right;
	flex-basis: 60px;
	flex-shrink: 0;
	font-weight: normal;
}
dl.article_content > dd {
	flex-basis: calc(100% - 60px);
	padding-left: 30px;
}
dl.article_content > dd dl {
	display: flex;
	flex-wrap: wrap;
}
dl.article_content > dd dl dt {
	color: #707C8C;
	flex-basis: 30px;
	flex-shrink: 0;
	font-weight: normal;
}
dl.article_content > dd dl dd {
	flex-basis: calc(100% - 30px);
}
dl.article_content > dd ul {
	width: 300px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-left: 1em;
}
dl.article_content > dd ul li {
	margin-right: 24px;
}
ul.download_link li {
	width: 100%;
	border-top: 1px solid #BFC1C4;
}
ul.download_link li:last-child {
	border-bottom: 1px solid #BFC1C4;
}
ul.download_link li a {
	display: block;
	color: #404040;
	padding: 20px 70px 20px 20px;
	background: url('../images/ico_pdf_r.png') center right 20px / 30px no-repeat;
}
ul.download_link li a:hover {
	color: #fff;
	background: url('../images/ico_pdf_y.png') center right 20px / 30px no-repeat #404040;
}
/*
* top_login
 */
.flex_start {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
section.login_mypage_outer {
	background-color: #353131;
	padding: 60px 0 50px;
}
.login_mypage {
	color: #fff;
	width: 90%;
	max-width: 1500px;
	margin: 0 auto;
}
.login_mypage_top {
	margin-bottom: 8px;
}
.login_title {
	font-weight: bold;
	position: relative;
	margin-right: 56px;
	font-size: 1.125em;
}
.forgot_password {
	font-size: .875em;
	padding-left: 56px;
	border-left: solid 1px #fff;
	line-height: 1.6em;
}
.forgot_password a {
	color: #d94040;
	text-decoration: underline;
}
.login_text {
	color: #fff;
	margin-bottom: 24px;
}
.login_mypage_input div {
	width: 250px;
	margin-right: 24px;
}
.login_mypage_input input {
	width: 100%;
	height: 48px;
	border-radius: 25px;
	border: 1px solid #fff;
	padding: 0 15px;
}
.button_login {
	max-width: 180px;
	font-size: .875em;
	text-align: center;
	height: 48px;
	margin-right: 0;
}
.button_login a {
	display: block;
	background-color: #d94040;
	border: solid 1px #d94040;
	border-radius: 24px;
	background-image: url(../images/ico_circle_w.png);
	background-repeat: no-repeat;
	background-position: right 20px center;
    background-size: 10px 10px;
	color: #fff;
	line-height: 44px;
}
.button_login:hover {
	transition: .4s;
}
.button_login:hover a {
	color: #d94040;
	background-image: url(../images/ico_circle_w_on2.png);
	background-color: #fff;
	border: solid 1px #d94040;
	transition: .4s;
}
.login_mypage_new {
	margin-left: 35px;
	padding-left: 50px;
	border-left: solid 1px #fff;
	font-size: .875em;
	text-align: center;
	margin-right: 0;
}
.login_mypage_new a {
	display: block;
	background-color: #d94040;
	border: solid 1px #d94040;
	color: #fff;
	width: 300px;
	height: 48px;
	line-height: 44px;
	border-radius: 24px;
	background-image: url(../images/ico_login.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 30px 30px;
}
.login_mypage_new:hover a {
	background-color: #fff;
	border: solid 1px #d94040;
	color: #d94040;
	background-image: url(../images/ico_login_on.png);
	transition: .4s;
}
/*
* news
*/
.news {
	width: 90%;
	margin: 0 auto;
	padding-top: 80px;
	padding-bottom: 50px;
}
.news #news_list {
	border-top: 1px solid #DCD9D9;
	margin: 15px 0 40px;
}
.news #news_list li {
	font-size: 1.2em;
	padding: 25px 10px 20px 0;
	margin: 0;
	list-style: none;
	border-bottom: 1px solid #DCD9D9;
	background: url('../images/bg_li.png') 100% 50% no-repeat
}
.news #news_list li:has( a:hover) {
	background-image: url(../images/bg_li_on.png);
}
#news_list li a .news_date {
	color: #808080;
	font-size: 80%;
}
#news_list li a {
	color: #202020;
	text-decoration: none;
	display: block;
	padding: 0 14px 0 0;
}
.news_title {
	margin-top: 16px;
}
#news_list li a:hover .news_title {
	color: #d94040;
}
#news_list li a span.new {
	color: #fff;
	background-color: #d94040;
	padding: 0 4px;
	font-weight: 500;
}

/*////////////////////////////////////////////////////////////////////////////////ぱんくず*/
#pankuzu ol {
	list-style: none;
	display: flex;
    justify-content: flex-start;
    margin: 0 auto 10px;
    flex-wrap: wrap;
}
#pankuzu ol li {
	margin-right: 16px;
}
#pankuzu ol li + li::before {
	content: "\003e";
	margin-right: 16px;
	color: #7E7A7A;
}
#pankuzu a {
	color:#7E7A7A;
}
#pankuzu img {
	vertical-align: -2px;
}
/*
* side
*/
#side {
	width: 100%;
    height: 100%;
    margin: 0;
	padding-top: 40px;
}
#side .btn_black {
	width: 100%;
	background: url(../images/bg_btn3.png) 24px 50% no-repeat #353131;
	height: 60px;
	padding-top: 18px;
	color: #fff;
	font-size: 1em;
	position: relative;
	margin-bottom: 40px;
}
body:not(.home) #side .btn_black {
	background: url(../images/bg_btn3.png) 24px 50% no-repeat #D94040;
	margin-bottom: 0;
}
.dli-chevron-round-right {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  transform: translateX(-25%) rotate(45deg);
}
.dli-chevron-round-right::before, .dli-chevron-round-right::after {
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}
.dli-chevron-round-right::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}
.dli-chevron-round-right::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1em;
}
#side a.btn_black:hover {
    opacity: 0.75;
}
#login_form {
	width: 100%;
	background-color: #f2f0f0;
	padding: 30px;
	font-size: 14px;
}
.login_form_content_title {
	font-size: 1em;
	font-weight: bold;
	background: url(../images/ico_key.png) center left 30px / 20px no-repeat;
	padding-left: 36px;
	text-align: center;
}
.login_form_content_bottom {
	margin: 40px 0 24px;
	text-align: left;
}
.login_form_content_bottom div input {
	width: 100%;
	height: 40px;
}
.login_form_content_text {
	margin-top: 30px;
}
.login_form_content_text a {
	color: #d94040;
	text-decoration: underline;
}
.login_form_content_password {
	margin-top: 32px;
}
.btn_login a {
	display: block;
	padding: 20px 32px 20px 20px;
	background-color: #d94040;
	color: #fff;
	position: relative;
}
body:not(.home) .btn_login a {
	background-color: #353131;
}
#side .download_link a.btn {
	width:100%;
	display: block;
	padding: 20px 60px 20px 0px;
	margin: 0px;
	color: #fff;
	font-size: 20px !important;
	background-color: #000 !important;
	background-image: url('../images/ico_pdf_y.png');
	background-size: 30px 30px;
	background-repeat: no-repeat;
	background-position: right 15px center;
}
#side .download_link a.btn:hover span{
	background-color: #000 !important;
}
#side .download_link a.btn span{
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}
#side .download_link a.btn:hover {
	opacity: 0.5;
}
body:not(.home) #side {
	position: sticky;
	top: 40px;
	padding-bottom: 40px;
}
#side .list {
    padding: 40px;
    font-weight: bold;
}
#side ul.sidebar_archive {
	border: none;
	margin: 0;
}
#side li {
	border: none;
}
#side li a{
    border-left: none;
    background:none;
}
#side ul.sidebar_archive li {
	border-bottom: solid 1px #ccc;
}
#side ul.sidebar_archive li.current {
	border-bottom: solid 2px #D94040;
}
#side ul.sidebar_archive li a {
	display: block;
	padding: 16px 0;
	color: #000;
}
#side ul.sidebar_archive li a:hover {
	background-color: #000;
	color: #fff;
}
body:not(.home) #side h5 {
	font-size: 20px;
	border-bottom: solid 2px #808080;
	font-weight: bold;
	padding-bottom: 20px;
}
body:not(.home) #side h5 img {
	display: inline-block;
	width: auto;
	height: 22px;
	margin-right: 10px;
	vertical-align: top;
}
body:not(.home) #side h5 a {
	color: #353131;
}
#side .sidebar_banner {
	margin-top: 40px;
}
#side .sidebar_banner li {
	margin-bottom: 16px;
}
#side .sidebar_banner li img {
	max-width: 100%;
	height: auto;
}




/*
* バナー
*/
div.gak_bnr {
	background-color: #F0F0F0;
	padding: 40px 0;
	width: 100%;
	text-align: center;
}
div.gak_bnr ul.sidebar_banner {
	display: flex;
	justify-content: center;
	width: 100%;
}
div.gak_bnr ul.sidebar_banner li {
	flex-basis: 33%;
}
div.gak_bnr a {
	padding: 5px 25px;
}
div.gak_bnr a:hover {
	opacity: 0.7;
}
/*
* footer
*/
.footer {
	background-color: #353131;
	margin: 0;
	padding: 0px 0 10px;
}

.footer img {
	margin-bottom: 30px;
}

.footer .rapper {
	width: 100%;
	padding: 0 100px 0 50px;
	display: flex;
	justify-content: space-between;
}

.footer .rapper .left {
	padding: 80px 0 50px;
}

.footer .rapper .right {
	padding: 50px 0 50px;
}

.footer p {
	margin-bottom: 0;
}

/* main_contents */
.main_contents .h2_wrap {
	text-align: center;
	padding: 40px 0;
    border-top: solid 2px #404040;
    border-bottom: solid 2px #404040;
}
.main_contents h2 {
	display: inline-block;
    text-align: center;
    font-size: 2em;
    padding: 10px 60px;
    font-weight: bold;
    background-size: 48px;
    background-position: center left;
    background-repeat: no-repeat;
}
.main.qa h2,
.main.common h2,
.page:not(.page-id-6170) h2 {
    background-image: url('../images/ico_common.png');
}
.main.about h2 {
    background-image: url('../images/ico_about.png');
}
.main.report h2,
.main.category_sp h2 {
    background-image: url('../images/ico_report.png');
}
.main.prog h2 {
    background-image: url('../images/ico_prog2.png');
    background-size: auto 48px;
    padding-left: 140px;
}
.main.project h2 {
    background-image: url('../images/ico_project.png');
}
.main.news h2 {
    background-image: url('../images/ico_news.png');
}
.riji {
	text-align: center;
	margin-top: 60px;
}
.single .main_contents h3,
.category .main_contents h3,
.page:not(.page-id-6170) .main_contents h3 {
	display: block;
	font-size: 1.5em;
	border: solid 1px #000;
	padding: 36px 30px;
	line-height: 1em;
	font-weight: bold;
	margin: 60px 0 30px;
}
.single .main_contents h3 .h3_comment,
.category .main_contents h3 .h3_comment,
.page .main_contents h3 .h3_comment {
	display: inline-block;
	margin-left: 80px;
	font-size: .875em;
	color: #808080;
}
.align_center {
	text-align: center;
}
.align_center img {
	max-width: 95%!important;
}
.align_right {
	text-align: right;
}
.pagetop a {
	font-size: 1em;
	width: 300px;
	background-color: #353131;
	display: block;
	color: #fff;
	text-align: center;
	padding: 16px 0;
}

.box {
    padding: 30px 0px 120px 0;
    line-height: 3rem;
    position: relative;
}
.main.prog font.num {
	color: #d94040;
}
.main.prog h3 .comment {
	font-weight: normal;
	font-size: 65%;
	float: right;
	color: #d94040;
}
.table_caption {
	font-weight: bold;
}


.main.prog .caption {
	padding: 0px 30px;
	margin: 20px 0px;
}
.main.prog .caption span{
	float: none;
}
.main.prog .caption span::before{
	content: "／";
}
.main.prog .hyo {
	border: solid 1px #404040;
	border-top: solid 1px #cccccc;
}
.main.prog .hyo th {
	color: #808080;
	background-color: #f2f2f2;
}
.main.prog .hyo td {
	padding: 30px;
	border-top: solid 1px #cccccc;
}
.main.prog .hyo h6 {
	padding: 0px;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 30px;
}
.main.prog .yoko_hyo td.rps_title {
	display: none;
}
.main_contents dl.sikaku {
	display: flex;
	justify-content: flex-start;
	padding: 30px 0;
	border-bottom: solid 1px #ccc;
}
.main_contents dl.sikaku dt {
	font-weight: normal;
	padding-right: 16px;
}
.main.prog h4 {
	color: #d94040;
	font-size: 1.5em;
	display: flex;
	align-items: center;
	margin:  40px 0;
	font-weight: bold;
}
.main.prog h4::before ,
.main.prog h4::after {
	content: "";
	flex-grow: 1;
	height: 2px;
	background: #404040;
	display: block;
}
.main.prog h4::before {
	margin-right: 1rem;
}
.main.prog h4::after {
	margin-left: 1rem;
}
.main_contents h6 {
	font-size: 100%;
	margin: 10px 0px;
	color: #404040;
}
.main.prog .btn_pdf {
    background-color: #fff !important;
    color: #000 !important;
    border: solid 2px #ccc;
    padding: 15px 55px 15px 0px;
    font-size: 1em;
    font-weight: normal;
    max-width: 360px;
	width: 50%;
	margin: 10px;
	background-image: url('../images/ico_pdf_r.png');
	background-repeat: no-repeat;
	background-position: right 20px center;
	background-size: 30px;
}
.main.prog .ico_pdf_red {
	width: 30px;
	height: 30px;
	background-image: url('../images/ico_pdf_r.png');
	background-repeat: no-repeat;
	background-size: 28px;
}
.main_contents .flex_wrap {
	display: flex;
	justify-content: space-between;
}
.flex_wrap_start {
	display: flex;
	justify-content: flex-start;
}
.main_contents .book_list_box {
	flex-grow: 1;
	padding-right: 30px;
}
.archive .main_contents .book_list_box {
	padding-right: 0;
}
.main_contents .book_list_box ul li {
	border-top: 1px solid #BFC1C4;
}
.main_contents .book_list_box ul li:last-child {
	border-bottom: 1px solid #BFC1C4;
}
.main_contents .book_list_box ul li a{
	display: block;
	padding: 20px 70px 20px 20px;
	color: #404040;
	background-image: url('../images/ico_pdf_r.png');
	background-repeat: no-repeat;
	background-position: right 20px center; 
	background-size: 30px ;
	text-decoration: none;
}
.main_contents .book_list_box ul li a:hover{
	background-image: url('../images/ico_pdf_y.png');
	background-color: #404040;
	color: #fff;
}
.main.qa h4 {
	color: #d94040;
	font-size: 20px;
	font-weight: bold;
}
.main.qa h4 span{
	background-color: #D96c6c;
	color: #fff;
	border-left: solid 20px #d94040;
	margin-right: 20px;
}
.main.qa div.flex_wrap_start .left {
	flex-basis: 27%;
}
.main.qa div.flex_wrap_start:not(:last-of-type) {
	border-bottom: solid 1px #000;
	position: relative;
	margin-bottom: 30px;
}
.main.qa div.flex_wrap_start:not(:last-of-type)::after {
	content: '';
	width: 30px;
	height: 8px;
	background: url('../images/hr_arrow.png') no-repeat;
	position: absolute;
	bottom: -8px;
	right: 0;
	left: 0;
	margin: auto;
}
.main.qa div.flex_wrap_start ul.qa li {
	text-indent: -1em;
	padding-left: 2em;
}
.main.qa div.flex_wrap_start ul.qa li:before {
	display: inline-block;
	content: url('../images/li_style.png');
	margin-right: 8px;
}
.main_contents .btn_link {
    background-color: #fff !important;
    color: #000 !important;
    border: solid 2px #ccc;
    padding: 15px 55px 15px 20px;
    font-weight: normal;
    max-width: 360px;
	width: 50%;
	margin: 10px;
	background-image: url('../images/ico_left_r.png');
	background-repeat: no-repeat;
	background-position: right 20px center;
	background-size: 15px;
	text-decoration: none;
}
.main_contents a.btn_link:hover {
	color: #fff !important;
	background-color: #000 !important;
	background-image: url('../images/ico_left_y.png');
}


.sub_report .img_area {
	text-align: center;
}
.sub_report .img_area img{
	height: 281px;
	margin: 20px 10px;
}
.sub_report .link_area .link_box {
	border: solid 1px #ccc;
}
.sub_report .link_area .link_box:not(:first-of-type) {
	border-top: none;
}
.sub_report .link_area a {
	display: block;
	padding: 20px 55px 20px 20px;
	color: #000;
	background-image: url('../images/ico_left_r.png');
	background-repeat: no-repeat;
	background-position: right 20px center;
	width: 100%;
	max-width: 100%;
	text-decoration: none;
}
.sub_report .link_area a:hover{
	color: #fff;
	background-color: #404040;
	background-image: url('../images/ico_left_y.png');
}
.sub_report .link_area ul{
	margin-left: 80px;
	list-style: none;
	margin-bottom: 0;
}
.sub_report .link_area ul li a{
	padding: 20px 36px 20px 0;
}
.sub_report .link_area ul li a::before{
	content: "●";
	color: #D94040; /*red */
}
.sub_report .link_area ul li a:hover::before{
	color:#ffe836; /*yellow*/
}
.main_contents .report_sub_page .btn_area{
	text-align: center;
}
.main_contents .report_sub_page .btn_area a.btn_link{
	background-image: url('../images/ico_down_r.png');
}
.main_contents .report_sub_page .btn_area a.btn_link:hover{
	background-image: url('../images/ico_down_y.png');
}
.report_sub_page h4 {
	color: #d94040;
	font-size: 1.5em;
	display: flex;
	align-items: center;
	margin:  20px 0;
	font-weight: bold;
}
.report_sub_page h4::before ,
.report_sub_page h4::after {
	content: "";
	flex-grow: 1;
	height: 2px;
	background: #404040;
	display: block;
}
.report_sub_page h4::before {
	margin-right: 1rem;
}
.report_sub_page h4::after {
	margin-left: 1rem;
}
.report_sub_page h5 {
	margin: 50px 0 0 0 ;
	padding: 20px 30px;
	border: solid 1px #404040;
	font-weight: bold;
	font-size: 20px;
}
.report_sub_page h6 {
	margin: 0;
	padding: 15px 30px;
	border: solid 1px #404040;
	background-color:#f2f2f2;
	font-weight: bold;
	font-size: 1em;
}
.report_sub_page h5 + h6 {
	border-top: none;
}
.report_sub_page dl.report {
	display: block;
	width: 100%;
	cursor: pointer;
	margin: 0;
}
.report_sub_page dl.report:hover {
	background-color: #000;
	color: #fff !important;
}

.report_sub_page dl.report dt {
	display: block;
	width: 100%;
	text-align: left;
	margin: 0;
	padding: 20px 80px 5px 30px;
	border: solid 1px #404040;
	border-top: none;
	border-bottom: none;
	font-weight: bold;
}
.report_sub_page dl.report.topborder dt:first-child {
	border-top: solid 1px #404040 !important;
}
.report_sub_page dl.report dd {
	display: block;
	width: 100%;
	text-align: left;
	margin: 0;
	padding: 5px 30px 20px;
	border: solid 1px #404040;
	border-top: none;
	position: relative;
}
.report_sub_page dl.report dd::after {
	content: "";
	background-image: url('../images/ico_pdf_r.png');
	background-repeat: no-repeat;
	background-size: 25px;
	width: 25px;
	height: 30px;
	display: block;
	position: absolute;
	right: 50px;
	top: -12px;

}
.report_sub_page dl.report dt a{
	text-decoration: none;
	color: inherit;
	line-height: 20px;
}
.report_sub_page dl.report:hover dd::after {
	background-image: url('../images/ico_pdf_y.png');
}
.main.project h5 {
	color: #D94040;
	border-bottom: solid 3px #D96c6c;
	font-size: 20px;
	margin: 15px 0px;
}
.main_project .total_money { margin: 20px 0px; border: solid 1px #000; color: #d94040;}
.main_project .total_money h3 { margin:0; display:inline-block; float:left; border:none; }
.main_project .total_money span { margin:0; display:inline-block; float:right; border:none; font-size:24px;padding:20px 15px;}
.search_result { padding: 0 30px; }
.search_result .result { margin: 20px 0px; font-weight:bold;}
.search_result ul {
	padding: 0;
	list-style: none;
	border-top: solid 1px #DCD9D9;
}
.search_result ul li{
	border-bottom: 1px solid #DCD9D9;
	padding: 15px  0;
}
.search_result ul li a {
	display: block;
	color: #000;
	text-decoration: none;
}
.search_result ul li a:hover {
	color: #d94040;
}
.search_result .pager,
.main_news .pager
{
	text-align: center;
}
.search_result .pager .prev_link ,
.search_result .pager .next_link ,
.main_news .pager .prev_link ,
.main_news .pager .next_link 
{
	display: inline-block;
	width: 100px;
	margin: 0px 10px;
	padding: 20px 0;
}
.search_result .pager a,
.main_news .pager a {
	color: #000000;
}
.main_contents.main_about img.infomap {
    width:100%;
}
@media screen and (max-width: 1100px) {
	.main.prog .btn_pdf {
		width: 100%;
		margin: 10px!important;
	}
}
/*お問い合わせ inq cf7*/
.wpcf7-textarea {
	display: block;
	width: 100%;
}
.wpcf7-submit {
	display: block;
	background-color: #333;
	width: 250px;
	margin-right: auto;
	margin-left: auto;
	height: 48px;
	text-align: center;
	color: #fff;
}

@media screen and (min-width: 769px) {
    .rps_only {
        display: none;
    }
    .home #header_menu,
    .page-id-6170 #header_menu {
        display: none;
    }
	header .menu {
	    display: flex;
	    border-top: solid 1px #ccc;
	}
	.cate_qa {
		display: none;
	}
	header .menu li.cate:not(:last-of-type) {
		border-right: solid 1px #ccc;
	}
	header .menu .cate_opened a {
		color: #fff;
        background-color: #313131;
	}
	header .menu .cate  a:hover {
		color: #D94040;
	}
	#header_menu {
		box-shadow: 0px 5px 5px -5px #ccc;
	}
	header .menu .cate a:hover .navmenu_ico_about{
		background-image: url('../images/ico_about2_on.png');
	}
	header .menu .cate a:hover .navmenu_ico_report{
		background-image: url('../images/ico_report2_on.png');
	}
	header .menu .cate a:hover .navmenu_ico_project{
		background-image: url('../images/ico_project2_on.png');
	}
	header .menu .cate a:hover .navmenu_ico_prog{
		background-image: url('../images/ico_prog2_on.png');
	}
	header .menu .nocate a .navmenu_ico{
		padding-left: 40px;
		display: inline-block;
		background-repeat: no-repeat;
		background-position: left  top;
		background-size: 20px;
	}
    #header_menu .submenu_wrap{
        position:absolute;
        left: 0;
        top: 60px;
        background-color: #313131;
		width: 100%;
		padding: 0 16px;
		z-index: 99;
    }
    #header_menu .submenu_wrap li {
		padding: 14px 0px;
    }
    #header_menu .submenu_wrap li a {
        padding: 0 8px  !important;
        height: auto !important;
        width: auto !important;
		color: #fff;
    }
    #header_menu .submenu_wrap li a:hover{
        color: #D94040;
    }
}

@media screen and (min-width: 1077px) {
	.main_project .app_list_box {
		display: flex;
	}
	.main_project .app_list_box .left {
		flex-grow: 1;
		padding-right: 30px;
	}
}
@media screen and (max-width: 914px) {
    .main.project .book_list_box .left {
        width: 100% !important;
    }
    .main.project .book_list_box .right {
        text-align: center;
        padding-bottom: 40px;
        width: 100%;
    }
}    


/*
** エディターから移した
**/

/*助成事業　prog*/
.hyo th{padding: 2px 0px;}
.hyo td{vertical-align: middle;padding: 10px 2px;}
dl.caution { font-size:90%; }
.contents .box dl.num dd { padding-bottom: 0px; }
#prog h3 div.comment { display:inline-block; font-size: 80%; font-weight:200; color:#202020; }
#prog .yoko_hyo th:nth-child(2) { width: 90px; }
#prog .yoko_hyo th:nth-child(3) { width: 130px; }
#prog .yoko_hyo th:nth-child(4) { width: 64px; }
#prog .btn_ao { margin-left:20px; }

.main_prog .yoko_hyo th:nth-child(2) { width: 160px; }
.main_prog .yoko_hyo th:nth-child(3) { width: 135px; }
.main_prog .yoko_hyo th:nth-child(4) { width: 90px; }

.yoko_hyo .inner_tbl_wrp { padding: 0px !important; }
.yoko_hyo .inner_tbl  tr td { border-left: none; border-right:none; border-bottom:none; }
.yoko_hyo .inner_tbl  tr:first-child td { border-top: none;  }

table.yoko_hyo {height:1px;}
table.yoko_hyo td { height:100%; }
table.yoko_hyo td .inner_tbl { height: 100%; }
table.yoko_hyo td .inner_tbl td { height:50%; }

.caption { text-align : left; }
.caption .yosan{ display : inline-block; float:right; text-align:right; }

ol.simple  { margin-left:30px; }
ol.simple li {
 display: list-item;
 background: unset;
padding-left: 0px;
}

.b_end {text-decoration: line-through;color:#DDD;}

.sub_report h2{ padding-bottom: 30px;}
.sub_report h2 p { font-size:16px; width:100%; text-align:center;}

/*追加*/
.salmonpink {
    color: #FF3C3C;
    font-weight: bold;
}
.qa .table_detail dl {
	border: solid 1px #000;
	margin-bottom: 30px;
}
.qa .table_detail dt {
	font-size: 140%;
	font-weight: normal;
	border-bottom: solid 1px #000;
}
.q_symbol {
	background-color: #D94040;
	color: #fff;
	padding: 0 22px;
	line-height: 56px;
	font-weight: bold;
}
.q_content {
	color: #D94040;
	padding: 14px 16px 16px;
}
.qa .table_detail dd {
	padding: 26px 22px 16px;
	font-weight: normal;
	font-size: 1em;
}
.a_symbol {
	text-align: center;
	font-weight: bold;
}
.a_content {
	padding-left: 36px;
}
.report_list {
	padding: 0 20px;
}
.report_list li {
	border: solid 2px #ccc;
	margin-bottom: 30px;
	background: url('../images/ico_left_r.png') center right 20px / 15px no-repeat;
}
.report_list li a {
	display: block;
	padding: 15px 55px 15px 20px;
	color: #000;
}
.report_list li:has( a:hover) {
	background: url('../images/ico_left_y.png') center right 20px / 15px no-repeat #000;
}
.report_list li a:hover {
	color: #fff;
}
.border_block {
	padding: 16px;
	border: solid 1px #808080;
}
.outline_comment {
	padding-top: 30px;
	padding-bottom: 16px;
}
.height_text {
	line-height: 3em;
}