.article {
  margin-bottom: 120px;
}

.criteria .article_heading {
  margin-bottom: 100px;
}

.criteria_lead {
  margin-bottom: 60px;
  text-align: center;
}

.criteria_fund {
  text-align: center;
}

.criteria_fund .fund-logo {
  width: 168px;
  margin: 0 auto;
}

.criteria_fund .fund-logo_image {
  width: 100%;
}

.criteria_fund .subsection_heading {
  margin: 30px 0 40px;
  font-weight: normal;
  text-align: center;
}

.criteria_fund .fund-areas {
  margin-bottom: 60px;
  position: relative;
}

.criteria_fund .fund-areas::after {
  display: block;
  width: 0;
  height: 0;
  content: '';
  border-top: 40px solid #eaeef8;
  border-right: 90px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 90px solid transparent;
  position: absolute;
  bottom: -80px;
  left: calc(50% - 90px);
}

.criteria_fund .fund-areas_heading {
  padding: 13px 0;
  background-color: #19274f;
  font-size: 24px;
  font-weight: normal;
  color: #ffffff;
  letter-spacing: normal;
}

.criteria_fund .fund-areas_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px;
  background-color: #eaeef8;
}

.criteria_fund .fund-areas_item {
  width: calc((100% - 12px) / 4);
  padding: 20px 30px 30px;
  background-color: #ffffff;
}

.criteria_fund .areas-icon {
  width: 100px;
  margin: 0 auto 15px;
}

.criteria_fund .areas-icon_image {
  width: 100%;
}

.criteria_fund .fund-areas_title {
  min-height: 160px;
  font-weight: bold;
  font-size: 20px;
  color: #005998;
  line-height: calc(30.4 / 20);
  letter-spacing: .037em;
}

.criteria_fund .fund-areas_description {
  height: auto;
  text-align: left;
  font-size: 16px;
  line-height: calc(28 / 16);
  letter-spacing: .037em;
}

.criteria_fund .fund-future {
  margin-bottom: 60px;
  color: #19274f;
}

.criteria_fund .fund-future_text {
  font-size: 27px;
}

.criteria_detail .detail-link {
  margin-top: 10px;
  font-size: 20px;
  color: #19274f;
  font-weight: bold;
}

.criteria_detail .detail-link_anchor {
  display: inline-block;
  transition: .3s;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.criteria_detail .detail-link_icon {
  display: inline-block;
  width: 23px;
  height: 18px;
  margin-left: 8px;
  vertical-align: middle;
  position: relative;
}

.criteria_detail .detail-link_icon::before,
.criteria_detail .detail-link_icon::after {
  display: block;
  width: 18px;
  height: 13px;
  border: 2px solid #19274f;
  content: '';
  position: absolute;
}

.criteria_detail .detail-link_icon::before {
  border-top: none;
  border-right: none;
  bottom: 1px;
  right: 5px;
}

.criteria_detail .detail-link_icon::after {
  top: -1px;
  right: 0;
}

.criteria_detail .detail-link_anchor:hover {
  opacity: .5;
  transition: 0s;
}

@media screen and (max-width: 900px) {
  .criteria_fund .fund-areas_list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .criteria_fund .fund-areas_item {
    width: calc((100% - 10px) / 2);
  }

  .criteria_fund .fund-areas_item:nth-child(n + 3) {
    margin-top: 10px;
  }

  .criteria_fund .fund-areas_title {
    min-height: 100px;
  }
}
/* 
 ==================================
 JICの傘下ファンドについて
 ==================================
 */
.fund-about {
  padding: 34px 20px 20px;
  margin-top: 90px;
  background: #f4f6fb;
}

.fund-about__header {
  margin-bottom: 32px;
  font-size: 27px;
  font-weight: normal;
  color: #005998;
  letter-spacing: 0.037em;
}

.fund-about__wrapper {
  display: flex;
}

.fund-about__contents {
  padding: 0 30px 50px;
  width: 100%;
  background: #fff;
  width: 50%;
}

.fund-about__contents:not(:first-child) {
  margin-left: 20px;
}

.fund-about__contents-header {
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.fund-about__name {
  margin-left: 14px;
  color: #19274f;
  font-size: 20px;
  font-weight: bold;
  line-height: calc(30 / 20);
  letter-spacing: 0;
  text-align: left;
}

.fund-about__item {
  display: flex;
  padding: 20px 0;
  border-top: 1px solid #eaeef8;
}

.fund-about__item.-field {
  align-items: center;
}

.fund-about__item:last-child {
  border-bottom: 1px solid #eaeef8;
}

.fund-about__list-title {
  min-width: 120px;
  margin-right: 20px;
  color: #005998;
  font-size: 18px;
  line-height: calc(30 / 18);
  letter-spacing: 0;
  text-align: left;
}

.fund-about__list-body {
  font-size: 17px;
  line-height: calc(32 / 17);
  letter-spacing: 0;
  text-align: left;
}

.fund-about__list-icon:not(:first-child) {
  margin-left: 20px;
}

/* 優先度を上げるためにクラスを2つ指定している */
.fund-about__list-body .fund-about__list-link {
  color: #17284c;
  position: relative;
  text-decoration: underline;
}

.fund-about__link-icon {
  display: inline-block;
  width: 18px;
  height: 13px;
  margin-left: 8px;
  vertical-align: middle;
  position: relative;
}

.fund-about__link-icon::before,
.fund-about__link-icon::after {
  display: block;
  width: 13px;
  height: 8px;
  border: 2px solid #17284c;
  content: '';
  position: absolute;
}

.fund-about__link-icon::before {
  border-top: none;
  border-right: none;
  bottom: 1px;
  right: 5px;
}

.fund-about__link-icon::after {
  top: 0;
  right: 1px;
}
.button {
  background-color: skyblue;
  border: none;
  color: skyblue;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 16px;
}

.button:hover {
  background-color: #f1f1f1;
}

* {
  box-sizing: inline-block;
}

.columns {
  float: left;
  width: 33.3%;
  padding: 8px;
}

.price {
  list-style-type: none;
  border: 1px solid #eee;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.price:hover {
  box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

.price .header {
  background-color: #0080ff;
  color: white;
  font-size: 25px;
}

.price li {
  border-bottom: 1px solid #eee;
  padding: 20px;
  text-align: center;
}

.price .grey {
  background-color: #eee;
  font-size: 20px;
}

.button {
  background-color: skyblue;
  border: none;
  color: white;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
}

@media only screen and (max-width: 600px) {
  .columns {
    width: 100%;
  }
}
/*google translate Dropdown */
 
 #google_translate_element select{
 background:#f6edfd;
 color:#383ffa;
 border: none;
 border-radius:3px;
 padding:6px 8px
 }
 
 /*google translate link | logo */
   .goog-logo-link{
   display:none!important;
   }
 .goog-te-gadget{
 color:transparent!important;
 }
 
 /* google translate banner-frame */
 
 .goog-te-banner-frame{
 display:none !important;
 }
 
 #goog-gt-tt, .goog-te-balloon-frame{display: none !important;}
.goog-text-highlight { background: none !important; box-shadow: none !important;}
 
 body{top:0!important;}