@charset "UTF-8";
/*====================================================================

====================================================================*/
@media only screen and (min-width: 1200px) {
  .spOnly {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .pcOnly {
    display: none;
  }
}
/*====================================================================
  このファイルはutf-8です
====================================================================*/
section.content.msg p {
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  font-weight: bold;
  color: #595757;
  line-height: 1.8em;
}
@media only screen and (min-width: 1200px) {
  section.content.msg p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 1199px) {
  section.content.msg p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 799px) {
  section.content.msg p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

section.content.index ul.category > li {
  margin-bottom: 100px;
}
section.content.index a.btn.btnMore.external {
  width: 100%;
  background: #003e8d;
  margin-bottom: 10px;
  color: #ffffff;
}
section.content.index a.btn.btnMore.external::before {
  background: #ffffff;
}
section.content.index a.btn.btnMore.external::after {
  border-color: #ffffff;
  border-color: #ffffff;
}
section.content.index div.businessUnit {
  display: flex;
  -js-display: flex;
  -moz-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
section.content.index div.businessUnit div.col {
  -moz-flex: 0 0 50%;
  -o-flex: 0 0 50%;
  flex: 0 0 50%;
}
section.content.index div.businessUnit div.col.info {
  padding-right: 50px;
}
section.content.index div.businessUnit div.col.info h2 {
  margin-bottom: 20px;
}
section.content.index div.businessUnit div.col.info p {
  text-align: justify;
  margin-top: 40px;
  margin-bottom: 40px;
  line-height: 2em;
}
section.content.index div.businessUnit div.col.info div.ctrl {
  text-align: left;
}
section.content.index div.businessUnit div.col.info div.ctrl a {
  text-align: left;
  width: 300px;
  border: 2px solid #003e8d;
  background: #ffffff;
}
section.content.index div.businessUnit div.col.param h3 {
  background: #003e8d;
  color: #ffffff;
  border-radius: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 20px;
}
section.content.index div.businessUnit div.col.param ul.icon {
  display: flex;
  -js-display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
section.content.index div.businessUnit div.col.param ul.icon > li {
  -moz-flex: 0 0 24%;
  -o-flex: 0 0 24%;
  flex: 0 0 24%;
  margin-bottom: 10px;
}
section.content.index div.businessUnit div.col.param ul.icon > li img {
  width: 100%;
}

@media only screen and (max-width: 1199px) {
  section.content.msg p {
    text-align: justify;
  }

  section.content.index div.businessUnit {
    display: flex;
    -js-display: flex;
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
  }
  section.content.index div.businessUnit div.col {
    -moz-flex: 0 0 100%;
    -o-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  section.content.index div.businessUnit div.col.info {
    padding-right: 0px;
    margin-bottom: 50px;
  }
}