@charset "utf-8";
/*------------------------------------------------------------
	commonly
------------------------------------------------------------*/
#gHeader .hBox {
  border: 0 !important;
}
.gNavi ul li a {
  padding-bottom: 12px;
}
.pageTitle .linkList {
  background-color: #12826c;
}
.pageTitle.public .linkList {
  background-color: #12826c;
}
.comLinkBox {
  padding: 32px 0 31px !important;
  background-color: #e5f8f4 !important;
}
.comLinkBox .linkList {
  justify-content: space-between;
  flex-wrap: wrap;
  transform: translateY(0);
  box-shadow: 0 0;
  border-bottom: 1px solid #12be9c;
  border-left: 1px solid #12be9c;
  transform: none !important;
  box-shadow: none !important;
}
.comLinkBox .linkList li {
  width: calc(100% / 3);
  box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.05);
}
#main .comLinkBox .linkList li:first-of-type a {
  background-color: #12826c;
}
.comLinkBox .linkList li:first-of-type {
  padding: 0 0 !important;
}
.comLinkBox .linkList li:first-of-type a {
  padding: 29px 0 0 !important;
  margin: 0 !important;
  height: calc(100% - 29px);
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  background-color: #12826c;
}
.comLinkBox .linkList li {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  border-right: 1px solid #12be9c !important;
  box-sizing: border-box;
}
.comLinkBox .linkList li a {
  display: block;
  padding: 29px 0 0;
  font-size: 1.8rem;
  border-top: 1px solid #12be9c;
}

.comLinkBox .linkList li .photo {
  margin-bottom: 10px;
  height: 103px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.comLinkBox .linkList li:not(:last-of-type) a {
  border-right: none !important;
}
.comLinkBox .linkList li:first-of-type .pho {
  margin-bottom: 6px;
  width: 56px;
  height: 56px;
  background-color: #fff;
}
.comLinkBox .linkList li:first-of-type .pho img {
  width: 32px;
}
.comLinkBox .linkList li span {
  display: block;
}
.comLinkBox .linkList li:first-of-type .ttl {
  margin-bottom: 6px;
  color: #fff;
}
.comLinkBox .linkList li a::after {
  display: none;
}
.sec01 {
  padding: 88px 0 25px;
}
.sec01 .headLine01 {
  margin-bottom: 13px;
}
.sec01 .imgBox {
  margin: 0 10px;
}
.sec01 .imgBox a {
  display: flex;
  justify-content: space-between;
}
.sec01 .imgBox .photoBox {
  width: 340px;
  display: block;
}
.sec01 .imgBox a:hover {
  opacity: 0.8;
}
.sec01 .imgBox .textBox {
  padding: 28px 27px;
  width: calc(100% - 340px);
  background-color: #f2f2f2;
  box-sizing: border-box;
}

.sec01 .imgBox .textBox .title {
  display: block;
  margin-bottom: 23px;
  color: #111111;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
}
.sec01 .imgBox .textBox .text {
  display: block;
}
.sec01 .imgBox .textBox a:hover {
  text-decoration: underline;
}
.sec01 .imgBox .textBox .title .time {
  margin-bottom: 8px;
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
}
.comNews {
  padding: 80px 0 115px;
}
.sec02 {
  padding: 63px 0 85px;
  background-color: #333333;
}
.sec02 .headLine01 {
  margin-bottom: 39px;
  color: #fff;
}
.sec02 .pickList {
  margin: 0 10px;
  display: flex;
  justify-content: space-between;
}
.sec02 .pickList li {
  width: 32%;
  background-color: #fff;
}
.sec02 .pickList li a {
  display: block;
  text-decoration: none;
}
.sec02 .pickList li a:hover {
  opacity: 0.8;
}
.sec02 .pickList li .photo {
  width: 100%;
  height: 180px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.sec02 .pickList li .photo img {
  width: 100%;
  height: auto;
}
.sec02 .pickList li .text .tag {
  padding: 3px 8px;
  display: inline-block;
  color: #333;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  background-color: #ffb31c;
}
.sec02 .pickList li .text .tag01 {
  background-color: #cc0000;
  color: #fff;
}
.sec02 .pickList li .text span {
  display: block;
  padding: 14px 20px 23px;
  color: #111111;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}
.sec03 {
  padding: 89px 0 110px;
  background-color: #e5f8f4;
}
.sec03 .headLine01 {
  margin-bottom: 34px;
}
.sec03 .comLinkList {
  margin-top: -61px;
}
.sec03 .comLinkList li {
  margin-top: 61px;
}
.sec03 .comLinkList li a {
  text-decoration: none;
}
.sec03 .comLinkList li a:hover {
  text-decoration: underline;
}
.sec03 .comLinkList li .pho {
  margin-bottom: 18px;
}
.sec03 .comLinkList li p {
  color: #111111;
  font-size: 1.8rem;
}
.sec03 .comLinkList li .sml {
  margin-top: 11px;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.5;
}
.sec04 {
  padding: 63px 0 74px;
}
.sec04 .headLine01 {
  margin-bottom: 39px;
}
.sec04 dl {
  margin: 0 10px;
}
.sec04 dt,
.sec04 dd {
  font-size: 1.6rem;
  line-height: 1.5;
}
.sec04 dt {
  float: left;
}
#main .sec04 dt {
  border: 1px solid #14d82;
}
.sec04 dt .tag {
  margin-left: 23px;
  padding: 4px 0;
  width: 156px;
  display: inline-block;
  color: #09855a;
  font-size: 1.2rem;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #12826c;
}
.sec04 dd {
  padding: 0 0 30px 18.1em;
}
.sec04 dd a {
  color: #333;
  text-decoration: none;
}
.sec04 dd a:hover {
  text-decoration: underline;
}
.comPhoArea .photoList .slick-prev {
  background-image: url("/Portals/0/images/public/arrow_left.jpg") !important;
}
.comPhoArea .photoList .slick-next {
  background-image: url("/Portals/0/images/public/arrow_right.jpg") !important;
}
.pageTitle.public .linkList > li > a:hover {
  background-color: #0a8d6a;
}
.pageTitle.public .linkList > li.link02 > a:hover::after {
  background-image: url("/Portals/0/images/common/icon31.png") !important;
  background-size: 13px;
}
.pageTitle.public .linkList .subBox {
  background-color: #e5f8f4;
}
.pageTitle.public .linkList .subBox .imgList {
  margin: 0 auto;
  max-width: 1000px;
}
.pageTitle.public .linkList .subBox .imgList {
  margin-top: -8px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pageTitle.public .linkList .subBox .imgList::after {
  width: 328px;
  content: "";
}
.pageTitle.public .linkList .subBox .imgList li {
  margin-top: 8px;
  width: 328px;
}
.pageTitle.public .linkList .subBox .imgList li a {
  padding: 9px 8px;
  display: flex;
  color: #fff;
  text-decoration: none;
  align-items: center;
  background-color: #fff;
}
.pageTitle.public .linkList .subBox .imgList li a:hover {
  opacity: 0.8;
}
.pageTitle.public .linkList .subBox .imgList li a .pho img {
  width: 105px;
}
.pageTitle.public .linkList .subBox .imgList li a p {
  margin-left: 15px;
}
