@charset "UTF-8";

/* main */
.main {
  margin: 50px 0 70px;
  background: #fed600;
  border-radius: 20px;
  border: 12px solid #fed600;
  display: flex;
  justify-content: space-between;
}
.main .leftBox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28.6%;
}
.main .leftBox img {
  width: 100%;
}
.main .rightBox {
  width: 71.4%;
}

/* menu */
.menu {
  border-radius: 20px;
}
.menu .hdg {
  border-radius: 10px;
  text-align: center;
}
.menu .ulWrap li {
  margin-bottom: 20px;
}
.menu .ulWrap li:last-child {
  margin-bottom: 0;
}
.menu .ulWrap li a {
  background: #fff;
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
  border-radius: 10px;
  font-size:1rem;
  color: #000;
  padding: 18px 40px 18px 25px;
  display: block;
  position: relative;
}
.menu .ulWrap li a:after {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  right: 18px;
  bottom: 0;
  margin: auto;
}
.menu .ulWrap li a span {
  background: url("../wp/common/img/icon_blank.png") no-repeat right;
  background-size: 19px auto;
  padding-right: 32px;
}

.menu1 {
  background: #fed600;
  border: 12px solid #fed600;
  display: flex;
  justify-content: space-between;
}
.menu1 .hdg {
  background: url("../wp/img/img2.png") no-repeat top 30px center #fff;
  background-size: 184px auto;
  width: 30.2%;
  padding: 198px 0 28px;
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
}
.menu1 .hdg h2 {
  font-weight: bold;
  font-size:1.5rem;
}
.menu1 .ulWrap {
  width: 65.5%;
  margin-right: 1.7%;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}
.menu1 .ulWrap ul {
  width: 48.6%;
}
.menu1 .ulWrap li a:after {
  background: url("../wp/common/img/icon_arrow3.png") no-repeat;
  background-size: 18px 18px;
}
.menuWrap {
  display: flex;
  justify-content: space-between;
}
.menuWrap .menu {
  width: 31.6%;
  display: flex;
  flex-flow: column;
  padding-bottom: 18px;
  margin-bottom: 60px;
}
.menuWrap .menu .hdg {
  margin-bottom: 30px;
  height: 282px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.menuWrap .menu .hdg h2 {
  font-weight: bold;
  font-size: 1.5rem;
}
/* .menuWrap .menu .ulWrap {
  padding: 0 18px;
} */
.menuWrap .menu .ulWrap p {
  color: #fff;
  margin: 15px 10px 7px;
  font-size: 1.8rem;
}
.menu2 {
  background: #1e6cb7;
  border: 12px solid #1e6cb7;
}
.menu2 .hdg {
  background: url("../wp/img/img3_a.png") no-repeat top 15px center #fff;
  background-size: 215px auto;
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
  padding: 0 0 28px 0;
}
.menu2 .ulWrap li a:after {
  background: url("../wp/common/img/icon_arrow1_re.png") no-repeat;
  background-size: 18px 18px;
}
.menu3 {
  background: #27a273;
  border: 12px solid #27a273;
}
.menu3 .hdg {
  background: url("../wp/img/img4_a.png") no-repeat top 15px center #fff;
  background-size: 215px auto;
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
  padding: 0 0 28px 0;
}
.menu3 .hdg h2 {
  line-height: 1.2;
}
.menu3 .hdg h2 span {
  font-size: 1.8rem;
}
.menu3 .ulWrap li a:after {
  background: url("../wp/common/img/icon_arrow2_re.png") no-repeat;
  background-size: 18px 18px;
}
.menu4 {
  background: #fbc700;
  border: 12px solid #fbc700;
}
.menu4 .ulWrap li a:after {
  background: url("../wp/common/img/icon_arrow3_re.png") no-repeat;
  background-size: 18px 18px;
}
.menu4 .hdg {
  background: url("../wp/img/img5_a.png") no-repeat top 15px center #fff;
  background-size: 215px auto;
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
  padding: 0 0 28px 0;
}

/* news */
.layout.layout--twocol-section.layout--twocol-section--33-67 {
  display: flex;
  justify-content: space-between;
  margin: 70px 0;
}
.layout.layout--twocol-section.layout--twocol-section--33-67 .layout__region.layout__region--first {
  flex: 0 1 36.9%;
}
.layout__region.layout__region--first .hdg {
  background: #fff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  width: 100%;
  height: 100%;
}
.layout__region.layout__region--first .hdg h2 {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 5px;
}
.layout__region.layout__region--first .hdg p {
  letter-spacing: 0.5px;
  margin-top: 20px;
}
.layout__region.layout__region--first .hdg p a {
  border: 2px solid #e6e8e7;
  background: url("../wp/common/img/icon_rss.png") no-repeat left 25px center;
  background-size: 11px auto;  color: #000;
  display: block;
  padding: 6px 17px 6px 45px;
  border-radius: 5px;
  font-size: 1rem;
}
.layout.layout--twocol-section.layout--twocol-section--33-67 .layout__region.layout__region--second {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  flex: 0 1 60.5%;
  font-size: 1rem;
}
.layout__region.layout__region--second .ulWrap {
  position: relative;
}
.layout__region.layout__region--second .ulWrap:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45px;
  background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
}
.layout__region.layout__region--second .ulWrap ul {
  height: 220px;
  overflow-y: scroll;
  margin-bottom: 20px;
}
.layout__region.layout__region--second .ulWrap ul li {
  border-bottom: 1px solid #f4f4f4;
  padding: 8px 5px;
  display: flex;
}
.layout__region.layout__region--second .ulWrap ul li .date {
  margin-right: 10px;
  padding-left: 5px;
  width: 100px;
  color: #767676;
  word-break: break-all;
}
.layout__region.layout__region--second .ulWrap ul li .txt {
  width: calc(100% - 110px);
}
.layout__region.layout__region--second .ulWrap ul li .txt a {
  text-decoration: underline;
  color: #000;
}
.layout__region.layout__region--second .btn a {
  display: block;
  background: #fed600;
  position: relative;
  text-align: center;
  color: #000;
  padding: 13px;
  border-radius: 10px;
}
.layout__region.layout__region--second .btn span {
  background: url("../wp/common/img/icon_arrow3.png") no-repeat right center;
  background-size: 18px 18px;
  padding: 0 46px;
}

/* outboundLink */
.outboundLink h2 {
  text-align: center;
  font-size: 3.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.outboundLink ul {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.outboundLink ul li {
  width: 24.2%;
  max-width: 283px;
  margin-top: 10px;
  margin-right: 1%;
}
.outboundLink ul li:nth-child(4n) {
  margin-right: 0;
}
.outboundLink ul li img {
  width: 100%;
}
.outboundLink a {
	display: block
}

@media all and (-ms-high-contrast: none) {
  .menu .ulWrap li a {
    padding-top: 21px;
    padding-bottom: 15px;
  }
  .menu .ulWrap li a span {
    background-position: top 1px right;
  }
  .newsWrap .hdg p a {
    padding-top: 9px;
    padding-bottom: 3px;
  }
  .newsWrap .newsList .btn a {
    padding-top: 16px;
    padding-bottom: 10px;
  }
  .newsWrap .newsList .btn span {
    background-position: right top;
  }
}

@media (min-width: 951px) {
}

@media (max-width: 950px) {
  /* main */
  .main {
    margin: 0 0 40px;
    border-radius: 0;
    border: none;
    display: block;
  }
  .main .rightBox {
    width: calc(100% + 20px);
    margin-left: -10px;
  }

  /* menu */
  .menu {
    border-radius: 10px;
  }
  .menu .hdg {
    border-radius: 5px;
    text-align: left;
  }
  .menu .ulWrap li {
    margin-bottom: 17px;
  }
  .menu .ulWrap li:last-child {
    margin-bottom: 17px;
  }
  .menu .ulWrap li a {
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    border-radius: 5px;
    padding: 17px 50px 17px 25px;
  }
  .menu .ulWrap li a:after {
    content: "";
    width: 17px;
    height: 17px;
    position: absolute;
    top: 0;
    right: 25px;
    bottom: 0;
    margin: auto;
  }
  .menu .ulWrap li a span {
    background: url("../wp/common/img/icon_blank.png") no-repeat right;
    background-size: 17px auto;
    padding-right: 32px;
  }
  .menu1 {
    border: 20px solid #fed600;
    padding: 5px 0;
    display: block;
  }
  .menu1 .hdg {
    position: relative;
    background: none;
    border-radius: 0px;
    box-shadow: none;
    width: 100%;
    padding: 10px 0 10px 75px;
  }
  .menu1 .hdg:after {
    content: "";
    background: url("../wp/img/img2.png") no-repeat center #fff;
    background-size: 50px auto;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .menu1 .hdg h2 {
    font-size: 1.375rem;
  }
  .menu1 .ulWrap {
    width: 100%;
    margin-right: 0;
    padding: 17px 0 0 0;
    display: block;
  }
  .menu1 .ulWrap ul {
    width: 100%;
  }
  .menu1 .ulWrap ul + ul li:last-child {
    margin-bottom: 0;
  }
  .menu1 .ulWrap li a:after {
    background: url("../wp/common/img/icon_arrow3.png") no-repeat;
    background-size: 16px 16px;
  }
  .menuWrap {
    display: block;
  }
  .menuWrap .menu {
    width: 100%;
    padding-bottom: 5px;
    margin-bottom: 40px;
  }
  .menuWrap .menu .hdg {
    position: relative;
    background: none;
    border-radius: 0px;
    box-shadow: none;
    width: 100%;
    height: auto;
    margin-bottom: 17px;
    padding: 10px 0 10px 75px;
    display: block;
  }
  .menuWrap .menu .hdg:after {
    content: "";
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .menuWrap .menu .hdg h2 {
    font-size: 1.375rem;
    color: #fff;
  }
  .menuWrap .menu .ulWrap {
    padding: 0;
  }
  .menuWrap .menu .ulWrap p {
    margin: 15px 10px 7px;
    font-size: 1.7rem;
  }
  .menu2 {
    padding: 5px 0;
    border: 20px solid #1e6cb7;
  }
  .menu2 .hdg:after {
    background: url("../wp/img/img3_a.png") no-repeat center #fff;
    background-size: 56px auto;
  }
  .menu2 .ulWrap li a:after {
    background: url("../wp/common/img/icon_arrow1_re.png") no-repeat;
    background-size: 17px 17px;
  }
  .menu2 .ulWrap li:last-child,
  .menu3 .ulWrap li:last-child {
    margin-bottom: 0;
  }
  .menu3 {
    padding: 5px 0;
    border: 20px solid #27a273;
  }
  .menu3 .hdg:after {
    background: url("../wp/img/img4_a.png") no-repeat center #fff;
    background-size: 56px auto;
  }
  .menuWrap .menu3 .hdg {
    height: auto;
  }
  .menu3 .hdg h2 {
    line-height: 1.2;
  }
  .menu3 .hdg h2 span {
    font-size: 1.7rem;
  }
  .menu3 .ulWrap li a:after {
    background: url("../wp/common/img/icon_arrow2_re.png") no-repeat;
    background-size: 17px 17px;
  }
  .menu4 {
    padding: 5px 0;
    border: 20px solid #fbc700;
  }
  .menu4 .hdg:after {
    background: url("../wp/img/img5_a.png") no-repeat center #fff;
    background-size: 60px auto;
  }
  .menu4 .ulWrap li a:after {
    background: url("../wp/common/img/icon_arrow3_re.png") no-repeat;
    background-size: 17px 17px;
  }

  /* news */
  .layout.layout--twocol-section.layout--twocol-section--33-67 {
    display: block;
    margin: 40px 0;
  }
  .layout.layout--twocol-section.layout--twocol-section--33-67 .layout__region.layout__region--first {
    flex: 0 1 100%;
    max-width: 100%;
  }
  .layout__region.layout__region--first .hdg {
    border-radius: 10px 10px 0 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-flow: column;
    width: 100%;
    height: auto;
    padding: 0 20px;
  }
  .layout__region.layout__region--first .hdg h2 {
    font-size: 1.375rem;
    margin-top: 42px;
    text-align: center;
    width: 100%;
  }
  .layout__region.layout__region--first .hdg p {
    margin-top: 25px;
    font-size: 1rem;
  }
  .layout__region.layout__region--first .hdg p a {
    background: url("../wp/common/img/icon_rss.png") no-repeat left 15px center;
    background-size: 15px auto;
    padding: 6px 17px 6px 40px;
    border-radius: 2px;
    font-size: 1rem;
  }
  .layout.layout--twocol-section.layout--twocol-section--33-67 .layout__region.layout__region--second {
    border-radius: 0 0 10px 10px;
    width: 100%;
    padding: 5px 20px 25px;
  }
  .layout__region.layout__region--second .ulWrap:after {
    height: 60px;
  }
  .layout__region.layout__region--second .ulWrap {
    padding: 0 10px;
    font-size: 1rem;
  }
  .layout__region.layout__region--second .ulWrap ul {
    height: 330px;
    margin-bottom: 20px;
  }
  .layout__region.layout__region--second .ulWrap ul li {
    border-bottom: 1px solid #f4f4f4;
    padding: 10px;
    display: block;
    line-height: 1.6;
  }
  .layout__region.layout__region--second .ulWrap ul li .date {
    margin-right: 10px;
    padding: 0;
    width: 100%;
    opacity: 0.5;
    word-break: break-all;
  }
  .layout__region.layout__region--second .ulWrap ul li .txt {
    width: 100%;
  }
  .layout__region.layout__region--second .ulWrap ul li .txt a {
    text-decoration: underline;
    color: #000;
  }
  .layout__region.layout__region--second .btn a {
    padding: 17px 10px;
    border-radius: 5px;
    font-size: 1rem;
  }
  .layout__region.layout__region--second .btn span {
    background: url("../wp/common/img/icon_arrow3.png") no-repeat right 15px center;
    background-size: 17px 17px;
    padding: 0 42px;
    width: 100%;
    display: block;
  }

  /* outboundLink */
  .outboundLink h2 {
    font-size: 2.3rem;
    margin-top: -5px;
    margin-bottom: 25px;
  }
  .outboundLink ul {
    max-width: 100%;
    text-align: center;
    justify-content: space-between;
  }
  .outboundLink ul li {
    width: 49%;
    max-width: 49%;
    max-width: 100%;
    margin: 2% 0 0;
  }
  .outboundLink ul li img {
    width: 100%;
  }
  .outboundLink ul li:first-child,
  .outboundLink ul li:nth-child(2) {
    margin-top: 0;
  }
}
