@charset "UTF-8";
/* Scss Document */
/* Basic Style */
/* link */
a {
  color: #326ba2;
  text-decoration: none; }
  a:hover {
    color: #4285c5; }
    a:hover img {
      opacity: 0.8; }
  a[href$=".pdf"]:after {
    content: "";
    display: inline-block;
    width: 34px;
    height: 16px;
    background: url(../common_img/icon_pdf.gif) no-repeat; }
  a[href$=".xlsx"]:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../common_img/icon_excel.gif) no-repeat; }
  a.exlink:after, a .exlink:after {
    content: "";
    display: inline-block;
    width: 17px;
    height: 16px;
    background: url(../common_img/icon_window.gif) no-repeat; }

/* font */
.bold, #award2 .new_mark, .coming, strong {
  font-weight: 700 !important; }

.fsize_l {
  font-size: 1.2em; }

.fc_red {
  color: #f00; }

/* list */
ul.list_reset {
  margin: 0;
  padding: 0;
  list-style-type: none; }

ol {
  counter-reset: item;
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding-left: 1em; }
  ol > li {
    text-indent: -1em;
    padding-left: -1em; }
    ol > li:before {
      counter-increment: item;
      content: counter(item) "　"; }

/* box */
.align_c {
  text-align: center !important; }

.align_l {
  text-align: left !important; }

.align_r {
  text-align: right !important; }

/* $clearfix */
.clearfix, #head {
  *zoom: 1; }
  .clearfix:after, #head:after {
    content: "";
    display: table;
    overflow: hidden;
    clear: both; }

/* Layout */
body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #000;
  font-family: 'Hiragino Kaku Gothic ProN',Meiryo,arial; }

#container {
  position: relative; }

.inner {
  margin-left: auto;
  margin-right: auto;
  width: 940px;
  box-sizing: border-box; }

@media screen and (max-width: 950px) {
  .inner {
    width: 100%;
    padding: 0 10px; } }
/* #head */
#head {
  background: url(../common_img/head_bg.jpg) repeat-x;
  min-height: 80px;
  font-size: 0.9em; }
  #head .tool {
    float: right;
    margin: 12px; }
    #head .tool .tool-link {
      background: #fff;
      background: rgba(255, 255, 255, 0.7);
      padding: 0 0 0 8px; }
    #head .tool ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
      #head .tool ul > li {
        display: inline-block;
        padding: 5px 12px 5px 5px;
        position: relative; }
        #head .tool ul > li:first-child {
          padding-left: 0; }
        #head .tool ul > li:after {
          position: absolute;
          content: '';
          width: 5px;
          height: 0.8em;
          border-right: 1px solid #326ba2;
          right: 0;
          top: 0.7em; }
        #head .tool ul > li:last-child:after {
          border-right: 0px; }
    #head .tool ul.font_size {
      margin: 0;
      padding: 0;
      list-style-type: none;
      display: inline; }
      #head .tool ul.font_size li {
        display: inline;
        border-right: 0px;
        padding: 0 3px; }
        #head .tool ul.font_size li:after {
          border: 0; }
      #head .tool ul.font_size a {
        display: inline-block;
        padding: 2px;
        line-height: 1.0; }
      #head .tool ul.font_size .textresizer-active {
        color: #fff;
        background: #326ba2; }
  #head .mofa_logo {
    padding: 15px 0; }
    #head .mofa_logo img {
      height: 40px; }

@media screen and (max-width: 950px) {
  #head {
    min-height: auto; }
    #head .tool {
      margin: 12px 0; }
      #head .tool ul > li:after {
        border: 0; }
    #head .mofa_logo img {
      height: 20px; } }
#cse-search-box {
  margin-top: 7px;
  text-align: right; }
  #cse-search-box #searchbox {
    border: 1px solid #326ba2;
    width: 200px;
    text-align: left; }
  #cse-search-box #searchbutton {
    background: #326ba2;
    color: #fff;
    margin-left: 3px;
    border: 0; }

/* #sdgs_ap */
#sdgs_ap h1 {
  margin: 15px 0 10px 15px; }
#sdgs_ap .sdgs_ap {
  margin: 15px 0px 30px 40px; }

@media screen and (max-width: 950px) {
  #sdgs_ap {
    margin-bottom: 5px; }
    #sdgs_ap h1 {
      margin: 5px 0; }
    #sdgs_ap p {
      margin-top: 0; }
    #sdgs_ap .sdgs_ap {
      margin: 10px 0 10px; } }
/* #breadcrumb */
#breadcrumb {
  margin: 20px 0; }
  #breadcrumb ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  #breadcrumb li {
    display: inline-block;
    padding-left: 3px; }
  #breadcrumb a {
    position: relative;
    display: inline-block;
    padding-right: 17px; }
    #breadcrumb a:after {
      content: '';
      width: 7px;
      height: 7px;
      border: 1px solid;
      border-color: #000 #000 transparent transparent;
      transform: rotate(45deg);
      position: absolute;
      top: 0.5em;
      right: 1px; }

@media screen and (max-width: 950px) {
  #breadcrumb {
    margin-top: 10px;
    font-size: 0.8em; }
    #breadcrumb a:after {
      width: 5px;
      height: 5px;
      top: 20%; } }
/* #footer */
#footer {
  background: #075a7e;
  color: #fff;
  padding: 10px 0; }
  #footer a {
    color: #fff; }
  #footer ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    #footer ul > li {
      display: inline-block;
      padding: 5px 12px 5px 5px;
      position: relative; }
      #footer ul > li:first-child {
        padding-left: 0; }
      #footer ul > li:after {
        position: absolute;
        content: '';
        width: 5px;
        height: 0.8em;
        border-right: 1px solid #fff;
        right: 0;
        top: 0.7em; }
      #footer ul > li:last-child:after {
        border-right: 0px; }
  #footer li {
    font-size: 0.9em; }
  #footer .copyright {
    font-size: 0.7em;
    padding: 25px 0 0; }

@media screen and (max-width: 950px) {
  #footer ul {
    font-size: 0.8em; }
  #footer .copyright {
    font-size: 0.6em; } }
/* .pagetop */
.pagetop {
  background: #075a7e;
  color: #fff;
  font-size: 0.9em;
  background: rgba(7, 90, 126, 0.8);
  /*float:right;*/
  position: fixed;
  right: 30px;
  bottom: 20px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px; }
  .pagetop a {
    color: #fff; }
  .pagetop:hover {
    background: rgba(7, 90, 126, 0.7); }
  .pagetop a {
    position: relative;
    display: inline-block;
    padding: 5px 30px 5px 15px; }
    .pagetop a:after {
      content: '';
      width: 10px;
      height: 10px;
      border: 1px solid;
      border-color: #fff #fff transparent transparent;
      transform: rotate(-45deg);
      position: absolute;
      top: calc(0.5em + 5px);
      right: -1px;
      margin-right: 15px;
      box-sizing: border-box; }

@media screen and (max-width: 950px) {
  .pagetop {
    right: 5px;
    bottom: 5px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px; } }
/* #g_menu */
#g_menu {
  background: #fedef4; }
  #g_menu ul.nav-menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: table;
    position: relative; }
  #g_menu li.nav-item {
    display: table-cell;
    vertical-align: middle;
    padding: 0 12px;
    text-align: center; }
    #g_menu li.nav-item:nth-child(1) {
      width: 230px; }
    #g_menu li.nav-item:nth-child(2) {
      width: 270px; }
    #g_menu li.nav-item:nth-child(3) {
      width: 210px; }
    #g_menu li.nav-item:nth-child(4) {
      width: 230px; }
    #g_menu li.nav-item:hover {
      background: #fee8f7; }
    #g_menu li.nav-item > a {
      color: #000;
      font-size: 1.3em;
      line-height: 1.0;
      display: inline-block;
      padding: 20px 0px 20px 0;
      width: 100%;
      box-sizing: border-box;
      position: relative; }
      #g_menu li.nav-item > a span {
        padding-left: 15px;
        display: block; }
        #g_menu li.nav-item > a span:before {
          content: '';
          width: 5px;
          height: 5px;
          border: 2px solid;
          border-color: transparent transparent #f00 #f00;
          transform: rotate(-45deg);
          position: absolute;
          top: 35%;
          left: 20px; }
      #g_menu li.nav-item > a .open {
        background: #fee8f7; }
  #g_menu .sub-nav {
    position: absolute;
    display: none;
    z-index: 10;
    box-sizing: border-box;
    background: #fee8f7;
    width: 940px;
    left: 0;
    padding: 12px 20px;
    text-align: left; }
    #g_menu .sub-nav.open {
      display: block; }
    #g_menu .sub-nav ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
      #g_menu .sub-nav ul > li {
        display: inline-block;
        padding: 5px 12px 5px 5px;
        position: relative; }
        #g_menu .sub-nav ul > li:first-child {
          padding-left: 0; }
        #g_menu .sub-nav ul > li:after {
          position: absolute;
          content: '';
          width: 5px;
          height: 0.8em;
          border-right: 1px solid #326ba2;
          right: 0;
          top: 0.7em; }
        #g_menu .sub-nav ul > li:last-child:after {
          border-right: 0px; }
    #g_menu .sub-nav .goals {
      margin: 0;
      padding: 0;
      list-style-type: none;
      line-height: 1; }
      #g_menu .sub-nav .goals li {
        display: inline-block;
        padding: 0;
        margin: 0 1px 7px; }
        #g_menu .sub-nav .goals li img {
          width: 90px; }
        #g_menu .sub-nav .goals li:after {
          width: 0;
          height: 0;
          border: 0; }

#about ul.parent > li:nth-child(1) {
  background: #fff2fb; }
  #about ul.parent > li:nth-child(1):hover {
    background: #fee8f7; }

#effort ul.parent > li:nth-child(2) {
  background: #fff2fb; }
  #effort ul.parent > li:nth-child(2):hover {
    background: #fee8f7; }

#case ul.parent > li:nth-child(3) {
  background: #fff2fb; }
  #case ul.parent > li:nth-child(3):hover {
    background: #fee8f7; }

#award ul.parent > li:nth-child(4) {
  background: #fff2fb; }
  #award ul.parent > li:nth-child(4):hover {
    background: #fee8f7; }

@media screen and (max-width: 950px) {
  #g_menu {
    display: none; } }
/* #goals */
#goals {
  background: #fff3b3;
  padding: 30px; }
  #goals .inner:first-child {
    background: #fff;
    padding: 15px 15px 20px; }
  #goals .japan_c {
    float: right;
    margin-right: 105px; }
    #goals .japan_c img {
      width: 160px; }
  #goals h2 {
    /*text-align: center;*/
    margin-left: 105px; }
    #goals h2 img {
      width: 320px; }
  #goals ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    width: 780px;
    margin: 0 auto; }
  #goals li {
    display: inline-block;
    line-height: 1.0;
    margin: 1px;
    padding: 0; }
    #goals li img {
      width: 110px; }

@media screen and (max-width: 950px) {
  #goals {
    padding: 20px; }
    #goals h2 {
      margin: 0 0 10px; }
      #goals h2 img {
        width: 100%; }
    #goals ul {
      width: 100%; }
    #goals li {
      width: 31%; }
      #goals li img {
        width: 100%; }
    #goals .japan_c {
      text-align: center;
      float: none;
      margin: 10px 0 0; }
      #goals .japan_c img {
        width: 150px; } }
/* #whatsnew */
#whatsnew {
  background-image: url(../img/top_bg1.jpg);
  background-size: cover;
  background-attachment: fixed;
  box-sizing: border-box;
  padding: 30px 20px; }
  #whatsnew .inner {
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
    padding: 20px; }
  #whatsnew h2 {
    width: 500px;
    margin: 0 auto;
    padding-bottom: 7px;
    background-image: url(../common_img/h_border.png);
    background-position: bottom;
    background-repeat: no-repeat;
    text-align: center;
    font-size: 2em;
    font-weight: normal; }
  #whatsnew ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-top: 35px;
    margin-bottom: 10px; }
  #whatsnew li {
    border-top: 1px dotted #999;
    padding: 7px; }
    #whatsnew li:last-child {
      border-bottom: 1px dotted #999; }
    #whatsnew li ul {
      margin: 7px 0 0 20px; }
    #whatsnew li li {
      border-top: 1px dotted #ccc; }
      #whatsnew li li:last-child {
        border-bottom: 0;
        padding-bottom: 0; }
  #whatsnew a {
    display: inline-block;
    padding-left: 17px;
    position: relative; }
    #whatsnew a:before {
      content: '';
      width: 7px;
      height: 7px;
      border: 1px solid;
      border-color: #326ba2 #326ba2 transparent transparent;
      transform: rotate(45deg);
      position: absolute;
      top: 0.5em;
      left: 0; }

#gov_torikumi {
  background-image: url(../img/top_bg2.jpg);
  background-size: cover;
  background-attachment: fixed;
  box-sizing: border-box;
  padding: 30px 20px; }
  #gov_torikumi .inner {
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
    padding: 20px; }
  #gov_torikumi h2 {
    width: 500px;
    margin: 0 auto;
    padding-bottom: 7px;
    background-image: url(../common_img/h_border.png);
    background-position: bottom;
    background-repeat: no-repeat;
    text-align: center;
    font-size: 2em;
    font-weight: normal; }
  #gov_torikumi ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-top: 35px;
    margin-bottom: 10px; }
  #gov_torikumi li {
    border-top: 1px dotted #999;
    padding: 7px; }
    #gov_torikumi li:last-child {
      border-bottom: 1px dotted #999; }
    #gov_torikumi li ul {
      margin: 7px 0 0 20px; }
    #gov_torikumi li li {
      border-top: 1px dotted #ccc; }
      #gov_torikumi li li:last-child {
        border-bottom: 0;
        padding-bottom: 0; }
  #gov_torikumi a {
    display: inline-block;
    padding-left: 17px;
    position: relative; }
    #gov_torikumi a:before {
      content: '';
      width: 7px;
      height: 7px;
      border: 1px solid;
      border-color: #326ba2 #326ba2 transparent transparent;
      transform: rotate(45deg);
      position: absolute;
      top: 0.5em;
      left: 0; }

@media screen and (max-width: 950px) {
  #whatsnew, #gov_torikumi {
    padding: 20px; }
    #whatsnew h2, #gov_torikumi h2 {
      width: 100%;
      background-size: contain;
      font-size: 1.8em; }
    #whatsnew ul, #gov_torikumi ul {
      margin-top: 20px; }
    #whatsnew a:before, #gov_torikumi a:before {
      top: 3px; } }
.ap_link {
  font-weight: 700;
  font-size: 1.1em; }

/* #twitter */
#twitter {
  background: #fff3b3;
  padding: 30px;
  text-align: center; }
  #twitter h2 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 1.2em; }

/* #kanren_link */
#kanren_link {
  background: #dbf2fc;
  padding: 30px; }
  #kanren_link h2 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 1.8em;
    text-align: center; }
    #kanren_link h2 span {
      border-bottom: 2px solid #000;
      padding-bottom: 5px; }
  #kanren_link ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-top: 30px; }
  #kanren_link li {
    display: inline-block; }
    #kanren_link li img {
      width: 230px; }

@media screen and (max-width: 950px) {
  #kanren_link {
    padding: 20px 0; }
    #kanren_link li {
      width: 48%;
      margin-bottom: 1%;
      margin-left: 1%; }
      #kanren_link li img {
        width: 100%; } }
/* #main_contents */
.section + .section {
  margin-top: 70px; }
.section:last-child {
  margin-bottom: 60px; }

@media screen and (max-width: 950px) {
  .section + .section {
    margin-top: 30px; }
  .section:last-child {
    margin-bottom: 30px; } }
ul.link_side {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  ul.link_side li {
    display: inline-block;
    margin-right: 25px;
    border: 0 !important; }
    ul.link_side li:last-child {
      margin-right: 0; }

#main_contents {
  line-height: 1.8; }
  #main_contents h1 {
    background-image: url(../common_img/h_border_sub.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 10px;
    margin-bottom: 40px;
    font-size: 2.4em;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.1em;
    color: #075a7e; }
  #main_contents h2 {
    border-bottom: 2px solid #00a0e9;
    border-left: 7px solid #00a0e9;
    padding: 3px 12px;
    font-size: 1.5em;
    font-weight: normal;
    line-height: 1.2; }
  #main_contents .link_list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-top: 20px;
    margin-bottom: 15px; }
  #main_contents .link_list li {
    border-top: 1px dotted #999;
    padding: 7px; }
    #main_contents .link_list li:last-child {
      border-bottom: 1px dotted #999; }
    #main_contents .link_list li ul {
      margin: 7px 0 0 20px; }
    #main_contents .link_list li li {
      border-top: 1px dotted #ccc; }
      #main_contents .link_list li li:last-child {
        border-bottom: 0;
        padding-bottom: 0; }
  #main_contents .link_list a {
    display: inline-block;
    padding-left: 17px;
    position: relative; }
    #main_contents .link_list a:before {
      content: '';
      width: 7px;
      height: 7px;
      border: 1px solid;
      border-color: #326ba2 #326ba2 transparent transparent;
      transform: rotate(45deg);
      position: absolute;
      top: 0.5em;
      left: 0; }
  #main_contents .link_list ul.link_side {
    margin: 0 0 0 20px; }
    #main_contents .link_list ul.link_side li {
      padding: 5px 0 0; }

@media screen and (max-width: 950px) {
  #main_contents h1 {
    font-size: 1.5em;
    padding-bottom: 3px;
    margin-bottom: 20px; }
  #main_contents h2 {
    font-size: 1.2em; } }
/* effort/index.html*/
.link_logo {
  vertical-align: top;
  margin-left: 10px;
  height: 60px; }

/* award/index.html */
#award2 .new_mark {
  font-style: oblique;
  font-size: 0.6em;
  color: #D21557; }

#award2 ol li {
  margin-bottom: 1em; }
#award2 ol dl {
  margin: 0;
  padding: 0;
  text-indent: 0; }
#award2 ol dt {
  background: #2B880B;
  color: #fff;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  margin-top: 1.2em;
  display: inline-block;
  padding: 0 18px 0 6px; }
#award2 ol dd {
  margin: 7px 0 0;
  padding: 0; }
  #award2 ol dd:last-child {
    margin-bottom: 1em; }
#award2 ol .link_list {
  margin-top: 10px !important;
  margin-bottom: 30px !important;
  text-indent: 0; }
  #award2 ol .link_list li {
    margin-bottom: 0; }

#award2 > .link_list {
  margin-top: 30px !important; }

#award3 .new_mark {
  font-style: oblique;
  font-size: 0.6em;
  color: #D21557; }

#award3 ol li {
  margin-bottom: 1em; }
#award3 ol dl {
  margin: 0;
  padding: 0;
  text-indent: 0; }
#award3 ol dt {
  background: #2B880B;
  color: #fff;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  margin-top: 1.2em;
  display: inline-block;
  padding: 0 18px 0 6px; }
#award3 ol dd {
  margin: 7px 0 0;
  padding: 0; }
  #award3 ol dd:last-child {
    margin-bottom: 1em; }
#award3 ol .link_list {
  margin-top: 10px !important;
  margin-bottom: 30px !important;
  text-indent: 0; }
  #award3 ol .link_list li {
    margin-bottom: 0; }

#award3 > .link_list {
  margin-top: 30px !important; }


.award_contact {
  background: #9DCEFF;
  margin: 30px 0;
  text-align: center;
  padding: 12px; }
  .award_contact h3 {
    margin: 0 10px 10px;
    font-size: 1.2em; }
    .award_contact h3 span {
      position: relative;
      padding-bottom: 5px; }
      .award_contact h3 span:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 5px;
        background: repeating-linear-gradient(-45deg, #9DCEFF, #9DCEFF 2px, white 2px, white 4px); }
  .award_contact p {
    margin: 0; }

.coming {
  font-size: 1.4em;
  letter-spacing: 0.1em; }

/* case/index.html */
#case_goals h2 {
  /*text-align: center;*/
  margin-left: 105px; }
  #case_goals h2 img {
    width: 320px; }
#case_goals ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  width: 780px;
  margin: 0 auto; }
#case_goals li {
  display: inline-block;
  line-height: 1.0;
  margin: 1px;
  padding: 0; }
  #case_goals li img {
    width: 110px; }
#case_goals h2 {
  border: 0;
  padding: 0;
  margin-left: 0;
  text-align: center; }

@media screen and (max-width: 950px) {
  #case_goals h2 {
    margin: 0 0 10px; }
    #case_goals h2 img {
      width: 100%; }
  #case_goals ul {
    width: 100%; }
  #case_goals li {
    width: 31%; }
    #case_goals li img {
      width: 100%; }
  #case_goals .japan_c {
    text-align: center;
    float: none;
    margin: 10px 0 0; }
    #case_goals .japan_c img {
      width: 150px; } }
#case_org {
  margin-top: 30px; }
  #case_org ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  #case_org li {
    display: inline-block;
    line-height: 1.0;
    margin-bottom: 5px; }
  #case_org a {
    display: block;
    width: 230px;
    padding: 18px 12px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    background: #B0007B;
    color: #fff;
    font-size: 1.2em; }
    #case_org a:hover {
      background: #ba0082; }
    #case_org a:after {
      content: '';
      width: 5px;
      height: 5px;
      border: 1px solid;
      border-color: #fff #fff transparent transparent;
      transform: rotate(45deg);
      position: absolute;
      top: 40%;
      right: 12px; }

@media screen and (max-width: 950px) {
  #case_org li {
    width: 48%; }
  #case_org a {
    width: 100%;
    font-size: 1em; } }
#goal_1 h1 {
  background-image: none;
  margin-bottom: 15px; }
  #goal_1 h1 span {
    display: block; }
    #goal_1 h1 span:first-child {
      background-image: url(../common_img/h_border_sub.png);
      background-position: bottom;
      background-repeat: no-repeat;
      background-size: contain;
      padding-bottom: 10px;
      margin-bottom: 25px; }
    #goal_1 h1 span:last-child {
      font-size: 0.7em;
      padding-bottom: 5px;
      font-weight: normal;
      line-height: 1.2;
      letter-spacing: 0;
      border-bottom: 3px solid #e5243b;
      color: #000; }
#goal_1 h2 {
  border-top: 2px solid #e5243b;
  border-left: 0;
  border-bottom: 0;
  padding: 12px 0 0;
  margin: 0;
  font-weight: normal;
  font-size: 1.1em; }
#goal_1 ul.c_links {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  #goal_1 ul.c_links li {
    background: rgba(229, 36, 59, 0.15);
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px; }
    #goal_1 ul.c_links li a {
      position: relative;
      display: inline-block;
      padding: 5px 30px 5px 15px;
      line-height: 1.0; }
      #goal_1 ul.c_links li a:after {
        content: '';
        width: 10px;
        height: 10px;
        border: 1px solid;
        border-color: transparent transparent #326ba2 #326ba2;
        transform: rotate(-45deg);
        position: absolute;
        top: 20%;
        right: -1px;
        margin-right: 15px;
        box-sizing: border-box; }

#goal_2 h1 {
  background-image: none;
  margin-bottom: 15px; }
  #goal_2 h1 span {
    display: block; }
    #goal_2 h1 span:first-child {
      background-image: url(../common_img/h_border_sub.png);
      background-position: bottom;
      background-repeat: no-repeat;
      background-size: contain;
      padding-bottom: 10px;
      margin-bottom: 25px; }
    #goal_2 h1 span:last-child {
      font-size: 0.7em;
      padding-bottom: 5px;
      font-weight: normal;
      line-height: 1.2;
      letter-spacing: 0;
      border-bottom: 3px solid #dda63a;
      color: #000; }
#goal_2 h2 {
  border-top: 2px solid #dda63a;
  border-left: 0;
  border-bottom: 0;
  padding: 12px 0 0;
  margin: 0;
  font-weight: normal;
  font-size: 1.1em; }
#goal_2 ul.c_links {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  #goal_2 ul.c_links li {
    background: rgba(221, 166, 58, 0.15);
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px; }
    #goal_2 ul.c_links li a {
      position: relative;
      display: inline-block;
      padding: 5px 30px 5px 15px;
      line-height: 1.0; }
      #goal_2 ul.c_links li a:after {
        content: '';
        width: 10px;
        height: 10px;
        border: 1px solid;
        border-color: transparent transparent #326ba2 #326ba2;
        transform: rotate(-45deg);
        position: absolute;
        top: 20%;
        right: -1px;
        margin-right: 15px;
        box-sizing: border-box; }

#goal_3 h1 {
  background-image: none;
  margin-bottom: 15px; }
  #goal_3 h1 span {
    display: block; }
    #goal_3 h1 span:first-child {
      background-image: url(../common_img/h_border_sub.png);
      background-position: bottom;
      background-repeat: no-repeat;
      background-size: contain;
      padding-bottom: 10px;
      margin-bottom: 25px; }
    #goal_3 h1 span:last-child {
      font-size: 0.7em;
      padding-bottom: 5px;
      font-weight: normal;
      line-height: 1.2;
      letter-spacing: 0;
      border-bottom: 3px solid #4c9f38;
      color: #000; }
#goal_3 h2 {
  border-top: 2px solid #4c9f38;
  border-left: 0;
  border-bottom: 0;
  padding: 12px 0 0;
  margin: 0;
  font-weight: normal;
  font-size: 1.1em; }
#goal_3 ul.c_links {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  #goal_3 ul.c_links li {
    background: rgba(76, 159, 56, 0.15);
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px; }
    #goal_3 ul.c_links li a {
      position: relative;
      display: inline-block;
      padding: 5px 30px 5px 15px;
      line-height: 1.0; }
      #goal_3 ul.c_links li a:after {
        content: '';
        width: 10px;
        height: 10px;
        border: 1px solid;
        border-color: transparent transparent #326ba2 #326ba2;
        transform: rotate(-45deg);
        position: absolute;
        top: 20%;
        right: -1px;
        margin-right: 15px;
        box-sizing: border-box; }

#goal_4 h1 {
  background-image: none;
  margin-bottom: 15px; }
  #goal_4 h1 span {
    display: block; }
    #goal_4 h1 span:first-child {
      background-image: url(../common_img/h_border_sub.png);
      background-position: bottom;
      background-repeat: no-repeat;
      background-size: contain;
      padding-bottom: 10px;
      margin-bottom: 25px; }
    #goal_4 h1 span:last-child {
      font-size: 0.7em;
      padding-bottom: 5px;
      font-weight: normal;
      line-height: 1.2;
      letter-spacing: 0;
      border-bottom: 3px solid #c5192d;
      color: #000; }
#goal_4 h2 {
  border-top: 2px solid #c5192d;
  border-left: 0;
  border-bottom: 0;
  padding: 12px 0 0;
  margin: 0;
  font-weight: normal;
  font-size: 1.1em; }
#goal_4 ul.c_links {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  #goal_4 ul.c_links li {
    background: rgba(197, 25, 45, 0.15);
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px; }
    #goal_4 ul.c_links li a {
      position: relative;
      display: inline-block;
      padding: 5px 30px 5px 15px;
      line-height: 1.0; }
      #goal_4 ul.c_links li a:after {
        content: '';
        width: 10px;
        height: 10px;
        border: 1px solid;
        border-color: transparent transparent #326ba2 #326ba2;
        transform: rotate(-45deg);
        position: absolute;
        top: 20%;
        right: -1px;
        margin-right: 15px;
        box-sizing: border-box; }

#goal_5 h1 {
  background-image: none;
  margin-bottom: 15px; }
  #goal_5 h1 span {
    display: block; }
    #goal_5 h1 span:first-child {
      background-image: url(../common_img/h_border_sub.png);
      background-position: bottom;
      background-repeat: no-repeat;
      background-size: contain;
      padding-bottom: 10px;
      margin-bottom: 25px; }
    #goal_5 h1 span:last-child {
      font-size: 0.7em;
      padding-bottom: 5px;
      font-weight: normal;
      line-height: 1.2;
      letter-spacing: 0;
      border-bottom: 3px solid #ff3a21;
      color: #000; }
#goal_5 h2 {
  border-top: 2px solid #ff3a21;
  border-left: 0;
  border-bottom: 0;
  padding: 12px 0 0;
  margin: 0;
  font-weight: normal;
  font-size: 1.1em; }
#goal_5 ul.c_links {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  #goal_5 ul.c_links li {
    background: rgba(255, 58, 33, 0.15);
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px; }
    #goal_5 ul.c_links li a {
      position: relative;
      display: inline-block;
      padding: 5px 30px 5px 15px;
      line-height: 1.0; }
      #goal_5 ul.c_links li a:after {
        content: '';
        width: 10px;
        height: 10px;
        border: 1px solid;
        border-color: transparent transparent #326ba2 #326ba2;
        transform: rotate(-45deg);
        position: absolute;
        top: 20%;
        right: -1px;
        margin-right: 15px;
        box-sizing: border-box; }

#goal_6 h1 {
  background-image: none;
  margin-bottom: 15px; }
  #goal_6 h1 span {
    display: block; }
    #goal_6 h1 span:first-child {
      background-image: url(../common_img/h_border_sub.png);
      background-position: bottom;
      background-repeat: no-repeat;
      background-size: contain;
      padding-bottom: 10px;
      margin-bottom: 25px; }
    #goal_6 h1 span:last-child {
      font-size: 0.7em;
      padding-bottom: 5px;
      font-weight: normal;
      line-height: 1.2;
      letter-spacing: 0;
      border-bottom: 3px solid #26bde2;
      color: #000; }
#goal_6 h2 {
  border-top: 2px solid #26bde2;
  border-left: 0;
  border-bottom: 0;
  padding: 12px 0 0;
  margin: 0;
  font-weight: normal;
  font-size: 1.1em; }
#goal_6 ul.c_links {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  #goal_6 ul.c_links li {
    background: rgba(38, 189, 226, 0.15);
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px; }
    #goal_6 ul.c_links li a {
      position: relative;
      display: inline-block;
      padding: 5px 30px 5px 15px;
      line-height: 1.0; }
      #goal_6 ul.c_links li a:after {
        content: '';
        width: 10px;
        height: 10px;
        border: 1px solid;
        border-color: transparent transparent #326ba2 #326ba2;
        transform: rotate(-45deg);
        position: absolute;
        top: 20%;
        right: -1px;
        margin-right: 15px;
        box-sizing: border-box; }

#goal_7 h1 {
  background-image: none;
  margin-bottom: 15px; }
  #goal_7 h1 span {
    display: block; }
    #goal_7 h1 span:first-child {
      background-image: url(../common_img/h_border_sub.png);
      background-position: bottom;
      background-repeat: no-repeat;
      background-size: contain;
      padding-bottom: 10px;
      margin-bottom: 25px; }
    #goal_7 h1 span:last-child {
      font-size: 0.7em;
      padding-bottom: 5px;
      font-weight: normal;
      line-height: 1.2;
      letter-spacing: 0;
      border-bottom: 3px solid #fcc30b;
      color: #000; }
#goal_7 h2 {
  border-top: 2px solid #fcc30b;
  border-left: 0;
  border-bottom: 0;
  padding: 12px 0 0;
  margin: 0;
  font-weight: normal;
  font-size: 1.1em; }
#goal_7 ul.c_links {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  #goal_7 ul.c_links li {
    background: rgba(252, 195, 11, 0.15);
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px; }
    #goal_7 ul.c_links li a {
      position: relative;
      display: inline-block;
      padding: 5px 30px 5px 15px;
      line-height: 1.0; }
      #goal_7 ul.c_links li a:after {
        content: '';
        width: 10px;
        height: 10px;
        border: 1px solid;
        border-color: transparent transparent #326ba2 #326ba2;
        transform: rotate(-45deg);
        position: absolute;
        top: 20%;
        right: -1px;
        margin-right: 15px;
        box-sizing: border-box; }

#goal_8 h1 {
  background-image: none;
  margin-bottom: 15px; }
  #goal_8 h1 span {
    display: block; }
    #goal_8 h1 span:first-child {
      background-image: url(../common_img/h_border_sub.png);
      background-position: bottom;
      background-repeat: no-repeat;
      background-size: contain;
      padding-bottom: 10px;
      margin-bottom: 25px; }
    #goal_8 h1 span:last-child {
      font-size: 0.7em;
      padding-bottom: 5px;
      font-weight: normal;
      line-height: 1.2;
      letter-spacing: 0;
      border-bottom: 3px solid #a21942;
      color: #000; }
#goal_8 h2 {
  border-top: 2px solid #a21942;
  border-left: 0;
  border-bottom: 0;
  padding: 12px 0 0;
  margin: 0;
  font-weight: normal;
  font-size: 1.1em; }
#goal_8 ul.c_links {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  #goal_8 ul.c_links li {
    background: rgba(162, 25, 66, 0.15);
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px; }
    #goal_8 ul.c_links li a {
      position: relative;
      display: inline-block;
      padding: 5px 30px 5px 15px;
      line-height: 1.0; }
      #goal_8 ul.c_links li a:after {
        content: '';
        width: 10px;
        height: 10px;
        border: 1px solid;
        border-color: transparent transparent #326ba2 #326ba2;
        transform: rotate(-45deg);
        position: absolute;
        top: 20%;
        right: -1px;
        margin-right: 15px;
        box-sizing: border-box; }

#goal_9 h1 {
  background-image: none;
  margin-bottom: 15px; }
  #goal_9 h1 span {
    display: block; }
    #goal_9 h1 span:first-child {
      background-image: url(../common_img/h_border_sub.png);
      background-position: bottom;
      background-repeat: no-repeat;
      background-size: contain;
      padding-bottom: 10px;
      margin-bottom: 25px; }
    #goal_9 h1 span:last-child {
      font-size: 0.7em;
      padding-bottom: 5px;
      font-weight: normal;
      line-height: 1.2;
      letter-spacing: 0;
      border-bottom: 3px solid #fd6925;
      color: #000; }
#goal_9 h2 {
  border-top: 2px solid #fd6925;
  border-left: 0;
  border-bottom: 0;
  padding: 12px 0 0;
  margin: 0;
  font-weight: normal;
  font-size: 1.1em; }
#goal_9 ul.c_links {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  #goal_9 ul.c_links li {
    background: rgba(253, 105, 37, 0.15);
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px; }
    #goal_9 ul.c_links li a {
      position: relative;
      display: inline-block;
      padding: 5px 30px 5px 15px;
      line-height: 1.0; }
      #goal_9 ul.c_links li a:after {
        content: '';
        width: 10px;
        height: 10px;
        border: 1px solid;
        border-color: transparent transparent #326ba2 #326ba2;
        transform: rotate(-45deg);
        position: absolute;
        top: 20%;
        right: -1px;
        margin-right: 15px;
        box-sizing: border-box; }

#goal_10 h1 {
  background-image: none;
  margin-bottom: 15px; }
  #goal_10 h1 span {
    display: block; }
    #goal_10 h1 span:first-child {
      background-image: url(../common_img/h_border_sub.png);
      background-position: bottom;
      background-repeat: no-repeat;
      background-size: contain;
      padding-bottom: 10px;
      margin-bottom: 25px; }
    #goal_10 h1 span:last-child {
      font-size: 0.7em;
      padding-bottom: 5px;
      font-weight: normal;
      line-height: 1.2;
      letter-spacing: 0;
      border-bottom: 3px solid #dd1367;
      color: #000; }
#goal_10 h2 {
  border-top: 2px solid #dd1367;
  border-left: 0;
  border-bottom: 0;
  padding: 12px 0 0;
  margin: 0;
  font-weight: normal;
  font-size: 1.1em; }
#goal_10 ul.c_links {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  #goal_10 ul.c_links li {
    background: rgba(221, 19, 103, 0.15);
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px; }
    #goal_10 ul.c_links li a {
      position: relative;
      display: inline-block;
      padding: 5px 30px 5px 15px;
      line-height: 1.0; }
      #goal_10 ul.c_links li a:after {
        content: '';
        width: 10px;
        height: 10px;
        border: 1px solid;
        border-color: transparent transparent #326ba2 #326ba2;
        transform: rotate(-45deg);
        position: absolute;
        top: 20%;
        right: -1px;
        margin-right: 15px;
        box-sizing: border-box; }

#goal_11 h1 {
  background-image: none;
  margin-bottom: 15px; }
  #goal_11 h1 span {
    display: block; }
    #goal_11 h1 span:first-child {
      background-image: url(../common_img/h_border_sub.png);
      background-position: bottom;
      background-repeat: no-repeat;
      background-size: contain;
      padding-bottom: 10px;
      margin-bottom: 25px; }
    #goal_11 h1 span:last-child {
      font-size: 0.7em;
      padding-bottom: 5px;
      font-weight: normal;
      line-height: 1.2;
      letter-spacing: 0;
      border-bottom: 3px solid #fd9d24;
      color: #000; }
#goal_11 h2 {
  border-top: 2px solid #fd9d24;
  border-left: 0;
  border-bottom: 0;
  padding: 12px 0 0;
  margin: 0;
  font-weight: normal;
  font-size: 1.1em; }
#goal_11 ul.c_links {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  #goal_11 ul.c_links li {
    background: rgba(253, 157, 36, 0.15);
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px; }
    #goal_11 ul.c_links li a {
      position: relative;
      display: inline-block;
      padding: 5px 30px 5px 15px;
      line-height: 1.0; }
      #goal_11 ul.c_links li a:after {
        content: '';
        width: 10px;
        height: 10px;
        border: 1px solid;
        border-color: transparent transparent #326ba2 #326ba2;
        transform: rotate(-45deg);
        position: absolute;
        top: 20%;
        right: -1px;
        margin-right: 15px;
        box-sizing: border-box; }

#goal_12 h1 {
  background-image: none;
  margin-bottom: 15px; }
  #goal_12 h1 span {
    display: block; }
    #goal_12 h1 span:first-child {
      background-image: url(../common_img/h_border_sub.png);
      background-position: bottom;
      background-repeat: no-repeat;
      background-size: contain;
      padding-bottom: 10px;
      margin-bottom: 25px; }
    #goal_12 h1 span:last-child {
      font-size: 0.7em;
      padding-bottom: 5px;
      font-weight: normal;
      line-height: 1.2;
      letter-spacing: 0;
      border-bottom: 3px solid #bf8b2e;
      color: #000; }
#goal_12 h2 {
  border-top: 2px solid #bf8b2e;
  border-left: 0;
  border-bottom: 0;
  padding: 12px 0 0;
  margin: 0;
  font-weight: normal;
  font-size: 1.1em; }
#goal_12 ul.c_links {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  #goal_12 ul.c_links li {
    background: rgba(191, 139, 46, 0.15);
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px; }
    #goal_12 ul.c_links li a {
      position: relative;
      display: inline-block;
      padding: 5px 30px 5px 15px;
      line-height: 1.0; }
      #goal_12 ul.c_links li a:after {
        content: '';
        width: 10px;
        height: 10px;
        border: 1px solid;
        border-color: transparent transparent #326ba2 #326ba2;
        transform: rotate(-45deg);
        position: absolute;
        top: 20%;
        right: -1px;
        margin-right: 15px;
        box-sizing: border-box; }

#goal_13 h1 {
  background-image: none;
  margin-bottom: 15px; }
  #goal_13 h1 span {
    display: block; }
    #goal_13 h1 span:first-child {
      background-image: url(../common_img/h_border_sub.png);
      background-position: bottom;
      background-repeat: no-repeat;
      background-size: contain;
      padding-bottom: 10px;
      margin-bottom: 25px; }
    #goal_13 h1 span:last-child {
      font-size: 0.7em;
      padding-bottom: 5px;
      font-weight: normal;
      line-height: 1.2;
      letter-spacing: 0;
      border-bottom: 3px solid #3f7e44;
      color: #000; }
#goal_13 h2 {
  border-top: 2px solid #3f7e44;
  border-left: 0;
  border-bottom: 0;
  padding: 12px 0 0;
  margin: 0;
  font-weight: normal;
  font-size: 1.1em; }
#goal_13 ul.c_links {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  #goal_13 ul.c_links li {
    background: rgba(63, 126, 68, 0.15);
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px; }
    #goal_13 ul.c_links li a {
      position: relative;
      display: inline-block;
      padding: 5px 30px 5px 15px;
      line-height: 1.0; }
      #goal_13 ul.c_links li a:after {
        content: '';
        width: 10px;
        height: 10px;
        border: 1px solid;
        border-color: transparent transparent #326ba2 #326ba2;
        transform: rotate(-45deg);
        position: absolute;
        top: 20%;
        right: -1px;
        margin-right: 15px;
        box-sizing: border-box; }

#goal_14 h1 {
  background-image: none;
  margin-bottom: 15px; }
  #goal_14 h1 span {
    display: block; }
    #goal_14 h1 span:first-child {
      background-image: url(../common_img/h_border_sub.png);
      background-position: bottom;
      background-repeat: no-repeat;
      background-size: contain;
      padding-bottom: 10px;
      margin-bottom: 25px; }
    #goal_14 h1 span:last-child {
      font-size: 0.7em;
      padding-bottom: 5px;
      font-weight: normal;
      line-height: 1.2;
      letter-spacing: 0;
      border-bottom: 3px solid #0a97d9;
      color: #000; }
#goal_14 h2 {
  border-top: 2px solid #0a97d9;
  border-left: 0;
  border-bottom: 0;
  padding: 12px 0 0;
  margin: 0;
  font-weight: normal;
  font-size: 1.1em; }
#goal_14 ul.c_links {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  #goal_14 ul.c_links li {
    background: rgba(10, 151, 217, 0.15);
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px; }
    #goal_14 ul.c_links li a {
      position: relative;
      display: inline-block;
      padding: 5px 30px 5px 15px;
      line-height: 1.0; }
      #goal_14 ul.c_links li a:after {
        content: '';
        width: 10px;
        height: 10px;
        border: 1px solid;
        border-color: transparent transparent #326ba2 #326ba2;
        transform: rotate(-45deg);
        position: absolute;
        top: 20%;
        right: -1px;
        margin-right: 15px;
        box-sizing: border-box; }

#goal_15 h1 {
  background-image: none;
  margin-bottom: 15px; }
  #goal_15 h1 span {
    display: block; }
    #goal_15 h1 span:first-child {
      background-image: url(../common_img/h_border_sub.png);
      background-position: bottom;
      background-repeat: no-repeat;
      background-size: contain;
      padding-bottom: 10px;
      margin-bottom: 25px; }
    #goal_15 h1 span:last-child {
      font-size: 0.7em;
      padding-bottom: 5px;
      font-weight: normal;
      line-height: 1.2;
      letter-spacing: 0;
      border-bottom: 3px solid #56c02b;
      color: #000; }
#goal_15 h2 {
  border-top: 2px solid #56c02b;
  border-left: 0;
  border-bottom: 0;
  padding: 12px 0 0;
  margin: 0;
  font-weight: normal;
  font-size: 1.1em; }
#goal_15 ul.c_links {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  #goal_15 ul.c_links li {
    background: rgba(86, 192, 43, 0.15);
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px; }
    #goal_15 ul.c_links li a {
      position: relative;
      display: inline-block;
      padding: 5px 30px 5px 15px;
      line-height: 1.0; }
      #goal_15 ul.c_links li a:after {
        content: '';
        width: 10px;
        height: 10px;
        border: 1px solid;
        border-color: transparent transparent #326ba2 #326ba2;
        transform: rotate(-45deg);
        position: absolute;
        top: 20%;
        right: -1px;
        margin-right: 15px;
        box-sizing: border-box; }

#goal_16 h1 {
  background-image: none;
  margin-bottom: 15px; }
  #goal_16 h1 span {
    display: block; }
    #goal_16 h1 span:first-child {
      background-image: url(../common_img/h_border_sub.png);
      background-position: bottom;
      background-repeat: no-repeat;
      background-size: contain;
      padding-bottom: 10px;
      margin-bottom: 25px; }
    #goal_16 h1 span:last-child {
      font-size: 0.7em;
      padding-bottom: 5px;
      font-weight: normal;
      line-height: 1.2;
      letter-spacing: 0;
      border-bottom: 3px solid #00689d;
      color: #000; }
#goal_16 h2 {
  border-top: 2px solid #00689d;
  border-left: 0;
  border-bottom: 0;
  padding: 12px 0 0;
  margin: 0;
  font-weight: normal;
  font-size: 1.1em; }
#goal_16 ul.c_links {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  #goal_16 ul.c_links li {
    background: rgba(0, 104, 157, 0.15);
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px; }
    #goal_16 ul.c_links li a {
      position: relative;
      display: inline-block;
      padding: 5px 30px 5px 15px;
      line-height: 1.0; }
      #goal_16 ul.c_links li a:after {
        content: '';
        width: 10px;
        height: 10px;
        border: 1px solid;
        border-color: transparent transparent #326ba2 #326ba2;
        transform: rotate(-45deg);
        position: absolute;
        top: 20%;
        right: -1px;
        margin-right: 15px;
        box-sizing: border-box; }

#goal_17 h1 {
  background-image: none;
  margin-bottom: 15px; }
  #goal_17 h1 span {
    display: block; }
    #goal_17 h1 span:first-child {
      background-image: url(../common_img/h_border_sub.png);
      background-position: bottom;
      background-repeat: no-repeat;
      background-size: contain;
      padding-bottom: 10px;
      margin-bottom: 25px; }
    #goal_17 h1 span:last-child {
      font-size: 0.7em;
      padding-bottom: 5px;
      font-weight: normal;
      line-height: 1.2;
      letter-spacing: 0;
      border-bottom: 3px solid #19486a;
      color: #000; }
#goal_17 h2 {
  border-top: 2px solid #19486a;
  border-left: 0;
  border-bottom: 0;
  padding: 12px 0 0;
  margin: 0;
  font-weight: normal;
  font-size: 1.1em; }
#goal_17 ul.c_links {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  #goal_17 ul.c_links li {
    background: rgba(25, 72, 106, 0.15);
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px; }
    #goal_17 ul.c_links li a {
      position: relative;
      display: inline-block;
      padding: 5px 30px 5px 15px;
      line-height: 1.0; }
      #goal_17 ul.c_links li a:after {
        content: '';
        width: 10px;
        height: 10px;
        border: 1px solid;
        border-color: transparent transparent #326ba2 #326ba2;
        transform: rotate(-45deg);
        position: absolute;
        top: 20%;
        right: -1px;
        margin-right: 15px;
        box-sizing: border-box; }

#goal_org h1 {
  background-image: none;
  margin-bottom: 15px; }
  #goal_org h1 span {
    display: block; }
    #goal_org h1 span:first-child {
      background-image: url(../common_img/h_border_sub.png);
      background-position: bottom;
      background-repeat: no-repeat;
      background-size: contain;
      padding-bottom: 10px;
      margin-bottom: 25px; }
    #goal_org h1 span:last-child {
      font-size: 0.7em;
      padding-bottom: 5px;
      font-weight: normal;
      line-height: 1.2;
      letter-spacing: 0;
      border-bottom: 3px solid #00a0e9;
      color: #000; }
#goal_org h2 {
  border-top: 2px solid #00a0e9;
  border-left: 0;
  border-bottom: 0;
  padding: 12px 0 0;
  margin: 0;
  font-weight: normal;
  font-size: 1.1em; }
#goal_org ul.c_links {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  #goal_org ul.c_links li {
    background: rgba(0, 160, 233, 0.15);
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px; }
    #goal_org ul.c_links li a {
      position: relative;
      display: inline-block;
      padding: 5px 30px 5px 15px;
      line-height: 1.0; }
      #goal_org ul.c_links li a:after {
        content: '';
        width: 10px;
        height: 10px;
        border: 1px solid;
        border-color: transparent transparent #326ba2 #326ba2;
        transform: rotate(-45deg);
        position: absolute;
        top: 20%;
        right: -1px;
        margin-right: 15px;
        box-sizing: border-box; }

.kana_line {
  margin-top: 40px; }
  .kana_line ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-top: 10px;
    margin-bottom: 0; }
  .kana_line li {
    border-top: 1px dotted #999;
    padding: 7px; }
    .kana_line li:last-child {
      border-bottom: 1px dotted #999; }
    .kana_line li ul {
      margin: 7px 0 0 20px; }
    .kana_line li li {
      border-top: 1px dotted #ccc; }
      .kana_line li li:last-child {
        border-bottom: 0;
        padding-bottom: 0; }
  .kana_line a {
    display: inline-block;
    padding-left: 17px;
    position: relative; }
    .kana_line a:before {
      content: '';
      width: 7px;
      height: 7px;
      border: 1px solid;
      border-color: #326ba2 #326ba2 transparent transparent;
      transform: rotate(45deg);
      position: absolute;
      top: 0.5em;
      left: 0; }

@media screen and (max-width: 950px) {
  #case_main h1 {
    margin-bottom: 0px; }
    #case_main h1 span {
      margin-bottom: 15px !important; }
      #case_main h1 span:last-child {
        font-size: 0.9em; }
  #case_main ul.c_links {
    font-size: 0.8em; }
    #case_main ul.c_links li a:after {
      top: 10%; }
  #case_main .kana_line {
    margin-top: 20px; } }
.logo_jcs_index img {
  vertical-align: middle;
  height: 60px; }

@media screen and (max-width: 950px) {
  .logo_jcs_index {
    display: flex; }
    .logo_jcs_index img {
      width: 100%;
      height: auto; }
    .logo_jcs_index span {
      display: block; }
      .logo_jcs_index span:first-child {
        margin-right: 10px; } }
/* case/loco.html */
.logo_jcs {
  text-align: right; }
  .logo_jcs img {
    width: 150px; }

@media screen and (max-width: 950px) {
  .logo_jcs {
    text-align: center; }
    .logo_jcs img {
      width: 200px; } }
/* Smart Phone */
.sp_only, #sp_menu {
  display: none !important; }

@media screen and (max-width: 950px) {
  /*body{
  	font-size: 0.9em;
  }*/
  img {
    max-width: 100%; }

  .sp_only, #sp_menu {
    display: block !important; }

  .pc_only {
    display: none !important; }

  #sp_menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
  #sp_menu li {
    background: #fedef4;
    box-sizing: border-box;
    width: 50%;
    border-bottom: 1px solid #fff; }
    #sp_menu li:nth-child(2n+1) {
      border-right: 1px solid #fff; }
  #sp_menu a {
    color: #000;
    display: block;
    padding: 7px 12px;
    position: relative; }
    #sp_menu a:after {
      width: 8px;
      height: 8px;
      content: "";
      border: solid #f00;
      border-width: 1px 1px 0 0;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      display: block;
      position: absolute;
      top: calc(50% + 4px);
      right: 10px;
      margin-top: -8px; }
  #sp_menu li:nth-child(3) a {
    padding-top: calc(7px + 0.5em); }

  #about #sp_menu li:nth-child(1) {
    background: #fff2fb; }
    #about #sp_menu li:nth-child(1):hover {
      background: #fee8f7; }

  #effort #sp_menu li:nth-child(2) {
    background: #fff2fb; }
    #effort #sp_menu li:nth-child(2):hover {
      background: #fee8f7; }

  #case #sp_menu li:nth-child(3) {
    background: #fff2fb; }
    #case #sp_menu li:nth-child(3):hover {
      background: #fee8f7; }

  #award #sp_menu li:nth-child(4) {
    background: #fff2fb; }
    #award #sp_menu li:nth-child(4):hover {
      background: #fee8f7; } }
