header#index div#top {
  background-color: #70B911;
}

@media screen and (max-width: 767px) {
  header#index div#top {
    text-align: right;
    vertical-align: middle;
  }
}

header#index #link_wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 12px;
}

@media screen and (max-width: 999px) {
  header#index #link_wrp {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  header#index #link_wrp {
    width: 100%;
    padding-bottom: 0;
  }
}

header#index #link_wrp a {
  display: block;
  width: 140px;
  padding: 8px 0;
  margin-left: 10px;
  background-color: #FFF;
  border-radius: 0 0 5px 5px / 0 0 5px 5px;
  color: #70B911;
  text-decoration: none;
  text-align: center;
  font-size: 120%;
}

@media screen and (max-width: 767px) {
  header#index #link_wrp a {
    width: auto;
    padding: 8px;
    background-color: #70B911;
    border-radius: 0;
    color: #FFF;
    font-size: 100%;
  }
  header#index #link_wrp a:after {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 8px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2285.039%22%20height%3D%22144.752%22%3E%3Cswitch%3E%3Cg%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M56.462%2072.346L2.311%20126.499C.821%20127.988%200%20129.976%200%20132.097s.821%204.109%202.311%205.599l4.746%204.743c1.488%201.492%203.479%202.313%205.599%202.313s4.108-.821%205.598-2.313L82.73%2077.964a7.863%207.863%200%200%200%202.31-5.615%207.855%207.855%200%200%200-2.31-5.624L18.313%202.314A7.852%207.852%200%200%200%2012.715%200a7.862%207.862%200%200%200-5.601%202.314L2.371%207.057c-3.086%203.087-3.086%208.111%200%2011.197l54.091%2054.092z%22%2F%3E%3C%2Fg%3E%3C%2Fswitch%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
  }
}

header#index #eng_link {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 12px;
}

@media screen and (max-width: 999px) {
  header#index #eng_link {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  header#index #eng_link {
    width: 100%;
    padding-bottom: 0;
  }
}

header#index a {
  display: block;
  width: 140px;
  margin: 0 0 0 auto;
  padding: 8px 0;
  background-color: #FFF;
  border-radius: 0 0 5px 5px / 0 0 5px 5px;
  color: #70B911;
  text-decoration: none;
  text-align: center;
  font-size: 120%;
}

@media screen and (max-width: 767px) {
  header#index a {
    display: inline-block;
    width: auto;
    padding: 8px;
    background-color: #70B911;
    border-radius: 0;
    color: #FFF;
  }
  header#index a:after {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 8px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2285.039%22%20height%3D%22144.752%22%3E%3Cswitch%3E%3Cg%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M56.462%2072.346L2.311%20126.499C.821%20127.988%200%20129.976%200%20132.097s.821%204.109%202.311%205.599l4.746%204.743c1.488%201.492%203.479%202.313%205.599%202.313s4.108-.821%205.598-2.313L82.73%2077.964a7.863%207.863%200%200%200%202.31-5.615%207.855%207.855%200%200%200-2.31-5.624L18.313%202.314A7.852%207.852%200%200%200%2012.715%200a7.862%207.862%200%200%200-5.601%202.314L2.371%207.057c-3.086%203.087-3.086%208.111%200%2011.197l54.091%2054.092z%22%2F%3E%3C%2Fg%3E%3C%2Fswitch%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
  }
}

header#index div#ttl {
  padding: 45px 0;
  background-image: url(../img/top/header_bg.png);
  background-repeat: repeat-x;
  background-position: bottom center;
}

@media screen and (max-width: 767px) {
  header#index div#ttl {
    padding: 5vw 0 10vw;
  }
}

header#index div#ttl #ttl_inner {
  position: relative;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  header#index div#ttl #ttl_inner {
    position: static;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  header#index div#ttl #g_name {
    visibility: hidden;
    height: 0;
  }
}

header#index div#ttl #g_name_sp {
  visibility: hidden;
  height: 0;
}

@media screen and (max-width: 767px) {
  header#index div#ttl #g_name_sp {
    display: block;
    visibility: visible;
    width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4vh;
  }
}

header#index div#ttl #logo {
  position: absolute;
  top: 50px;
  right: 0px;
}

@media screen and (max-width: 767px) {
  header#index div#ttl #logo {
    display: block;
    position: static;
    width: 30%;
    margin-left: auto;
    margin-right: auto;
  }
}

header#index div#sitemap_ttl {
  height: 170px;
  background-image: url(../img/sitemap_ttl_bg.png);
  background-repeat: repeat-x;
  background-position: bottom center;
}

@media screen and (max-width: 767px) {
  header#index div#sitemap_ttl {
    height: 100px;
    padding: 5vw 0 15vw;
  }
}

header#index div#sitemap_ttl #ttl_inner {
  position: relative;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  header#index div#sitemap_ttl #ttl_inner {
    position: static;
    width: 100%;
  }
}

header#index div#sitemap_ttl #ttl_inner #sitemap_g_name {
  position: absolute;
  top: 40px;
  left: 0;
  width: 50%;
}

@media screen and (max-width: 767px) {
  header#index div#sitemap_ttl #ttl_inner #sitemap_g_name {
    position: static;
    display: block;
    width: 90%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}

header#index div#sitemap_ttl #ttl_inner #sitemap_ttl_txt {
  position: absolute;
  top: 40px;
  right: 0;
  font-size: 3rem;
}

@media screen and (max-width: 767px) {
  header#index div#sitemap_ttl #ttl_inner #sitemap_ttl_txt {
    position: static;
    margin-top: 20px;
    text-align: center;
  }
}

#index_btn_wrp {
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

#index_btn {
  width: 100%;
}

#index_btn:after {
  content: " ";
  display: block;
  clear: both;
}

#index_btn #goto_general {
  display: table;
  width: 48%;
  height: 60px;
  float: left;
  background-image: url("../img/top/btn_ippan.png");
  border-radius: 10px;
  border: #FF9933;
}

#index_btn #goto_general a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 170%;
  text-decoration: none;
  color: #FFF;
}

@media screen and (max-width: 767px) {
  #index_btn #goto_general {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

#index_btn #goto_general span {
  display: table-cell;
  width: 480px;
}

#index_btn #goto_general span:before {
  display: inline-block;
  width: 50px;
  height: 25px;
  margin-left: -20px;
  vertical-align: middle;
  content: '';
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22174.783%22%20height%3D%22144.751%22%3E%3Cswitch%3E%3Cg%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M56.462%2072.346L2.312%20126.5A7.85%207.85%200%200%200%200%20132.097c0%202.121.821%204.109%202.312%205.6l4.746%204.742c1.487%201.492%203.479%202.313%205.599%202.313s4.108-.82%205.598-2.313L82.73%2077.964a7.863%207.863%200%200%200%202.31-5.615%207.855%207.855%200%200%200-2.31-5.624L18.313%202.314C16.823.821%2014.835%200%2012.715%200S8.607.821%207.114%202.314L2.371%207.057c-3.086%203.087-3.086%208.111%200%2011.197l54.091%2054.092zM146.205%2072.346L92.055%20126.5c-1.49%201.488-2.312%203.477-2.312%205.598s.821%204.109%202.312%205.6l4.746%204.742a7.852%207.852%200%200%200%205.599%202.313%207.85%207.85%200%200%200%205.598-2.313l64.477-64.475a7.863%207.863%200%200%200%202.31-5.615%207.855%207.855%200%200%200-2.31-5.624L108.057%202.314A7.852%207.852%200%200%200%20102.458%200c-2.12%200-4.107.821-5.601%202.314l-4.743%204.743c-3.086%203.087-3.086%208.111%200%2011.197l54.091%2054.092z%22%2F%3E%3C%2Fg%3E%3C%2Fswitch%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 25px;
}

@media screen and (max-width: 767px) {
  #index_btn #goto_general span:before {
    width: 0;
    height: 0;
    margin-left: 0;
    background: none;
    visibility: hidden;
  }
}

@media screen and (max-width: 767px) {
  #index_btn #goto_general span:after {
    display: inline-block;
    width: 30px;
    height: 25px;
    margin-left: 10px;
    margin-right: -30px;
    vertical-align: middle;
    content: '';
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22174.783%22%20height%3D%22144.751%22%3E%3Cswitch%3E%3Cg%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M56.462%2072.346L2.312%20126.5A7.85%207.85%200%200%200%200%20132.097c0%202.121.821%204.109%202.312%205.6l4.746%204.742c1.487%201.492%203.479%202.313%205.599%202.313s4.108-.82%205.598-2.313L82.73%2077.964a7.863%207.863%200%200%200%202.31-5.615%207.855%207.855%200%200%200-2.31-5.624L18.313%202.314C16.823.821%2014.835%200%2012.715%200S8.607.821%207.114%202.314L2.371%207.057c-3.086%203.087-3.086%208.111%200%2011.197l54.091%2054.092zM146.205%2072.346L92.055%20126.5c-1.49%201.488-2.312%203.477-2.312%205.598s.821%204.109%202.312%205.6l4.746%204.742a7.852%207.852%200%200%200%205.599%202.313%207.85%207.85%200%200%200%205.598-2.313l64.477-64.475a7.863%207.863%200%200%200%202.31-5.615%207.855%207.855%200%200%200-2.31-5.624L108.057%202.314A7.852%207.852%200%200%200%20102.458%200c-2.12%200-4.107.821-5.601%202.314l-4.743%204.743c-3.086%203.087-3.086%208.111%200%2011.197l54.091%2054.092z%22%2F%3E%3C%2Fg%3E%3C%2Fswitch%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: 23px;
    background-position: center top;
  }
}

#index_btn #goto_medical {
  display: table;
  width: 48%;
  height: 60px;
  float: right;
  background-image: url("../img/top/btn_med.png");
  border-radius: 10px;
  border: #24648A;
}

#index_btn #goto_medical a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 170%;
  text-decoration: none;
  color: #FFF;
}

@media screen and (max-width: 767px) {
  #index_btn #goto_medical {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2vh;
  }
}

#index_btn #goto_medical span {
  display: table-cell;
  width: 480px;
  vertical-align: middle;
}

#index_btn #goto_medical span:before {
  display: inline-block;
  width: 50px;
  height: 25px;
  margin-left: -20px;
  vertical-align: middle;
  content: '';
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22174.783%22%20height%3D%22144.751%22%3E%3Cswitch%3E%3Cg%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M56.462%2072.346L2.312%20126.5A7.85%207.85%200%200%200%200%20132.097c0%202.121.821%204.109%202.312%205.6l4.746%204.742c1.487%201.492%203.479%202.313%205.599%202.313s4.108-.82%205.598-2.313L82.73%2077.964a7.863%207.863%200%200%200%202.31-5.615%207.855%207.855%200%200%200-2.31-5.624L18.313%202.314C16.823.821%2014.835%200%2012.715%200S8.607.821%207.114%202.314L2.371%207.057c-3.086%203.087-3.086%208.111%200%2011.197l54.091%2054.092zM146.205%2072.346L92.055%20126.5c-1.49%201.488-2.312%203.477-2.312%205.598s.821%204.109%202.312%205.6l4.746%204.742a7.852%207.852%200%200%200%205.599%202.313%207.85%207.85%200%200%200%205.598-2.313l64.477-64.475a7.863%207.863%200%200%200%202.31-5.615%207.855%207.855%200%200%200-2.31-5.624L108.057%202.314A7.852%207.852%200%200%200%20102.458%200c-2.12%200-4.107.821-5.601%202.314l-4.743%204.743c-3.086%203.087-3.086%208.111%200%2011.197l54.091%2054.092z%22%2F%3E%3C%2Fg%3E%3C%2Fswitch%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 25px;
}

@media screen and (max-width: 767px) {
  #index_btn #goto_medical span:before {
    width: 0;
    height: 0;
    margin-left: 0;
    background: none;
    visibility: hidden;
  }
}

@media screen and (max-width: 767px) {
  #index_btn #goto_medical span:after {
    display: inline-block;
    width: 30px;
    height: 25px;
    margin-left: 10px;
    margin-right: -30px;
    vertical-align: middle;
    content: '';
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22174.783%22%20height%3D%22144.751%22%3E%3Cswitch%3E%3Cg%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M56.462%2072.346L2.312%20126.5A7.85%207.85%200%200%200%200%20132.097c0%202.121.821%204.109%202.312%205.6l4.746%204.742c1.487%201.492%203.479%202.313%205.599%202.313s4.108-.82%205.598-2.313L82.73%2077.964a7.863%207.863%200%200%200%202.31-5.615%207.855%207.855%200%200%200-2.31-5.624L18.313%202.314C16.823.821%2014.835%200%2012.715%200S8.607.821%207.114%202.314L2.371%207.057c-3.086%203.087-3.086%208.111%200%2011.197l54.091%2054.092zM146.205%2072.346L92.055%20126.5c-1.49%201.488-2.312%203.477-2.312%205.598s.821%204.109%202.312%205.6l4.746%204.742a7.852%207.852%200%200%200%205.599%202.313%207.85%207.85%200%200%200%205.598-2.313l64.477-64.475a7.863%207.863%200%200%200%202.31-5.615%207.855%207.855%200%200%200-2.31-5.624L108.057%202.314A7.852%207.852%200%200%200%20102.458%200c-2.12%200-4.107.821-5.601%202.314l-4.743%204.743c-3.086%203.087-3.086%208.111%200%2011.197l54.091%2054.092z%22%2F%3E%3C%2Fg%3E%3C%2Fswitch%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: 23px;
    background-position: center top;
  }
}

h2.index_news {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 90px;
  padding-bottom: 0.2em;
  border-bottom: 5px solid #70B911;
  font-size: 150%;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  h2.index_news {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 5vw;
  }
}

.index_news_wrp {
  width: 1000px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .index_news_wrp {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
}

.index_news_wrp dl {
  margin-top: 30px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .index_news_wrp dl {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #CCC;
  }
}

.index_news_wrp dl:after {
  content: " ";
  display: block;
  clear: both;
}

.index_news_wrp dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  width: auto;
}

@media screen and (max-width: 767px) {
  .index_news_wrp dl dt {
    float: none;
  }
}

.index_news_wrp dl dt .news_category_g,
.index_news_wrp dl dt .news_category_m {
  display: inline-block;
  min-width: 8em;
  margin-left: 1rem;
  padding: 3px;
  text-align: center;
  font-size: 1.2rem;
  color: #FFF;
}

.index_news_wrp dl dt .news_category_g {
  background-color: #FF9933;
}

.index_news_wrp dl dt .news_category_m {
  background-color: #5C85A9;
}

.index_news_wrp dl dd {
  float: left;
  margin-left: 20px;
  width: calc(100% - 300px);
}

@media screen and (max-width: 767px) {
  .index_news_wrp dl dd {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-top: 1rem;
  }
}

.index_news_wrp dl dd a {
  color: #666;
  text-decoration: none;
}

.index_news_wrp dl dd a.new::after {
  display: inline-block;
  width: 30px;
  height: 15px;
  margin-left: 5px;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22193.59%22%20height%3D%2294.871%22%20overflow%3D%22visible%22%3E%3Cswitch%3E%3Cg%3E%3Cpath%20fill%3D%22%23E52458%22%20d%3D%22M181.59%200H12C5.372%200%200%205.373%200%2012v70.871c0%206.627%205.372%2012%2012%2012h169.59c6.627%200%2012-5.373%2012-12V12c0-6.627-5.373-12-12-12zM60.164%2072.093h-9.93L30.208%2039.567v32.525h-9.185V22.778h9.625l20.331%2033.157V22.778h9.185v49.315zm47.984%200H70.704V22.778h36.526v8.337H80.666v10.951h24.729v8.337H80.666v13.353h27.482v8.337zm56.547%200h-10.758l-9.693-36.867-9.83%2036.867h-10.867L111.85%2022.778h10.238l7.389%2033.874%209.031-33.874h11.922l8.58%2034.446%207.535-34.446h10.021l-11.871%2049.315z%22%2F%3E%3C%2Fg%3E%3C%2Fswitch%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.index_news_wrp div#more {
  margin-top: 1em;
  text-align: right;
}

.index_news_wrp div#more a {
  display: inline-block;
  text-decoration: none;
  color: #666;
}

.index_news_wrp div#more:before {
  display: inline-block;
  content: "";
  width: 12px;
  height: 15px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2285.039%22%20height%3D%22144.752%22%3E%3Cswitch%3E%3Cg%3E%3Cpath%20fill%3D%22%2370B911%22%20d%3D%22M56.462%2072.346L2.311%20126.499C.821%20127.988%200%20129.976%200%20132.097s.821%204.109%202.311%205.599l4.746%204.743c1.488%201.492%203.479%202.313%205.599%202.313s4.108-.821%205.598-2.313L82.73%2077.964a7.863%207.863%200%200%200%202.31-5.615%207.855%207.855%200%200%200-2.31-5.624L18.313%202.314A7.852%207.852%200%200%200%2012.715%200a7.862%207.862%200%200%200-5.601%202.314L2.371%207.057c-3.086%203.087-3.086%208.111%200%2011.197l54.091%2054.092z%22%2F%3E%3C%2Fg%3E%3C%2Fswitch%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 7px;
  background-position: left center;
}

@media screen and (max-width: 767px) {
  .index_news_wrp div#more:before {
    visibility: hidden;
    width: 0;
    height: 0;
  }
}

@media screen and (max-width: 767px) {
  .index_news_wrp div#more {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .index_news_wrp div#more:after {
    display: inline-block;
    content: "";
    width: 12px;
    height: 15px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2285.039%22%20height%3D%22144.752%22%3E%3Cswitch%3E%3Cg%3E%3Cpath%20fill%3D%22%2370B911%22%20d%3D%22M56.462%2072.346L2.311%20126.499C.821%20127.988%200%20129.976%200%20132.097s.821%204.109%202.311%205.599l4.746%204.743c1.488%201.492%203.479%202.313%205.599%202.313s4.108-.821%205.598-2.313L82.73%2077.964a7.863%207.863%200%200%200%202.31-5.615%207.855%207.855%200%200%200-2.31-5.624L18.313%202.314A7.852%207.852%200%200%200%2012.715%200a7.862%207.862%200%200%200-5.601%202.314L2.371%207.057c-3.086%203.087-3.086%208.111%200%2011.197l54.091%2054.092z%22%2F%3E%3C%2Fg%3E%3C%2Fswitch%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: 7px;
    background-position: right center;
  }
}

#index_seminar {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: table;
}

@media screen and (max-width: 767px) {
  #index_seminar {
    width: 100%;
    display: block;
  }
}

#index_seminar a {
  width: 49%;
  display: table-cell;
  margin-top: 10px;
  margin-right: 2%;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #CCC;
  float: left;
  text-decoration: none;
  color: #666;
}

@media screen and (max-width: 767px) {
  #index_seminar a {
    display: block;
    width: 100%;
    margin: 0;
    padding: 1em 8vw 1em 0;
    border-top: none;
    border-left: none;
    border-right: none;
    float: none;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2285.039%22%20height%3D%22144.752%22%3E%3Cswitch%3E%3Cg%3E%3Cpath%20fill%3D%22%2370B911%22%20d%3D%22M56.462%2072.346L2.311%20126.499C.821%20127.988%200%20129.976%200%20132.097s.821%204.109%202.311%205.599l4.746%204.743c1.488%201.492%203.479%202.313%205.599%202.313s4.108-.821%205.598-2.313L82.73%2077.964a7.863%207.863%200%200%200%202.31-5.615%207.855%207.855%200%200%200-2.31-5.624L18.313%202.314A7.852%207.852%200%200%200%2012.715%200a7.862%207.862%200%200%200-5.601%202.314L2.371%207.057c-3.086%203.087-3.086%208.111%200%2011.197l54.091%2054.092z%22%2F%3E%3C%2Fg%3E%3C%2Fswitch%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: right 5vw center;
  }
}

#index_seminar a:nth-child(2n) {
  margin-right: 0;
}

#index_seminar dl {
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2285.039%22%20height%3D%22144.752%22%3E%3Cswitch%3E%3Cg%3E%3Cpath%20fill%3D%22%2370B911%22%20d%3D%22M56.462%2072.346L2.311%20126.499C.821%20127.988%200%20129.976%200%20132.097s.821%204.109%202.311%205.599l4.746%204.743c1.488%201.492%203.479%202.313%205.599%202.313s4.108-.821%205.598-2.313L82.73%2077.964a7.863%207.863%200%200%200%202.31-5.615%207.855%207.855%200%200%200-2.31-5.624L18.313%202.314A7.852%207.852%200%200%200%2012.715%200a7.862%207.862%200%200%200-5.601%202.314L2.371%207.057c-3.086%203.087-3.086%208.111%200%2011.197l54.091%2054.092z%22%2F%3E%3C%2Fg%3E%3C%2Fswitch%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: left top;
}

@media screen and (max-width: 767px) {
  #index_seminar dl {
    background: none;
  }
}

#index_seminar dl dt {
  font-size: 110%;
  line-height: 150%;
  font-weight: bold;
}

#index_seminar dl dd {
  margin-top: 1em;
  line-height: 150%;
}

@media screen and (max-width: 767px) {
  #index_seminar dl dd {
    margin-top: 0.3em;
  }
}

#index_seminar:after {
  content: " ";
  display: block;
  clear: both;
}

#sitemap_contents {
  width: 1000px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  #sitemap_contents {
    width: 100%;
    margin-top: 30px;
  }
}

#sitemap_contents #goto_home {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  #sitemap_contents #goto_home {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

#sitemap_contents #g_wrp {
  width: 490px;
  float: right;
  border-top: 6px solid #FF9933;
}

@media screen and (max-width: 767px) {
  #sitemap_contents #g_wrp {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
}

#sitemap_contents #m_wrp {
  width: 490px;
  float: left;
  border-top: 6px solid #24648A;
}

@media screen and (max-width: 767px) {
  #sitemap_contents #m_wrp {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
}

#sitemap_contents a {
  text-decoration: underline;
  color: #666 !important;
}

#sitemap_contents > div > dl {
  display: table;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 20px;
  margin-bottom: 20px;
}

#sitemap_contents > div > dl > dt {
  display: table-cell;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 215px;
  font-size: 3rem;
}

@media screen and (max-width: 767px) {
  #sitemap_contents > div > dl > dt {
    font-size: 2rem;
  }
}

#sitemap_contents > div > dl > dd {
  display: table-cell;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 275px;
}

@media screen and (max-width: 767px) {
  #sitemap_contents > div > dl > dd {
    font-size: 1.6rem;
  }
}

#sitemap_contents > div > dl > dd > ul > li {
  margin-bottom: 1.6rem;
}

#sitemap_contents > div > dl > dd > ul > li > ul {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 0.7rem;
  margin-left: 1.6rem;
  font-size: 1.6rem;
  line-height: 140%;
}

#sitemap_contents > div > dl > dd > ul > li > ul > li {
  margin-bottom: 0.8rem;
}

#sitemap_contents:after {
  content: " ";
  display: block;
  clear: both;
}
/*# sourceMappingURL=index.css.map */