/*----------------------------------------------------------------------------
******************************************************************************
** common-about
******************************************************************************
----------------------------------------------------------------------------*/
.common_about_bg {
  margin: 40px auto;
  max-width: 1080px;
  background-color: #f0f3f8;
  padding: 14px 8px;
  border-radius: 4px;
}
.common_about_bg .common_about {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
}
.common_about_bg .common_about_text {
  width: 352px;
}
.common_about_bg .common_about_text p {
  font-weight: 700;
  text-align: center;
  font-size: 1.375em;
  color: #003c6e;
}
.common_about_bg ul {
  width: calc(100% - 302px);
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  flex-wrap: wrap;
}
.common_about_bg ul li {
  width: calc(50% - 10px);
  padding: 13px 0;
  border-bottom: 1px solid #e1e1eb;
}
.common_about_bg ul li a {
  color: #272727;
  text-decoration: none;
}

/*----------------------------------------------------------------------------
******************************************************************************
** common-study
******************************************************************************
----------------------------------------------------------------------------*/
.common_study_bg {
  margin: 40px auto;
  max-width: 1080px;
  background-color: #f0f3f8;
  padding: 14px 8px;
  border-radius: 4px;
}
.common_study_bg .common_study {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
}
.common_study_bg .common_study_text {
  width: 352px;
}
.common_study_bg .common_study_text p {
  font-weight: 700;
  text-align: center;
  font-size: 1.375em;
  color: #003c6e;
}
.common_study_bg ul {
  width: calc(100% - 302px);
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  flex-wrap: wrap;
}
.common_study_bg ul li {
  width: calc(50% - 10px);
  padding: 13px 0;
  border-bottom: 1px solid #e1e1eb;
}
.common_study_bg ul li a {
  color: #272727;
  text-decoration: none;
}

/*----------------------------------------------------------------------------
******************************************************************************
** common_page_nav
******************************************************************************
----------------------------------------------------------------------------*/
.common_page_nav ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  min-height: 100px;
  box-sizing: border-box;
  padding: 20px 30px 20px 16px;
  line-height: 1.5;
}
.common_page_nav ul li span {
  display: block;
  font-size: 0.85em;
  font-weight: 300;
  color: #666;
  margin-top: 5px;
  line-height: 1.3;
}

/*----------------------------------------------------------------------------
******************************************************************************
** common_h2
******************************************************************************
----------------------------------------------------------------------------*/
.common_h2_bg .common_h2 span {
  display: block;
  text-align: center;
  font-size: 0.9em;
  color: #fff;
  margin-bottom: 10px;
  background: #003c6e;
  padding: 2px 13px;
  border-radius: 14px;
}