@charset "utf-8";
/* ===================================================================
CSS information

 file name  :page.css
 style info :各ページ
=================================================================== */

/* -----------------------------------------------------------
    TOP
----------------------------------------------------------- */
#top main .main {
  background-image: url("../img/top/main_img001.jpg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  height: calc(100vh - 70px);
  position: relative;
  z-index: 0;
  margin-top: 70px;
}

#top main .main .latestnews {
  position: absolute;
  left: 3vw;
  bottom: 3vw;
}

#top main .main .latestnews a {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  padding: 1.25vw;
  height: 150px;
  width: 450px;
}

#top main .main .latestnews a .txt_box {
  flex: 1 1;
  margin-right: 1.25vw;
}

#top main .main .latestnews a .txt_box h3 {
  border-bottom: 1px solid #ececec;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  padding-bottom: 0.5vw;
}

#top main .main .latestnews a .txt_box time {
  color: #8c8c8c;
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 0.5vw;
}

#top main .main .latestnews a .txt_box p {
  margin-top: 0.75vw;
}

#top main .main .latestnews a .pic_box {
  flex: 0 1 100px;
}

#top main .main .latestnews a .pic_box picture img {
  height: 100px;
}

#top main .main .visitor {
  background-color: rgba(255,255,255, 0.7);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.25vw;
  position: absolute;
  bottom: 3vw;
  height: 150px;
}

#top main .main .visitor h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.2;
}

#top main .main .visitor h3:after {
  background-color: #00af95;
  content: "";
  flex: 1 1 auto;
  height: 1px;
  margin-left: 1vw;
}

#top main .main .visitor ul {
  display: flex;
  font-size: 16px;
  font-size: 1.6rem;
  xmargin-top: 0.75vw;
}

#top main .main .visitor ul li:not(:first-of-type) {
  margin-left: 0.75vw;
}

#top main .main .visitor ul li a {
  justify-content: flex-start;
  padding: 0.75vw 1vw;
}

#top main .container > section {
  padding: 7.5vw;
}

#top main .container #products_sec {
  background-color: #f8f8f8;
}

#top main .container #products_sec .contents .products_box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3vw;
  width: calc(100% + 3vw);
}

#top main .container #products_sec .contents .products_box .item_box {
  width: calc(100% / 4 - 3vw);
  margin-top: 3vw;
  margin-left: 3vw;
}

#top main .container #products_sec .contents .products_box .item_box:nth-of-type(-n+4) {
  margin-top: 0;
}

#top main .container #products_sec .contents .products_box .item_box:nth-of-type(4n+1) {
  margin-left: 0;
}

#top main .container #products_sec .contents .products_box .item_box a .pic_box picture {
  transition: all .5s ease;
}

#top main .container #products_sec .contents .products_box .item_box a:hover .pic_box picture {
  opacity: 0.5;
}

#top main .container #products_sec .contents .products_box .item_box a .txt_box {
  margin-top: 1vw;
}

#top main .container #products_sec .contents .products_box .item_box a .txt_box h3 {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 900;
  transition: all .5s ease;
}

#top main .container #products_sec .contents .products_box .item_box a:hover .txt_box h3 {
  color: #00af95;
}

#top main .container #products_sec .contents .products_box .item_box a .txt_box p {
  margin-top: 0.5vw;
}

#top main .container #advantage_sec {
  background-color: #ffffff;
}

#top main .container #advantage_sec .contents .advantage_box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3vw;
  width: calc(100% + 3vw);
}

#top main .container #advantage_sec .contents .advantage_box .reason_box {
  width: calc(100% / 3 - 3vw);
  margin-top: 3vw;
  margin-left: 3vw;
}

#top main .container #advantage_sec .contents .advantage_box .reason_box:nth-of-type(-n+3) {
  margin-top: 0;
}

#top main .container #advantage_sec .contents .advantage_box .reason_box:nth-of-type(3n+1) {
  margin-left: 0;
}

#top main .container #advantage_sec .contents .advantage_box .reason_box a .pic_box picture {
  transition: all .5s ease;
}

#top main .container #advantage_sec .contents .advantage_box .reason_box a:hover .pic_box picture {
  opacity: 0.5;
}

#top main .container #advantage_sec .contents .advantage_box .reason_box a .txt_box {
  margin-top: 1vw;
}

#top main .container #advantage_sec .contents .advantage_box .reason_box a .txt_box h3 span {
  display: block;
}

#top main .container #advantage_sec .contents .advantage_box .reason_box a .txt_box h3 span:nth-of-type(1) {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 900;
  transition: all .5s ease;
}

#top main .container #advantage_sec .contents .advantage_box .reason_box a .txt_box h3 span:nth-of-type(2) {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  margin-top: 0.5vw;
}

#top main .container #advantage_sec .contents .advantage_box .reason_box a:hover .txt_box h3 span:nth-of-type(1) {
  color: #00af95;
}

#top main .container #news_sec {
  background-color: #f8f8f8;
  padding-top: 7.5vw;
  padding-left: 7.5vw;
  padding-bottom: calc(7.5vw + 90px);
  padding-right: 7.5vw;
}

#top main .container #news_sec .contents {
  margin-left: -1px;
}

#top main .container #news_sec .contents .slick-slide {
  margin-left: 1px;
}

#top main .container #news_sec .contents article {
}

#top main .container #news_sec .contents article a {
  display: flex;
  flex-direction: column;
  height: 100%;
}

#top main .container #news_sec .contents article a picture {
  transition: all .5s ease;
}

#top main .container #news_sec .contents article a:hover picture {
  opacity: 0.5;
}

#top main .container #news_sec .contents article a .post {
  background-color: #ffffff;
  padding: 2.5vw;
  flex: 1 1 auto;
}

#top main .container #news_sec .contents article a .post h3 {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: normal;
  transition: all .5s ease;
}

#top main .container #news_sec .contents article a:hover .post h3 {
  color: #00af95;
}

#top main .container #news_sec .contents article a .post .foot {
  display: flex;
  margin-top: 1vw;
}

#top main .container #news_sec .contents article a .post .foot time {
  color: #8a8a8a;
}

#top main .container #news_sec .contents article a .post .foot span {
  color: #00af95;
  margin-left: 1em;
}

#top main .container #blog_sec {
  background-color: #f8f8f8;
  padding-top: 7.5vw;
  padding-left: 7.5vw;
  padding-bottom: calc(7.5vw + 90px);
  padding-right: 7.5vw;
}

#top main .container #blog_sec .contents {
  margin-left: -1px;
}

#top main .container #blog_sec .contents .slick-slide {
  margin-left: 1px;
}

#top main .container #blog_sec .contents article {
}

#top main .container #blog_sec .contents article a {
  display: flex;
  flex-direction: column;
  height: 100%;
}

#top main .container #blog_sec .contents article a picture {
  transition: all .5s ease;
}

#top main .container #blog_sec .contents article a:hover picture {
  opacity: 0.5;
}

#top main .container #blog_sec .contents article a .post {
  background-color: #ffffff;
  padding: 2.5vw;
  flex: 1 1 auto;
}

#top main .container #blog_sec .contents article a .post h3 {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: normal;
  transition: all .5s ease;
}

#top main .container #blog_sec .contents article a:hover .post h3 {
  color: #00af95;
}

#top main .container #blog_sec .contents article a .post .foot {
  display: flex;
  margin-top: 1vw;
}

#top main .container #blog_sec .contents article a .post .foot time {
  color: #8a8a8a;
}

#top main .container #blog_sec .contents article a .post .foot span {
  color: #00af95;
  margin-left: 1em;
}
/* -----------------------------------------------------------
    設置事例
----------------------------------------------------------- */
.case .thum_list {
    display: flex;
    flex-wrap: wrap;
}

.case .thum_list figure {
    width: calc(100% / 5);
    border-right: 2px solid #FFF;
    margin-bottom: 2vw;
}

.case .thum_list figure a:hover {
    opacity: 0.6;
}


.case .thum_list figure figcaption {
    font-size: 13px;
    padding: 1vw;
}
.case .wp-pagenavi {
	text-align: center;
	margin-top:4vw;
	width:100%;
}
.case .wp-pagenavi a,
.case .wp-pagenavi .current {
	position: relative;
	margin-right: 0.625em;
	padding: 0.32em 0.8em 0.4em;
	display: inline-block;
	background-color:#f5f5f5;
	font-size:18px;
	color:#00af95;
	transition:.5s;
}
.case .wp-pagenavi .current,
.case .wp-pagenavi a:hover{
	color:#fff;
	background-color: #00af95;
}
.result_main{
    display: flex;
    justify-content: center;
}

.result_main ul{
    display: flex;
    margin: 0 auto;
}

.result_main ul li {
    position: relative;
}

.result_main ul li:nth-child(1) {
    margin-right: 2vw;
}

.result_main ul li span {
    position: absolute;
    top: 0;
    padding: 10px;
    width: 200px;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    
}

.result_main ul li span.label_before {
    background: #0059B2;
    color: #FFF;
}

.result_main ul li span.label_after {
    background: #00af95;
    color: #FFF;
}

.case_detail .contents {
    display: flex;
    justify-content: space-between;
}

.case_detail .contents .result_main {
    width: 54%;
}

.case_detail .other_result {
    width: 43%;
    margin-bottom: 20px !important;
}

.case_detail .other_result h2 {
  font-size: 17px;
  font-weight: bolder;
  margin-bottom: 10px !important;
  color: #21B7B6;
}

.case_detail .other_result ul {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.case_detail .other_result ul li {
  width: calc(100% / 4 - 1vw);
  margin-right: 1.33vw;
  margin-bottom: 2vw;
}

.case_detail .other_result ul li:nth-child(4n) {
    margin-right: 0;
}

.case_detail .other_result .commentbox_case {
    font-size: 12px;
    margin-top: 5px;
}

.case_detail .other_result ul li span {
  padding: 5px 10px;
  position: absolute;
  transform: translateY(-50%);
  display: block;
  font-size: 13px;
  text-align: center;
  font-weight: bolder;
  color: #FFF;
}

.result #result_outdoors .message_point p {
  padding: 50px;
  background: #f2fcfc;
  font-size: 18px;
}

.result .item_info a {
  padding: 20px 0;
  display: block;
  text-align: center;
  font-weight: bold;
  border: 2px solid #21B7B6;
  color: #21B7B6;
  margin-top: 40px;
}

.result #result_outdoors .message_point h2 {
  padding: 10px 0;
  position: absolute;
  transform: translateY(-50%);
  display: block;
  font-size: 22px;
  text-align: center;
  font-weight: bolder;
  color: #FFF;
  width: 200px;
  background: #21B7B6;
}

.case_detail .other_result ul li span.label_before {
    background: #0059B2;
    color: #FFF;
}

.case_detail .other_result ul li span.label_after {
    background: #00af95;
    color: #FFF;
}

.case_detail .container > section {
    padding-bottom: 0;
}
/* -----------------------------------------------------------
    お客様の声
----------------------------------------------------------- */

.voice_contain {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.voice_contain > div {
	width: 48%;
	margin: 0 0 3vw;
	border: 1px solid #DDD;
	position: relative;
}

.voice_area {
	padding: 45px;
	margin-bottom: 50px;
}

.voice_area dt {
	font-weight: bold;
	margin: 0 0 2vw 0;
    color: #00af95;
}

.voice_area dt span {
	display: block;
}

.voice_area dt span:nth-of-type(2) {
	font-size: 14px;
    color: #151515;
    font-weight: normal;
}

.voice_contain a {
	font-size: 16px;
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	margin: 14px 0 0 0;
	padding: 14px;
	background: #00af95;
	color: #FFF;
	text-align: center;
}

.voice_contain a:hover {
	background: #ed5252;
}

/* -----------------------------------------------------------
    よくある質問
----------------------------------------------------------- */
.faq .contents {
    margin-top: 0;
}

.faq .contents > dl {
    background: #f2fcfc;
    margin: 40px 0 0;
    padding: 40px;
}

.faq .contents > dl:first-of-type {
    margin: 0;
}

.faq .contents > dl dd {
    background: #ffffff;
    margin: 15px 0 0;
    padding: 25px;
}

.faq .contents > dl dt {
    color: #21B7B6;
    font-weight: bolder;
    position: relative;
    padding: 0 0 0 1.8em;
}

.faq .contents > dl dt::before {
    content: "Q.";
    color: #21B7B6;
    position: absolute;
    top: 0;
    left: 0;
}

/* -----------------------------------------------------------
    会社案内
----------------------------------------------------------- */
.company .mission .contents {
    display: flex;
    justify-content: space-between;
}

.company .mission .contents div {
    flex: 0 0 48%;
    overflow: hidden;
}

.company .mission .contents div img {
    width: 120%;
}

.company .owner .contents {
    display: flex;
    justify-content: space-between;
}

.company .owner .contents div {
    flex: 0 0 48%;
    overflow: hidden;
}

.company .owner .contents h2 {
    font-size: 20px;
    font-weight: bolder;
    position: relative;
    margin-bottom: 40px;
    color: #2DD9D9;
}

.company .tbl_box > dl{
    border-bottom:solid 1px #dddddd;
    display:flex;
    display:-webkit-flex;
}

.company .tbl_box > dl{
    border-bottom:solid 1px #dddddd;
    display:flex;
    display:-webkit-flex;
    padding:15px;
}

.company .tbl_box > dl > dt{
    flex:0 1 20%;
    -webkit-flex:0 1 20%;
    font-weight:bolder;
}

.company .tbl_box > dl > dd{
    flex:1 1;
    -webkit-flex:1 1;
}

.company .tbl_box > dl > dd > dl{
    display:flex;
    display:-webkit-flex;
    justify-content:space-between;
    -webkit-justify-content:space-between;
}

.company .tbl_box > dl > dd > dl > dt{
    flex:0 1 300px;
    -webkit-flex:0 1 400px;
}

.company .tbl_box > dl > dd > dl > dd{
    flex:1 1;
    -webkit-flex:1 1;
}

.company #service_area .flexbox {
	display: flex;
	margin: 1vw 0;
}

.company #service_area picture {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 4vw;
}

.company #service_area .area_box {
    display: flex;
    margin-top: 4vw;
}

.company #service_area .item_left {
	flex: 1 0 180px;
    margin-right: 3vw;
}

.company #service_area .item {
    flex: 1 0 100%;
}

.company #service_area .tokyo {
	border-bottom: solid 5px #00C9FB;
}
.company #service_area .tyuubu {
	border-bottom: solid 5px #2CA7E0;
}
.company #service_area .kinnki {
	border-bottom: solid 5px #FF9FD4;
}
.company #service_area .tyuugoku {
	border-bottom: solid 5px #94CC29;
}
.company #service_area .shikoku {
	border-bottom: solid 5px #EC5510;
}
.company #service_area .kyusyu {
	border-bottom: solid 5px #D6E10E;
}
.company #service_area .okinawa {
	border-bottom: solid 5px #F49308;
}
.company #service_area .item_ul {
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
}
.company #service_area .item_li {
	display: block;
	width: 60px;
}

.company #company_access a {
    padding: 25px;
    width: 360px;
    margin: 0 0 0 auto;
    background: #00af95;
    color: #FFF;
    display: block;
    text-align: center;
}

.company #company_access a i {
    right: 30px;
    top: 50%;
    position: absolute;
    margin-top: -6px;
}

/* -----------------------------------------------------------
    お問合わせ
----------------------------------------------------------- */
.contact_box {
  background: #f2fcfc;
  margin: 0 0 4vw;
  padding: 40px;
  position: relative;
  width: 100%;
}

.contact_box.c_page .c_copy {
  margin-right: 50px;
}

.contact_box.c_page .c_copy span {
  color: #ed5252;
  font-weight: bold;
}

.contact_box h1 {
  font-size: 20px;
  font-weight: bolder;
  background: #21B7B6;
  color: #ffffff;
  display: inline-flex;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  min-width: 400px;
  min-height: 50px;
  height: 50px\0;
  position: absolute;
  top: -25px;
  left: 0;
}

.contact_box>div {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.tel_box {
  flex: 0 1 auto;
  -webkit-flex: 0 1 40%;
}

.tel_box p > span {
    display: block;
    margin-bottom: 0.5vw;
    font-weight: bold;
}

.tel_box p a {
  font-size: 56px;
  font-weight: 900;
  color: #ed5252;
  line-height: 1;
}

.tel_box p a:before {
  font-family: FontAwesome;
  font-size: 50px;
  content: "\f095";
  margin: 0 0.2em 0 0;
}

.tel_box p a:hover {
  opacity: 0.8;
}

.tel_box dl {
  font-size: 14px;
  font-weight: bolder;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  letter-spacing: 0.01em;
}

.tel_box dl dt:after {
  content: "：";
}

.contact main .wrapper>p {
  margin: 0 0 50px !important;
}

.contact main .wrapper>ol {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.contact main .wrapper>ol li {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  list-style: none;
  background: #ededed;
  min-width: 30.5%;
  height: 70px;
  position: relative;
  padding: 0 3.5% 0 2.5%;
}

.contact main .wrapper>ol li:after {
  background: #ffffff;
  border-color: transparent transparent transparent #ededed;
  border-style: solid;
  border-width: 35px 0 35px 25px;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.contact main .wrapper>ol li:last-child {
  padding: 0 2.5%;
}

.contact main .wrapper>ol li:last-child:after {
  content: none;
}

.contact main .wrapper>ol li.is_current {
  background: #00af95;
}

.contact main .wrapper>ol li.is_current p:nth-child(1), .contact main .wrapper>ol li.is_current p:nth-child(2), .contact main .wrapper>ol li.is_current p:nth-child(3) {
  color: #ffffff;
}

.contact main .wrapper>ol li.is_current:after {
  border-left-color: #00af95;
}

.contact main .wrapper>ol li p {
  margin: 0;
}

.contact main .wrapper>ol li p:nth-child(1) {
  font-size: 15px;
  font-weight: 500;
  padding: 0 0.5em 0 0;
}

.contact main .wrapper>ol li p:nth-child(2) {
  font-size: 32px;
  font-weight: 500;
}

.contact main .wrapper>ol li p:nth-child(3) {
  font-size: 14px;
  margin-left: auto;
}

.contact main .wrapper #formBox {
  border-top: 2px solid #f5f5f5;
  border-bottom: 2px solid #f5f5f5;
  margin: 60px 0;
  padding: 45px 0;
}

.contact main .wrapper #formBox dl {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  border-top: 1px dashed #eeede9;
  padding: 25px;
}

.contact main .wrapper #formBox dl:first-child {
  border: none;
  padding: 0 25px 25px;
}

.contact main .wrapper #formBox dl:last-child {
  padding: 25px 25px 0;
}

.contact main .wrapper #formBox dl dt {
  flex: 0 1 25%;
  -webkit-flex: 0 1 25%;
}

.contact main .wrapper #formBox dl dd {
  flex: 1 1;
  -webkit-flex: 1 1;
  width: 100%;
}

.contact main .wrapper #formBox dl dt span:before {
  content: "必須";
  background: #c30d23;
  color: #ffffff;
  font-size: 10px;
  margin: 0 1em 0 0;
  padding: 0.3em 0.5em;
}

.contact main .wrapper #formBox dl.txt-area {
  align-items: flex-start;
  -webkit-align-items: flex-start;
}

@media screen and (max-width:780px) {
  .contact main .wrapper>h1 {
    min-width: 100%;
  }
  .contact_box.c_page .c_copy {
    margin-left: 0px;
    margin-top: 20px;
  }
}

.contact main .wrapper #formBox dl dd select {
  background: url(../images/down_type.png) no-repeat right center;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 0 0.8em;
  border: 1px solid #eeede9;
  border-radius: 0;
  color: #222222;
  height: 40px;
  width: 50%;
}

.contact main .wrapper #formBox dl dd select::-ms-expand {
  display: none;
}

.contact main .wrapper #formBox dl dd select option, .contact main .wrapper #formBox dl dd select optgroup {
  padding: 0 0.8em;
}

.contact main .wrapper #formBox input[type="text"], .contact main .wrapper #formBox textarea {
  border: 1px solid #eeede9;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
}

.contact main .wrapper #formBox input[type="text"] {
  padding: 0 1em;
  height: 40px;
}

.contact main .wrapper #formBox input[type="radio"] {
  margin: -3px 0.5em 0 0;
}

.contact main .wrapper #formBox textarea {
  font-size: 14px;
  padding: 0.7em 1em;
}

.contact main .wrapper #formBox input[type="text"]:focus, .contact main .wrapper #formBox textarea:focus {
  border: 1px solid #c7c7c7;
}

.contact main .wrapper #btnBox, .contact main .wrapper #btnBox p a {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.contact main .wrapper button, .contact main .wrapper #btnBox p a {
  font-weight: bolder;
  border: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #00af95;
  color: #ffffff;
  height: 70px;
  cursor: pointer;
  min-width: 300px;
  padding: 1%;
}

.contact main .wrapper button:hover, .contact main .wrapper #btnBox p a:hover {
  background: #00af95;
}

.confirm main .wrapper #btnBox button {
  min-width: 250px;
}

.confirm main .wrapper #btnBox button:last-child {
  margin: 0 0 0 5.5%;
}

.complete main .wrapper #formBox {
  font-size: 16px;
  line-height: 2;
  text-align: center;
}

.complete main .wrapper #formBox p:last-child {
  margin: 20px 0 0;
}

/* -----------------------------------------------------------
    助成金
----------------------------------------------------------- */
.grant .grant_box section h3 {
  font-size: 26px;
  font-weight: bolder;
  text-align: left;
  margin: 2vw 0;
  line-height: 1;
  display: flex;
  display: -webkit-flex;
}

.grant .grant_main {
  padding-bottom: 0;
}

.grant .grant_main .comment_box {
  margin-bottom: 2vw;
}

.grant .grant_box section h2:before {
  content: "";
  background: #21b7b6;
  width: 5px;
  margin: 0 0.5em 0 0;
}

.grant .grant_box section table {
  width: 100%;
  border-collapse: collapse;
  caption-side: bottom;
    margin-bottom: 3vw;
}

.grant .grant_box section table caption {
  margin-top: 5px;
  margin-bottom: 0;
  padding: 0;
  background-color: rgba(255, 255, 255);
  font-weight: normal;
  text-align: right;
}

.grant .grant_box section table thead {
  background: #ededed;
}

.grant .grant_box section table thead th {
  font-weight: bolder;
  padding: 1.25% 1.5%;
}

.grant .grant_box section table th,
.grant .grant_box section table td {
  border: 1px solid #ddd;
  vertical-align: middle;
}

.grant .grant_box section table td {
  padding: 1% 1.5%;
}

.grant .grant_box section table td ol li,
.grant .grant_box section table td ul li {
  list-style: none;
}

.grant .grant_box section table td dl:not(:first-of-type) {
  margin: 5% 0 0;
}

.grant .grant_box section table td p {
  margin: 5% 0 0;
}

.grant .sub_message_box {
  color: #21B7B6;
  font-size: 30px;
  font-weight: bolder;
  line-height: 1.6;
  text-align: center;
  padding: 40px 20px;
  border: 2px solid #21B7B6;
}

.grant .tab-wrap {
    display: flex;
    flex-wrap: wrap;
}
.grant .tab-label {
    color: White;
    background: LightGray;
    margin-right: 5px;
    padding: 6px 20px;
    order: -1;
    cursor: pointer;
    cursor: hand;
}
.grant .tab-content {
    width: 100%;
    display: none;
}

/* アクティブなタブ */
.grant .tab-switch:checked+.tab-label {
    background-color: #00af95;
}
.grant .tab-switch:checked+.tab-label+.tab-content {
     display: block;
}
/* ラジオボタン非表示 */
.grant .tab-switch {
    display: none;
}

/* -----------------------------------------------------------
    新着情報
----------------------------------------------------------- */

.news .contents {
    margin-top: 0;
}

.news .list-news li a {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  border-bottom: 1px solid #ededed;
  padding: 25px 0;
  position: relative;
}

.news .list-news li a:after {
  font-family: FontAwesome;
  font-size: 24px;
  font-weight: bolder;
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: #21B7B6;
  transition: all .3s;
  -webkit-transition: all .3s;
}

.news .list-news li a:hover:after {
  right: 0.5em;
}

.news .list-news li a span {
  line-height: 1.5;
  display: inline-block;
}

.news .list-news li a>.date span:nth-child(1) {
  padding: 2px 10px;
  color: #fff;
  text-align: center;
  font-size: 14px;    
  width: 100px;
}

.news .list-news li a>.date span:nth-child(2) {
  margin: 0 0 0 30px;
}

.news .list-news li a>.txt {
  margin: 0 0 0 30px;
}

.news .list-news li a>.date .category-01 {
  background: #21B7B6;
}

.news .list-news li a>.date .category-02 {
  background: #2DD9D9;
}

.news .list-news li a>.date .category-03 {
  background: #32842c;
}

.news .list-news li a>.date .category-04 {
  background: #5fbc58;
}

.news .list-news li a>.date .category-05 {
  background: #d1331e;
}

.news .list-news li a {
  color: #252525;
}

.news.single .news_main {
  display: block;
}

.news.single .news_main .news_main span:nth-child(2) {
  margin-left: 2rem;
}

.news.single article #title {
  border-bottom: 1px solid #d6d6d6;
  margin: 0 0 3vw;
  padding: 0 0 15px;
}

.news.single #title h1 {
  display: block;
  font-size: 1.5em;
  -webkit-margin-before: 0.83em;
  -webkit-margin-after: 0.83em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-weight: bold;
}

.news.single article #mainArea {
    padding: 0 0 3vw;
    margin: 0 0 2vw;
    border-bottom: 1px solid #d6d6d6;
}

.news.single article #mainArea a {
    text-decoration: underline;
}

.test img {
    width: 200px;
}



