@charset "UTF-8";
/*------------------------------------------------------------
	effect_common
------------------------------------------------------------*/
/*---- color ----*/
/*---- effect ----*/
.link_effect, header #head_wrap nav #head_navi li:hover, header #head_wrap nav #sub_navi .lang_btn:hover, #main_menu ul .menu .menu_inner li:hover {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.70;
  color: #FFF; }

.link_effect_2, #main_menu ul .menu .menu_inner .menu_imgbtn a:hover, footer #foot_btn ul li:hover, footer #sitemap_btn:hover {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  opacity: 0.85; }

.link_effect_w {
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none; }

.link_effect_w2 {
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none; }

.no_effect {
  -webkit-transition: 0;
  -moz-transition: 0;
  -o-transition: 0;
  transition: 0;
  text-decoration: none;
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  opacity: 1;
  color: inherit; }

.no_effect_2 {
  -webkit-transition: 0;
  -moz-transition: 0;
  -o-transition: 0;
  transition: 0;
  text-decoration: none;
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  opacity: 1; }

/*------------------------------------------------------------
	common
------------------------------------------------------------*/
html {
  min-width: 1000px;
  height: 100%; }

body {
  background-color: #FFF;
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 1000px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -ms-font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 350;
  color: #1d1d1d;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%; }

#wrap {
  position: relative;
  height: 100%;
  height: auto !important;
  min-height: 100%; }

@media only screen and (max-width: 767px) {
  html,
  body {
    min-width: inherit; }

  #wrap {
    height: 60px;
    padding-bottom: 1px; } }
/*---- common ----*/
a,
a:hover,
a img:hover {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  color: #00458d; }

a img:hover {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75; }

a:hover {
  text-decoration: underline; }

h6,
h5,
h4,
h3,
h2 {
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #00458d; }

@media only screen and (max-width: 767px) {
  h6,
  h5,
  h4,
  h3,
  h2 {
    letter-spacing: inherit; } }
/*---- reset ----*/
.r_sp_none {
  padding-right: 0 !important;
  margin-right: 0 !important; }

.l_sp_none {
  padding-left: 0 !important;
  margin-left: 0 !important; }

.top_sp_none {
  padding-top: 0 !important;
  margin-top: 0 !important; }

.bottom_sp_none {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important; }

.all_sp_none {
  padding: 0 !important;
  margin: 0 !important; }

.shadow_none {
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none; }

.bg_none {
  background: none !important; }

.line_none {
  border: none !important; }

.t_line_none {
  border-top: none !important; }

.l_line_none {
  border-left: none !important; }

.list_style_none li {
  list-style: none !important; }

.br_sp {
  display: none; }

@media only screen and (max-width: 767px) {
  .br_sp {
    display: inherit; }

  .br_pc {
    display: none; }

  .bottom_sp_none {
    margin-bottom: 18px !important; } }
/*---- float ----*/
.float_r {
  float: right !important; }

.float_l {
  float: left !important; }

/*---- text_align ----*/
.txt_l {
  text-align: left !important; }

.txt_r {
  text-align: right !important; }

.txt_center {
  text-align: center !important; }

/*---- text_size ----*/
.txt_small {
  font-size: 85%; }

.txt_big {
  font-size: 110%; }

/*---- color ----*/
.txt_red {
  color: #C61326; }

.txt_red_2 {
  color: #BF4626; }

.txt_b {
  font-weight: bold; }

/*---- icon ----*/
.pdf_icon {
  background: url(../img/common/pdf_icon.png) right center no-repeat;
  padding-right: 20px;
  margin-right: 4px; }

.excel_icon {
  background: url(../img/common/excel_icon.gif) right center no-repeat;
  padding-right: 20px;
  margin-right: 4px; }

.blank_icon {
  background: url(../img/common/blank_icon.png) right center no-repeat;
  padding-right: 20px;
  margin-right: 4px; }

.blank_w_icon {
  background: url(../img/common/blank_w_icon.png) right center no-repeat;
  padding-right: 20px;
  margin-right: 4px; }

/*------------------------------------------------------------
	common_header 
------------------------------------------------------------*/
header {
  background-color: #FFF;
  width: 100%;
  height: 78px;
  position: fixed;
  z-index: 8000; }
  header #head_wrap {
    width: 1000px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    header #head_wrap nav ul {
      display: flex;
      display: -webkit-flex;
      display: -ms-flexbox;
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
    header #head_wrap nav #head_navi {
      margin: 4px 0 6px; }
      header #head_wrap nav #head_navi li {
        margin: 0 4px 0 0;
        padding: 6px 20px 8px; }
        header #head_wrap nav #head_navi li a {
          background: url(../img/common/arrow_s_icon.png) left center no-repeat;
          padding-left: 10px;
          font-size: 0.86em;
          text-decoration: none; }
      header #head_wrap nav #head_navi .juken_btn {
        background-color: #f1bed5; }
      header #head_wrap nav #head_navi .zaigaku_btn {
        background-color: #c5e5b0; }
      header #head_wrap nav #head_navi .sotugyo_btn {
        background-color: #c2e1e2;
        margin-right: 0; }
    header #head_wrap nav #sub_navi li {
      margin-top: 6px;
      padding: 0 0 0 14px; }
      header #head_wrap nav #sub_navi li a {
        padding: 4px 28px 4px 0;
        margin-right: 14px;
        font-size: 0.9em; }
    header #head_wrap nav #sub_navi li:after {
      content: ' ';
      border-right: 1px dotted #00458d;
      height: 18px;
      display: block;
      float: right; }
    header #head_wrap nav #sub_navi .access_btn a {
      background: url(../img/common/access_icon.png) right center no-repeat;
      padding-right: 20px; }
    header #head_wrap nav #sub_navi .bus_btn a {
      background: url(../img/common/bus_icon.png) right center no-repeat; }
    header #head_wrap nav #sub_navi .search_btn {
      margin-top: 0; }
      header #head_wrap nav #sub_navi .search_btn p {
        background: url(../img/common/search_icon.png) right center no-repeat;
        padding: 6px 28px 6px 0;
        display: inline; }
    header #head_wrap nav #sub_navi .lang_btn {
      border-right: none;
      padding: 8px 0 8px 6px;
      margin: 0;
      font-size: 0.86em; }
      header #head_wrap nav #sub_navi .lang_btn a {
        background-color: #00458d;
        padding: 6px;
        margin-right: 0;
        font-family: 'Roboto', sans-serif;
        font-weight: 900;
        color: #FFF;
        text-decoration: none; }
    header #head_wrap nav #sub_navi .search_btn:after,
    header #head_wrap nav #sub_navi .lang_btn:after {
      display: none; }
    header #head_wrap #head_navi_sp {
      display: none; }
  @media only screen and (max-width: 767px) {
    header {
      height: 68px;
      position: fixed !important; }
      header #head_wrap {
        background-color: #FFF;
        width: 100%;
        border-bottom: 1px solid #00458d; }
        header #head_wrap nav ul {
          display: block; }
        header #head_wrap h1 {
          padding: 8px 4px 4px 4px; }
          header #head_wrap h1 img {
            height: 52px; }
        header #head_wrap #head_navi {
          display: none; }
        header #head_wrap #sub_navi {
          display: none; }
        header #head_wrap #head_navi_sp {
          display: block;
          width: 195px; }
          header #head_wrap #head_navi_sp li {
            min-height: 68px;
            float: left;
            border-left: 1px solid #ccc;
            /*---- menu_SP ----*/ }
            header #head_wrap #head_navi_sp li a {
              width: 64px;
              font-size: 0.64em;
              display: inline-block;
              text-align: center;
              padding: 44px 0 14px; }
            header #head_wrap #head_navi_sp li li {
              min-height: 0;
              float: none;
              padding: 0 4%; }
              header #head_wrap #head_navi_sp li li a {
                width: 100%;
                font-size: 0.9em;
                text-align: left;
                padding: 20px 0;
                margin-top: 0;
                color: #FFF; }
          header #head_wrap #head_navi_sp .access_btn_sp a {
            background: url(../img/common/access_icon.png) center 14px no-repeat; }
          header #head_wrap #head_navi_sp .bus_btn_sp a {
            background: url(../img/common/bus_icon.png) center 14px no-repeat; }
          header #head_wrap #head_navi_sp .menu_btn_sp p {
            padding-top: 14px;
            color: #00458d;
            font-size: 0.84em;
            vertical-align: middle; }
          header #head_wrap #head_navi_sp .menu_btn_sp #main_menu_sp {
            margin: 16px 4%; }
            header #head_wrap #head_navi_sp .menu_btn_sp #main_menu_sp li {
              border-left: none;
              border-bottom: 1px solid #657197; }
              header #head_wrap #head_navi_sp .menu_btn_sp #main_menu_sp li .ac_btn {
                padding: 20px 0;
                color: #FFF;
                cursor: pointer;
                font-size: 1em;
                position: relative;
                line-height: 1.3; }
              header #head_wrap #head_navi_sp .menu_btn_sp #main_menu_sp li .ac_btn:after {
                content: " ";
                background: url(../img/common/arrow_s_w2_icon.png) right center no-repeat;
                position: absolute;
                top: 11px;
                right: 13px;
                width: 16px;
                height: 24px;
                display: block;
                -moz-transform: rotate(-270deg);
                -webkit-transform: rotate(-270deg);
                -o-transform: rotate(-270deg);
                -ms-transform: rotate(-270deg); }
              header #head_wrap #head_navi_sp .menu_btn_sp #main_menu_sp li .ac_btn.active:after {
                content: " ";
                -moz-transform: rotate(-90deg);
                -webkit-transform: rotate(-90deg);
                -o-transform: rotate(-90deg);
                -ms-transform: rotate(-90deg); }
              header #head_wrap #head_navi_sp .menu_btn_sp #main_menu_sp li ul {
                margin-left: 4%;
                overflow: auto;
                -webkit-overflow-scrolling: touch; }
                header #head_wrap #head_navi_sp .menu_btn_sp #main_menu_sp li ul li {
                  padding-bottom: 12px;
                  border: none; }
                  header #head_wrap #head_navi_sp .menu_btn_sp #main_menu_sp li ul li a {
                    padding: 0;
                    color: #FFF;
                    font-size: 0.84em;
                    font-weight: 300;
                    line-height: 1.2; }
                    header #head_wrap #head_navi_sp .menu_btn_sp #main_menu_sp li ul li a span {
                      font-weight: 300; }
              header #head_wrap #head_navi_sp .menu_btn_sp #main_menu_sp li .ac_inner {
                display: none; }
          header #head_wrap #head_navi_sp .menu_btn_sp #other_menu_sp {
            margin: 60px 0; }
            header #head_wrap #head_navi_sp .menu_btn_sp #other_menu_sp li {
              margin: 6px 6%;
              border: 1px solid #7089B3; }
              header #head_wrap #head_navi_sp .menu_btn_sp #other_menu_sp li a {
                padding: 6px 0;
                font-size: 0.8em;
                text-align: center; } }

/*--- 検索フォーム_PC ---*/
.search_btn {
  position: relative; }

.search_btn::after {
  content: " ";
  display: inline-block;
  padding-left: 50px; }

.head_search_link {
  width: 34px;
  position: absolute;
  transition: .2s;
  color: #00458d;
  cursor: pointer; }

.head_search {
  visibility: hidden;
  width: 0;
  opacity: 0;
  transition: .2s;
  display: inline-block; }

.head_search_link.active {
  display: inline-block;
  background: none !important;
  padding-right: 0 !important;
  margin-right: 6px !important; }

.head_search.active {
  padding-left: 40px;
  display: inline-block;
  visibility: visible;
  width: 220px;
  opacity: 1; }

.head_search_txt {
  width: 160px;
  height: 24px;
  padding: 0 4px;
  margin-top: 3px;
  border-radius: 26px;
  border: 1px solid #ccc;
  vertical-align: middle; }

.head_search_btn {
  visibility: hidden;
  width: 0;
  height: 0; }

.head_search_btn.active {
  visibility: visible;
  background: url(../img/common/search_w_icon.png) center center no-repeat;
  background-color: #00458d;
  width: 24px;
  height: 24px;
  padding: 2px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  vertical-align: middle;
  transition: .2s ease-in; }

.left_btn_sp {
  margin-left: 68px !important;
  transition: .3s; }

.left_btn_sp.active {
  margin-left: 0 !important; }

/*--- 検索フォーム_SP ---*/
.head_search_sp {
  border-bottom: 1px solid #ccc; }

.head_search_txt_sp {
  width: 170px;
  height: 24px;
  padding: 0 4px;
  margin: 24px 2px 20px 6%;
  border-radius: 26px;
  border: none;
  vertical-align: middle; }

.head_search_btn_sp {
  background: url(../img/common/search_w_b_icon.png) bottom right no-repeat;
  background-size: contain;
  width: 26px;
  height: 26px;
  border: none;
  cursor: pointer;
  vertical-align: middle; }

/*------------------------------------------------------------
	common_megamenu
------------------------------------------------------------*/
#main_menu ul li:hover .menu {
  max-height: 9999px;
  opacity: 1; }
  #main_menu ul li:hover .menu ul li a {
    display: block;
    transition: all .2s ease-in;
    color: #1d1d1d; }

#main_menu ul {
  display: block !important; }
  #main_menu ul .menu {
    transition: all .2s ease-in;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    width: 100%;
    left: 0;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 9999;
    box-shadow: 0px 0px 13px -1px #37393d;
    /*--- manu_list ---*/ }
    #main_menu ul .menu .menu_inner {
      width: 926px;
      margin: 0 auto;
      padding: 40px 0;
      overflow: hidden;
      /*--- menu_img_btn ---*/ }
      #main_menu ul .menu .menu_inner li {
        display: inline-block; }
        #main_menu ul .menu .menu_inner li a {
          color: #39414a !important; }
        #main_menu ul .menu .menu_inner li:hover {
          text-decoration: underline !important; }
        #main_menu ul .menu .menu_inner li p {
          font-weight: 500; }
      #main_menu ul .menu .menu_inner .title_btn {
        background-color: #00458d;
        width: 276px;
        height: 100px; }
        #main_menu ul .menu .menu_inner .title_btn a {
          color: #FFF !important; }
          #main_menu ul .menu .menu_inner .title_btn a p {
            background: url(../img/common/arrow_w_icon.png) bottom center no-repeat !important;
            background-size: 9% !important;
            background-color: none;
            padding: 16px 0 40px !important;
            font-size: 1.2em;
            line-height: 1.2 !important;
            text-align: center; }
          #main_menu ul .menu .menu_inner .title_btn a .title_btn_twoline {
            padding: 12px 0 30px !important; }
        #main_menu ul .menu .menu_inner .title_btn:hover {
          background-color: #00458d !important; }
      #main_menu ul .menu .menu_inner .menu_imgbtn {
        position: relative; }
        #main_menu ul .menu .menu_inner .menu_imgbtn a {
          padding: 0 !important;
          position: absolute;
          left: 0;
          right: 0;
          margin: auto !important;
          color: #FFF !important;
          line-height: 1.6 !important;
          text-align: center; }
          #main_menu ul .menu .menu_inner .menu_imgbtn a:hover {
            text-decoration: none !important; }
      #main_menu ul .menu .menu_inner .gaiyou_btn {
        background-color: #00458d;
        width: 220px;
        height: 123px;
        margin: 0 14px 0 0; }
        #main_menu ul .menu .menu_inner .gaiyou_btn a p {
          background: url(../img/common/arrow_w_icon.png) bottom center no-repeat !important;
          background-size: 14% !important;
          background-color: none;
          padding: 30px 0 40px !important;
          font-size: 1.2em; }
        #main_menu ul .menu .menu_inner .gaiyou_btn:hover {
          background-color: #00458d !important; }
      #main_menu ul .menu .menu_inner .gaiyou_img_1 {
        background: url(../img/common/mainmenu_gaiyou_1.jpg) center top no-repeat;
        width: 220px;
        height: 123px;
        margin: 0 14px 0 0;
        position: relative; }
        #main_menu ul .menu .menu_inner .gaiyou_img_1 a {
          height: 123px; }
          #main_menu ul .menu .menu_inner .gaiyou_img_1 a p {
            background: none !important;
            background-color: rgba(0, 72, 150, 0.8) !important;
            width: 220px;
            height: 40px;
            padding: 0 !important;
            position: absolute;
            bottom: 0;
            text-align: left; }
            #main_menu ul .menu .menu_inner .gaiyou_img_1 a p span {
              background: url(../img/common/arrow_s_w2_icon.png) right center no-repeat !important;
              padding: 6px 14px !important;
              margin-right: 14px;
              display: block; }
      #main_menu ul .menu .menu_inner .gaiyou_img_2 {
        background: url(../img/common/mainmenu_gaiyou_2.jpg) center top no-repeat;
        width: 220px;
        height: 123px;
        margin: 0 14px 0 0;
        position: relative; }
        #main_menu ul .menu .menu_inner .gaiyou_img_2 a {
          height: 123px; }
          #main_menu ul .menu .menu_inner .gaiyou_img_2 a p {
            background: none !important;
            background-color: rgba(0, 72, 150, 0.8) !important;
            width: 220px;
            height: 40px;
            padding: 0 !important;
            position: absolute;
            bottom: 0;
            text-align: left; }
            #main_menu ul .menu .menu_inner .gaiyou_img_2 a p span {
              background: url(../img/common/arrow_s_w2_icon.png) right center no-repeat !important;
              padding: 6px 14px !important;
              margin-right: 14px;
              display: block; }
      #main_menu ul .menu .menu_inner .gaiyou_img_3 {
        background: url(../img/common/mainmenu_gaiyou_3.jpg) center top no-repeat;
        width: 220px;
        height: 123px;
        position: relative; }
        #main_menu ul .menu .menu_inner .gaiyou_img_3 a {
          height: 123px; }
          #main_menu ul .menu .menu_inner .gaiyou_img_3 a p {
            background: none !important;
            background-color: rgba(0, 72, 150, 0.8) !important;
            width: 220px;
            height: 40px;
            padding: 0 !important;
            position: absolute;
            bottom: 0;
            text-align: left; }
            #main_menu ul .menu .menu_inner .gaiyou_img_3 a p span {
              background: url(../img/common/arrow_s_w2_icon.png) right center no-repeat !important;
              padding: 6px 14px !important;
              margin-right: 14px;
              display: block; }
      #main_menu ul .menu .menu_inner .gakubu_img_1 {
        background: url(../img/common/mainmenu_gakubu_1.jpg) center top no-repeat;
        width: 310px;
        height: 180px;
        margin: 0 30px 0 0; }
        #main_menu ul .menu .menu_inner .gakubu_img_1 a p {
          background: url(../img/common/arrow_w_icon.png) bottom center no-repeat !important;
          padding: 40px 0 60px !important;
          font-size: 1.6em; }
      #main_menu ul .menu .menu_inner .gakubu_img_2 {
        background: url(../img/common/mainmenu_gakubu_2.jpg) center top no-repeat;
        width: 276px;
        height: 180px;
        margin: 0 0 0 15px; }
        #main_menu ul .menu .menu_inner .gakubu_img_2 a p {
          background: url(../img/common/arrow_s_w_icon.png) bottom center no-repeat !important;
          padding: 50px 0 !important;
          font-size: 1.3em; }
      #main_menu ul .menu .menu_inner .gakubu_img_3 {
        background: url(../img/common/mainmenu_gakubu_3.jpg) center top no-repeat;
        width: 276px;
        height: 180px;
        margin: 0 0 0 15px; }
        #main_menu ul .menu .menu_inner .gakubu_img_3 a p {
          background: url(../img/common/arrow_s_w_icon.png) bottom center no-repeat !important;
          padding: 30px 0 40px !important;
          font-size: 1.3em; }
    #main_menu ul .menu .menu_top_sp {
      margin-top: 40px !important; }
    #main_menu ul .menu .main_menulist {
      padding: 0 0 50px; }
      #main_menu ul .menu .main_menulist li {
        background: url(../img/common/dot_line.png) bottom right repeat-x;
        width: 30%;
        margin-right: 5%; }
        #main_menu ul .menu .main_menulist li a {
          width: 100%;
          padding: 0 !important; }
          #main_menu ul .menu .main_menulist li a p {
            background: url(../img/common/arrow_s2_icon.png) center right no-repeat !important;
            padding: 16px 20px 16px 0 !important;
            text-align: left; }
          #main_menu ul .menu .main_menulist li a .menu_blank {
            background: url(../img/common/blank_icon.png) center right no-repeat !important; }
@media only screen and (max-width: 767px) {
  #main_menu {
    display: none; } }

/*---- main_content ----*/
.container {
  width: 1000px;
  margin: 40px auto; }
  @media only screen and (max-width: 767px) {
    .container {
      width: 100%;
      margin: 0 auto 40px;
      padding-top: 10px; } }

/*------------------------------------------------------------
	footer
------------------------------------------------------------*/
footer #foot_btn {
  background: url(../img/common/footer_line_bk.jpg) right top repeat-x;
  width: 100%;
  height: 86px;
  border-bottom: 3px solid #FFF; }
  footer #foot_btn ul {
    background-color: #FFF;
    width: 1000px;
    height: 86px;
    margin: 0 auto;
    border-left: 3px solid #FFF;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    footer #foot_btn ul li {
      width: 33%;
      border-right: 3px solid #FFF; }
      footer #foot_btn ul li a {
        width: 100%;
        height: 86px;
        text-decoration: none;
        color: #1d1d1d;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; }
    footer #foot_btn ul .foot_access_btn {
      background-color: #db97b6; }
      footer #foot_btn ul .foot_access_btn span {
        background: url(../img/common/footer_access_icon.png) right center no-repeat;
        padding: 10px 24px 10px 0; }
    footer #foot_btn ul .foot_contact_btn {
      background-color: #b0d597; }
      footer #foot_btn ul .foot_contact_btn span {
        background: url(../img/common/footer_contact_icon.png) right center no-repeat;
        padding: 10px 34px 10px 0; }
    footer #foot_btn ul .foot_doc_btn {
      background-color: #9ad5d6; }
      footer #foot_btn ul .foot_doc_btn span {
        background: url(../img/common/footer_doc_icon.png) right center no-repeat;
        padding: 10px 28px 10px 0; }
footer #foot_access_bk {
  background: url(../img/common/footer_bg1.jpg) top center no-repeat;
  background-size: cover;
  width: 100%; }
  footer #foot_access_bk #foot_access {
    width: 1000px;
    margin: 0 auto; }
    footer #foot_access_bk #foot_access dl {
      overflow: hidden; }
      footer #foot_access_bk #foot_access dl dt {
        background: url(../img/common/footer_dot_line.png) right bottom repeat-y;
        width: 276px;
        margin: 30px 0;
        padding: 20px 0 18px;
        float: left;
        text-align: center; }
        footer #foot_access_bk #foot_access dl dt span {
          padding: 22px 0 0;
          font-size: 0.84em;
          display: inline-block;
          line-height: 1.8;
          color: #00458d;
          font-family: "Kaimin Tsuki Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
      footer #foot_access_bk #foot_access dl dd {
        float: right; }
        footer #foot_access_bk #foot_access dl dd ul {
          width: 684px;
          margin: 30px 0 10px 40px;
          overflow: hidden; }
          footer #foot_access_bk #foot_access dl dd ul li {
            width: 50%;
            margin-bottom: 20px;
            float: left; }
            footer #foot_access_bk #foot_access dl dd ul li a {
              color: #1d1d1d; }
              footer #foot_access_bk #foot_access dl dd ul li a dl {
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex; }
                footer #foot_access_bk #foot_access dl dd ul li a dl dt {
                  width: 80px;
                  text-align: left;
                  padding: 0;
                  margin: 0; }
                footer #foot_access_bk #foot_access dl dd ul li a dl dd {
                  width: auto;
                  padding: 3px 0;
                  padding-left: 12px;
                  font-size: 0.84em;
                  line-height: 1.2; }
                  footer #foot_access_bk #foot_access dl dd ul li a dl dd span {
                    padding-bottom: 4px;
                    font-size: 1.2em;
                    font-weight: 500;
                    display: inline-block; }
footer #sitemap_btn {
  background-color: #cddaea;
  cursor: pointer; }
  footer #sitemap_btn p {
    background: url(../img/common/footer_sitemap_arrow.png) center top no-repeat;
    padding-top: 36px;
    text-align: center;
    font-size: 0.9em; }
  footer #sitemap_btn .copy {
    width: 1000px;
    margin: 0 auto;
    padding: 10px 0;
    text-align: right; }
    footer #sitemap_btn .copy small {
      font-size: 0.74em;
      display: inline-block;
      font-family: 'Roboto', sans-serif;
      color: #1d1d1d; }
      footer #sitemap_btn .copy small span {
        padding-right: 5px; }
footer #sitemap_open {
  display: none;
  background: url(../img/common/footer_bg2.jpg) top center no-repeat;
  background-size: cover;
  width: 100%; }
  footer #sitemap_open #sitemap {
    width: 1000px;
    margin: 0 auto;
    padding-top: 52px;
    overflow: hidden; }
    footer #sitemap_open #sitemap .site_list {
      float: left;
      margin-right: 40px; }
      footer #sitemap_open #sitemap .site_list li {
        width: 220px;
        margin-bottom: 40px;
        border-top: 1px solid #00458d; }
        footer #sitemap_open #sitemap .site_list li p {
          padding-bottom: 12px;
          font-weight: 500;
          font-size: 0.9em;
          color: #00458d; }
        footer #sitemap_open #sitemap .site_list li p:before {
          content: ' ';
          width: 70px;
          padding-top: 14px;
          border-top: 1px solid #00458d;
          display: block; }
        footer #sitemap_open #sitemap .site_list li ul {
          margin-left: 1em; }
          footer #sitemap_open #sitemap .site_list li ul li {
            width: auto;
            border-top: none;
            margin-bottom: 0;
            padding-bottom: 8px;
            font-size: 0.74em;
            line-height: 1.2; }
            footer #sitemap_open #sitemap .site_list li ul li ul {
              margin-top: 8px; }
              footer #sitemap_open #sitemap .site_list li ul li ul li {
                font-size: 1em;
                line-height: 1.2em; }
      footer #sitemap_open #sitemap .site_list .contact_list {
        border: none; }
        footer #sitemap_open #sitemap .site_list .contact_list ul {
          margin-left: 0; }
      footer #sitemap_open #sitemap .site_list .gakubu_list li {
        margin-left: 0em; }
      footer #sitemap_open #sitemap .site_list .gakubu_list .list_b {
        margin-left: 0px; }
        footer #sitemap_open #sitemap .site_list .gakubu_list .list_b a {
          font-size: 1em;
          font-weight: 500 !important; }
        footer #sitemap_open #sitemap .site_list .gakubu_list .list_b ul li {
          font-size: 1em; }
          footer #sitemap_open #sitemap .site_list .gakubu_list .list_b ul li a {
            font-weight: 400 !important; }
  footer #sitemap_open #sitemap_close {
    background: url(../img/common/footer_sitemap_arrow_up.png) bottom center no-repeat;
    width: 100%;
    padding-bottom: 0px;
    text-align: center;
    font-size: 0.9em;
    color: #00458d;
    cursor: pointer; }
  footer #sitemap_open .sitemap_copy {
    position: relative;
    left: 0;
    right: 0;
    margin: auto; }
footer .copy {
  width: 1000px;
  height: auto;
  margin: 0 auto;
  padding: 10px 0;
  text-align: right;
  overflow: hidden; }
  footer .copy small {
    font-size: 0.74em;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    color: #1d1d1d; }
    footer .copy small span {
      padding-right: 5px; }
footer #footer_sp {
  display: none; }
@media only screen and (max-width: 767px) {
  footer #foot_btn, footer #foot_access_bk, footer #sitemap_btn {
    display: none; }
  footer .copy {
    background-color: #00458d;
    width: 100%; }
    footer .copy small {
      font-size: 0.64em;
      color: #FFF; }
  footer #footer_sp {
    display: block; }
    footer #footer_sp ul {
      overflow: hidden; }
      footer #footer_sp ul li {
        float: left;
        text-align: center; }
        footer #footer_sp ul li a {
          width: 100%;
          height: 100%;
          padding: 18px 30px 18px 0;
          color: #FFF;
          font-size: 1em;
          display: inline-block; }
      footer #footer_sp ul .siryo_btn_sp {
        background-color: #539b89;
        width: 49.8%;
        margin-right: 0.2%; }
        footer #footer_sp ul .siryo_btn_sp a span {
          background: url(../img/common/footer_doc_icon_sp.png) center right no-repeat;
          background-size: 20%;
          padding-right: 30px; }
      footer #footer_sp ul .contact_btn_sp {
        background-color: #da557a;
        width: 50%; }
        footer #footer_sp ul .contact_btn_sp a span {
          background: url(../img/common/footer_contact_icon_sp.png) center right no-repeat;
          background-size: 20%;
          padding-right: 34px; }
    footer #footer_sp div {
      background-color: #e8ecf1; }
      footer #footer_sp div h3 {
        width: 40%;
        margin: 0 auto;
        padding: 20px 0; }
      footer #footer_sp div .copy {
        text-align: center; }
        footer #footer_sp div .copy small {
          color: #00458d;
          font-size: 0.8em; } }

/*---- pagetop ----*/
#pagetop {
  display: none;
  position: relative;
  bottom: 0; }
  #pagetop p {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9000;
    line-height: 0; }
  @media only screen and (max-width: 767px) {
    #pagetop p {
      text-align: right; }
      #pagetop p img {
        width: 70%; } }
