@charset "utf-8";



/* --------------------------------------------

#main

---------------------------------------------- */
.pageTitle {
 margin: 16.5% 8.7% 9%;
}

.pageTitle h1 {
 font-size: 4rem;
 font-weight: 300;
 white-space: nowrap;
}

.pageTitle h1 span {
 display: inline-block;
 vertical-align: middle;
 margin: -0.3em 0 0;
 font-size: 2.0rem;
 font-weight: 500;
 opacity: 0.5;
}

.pageTitle h1 span::before {
 content: "";
 display: inline-block;
 width: 1em;
 height: 3px;
 margin: -0.4em 0.8em 0 1em;
 vertical-align: middle;
 background: #4c6dac;
 background: linear-gradient(90deg, #003072 20%, #4c6dac 40%, #9eb0d2 80%);
}

@media only screen and (max-width:640px) {
 .pageTitle {
  margin: 30% 5% 9%;
  height: 5em;
 }

 .pageTitle h1 {
  font-size: 3.6rem;
 }

 .pageTitle h1 span {
  display: block;
  margin: -0.1em 0 0;
  font-size: 1.7rem;
 }

 .pageTitle h1 span::before {
  width: 0.6em;
  height: 2px;
  margin: -0.4em 0.5em 0 0;
 }
}


/* --------------------------------------------

#main

---------------------------------------------- */
.breadcrumb {
 margin: 9.2% 8.7% 1%;
 opacity: 0.6;
}

.breadcrumb ul {
 display: flex;
 font-size: 1.3rem;
}

.breadcrumb li {
 white-space: nowrap;
}

.breadcrumb li:not(:last-of-type) {
 padding-right: 2.6em;
}

.breadcrumb li:not(:last-of-type) {
 background-image: url(../_image/common/breadcrumb-icon.svg);
 background-repeat: no-repeat;
 background-position: center right 1.3em;
 background-size: 0.45em auto;
}

.breadcrumb a {}


@media only screen and (max-width:640px) {
 .breadcrumb {
  margin: 9.2% 5% 2%;
 }

 .breadcrumb ul {
  font-size: 1.2rem;
 }

 .breadcrumb li:last-of-type {
  overflow: hidden;
  text-overflow: ellipsis;
 }

 .breadcrumb li:not(:last-of-type) {
  background-position: center right 1.0em;
 }

 .breadcrumb a {}
}


/* --------------------------------------------

#main

---------------------------------------------- */

.main_inner {
 margin: 1% 0 8%;
 padding: 3.4% 0 6%;
 position: relative;
}

.continer {
 width: 76%;
 max-width: 1140px;
 margin: auto;
 position: relative;
 z-index: 1;
}



@media only screen and (max-width:1180px) {
 .main_inner {
  padding: 3.4% 0 6%;
 }


 .main_inner::before {
  width: 96%;
 }

 .continer {
  width: 88%;
  margin: 0 auto 0 4%;
 }
}




/* --------------------------------------------

flexBox

---------------------------------------------- */
.flexBox {
 display: flex;
 margin-bottom: 5%;
}

.flexBox p {
 padding-right: 4%;
 order: 1;
}

.flexBox figure {
 min-width: 45%;
 order: 2;
}

@media only screen and (max-width:640px) {
 .flexBox {
  flex-wrap: wrap;
 }

 .flexBox p {
  padding-right: 0%;
  order: 2;
 }

 .flexBox figure {
  width: 100%;
  order: 1;
 }
}







/* --------------------------------------------

#main

---------------------------------------------- */
.continer_inner .linkBtn-contents {
 display: flex;
 align-items: center;
 width: 100%;
 height: 10rem;
 margin: 0.5em 0 1em;
 padding: 0 2.2em;
 text-align: left;
 background: #e5eaf3;
 background: linear-gradient(90deg, #e5eaf3 20%, #c3d4eb 80%);
 box-shadow: none;
 border-radius: 1.6rem;
}

.continer_inner .linkBtn-contents::before {
 content: "";
 display: block;
 width: 4rem;
 height: 4rem;
 background-image: url(../_image/common/icon-arrow.svg);
 background-size: 50%;
 background-repeat: no-repeat;
 background-position: center;
 background-color: #fff;
 border-radius: 5rem;
 box-shadow: 0 0 16px rgba(50, 58, 99, 0.1);

 position: absolute;
 right: 1.3em;
 top: calc(50% - 2rem);
}

.continer_inner .linkBtn-contents[target="_blank"]::before {
 background-image: url(../_image/common/icon-blank.svg);
}

.continer_inner .linkBtn-contents[href*=".pdf"]::before {
 background-image: url(../_image/common/icon-pdf.png);
}


.continer_inner .linkBtn-contents p {
 font-size: 2.2rem;
 line-height: 1.4;
 /*color: #7e85a0;*/
}

.continer_inner .linkBtn-contents p small {
 display: block;
 font-size: 1.5rem;
 font-weight: 300;
 color: #343f6a;
}


@media only screen and (max-width:640px) {
 .continer_inner .linkBtn-contents {
  max-width: none;
  height: 8.6rem;
  padding: 0 3.5em 0 1em;
  margin: 0.5em 0 0.5em;
  white-space: normal;
  border-radius: 1.0rem;
 }

 .continer_inner .linkBtn-contents::before {
  width: 3rem;
  height: 3rem;

  right: 1em;
  top: calc(50% - 1.5rem);
 }

 .continer_inner .linkBtn-contents p {
  font-size: 2rem;
 }

 .continer_inner .linkBtn-contents p small {
  font-size: 1.3rem;
 }
}




/* --------------------------------------------

#main

---------------------------------------------- */

.continer_inner .bgGray {
 margin: 0.5em 0 0.5em;
 padding: 0.5em 0.8em;
 background: rgba(160, 160, 160, 0.2);
}

.continer_inner p {
 margin: 0.5em 0 0.5em;
}

.continer_inner figure {
 margin: 0.5em 0;
}

.continer_inner .c-red {
 display: inline-block;
 margin: -0.3em 0 0 0.3em;
 vertical-align: middle;
 color: #ff3f29;
}

.continer_inner b {
 font-weight: 600;
}

.continer_inner em {
 font-size: 1.8rem;
 font-style: normal;
 font-weight: 600;
}

.continer_inner b {}

.continer_inner a {
 text-decoration: underline;
 transition: 0.5s;
}

.continer_inner a:hover {
 opacity: 0.5;
}

.continer_inner a[href*="tel:"] {
 text-decoration: none;
}

.continer_inner a[target="_blank"]::after,
.continer_inner a[href*=".pdf"]::after,
.continer_inner a[href*=".doc"]::after,
.continer_inner a[href*=".docx"]::after,
.continer_inner a[href*=".xls"]::after,
.continer_inner a[href*=".xlsx"]::after {
 content: "";
 display: inline-block;
 width: 1.2em;
 height: 1.2em;
 vertical-align: middle;
 margin: -0.2em 0 0 0.2em;
 background-repeat: no-repeat;
 background-size: cover;
}

.continer_inner a[target="_blank"]::after {
 background-image: url(../_image/common/icon-blank.svg);
}

.continer_inner a[href*=".pdf"]::after {
 background-image: url(../_image/common/icon-pdf.png);
}

.continer_inner a[href*=".doc"]::after,
.continer_inner a[href*=".docx"]::after {
 background-image: url(../_image/common/icon-word.png);
}

.continer_inner a[href*=".xls"]::after,
.continer_inner a[href*=".xlsx"]::after {
 background-image: url(../_image/common/icon-excel.png);
}

@media only screen and (max-width:640px) {
 .continer_inner a[href*="tel:"] {
  text-decoration: underline;
 }
}




.continer_inner iframe {
 width: 100%;
 height: 450px;
 margin: 0.5em 0;
}


/* --------------------------------------------
見出し
---------------------------------------------- */
.continer_inner h2 span,
.continer_inner h3 span,
.continer_inner h4 span,
.continer_inner h5 span {
 font-size: 0.75em;
}

.continer_inner h2 span.ff-eng2,
.continer_inner h3 span.ff-eng2,
.continer_inner h4 span.ff-eng2,
.continer_inner h5 span.ff-eng2 {
 display: inline-block;
 margin: -0.2em 0 0 0;
 font-size: 1.2em;
 vertical-align: middle;
}

.continer_inner h2 span.ff-eng2::after,
.continer_inner h3 span.ff-eng2::after,
.continer_inner h4 span.ff-eng2::after,
.continer_inner h5 span.ff-eng2::after {
 content: "-";
 display: inline-block;
 margin: -0.2em 0.3em 0 0.25em;
 vertical-align: middle;
}

.continer_inner h2 {
 margin: 2em 0 1em;
 padding: 0.5em 1.2em 0.8em;
 font-size: 2.6rem;
 font-weight: 600;
 position: relative;
}

.continer_inner h2::before {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 display: inline-block;
 width: 0.38em;
 height: 100%;
 margin: 0 0.8em 0 0;
 vertical-align: middle;
 background: #4c6dac;
 background: linear-gradient(-40deg, #4c6dac 20%, #ff6e2b 85%);
 opacity: 0.6;
}

.continer_inner h2::after {
 content: "";
 display: block;
 position: absolute;
 left: 0;
 bottom: 0;
 width: 100%;
 height: 1px;
 background: #4c6dac;
 background: linear-gradient(90deg, #003072 20%, #4c6dac 40%, #9eb0d2 80%);
 opacity: 0.2;
}

.continer_inner h3 {
 margin: 1.8em 0 1em;
 padding: 0.5em 1em;
 font-size: 2.2rem;
 font-weight: 600;
 color: #fff;
 background: #aabad8;
 background: linear-gradient(90deg, #78a0d2 20%, #aabad8 80%);
}

.continer_inner h4 {
 margin: 1.2em 0 0.5em;
 font-size: 2.0rem;
 font-weight: 600;
 color: #6178a5;
}

.continer_inner h4::after {
 content: "";
 display: block;
 margin-top: 0.1em;
 height: 3px;
 background: #4c6dac;
 background: linear-gradient(60deg, #003072 20%, #4c6dac 40%, #9eb0d2 80%);
}

.continer_inner h5 {
 margin: 0.5em 0;
 font-size: 2.2rem;
 font-weight: 600;
}

.continer_inner h6 {
 margin: 0.5em 0;
 font-size: 1.8rem;
 font-weight: 600;
}



@media only screen and (max-width:640px) {
 .continer_inner h2 {
  font-size: 2.2rem;
 }

 .continer_inner h3 {
  font-size: 2.0rem;
 }

 .continer_inner h4 {
  font-size: 2.0rem;
 }

 .continer_inner h5 {
  font-size: 1.9rem;
 }

 .continer_inner h6 {
  font-size: 1.8rem;
 }

}







/* --------------------------------------------
table
---------------------------------------------- */
.continer_inner table {
 margin: 1em 0;
 width: 100%;
 background: #fff;
}

.continer_inner table th,
.continer_inner table td {
 min-width: 5.5em;
 padding: 0.8em 1em;
 line-height: 1.5;
 border: 1px solid rgba(0, 0, 0, 0.15);
}

.continer_inner table thead {}

.continer_inner table thead th {
 text-align: center;
 background: rgba(63, 100, 164, 0.3);
}

.continer_inner table tbody {}


.continer_inner table tbody th {
 text-align: left;
 background: rgba(158, 178, 202, 0.3);
}

.continer_inner table tr {}


@media only screen and (max-width:640px) {

 .continer_inner table th,
 .continer_inner table td {
  padding: 0.3em 0.5em;
  font-size: 1.5rem;
 }

}


/* 採択団体一覧 table ---------------------------------------------- */
body.page-template-sub-grant .continer_inner table tr td:first-of-type {
 width: 34%;
}

body.page-template-sub-grant .continer_inner table tr td:nth-child(2) {
 width: auto;
}





/* --------------------------------------------
dl
---------------------------------------------- */

.continer_inner dl {}

.continer_inner dl dt,
.continer_inner dl dd {
 margin: 0.4em 0;
}

.continer_inner dl dt {
 float: left;
 width: 9em;
 padding: 0.5em 0;
 text-align: center;
 font-weight: 600;
 background: rgba(170, 186, 216, 0.4);
 background: linear-gradient(-60deg, rgba(170, 186, 216, 0.4) 20%, rgba(120, 160, 210, 0.4) 80%);
}

.continer_inner dl dd {
 padding: 0.7em 0 0.7em 10em;
 line-height: 1.8;
}


@media only screen and (max-width:640px) {

 .continer_inner dl dt,
 .continer_inner dl dd {
  margin: 0.4em 0 0;
 }

 .continer_inner dl dt {
  float: none;
 }

 .continer_inner dl dd {
  padding: 0em 0 0.7em 0em;
 }
}


/* --------------------------------------------
ul
---------------------------------------------- */
.continer_inner ul {
 margin: 0.5em 0;
}

.continer_inner ul li {
 padding: 0.3em 0;
 padding-left: 1.0em;
 line-height: 1.6;
}

.continer_inner ul li::before {
 content: "";
 display: inline-block;
 width: 1.2rem;
 height: 1.2rem;
 margin: -0.35em 0.4em 0 -1.0em;
 vertical-align: middle;
 background: #4c6dac;
 background: linear-gradient(60deg, #003072 20%, #4c6dac 40%, #9eb0d2 80%);
 opacity: 0.3;
 border-radius: 50%;
}


@media only screen and (max-width:640px) {}


/* --------------------------------------------
ol
---------------------------------------------- */
.continer_inner ol {
 margin: 0.5em 0;
 counter-reset: item;
 list-style-type: none;
}

.continer_inner ol li {
 counter-increment: number;
 margin: 1em 0;
 padding-left: 2.4em;
 position: relative;
}

.continer_inner ol li::before {
 counter-increment: item;
 content: counter(item);
 display: inline-block;
 width: 1.4em;
 height: 1.4em;
 text-align: center;
 font-size: 1.3em;
 line-height: 1.4;
 margin: -0.35em 0.4em 0 0;
 vertical-align: middle;
 color: #fff;
 font-family: Arial, sans-serif;
 background: #4c6dac;
 background: linear-gradient(-130deg, #aabad8 20%, #78a0d2 80%);
 position: absolute;
 left: 0;
 top: 0.2em;
}


@media only screen and (max-width:640px) {}






/* --------------------------------------------
お知らせ・入札情報・採用情報
---------------------------------------------- */
.postList {
 margin: 1.4% 0 0;
}

.post_item a {
 display: flex;
 align-items: center;
 padding: 2.5rem 6rem 2.5rem 0.5%;
 text-decoration: none;
 position: relative;
 transition: 0.5s;
}


.post_item a::after {
 content: "";
 display: block;
 width: 4rem;
 height: 4rem;
 background-image: url(../_image/common/icon-arrow.svg);
 background-size: 50%;
 background-repeat: no-repeat;
 background-position: center;
 background-color: #fff;
 border-radius: 5rem;
 box-shadow: 0 0 16px rgba(50, 58, 99, 0.1);
 transition: 0.5s;

 position: absolute;
 right: 0.5%;
 top: calc(50% - 2rem);
}

.post_item a[target*="_blank"]::after {
 content: "";
 display: block;
 width: 4rem;
 height: 4rem;
 background-image: url(../_image/common/icon-blank.svg);
 background-size: 50%;
 background-repeat: no-repeat;
 background-position: center;
 background-color: #fff;
 border-radius: 5rem;
 box-shadow: 0 0 16px rgba(50, 58, 99, 0.1);

 position: absolute;
 right: 0.5%;
 top: calc(50% - 2rem);
}

.post_item a[href*=".pdf"]::after {
 content: "";
 display: block;
 width: 4rem;
 height: 4rem;
 background-image: url(../_image/common/icon-pdf.png);
 background-size: 50%;
 background-repeat: no-repeat;
 background-position: center;
 background-color: #fff;
 border-radius: 5rem;
 box-shadow: 0 0 16px rgba(50, 58, 99, 0.1);

 position: absolute;
 right: 0.5%;
 top: calc(50% - 2rem);
}

.post_item a:hover {
 opacity: 0.5;
}

.post_item a:hover::after {
 transform: translateX(0.3rem);
}


.post_item:not(:last-child) {
 border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.post_item time {
 font-family: "Arial", sans-serif;
 opacity: 0.5;
}

.post_item span {
 display: inline-block;
 width: 10em;
 margin: 0 1em;
 color: #fff;
 text-align: center;
 font-size: 1.4rem;
 font-weight: 600;
 line-height: 2.2;
 border-radius: 3rem;
}

.post_item span.cat-bunka {
 background: #1bc3c2;
}

.post_item span.cat-aqua {
 background: #317ecf;
}

.post_item span.cat-zaidan {
 background: #f1b352;
}

.post_item span.cat-bid {
 background: #626ba5;
}

.post_item span.cat-recruit {
 background: #dc826e;
}

.post_item a p {
 margin: 0;
 line-height: 1.3;
}

.post_item .linkBtn {
 display: block;
 margin: 2rem auto 0;
}

@media only screen and (max-width:640px) {
 .postList {
  margin: 1.4% 0 5%;
 }

 .post_item a {
  flex-wrap: wrap;
  padding: 0.5rem 5rem 1.5rem 0.5%;
  position: relative;
 }

 .post_item a::after,
 .post_item a[target*="_blank"]::after,
 .post_item a[href*=".pdf"]::after {
  width: 3rem;
  height: 3rem;

  right: 0.5%;
  top: calc(50% - 1.5rem);
 }

 .postList li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
 }

 .post_item time {}

 .post_item span {
  width: 10rem;
  font-size: 1.2rem;
  margin: 0.8em;
 }
}





/* --------------------------------------------

.pagenation

---------------------------------------------- */
.pagenation {}

.pagenation .screen-reader-text {
 display: none;
}

.pagenation .nav-links {
 display: flex;
 justify-content: center;
 margin: 3% 0;
 text-align: center;
 font-family: "Arial", sans-serif;
 font-weight: 400 !important;
}

.pagenation .linkBtn {
 max-width: 12em;
 display: block;
 margin: 5em auto 0.5em auto; 
}

.pagenation .page-numbers.current,
.pagenation .page-numbers,
.pagenation .page-numbers.prev,
.pagenation .page-numbers.next {
 position: relative;
 display: block;
 margin: 0 0.3%;
 text-align: center;
 width: 5rem;
 height: 5rem;
 font-size: 1.6rem;
 line-height: 4.2rem;
 text-decoration: none;
 color: #484f5d;
 transition: 0.3s;
 border-bottom: 1px solid #9cb0ba;
 cursor: pointer;
}

.pagenation .page-numbers {
 background: rgba(24, 167, 175, 0);
}

.pagenation .page-numbers.prev,
.pagenation .page-numbers.next {
 position: relative;
 color: #fff;
}

.pagenation .page-numbers:hover {}

.pagenation .page-numbers.current {
 opacity: 0.4;
}

.pagenation .prev.page-numbers:after,
.pagenation .next.page-numbers:after {
 content: "";
 position: absolute;
 left: 0;
 top: 0;
 display: inline-block;
 width: 100%;
 height: 100%;
 font-size: 1.8rem;
 line-height: 1.2;
 vertical-align: middle;
 transition: 0.3s;
 background-image: url(../_image/common/icon-arrow.svg);
 background-size: 40%;
 background-repeat: no-repeat;
 background-position: top 35% center;
}

.pagenation .prev.page-numbers:after {
 transform: scale(-1, 1);
}


@media only screen and (max-width:640px) {

 .pagenation .page-numbers.current,
 .pagenation .page-numbers,
 .pagenation .page-numbers.prev,
 .pagenation .page-numbers.next {
  width: 2.8em;
  height: 2.8em;
  font-size: 1.6rem;
  line-height: 2.8;
 }


}
