@charset "UTF-8";
/*===== COMPASS =====*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-top: 1px solid #1f5f7a;
  border-left: 1px solid #1f5f7a;
}

/*　.moz_hack　FIREFOX用ハック
下線部を表示　*/
table.moz_hack{
	border-collapse: separate;
}
table.moz_hack td{
	border-left:none !important;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}
a.strong {
	font-weight:bold;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*===== BASE =====*/
/*===== MORE RESET =====*/
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.clear {
  clear: both;
}

body * {
  max-height: 99999em;
}

img {
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
}

strong {
  font-weight: bold;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

figure figcaption {
  margin-top: 5px;
}

/*===== GENERAL =====*/
body {
  color: #205f7b;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
}

.ft_serif {
  font-family: "Hiragino Mincho Pro", Times, "Times New Roman", Georgia, serif;
}

/*===== HELPERS =====*/
a {
  color: #307ca6;
  text-decoration: none;
}

.trans {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.trans:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

h1,
h2,
h3,
h4,
h5,
h6,
.lead {
  font-weight: bold;
  line-height: 1.2;
}

h2, .lead {
  font-size: 28px;
}

@media (min-width: 768px) {
  .lead.small {
    font-size: 24px;
  }
}
h3, h4 {
  font-size: 24px;
}

h5 {
  font-size: 22px;
}

.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

.text_left {
  text-align: left !important;
}

.text_center {
  text-align: center;
}

.text_right {
  text-align: right;
}

.text_justify {
  text-align: justify;
  text-justify: distribute;
}

.text_nowrap {
  white-space: nowrap;
}

.text_lowercase {
  text-transform: lowercase;
}

.text_uppercase {
  text-transform: uppercase;
}

.text_capitalize {
  text-transform: capitalize;
}

.text_underline {
  text-decoration: underline;
}

.text_warning {
  color: #b20000;
}

.list_inline > li {
  display: inline-block;
  vertical-align: middle;
}

.list_indent li,
.text_indent {
  text-indent: -1em;
  padding-left: 1em;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}
@media (max-width: 767px) {
.mt30 {
  margin-top: 0 !important;
}
}

.mt40 {
  margin-top: 40px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.ml20 {
  margin-left: 20px;
}

.pb0 {
  padding: 0 !important;
}

.fz14 {
  font-size: 0.80em !important;
}

.fz18 {
  font-size: 0.85em !important;
}

.fz20 {
  font-size: 1.111em;
}

.fz23 {
  font-size: 1.311em;
 }

.lh2{
line-height:2.0;
}

.lh12{
line-height:1.2;
}

.ofhd{
	overflow:hidden;
}

@media (max-width: 767px) {
.w_ninety{
	width:90%;
	text-align:center;
	margin:0 auto;
}

}

@media (max-width: 767px) {
  .mb_sp0 {
    margin-bottom: 0 !important;
  }

  .pb_sp0 {
    padding-bottom: 0 !important;
  }
}
hr {
  border: 0;
  border-bottom: 1px solid #21607c;
}

.wrapper {
  width: 100%;
  min-width: 1150px;
}

.wrap {
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 767px) {
  .wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
.container {
  width: auto;
  margin-left: 200px;
  position: relative;
}

.inner_ct {
  max-width: 900px;
  margin: 0 auto;
}

.content_space {
  margin-bottom: 80px;
}

@media (max-width: 1200px) {
  .container {
    margin-left: 0;
  }

  .inner_ct {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/*===== RESPONSIVE =====*/
@media (min-width: 1200px) {
  .sm, .md {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .lg {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .sm {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .md-only {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .lgmd {
    display: none !important;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 16px;
  }

  .trans,
  .trans:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }

  .wrapper {
    min-width: 320px;
  }

  .container {
    width: auto;
    border-left: 0;
  }

  .wrap {
    padding-left: 0;
    padding-right: 0;
  }

  h2,
  h5 {
    font-size: 22px;
  }

  h3,
  h4,
  .lead {
    font-size: 20px;
  }
}
/*===== PARTS =====*/
/**
 * Header
 */
.site_header {
  border-bottom: 1px solid #a9d0df;
  position: fixed;
  width: 100%;
  z-index: 9999;
  background: #fff;
  top: 0;
  left: 0;
}

@media (min-width: 768px) {
  .site_header {
    min-width: 1149px;
  }
}
.navbar_brand {
  float: left;
  width: 255px;
  margin-left: 2%;
  margin-top: 8px;
}

.navbar {
  float: right;
}
.navbar .navbar_search,
.navbar .topbar_wrap {
  float: left;
}

.navbar_search .input_group {
  position: relative;
  display: table;
  border-collapse: separate;
  max-width: 340px;
  margin: 5px;
}
.navbar_search .input_group .input_group_btn,
.navbar_search .input_group .input_group_addon,
.navbar_search .input_group .form_control {
  display: table-cell;
  height: 45px;
}
.navbar_search .input_group .form_control {
  position: relative;
  z-index: 2;
  width: 100%;
  font-size: 14px;
  margin-bottom: 0;
  outline: none;
  -webkit-appearance: none;
  box-shadow: none;
  text-align: center;
  color: #1e556e;
}
.navbar_search .input_group .form_control:not(:first-child):not(:last-child) {
  border-radius: 0;
  border-right: 0;
  border-left: 0;
}
.navbar_search .input_group .form_control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #1e556e;
}
.navbar_search .input_group .form_control::-moz-placeholder {
  /* Firefox 19+ */
  color: #1e556e;
}
.navbar_search .input_group .form_control:-ms-input-placeholder {
  /* IE 10+ */
  color: #1e556e;
}
.navbar_search .input_group .btn_search {
  padding: 0;
  font-size: 14px;
  width: 17px;
  margin: 0 10px;
  display: inline-block;
  border: 0;
  background-color: transparent;
}
.navbar_search .input_group .input_group_addon {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  color: #fff;
  background-color: #1e566f;
}
.navbar_search .input_group .input_group_addon button {
  background: none;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  font-size: inherit;
  color: inherit;
  outline: none;
}
.navbar_search .input_group .input_group_btn {
  border: 1px solid #a9d0df;
  background-color: #ecf5f8;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.form_control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #307ca6;
  background-color: #fff;
  background-image: none;
  border: 1px solid #a9d0df;
  border-radius: 5px;
}

.input_group_addon,
.input_group_btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input_group_addon {
  padding: 1px 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  border-radius: 5px;
}

.input_group_btn {
  position: relative;
  font-size: 0;
}
.input_group_btn .btn_search {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.topbar {
  display: table;
}
.topbar a {
  display: table-cell;
  height: 55px;
  font-size: 19px;
  vertical-align: middle;
  padding: 0 0.789em;
  color: #fff;
}
.topbar a i {
  display: inline-block;
  margin-right: 8px;
}
.topbar .email {
  background-color: #ee6a42;
}
.topbar .screen {
  background-color: #307ca6;
}

@media (max-width: 1199px) {
  .site_header {
    border-bottom-color: #d4e8ef;
  }

  .navbar_brand {
    padding: 0;
    margin-left: 1.45%;
    width: 21.55%;
  }

  .navbar {
    width: 77%;
    padding-left: 2%;
  }

  .topbar_wrap {
    float: right;
    width: 52.5%;
  }

  .navbar_search {
    width: 47.5%;
  }
  .navbar_search .input_group {
    max-width: none;
  }
  .navbar_search .input_group .input_group_btn,
  .navbar_search .input_group .form_control,
  .navbar_search .input_group .input_group_addon {
    height: 45px;
  }
  .navbar_search .input_group .input_group_addon,
  .navbar_search .input_group .form_control {
    font-size: 14px;
  }

  .topbar {
    width: 100%;
  }
  .topbar a {
    height: 55px;
    white-space: nowrap;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .navbar_search .input_group_addon {
    background: #ecf5f8;
    border: 1px solid #a5bfd4;
    color: inherit;
    width: 40%;
  }
  .navbar_search .input_group_addon i {
    display: inline-block;
    margin-right: 8px;
  }
}
.btn_menu {
  display: none;
}

@media (min-width: 768px) {
  .mm-menu.mm-offcanvas {
    display: none !important;
  }

  html.mm-opening .mm-menu ~ .mm-slideout {
    transform: none !important;
  }
}
/* header mobild */
@media (max-width: 767px) {
  .site_header {
    border-bottom: 0;
    position: relative;
  }

  .header .navbar_brand {
    width: 100%;
    height: 58px;
    float: none;
    margin: 0;
    background: #fff;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    padding: 10px;
    border-bottom: 1px solid #d4e8ef;
  }
  .header .navbar_brand .logo {
    width: 235px;
  }
  .header .navbar {
    width: auto;
    padding-left: 0;
    float: none;
  }

  .navbar .navbar_search {
    float: none;
    width: 100%;
    padding: 10px;
  }
  .navbar .navbar_search .input_group {
    max-width: none;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .navbar .navbar_search .input_group .input_group_btn,
  .navbar .navbar_search .input_group .form_control,
  .navbar .navbar_search .input_group .input_group_addon {
    font-size: 14px;
    height: 35px;
  }
  .navbar .topbar_wrap {
    float: none;
    width: auto;
  }
  .navbar .topbar_wrap .topbar a {
    height: auto;
    font-size: 14px;
    padding: 1.2em 0.74em;
    text-align: center;
  }
  .navbar .topbar_wrap .topbar a i {
    position: relative;
    top: -2px;
  }
  .navbar .topbar_wrap .topbar .email {
    width: 35%;
  }

  .btn_menu {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    color: #fff;
    font-size: 14px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #307ca6 url(../img/common/btn_menu.png) no-repeat 10px center;
    padding-left: 35px;
    padding-right: 8px;
  }
  .btn_menu:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  .btn_menu span {
    display: inline-block;
    position: relative;
    top: 2px;
  }

  .mm-opened .btn_menu {
    background-image: url(../img/common/btn_menu_close.png);
  }

  .mm-menu ~ .mm-slideout {
    -webkit-transform: none !important;
    transform: none !important;
  }

  .mm-menu {
    left: auto;
    -moz-transition: -moz-transform 0.4s ease;
    -o-transition: -o-transform 0.4s ease;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    background: #fff;
    border-left: 1px solid #d4e8ef;
  }
  .mm-menu .mm-listview {
    line-height: normal;
  }

  .mm-menu.mm-offcanvas {
    width: 70%;
    top: 58px !important;
    max-width: none;
    display: block;
    z-index: 9990;
  }
  .mm-menu.mm-offcanvas.mm-opened {
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  .mm-panel.mm-hasnavbar .mm-navbar {
    border-bottom-color: #a9d0df;
    height: 47px;
    position: relative;
    padding-right: 0;
  }
  .mm-panel.mm-hasnavbar .mm-navbar .mm-title {
    color: #2c85ac;
    padding-top: 15px;
    text-align: left;
  }
  .mm-panel.mm-hasnavbar .mm-navbar .mm-prev {
    background: url(../img/common/ico_back.png) no-repeat 16px center;
    height: 46px;
  }
  .mm-panel.mm-hasnavbar .mm-navbar .mm-prev:before {
    display: none;
  }

  .main_nav > .mm-navbar {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .header .navbar_brand .logo {
    width: 200px;
    margin-top: 3px;
  }

  .navbar .topbar_wrap .topbar a {
    font-size: 12px;
  }
  .navbar .topbar_wrap .topbar a i {
    width: 18px;
    top: -1px;
  }
}
/**
 * Global Navigation
 */
.main_nav {
  position: fixed;
  top: auto;
  margin-top: 1px;
  left: 0;
  z-index: 9999;
  background: #fff;
  height: 100%;
  width: 200px;
  border-right: 1px solid #a9d0df;
}
.main_nav li {
  border-bottom: 1px solid #a9d0df;
  text-align: center;
  white-space: nowrap;
}
.main_nav li a {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}
.main_nav .menu > li {
  height: 15.35%;
  min-height: 90px;
}
@media (min-width: 1200px) {
  .main_nav .menu > li:hover .vcard, .main_nav .menu > li.active .vcard {
    background-image: url(../img/common/ico_vcard_on.png);
  }
  .main_nav .menu > li:hover .building, .main_nav .menu > li.active .building {
    background-image: url(../img/common/ico_building_on.png);
  }
  .main_nav .menu > li:hover .home, .main_nav .menu > li.active .home {
    background-image: url(../img/common/ico_home_on.png);
  }
  .main_nav .menu > li:hover .map_maker, .main_nav .menu > li.active .map_maker {
    background-image: url(../img/common/ico_map_maker_on.png);
  }
  .main_nav .menu > li:hover .book, .main_nav .menu > li.active .book {
    background-image: url(../img/common/ico_book_on.png);
  }
  .main_nav .menu > li:hover .pencil, .main_nav .menu > li.active .pencil {
    background-image: url(../img/common/ico_pencil_on.png);
  }
}
.main_nav .menu > li > a {
  display: block;
  height: 100%;
}
.main_nav .menu > li > a:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.main_nav .menu > li > a span {
  display: inline-block;
  vertical-align: middle;
}

.menu {
  position: relative;
  height: 100%;
}
.menu .icon {
  display: block;
  width: 23px;
  height: 31px;
  margin: 0 auto;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.menu .vcard {
  background-image: url(../img/common/ico_vcard_off.png);
}
.menu .building {
  background-image: url(../img/common/ico_building_off.png);
}
.menu .home {
  background-image: url(../img/common/ico_home_off.png);
}
.menu .map_maker {
  background-image: url(../img/common/ico_map_maker_off.png);
}
.menu .book {
  background-image: url(../img/common/ico_book_off.png);
}
.menu .pencil {
  background-image: url(../img/common/ico_pencil_off.png);
}
.menu .chart {
  background-image: url(../img/common/ico_chart.png);
}
.menu .folder {
  background-image: url(../img/common/ico_folder.png);
}
.menu .submenu {
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 190px;
}
.menu .submenu li {
  text-align: left;
  border-right: 1px solid;
  border-color: #a5bfd4;
}
.menu .submenu li a {
  -webkit-background-size: 5px auto;
  background-size: 5px auto;
  padding-left: 10px;
}
.menu .menu_lv_1 {
  margin-left: 1px;
}
.menu .menu_lv_1 > li {
  background-color: #ecf5f8;
  height: 60px;
  padding-left: 8%;
  padding-right: 8%;
}
.menu .menu_lv_2 {
  background: #fff;
  border: 1px solid #a5bfd4;
  border-left: 0;
  border-top: 0;
  display: table;
  margin-left: -1px;
}
.menu .menu_lv_2:after {
  content: "";
  display: table;
  clear: both;
}
.menu .menu_lv_2 ul {
  padding-left: 30px;
  padding-right: 20px;
}
.menu .menu_lv_2 ul > li {
  border: 0 !important;
  margin-bottom: 3px;
}
.menu .menu_lv_2 ul > li:hover {
  background-color: transparent;
}
.menu .menu_lv_2 ul > li:hover a {
  color: inherit;
  text-decoration: underline;
}
.menu .menu_lv_2 ul a {
  font-size: 15px;
}
.menu .menu_lv_2 .col {
  display: table-cell;
  border-left: 1px solid #a5bfd4;
}
.menu .menu_lv_2 .submenu {
  min-width: 0;
}
.menu .menu_lv_2 .group-menu {
  border-bottom: 1px solid #a5bfd4;
  padding: 14px 0;
  background: #fff;
}
.menu .menu_lv_2 .group-menu:last-child {
  border-bottom: 0;
}
.menu .menu_lv_2 .heading {
  font-weight: bold;
  padding: 5px 15px;
  margin-bottom: 2px;
  font-size: 15px;
}

@media (min-width: 1200px) {
  .main_nav ul > li:hover, .main_nav ul > .active {
    background-color: #307ca6;
  }
  .main_nav ul > li:hover > a, .main_nav ul > .active > a {
    color: #fff;
  }
}
.submenu {
  display: none;
}

.hide_v_nav .main_nav {
  display: none;
}
.hide_v_nav .container {
  margin-left: 0;
}

.mega_menu.modal {
  top: 0;
}
.mega_menu.modal .modal_header .modal_heading a {
  font-size: inherit;
  color: inherit;
  text-decoration: none;
}
.mega_menu .block_menu {
  width: auto;
  float: left;
  border-right: 1px solid #307ca6;
  padding: 8px 0 10px;
}
.mega_menu .block_menu > ul {
  margin-top: 0.5em;
}
.mega_menu ul {
  position: relative;
}
.mega_menu ul li {
  border: 0 !important;
  padding: 0 20px;
  margin-bottom: 0.5em;
  text-align: left;
}
.mega_menu ul li:last-child {
  margin-bottom: 0;
}
.mega_menu ul li a {
  font-size: 18px;
  color: inherit !important;
  padding-left: 10px;
}
.mega_menu ul li.hassub > a {
  background: url(../img/common/angle_right.png) no-repeat right center;
  padding-right: 20px;
  -webkit-background-size: 6px auto;
  background-size: 6px auto;
}
.mega_menu ul li:hover {
  background-color: transparent;
}

@media (max-width: 1199px) {
  .main_nav {
    position: static;
    top: auto;
    margin-top: 0;
    border-top: 1px solid #d4e8ef;
    width: auto;
  }
  .main_nav .menu {
    display: table;
    width: 100%;
    border-right: 1px solid #d4e8ef;
  }
  .main_nav .menu > li {
    display: table-cell;
    width: 16.667%;
    border-left: 1px solid #d4e8ef;
    border-bottom: 0;
    vertical-align: middle;
    height: auto;
  }
  .main_nav .menu > li a {
    padding: 2px 10px;
  }
  .main_nav .menu > li .icon {
    margin-bottom: 4px;
  }
  .main_nav .mega_menu.modal {
    top: 100%;
    left: 0;
    width: 100%;
  }
}
@media (min-width: 641px) and (max-width: 768px) {
  .topbar a i,
  .input_group .input_group_addon i {
    width: 15px;
  }

  .main_nav .menu li {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .main_nav .menu li .icon {
    width: 20px;
    background-size: 100% auto;
  }
}
/* Navigation mobild */
@media (max-width: 767px) {
  .main_nav {
    display: none;
  }

  .mobile_nav .main_nav {
    display: block;
    border-top: 0;
  }
  .mobile_nav .main_nav .menu {
    display: -webkit-flex;
    -webkit-flex-direction: column;
    display: flex;
    flex-direction: column;
  }
  .mobile_nav .main_nav .menu > li {
    width: 100%;
    display: block;
    padding: 0;
    min-height: 70px;
    border-left: 0;
  }
  .mobile_nav .main_nav .menu > li:before {
    display: none;
  }
  .mobile_nav .main_nav .menu > li > a {
    font-size: 16px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 70px;
    padding: 0 7%;
    margin: 0;
    text-align: left;
    color: #2e86ac;
  }
  .mobile_nav .main_nav .menu > li > a .icon {
    margin: 0 20px 0 0;
    -webkit-flex-basis: 23px;
    flex-basis: 23px;
  }
  .mobile_nav .main_nav .menu > li > a small {
    display: block;
    font-size: 75%;
  }
  .mobile_nav .mm-listview > li:not(.mm-divider):after {
    left: 0;
    border-color: #a9d0df;
  }
  .mobile_nav .mm-panels > .mm-panel {
    padding: 0;
  }
  .mobile_nav .mm-panels > .mm-panel > .mm-listview {
    margin: 0;
  }
  .mobile_nav .mm-panels > .mm-panel:before, .mobile_nav .mm-panels > .mm-panel:after {
    display: none;
  }
  .mobile_nav .mm-panels > .mm-panel.main_nav > .mm-listview {
    margin-top: 0;
  }
  .mobile_nav .mm-listview > li > a {
    color: #2c85ac;
    font-size: 16px;
  }
  .mobile_nav .mm-hasnavbar li {
    height: 48px;
  }
  .mobile_nav .mm-hasnavbar li a {
    min-height: 47px;
  }
  .mobile_nav .mm-hasnavbar .mm-next {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  .mobile_nav .mm-hasnavbar .mm-next + a {
    display: inline-block !important;
    width: auto !important;
    background: url(../img/common/angle_right.png) no-repeat right center;
    -webkit-background-size: 6px auto;
    background-size: 6px auto;
    padding-right: 20px;
  }
  .mobile_nav li .mm-next {
    width: 100%;
    padding: 0;
  }
  .mobile_nav li .mm-next:before {
    display: none !important;
  }
  .mobile_nav li .mm-next:after {
    right: 10px;
    border-color: #307ca6 !important;
    -webkit-transform: rotate(135deg);
  }
  .mobile_nav li .mm-prev:before {
    -webkit-transform: rotate(-45deg);
  }
  .mobile_nav li:hover > a {
    color: #fff;
  }
  .mobile_nav li:hover > a.mm-next:after {
    border-color: #fff;
  }
  .mobile_nav .sub_menu_title a {
    background: url(../img/common/angle_right.png) no-repeat 16px center;
    padding-left: 30px !important;
    background-size: 6px;
    font-weight: bold;
  }

  .mm-panels > .mm-panel.main_nav:before {
    display: none;
  }

  .mm-highest .mm-listview > li {
    /*&.has_sub>a {
      font-weight: bold;
      background: url(../img/common/angle_right_light.png) no-repeat 12px center;
    }*/
  }
  .mm-highest .mm-listview > li > a {
    color: #2e86ac;
    font-size: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 16px;
  }
}
@media (max-width: 320px) {
  .mobile_nav .main_nav .menu > li {
    min-height: 50px;
  }
  .mobile_nav .main_nav .menu > li > a {
    font-size: 14px;
    height: 50px;
  }
}
/**
 * Local menu navigation scroll horizontally
 */
.menu_local_wrapper .lSSlideOuter {
  padding: 0 30px;
}
.menu_local_wrapper .menu_local {
  background: #205f7b;
}
.menu_local_wrapper .lSNext, .menu_local_wrapper .lSPrev {
  position: absolute;
  width: 30px;
  height: 100%;
  top: 0;
  text-indent: -999px;
  overflow: hidden;
  background-color: #307ca6;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
  z-index: 90;
  cursor: pointer;
}
.menu_local_wrapper .lSPrev {
  left: -30px;
  background-image: url(../img/common/arrow_left.png);
}
.menu_local_wrapper .lSNext {
  background-image: url(../img/common/arrow_right.png);
  right: -30px;
}

.menu_local_content {
  min-height: 45px;
}
.menu_local_content.loaded {
  display: -webkit-flex;
  display: flex;
}
.menu_local_content li {
  float: left;
  display: -webkit-flex;
  display: flex;
  -webkit-align-self: stretch;
  align-self: stretch;
  height: auto;
}
.menu_local_content li {
  border-right: 1px solid #fff;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .menu_local_content li {
    -webkit-justify-content: center;
    justify-content: center;
    min-width: 100px;
  }
}
.menu_local_content li a {
  -webkit-align-self: center;
  align-self: center;
  display: block;
  text-align: center;
  position: relative;
  background: #205f7b;
  color: #fff;
  padding: 11px 6px;
  font-size: 16px;
}
.menu_local_content li:after {
  content: "";
  width: 0;
  border-bottom: 5px solid #fff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -2px;
  margin-left: -2.5px;
  display: none;
}
.menu_local_content li:hover:after, .menu_local_content li.menu_current:after {
  display: block;
}

.ie8 .menu_local_content, .ie9 .menu_local_content {
  display: table !important;
  table-layout: fixed;
  width: 100%;
}
.ie8 .menu_local_content li, .ie9 .menu_local_content li {
  min-height: 46px;
  border-right: 0;
  float: left;
  width: auto;
  vertical-align: middle;
}
.ie8 .menu_local_content li a:after, .ie9 .menu_local_content li a:after {
  content: "";
  width: 1px;
  height: 200px;
  background: #fff;
  z-index: 90;
  position: absolute;
  top: -40px;
  right: 0;
}
.ie8 .menu_local_content.multi_line li, .ie9 .menu_local_content.multi_line li {
  min-height: 70px;
}

.local_submenu {
  padding: 6px 0;
  border-bottom: 1px solid #a9d0df;
  background: #fff;
  z-index: 990;
  display: none;
}
.local_submenu.current {
  display: block !important;
}
.local_submenu ul {
  max-width: 900px;
  margin: 0 auto;
}
.local_submenu ul li {
  display: inline-block;
  margin-right: 4px;
}
.local_submenu ul li a {
  height: auto;
  font-size: 16px;
  line-height: normal;
  color: inherit;
  background: transparent url(../img/common/angle_right.png) no-repeat 0 center;
  background-size: 5px auto;
  padding-left: 10px;
}
.local_submenu ul li.no_icon a {
  background-image: none;
  padding-left: 0;
}

@media (max-width: 767px) {
  .local_submenu {
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu_local_content li a {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .menu_local_content.multi_line li a {
    text-align: left;
  }
}
.site_footer {
  position: relative;
  background: #ecf5f8;
  border-top: 1px solid #a9d0df;
  *zoom: 1;
}
.site_footer:after {
  content: "";
  display: table;
  clear: both;
}

.page_top {
  position: absolute;
  display: block;
  width: 60px;
  height: 100%;
  top: 0;
  right: 0;
  background: #307ca6 url(../img/common/pagetop.png) no-repeat center center;
}

.nav_bot,
.copyright {
  display: inline-block;
  vertical-align: middle;
  margin-left: 2%;
  padding: 16px 0;
  color: #1e566f;
}

.nav_bot li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.8em;
}
.nav_bot li a {
  color: inherit;
  display: block;
  font-size: 14px;
  font-weight: bold;
  background: url(../img/common/angle_right.png) no-repeat 0 center;
  background-size: 6px auto;
  padding-left: 0.8em;
}

.copyright {
  font-size: 12px;
}

@media (min-width: 641px) and (max-width: 768px) {
  .nav_bot li a {
    background-size: 4px auto;
  }
}
@media (max-width: 767px) {
  .site_footer {
    padding: 5px 0;
    margin-top: 100px;
  }
  .site_footer .page_top {
    background-color: #1e566f;
    width: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    bottom: 100%;
    top: auto;
    margin-top: -1px;
  }
  .site_footer .page_top.fixed {
    position: fixed;
    z-index: 9990;
    left: auto;
    margin-left: 0;
    right: 0;
    bottom: 0;
  }
  .site_footer .nav_bot,
  .site_footer .copyright {
    display: block;
    text-align: center;
  }
  .site_footer .nav_bot {
    padding: 0;
  }
  .site_footer .nav_bot li {
    margin: 0 5px;
  }
  .site_footer .nav_bot li a {
    font-size: 10px;
    background-size: 5px auto;
  }
  .site_footer .copyright {
    font-size: 9px;
    color: #2c78a5;
    padding: 0;
  }
}
/*
 * Title
 ****************************************************/
.sec_title {
  margin: 60px 0 30px;
  text-align: center;
}

.page_title {
  text-align: center;
  border-top: 1px solid #a9d0df;
  border-bottom: 1px solid #a9d0df;
  background: #ecf5f8;
  padding: 20px 0;
  margin-bottom: 30px;
}
.page_title .icon {
  display: inline-block;
  margin-right: 30px;
  height: 1em;
  position: relative;
  top: -1px;
}
.page_title .icon img {
  height: 100%;
}

.sttl01 {
  text-align: center;
  padding: 15px;
  margin: 30px 0;
  background: #ecf5f8;
  border-bottom: 1px solid #2e86ac;
  border-top: 1px solid #2e86ac;
}

.sttl02 {
  text-align: center;
  border-top: 5px solid #21607c;
  border-bottom: 5px solid #21607c;
  padding: 7px 0;
  margin: 20px 0;
}
.sttl02.fill {
  background: #f6fafc;
}

@media (min-width: 768px) {
  .sttl02 small {
    font-size: 75%;
  }
}
.sttl03 {
  text-align: center;
  border-bottom: 2px dotted #21607c;
  padding-bottom: 4px;
}
.sttl03 a {
  color: inherit;
  text-decoration: underline;
}

.ttl_frame {
  font-size: 20px;
  border: 1px solid #307ca6;
  background: #f6fafc;
  padding: 10px 15px;
  margin-bottom: 15px;
}
.ttl_frame.fz18 {
  font-size: 18px;
}

.list_files li,
.txt_file,
.list_files02 li,
.txt_file02,
.txt_file03 {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 4px;
}
.list_files li,
.txt_file {
  background: url(../img/common/ico_file.png) left 2px no-repeat;
}
.list_files02 li {
  background: url(../img/common/ico_file_list.png) left 2px no-repeat;
}
.txt_file02 {
  background: url(../img/common/ico_file_mida.png) left 2px no-repeat;
}
.txt_file03 {
  background: url(../img/common/ico_file_list.png) left 2px no-repeat;
}

.list_files li.no_icon,
.txt_file.no_icon,
.list_files02 li.no_icon,
.txt_file02.no_icon {
  background: none;
}
.list_files li.bold,
.txt_file.bold,
.list_files02 li.bold,
.txt_file02.bold {
  font-weight: bold;
}
.list_files li a,
.txt_file a,
.list_files02 li a,
.txt_file02 a,
.txt_file03 a {
  color: inherit;
}

.list_files li,
.list_files02 li {
  margin-top: 15px;
}
.list_files li a,
.list_files02 li a {
  text-decoration: underline;
}
.list_files li .list_decimal li,
.list_files02 li .list_decimal li {
  background: none;
  margin-top: 0 !important;
}
.list_files li .list_decimal li:first-child,
.list_files02 li .list_decimal li:first-child {
  margin-top: 5px !important;
}

@media (max-width: 767px) {
  .sec_title {
    margin: 16px 0;
  }

  .page_title .icon {
    margin-right: 10px;
  }

  .list_files li,
  .txt_file,
  .list_files02 li,
  .txt_file02,
  .txt_file03 {
    padding-right: 0;
  }
}
/*
 * Button
 ****************************************************/
.btn {
  display: inline-block;
  padding: 10px;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 5px solid #205f7b;
}
.btn span {
  display: inline-block;
  padding-left: 15px;
  background-repeat: no-repeat;
  background-position: 0 8px;
}
.btn.small {
  padding-top: 2px;
  padding-bottom: 2px;
}
.btn.small span {
  background-position: 0 7px;
}
.btn.block {
  display: block;
}
.btn.block.medium {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.btn.w300 {
  max-width: 300px;
}
@media (min-width: 1200px) {
  .btn.large {
    font-size: 24px;
  }
}
.btn.large {
  padding-top: 9px;
  padding-bottom: 9px;
}
.btn.large span {
  background-position: 0 10px;
  background-image: url(../img/common/angle_right_lg.png);
}
.btn .arrow {
  display: inline-block;
  margin-right: 6px;
}
.btn .mime_type {
  display: inline-block;
  color: #fff;
  font-size: 90%;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1;
  padding: 3px 5px 1px;
  background: #1e546d;
  margin-right: 6px;
}
.btn.clone_form {
  width: 350px;
}
.btn.clone_form span {
  background-image: url(../img/common/angle_down.png) !important;
  background-size: auto auto !important;
  padding-left: 25px;
  background-position: 0 center !important;
}

.centered .btn.block {
  margin-left: auto;
  margin-right: auto;
}

.text_left .btn.block {
  margin-left: 0;
  margin-right: 0;
}

.btn.btn_primary {
  color: #fff;
  background: #205f7b;
}
.btn.btn_primary span {
  background-image: url(../img/common/angle_right_white.png) ;
}

/*.btn.btn_primary span {
  background-image: url(../img/common/angle_right_white.png);
}*/

.btn.btn_cen_sky {
  color: #fff;
  background: #307ca6;
  border-color: #307ca6;
}

.btn.btn_orange {
  color: #fff;
  background: #ee6a42;
  border-color: #ee6a42;
}

.btn.bg_black {
  background: #333;
  color: #fff;
  border: 0;
}

.btn.btn_primary_o {
  background: #fff;
  color: #1e546d;
}
.btn.btn_primary_o span {
  background-image: url(../img/common/angle_right.png);
  background-size: 6px auto;
}
.btn.btn_primary_o.bg {
  background: #ecf5f8;
}

.btn_green {
  background: #33948f;
  border-color: #33948f;
}
.btn_green span {
  background-image: url(../img/common/angle_right_lg.png);
  color: #fff;
}

.btn.corners {
  border-width: 2px;
  padding: 5px;
  min-width: 100px;
  border-radius: 20px;
  font-weight: normal;
}

.list_primary {
  text-align: center;
}
.list_primary.text_left {
  text-align: left;
}
.list_primary a {
  margin: 0 15px 30px 15px;
  width: 350px;
  vertical-align: top;
}
.list_primary.sm_gutter a {
  margin-left: 6px;
  margin-right: 6px;
}
.list_primary.long .btn {
  padding-left: 5px;
  padding-right: 5px;
}
.list_primary.long .btn span {
  padding-left: 12px;
}
.list_primary.thicker a {
  margin-bottom: 20px;
}
.list_primary.single_btn a {
  margin: 0 0 10px;
}

@media (min-width: 1200px) {
  .list_primary.w350 {
    max-width: 350px;
  }
}
/* Block quote message */
.block_quote {
  padding: 20px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding: 15px 10px;
  line-height: 1.2;
}
.block_quote.lead {
  font-size: 24px;
  padding-top: 23px;
  padding-bottom: 23px;
}
.block_quote.lead_sl {
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .block_quote.lead_sl {
    padding-top: 17px;
    padding-bottom: 17px;
  }
}

.block_quote:before,
.block_quote:after {
  content: "";
  position: absolute;
  border-style: solid;
  display: block;
  width: 0;
  left: 50%;
  margin-left: -15px;
  top: 100%;
}

.block_quote:before {
  border-width: 0 0 20px 30px;
}

.block_quote:after {
  border-width: 0 0 20px 10px;
  border-color: transparent #fff;
}

.block_quote.quote_primary {
  background: #1f5f79;
  color: #fff;
}
.block_quote.quote_primary:before {
  border-color: transparent #1f5f79;
}

@media (max-width: 767px) {
  .btn span {
    background-position: 0 6px;
  }

  .btn_green span {
    background-size: 5px auto;
  }

  .group_btn {
    padding-left: 25px;
    padding-right: 25px;
  }

  .list_primary a {
    display: block;
    width: 100%;
    margin: 0 0 10px;
  }

  .list_primary {
    margin: 0 auto 26px;
    width: 100%;
    max-width: 300px;
  }
  .list_primary.long {
    max-width: none;
  }
  .list_primary.long a {
    margin-bottom: 30px;
  }

  .btn.large {
    font-size: 18px;
  }
  .btn.large span {
    background-position: 0 7px;
    -webkit-background-size: 6px;
    background-size: 6px;
  }

  .btn.clone_form {
    width: 84.5%;
    margin-left: auto;
    margin-right: auto;
  }

  .block_quote {
    font-size: 20px !important;
    font-weight: bold;
  }

  .block_quote.lead {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}
/*
 * Form
 ****************************************************/
.form_input {
  padding: 6px 12px;
  line-height: 1.42857143;
  background-color: #fff;
  background-image: none;
}

.form_input {
  display: inline-block;
  width: auto;
  font-size: 1em;
  height: 38px;
  border: 1px solid #1f5f7a;
  outline: none;
  color: inherit;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.form_input.input_error {
  background-color: #f7e6e6;
}

.lbl_required {
  display: inline-block;
  text-indent: 0;
  color: #fff;
  background: #b20000;
  line-height: 1;
  padding: 5px 5px 4px;
  font-weight: 300;
}

.form_step {
  display: table;
  width: 100%;
  border: 1px solid #1f5f7a;
  margin-bottom: 30px;
}
.form_step .step {
  display: table-cell;
  width: 33.333%;
  text-align: center;
  border-right: 1px solid #1f5f7a;
  vertical-align: middle;
  font-weight: bold;
  padding: 10px;
  position: relative;
}
.form_step .step:last-child {
  border-right: 0;
}
.form_step .step:last-child:after {
  display: none;
}
.form_step .current {
  background: #1F5F7A;
  color: #fff;
}
.form_step .current:after {
  content: "";
  width: 0;
  border-left: 10px solid #1F5F7A;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -8px;
}

.alert_box {
  border: 1px solid #1f5f7a;
  margin: 30px auto;
  max-width: 500px;
  height: 90px;
}
.alert_box:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.alert_box .warning {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.alert_box .warning strong {
  font-size: 133.333%;
}

.form_table .error {
  margin-top: 5px;
}
.form_table .error .formError {
  display: none !important;
  color: #b20000;
}
.form_table .error .formError:first-child {
  display: block !important;
}
.form_table.table {
  margin-bottom: 30px;
}
.form_table th, .form_table td {
  vertical-align: middle;
  padding: 10px 15px !important;
  font-size: 1em;
}
.form_table th {
  font-weight: bold;
  background: #ecf5f8 !important;
  text-align: left;
  width: 180px;
}
.form_table th[rowspan] {
  width: 270px;
}
.form_table .input_lbl {
  display: inline-block;
  vertical-align: middle;
}
.form_table .row_inline {
  white-space: nowrap;
}
.form_table .row_inline .form_group {
  display: inline-block;
  vertical-align: top;
}
.form_table .btn_sm {
  border: 0;
  height: 38px;
  line-height: 38px;
  padding: 0 12px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-appearance: none;
  color: #fff;
  font-weight: normal;
  background: #1F5F79;
  vertical-align: top;
}
.form_table .lbl_required {
  float: right;
}
.form_table .input_med {
  width: 180px;
}
.form_table .input_short {
  width: 90px;
}
.form_table .input_wider {
  width: 120px;
}
.form_table .input_shortest {
  width: 75px;
}
.form_table .input_lg {
  width: 400px;
}
.form_table .input_lgr {
  width: 425px;
}
.form_table .w_80 {
  width: 80px;
}
.form_table .w_200 {
  width: 200px;
}
.form_table .w_100 {
  width: 100px;
}
.form_table .w_250 {
  width: 250px;
}
.form_table .w_245 {
  width: 245px;
}
.form_table .w_500 {
  width: 500px;
}
.form_table textarea.form_input {
  display: block;
  height: 115px;
  width: 500px;
  max-width: 500px;
  margin-bottom: 5px;
  resize: none;
}
.form_table .list_inline > li {
  margin-right: 10px;
}

@media (min-width: 768px) {
  .form_table textarea.form_input {
    border-radius: 0;
  }
}
.inquiry_form .btn.large {
  width: 500px;
}
.inquiry_form .btn.large:disabled {
  background: #333;
  cursor: not-allowed;
  border-color: #333;
}

/*
 * Style form element
 */
select.form_input {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../img/common/ico_dropdown.png) no-repeat right center;
  padding-right: 30px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  select.form_input::-ms-expand {
    display: none;
  }
}
.ie8 select.form_input, .ie9 select.form_input {
  background: none !important;
  padding: 0 !important;
  padding-right: 0 !important;
}

.btn_delete_record {
  display: inline-block;
  color: inherit;
  font-size: 1em;
  border: 0;
  padding: 0 0 0 20px;
  background: transparent url(../img/common/ico_close.png) no-repeat 0 center;
  cursor: pointer;
}

.rad,
.checkbox:not(.input) {
  opacity: 0;
  visibility: hidden;
  width: 0.1px;
  height: 0.1px;
  position: absolute;
}

.rad + .rad_lbl {
  display: inline-block;
  padding-left: 30px;
  background: url(../img/common/radio_checkbox.png) no-repeat 0 2px;
}
.rad:checked + .rad_lbl {
  background-position: 0 -52px;
}

.input input[type="radio"],
.input input[type="checkbox"] {
  opacity: 1;
  width: auto;
  height: auto;
  visibility: visible;
  position: static;
}

.input.radio label {
  display: inline-block;
  position: relative;
  margin-right: 5px;
}
.input.radio input[type="radio"] {
  display: inline-block;
  vertical-align: middle;
  opacity: 1;
  width: auto;
  height: auto;
  visibility: visible;
  position: static;
  margin-right: 15px;
}
.input.radio input[type="radio"]:before {
  content: "";
  width: 21px;
  height: 21px;
  background: url(../img/common/radio_checkbox.png) no-repeat 0 0;
  position: absolute;
  left: 0;
  top: 2px;
  z-index: 90;
}
.input.radio input[type="radio"]:checked:before {
  background-position: 0 -54px;
}

/*.checkbox + .lbl_chk {
  display: inline-block;
  padding-left: 30px;
  background: url(../img/common/ico_checkbox.png) no-repeat 0 2px;
}*/
.checkbox:checked + .lbl_chk {
  background-position: 0 -77px;
}

.input.checkbox .checkbox:before {
  content: "";
  width: 20px;
  height: 23px;
  background: url(../img/common/ico_checkbox.png) no-repeat 0 2px;
  display: inline-block;
  margin-left: -5px;
  margin-top: -7px;
}
.input.checkbox .checkbox:checked:before {
  background-position: 0 -77px;
}

.response_output {
  color: #b20000;
}

.file_upload_style {
  margin-bottom: 5px;
}
.file_upload_style input[type="file"] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.file_upload_style .btn_file_style,
.file_upload_style .file_area {
  display: inline-block;
  vertical-align: middle;
}
.file_upload_style .btn_file_style {
  background: #1f5f79;
  color: #fff;
  max-height: 38px;
  padding: 5px 12px;
  border-radius: 4px;
  cursor: pointer;
}
.file_upload_style .file_area {
  background: transparent none;
  border: 0;
  font-size: 1em;
  color: inherit;
}

@media (max-width: 767px) {
  .form_step {
    border: 0;
  }
  .form_step .step {
    display: block;
    width: auto;
    font-size: 20px;
    margin-right: 10px;
  }
  .form_step .step:not(.current) {
    display: none;
  }
  .form_step .step:last-child {
    margin-right: 0;
  }

  .form_table .btn_sm {
    vertical-align: middle;
    position: relative;
    top: -1px;
  }
  .form_table .input_lbl {
    display: inline;
  }
  .form_table th, .form_table td {
    display: block;
    border: 0 !important;
    width: 100% !important;
  }
  .form_table tr th {
    background: none transparent !important;
    font-size: 18px;
  }
  .form_table .form_input {
    width: auto !important;
    height: 48px;
    -webkit-appearance: none;
    box-shadow: none;
  }
  .form_table .form_input.input_lg, .form_table .form_input.input_lgr:not(.label_last) {
    width: 100% !important;
  }
  .form_table .form_input.input_lgr.label_last {
    width: 85% !important;
  }
  .form_table textarea.form_input {
    width: 100% !important;
    max-width: none;
  }
  .form_table select.w_250 {
    width: 100% !important;
  }
  .form_table .lbl_required {
    float: none;
    margin-left: 10px;
  }
  .form_table .list_inline > li {
    display: block;
    margin: 0 0 3px;
  }
  .form_table .list_inline > li:last-child {
    margin-bottom: 0;
  }

  .form_inputs .form_table tr th {
    padding: 0 !important;
    text-indent: 4px;
  }
  .form_inputs .form_table tr td {
    padding: 8px 0 20px !important;
  }

  .form_table .row_inline {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .form_table .row_inline .form_group {
    white-space: nowrap;
  }
  .form_table .row_inline.two_item .form_group {
    width: 50%;
  }
  .form_table .row_inline.two_item .form_group .form_input {
    width: 70% !important;
  }
  .form_table .row_inline.third_item .form_group {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    width: 20%;
  }
  .form_table .row_inline.third_item .form_group .form_input {
    width: 80% !important;
  }
  .form_table .row_inline.third_item .form_group:last-child {
    -webkit-flex-grow: 2;
    flex-grow: 2;
  }
  .form_table .row_inline.third_item .form_group:last-child .form_input {
    width: 100% !important;
  }
  .form_table .row_inline.datetime_item .form_group {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    width: 20%;
  }
  .form_table .row_inline.datetime_item .form_group:first-child {
    -webkit-flex-grow: 2;
    flex-grow: 2;
  }
  .form_table .row_inline.datetime_item .form_group .form_input {
    width: 70% !important;
  }
  .form_table .row_inline.tel_col .form_group .form_input {
    width: 28% !important;
  }

  .rad_lbl.block {
    display: block;
    margin-bottom: 15px;
    text-align: left;
  }
  .rad_lbl.block:last-of-type {
    margin-bottom: 0;
  }
}
/**
 * Table
 */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  background: #fff;
  padding: 8px;
  vertical-align: middle;
  /*border: 1px solid #1f5f7a;*/
  border-right: 1px solid #1f5f7a;
  border-bottom: 1px solid #1f5f7a
}

.table > thead > tr > th {
  background: #ecf5f8;
  font-weight: bold;
}

.table > thead.white > tr > th {
  background: #fff !important;
}

.table_responsive {
  min-height: .01%;
  overflow-x: auto;
}

.text_center td,
.text_center th {
  text-align: center;
}

.style_1 .col1,
.style_1 .col2 {
  width: 25%;
}

.style_2 .col1, .style_2 .col2 {
  width: 30%;
}

.style_3 thead th, .style_3 thead td {
  text-align: center !important;
}
.style_3 th {
  width: 20%;
  text-align: center;
  font-weight: bold;
  background: #ecf5f8 !important;
}
.style_3 td {
  width: 40%;
}

.style_4 th, .style_4 td {
  width: 33.333%;
}

.table_responsive .abso {
  display: none;
}

@media (max-width: 767px) {
  .table_responsive {
    position: relative;
    margin-bottom: 30px;
  }

  .table_responsive .table {
    margin-bottom: 0;
  }

  .wrap_table {
    width: 100%;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .wrap_table::-webkit-scrollbar {
    display: none;
  }

  .table_responsive .table > thead > tr > th,
  .table_responsive .table > tbody > tr > th,
  .table_responsive .table > tfoot > tr > th,
  .table_responsive .table > thead > tr > td,
  .table_responsive .table > tbody > tr > td,
  .table_responsive .table > tfoot > tr > td {
    white-space: nowrap;
    width: auto;
  }

  .table_responsive .table:not(.text_center) > thead > tr > th,
  .table_responsive .table:not(.text_center) > tbody > tr > th,
  .table_responsive .table:not(.text_center) > tfoot > tr > th,
  .table_responsive .table:not(.text_center) > thead > tr > td,
  .table_responsive .table:not(.text_center) > tbody > tr > td,
  .table_responsive .table:not(.text_center) > tfoot > tr > td {
    text-align: left;
  }

  .table_responsive .hide {
    width: 100%;
    overflow: hidden;
  }

  .table_responsive .abso {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
  }

  .table_responsive .wrap_table .scroll_left {
    cursor: pointer;
    position: absolute;
    width: 21px;
    height: 21px;
    background: url(../img/common/scroll_table.png) no-repeat;
    right: 10px;
    z-index: 999;
  }
}
.table_default th,
.table_default td {
  text-align: left;
  vertical-align: top;
  border: 0;
}

/* dl list shown table */
.table dl {
  display: table;
  width: 100%;
  border-left: 1px solid #1f5f7a;
  border-right: 1px solid #1f5f7a;
  border-bottom: 0;
}
.table dl:first-child {
  border-top: 1px solid #1f5f7a;
}
.table dl dt, .table dl dd {
  border-bottom: 1px solid #1f5f7a;
  padding: 10px;
  display: table-cell;
  vertical-align: middle;
}
.table dl dt {
  background: #ecf5f8;
  border-right: 1px solid #1f5f7a;
}
.table dl dd .ol_number {
  list-style-type: decimal;
  padding-left: 1.5em;
}
.table dl.thead dt {
  font-weight: bold;
}
.table dl.style_1 dt {
  width: 30%;
}
.table dl.style_2 dt {
  width: 20%;
}

@media (max-width: 767px) {
  .table_default th,
  .table_default td {
    display: block;
  }

  .table dl,
  .table dl dt,
  .table dl dd {
    display: block;
  }

  .table dl {
    border: 0 !important;
  }
  .table dl dt, .table dl dd {
    width: 100% !important;
    border: 0;
  }
  .table dl:not(.highlight) dt {
    padding: 0 !important;
    background: none transparent;
    margin-bottom: 5px;
  }
  .table dl:not(.highlight) dd {
    border: 1px solid #1f5f7a;
    margin-bottom: 20px;
  }

  .fixed_w_tbl_first_col .wrap_narrow {
    width: 96px;
    white-space: normal;
  }
}
/**
 * Modal popup
 */
.modal {
  position: absolute;
  z-index: 10000;
  /* 1 */
  top: 0;
  left: 100%;
  width: 1000px;
  visibility: hidden;
  display: none;
}
@media screen and (min-width: 1200px) {
  .main_nav .modal {
    height: 100%;
  }
}
.modal.is_visible {
  visibility: visible;
  display: block;
}
.modal.is_visible .modal_overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.modal.is_visible .modal_transition {
  opacity: 1;
}

.modal_overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal_wrapper {
  padding: 10px 0 0;
  z-index: 9999;
  background: rgb(236, 245, 248);
}
@media screen and (min-width: 1200px) {
  .modal_wrapper {
    background-color: rgb(236,245,248);
  }
}

.modal_transition {
  -webkit-transition: all 0.3s 0.12s;
  transition: all 0.3s 0.12s;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.modal_header {
  position: relative;
}

.modal_close {
  position: absolute;
  bottom: 10px;
  right: 25px;
  color: #aaa;
  background: none;
  border: 0;
  padding: 0;
}
.main_nav .modal_close {
  padding: 5px;
  background: #235f79;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  outline: none;
}

.modal_heading {
  text-align: left;
  font-size: 22px;
  font-weight: bold;
  border-bottom: 1px solid #307ca6;
  margin: 0;
  padding: 8px 35px;
  background: url(../img/common/angle_right.png) no-repeat 20px center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.modal_content:after {
  content: '';
  display: table;
  clear: both;
}

/*
 * Modal popup new window
 */
.jq_modal {
  max-width: 940px;
  margin: 0 auto;
  padding: 10px 19px;
  border: 1px solid #1f5f7a;
}
.jq_modal .btn_close {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #307ca6;
  text-align: center;
}
.jq_modal .close_window {
  font-size: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 60px;
}

@media (max-width: 767px) {
  .jq_modal {
    padding: 10px;
  }
}
/* Layout */
.row {
  *zoom: 1;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}

.col_md_3,
.col_md_4,
.col_md_6 {
  float: left;
}

.col_md_3 {
  width: 25%;
}

.col_md_6 {
  width: 50%;
}

@media (max-width: 767px) {
  .col_md_6, .col_md_3 {
    float: none;
    width: auto;
  }
}
.col_md_4 {
  width: 33.3333%;
}

/* Breadcrumb */
.breadcrumb {
  font-size: 12px;
  padding: 8px 15px;
  color: #1e526c;
  overflow: hidden;
}
.breadcrumb li {
  margin-right: 12px;
  float: left;
  padding-top: 1px;
}
.breadcrumb li:before {
  content: ">";
  display: inline-block;
  margin-right: 2px;
}
.breadcrumb li a {
  text-decoration: underline;
  color: inherit;
}
.breadcrumb li a:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}
.grid_layout {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.grid_layout.layout_3col .panel {
  width: 31.111%;
}
.grid_layout.layout_4col .panel {
  width: 24%;
}
.grid_layout.content_align_mid_cen .panel {
  text-align: center;
  padding: 10px 0;
  display: block;
  display: -webkit-flex;
  display: flex;
  -webkit-align-self: stretch;
  align-self: stretch;
}
.grid_layout.content_align_mid_cen .panel .panel_body {
  -webkit-align-self: center;
  align-self: center;
  width: 100%;
}

.ie8 .grid_layout, .ie9 .grid_layout, .ie10 .grid_layout {
  -js-display: flex;
  width: 900px !important;
}

.panel {
  font-size: 16px;
  border: 1px solid #a9d0df;
  color: inherit;
}
.panel > a {
  display: block;
}
.panel .panel_heading {
  text-align: center;
  font-weight: bold;
  padding: 15px 10px;
  background: #ecf5f8;
  border-bottom: 1px solid #a9d0df;
}
.panel .panel_heading h3 {
  display: inline-block;
  background: url(../img/common/angle_right.png) no-repeat 0 center;
  background-size: 6px auto;
  padding-left: 10px;
  font-size: 1em;
}
.panel .panel_heading h3 a {
  color: inherit;
}
.panel .panel_body {
  padding: 10px;
}
.panel .panel_body .img {
  display: block;
  margin-bottom: 10px;
  text-align: center;
}

.thick_none .panel {
  border: 0;
}
.thick_none:not(.list_thumb) figure img {
  width: 100%;
}

@media (min-width: 768px) {
  .grid_2col {
    overflow: hidden;
  }
  .grid_2col .box {
    float: left;
    width: 44.4444%;
    margin-left: 3.3333%;
  }

  .layout_2col {
    overflow: hidden;
    margin-left: -10px;
    margin-right: -10px;
  }
  .layout_2col .col {
    float: left;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .layout_2col_stroke {
    overflow: hidden;
  }
  .layout_2col_stroke .col {
    float: left;
    width: 430px;
    margin-right: 40px;
  }
  .layout_2col_stroke .col:nth-child(2n) {
    margin-right: 0;
  }
}
.layout_2col_stroke .col {
  border: 1px solid #307ca6;
  padding: 20px;
}

.grid_2col .box {
  margin-bottom: 30px;
}

.block_cen {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .grid_layout {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .grid_layout.slick-slider {
    display: block !important;
  }
  .grid_layout.layout_3col:not(.slick-slider) .panel {
    width: 100% !important;
  }
  .grid_layout.layout_4col:not(.slick-slider) .panel {
    width: 100% !important;
  }
  .grid_layout .panel {
    margin-bottom: 30px;
    font-size: 14px;
  }
  .grid_layout .panel.last {
    margin-bottom: 0;
  }
  .grid_layout .panel .panel_heading {
    font-size: 18px;
  }
  .grid_layout .panel .panel_body {
    padding: 15px 25px;
    width: 100%;
  }

  .layout_2col .col, .layout_2col_stroke .col {
    margin-bottom: 20px;
  }
}
/* Box service */
.box_service,
.slider_item {
  border-right: 1px solid #ecf5f8;
  border-bottom: 1px solid #ecf5f8;
}
.box_service .img_featured,
.slider_item .img_featured {
  position: relative;
}
.box_service .img_featured .num,
.slider_item .img_featured .num {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}

.block_services .box_service {
  float: left;
  display: block;
  width: 50%;
  position: relative;
  overflow: hidden;
}
.block_services .box_service .img_featured {
  height: 80%;
  overflow: hidden;
}
.block_services .box_service .img_featured img {
  width: 100%;
}
.block_services .box_service .img_featured .num {
  width: 19.5%;
}
.block_services .box_service .service_title {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #fff;
  text-align: center;
  font-size: 19px;
  height: 50px;
  line-height: 1.2;
}
.block_services .box_service .service_title.small {
  font-size: 16px;
}
.block_services .box_service .service_title:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.block_services .box_service .service_title:after {
  content: "";
  width: 100%;
  height: 5px;
  background: url(../img/bg_service_heading.png) no-repeat center 0;
  position: absolute;
  left: 0;
  bottom: 100%;
  margin-bottom: -1px;
  z-index: 10;
}
.block_services .box_service .service_title p {
  display: inline-block;
  vertical-align: middle;
}
.block_services .tail_note {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 10px;
  padding: 10px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  text-align: center;
  z-index: 90;
  background: #307ca6;
  background: rgba(48, 124, 166, 0.8);
}
.block_services .tail_note:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.block_services .tail_note .tail_note_box {
  display: inline-block;
  vertical-align: middle;
  width: 96%;
  font-size: 12px;
  color: #fff;
}
.block_services .tail_note .tail_note_box.lg_fonts {
  font-size: 16px;
  margin-top: -50px;
}
.block_services .tail_note .tail_note_box img {
  display: inline-block;
  width: 45px;
  margin-bottom: 4px;
}
.block_services .key_color_1 .tail_note {
  background: #ee6a42;
  background: rgba(238, 106, 66, 0.8);
}
.block_services .key_color_2 .tail_note {
  background: #33948f;
  background: rgba(51, 148, 143, 0.8);
}
.block_services .key_color_3 .tail_note {
  background: #de6ea9;
  background: rgba(222, 110, 169, 0.8);
}
.block_services .key_color_4 .tail_note {
  background: #64a43d;
  background: rgba(100, 164, 61, 0.8);
}
.block_services .col_md_4 .box_service {
  width: 100%;
  float: none;
}
@media (min-width: 1200px) {
  .block_services .col_md_4 .box_service .service_title {
    height: 65px;
  }
}
.block_services .col_md_4 .box_service .img_featured .num {
  width: 15%;
}
.block_services .box_service:hover .tail_note,
.block_services .slider_item .img_featured:hover .tail_note {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  top: 0;
}

.key_color_1 {
  color: #ee6a42;
}

.key_color_2 {
  color: #33948f;
}

.key_color_3 {
  color: #de6ea9;
}

.key_color_4 {
  color: #64a43d;
}

.key_color_5 {
  color: #307ca6;
}

@media (max-width: 767px) {
  .box_service,
  .slider_item {
    border: 0;
  }

  .block_services .divide_col,
  .block_services .row_inline .col_md_6,
  .block_services .flexbox_2col {
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-flex-wrap: wrap;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .block_services .box_service {
    float: none;
    width: auto;
    height: auto !important;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    border-bottom: 1px solid #d4e8ef;
  }
  .block_services .box_service .img_featured {
    display: none !important;
  }
  .block_services .box_service .tail_note {
    display: none;
  }
  .block_services .box_service .service_title {
    position: relative;
    font-size: 15px;
    height: 50px !important;
    margin: 0 !important;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .block_services .box_service .service_title.small {
    font-size: 14px;
  }
  .block_services .box_service .service_title:after {
    display: none;
  }
  .block_services .box_service .service_title:before {
    width: 5px;
    position: absolute;
    left: 0;
    top: 0;
    background: #307ca6;
    z-index: 5;
  }
  .block_services .key_color_1 .service_title:before {
    background-color: #ee6a42;
  }
  .block_services .key_color_2 .service_title:before {
    background-color: #33948f;
  }
  .block_services .key_color_3 .service_title:before {
    background-color: #de6ea9;
  }
  .block_services .key_color_4 .service_title:before {
    background-color: #64a43d;
  }

  .flexbox_2col {
    border-top: 1px solid #d4e8ef;
  }
  .flexbox_2col > * {
    width: auto;
    float: none;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
  .flexbox_2col > .full_width {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }

  .inline_sp .flexbox_2col > * {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.list_inline_cen {
  text-align: center;
}
.list_inline_cen .item {
  display: inline-block;
  margin: 0 14px 25px;
}
.list_inline_cen .item figure figcaption {
  display: block;
  margin-top: 3px;
}

/* Tab content */
.tabs {
  overflow: hidden;
  border-left: 1px solid #a9d0df;
}
.tabs li {
  float: left;
  border-top: 1px solid #a9d0df;
  border-right: 1px solid #a9d0df;
}
.tabs li a {
  display: block;
  font-size: 19px;
  padding: 8px 15px;
}

.tab_content {
  border: 1px solid #a9d0df;
  display: none;
  padding: 10px 15px;
}
.tab_content.has_map {
  padding: 10px;
}
.tab_content.current {
  display: block;
}

/* Tab content バックナンバー */
.tabs_bg {
  overflow: hidden;
  /*border-left: 1px solid #a9d0df;*/
}
.tabs_bg li {
  float: left;
  background:#205f7b;
  border-right: 1px solid #FFF;
  /*border-top: 1px solid #a9d0df;
  border-right: 1px solid #a9d0df;*/
}
.tabs_bg li a {
  display: block;
  font-size: 19px;
  padding: 8px 15px;
  color:#FFF;
}

.tab_content_bg {
  /*border: 1px solid #a9d0df;*/
  display: none;
  /*padding: 10px 15px;*/
}
.tab_content_bg.has_map {
  padding: 10px;
}
.tab_content_bg.current {
  display: block;
  color:#FF0;
}

@media (max-width: 1199px) {
  .tab_content {
    padding-top: 18px;
  }
}
/* Pager slider */
.slick-arrow {
  /* reset button */
  -webkit-appearance: none;
  border-radius: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
  box-shadow: none;
  outline: none;
}

/**
 * Text style
 */
.box_inline.has_thumb {
  *zoom: 1;
}
.box_inline.has_thumb:after {
  content: "";
  display: table;
  clear: both;
}

.has_thumb.thumb_right .thumb {
  float: right;
  margin-left: 30px;
  width: 300px;
  text-align: right;
}
.has_thumb.thumb_right .thumbw150 {
  float: right;
  margin-left: 30px;
  width: 150px;
  text-align: right;
}
.ov_hidden{
	overflow:hidden;
}
.has_thumb.thumb_right .thumb.w_a {
  width: auto;
}
@media (min-width: 1200px) {
  .has_thumb.thumb_right .box_fl {
    width: 570px;
  }
}
.has_thumb.thumb_left .thumb, .has_thumb.thumb_left .list_thumb {
  float: left;
  margin-right: 30px;
}
.has_thumb.thumb_left .w300 {
  width: 300px;
}
@media (min-width: 1200px) {
  .has_thumb.thumb_left .box_fr {
    float: right;
    width: 560px;
  }
}

.thumb_right .list_thumb {
  float: right;
}
.thumb_right .list_thumb.text_right {
  text-align: right;
}

.list_thumb .item {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
  text-align: center;
}
.list_thumb .item:first-child {
  margin-left: 0;
}
.list_thumb.cen_block .item {
  margin-left: 11px;
  margin-right: 11px;
}
.list_thumb.space_between .item {
  margin-right: 20px;
}
.list_thumb.space_between .item:last-child {
  margin-right: 0;
}

.thumb figcaption, .list_thumb figcaption {
  text-align: center;
  display: block;
  margin-top: 5px;
}
.thumb figcaption.small, .list_thumb figcaption.small {
  font-size: 0.889em;
  line-height: 1.3;
}

@media (min-width: 1200px) {
  .list_thumb .panel:first-child + .panel {
    text-align: center;
  }
  .list_thumb .panel:last-child {
    text-align: right;
  }
  .list_thumb .panel figcaption, .list_thumb .panel p {
    font-size: 18px;
  }
}
.txt .lead {
  font-size: 24px;
}
.txt p {
  margin-bottom: 30px;
}
.txt .txt_link {
  color: #993300;
  text-decoration: underline;
}
.txt .txt_link:hover {
  text-decoration: none;
}
.txt a {
  color: #205f7b;
}

.docs_link {
  text-decoration: underline;
  color: #205f7b;
  overflow: hidden;
  display: inline-block;
}
.docs_link .icon {
  float: left;
  display: inline-block;
  font-size: 0.8889em;
  background: #205f7b;
  color: #fff;
  padding: 5px;
  margin-right: 10px;
  line-height: 1;
  text-transform: uppercase;
}
.docs_link span {
  display: block;
}
.docs_link .pdf + span {
  padding-left: 3em;
}
.docs_link .word + span {
  padding-left: 4em;
}
.menu_icon {
  float: left;
  display: inline-block;
  font-size: 0.8889em;
  background: #205f7b;
  color: #fff;
  padding: 5px;
  margin-right: 10px;
  line-height: 1;
  text-transform: uppercase;
  width:165px;
  text-align:center;
}
.menu_icon span {
  display: block;
}
.menu_icon + span {
  padding-left: 3em;
}
/*.menu_icon .re{
	background:#900;
}
.menu_icon .bl{
	background:#06F;
}
.menu_icon .gr{
	background:#390;
}
*/

.link {
  color: #993300 !important;
  text-decoration: underline !important;
}

/*
 * List link
 * ••••••••••••••••••••••
 * ––––––––––––––––––––––
 */
.list_link li {
  display: block;
  border-bottom: 1px solid;
  padding: 5px 10px;
  margin-bottom: 10px;
}
.list_link li:last-child {
  margin-bottom: 0;
}
.list_link li a {
  display: inline-block;
  color: inherit;
  padding-left: 15px;
  background: url(../img/common/angle_right_m.png) no-repeat 0 8px;
  -webkit-background-size: 6px auto;
  background-size: 6px auto;
}

/* List decimal */
.list_decimal,
.list_disc {
  margin-left: 1.2em;
}
.list_decimal > li,
.list_disc > li {
  margin-bottom: 0.4em;
  text-indent: 0 !important;
}
.list_decimal > li:last-child,
.list_disc > li:last-child {
  margin-bottom: 0 !important;
}

.list_decimal > li {
  list-style: decimal;
  padding-left: 0.5em;
}

.list_disc > li {
  list-style: disc;
  padding-left: 0;
}

@media (max-width: 767px) {
  .txt .lead {
    font-size: 22px;
  }

  .break_sp .fr, .break_sp .fl {
    float: none;
  }
  .break_sp figure {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .has_thumb.thumb_right .fl {
    float: none;
  }
  .has_thumb.thumb_right .thumb, .has_thumb.thumb_left .thumb, .has_thumb.thumb_cen .thumb, .has_thumb.thumb_right .thumbw150{
    float: none;
    width: 80%;
    margin: 20px auto;
    text-align: center;
  }
  .has_thumb.thumb_right .fullwidth, .has_thumb.thumb_left .fullwidth, .has_thumb.thumb_cen .fullwidth {
    width: 100%;
  }
  .has_thumb.thumb_right .fullwidth img, .has_thumb.thumb_left .fullwidth img, .has_thumb.thumb_cen .fullwidth img {
    width: 100%;
  }
  .has_thumb .list_thumb {
    float: none;
    text-align: center !important;
  }
  .has_thumb.thumb_left .thumb, .has_thumb.thumb_left .list_thumb {
    float: none;
    margin: 0 auto;
  }
  .has_thumb.thumb_left .thumb {
    margin-bottom: 20px;
  }

  .list_thumb .item {
    display: block;
    margin: 0 0 20px;
  }
  .list_thumb .item:last-child {
    margin-bottom: 0;
  }

  .list_decimal > li {
    padding-left: 0;
  }
}
.block_basic, .block_rabasic {
  border: 1px solid #2e86ac;
  background: #f6fafc;
  padding: 20px;
}

.block_rabasic {
  border-radius: 5px;
}

/**
 * List faq
 */
.list_faq dt, .list_faq dd {
  padding-left: 45px;
  margin-bottom: 20px;
}
.list_faq dt {
  background: url(../img/common/ico_question.png) no-repeat 0 0;
  color: #930;
}
.list_faq dd {
  background: url(../img/common/ico_answer.png) no-repeat 0 0;
}

@media (max-width: 767px) {
  .list_faq dt, .list_faq dd {
    padding-left: 40px;
  }

  .block_basic, .block_rabasic,
  .block_rabasic {
    padding: 15px;
  }
}
/*
 * Search result
 */
.search_data .search_result {
  margin-bottom: 30px;
}
.search_data .search_result .search_title {
  text-decoration: underline;
  color: inherit;
}
.search_data .search_result .search_uri {
  font-size: 0.778em;
}
.search_data .search_result .search_desc {
  border: 1px solid #ccc;
  padding: 6px 10px;
  margin-top: 4px;
}

/*
 * Sitemap
 */
.sitemap .line {
  overflow: hidden;
  margin-bottom: 50px;
}
@media (min-width: 1200px) {
  .sitemap dl {
    float: left;
    width: 30%;
    margin-right: 5%;
  }
  .sitemap dl:nth-child(3n) {
    margin-right: 0 !important;
  }
}
.sitemap a {
  display: inline-block;
  color: inherit;
}
.sitemap dt > a,
.sitemap dt > span {
  display: inline-block;
  font-size: 1.111em;
  font-weight: bold;
  background: url(../img/common/ico_file.png) left 2px no-repeat;
  padding-left: 30px;
  margin-bottom: 20px;
}
.sitemap dd li {
  margin-bottom: 10px;
}
.sitemap .thicker ul ul li {
  margin-bottom: 0;
}
.sitemap dd ul li:last-child {
  margin-bottom: 0;
}
.sitemap dd a {
  background: url(../img/common/angle_right_m.png) no-repeat 0 5px;
  background-size: 6px auto;
  padding-left: 15px;
  line-height: 1.2;
}
.sitemap dd ul ul {
  padding: 20px 0 10px 20px;
}

@media (max-width: 767px) {
  .sitemap .line {
    margin-bottom: 0;
  }

  .sitemap .line dl {
    margin-bottom: 22px;
  }
  .sitemap .line dl dd a {
    padding-left: 12px;
    background-position: 0 4px;
  }
  .sitemap .line dl dd ul ul {
    padding-left: 12px;
  }

  .sitemap .thicker ul ul li {
    margin-bottom: 3px;
  }
}
/* Visible & hidden */
.visible_xs,
.visible_md,
.visible_lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible_xs {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .visible_md {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible_lg {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .hidden_xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .hidden_md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden_lg {
    display: none !important;
  }
}
/* loading icon */
.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.se-pre-con {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  background: url(../img/loading_icon.gif) center center no-repeat white;
}

/*1828行目　list_primary btn_primary_o */
/*講習会ボタン*/

/*ボタン：ご確認事項*/
a.height_line_btn span{
	background-position:left center;
}

/*ボタン：日程とお申込みはこちら*/
a.height_2line_btn{
	height:84px;
	vertical-align:middle;
	padding:25px;
/*	display: flex;
	justify-content: center;
	align-items: center;*/
}
a.height_2line_btn span{
	background-position:left center;
}

red{
	color: #b20000;
}

.ml47{
	margin-left:47px;
}

