@charset "UTF-8";
/*====================================================================================================
//////////////////////////////////////////////////////////////////////////////////////////////////////

    version: 1.0
    created: 2017/01/01
    update : -

//////////////////////////////////////////////////////////////////////////////////////////////////////
====================================================================================================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&family=Noto+Serif+JP:wght@200;300;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap");
@font-face {
  font-family: "icon";
  src: url("../../fonts/icon.woff");
}
.icon-001_linkarw {
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\e001";
  vertical-align: middle;
}

.icon-arrow_right {
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\e002";
  vertical-align: middle;
}

.icon-arrow_up {
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\e003";
  vertical-align: middle;
}

.icon-ico_balloon {
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\e004";
  vertical-align: middle;
}

.icon-ico_blank {
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\e005";
  vertical-align: middle;
}

.icon-ico_calendar {
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\e006";
  vertical-align: middle;
}

.icon-ico_dl {
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\e007";
  vertical-align: middle;
}

.icon-mod_ico_minus {
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\e008";
  vertical-align: middle;
}

/*====================================================================================================

format

====================================================================================================*/
html {
  overflow-y: scroll;
}

body {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

p {
  margin-top: 0;
}

ul,
ol {
  padding-left: 0;
  list-style: none;
  letter-spacing: -0.5em;
}

li {
  letter-spacing: 0;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

table th > *:last-child,
table td > *:last-child {
  margin-bottom: 0 !important;
}

hr {
  display: none;
}

img {
  border: none;
  vertical-align: middle;
}

li img {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  vertical-align: middle;
}

button,
input[type=button],
input[type=submit],
input[type=reset] {
  cursor: pointer;
}

button,
input[type=button],
input[type=submit],
input[type=reset],
select {
  appearance: none;
}

button {
  display: inline-block;
  border: none;
  padding: 0;
  background: none;
}

button::-moz-focus-inner {
  border: none;
  padding: 0;
}

:placeholder-shown {
  color: #cccccc;
}

::-webkit-input-placeholder {
  color: #cccccc;
}

::-moz-placeholder {
  color: #cccccc;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #cccccc;
}

em,
address,
small {
  font-style: normal;
}

em {
  font-weight: 700;
}

article,
aside,
dialog,
figure,
footer,
header,
menu,
nav,
section,
mark,
audio,
video,
picture,
source,
main {
  display: block;
  margin: 0;
  border: 0;
  padding: 0;
  outline: 0;
}

fieldset {
  margin: 0;
  border: none;
  padding: 0;
}

/*====================================================================================================

base

====================================================================================================*/
html,
body {
  height: 100%;
}

body {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt" 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 768px) {
  body {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}

a {
  color: #008CC5;
  text-decoration: none;
}
@media (min-width: 768px) {
  a[href*="tel:"] {
    cursor: text;
    text-decoration: none;
    pointer-events: none;
    color: #000000;
  }
  a[href*="tel:"] img {
    cursor: default;
  }
}
button,
input,
select,
textarea {
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 768px) {
  button,
  input,
  select,
  textarea {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  button,
  input,
  select,
  textarea {
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}

#document {
  overflow: hidden;
  margin: 0 auto;
  min-height: 100%;
}
@media (min-width: 768px) {
  #document {
    min-width: 1160px;
  }
  #document:not(.home) {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  #document {
    min-width: 320px;
  }
  #document:not(.home) {
    padding-top: 50px;
  }
}

.loadWindow {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: #ffffff;
  z-index: 9999;
  transition: opacity 0.3s ease;
}
.loadWindow.is_anim {
  opacity: 0;
}

/* Header
--------------------------------------------------------------------------------------------------- */
#gheader {
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  transition: 0.8s ease;
}
#gheader .content {
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#gheader .logo {
  margin: 0;
}
#gheader.is_scrolled {
  background: #fff;
}
#gheader:not(.home) {
  background: #fff;
}
#gheader:not(.home) .unav, #gheader:not(.home) .buttons {
  font-weight: normal;
}
#gheader:not(.home) a {
  color: #000;
}
@media (min-width: 768px) {
  #gheader:not(.home) .content {
    height: 60px;
  }
  #gheader:not(.home) .buttons > li:nth-child(2) a {
    background: #008CC5;
    color: #FFF;
    font-weight: bold;
  }
  #gheader:not(.home) .buttons > li:nth-child(2) a:hover {
    background: #24C0FF;
  }
  #gheader .logo a span {
    overflow: hidden;
    display: block;
    text-indent: 200%;
    white-space: nowrap;
    line-height: 1;
    background-image: url("../../images/common/mod_img_sprite.png");
    width: 80px;
    height: 21px;
    background-position: 0px 0px;
    background-size: 191px 111px;
  }
  #gheader .content {
    margin: 0 auto;
    width: 1160px;
  }
  #gheader .menu {
    display: flex;
    width: 100%;
    margin-left: 66px;
    align-items: center;
  }
  #gheader .openMenu {
    display: none;
  }
  #gheader .sns {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #gheader:not(.home) .logo a span {
    overflow: hidden;
    display: block;
    text-indent: 200%;
    white-space: nowrap;
    line-height: 1;
    background-image: url("../../images/common/mod_img_sprite.png");
    width: 61px;
    height: 16px;
    background-position: -130px 0px;
    background-size: 191px 111px;
  }
  #gheader:not(.home) .openMenu button {
    box-sizing: content-box;
    display: block;
    width: 20px;
    height: 14px;
    position: relative;
    padding: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 200%;
  }
  #gheader:not(.home) .openMenu button::before, #gheader:not(.home) .openMenu button::after {
    display: block;
    height: 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: calc(100% - 20px);
    margin: auto;
    background: #2168C1;
  }
  #gheader:not(.home) .openMenu button::before {
    content: "";
    transition: 0.3s;
  }
  #gheader:not(.home) .openMenu button > span {
    width: calc(100% - 20px);
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
  }
  #gheader:not(.home) .openMenu button > span::before, #gheader:not(.home) .openMenu button > span::after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.3s;
  }
  #gheader:not(.home) .openMenu button > span::before {
    top: 10px;
  }
  #gheader:not(.home) .openMenu button > span::after {
    bottom: 10px;
  }
  #gheader:not(.home) .openMenu button span::before, #gheader:not(.home) .openMenu button span::after {
    height: 2px;
    background: #2168C1;
  }
  #gheader:not(.home) .openMenu button.is_active::before {
    opacity: 0;
    right: -10px;
  }
  #gheader:not(.home) .openMenu button.is_active span::before {
    top: 50%;
    margin-top: -2px;
    transform: rotate(45deg);
  }
  #gheader:not(.home) .openMenu button.is_active span::after {
    bottom: 50%;
    transform: rotate(-45deg);
  }
  #gheader:not(.home) .openMenu button.is_active span:before, #gheader:not(.home) .openMenu button.is_active span:after {
    background: #fff;
  }
  #gheader.home .openMenu button {
    box-sizing: content-box;
    display: block;
    width: 20px;
    height: 14px;
    position: relative;
    padding: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 200%;
  }
  #gheader.home .openMenu button::before, #gheader.home .openMenu button::after {
    display: block;
    height: 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: calc(100% - 20px);
    margin: auto;
    background: #fff;
  }
  #gheader.home .openMenu button::before {
    content: "";
    transition: 0.3s;
  }
  #gheader.home .openMenu button > span {
    width: calc(100% - 20px);
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
  }
  #gheader.home .openMenu button > span::before, #gheader.home .openMenu button > span::after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.3s;
  }
  #gheader.home .openMenu button > span::before {
    top: 10px;
  }
  #gheader.home .openMenu button > span::after {
    bottom: 10px;
  }
  #gheader.home .openMenu button span::before, #gheader.home .openMenu button span::after {
    height: 2px;
    background: #fff;
  }
  #gheader.home .openMenu button.is_active::before {
    opacity: 0;
    right: -10px;
  }
  #gheader.home .openMenu button.is_active span::before {
    top: 50%;
    margin-top: -2px;
    transform: rotate(45deg);
  }
  #gheader.home .openMenu button.is_active span::after {
    bottom: 50%;
    transform: rotate(-45deg);
  }
  #gheader .content {
    padding: 0 5px 0 15px;
  }
  #gheader .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1A6D98;
    overflow: auto;
    padding: 72px 40px;
    box-sizing: border-box;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s;
  }
  #gheader .menu.is_active {
    pointer-events: all;
    opacity: 1;
  }
  #gheader .menu .unav {
    border-top: 1px solid #66BADD;
    margin-bottom: 0;
  }
  #gheader .menu .unav > li {
    border-bottom: 1px solid #66BADD;
  }
  #gheader .menu .unav > li a {
    font-size: 1rem;
    font-weight: bold;
    display: block;
    padding: 26px 0;
    color: #fff;
  }
  #gheader .menu .buttons {
    margin: 0 0 80px;
  }
  #gheader .menu .buttons > li:nth-child(1) {
    border-bottom: 1px solid #66BADD;
    margin-bottom: 30px;
  }
  #gheader .menu .buttons > li:nth-child(1) a {
    font-size: 1rem;
    font-weight: bold;
    display: block;
    padding: 26px 0;
    color: #fff;
  }
  #gheader .menu .buttons > li:nth-child(2) a {
    display: block;
    background: #fff;
    color: #1D8CC5 !important;
    font-size: 1rem;
    line-height: 60px;
    text-align: center;
    font-weight: bold;
  }
  #gheader .menu .sns {
    margin: 0;
    display: flex;
    justify-content: center;
  }
  #gheader .menu .sns > li + li {
    margin-left: 20px;
  }
  #gheader .menu .sns > li a.fb {
    overflow: hidden;
    display: block;
    text-indent: 200%;
    white-space: nowrap;
    line-height: 1;
    background-image: url("../../images/common/mod_img_sprite.png");
    width: 40px;
    height: 40px;
    background-position: -85px 0px;
    background-size: 191px 111px;
  }
  #gheader .menu .sns > li a.tw {
    overflow: hidden;
    display: block;
    text-indent: 200%;
    white-space: nowrap;
    line-height: 1;
    background-image: url("../../images/common/mod_img_sprite.png");
    width: 40px;
    height: 40px;
    background-position: 0px -71px;
    background-size: 191px 111px;
  }
  #gheader .openMenu {
    position: relative;
    display: block;
  }
  #gheader .openMenu button::before {
    display: none !important;
  }
}
#gheader .unav {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
@media (min-width: 768px) {
  #gheader .unav {
    font-size: 0.8125rem;
    font-weight: bold;
    line-height: 1.5384615385;
  }
  #gheader .unav > li {
    display: inline-block;
    vertical-align: middle;
    height: 60px;
    line-height: 60px;
    position: relative;
  }
  #gheader .unav > li a {
    transition: 0.2s ease;
  }
  #gheader .unav > li a::after {
    content: "";
    bottom: 0;
    left: 0;
    position: absolute;
    width: 0;
    height: 3px;
    background: transparent;
    transition: 0.4s ease;
  }
  #gheader .unav > li a:hover {
    color: #24C0FF;
  }
  #gheader .unav > li a:hover::after {
    background: #24C0FF;
    width: 100%;
  }
  #gheader .unav > li + li {
    margin-left: 50px;
  }
}
@media (min-width: 768px) {
  #gheader .buttons {
    margin-left: auto;
    font-size: 0.8125rem;
    font-weight: bold;
  }
}
@media (min-width: 768px) {
  #gheader .buttons > li {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    line-height: 60px;
  }
  #gheader .buttons > li a {
    display: block;
  }
  #gheader .buttons > li:nth-child(1) a {
    padding: 0 30px;
    position: relative;
    transition: 0.2s ease;
  }
  #gheader .buttons > li:nth-child(1) a::after {
    position: absolute;
    content: "";
    height: 3px;
    width: 100%;
    background: transparent;
    transition: 0.2s ease;
    bottom: 0;
    left: 0;
  }
  #gheader .buttons > li:nth-child(1) a:hover {
    color: #24C0FF;
  }
  #gheader .buttons > li:nth-child(1) a:hover::after {
    background: #24C0FF;
  }
  #gheader .buttons > li:nth-child(2) {
    color: #1D8CC5;
  }
  #gheader .buttons > li:nth-child(2) a {
    padding: 0 38px;
    background: #fff;
    transition: 0.2s ease;
  }
  #gheader .buttons > li:nth-child(2) a:hover {
    background: #B2F9FE;
  }
}

/* GlobalNavigation
--------------------------------------------------------------------------------------------------- */
#gnav {
  position: relative;
  margin: 0 auto;
}
#gnav ul {
  display: flex;
  margin: 0;
}
#gnav ul > li a {
  display: block;
  text-decoration: none;
}
@media (min-width: 768px) {
  #gnav {
    width: 1160px;
  }
  #gnav .menu {
    display: none;
  }
  #gnav ul {
    justify-content: space-between;
  }
  #gnav ul > li {
    flex: 1;
  }
  #gnav ul > li a {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #gnav .menu {
    position: absolute;
    top: -50px;
    right: 0;
  }
  #gnav .menu button {
    box-sizing: content-box;
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
    padding: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 200%;
  }
  #gnav .menu button::before, #gnav .menu button::after {
    display: block;
    height: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: calc(100% - 20px);
    margin: auto;
    background: #000000;
  }
  #gnav .menu button::before {
    content: "";
    transition: 0.3s;
  }
  #gnav .menu button > span {
    width: calc(100% - 20px);
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
  }
  #gnav .menu button > span::before, #gnav .menu button > span::after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.3s;
  }
  #gnav .menu button > span::before {
    top: 10px;
  }
  #gnav .menu button > span::after {
    bottom: 10px;
  }
  #gnav .menu button span::before, #gnav .menu button span::after {
    height: 1px;
    background: #000000;
  }
  #gnav .menu button.is_active::before {
    opacity: 0;
    right: -10px;
  }
  #gnav .menu button.is_active span::before {
    top: 50%;
    margin-top: -1px;
    transform: rotate(45deg);
  }
  #gnav .menu button.is_active span::after {
    bottom: 50%;
    transform: rotate(-45deg);
  }
  #gnav ul {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    flex-direction: column;
    background: #ffffff;
    z-index: 100;
  }
  #gnav ul > li {
    border-bottom: 1px solid currentColor;
    padding: 10px;
  }
}

/* Breadcrumb
--------------------------------------------------------------------------------------------------- */
#breadcrumb ol {
  position: relative;
  margin: 0;
}
#breadcrumb ol > li {
  line-height: 1.2;
  display: inline-block;
  vertical-align: middle;
}
#breadcrumb ol > li:nth-child(n+2)::before {
  content: "";
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
#breadcrumb ol > li em {
  font-weight: 400;
}
@media (min-width: 768px) {
  #breadcrumb {
    position: absolute;
    width: 1160px;
    top: 15px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
  }
  #breadcrumb ol > li {
    color: #A3E2FD;
  }
  #breadcrumb ol > li:nth-child(n+2)::before {
    overflow: hidden;
    display: inline-block;
    text-indent: 200%;
    white-space: nowrap;
    vertical-align: 2px;
    line-height: 1;
    background-image: url("../../images/common/mod_img_sprite.png");
    width: 5px;
    height: 8px;
    background-position: -143px -79px;
    background-size: 191px 111px;
    margin-right: 10px;
  }
  #breadcrumb ol > li:not(:last-child) {
    margin-right: 10px;
  }
  #breadcrumb ol > li a {
    color: #fff;
  }
  #breadcrumb ol > li a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  #breadcrumb {
    margin-left: 20px;
    margin-bottom: 35px;
  }
  #breadcrumb ol > li {
    color: #5D5D5D;
  }
  #breadcrumb ol > li:nth-child(n+2)::before {
    overflow: hidden;
    display: inline-block;
    text-indent: 200%;
    white-space: nowrap;
    vertical-align: 2px;
    line-height: 1;
    background-image: url("../../images/common/mod_img_sprite.png");
    width: 5px;
    height: 8px;
    background-position: -153px -79px;
    background-size: 191px 111px;
    margin-right: 10px;
  }
  #breadcrumb ol > li:not(:last-child) {
    margin-right: 10px;
  }
}

/* MainContents
--------------------------------------------------------------------------------------------------- */
#container {
  position: relative;
  margin: 0 auto;
}

#wrapper {
  display: flex;
}
@media (min-width: 768px) {
  #wrapper #mainContents {
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  #wrapper {
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  #wrapper {
    flex-direction: column;
  }
}

/* SubContents
--------------------------------------------------------------------------------------------------- */
@media (min-width: 768px) {
  #subContents {
    flex-basis: 200px;
  }
}
/* Footer
--------------------------------------------------------------------------------------------------- */
#gfooter {
  margin: 0 auto;
}
@media (min-width: 768px) {
  #gfooter {
    padding: 0 0 60px;
  }
}
@media screen and (max-width: 767px) {
  #gfooter {
    padding: 60px 0 0;
  }
}
@media (min-width: 768px) {
  #gfooter .content {
    display: flex;
    width: 1160px;
    margin: 0 auto;
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  #gfooter .content {
    padding: 0 20px 60px;
  }
}
@media (min-width: 768px) {
  #gfooter .companyName {
    width: 520px;
    margin-top: 140px;
  }
}
@media screen and (max-width: 767px) {
  #gfooter .companyName {
    text-align: center;
    margin: 0 0 60px;
  }
}
@media (min-width: 768px) {
  #gfooter .companyName .text {
    display: inline-block;
    margin: 0 0 0 28px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  #gfooter .companyName .text {
    margin: 20px 0 0;
  }
}
@media (min-width: 768px) {
  #gfooter .companyName .snsList {
    margin: 90px 0 0;
  }
}
@media screen and (max-width: 767px) {
  #gfooter .companyName .snsList {
    margin: 40px 0 0;
  }
}
#gfooter .companyName .snsList > li {
  display: inline-block;
}
#gfooter .companyName .snsList > li + li {
  margin-left: 15px;
}
#gfooter .listWrap {
  margin: 0;
}
@media (min-width: 768px) {
  #gfooter .listWrap {
    display: flex;
    align-items: flex-start;
  }
}
#gfooter .listWrap .spWrap {
  display: flex;
  align-items: flex-start;
}
@media (min-width: 768px) {
  #gfooter .listWrap .spWrap .list:nth-child(1) {
    margin-right: 80px;
  }
  #gfooter .listWrap .spWrap .list:nth-child(2) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  #gfooter .listWrap .spWrap {
    flex-wrap: wrap;
  }
  #gfooter .listWrap .spWrap > * {
    width: 50%;
  }
  #gfooter .listWrap .spWrap .ttl {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  #gfooter .listWrap .list {
    font-size: 0.875rem;
    margin-right: 90px;
  }
}
#gfooter .listWrap .list a {
  color: inherit;
}
#gfooter .listWrap .list .ttl {
  display: block;
  font-weight: 500;
}
@media (min-width: 768px) {
  #gfooter .listWrap .list .ttl {
    font-size: 0.9375rem;
  }
}
@media (min-width: 768px) {
  #gfooter .listWrap .list .ttl:not(:first-of-type) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  #gfooter .listWrap .list .ttl {
    width: 100%;
  }
}
#gfooter .listWrap .list .unav {
  margin: 0;
}
#gfooter .listWrap .list .unav > li {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #gfooter .listWrap .list .unav {
    display: flex;
    flex-wrap: wrap;
  }
  #gfooter .listWrap .list .unav:not(.spFull) > li {
    width: 50%;
  }
}
#gfooter .subContent {
  border-top: 1px solid #C3C3C3;
  padding: 30px 0;
}
@media (min-width: 768px) {
  #gfooter .subContent .inner {
    width: 1160px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  #gfooter .subContent .inner {
    text-align: center;
  }
}
#gfooter .subContent .linkList {
  margin: 0;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  #gfooter .subContent .linkList {
    margin: 0 0 29px;
  }
}
#gfooter .subContent .linkList > li + li {
  margin: 0;
}
@media (min-width: 768px) {
  #gfooter .subContent .linkList > li + li {
    margin-left: 60px;
  }
}
@media screen and (max-width: 767px) {
  #gfooter .subContent .linkList > li + li {
    margin-left: 40px;
  }
}
#gfooter .subContent .linkList > li a {
  color: inherit;
}
#gfooter .subContent .copyright {
  margin: 0;
}
@media (min-width: 768px) {
  #gfooter .subContent .copyright {
    text-align: right;
    font-size: 0.75rem;
  }
}

/*====================================================================================================

    module

====================================================================================================*/
/* section module
--------------------------------------------------------------------------------------------------- */
.m_section {
  position: relative;
}
.m_section > .secInner > *:last-child {
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  .m_section {
    margin: 80px 0 100px;
  }
  .m_section:last-of-type {
    margin-bottom: 135px;
  }
  .m_section > .secInner {
    width: 1160px;
    margin: 0 auto;
  }
  .m_section > .secInner .m_logoSlides {
    margin: 0 calc((100vw - 1160px) / -2);
  }
}
@media screen and (max-width: 767px) {
  .m_section {
    margin: 60px 0 90px;
  }
  .m_section > .secInner {
    margin: 0 20px;
  }
  .m_section > .secInner .m_spOver {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.m_section[class*=_bg] {
  background: linear-gradient(90deg, rgb(0, 124, 185) 0%, rgb(89, 202, 229) 100%);
  color: #fff;
}
.m_section[class*=_bg] > .secInner {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .m_section[class*=_bg] > .secInner {
    padding: 80px 0 100px;
  }
}
@media screen and (max-width: 767px) {
  .m_section[class*=_bg] > .secInner {
    padding: 100px 0 142px;
  }
}

.m_sectionInner > *:last-child {
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  .m_sectionInner {
    width: 1160px;
    margin: 0 auto;
  }
  .m_sectionInner .m_logoSlides {
    margin: 0 calc((100vw - 1160px) / -2);
  }
}
@media screen and (max-width: 767px) {
  .m_sectionInner {
    padding: 0 20px;
  }
}

/* heading module
--------------------------------------------------------------------------------------------------- */
.m_textHeading {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 768px) {
  .m_textHeading {
    font-size: 2rem;
    line-height: 1.5625;
    margin: 0 0 44px;
  }
}
@media screen and (max-width: 767px) {
  .m_textHeading {
    font-size: 1.5rem;
    line-height: 1.75;
    margin: 0 0 30px;
  }
}

.m_pageHead {
  background: linear-gradient(to right, #007cb9 0%, #59cae5 100%);
  color: #fff;
  position: relative;
}
.m_pageHead .head {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  position: relative;
}
.m_pageHead .head span {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .m_pageHead {
    height: 160px;
    margin-bottom: 68px;
  }
  .m_pageHead .head {
    width: 1160px;
    margin: 0 auto;
    font-size: 2rem;
    line-height: 2.1875;
    padding-top: 58px;
  }
  .m_pageHead .head:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    z-index: 1;
    width: 1600px;
    height: 160px;
    background: url(../../images/common/pageHeadBg.png) no-repeat center top/cover;
    left: -220px;
  }
}
@media screen and (max-width: 767px) {
  .m_pageHead {
    height: 100px;
    display: flex;
    align-items: center;
    margin-bottom: 60px;
  }
  .m_pageHead:before {
    content: "";
    display: block;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../images/common/pageHeadBgSp.png) no-repeat center top/cover;
  }
  .m_pageHead .head {
    font-size: 1.375rem;
    line-height: 2.0909090909;
    margin-left: 20px;
  }
}

.m_secHead {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  margin-top: 0;
  font-weight: 500;
}
@media (min-width: 768px) {
  .m_secHead {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .m_secHead {
    font-size: 1.375rem;
    line-height: 1.9090909091;
    margin-bottom: 25px;
  }
}

.m_secSubHead {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  .m_secSubHead {
    font-size: 1.5rem;
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  .m_secSubHead {
    font-size: 1.25rem;
    line-height: 1.7;
  }
}

.m_secDescHead {
  text-align: center;
  font-weight: bold;
}
@media (min-width: 768px) {
  .m_secDescHead {
    font-size: 1rem;
    line-height: 1.75;
  }
}

/* box module
--------------------------------------------------------------------------------------------------- */
.m_box {
  margin: 0 0 20px;
  border: solid #ebe4d9;
  border-width: 1px 0;
  padding: 20px;
  background: #eeeeee;
}
.m_box > *:last-child {
  margin-bottom: 0 !important;
}
.m_box[class*=_border] {
  border: 1px solid;
}
.m_box[class*=_nobg] {
  background-color: transparent;
}

.m_media {
  margin: 0 0 1.5em;
}
.m_media .image {
  flex-shrink: 0;
}
.m_media .body {
  flex-grow: 1;
}
.m_media .body > *:last-child {
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  .m_media {
    display: flex;
  }
  .m_media:not([class*=_flipped]) .image:first-child {
    margin-right: 30px;
  }
  .m_media:not([class*=_flipped]) .body + .image {
    margin-left: 30px;
  }
  .m_media[class*=_flipped] {
    flex-direction: row-reverse;
  }
  .m_media[class*=_flipped] .image:first-child {
    margin-left: 30px;
  }
  .m_media[class*=_flipped] .body + .image {
    margin-right: 30px;
  }
  .m_media[class*=_alignTop] {
    align-items: flex-start;
  }
  .m_media[class*=_alignMiddle] {
    align-items: center;
  }
  .m_media[class*=_alignbottom] {
    align-items: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .m_media .image {
    text-align: center;
  }
  .m_media .image img {
    max-width: 100%;
    height: auto;
  }
  .m_media .image:first-child,
  .m_media .body:first-child {
    margin: 0 0 30px;
  }
}

.m_column {
  display: flex;
  margin: 0 0 30px;
}
.m_column > .column > *:last-child {
  margin-bottom: 0 !important;
}
.m_column > .column > section > *:last-child {
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  .m_column {
    justify-content: space-between;
  }
  .m_column[class*=_pcCol2] > .column {
    width: calc(50% - 20px);
  }
  .m_column[class*=_pcCol3] > .column {
    width: 29.4%;
    width: calc(33.3333333333% - 20px);
  }
  .m_column[class*=_pcCol4] > .column {
    width: calc(25% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .m_column:not([class*=_spCol]) {
    flex-direction: column;
  }
  .m_column > .column {
    margin: 0 0 30px;
  }
  .m_column[class*=_spCol] > li {
    width: calc(50% - 10px);
  }
}

.m_panel {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: space-between;
  margin: -20px 0;
}
.m_panel > .panel {
  margin: 20px 0;
}
.m_panel > .panel > *:last-child {
  margin-bottom: 0 !important;
}
.m_panel > .panel > section > *:last-child {
  margin-bottom: 0 !important;
}
.m_panel[class*=_col2] > .panel {
  width: calc(50% - 40px);
}
.m_panel[class*=_col3] > .panel {
  width: calc(33.3333333333% - 40px);
}
.m_panel[class*=_col4] > .panel {
  width: calc(25% - 40px);
}

.m_slider .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
}
.m_slider .slick-arrow.slick-prev {
  left: 0;
}
.m_slider .slick-arrow.slick-next {
  right: 0;
}

.m_introArea .m_secHead {
  margin-top: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .m_introArea .m_secHead {
    margin-bottom: 40px;
  }
}

.m_logoSlides ul {
  margin-bottom: 0;
}
.m_logoSlides ul .slick-slide {
  display: flex;
  align-items: center;
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  .m_logoSlides ul {
    margin: 0 -20px;
    height: 41px;
    background-size: 2414px;
  }
}

@media (min-width: 768px) {
  @keyframes logoSlidesAnim {
    0% {
      background-position-x: 0;
    }
    100% {
      background-position-x: -3017px;
    }
  }
}
@media screen and (max-width: 767px) {
  @keyframes logoSlidesAnim {
    0% {
      background-position-x: 0;
    }
    100% {
      background-position-x: -2414px;
    }
  }
}
.m_imgCard {
  background: #fff;
  box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.09);
  border-radius: 2px;
  overflow: hidden;
  text-align: left;
}
.m_imgCard a {
  display: block;
  height: 100%;
  color: #000;
  position: relative;
}
.m_imgCard .img img {
  width: 100%;
  height: auto;
}
.m_imgCard .txtWrap .tag {
  letter-spacing: -0.01em;
  color: #fff;
  background: #376B86;
  font-size: 0.75rem;
  font-weight: bold;
  padding: 3px 12px;
  margin-bottom: 15px;
}
.m_imgCard .txtWrap .tag.seminar {
  background: #2168C1;
}
.m_imgCard .txtWrap .tag.whitepaper {
  background: #376B86;
}
.m_imgCard .txtWrap .infoCol {
  display: flex;
}
.m_imgCard .txtWrap .infoCol .tag {
  margin-bottom: 0;
}
.m_imgCard .txtWrap .infoCol .time {
  margin-left: 10px;
  font-size: 0.9375rem;
}
.m_imgCard .txtWrap .cardTtl {
  margin-top: 0;
  font-weight: 500;
  font-size: 1.0625rem;
  line-height: 1.6470588235;
  margin-bottom: 10px;
}
.m_imgCard .txtWrap .info {
  margin-bottom: 15px;
}
.m_imgCard .txtWrap .info .label {
  background: #5B6D7E;
  color: #fff;
  font-weight: 700;
  font-size: 0.75rem;
  padding: 3px 10px 5px;
  margin-right: 10px;
  letter-spacing: -0.1em;
}
.m_imgCard .txtWrap .cardTxt {
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 2;
}
.m_imgCard .txtWrap .linkTxt {
  position: absolute;
  pointer-events: none;
}
.m_imgCard.s_btn {
  display: flex;
  flex-direction: column;
}
.m_imgCard.s_btn .txtWrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}
.m_imgCard.s_btn .txtWrap .m_button {
  margin: auto auto 0;
}
.m_imgCard.s_row + .m_imgCard.s_row {
  margin-top: 30px;
}
.m_imgCard.s_row > a {
  height: auto;
}
.m_imgCard.s_row > a .txtWrap {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.m_imgCard.s_row > a .txtWrap .tag {
  margin-bottom: 0;
  margin-right: 10px;
}
.m_imgCard.s_row > a .txtWrap .time {
  font-size: 0.9375rem;
}
.m_imgCard.s_row > a .txtWrap .cardTtl, .m_imgCard.s_row > a .txtWrap .cardTxt {
  width: 100%;
}
.m_imgCard.s_row > a .txtWrap .cardTtl {
  margin-top: 20px;
  font-size: 1.0625rem;
}
@media (min-width: 768px) {
  .m_imgCard:not(.s_row) a {
    flex-direction: column;
  }
  .m_imgCard a {
    transition: opacity 0.3s;
    display: flex;
  }
  .m_imgCard a:hover {
    opacity: 0.7;
  }
  .m_imgCard .txtWrap {
    padding: 25px 30px;
  }
  .m_imgCard .txtWrap .infoCol {
    margin-bottom: 15px;
  }
  .m_imgCard.s_btn .txtWrap .cardTxt {
    margin-bottom: 25px;
  }
  .m_imgCard.s_link .txtWrap {
    padding-bottom: 75px;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .m_imgCard.s_link .txtWrap .linkTxt {
    right: 30px;
    bottom: 30px;
  }
  .m_imgCard.s_row > a {
    display: flex;
    padding: 30px;
  }
  .m_imgCard.s_row > a .img {
    width: 360px;
  }
  .m_imgCard.s_row > a .txtWrap {
    margin-left: 40px;
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .m_imgCard + .m_imgCard {
    margin-top: 30px;
  }
  .m_imgCard .img img {
    width: 100%;
  }
  .m_imgCard .txtWrap {
    padding: 20px;
  }
  .m_imgCard .txtWrap .infoCol {
    margin-bottom: 10px;
  }
  .m_imgCard.s_btn .txtWrap .cardTxt {
    margin-bottom: 15px;
  }
  .m_imgCard.s_link .txtWrap {
    padding-bottom: 55px;
  }
  .m_imgCard.s_link .txtWrap .linkTxt {
    right: 20px;
    bottom: 15px;
  }
  .m_imgCard.s_row > a {
    padding: 20px 20px 15px;
  }
  .m_imgCard.s_row > a .img {
    margin-bottom: 15px;
  }
}

.m_article .ttlCol {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
}
.m_article .ttlCol > *:last-child {
  margin-bottom: 0 !important;
}
.m_article .ttlCol .tag {
  letter-spacing: -0.01em;
  color: #fff;
  background: #376B86;
  font-weight: bold;
  padding: 3px 12px;
  margin-bottom: 15px;
  font-size: 0.75rem;
  margin-right: 10px;
}
.m_article .ttlCol .time {
  font-size: 0.9375rem;
}
.m_article .ttlCol .ttl {
  font-weight: 500;
  margin: 0 0 25px;
  font-family: "Noto Serif JP", serif;
  width: 100%;
}
.m_article .snsList {
  margin-bottom: 0;
  display: flex;
  justify-content: flex-end;
}
.m_article .snsList > li + li {
  margin-left: 10px;
}
.m_article .snsList > li a span {
  display: block;
}
.m_article .articleInner > *:first-child {
  margin-top: 0;
}
.m_article .articleInner > *:last-child {
  margin-bottom: 0 !important;
}
.m_article .articleInner .img {
  text-align: center;
  margin-bottom: 30px;
}
.m_article .articleInner .img img {
  max-width: 100%;
}
.m_article .articleInner .img figcaption {
  font-size: 0.875rem;
  line-height: 2;
  display: block;
  text-align: right;
  margin-top: 15px;
}
.m_article .articleInner h2 {
  font-weight: 500;
  margin-top: 50px;
  margin-bottom: 40px;
  font-family: "Noto Serif JP", serif;
}
.m_article .articleInner h3 {
  font-weight: 500;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: "Noto Serif JP", serif;
}
.m_article .articleInner h4 {
  font-weight: 500;
  margin-top: 35px;
  margin-bottom: 35px;
  font-family: "Noto Serif JP", serif;
}
.m_article .articleInner p {
  margin-bottom: 15px;
}
.m_article .articleInner a {
  text-decoration: underline;
}
.m_article .articleInner ul > li {
  position: relative;
  padding-left: 24px;
}
.m_article .articleInner ul > li:before {
  content: "●";
  position: absolute;
  left: 0;
}
.m_article .articleInner table {
  margin-top: 75px;
  width: 100%;
  border-top: 1px solid #C1C1C1;
  border-left: 1px solid #C1C1C1;
  font-size: 1rem;
  line-height: 2;
}
.m_article .articleInner table tr:nth-child(odd) th {
  background: #EAEAEB;
}
.m_article .articleInner table tr:nth-child(even) th {
  background: #F7F7F7;
}
.m_article .articleInner table tr th, .m_article .articleInner table tr td {
  border: none;
  box-sizing: border-box;
  border-right: 1px solid #C1C1C1;
  border-bottom: 1px solid #C1C1C1;
  text-align: left;
  padding: 20px 20px;
  word-break: break-all;
}
.m_article .articleInner table tr th {
  width: 230px;
  font-weight: 500;
}
.m_article .articleInner .wp-block-table.th table tr:nth-child(odd) td:first-child {
  background: #EAEAEB;
}
.m_article .articleInner .wp-block-table.th table tr:nth-child(even) td:first-child {
  background: #F7F7F7;
}
.m_article .articleInner .wp-block-table.th table tr td:first-child {
  width: 230px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .m_article {
    margin-bottom: 75px;
  }
  .m_article .ttlCol .ttl {
    font-size: 1.75rem;
    line-height: 1.5714285714;
  }
  .m_article .snsList a {
    transition: opacity 0.3s;
  }
  .m_article .snsList a:hover {
    opacity: 0.7;
  }
  .m_article .footCol {
    margin-top: 60px;
  }
  .m_article .articleInner h2 {
    font-size: 2rem;
    line-height: 1.5625;
  }
  .m_article .articleInner h3 {
    font-size: 1.75rem;
    line-height: 1.7857142857;
  }
  .m_article .articleInner h4 {
    font-size: 1.5rem;
    line-height: 2.0833333333;
  }
  .m_article .articleInner p {
    font-size: 1rem;
    line-height: 2;
  }
  .m_article .articleInner a {
    transition: color 0.3s;
  }
  .m_article .articleInner a:hover {
    color: #24C0FF;
  }
  .m_article .articleInner ul {
    margin-top: 35px;
  }
  .m_article .articleInner ul > li {
    font-size: 1rem;
    line-height: 2;
  }
  .m_article .articleInner ul > li + li {
    margin-top: 30px;
  }
  .m_article .articleInner .m_button a:hover {
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .m_article {
    margin-bottom: 50px;
  }
  .m_article .ttlCol .ttl {
    font-size: 1.25rem;
    line-height: 1.7;
  }
  .m_article .articleInner h2 {
    font-size: 1.25rem;
    line-height: 1.5;
  }
  .m_article .articleInner h3 {
    font-size: 1.125rem;
    line-height: 1.5;
  }
  .m_article .articleInner h4 {
    font-size: 1rem;
    line-height: 1.5;
  }
  .m_article .articleInner p {
    font-size: 0.9375rem;
    line-height: 2;
  }
  .m_article .articleInner ul > li {
    font-size: 0.9375rem;
    line-height: 2;
    margin-top: 20px;
  }
  .m_article .articleInner .wp-block-table figure > div {
    overflow: auto;
  }
  .m_article .articleInner .wp-block-table figure > div > table {
    box-sizing: border-box;
    width: max-content;
  }
  .m_article .articleInner .wp-block-table figure > div > table tr td {
    min-width: 230px;
    max-width: 464px;
  }
  .m_article .footCol {
    margin-top: 40px;
  }
}

.m_profBox {
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.09);
}
.m_profBox + .m_profBox {
  margin-top: 40px;
}
.m_profBox .boxHead {
  background: linear-gradient(to right, #007cb9 0%, #59cae5 100%);
  margin: 0;
  color: #fff;
  font-weight: 500;
}
.m_profBox .boxInner {
  background: #fff;
}
.m_profBox .txtWrap > *:last-child {
  margin-bottom: 0 !important;
}
.m_profBox .txtWrap .ttl {
  font-weight: 500;
  margin-top: 0;
}
.m_profBox .txtWrap a {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .m_profBox .boxHead {
    font-size: 1rem;
    line-height: 1.75;
    padding: 11px 40px;
  }
  .m_profBox .boxInner {
    padding: 40px;
    display: flex;
  }
  .m_profBox .txtWrap {
    margin-left: 40px;
  }
  .m_profBox .txtWrap .ttl {
    font-size: 1rem;
    line-height: 1.75;
    margin-bottom: 10px;
  }
  .m_profBox .txtWrap .ttl:not(:first-child) {
    margin-top: 30px;
  }
  .m_profBox .txtWrap .txt {
    font-size: 0.875rem;
    line-height: 2;
  }
  .m_profBox .txtWrap a {
    transition: color 0.3s;
  }
  .m_profBox .txtWrap a:hover {
    color: #24C0FF;
  }
}
@media screen and (max-width: 767px) {
  .m_profBox .boxHead {
    font-size: 0.9375rem;
    line-height: 1.8666666667;
    padding: 11px 20px;
  }
  .m_profBox .boxInner {
    padding: 20px;
  }
  .m_profBox .img {
    margin-bottom: 25px;
  }
  .m_profBox .img img {
    width: 100%;
  }
  .m_profBox .txtWrap .ttl {
    font-size: 0.9375rem;
    line-height: 1.8666666667;
    margin-bottom: 5px;
  }
  .m_profBox .txtWrap .ttl:not(:first-child) {
    margin-top: 20px;
  }
}

.m_caseTxtBox {
  background: linear-gradient(to right, #006698 0%, #2abadd 100%);
  position: relative;
  color: #fff;
}
.m_caseTxtBox:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  opacity: 0.44;
  z-index: 1;
}
.m_caseTxtBox .boxInner {
  position: relative;
  z-index: 2;
}
.m_caseTxtBox .boxHead {
  text-align: center;
  margin: 0;
  border-bottom: 1px solid #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
.m_caseTxtBox .txtList {
  margin: 0;
}
.m_caseTxtBox .txtList > li {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-align: center;
}
.m_caseTxtBox .subTxt {
  margin: 0;
  line-height: 2;
}
.m_caseTxtBox .subTxt.indent {
  padding-left: 1em;
  text-indent: -1em;
}
@media (min-width: 768px) {
  .m_caseTxtBox {
    padding: 55px 40px;
    margin-bottom: 30px;
  }
  .m_caseTxtBox .boxHead {
    font-size: 1.875rem;
    padding-bottom: 35px;
    margin-bottom: 35px;
  }
  .m_caseTxtBox .txtList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 35px;
  }
  .m_caseTxtBox .txtList > li {
    font-size: 1.5rem;
    padding: 9px 20px;
  }
  .m_caseTxtBox .subTxt {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .m_caseTxtBox {
    padding: 35px 20px;
    margin-bottom: 15px;
  }
  .m_caseTxtBox .boxHead {
    font-size: 1.375rem;
    padding-bottom: 35px;
    margin-bottom: 40px;
  }
  .m_caseTxtBox .txtList {
    margin-bottom: 15px;
  }
  .m_caseTxtBox .txtList > li {
    font-size: 1rem;
    padding: 9px 10px;
  }
  .m_caseTxtBox .txtList > li + li {
    margin-top: 10px;
  }
}

/* form module
--------------------------------------------------------------------------------------------------- */
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=bf90c0117371376b36368235f6686427)
 * Config saved to config.json and https://gist.github.com/bf90c0117371376b36368235f6686427
 */
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
.m_formWrap {
  margin-inline: auto;
  /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
  /*added by K3*/
  /**
   *  added by K3
   */
  /* date-picker holiday color */
  /*******************************************************************************
    match offline style
  *******************************************************************************/
}
.m_formWrap p {
  margin: 20px 0 9px;
  font-weight: bold;
  font-size: 13px;
}
.m_formWrap input[type=checkbox] {
  vertical-align: -2px;
}
.m_formWrap html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /*added by K3*/
  height: 100%;
}
.m_formWrap body {
  margin: 0;
  /*added by K3*/
  height: 100%;
}
.m_formWrap article,
.m_formWrap aside,
.m_formWrap details,
.m_formWrap figcaption,
.m_formWrap figure,
.m_formWrap footer,
.m_formWrap header,
.m_formWrap hgroup,
.m_formWrap main,
.m_formWrap menu,
.m_formWrap nav,
.m_formWrap section,
.m_formWrap summary {
  display: block;
}
.m_formWrap audio,
.m_formWrap canvas,
.m_formWrap progress,
.m_formWrap video {
  display: inline-block;
  vertical-align: baseline;
}
.m_formWrap audio:not([controls]) {
  display: none;
  height: 0;
}
.m_formWrap [hidden],
.m_formWrap template {
  display: none;
}
.m_formWrap a {
  background-color: transparent;
}
.m_formWrap a:active,
.m_formWrap a:hover {
  outline: 0;
}
.m_formWrap abbr[title] {
  border-bottom: 1px dotted;
}
.m_formWrap b,
.m_formWrap strong {
  font-weight: bold;
}
.m_formWrap dfn {
  font-style: italic;
}
.m_formWrap h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.m_formWrap mark {
  background: #ff0;
  color: #000;
}
.m_formWrap small {
  font-size: 80%;
}
.m_formWrap sub,
.m_formWrap sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.m_formWrap sup {
  top: -0.5em;
}
.m_formWrap sub {
  bottom: -0.25em;
}
.m_formWrap img {
  border: 0;
}
.m_formWrap svg:not(:root) {
  overflow: hidden;
}
.m_formWrap figure {
  margin: 1em 40px;
}
.m_formWrap hr {
  box-sizing: content-box;
  height: 0;
}
.m_formWrap pre {
  overflow: auto;
}
.m_formWrap code,
.m_formWrap kbd,
.m_formWrap pre,
.m_formWrap samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.m_formWrap button,
.m_formWrap input,
.m_formWrap optgroup,
.m_formWrap select,
.m_formWrap textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
.m_formWrap button {
  overflow: visible;
}
.m_formWrap button,
.m_formWrap select {
  text-transform: none;
}
.m_formWrap button,
.m_formWrap html input[type=button],
.m_formWrap input[type=reset],
.m_formWrap input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
.m_formWrap button[disabled],
.m_formWrap html input[disabled] {
  cursor: default;
}
.m_formWrap button::-moz-focus-inner,
.m_formWrap input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.m_formWrap input {
  line-height: normal;
}
.m_formWrap input[type=checkbox],
.m_formWrap input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  /*added by K3*/
  margin-right: 0.4em !important;
}
.m_formWrap input[type=number]::-webkit-inner-spin-button,
.m_formWrap input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
.m_formWrap input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
.m_formWrap input[type=search]::-webkit-search-cancel-button,
.m_formWrap input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.m_formWrap fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.m_formWrap legend {
  border: 0;
  padding: 0;
}
.m_formWrap textarea {
  overflow: auto;
}
.m_formWrap optgroup {
  font-weight: bold;
}
.m_formWrap table {
  border-collapse: collapse;
  border-spacing: 0;
}
.m_formWrap td,
.m_formWrap th {
  padding: 0;
}
@media print {
  .m_formWrap *,
  .m_formWrap *:before,
  .m_formWrap *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .m_formWrap a,
  .m_formWrap a:visited {
    text-decoration: underline;
  }
  .m_formWrap a[href]:after {
    content: " (" attr(href) ")";
  }
  .m_formWrap abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .m_formWrap a[href^="#"]:after,
  .m_formWrap a[href^="javascript:"]:after {
    content: "";
  }
  .m_formWrap pre,
  .m_formWrap blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  .m_formWrap thead {
    display: table-header-group;
  }
  .m_formWrap tr,
  .m_formWrap img {
    page-break-inside: avoid;
  }
  .m_formWrap img {
    max-width: 100% !important;
  }
  .m_formWrap p,
  .m_formWrap h2,
  .m_formWrap h3 {
    orphans: 3;
    widows: 3;
  }
  .m_formWrap h2,
  .m_formWrap h3 {
    page-break-after: avoid;
  }
  .m_formWrap .navbar {
    display: none;
  }
  .m_formWrap .btn > .caret,
  .m_formWrap .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .m_formWrap .label {
    border: 1px solid #000;
  }
  .m_formWrap .table {
    border-collapse: collapse !important;
  }
  .m_formWrap .table td,
  .m_formWrap .table th {
    background-color: #fff !important;
  }
  .m_formWrap .table-bordered th,
  .m_formWrap .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("/fonts/glyphicons-halflings-regular.eot");
  src: url("/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("/fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("/fonts/glyphicons-halflings-regular.woff") format("woff"), url("/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.m_formWrap .glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.m_formWrap .glyphicon-asterisk:before {
  content: "*";
}
.m_formWrap .glyphicon-plus:before {
  content: "+";
}
.m_formWrap .glyphicon-euro:before,
.m_formWrap .glyphicon-eur:before {
  content: "€";
}
.m_formWrap .glyphicon-minus:before {
  content: "−";
}
.m_formWrap .glyphicon-cloud:before {
  content: "☁";
}
.m_formWrap .glyphicon-envelope:before {
  content: "✉";
}
.m_formWrap .glyphicon-pencil:before {
  content: "✏";
}
.m_formWrap .glyphicon-glass:before {
  content: "\e001";
}
.m_formWrap .glyphicon-music:before {
  content: "\e002";
}
.m_formWrap .glyphicon-search:before {
  content: "\e003";
}
.m_formWrap .glyphicon-heart:before {
  content: "\e005";
}
.m_formWrap .glyphicon-star:before {
  content: "\e006";
}
.m_formWrap .glyphicon-star-empty:before {
  content: "\e007";
}
.m_formWrap .glyphicon-user:before {
  content: "\e008";
}
.m_formWrap .glyphicon-film:before {
  content: "\e009";
}
.m_formWrap .glyphicon-th-large:before {
  content: "\e010";
}
.m_formWrap .glyphicon-th:before {
  content: "\e011";
}
.m_formWrap .glyphicon-th-list:before {
  content: "\e012";
}
.m_formWrap .glyphicon-ok:before {
  content: "\e013";
}
.m_formWrap .glyphicon-remove:before {
  content: "\e014";
}
.m_formWrap .glyphicon-zoom-in:before {
  content: "\e015";
}
.m_formWrap .glyphicon-zoom-out:before {
  content: "\e016";
}
.m_formWrap .glyphicon-off:before {
  content: "\e017";
}
.m_formWrap .glyphicon-signal:before {
  content: "\e018";
}
.m_formWrap .glyphicon-cog:before {
  content: "\e019";
}
.m_formWrap .glyphicon-trash:before {
  content: "\e020";
}
.m_formWrap .glyphicon-home:before {
  content: "\e021";
}
.m_formWrap .glyphicon-file:before {
  content: "\e022";
}
.m_formWrap .glyphicon-time:before {
  content: "\e023";
}
.m_formWrap .glyphicon-road:before {
  content: "\e024";
}
.m_formWrap .glyphicon-download-alt:before {
  content: "\e025";
}
.m_formWrap .glyphicon-download:before {
  content: "\e026";
}
.m_formWrap .glyphicon-upload:before {
  content: "\e027";
}
.m_formWrap .glyphicon-inbox:before {
  content: "\e028";
}
.m_formWrap .glyphicon-play-circle:before {
  content: "\e029";
}
.m_formWrap .glyphicon-repeat:before {
  content: "\e030";
}
.m_formWrap .glyphicon-refresh:before {
  content: "\e031";
}
.m_formWrap .glyphicon-list-alt:before {
  content: "\e032";
}
.m_formWrap .glyphicon-lock:before {
  content: "\e033";
}
.m_formWrap .glyphicon-flag:before {
  content: "\e034";
}
.m_formWrap .glyphicon-headphones:before {
  content: "\e035";
}
.m_formWrap .glyphicon-volume-off:before {
  content: "\e036";
}
.m_formWrap .glyphicon-volume-down:before {
  content: "\e037";
}
.m_formWrap .glyphicon-volume-up:before {
  content: "\e038";
}
.m_formWrap .glyphicon-qrcode:before {
  content: "\e039";
}
.m_formWrap .glyphicon-barcode:before {
  content: "\e040";
}
.m_formWrap .glyphicon-tag:before {
  content: "\e041";
}
.m_formWrap .glyphicon-tags:before {
  content: "\e042";
}
.m_formWrap .glyphicon-book:before {
  content: "\e043";
}
.m_formWrap .glyphicon-bookmark:before {
  content: "\e044";
}
.m_formWrap .glyphicon-print:before {
  content: "\e045";
}
.m_formWrap .glyphicon-camera:before {
  content: "\e046";
}
.m_formWrap .glyphicon-font:before {
  content: "\e047";
}
.m_formWrap .glyphicon-bold:before {
  content: "\e048";
}
.m_formWrap .glyphicon-italic:before {
  content: "\e049";
}
.m_formWrap .glyphicon-text-height:before {
  content: "\e050";
}
.m_formWrap .glyphicon-text-width:before {
  content: "\e051";
}
.m_formWrap .glyphicon-align-left:before {
  content: "\e052";
}
.m_formWrap .glyphicon-align-center:before {
  content: "\e053";
}
.m_formWrap .glyphicon-align-right:before {
  content: "\e054";
}
.m_formWrap .glyphicon-align-justify:before {
  content: "\e055";
}
.m_formWrap .glyphicon-list:before {
  content: "\e056";
}
.m_formWrap .glyphicon-indent-left:before {
  content: "\e057";
}
.m_formWrap .glyphicon-indent-right:before {
  content: "\e058";
}
.m_formWrap .glyphicon-facetime-video:before {
  content: "\e059";
}
.m_formWrap .glyphicon-picture:before {
  content: "\e060";
}
.m_formWrap .glyphicon-map-marker:before {
  content: "\e062";
}
.m_formWrap .glyphicon-adjust:before {
  content: "\e063";
}
.m_formWrap .glyphicon-tint:before {
  content: "\e064";
}
.m_formWrap .glyphicon-edit:before {
  content: "\e065";
}
.m_formWrap .glyphicon-share:before {
  content: "\e066";
}
.m_formWrap .glyphicon-check:before {
  content: "\e067";
}
.m_formWrap .glyphicon-move:before {
  content: "\e068";
}
.m_formWrap .glyphicon-step-backward:before {
  content: "\e069";
}
.m_formWrap .glyphicon-fast-backward:before {
  content: "\e070";
}
.m_formWrap .glyphicon-backward:before {
  content: "\e071";
}
.m_formWrap .glyphicon-play:before {
  content: "\e072";
}
.m_formWrap .glyphicon-pause:before {
  content: "\e073";
}
.m_formWrap .glyphicon-stop:before {
  content: "\e074";
}
.m_formWrap .glyphicon-forward:before {
  content: "\e075";
}
.m_formWrap .glyphicon-fast-forward:before {
  content: "\e076";
}
.m_formWrap .glyphicon-step-forward:before {
  content: "\e077";
}
.m_formWrap .glyphicon-eject:before {
  content: "\e078";
}
.m_formWrap .glyphicon-chevron-left:before {
  content: "\e079";
}
.m_formWrap .glyphicon-chevron-right:before {
  content: "\e080";
}
.m_formWrap .glyphicon-plus-sign:before {
  content: "\e081";
}
.m_formWrap .glyphicon-minus-sign:before {
  content: "\e082";
}
.m_formWrap .glyphicon-remove-sign:before {
  content: "\e083";
}
.m_formWrap .glyphicon-ok-sign:before {
  content: "\e084";
}
.m_formWrap .glyphicon-question-sign:before {
  content: "\e085";
}
.m_formWrap .glyphicon-info-sign:before {
  content: "\e086";
}
.m_formWrap .glyphicon-screenshot:before {
  content: "\e087";
}
.m_formWrap .glyphicon-remove-circle:before {
  content: "\e088";
}
.m_formWrap .glyphicon-ok-circle:before {
  content: "\e089";
}
.m_formWrap .glyphicon-ban-circle:before {
  content: "\e090";
}
.m_formWrap .glyphicon-arrow-left:before {
  content: "\e091";
}
.m_formWrap .glyphicon-arrow-right:before {
  content: "\e092";
}
.m_formWrap .glyphicon-arrow-up:before {
  content: "\e093";
}
.m_formWrap .glyphicon-arrow-down:before {
  content: "\e094";
}
.m_formWrap .glyphicon-share-alt:before {
  content: "\e095";
}
.m_formWrap .glyphicon-resize-full:before {
  content: "\e096";
}
.m_formWrap .glyphicon-resize-small:before {
  content: "\e097";
}
.m_formWrap .glyphicon-exclamation-sign:before {
  content: "\e101";
}
.m_formWrap .glyphicon-gift:before {
  content: "\e102";
}
.m_formWrap .glyphicon-leaf:before {
  content: "\e103";
}
.m_formWrap .glyphicon-fire:before {
  content: "\e104";
}
.m_formWrap .glyphicon-eye-open:before {
  content: "\e105";
}
.m_formWrap .glyphicon-eye-close:before {
  content: "\e106";
}
.m_formWrap .glyphicon-warning-sign:before {
  content: "\e107";
}
.m_formWrap .glyphicon-plane:before {
  content: "\e108";
}
.m_formWrap .glyphicon-calendar:before {
  content: "\e109";
}
.m_formWrap .glyphicon-random:before {
  content: "\e110";
}
.m_formWrap .glyphicon-comment:before {
  content: "\e111";
}
.m_formWrap .glyphicon-magnet:before {
  content: "\e112";
}
.m_formWrap .glyphicon-chevron-up:before {
  content: "\e113";
}
.m_formWrap .glyphicon-chevron-down:before {
  content: "\e114";
}
.m_formWrap .glyphicon-retweet:before {
  content: "\e115";
}
.m_formWrap .glyphicon-shopping-cart:before {
  content: "\e116";
}
.m_formWrap .glyphicon-folder-close:before {
  content: "\e117";
}
.m_formWrap .glyphicon-folder-open:before {
  content: "\e118";
}
.m_formWrap .glyphicon-resize-vertical:before {
  content: "\e119";
}
.m_formWrap .glyphicon-resize-horizontal:before {
  content: "\e120";
}
.m_formWrap .glyphicon-hdd:before {
  content: "\e121";
}
.m_formWrap .glyphicon-bullhorn:before {
  content: "\e122";
}
.m_formWrap .glyphicon-bell:before {
  content: "\e123";
}
.m_formWrap .glyphicon-certificate:before {
  content: "\e124";
}
.m_formWrap .glyphicon-thumbs-up:before {
  content: "\e125";
}
.m_formWrap .glyphicon-thumbs-down:before {
  content: "\e126";
}
.m_formWrap .glyphicon-hand-right:before {
  content: "\e127";
}
.m_formWrap .glyphicon-hand-left:before {
  content: "\e128";
}
.m_formWrap .glyphicon-hand-up:before {
  content: "\e129";
}
.m_formWrap .glyphicon-hand-down:before {
  content: "\e130";
}
.m_formWrap .glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.m_formWrap .glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.m_formWrap .glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.m_formWrap .glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.m_formWrap .glyphicon-globe:before {
  content: "\e135";
}
.m_formWrap .glyphicon-wrench:before {
  content: "\e136";
}
.m_formWrap .glyphicon-tasks:before {
  content: "\e137";
}
.m_formWrap .glyphicon-filter:before {
  content: "\e138";
}
.m_formWrap .glyphicon-briefcase:before {
  content: "\e139";
}
.m_formWrap .glyphicon-fullscreen:before {
  content: "\e140";
}
.m_formWrap .glyphicon-dashboard:before {
  content: "\e141";
}
.m_formWrap .glyphicon-paperclip:before {
  content: "\e142";
}
.m_formWrap .glyphicon-heart-empty:before {
  content: "\e143";
}
.m_formWrap .glyphicon-link:before {
  content: "\e144";
}
.m_formWrap .glyphicon-phone:before {
  content: "\e145";
}
.m_formWrap .glyphicon-pushpin:before {
  content: "\e146";
}
.m_formWrap .glyphicon-usd:before {
  content: "\e148";
}
.m_formWrap .glyphicon-gbp:before {
  content: "\e149";
}
.m_formWrap .glyphicon-sort:before {
  content: "\e150";
}
.m_formWrap .glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.m_formWrap .glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.m_formWrap .glyphicon-sort-by-order:before {
  content: "\e153";
}
.m_formWrap .glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.m_formWrap .glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.m_formWrap .glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.m_formWrap .glyphicon-unchecked:before {
  content: "\e157";
}
.m_formWrap .glyphicon-expand:before {
  content: "\e158";
}
.m_formWrap .glyphicon-collapse-down:before {
  content: "\e159";
}
.m_formWrap .glyphicon-collapse-up:before {
  content: "\e160";
}
.m_formWrap .glyphicon-log-in:before {
  content: "\e161";
}
.m_formWrap .glyphicon-flash:before {
  content: "\e162";
}
.m_formWrap .glyphicon-log-out:before {
  content: "\e163";
}
.m_formWrap .glyphicon-new-window:before {
  content: "\e164";
}
.m_formWrap .glyphicon-record:before {
  content: "\e165";
}
.m_formWrap .glyphicon-save:before {
  content: "\e166";
}
.m_formWrap .glyphicon-open:before {
  content: "\e167";
}
.m_formWrap .glyphicon-saved:before {
  content: "\e168";
}
.m_formWrap .glyphicon-import:before {
  content: "\e169";
}
.m_formWrap .glyphicon-export:before {
  content: "\e170";
}
.m_formWrap .glyphicon-send:before {
  content: "\e171";
}
.m_formWrap .glyphicon-floppy-disk:before {
  content: "\e172";
}
.m_formWrap .glyphicon-floppy-saved:before {
  content: "\e173";
}
.m_formWrap .glyphicon-floppy-remove:before {
  content: "\e174";
}
.m_formWrap .glyphicon-floppy-save:before {
  content: "\e175";
}
.m_formWrap .glyphicon-floppy-open:before {
  content: "\e176";
}
.m_formWrap .glyphicon-credit-card:before {
  content: "\e177";
}
.m_formWrap .glyphicon-transfer:before {
  content: "\e178";
}
.m_formWrap .glyphicon-cutlery:before {
  content: "\e179";
}
.m_formWrap .glyphicon-header:before {
  content: "\e180";
}
.m_formWrap .glyphicon-compressed:before {
  content: "\e181";
}
.m_formWrap .glyphicon-earphone:before {
  content: "\e182";
}
.m_formWrap .glyphicon-phone-alt:before {
  content: "\e183";
}
.m_formWrap .glyphicon-tower:before {
  content: "\e184";
}
.m_formWrap .glyphicon-stats:before {
  content: "\e185";
}
.m_formWrap .glyphicon-sd-video:before {
  content: "\e186";
}
.m_formWrap .glyphicon-hd-video:before {
  content: "\e187";
}
.m_formWrap .glyphicon-subtitles:before {
  content: "\e188";
}
.m_formWrap .glyphicon-sound-stereo:before {
  content: "\e189";
}
.m_formWrap .glyphicon-sound-dolby:before {
  content: "\e190";
}
.m_formWrap .glyphicon-sound-5-1:before {
  content: "\e191";
}
.m_formWrap .glyphicon-sound-6-1:before {
  content: "\e192";
}
.m_formWrap .glyphicon-sound-7-1:before {
  content: "\e193";
}
.m_formWrap .glyphicon-copyright-mark:before {
  content: "\e194";
}
.m_formWrap .glyphicon-registration-mark:before {
  content: "\e195";
}
.m_formWrap .glyphicon-cloud-download:before {
  content: "\e197";
}
.m_formWrap .glyphicon-cloud-upload:before {
  content: "\e198";
}
.m_formWrap .glyphicon-tree-conifer:before {
  content: "\e199";
}
.m_formWrap .glyphicon-tree-deciduous:before {
  content: "\e200";
}
.m_formWrap .glyphicon-cd:before {
  content: "\e201";
}
.m_formWrap .glyphicon-save-file:before {
  content: "\e202";
}
.m_formWrap .glyphicon-open-file:before {
  content: "\e203";
}
.m_formWrap .glyphicon-level-up:before {
  content: "\e204";
}
.m_formWrap .glyphicon-copy:before {
  content: "\e205";
}
.m_formWrap .glyphicon-paste:before {
  content: "\e206";
}
.m_formWrap .glyphicon-alert:before {
  content: "\e209";
}
.m_formWrap .glyphicon-equalizer:before {
  content: "\e210";
}
.m_formWrap .glyphicon-king:before {
  content: "\e211";
}
.m_formWrap .glyphicon-queen:before {
  content: "\e212";
}
.m_formWrap .glyphicon-pawn:before {
  content: "\e213";
}
.m_formWrap .glyphicon-bishop:before {
  content: "\e214";
}
.m_formWrap .glyphicon-knight:before {
  content: "\e215";
}
.m_formWrap .glyphicon-baby-formula:before {
  content: "\e216";
}
.m_formWrap .glyphicon-tent:before {
  content: "⛺";
}
.m_formWrap .glyphicon-blackboard:before {
  content: "\e218";
}
.m_formWrap .glyphicon-bed:before {
  content: "\e219";
}
.m_formWrap .glyphicon-apple:before {
  content: "\f8ff";
}
.m_formWrap .glyphicon-erase:before {
  content: "\e221";
}
.m_formWrap .glyphicon-hourglass:before {
  content: "⌛";
}
.m_formWrap .glyphicon-lamp:before {
  content: "\e223";
}
.m_formWrap .glyphicon-duplicate:before {
  content: "\e224";
}
.m_formWrap .glyphicon-piggy-bank:before {
  content: "\e225";
}
.m_formWrap .glyphicon-scissors:before {
  content: "\e226";
}
.m_formWrap .glyphicon-bitcoin:before {
  content: "\e227";
}
.m_formWrap .glyphicon-btc:before {
  content: "\e227";
}
.m_formWrap .glyphicon-xbt:before {
  content: "\e227";
}
.m_formWrap .glyphicon-yen:before {
  content: "¥";
}
.m_formWrap .glyphicon-jpy:before {
  content: "¥";
}
.m_formWrap .glyphicon-ruble:before {
  content: "₽";
}
.m_formWrap .glyphicon-rub:before {
  content: "₽";
}
.m_formWrap .glyphicon-scale:before {
  content: "\e230";
}
.m_formWrap .glyphicon-ice-lolly:before {
  content: "\e231";
}
.m_formWrap .glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.m_formWrap .glyphicon-education:before {
  content: "\e233";
}
.m_formWrap .glyphicon-option-horizontal:before {
  content: "\e234";
}
.m_formWrap .glyphicon-option-vertical:before {
  content: "\e235";
}
.m_formWrap .glyphicon-menu-hamburger:before {
  content: "\e236";
}
.m_formWrap .glyphicon-modal-window:before {
  content: "\e237";
}
.m_formWrap .glyphicon-oil:before {
  content: "\e238";
}
.m_formWrap .glyphicon-grain:before {
  content: "\e239";
}
.m_formWrap .glyphicon-sunglasses:before {
  content: "\e240";
}
.m_formWrap .glyphicon-text-size:before {
  content: "\e241";
}
.m_formWrap .glyphicon-text-color:before {
  content: "\e242";
}
.m_formWrap .glyphicon-text-background:before {
  content: "\e243";
}
.m_formWrap .glyphicon-object-align-top:before {
  content: "\e244";
}
.m_formWrap .glyphicon-object-align-bottom:before {
  content: "\e245";
}
.m_formWrap .glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.m_formWrap .glyphicon-object-align-left:before {
  content: "\e247";
}
.m_formWrap .glyphicon-object-align-vertical:before {
  content: "\e248";
}
.m_formWrap .glyphicon-object-align-right:before {
  content: "\e249";
}
.m_formWrap .glyphicon-triangle-right:before {
  content: "\e250";
}
.m_formWrap .glyphicon-triangle-left:before {
  content: "\e251";
}
.m_formWrap .glyphicon-triangle-bottom:before {
  content: "\e252";
}
.m_formWrap .glyphicon-triangle-top:before {
  content: "\e253";
}
.m_formWrap .glyphicon-console:before {
  content: "\e254";
}
.m_formWrap .glyphicon-superscript:before {
  content: "\e255";
}
.m_formWrap .glyphicon-subscript:before {
  content: "\e256";
}
.m_formWrap .glyphicon-menu-left:before {
  content: "\e257";
}
.m_formWrap .glyphicon-menu-right:before {
  content: "\e258";
}
.m_formWrap .glyphicon-menu-down:before {
  content: "\e259";
}
.m_formWrap .glyphicon-menu-up:before {
  content: "\e260";
}
.m_formWrap * {
  box-sizing: border-box;
}
.m_formWrap *:before,
.m_formWrap *:after {
  box-sizing: border-box;
}
.m_formWrap html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.m_formWrap body {
  /*font-family: "lucida grande", tahoma, verdana, arial, "Hiragino Kaku Gothic Pro", Meiryo, "MS PGothic", sans-serif;*/
  /*font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans JP", "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;*/
  /*font-family: "Helvetica Neue", "Noto Sans JP", "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;*/
  /*font-family: "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;*/
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
.m_formWrap input,
.m_formWrap button,
.m_formWrap select,
.m_formWrap textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.m_formWrap a {
  color: #428bca;
  text-decoration: none;
}
.m_formWrap a:hover,
.m_formWrap a:focus {
  color: #2a6496;
  text-decoration: underline;
}
.m_formWrap a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.m_formWrap figure {
  margin: 0;
}
.m_formWrap img {
  vertical-align: middle;
}
.m_formWrap .img-responsive,
.m_formWrap .thumbnail > img,
.m_formWrap .thumbnail a > img,
.m_formWrap .carousel-inner > .item > img,
.m_formWrap .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.m_formWrap .img-rounded {
  border-radius: 6px;
}
.m_formWrap .img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.m_formWrap .img-circle {
  border-radius: 50%;
}
.m_formWrap hr {
  margin-top: 18px;
  margin-bottom: 18px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.m_formWrap .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.m_formWrap .sr-only-focusable:active,
.m_formWrap .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.m_formWrap [role=button] {
  cursor: pointer;
}
.m_formWrap h1,
.m_formWrap h2,
.m_formWrap h3,
.m_formWrap h4,
.m_formWrap h5,
.m_formWrap h6,
.m_formWrap .h1,
.m_formWrap .h2,
.m_formWrap .h3,
.m_formWrap .h4,
.m_formWrap .h5,
.m_formWrap .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.m_formWrap h1 small,
.m_formWrap h2 small,
.m_formWrap h3 small,
.m_formWrap h4 small,
.m_formWrap h5 small,
.m_formWrap h6 small,
.m_formWrap .h1 small,
.m_formWrap .h2 small,
.m_formWrap .h3 small,
.m_formWrap .h4 small,
.m_formWrap .h5 small,
.m_formWrap .h6 small,
.m_formWrap h1 .small,
.m_formWrap h2 .small,
.m_formWrap h3 .small,
.m_formWrap h4 .small,
.m_formWrap h5 .small,
.m_formWrap h6 .small,
.m_formWrap .h1 .small,
.m_formWrap .h2 .small,
.m_formWrap .h3 .small,
.m_formWrap .h4 .small,
.m_formWrap .h5 .small,
.m_formWrap .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
.m_formWrap h1,
.m_formWrap .h1,
.m_formWrap h2,
.m_formWrap .h2,
.m_formWrap h3,
.m_formWrap .h3 {
  margin-top: 18px;
  margin-bottom: 9px;
}
.m_formWrap h1 small,
.m_formWrap .h1 small,
.m_formWrap h2 small,
.m_formWrap .h2 small,
.m_formWrap h3 small,
.m_formWrap .h3 small,
.m_formWrap h1 .small,
.m_formWrap .h1 .small,
.m_formWrap h2 .small,
.m_formWrap .h2 .small,
.m_formWrap h3 .small,
.m_formWrap .h3 .small {
  font-size: 65%;
}
.m_formWrap h4,
.m_formWrap .h4,
.m_formWrap h5,
.m_formWrap .h5,
.m_formWrap h6,
.m_formWrap .h6 {
  margin-top: 9px;
  margin-bottom: 9px;
}
.m_formWrap h4 small,
.m_formWrap .h4 small,
.m_formWrap h5 small,
.m_formWrap .h5 small,
.m_formWrap h6 small,
.m_formWrap .h6 small,
.m_formWrap h4 .small,
.m_formWrap .h4 .small,
.m_formWrap h5 .small,
.m_formWrap .h5 .small,
.m_formWrap h6 .small,
.m_formWrap .h6 .small {
  font-size: 75%;
}
.m_formWrap h1,
.m_formWrap .h1 {
  font-size: 33px;
}
.m_formWrap h2,
.m_formWrap .h2 {
  font-size: 27px;
}
.m_formWrap h3,
.m_formWrap .h3 {
  font-size: 23px;
}
.m_formWrap h4,
.m_formWrap .h4 {
  font-size: 17px;
}
.m_formWrap h5,
.m_formWrap .h5 {
  font-size: 13px;
}
.m_formWrap h6,
.m_formWrap .h6 {
  font-size: 12px;
}
.m_formWrap .lead {
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .m_formWrap .lead {
    font-size: 19.5px;
  }
}
.m_formWrap small,
.m_formWrap .small {
  font-size: 92%;
}
.m_formWrap mark,
.m_formWrap .mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.m_formWrap .text-left {
  text-align: left;
}
.m_formWrap .text-right {
  text-align: right;
}
.m_formWrap .text-center {
  text-align: center;
}
.m_formWrap .text-justify {
  text-align: justify;
}
.m_formWrap .text-nowrap {
  white-space: nowrap;
}
.m_formWrap .text-lowercase {
  text-transform: lowercase;
}
.m_formWrap .text-uppercase {
  text-transform: uppercase;
}
.m_formWrap .text-capitalize {
  text-transform: capitalize;
}
.m_formWrap .text-muted {
  color: #777777;
}
.m_formWrap .text-primary {
  color: #428bca;
}
.m_formWrap a.text-primary:hover,
.m_formWrap a.text-primary:focus {
  color: #3071a9;
}
.m_formWrap .text-success {
  color: #3c763d;
}
.m_formWrap a.text-success:hover,
.m_formWrap a.text-success:focus {
  color: #2b542c;
}
.m_formWrap .text-info {
  color: #31708f;
}
.m_formWrap a.text-info:hover,
.m_formWrap a.text-info:focus {
  color: #245269;
}
.m_formWrap .text-warning {
  color: #8a6d3b;
}
.m_formWrap a.text-warning:hover,
.m_formWrap a.text-warning:focus {
  color: #66512c;
}
.m_formWrap .text-danger {
  color: #a94442;
}
.m_formWrap a.text-danger:hover,
.m_formWrap a.text-danger:focus {
  color: #843534;
}
.m_formWrap .bg-primary {
  color: #fff;
  background-color: #428bca;
}
.m_formWrap a.bg-primary:hover,
.m_formWrap a.bg-primary:focus {
  background-color: #3071a9;
}
.m_formWrap .bg-success {
  background-color: #dff0d8;
}
.m_formWrap a.bg-success:hover,
.m_formWrap a.bg-success:focus {
  background-color: #c1e2b3;
}
.m_formWrap .bg-info {
  background-color: #d9edf7;
}
.m_formWrap a.bg-info:hover,
.m_formWrap a.bg-info:focus {
  background-color: #afd9ee;
}
.m_formWrap .bg-warning {
  background-color: #fcf8e3;
}
.m_formWrap a.bg-warning:hover,
.m_formWrap a.bg-warning:focus {
  background-color: #f7ecb5;
}
.m_formWrap .bg-danger {
  background-color: #f2dede;
}
.m_formWrap a.bg-danger:hover,
.m_formWrap a.bg-danger:focus {
  background-color: #e4b9b9;
}
.m_formWrap .page-header {
  padding-bottom: 8px;
  margin: 36px 0 18px;
  border-bottom: 1px solid #eeeeee;
}
.m_formWrap ul,
.m_formWrap ol {
  margin-top: 0;
  margin-bottom: 9px;
}
.m_formWrap ul ul,
.m_formWrap ol ul,
.m_formWrap ul ol,
.m_formWrap ol ol {
  margin-bottom: 0;
}
.m_formWrap .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.m_formWrap .list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.m_formWrap .list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.m_formWrap dl {
  margin-top: 0;
  margin-bottom: 18px;
}
.m_formWrap dt,
.m_formWrap dd {
  line-height: 1.42857143;
}
.m_formWrap dt {
  font-weight: bold;
}
.m_formWrap dd {
  margin-left: 0;
}
@media (min-width: 999px) {
  .m_formWrap .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .m_formWrap .dl-horizontal dd {
    margin-left: 180px;
  }
}
.m_formWrap abbr[title],
.m_formWrap abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.m_formWrap .initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.m_formWrap blockquote {
  padding: 9px 18px;
  margin: 0 0 18px;
  font-size: 16.25px;
  border-left: 5px solid #eeeeee;
}
.m_formWrap blockquote p:last-child,
.m_formWrap blockquote ul:last-child,
.m_formWrap blockquote ol:last-child {
  margin-bottom: 0;
}
.m_formWrap blockquote footer,
.m_formWrap blockquote small,
.m_formWrap blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
.m_formWrap blockquote footer:before,
.m_formWrap blockquote small:before,
.m_formWrap blockquote .small:before {
  content: "— ";
}
.m_formWrap .blockquote-reverse,
.m_formWrap blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.m_formWrap .blockquote-reverse footer:before,
.m_formWrap blockquote.pull-right footer:before,
.m_formWrap .blockquote-reverse small:before,
.m_formWrap blockquote.pull-right small:before,
.m_formWrap .blockquote-reverse .small:before,
.m_formWrap blockquote.pull-right .small:before {
  content: "";
}
.m_formWrap .blockquote-reverse footer:after,
.m_formWrap blockquote.pull-right footer:after,
.m_formWrap .blockquote-reverse small:after,
.m_formWrap blockquote.pull-right small:after,
.m_formWrap .blockquote-reverse .small:after,
.m_formWrap blockquote.pull-right .small:after {
  content: " —";
}
.m_formWrap address {
  margin-bottom: 18px;
  font-style: normal;
  line-height: 1.42857143;
}
.m_formWrap code,
.m_formWrap kbd,
.m_formWrap pre,
.m_formWrap samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.m_formWrap code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
.m_formWrap kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.m_formWrap kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
.m_formWrap pre {
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 12px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.m_formWrap pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.m_formWrap .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.m_formWrap .container {
  margin-right: auto;
  margin-left: auto;
  /*added by K3*/
  /*padding-left: 15px;*/
  /*padding-right: 15px;*/
}
@media (min-width: 768px) {
  .m_formWrap .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .m_formWrap .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .m_formWrap .container {
    width: 1170px;
  }
}
@media (min-width: 1600px) {
  .m_formWrap .container {
    width: 1370px;
  }
}
.m_formWrap .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.m_formWrap .row {
  margin-left: -15px;
  margin-right: -15px;
}
.m_formWrap .col-xs-1, .m_formWrap .col-sm-1, .m_formWrap .col-md-1, .m_formWrap .col-lg-1, .m_formWrap .col-xs-2, .m_formWrap .col-sm-2, .m_formWrap .col-md-2, .m_formWrap .col-lg-2, .m_formWrap .col-xs-3, .m_formWrap .col-sm-3, .m_formWrap .col-md-3, .m_formWrap .col-lg-3, .m_formWrap .col-xs-4, .m_formWrap .col-sm-4, .m_formWrap .col-md-4, .m_formWrap .col-lg-4, .m_formWrap .col-xs-5, .m_formWrap .col-sm-5, .m_formWrap .col-md-5, .m_formWrap .col-lg-5, .m_formWrap .col-xs-6, .m_formWrap .col-sm-6, .m_formWrap .col-md-6, .m_formWrap .col-lg-6, .m_formWrap .col-xs-7, .m_formWrap .col-sm-7, .m_formWrap .col-md-7, .m_formWrap .col-lg-7, .m_formWrap .col-xs-8, .m_formWrap .col-sm-8, .m_formWrap .col-md-8, .m_formWrap .col-lg-8, .m_formWrap .col-xs-9, .m_formWrap .col-sm-9, .m_formWrap .col-md-9, .m_formWrap .col-lg-9, .m_formWrap .col-xs-10, .m_formWrap .col-sm-10, .m_formWrap .col-md-10, .m_formWrap .col-lg-10, .m_formWrap .col-xs-11, .m_formWrap .col-sm-11, .m_formWrap .col-md-11, .m_formWrap .col-lg-11, .m_formWrap .col-xs-12, .m_formWrap .col-sm-12, .m_formWrap .col-md-12, .m_formWrap .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.m_formWrap .col-xs-1, .m_formWrap .col-xs-2, .m_formWrap .col-xs-3, .m_formWrap .col-xs-4, .m_formWrap .col-xs-5, .m_formWrap .col-xs-6, .m_formWrap .col-xs-7, .m_formWrap .col-xs-8, .m_formWrap .col-xs-9, .m_formWrap .col-xs-10, .m_formWrap .col-xs-11, .m_formWrap .col-xs-12 {
  float: left;
}
.m_formWrap .col-xs-12 {
  width: 100%;
}
.m_formWrap .col-xs-11 {
  width: 91.66666667%;
}
.m_formWrap .col-xs-10 {
  width: 83.33333333%;
}
.m_formWrap .col-xs-9 {
  width: 75%;
}
.m_formWrap .col-xs-8 {
  width: 66.66666667%;
}
.m_formWrap .col-xs-7 {
  width: 58.33333333%;
}
.m_formWrap .col-xs-6 {
  width: 50%;
}
.m_formWrap .col-xs-5 {
  width: 41.66666667%;
}
.m_formWrap .col-xs-4 {
  width: 33.33333333%;
}
.m_formWrap .col-xs-3 {
  width: 25%;
}
.m_formWrap .col-xs-2 {
  width: 16.66666667%;
}
.m_formWrap .col-xs-1 {
  width: 8.33333333%;
}
.m_formWrap .col-xs-pull-12 {
  right: 100%;
}
.m_formWrap .col-xs-pull-11 {
  right: 91.66666667%;
}
.m_formWrap .col-xs-pull-10 {
  right: 83.33333333%;
}
.m_formWrap .col-xs-pull-9 {
  right: 75%;
}
.m_formWrap .col-xs-pull-8 {
  right: 66.66666667%;
}
.m_formWrap .col-xs-pull-7 {
  right: 58.33333333%;
}
.m_formWrap .col-xs-pull-6 {
  right: 50%;
}
.m_formWrap .col-xs-pull-5 {
  right: 41.66666667%;
}
.m_formWrap .col-xs-pull-4 {
  right: 33.33333333%;
}
.m_formWrap .col-xs-pull-3 {
  right: 25%;
}
.m_formWrap .col-xs-pull-2 {
  right: 16.66666667%;
}
.m_formWrap .col-xs-pull-1 {
  right: 8.33333333%;
}
.m_formWrap .col-xs-pull-0 {
  right: auto;
}
.m_formWrap .col-xs-push-12 {
  left: 100%;
}
.m_formWrap .col-xs-push-11 {
  left: 91.66666667%;
}
.m_formWrap .col-xs-push-10 {
  left: 83.33333333%;
}
.m_formWrap .col-xs-push-9 {
  left: 75%;
}
.m_formWrap .col-xs-push-8 {
  left: 66.66666667%;
}
.m_formWrap .col-xs-push-7 {
  left: 58.33333333%;
}
.m_formWrap .col-xs-push-6 {
  left: 50%;
}
.m_formWrap .col-xs-push-5 {
  left: 41.66666667%;
}
.m_formWrap .col-xs-push-4 {
  left: 33.33333333%;
}
.m_formWrap .col-xs-push-3 {
  left: 25%;
}
.m_formWrap .col-xs-push-2 {
  left: 16.66666667%;
}
.m_formWrap .col-xs-push-1 {
  left: 8.33333333%;
}
.m_formWrap .col-xs-push-0 {
  left: auto;
}
.m_formWrap .col-xs-offset-12 {
  margin-left: 100%;
}
.m_formWrap .col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.m_formWrap .col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.m_formWrap .col-xs-offset-9 {
  margin-left: 75%;
}
.m_formWrap .col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.m_formWrap .col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.m_formWrap .col-xs-offset-6 {
  margin-left: 50%;
}
.m_formWrap .col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.m_formWrap .col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.m_formWrap .col-xs-offset-3 {
  margin-left: 25%;
}
.m_formWrap .col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.m_formWrap .col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.m_formWrap .col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .m_formWrap .col-sm-1, .m_formWrap .col-sm-2, .m_formWrap .col-sm-3, .m_formWrap .col-sm-4, .m_formWrap .col-sm-5, .m_formWrap .col-sm-6, .m_formWrap .col-sm-7, .m_formWrap .col-sm-8, .m_formWrap .col-sm-9, .m_formWrap .col-sm-10, .m_formWrap .col-sm-11, .m_formWrap .col-sm-12 {
    float: left;
  }
  .m_formWrap .col-sm-12 {
    width: 100%;
  }
  .m_formWrap .col-sm-11 {
    width: 91.66666667%;
  }
  .m_formWrap .col-sm-10 {
    width: 83.33333333%;
  }
  .m_formWrap .col-sm-9 {
    width: 75%;
  }
  .m_formWrap .col-sm-8 {
    width: 66.66666667%;
  }
  .m_formWrap .col-sm-7 {
    width: 58.33333333%;
  }
  .m_formWrap .col-sm-6 {
    width: 50%;
  }
  .m_formWrap .col-sm-5 {
    width: 41.66666667%;
  }
  .m_formWrap .col-sm-4 {
    width: 33.33333333%;
  }
  .m_formWrap .col-sm-3 {
    width: 25%;
  }
  .m_formWrap .col-sm-2 {
    width: 16.66666667%;
  }
  .m_formWrap .col-sm-1 {
    width: 8.33333333%;
  }
  .m_formWrap .col-sm-pull-12 {
    right: 100%;
  }
  .m_formWrap .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .m_formWrap .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .m_formWrap .col-sm-pull-9 {
    right: 75%;
  }
  .m_formWrap .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .m_formWrap .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .m_formWrap .col-sm-pull-6 {
    right: 50%;
  }
  .m_formWrap .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .m_formWrap .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .m_formWrap .col-sm-pull-3 {
    right: 25%;
  }
  .m_formWrap .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .m_formWrap .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .m_formWrap .col-sm-pull-0 {
    right: auto;
  }
  .m_formWrap .col-sm-push-12 {
    left: 100%;
  }
  .m_formWrap .col-sm-push-11 {
    left: 91.66666667%;
  }
  .m_formWrap .col-sm-push-10 {
    left: 83.33333333%;
  }
  .m_formWrap .col-sm-push-9 {
    left: 75%;
  }
  .m_formWrap .col-sm-push-8 {
    left: 66.66666667%;
  }
  .m_formWrap .col-sm-push-7 {
    left: 58.33333333%;
  }
  .m_formWrap .col-sm-push-6 {
    left: 50%;
  }
  .m_formWrap .col-sm-push-5 {
    left: 41.66666667%;
  }
  .m_formWrap .col-sm-push-4 {
    left: 33.33333333%;
  }
  .m_formWrap .col-sm-push-3 {
    left: 25%;
  }
  .m_formWrap .col-sm-push-2 {
    left: 16.66666667%;
  }
  .m_formWrap .col-sm-push-1 {
    left: 8.33333333%;
  }
  .m_formWrap .col-sm-push-0 {
    left: auto;
  }
  .m_formWrap .col-sm-offset-12 {
    margin-left: 100%;
  }
  .m_formWrap .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .m_formWrap .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .m_formWrap .col-sm-offset-9 {
    margin-left: 75%;
  }
  .m_formWrap .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .m_formWrap .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .m_formWrap .col-sm-offset-6 {
    margin-left: 50%;
  }
  .m_formWrap .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .m_formWrap .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .m_formWrap .col-sm-offset-3 {
    margin-left: 25%;
  }
  .m_formWrap .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .m_formWrap .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .m_formWrap .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .m_formWrap .col-md-1, .m_formWrap .col-md-2, .m_formWrap .col-md-3, .m_formWrap .col-md-4, .m_formWrap .col-md-5, .m_formWrap .col-md-6, .m_formWrap .col-md-7, .m_formWrap .col-md-8, .m_formWrap .col-md-9, .m_formWrap .col-md-10, .m_formWrap .col-md-11, .m_formWrap .col-md-12 {
    float: left;
  }
  .m_formWrap .col-md-12 {
    width: 100%;
  }
  .m_formWrap .col-md-11 {
    width: 91.66666667%;
  }
  .m_formWrap .col-md-10 {
    width: 83.33333333%;
  }
  .m_formWrap .col-md-9 {
    width: 75%;
  }
  .m_formWrap .col-md-8 {
    width: 66.66666667%;
  }
  .m_formWrap .col-md-7 {
    width: 58.33333333%;
  }
  .m_formWrap .col-md-6 {
    width: 50%;
  }
  .m_formWrap .col-md-5 {
    width: 41.66666667%;
  }
  .m_formWrap .col-md-4 {
    width: 33.33333333%;
  }
  .m_formWrap .col-md-3 {
    width: 25%;
  }
  .m_formWrap .col-md-2 {
    width: 16.66666667%;
  }
  .m_formWrap .col-md-1 {
    width: 8.33333333%;
  }
  .m_formWrap .col-md-pull-12 {
    right: 100%;
  }
  .m_formWrap .col-md-pull-11 {
    right: 91.66666667%;
  }
  .m_formWrap .col-md-pull-10 {
    right: 83.33333333%;
  }
  .m_formWrap .col-md-pull-9 {
    right: 75%;
  }
  .m_formWrap .col-md-pull-8 {
    right: 66.66666667%;
  }
  .m_formWrap .col-md-pull-7 {
    right: 58.33333333%;
  }
  .m_formWrap .col-md-pull-6 {
    right: 50%;
  }
  .m_formWrap .col-md-pull-5 {
    right: 41.66666667%;
  }
  .m_formWrap .col-md-pull-4 {
    right: 33.33333333%;
  }
  .m_formWrap .col-md-pull-3 {
    right: 25%;
  }
  .m_formWrap .col-md-pull-2 {
    right: 16.66666667%;
  }
  .m_formWrap .col-md-pull-1 {
    right: 8.33333333%;
  }
  .m_formWrap .col-md-pull-0 {
    right: auto;
  }
  .m_formWrap .col-md-push-12 {
    left: 100%;
  }
  .m_formWrap .col-md-push-11 {
    left: 91.66666667%;
  }
  .m_formWrap .col-md-push-10 {
    left: 83.33333333%;
  }
  .m_formWrap .col-md-push-9 {
    left: 75%;
  }
  .m_formWrap .col-md-push-8 {
    left: 66.66666667%;
  }
  .m_formWrap .col-md-push-7 {
    left: 58.33333333%;
  }
  .m_formWrap .col-md-push-6 {
    left: 50%;
  }
  .m_formWrap .col-md-push-5 {
    left: 41.66666667%;
  }
  .m_formWrap .col-md-push-4 {
    left: 33.33333333%;
  }
  .m_formWrap .col-md-push-3 {
    left: 25%;
  }
  .m_formWrap .col-md-push-2 {
    left: 16.66666667%;
  }
  .m_formWrap .col-md-push-1 {
    left: 8.33333333%;
  }
  .m_formWrap .col-md-push-0 {
    left: auto;
  }
  .m_formWrap .col-md-offset-12 {
    margin-left: 100%;
  }
  .m_formWrap .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .m_formWrap .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .m_formWrap .col-md-offset-9 {
    margin-left: 75%;
  }
  .m_formWrap .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .m_formWrap .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .m_formWrap .col-md-offset-6 {
    margin-left: 50%;
  }
  .m_formWrap .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .m_formWrap .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .m_formWrap .col-md-offset-3 {
    margin-left: 25%;
  }
  .m_formWrap .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .m_formWrap .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .m_formWrap .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .m_formWrap .col-lg-1, .m_formWrap .col-lg-2, .m_formWrap .col-lg-3, .m_formWrap .col-lg-4, .m_formWrap .col-lg-5, .m_formWrap .col-lg-6, .m_formWrap .col-lg-7, .m_formWrap .col-lg-8, .m_formWrap .col-lg-9, .m_formWrap .col-lg-10, .m_formWrap .col-lg-11, .m_formWrap .col-lg-12 {
    float: left;
  }
  .m_formWrap .col-lg-12 {
    width: 100%;
  }
  .m_formWrap .col-lg-11 {
    width: 91.66666667%;
  }
  .m_formWrap .col-lg-10 {
    width: 83.33333333%;
  }
  .m_formWrap .col-lg-9 {
    width: 75%;
  }
  .m_formWrap .col-lg-8 {
    width: 66.66666667%;
  }
  .m_formWrap .col-lg-7 {
    width: 58.33333333%;
  }
  .m_formWrap .col-lg-6 {
    width: 50%;
  }
  .m_formWrap .col-lg-5 {
    width: 41.66666667%;
  }
  .m_formWrap .col-lg-4 {
    width: 33.33333333%;
  }
  .m_formWrap .col-lg-3 {
    width: 25%;
  }
  .m_formWrap .col-lg-2 {
    width: 16.66666667%;
  }
  .m_formWrap .col-lg-1 {
    width: 8.33333333%;
  }
  .m_formWrap .col-lg-pull-12 {
    right: 100%;
  }
  .m_formWrap .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .m_formWrap .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .m_formWrap .col-lg-pull-9 {
    right: 75%;
  }
  .m_formWrap .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .m_formWrap .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .m_formWrap .col-lg-pull-6 {
    right: 50%;
  }
  .m_formWrap .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .m_formWrap .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .m_formWrap .col-lg-pull-3 {
    right: 25%;
  }
  .m_formWrap .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .m_formWrap .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .m_formWrap .col-lg-pull-0 {
    right: auto;
  }
  .m_formWrap .col-lg-push-12 {
    left: 100%;
  }
  .m_formWrap .col-lg-push-11 {
    left: 91.66666667%;
  }
  .m_formWrap .col-lg-push-10 {
    left: 83.33333333%;
  }
  .m_formWrap .col-lg-push-9 {
    left: 75%;
  }
  .m_formWrap .col-lg-push-8 {
    left: 66.66666667%;
  }
  .m_formWrap .col-lg-push-7 {
    left: 58.33333333%;
  }
  .m_formWrap .col-lg-push-6 {
    left: 50%;
  }
  .m_formWrap .col-lg-push-5 {
    left: 41.66666667%;
  }
  .m_formWrap .col-lg-push-4 {
    left: 33.33333333%;
  }
  .m_formWrap .col-lg-push-3 {
    left: 25%;
  }
  .m_formWrap .col-lg-push-2 {
    left: 16.66666667%;
  }
  .m_formWrap .col-lg-push-1 {
    left: 8.33333333%;
  }
  .m_formWrap .col-lg-push-0 {
    left: auto;
  }
  .m_formWrap .col-lg-offset-12 {
    margin-left: 100%;
  }
  .m_formWrap .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .m_formWrap .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .m_formWrap .col-lg-offset-9 {
    margin-left: 75%;
  }
  .m_formWrap .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .m_formWrap .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .m_formWrap .col-lg-offset-6 {
    margin-left: 50%;
  }
  .m_formWrap .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .m_formWrap .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .m_formWrap .col-lg-offset-3 {
    margin-left: 25%;
  }
  .m_formWrap .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .m_formWrap .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .m_formWrap .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.m_formWrap table {
  background-color: transparent;
}
.m_formWrap caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
.m_formWrap th {
  text-align: left;
}
.m_formWrap .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 18px;
}
.m_formWrap .table > thead > tr > th,
.m_formWrap .table > tbody > tr > th,
.m_formWrap .table > tfoot > tr > th,
.m_formWrap .table > thead > tr > td,
.m_formWrap .table > tbody > tr > td,
.m_formWrap .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.m_formWrap .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.m_formWrap .table > caption + thead > tr:first-child > th,
.m_formWrap .table > colgroup + thead > tr:first-child > th,
.m_formWrap .table > thead:first-child > tr:first-child > th,
.m_formWrap .table > caption + thead > tr:first-child > td,
.m_formWrap .table > colgroup + thead > tr:first-child > td,
.m_formWrap .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.m_formWrap .table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.m_formWrap .table .table {
  background-color: #ffffff;
}
.m_formWrap .table-condensed > thead > tr > th,
.m_formWrap .table-condensed > tbody > tr > th,
.m_formWrap .table-condensed > tfoot > tr > th,
.m_formWrap .table-condensed > thead > tr > td,
.m_formWrap .table-condensed > tbody > tr > td,
.m_formWrap .table-condensed > tfoot > tr > td {
  padding: 5px;
}
.m_formWrap .table-bordered {
  border: 1px solid #dddddd;
}
.m_formWrap .table-bordered > thead > tr > th,
.m_formWrap .table-bordered > tbody > tr > th,
.m_formWrap .table-bordered > tfoot > tr > th,
.m_formWrap .table-bordered > thead > tr > td,
.m_formWrap .table-bordered > tbody > tr > td,
.m_formWrap .table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.m_formWrap .table-bordered > thead > tr > th,
.m_formWrap .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.m_formWrap .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.m_formWrap .table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.m_formWrap table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}
.m_formWrap table td[class*=col-],
.m_formWrap table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}
.m_formWrap .table > thead > tr > td.active,
.m_formWrap .table > tbody > tr > td.active,
.m_formWrap .table > tfoot > tr > td.active,
.m_formWrap .table > thead > tr > th.active,
.m_formWrap .table > tbody > tr > th.active,
.m_formWrap .table > tfoot > tr > th.active,
.m_formWrap .table > thead > tr.active > td,
.m_formWrap .table > tbody > tr.active > td,
.m_formWrap .table > tfoot > tr.active > td,
.m_formWrap .table > thead > tr.active > th,
.m_formWrap .table > tbody > tr.active > th,
.m_formWrap .table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.m_formWrap .table-hover > tbody > tr > td.active:hover,
.m_formWrap .table-hover > tbody > tr > th.active:hover,
.m_formWrap .table-hover > tbody > tr.active:hover > td,
.m_formWrap .table-hover > tbody > tr:hover > .active,
.m_formWrap .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.m_formWrap .table > thead > tr > td.success,
.m_formWrap .table > tbody > tr > td.success,
.m_formWrap .table > tfoot > tr > td.success,
.m_formWrap .table > thead > tr > th.success,
.m_formWrap .table > tbody > tr > th.success,
.m_formWrap .table > tfoot > tr > th.success,
.m_formWrap .table > thead > tr.success > td,
.m_formWrap .table > tbody > tr.success > td,
.m_formWrap .table > tfoot > tr.success > td,
.m_formWrap .table > thead > tr.success > th,
.m_formWrap .table > tbody > tr.success > th,
.m_formWrap .table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.m_formWrap .table-hover > tbody > tr > td.success:hover,
.m_formWrap .table-hover > tbody > tr > th.success:hover,
.m_formWrap .table-hover > tbody > tr.success:hover > td,
.m_formWrap .table-hover > tbody > tr:hover > .success,
.m_formWrap .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.m_formWrap .table > thead > tr > td.info,
.m_formWrap .table > tbody > tr > td.info,
.m_formWrap .table > tfoot > tr > td.info,
.m_formWrap .table > thead > tr > th.info,
.m_formWrap .table > tbody > tr > th.info,
.m_formWrap .table > tfoot > tr > th.info,
.m_formWrap .table > thead > tr.info > td,
.m_formWrap .table > tbody > tr.info > td,
.m_formWrap .table > tfoot > tr.info > td,
.m_formWrap .table > thead > tr.info > th,
.m_formWrap .table > tbody > tr.info > th,
.m_formWrap .table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.m_formWrap .table-hover > tbody > tr > td.info:hover,
.m_formWrap .table-hover > tbody > tr > th.info:hover,
.m_formWrap .table-hover > tbody > tr.info:hover > td,
.m_formWrap .table-hover > tbody > tr:hover > .info,
.m_formWrap .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.m_formWrap .table > thead > tr > td.warning,
.m_formWrap .table > tbody > tr > td.warning,
.m_formWrap .table > tfoot > tr > td.warning,
.m_formWrap .table > thead > tr > th.warning,
.m_formWrap .table > tbody > tr > th.warning,
.m_formWrap .table > tfoot > tr > th.warning,
.m_formWrap .table > thead > tr.warning > td,
.m_formWrap .table > tbody > tr.warning > td,
.m_formWrap .table > tfoot > tr.warning > td,
.m_formWrap .table > thead > tr.warning > th,
.m_formWrap .table > tbody > tr.warning > th,
.m_formWrap .table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.m_formWrap .table-hover > tbody > tr > td.warning:hover,
.m_formWrap .table-hover > tbody > tr > th.warning:hover,
.m_formWrap .table-hover > tbody > tr.warning:hover > td,
.m_formWrap .table-hover > tbody > tr:hover > .warning,
.m_formWrap .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.m_formWrap .table > thead > tr > td.danger,
.m_formWrap .table > tbody > tr > td.danger,
.m_formWrap .table > tfoot > tr > td.danger,
.m_formWrap .table > thead > tr > th.danger,
.m_formWrap .table > tbody > tr > th.danger,
.m_formWrap .table > tfoot > tr > th.danger,
.m_formWrap .table > thead > tr.danger > td,
.m_formWrap .table > tbody > tr.danger > td,
.m_formWrap .table > tfoot > tr.danger > td,
.m_formWrap .table > thead > tr.danger > th,
.m_formWrap .table > tbody > tr.danger > th,
.m_formWrap .table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.m_formWrap .table-hover > tbody > tr > td.danger:hover,
.m_formWrap .table-hover > tbody > tr > th.danger:hover,
.m_formWrap .table-hover > tbody > tr.danger:hover > td,
.m_formWrap .table-hover > tbody > tr:hover > .danger,
.m_formWrap .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.m_formWrap .table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .m_formWrap .table-responsive {
    width: 100%;
    margin-bottom: 13.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .m_formWrap .table-responsive > .table {
    margin-bottom: 0;
  }
  .m_formWrap .table-responsive > .table > thead > tr > th,
  .m_formWrap .table-responsive > .table > tbody > tr > th,
  .m_formWrap .table-responsive > .table > tfoot > tr > th,
  .m_formWrap .table-responsive > .table > thead > tr > td,
  .m_formWrap .table-responsive > .table > tbody > tr > td,
  .m_formWrap .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .m_formWrap .table-responsive > .table-bordered {
    border: 0;
  }
  .m_formWrap .table-responsive > .table-bordered > thead > tr > th:first-child,
  .m_formWrap .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .m_formWrap .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .m_formWrap .table-responsive > .table-bordered > thead > tr > td:first-child,
  .m_formWrap .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .m_formWrap .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .m_formWrap .table-responsive > .table-bordered > thead > tr > th:last-child,
  .m_formWrap .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .m_formWrap .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .m_formWrap .table-responsive > .table-bordered > thead > tr > td:last-child,
  .m_formWrap .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .m_formWrap .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .m_formWrap .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .m_formWrap .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .m_formWrap .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .m_formWrap .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.m_formWrap fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
.m_formWrap legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 18px;
  font-size: 19.5px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
.m_formWrap label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
.m_formWrap input[type=search] {
  box-sizing: border-box;
}
.m_formWrap input[type=radio],
.m_formWrap input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}
.m_formWrap input[type=file] {
  display: block;
}
.m_formWrap input[type=range] {
  display: block;
  width: 100%;
}
.m_formWrap select[multiple],
.m_formWrap select[size] {
  height: auto;
}
.m_formWrap input[type=file]:focus,
.m_formWrap input[type=radio]:focus,
.m_formWrap input[type=checkbox]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.m_formWrap output {
  display: block;
  padding-top: 7px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #555555;
}
.m_formWrap .form-control {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  appearance: auto;
}
.m_formWrap .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.m_formWrap .form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.m_formWrap .form-control:-ms-input-placeholder {
  color: #999999;
}
.m_formWrap .form-control::-webkit-input-placeholder {
  color: #999999;
}
.m_formWrap .form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.m_formWrap .form-control[disabled],
.m_formWrap .form-control[readonly],
.m_formWrap fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.m_formWrap .form-control[disabled],
.m_formWrap fieldset[disabled] .form-control {
  cursor: not-allowed;
}
.m_formWrap textarea.form-control {
  height: auto;
}
.m_formWrap input[type=search] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .m_formWrap input[type=date].form-control,
  .m_formWrap input[type=time].form-control,
  .m_formWrap input[type=datetime-local].form-control,
  .m_formWrap input[type=month].form-control {
    line-height: 32px;
  }
  .m_formWrap input[type=date].input-sm,
  .m_formWrap input[type=time].input-sm,
  .m_formWrap input[type=datetime-local].input-sm,
  .m_formWrap input[type=month].input-sm,
  .m_formWrap .input-group-sm input[type=date],
  .m_formWrap .input-group-sm input[type=time],
  .m_formWrap .input-group-sm input[type=datetime-local],
  .m_formWrap .input-group-sm input[type=month] {
    line-height: 30px;
  }
  .m_formWrap input[type=date].input-lg,
  .m_formWrap input[type=time].input-lg,
  .m_formWrap input[type=datetime-local].input-lg,
  .m_formWrap input[type=month].input-lg,
  .m_formWrap .input-group-lg input[type=date],
  .m_formWrap .input-group-lg input[type=time],
  .m_formWrap .input-group-lg input[type=datetime-local],
  .m_formWrap .input-group-lg input[type=month] {
    line-height: 45px;
  }
}
.m_formWrap .form-group {
  margin-bottom: 15px;
}
.m_formWrap .radio,
.m_formWrap .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.m_formWrap .radio label,
.m_formWrap .checkbox label {
  min-height: 18px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.m_formWrap .radio input[type=radio],
.m_formWrap .radio-inline input[type=radio],
.m_formWrap .checkbox input[type=checkbox],
.m_formWrap .checkbox-inline input[type=checkbox] {
  /*added by K3*/
  /*position: absolute;*/
  margin-left: -20px;
  margin-top: 4px \9 ;
}
.m_formWrap .radio + .radio,
.m_formWrap .checkbox + .checkbox {
  margin-top: -5px;
}
.m_formWrap .radio-inline,
.m_formWrap .checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.m_formWrap .radio-inline + .radio-inline,
.m_formWrap .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  /*added by K3*/
  /*margin-left: 10px;*/
}
.m_formWrap input[type=radio][disabled],
.m_formWrap input[type=checkbox][disabled],
.m_formWrap input[type=radio].disabled,
.m_formWrap input[type=checkbox].disabled,
.m_formWrap fieldset[disabled] input[type=radio],
.m_formWrap fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}
.m_formWrap .radio-inline.disabled,
.m_formWrap .checkbox-inline.disabled,
.m_formWrap fieldset[disabled] .radio-inline,
.m_formWrap fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.m_formWrap .radio.disabled label,
.m_formWrap .checkbox.disabled label,
.m_formWrap fieldset[disabled] .radio label,
.m_formWrap fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.m_formWrap .form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 31px;
}
.m_formWrap .form-control-static.input-lg,
.m_formWrap .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.m_formWrap .input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.m_formWrap select.input-sm {
  height: 30px;
  line-height: 30px;
}
.m_formWrap textarea.input-sm,
.m_formWrap select[multiple].input-sm {
  height: auto;
}
.m_formWrap .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.m_formWrap .form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.m_formWrap .form-group-sm textarea.form-control,
.m_formWrap .form-group-sm select[multiple].form-control {
  height: auto;
}
.m_formWrap .form-group-sm .form-control-static {
  height: 30px;
  min-height: 30px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.m_formWrap .input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 6px;
}
.m_formWrap select.input-lg {
  height: 45px;
  line-height: 45px;
}
.m_formWrap textarea.input-lg,
.m_formWrap select[multiple].input-lg {
  height: auto;
}
.m_formWrap .form-group-lg .form-control {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 6px;
}
.m_formWrap .form-group-lg select.form-control {
  height: 45px;
  line-height: 45px;
}
.m_formWrap .form-group-lg textarea.form-control,
.m_formWrap .form-group-lg select[multiple].form-control {
  height: auto;
}
.m_formWrap .form-group-lg .form-control-static {
  height: 45px;
  min-height: 35px;
  padding: 11px 16px;
  font-size: 17px;
  line-height: 1.33;
}
.m_formWrap .has-feedback {
  position: relative;
}
.m_formWrap .has-feedback .form-control {
  padding-right: 40px;
}
.m_formWrap .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  pointer-events: none;
}
.m_formWrap .input-lg + .form-control-feedback,
.m_formWrap .input-group-lg + .form-control-feedback,
.m_formWrap .form-group-lg .form-control + .form-control-feedback {
  width: 45px;
  height: 45px;
  line-height: 45px;
}
.m_formWrap .input-sm + .form-control-feedback,
.m_formWrap .input-group-sm + .form-control-feedback,
.m_formWrap .form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.m_formWrap .has-success .help-block,
.m_formWrap .has-success .control-label,
.m_formWrap .has-success .radio,
.m_formWrap .has-success .checkbox,
.m_formWrap .has-success .radio-inline,
.m_formWrap .has-success .checkbox-inline,
.m_formWrap .has-success.radio label,
.m_formWrap .has-success.checkbox label,
.m_formWrap .has-success.radio-inline label,
.m_formWrap .has-success.checkbox-inline label {
  color: #3c763d;
}
.m_formWrap .has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.m_formWrap .has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.m_formWrap .has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.m_formWrap .has-success .form-control-feedback {
  color: #3c763d;
}
.m_formWrap .has-warning .help-block,
.m_formWrap .has-warning .control-label,
.m_formWrap .has-warning .radio,
.m_formWrap .has-warning .checkbox,
.m_formWrap .has-warning .radio-inline,
.m_formWrap .has-warning .checkbox-inline,
.m_formWrap .has-warning.radio label,
.m_formWrap .has-warning.checkbox label,
.m_formWrap .has-warning.radio-inline label,
.m_formWrap .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.m_formWrap .has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.m_formWrap .has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.m_formWrap .has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.m_formWrap .has-warning .form-control-feedback {
  color: #8a6d3b;
}
.m_formWrap .has-error .help-block,
.m_formWrap .has-error .control-label,
.m_formWrap .has-error .radio,
.m_formWrap .has-error .checkbox,
.m_formWrap .has-error .radio-inline,
.m_formWrap .has-error .checkbox-inline,
.m_formWrap .has-error.radio label,
.m_formWrap .has-error.checkbox label,
.m_formWrap .has-error.radio-inline label,
.m_formWrap .has-error.checkbox-inline label {
  color: #a94442;
}
.m_formWrap .has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.m_formWrap .has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.m_formWrap .has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.m_formWrap .has-error .form-control-feedback {
  color: #a94442;
}
.m_formWrap .has-feedback label ~ .form-control-feedback {
  top: 23px;
}
.m_formWrap .has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.m_formWrap .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .m_formWrap .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .m_formWrap .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .m_formWrap .form-inline .form-control-static {
    display: inline-block;
  }
  .m_formWrap .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .m_formWrap .form-inline .input-group .input-group-addon,
  .m_formWrap .form-inline .input-group .input-group-btn,
  .m_formWrap .form-inline .input-group .form-control {
    width: auto;
  }
  .m_formWrap .form-inline .input-group > .form-control {
    width: 100%;
  }
  .m_formWrap .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .m_formWrap .form-inline .radio,
  .m_formWrap .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .m_formWrap .form-inline .radio label,
  .m_formWrap .form-inline .checkbox label {
    padding-left: 0;
  }
  .m_formWrap .form-inline .radio input[type=radio],
  .m_formWrap .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .m_formWrap .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.m_formWrap .form-horizontal .radio,
.m_formWrap .form-horizontal .checkbox,
.m_formWrap .form-horizontal .radio-inline,
.m_formWrap .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.m_formWrap .form-horizontal .radio,
.m_formWrap .form-horizontal .checkbox {
  min-height: 25px;
}
.m_formWrap .form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .m_formWrap .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.m_formWrap .form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .m_formWrap .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 17px;
  }
}
@media (min-width: 768px) {
  .m_formWrap .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.m_formWrap .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  user-select: none;
}
.m_formWrap .btn:focus,
.m_formWrap .btn:active:focus,
.m_formWrap .btn.active:focus,
.m_formWrap .btn.focus,
.m_formWrap .btn:active.focus,
.m_formWrap .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.m_formWrap .btn:hover,
.m_formWrap .btn:focus,
.m_formWrap .btn.focus {
  color: #333333;
  text-decoration: none;
}
.m_formWrap .btn:active,
.m_formWrap .btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.m_formWrap .btn.disabled,
.m_formWrap .btn[disabled],
.m_formWrap fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
.m_formWrap a.btn.disabled,
.m_formWrap fieldset[disabled] a.btn {
  pointer-events: none;
}
.m_formWrap .btn-default {
  color: #333333;
  background-color: #efefef;
  border-color: #cfcfcf;
}
.m_formWrap .btn-default:focus,
.m_formWrap .btn-default.focus {
  color: #333333;
  background-color: #d6d6d6;
  border-color: #8f8f8f;
}
.m_formWrap .btn-default:hover {
  color: #333333;
  background-color: #d6d6d6;
  border-color: #b0b0b0;
}
.m_formWrap .btn-default:active,
.m_formWrap .btn-default.active,
.m_formWrap .open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #d6d6d6;
  border-color: #b0b0b0;
}
.m_formWrap .btn-default:active:hover,
.m_formWrap .btn-default.active:hover,
.m_formWrap .open > .dropdown-toggle.btn-default:hover,
.m_formWrap .btn-default:active:focus,
.m_formWrap .btn-default.active:focus,
.m_formWrap .open > .dropdown-toggle.btn-default:focus,
.m_formWrap .btn-default:active.focus,
.m_formWrap .btn-default.active.focus,
.m_formWrap .open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #c4c4c4;
  border-color: #8f8f8f;
}
.m_formWrap .btn-default:active,
.m_formWrap .btn-default.active,
.m_formWrap .open > .dropdown-toggle.btn-default {
  background-image: none;
}
.m_formWrap .btn-default.disabled:hover,
.m_formWrap .btn-default[disabled]:hover,
.m_formWrap fieldset[disabled] .btn-default:hover,
.m_formWrap .btn-default.disabled:focus,
.m_formWrap .btn-default[disabled]:focus,
.m_formWrap fieldset[disabled] .btn-default:focus,
.m_formWrap .btn-default.disabled.focus,
.m_formWrap .btn-default[disabled].focus,
.m_formWrap fieldset[disabled] .btn-default.focus {
  background-color: #efefef;
  border-color: #cfcfcf;
}
.m_formWrap .btn-default .badge {
  color: #efefef;
  background-color: #333333;
}
.m_formWrap .btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
.m_formWrap .btn-primary:focus,
.m_formWrap .btn-primary.focus {
  color: #ffffff;
  background-color: #3071a9;
  border-color: #193c5a;
}
.m_formWrap .btn-primary:hover {
  color: #ffffff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.m_formWrap .btn-primary:active,
.m_formWrap .btn-primary.active,
.m_formWrap .open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.m_formWrap .btn-primary:active:hover,
.m_formWrap .btn-primary.active:hover,
.m_formWrap .open > .dropdown-toggle.btn-primary:hover,
.m_formWrap .btn-primary:active:focus,
.m_formWrap .btn-primary.active:focus,
.m_formWrap .open > .dropdown-toggle.btn-primary:focus,
.m_formWrap .btn-primary:active.focus,
.m_formWrap .btn-primary.active.focus,
.m_formWrap .open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #285e8e;
  border-color: #193c5a;
}
.m_formWrap .btn-primary:active,
.m_formWrap .btn-primary.active,
.m_formWrap .open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.m_formWrap .btn-primary.disabled:hover,
.m_formWrap .btn-primary[disabled]:hover,
.m_formWrap fieldset[disabled] .btn-primary:hover,
.m_formWrap .btn-primary.disabled:focus,
.m_formWrap .btn-primary[disabled]:focus,
.m_formWrap fieldset[disabled] .btn-primary:focus,
.m_formWrap .btn-primary.disabled.focus,
.m_formWrap .btn-primary[disabled].focus,
.m_formWrap fieldset[disabled] .btn-primary.focus {
  background-color: #428bca;
  border-color: #357ebd;
}
.m_formWrap .btn-primary .badge {
  color: #428bca;
  background-color: #ffffff;
}
.m_formWrap .btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.m_formWrap .btn-success:focus,
.m_formWrap .btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
.m_formWrap .btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.m_formWrap .btn-success:active,
.m_formWrap .btn-success.active,
.m_formWrap .open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.m_formWrap .btn-success:active:hover,
.m_formWrap .btn-success.active:hover,
.m_formWrap .open > .dropdown-toggle.btn-success:hover,
.m_formWrap .btn-success:active:focus,
.m_formWrap .btn-success.active:focus,
.m_formWrap .open > .dropdown-toggle.btn-success:focus,
.m_formWrap .btn-success:active.focus,
.m_formWrap .btn-success.active.focus,
.m_formWrap .open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
.m_formWrap .btn-success:active,
.m_formWrap .btn-success.active,
.m_formWrap .open > .dropdown-toggle.btn-success {
  background-image: none;
}
.m_formWrap .btn-success.disabled:hover,
.m_formWrap .btn-success[disabled]:hover,
.m_formWrap fieldset[disabled] .btn-success:hover,
.m_formWrap .btn-success.disabled:focus,
.m_formWrap .btn-success[disabled]:focus,
.m_formWrap fieldset[disabled] .btn-success:focus,
.m_formWrap .btn-success.disabled.focus,
.m_formWrap .btn-success[disabled].focus,
.m_formWrap fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.m_formWrap .btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.m_formWrap .btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.m_formWrap .btn-info:focus,
.m_formWrap .btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.m_formWrap .btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.m_formWrap .btn-info:active,
.m_formWrap .btn-info.active,
.m_formWrap .open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.m_formWrap .btn-info:active:hover,
.m_formWrap .btn-info.active:hover,
.m_formWrap .open > .dropdown-toggle.btn-info:hover,
.m_formWrap .btn-info:active:focus,
.m_formWrap .btn-info.active:focus,
.m_formWrap .open > .dropdown-toggle.btn-info:focus,
.m_formWrap .btn-info:active.focus,
.m_formWrap .btn-info.active.focus,
.m_formWrap .open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.m_formWrap .btn-info:active,
.m_formWrap .btn-info.active,
.m_formWrap .open > .dropdown-toggle.btn-info {
  background-image: none;
}
.m_formWrap .btn-info.disabled:hover,
.m_formWrap .btn-info[disabled]:hover,
.m_formWrap fieldset[disabled] .btn-info:hover,
.m_formWrap .btn-info.disabled:focus,
.m_formWrap .btn-info[disabled]:focus,
.m_formWrap fieldset[disabled] .btn-info:focus,
.m_formWrap .btn-info.disabled.focus,
.m_formWrap .btn-info[disabled].focus,
.m_formWrap fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.m_formWrap .btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.m_formWrap .btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.m_formWrap .btn-warning:focus,
.m_formWrap .btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.m_formWrap .btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.m_formWrap .btn-warning:active,
.m_formWrap .btn-warning.active,
.m_formWrap .open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.m_formWrap .btn-warning:active:hover,
.m_formWrap .btn-warning.active:hover,
.m_formWrap .open > .dropdown-toggle.btn-warning:hover,
.m_formWrap .btn-warning:active:focus,
.m_formWrap .btn-warning.active:focus,
.m_formWrap .open > .dropdown-toggle.btn-warning:focus,
.m_formWrap .btn-warning:active.focus,
.m_formWrap .btn-warning.active.focus,
.m_formWrap .open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
.m_formWrap .btn-warning:active,
.m_formWrap .btn-warning.active,
.m_formWrap .open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.m_formWrap .btn-warning.disabled:hover,
.m_formWrap .btn-warning[disabled]:hover,
.m_formWrap fieldset[disabled] .btn-warning:hover,
.m_formWrap .btn-warning.disabled:focus,
.m_formWrap .btn-warning[disabled]:focus,
.m_formWrap fieldset[disabled] .btn-warning:focus,
.m_formWrap .btn-warning.disabled.focus,
.m_formWrap .btn-warning[disabled].focus,
.m_formWrap fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.m_formWrap .btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.m_formWrap .btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.m_formWrap .btn-danger:focus,
.m_formWrap .btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
.m_formWrap .btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.m_formWrap .btn-danger:active,
.m_formWrap .btn-danger.active,
.m_formWrap .open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.m_formWrap .btn-danger:active:hover,
.m_formWrap .btn-danger.active:hover,
.m_formWrap .open > .dropdown-toggle.btn-danger:hover,
.m_formWrap .btn-danger:active:focus,
.m_formWrap .btn-danger.active:focus,
.m_formWrap .open > .dropdown-toggle.btn-danger:focus,
.m_formWrap .btn-danger:active.focus,
.m_formWrap .btn-danger.active.focus,
.m_formWrap .open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
.m_formWrap .btn-danger:active,
.m_formWrap .btn-danger.active,
.m_formWrap .open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.m_formWrap .btn-danger.disabled:hover,
.m_formWrap .btn-danger[disabled]:hover,
.m_formWrap fieldset[disabled] .btn-danger:hover,
.m_formWrap .btn-danger.disabled:focus,
.m_formWrap .btn-danger[disabled]:focus,
.m_formWrap fieldset[disabled] .btn-danger:focus,
.m_formWrap .btn-danger.disabled.focus,
.m_formWrap .btn-danger[disabled].focus,
.m_formWrap fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.m_formWrap .btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.m_formWrap .btn-link {
  color: #428bca;
  font-weight: normal;
  border-radius: 0;
}
.m_formWrap .btn-link,
.m_formWrap .btn-link:active,
.m_formWrap .btn-link.active,
.m_formWrap .btn-link[disabled],
.m_formWrap fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.m_formWrap .btn-link,
.m_formWrap .btn-link:hover,
.m_formWrap .btn-link:focus,
.m_formWrap .btn-link:active {
  border-color: transparent;
}
.m_formWrap .btn-link:hover,
.m_formWrap .btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.m_formWrap .btn-link[disabled]:hover,
.m_formWrap fieldset[disabled] .btn-link:hover,
.m_formWrap .btn-link[disabled]:focus,
.m_formWrap fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.m_formWrap .btn-lg,
.m_formWrap .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 6px;
}
.m_formWrap .btn-sm,
.m_formWrap .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.m_formWrap .btn-xs,
.m_formWrap .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.m_formWrap .btn-block {
  display: block;
  width: 100%;
}
.m_formWrap .btn-block + .btn-block {
  margin-top: 5px;
}
.m_formWrap input[type=submit].btn-block,
.m_formWrap input[type=reset].btn-block,
.m_formWrap input[type=button].btn-block {
  width: 100%;
}
.m_formWrap .fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.m_formWrap .fade.in {
  opacity: 1;
}
.m_formWrap .collapse {
  display: none;
}
.m_formWrap .collapse.in {
  display: block;
}
.m_formWrap tr.collapse.in {
  display: table-row;
}
.m_formWrap tbody.collapse.in {
  display: table-row-group;
}
.m_formWrap .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
.m_formWrap .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.m_formWrap .dropup,
.m_formWrap .dropdown {
  position: relative;
}
.m_formWrap .dropdown-toggle:focus {
  outline: 0;
}
.m_formWrap .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 13px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.m_formWrap .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.m_formWrap .dropdown-menu .divider {
  height: 1px;
  margin: 8px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.m_formWrap .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.m_formWrap .dropdown-menu > li > a:hover,
.m_formWrap .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.m_formWrap .dropdown-menu > .active > a,
.m_formWrap .dropdown-menu > .active > a:hover,
.m_formWrap .dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.m_formWrap .dropdown-menu > .disabled > a,
.m_formWrap .dropdown-menu > .disabled > a:hover,
.m_formWrap .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.m_formWrap .dropdown-menu > .disabled > a:hover,
.m_formWrap .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.m_formWrap .open > .dropdown-menu {
  display: block;
}
.m_formWrap .open > a {
  outline: 0;
}
.m_formWrap .dropdown-menu-right {
  left: auto;
  right: 0;
}
.m_formWrap .dropdown-menu-left {
  left: 0;
  right: auto;
}
.m_formWrap .dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.m_formWrap .dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.m_formWrap .pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.m_formWrap .dropup .caret,
.m_formWrap .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
  content: "";
}
.m_formWrap .dropup .dropdown-menu,
.m_formWrap .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 999px) {
  .m_formWrap .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .m_formWrap .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.m_formWrap .btn-group,
.m_formWrap .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.m_formWrap .btn-group > .btn,
.m_formWrap .btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.m_formWrap .btn-group > .btn:hover,
.m_formWrap .btn-group-vertical > .btn:hover,
.m_formWrap .btn-group > .btn:focus,
.m_formWrap .btn-group-vertical > .btn:focus,
.m_formWrap .btn-group > .btn:active,
.m_formWrap .btn-group-vertical > .btn:active,
.m_formWrap .btn-group > .btn.active,
.m_formWrap .btn-group-vertical > .btn.active {
  z-index: 2;
}
.m_formWrap .btn-group .btn + .btn,
.m_formWrap .btn-group .btn + .btn-group,
.m_formWrap .btn-group .btn-group + .btn,
.m_formWrap .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.m_formWrap .btn-toolbar {
  margin-left: -5px;
}
.m_formWrap .btn-toolbar .btn,
.m_formWrap .btn-toolbar .btn-group,
.m_formWrap .btn-toolbar .input-group {
  float: left;
}
.m_formWrap .btn-toolbar > .btn,
.m_formWrap .btn-toolbar > .btn-group,
.m_formWrap .btn-toolbar > .input-group {
  margin-left: 5px;
}
.m_formWrap .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.m_formWrap .btn-group > .btn:first-child {
  margin-left: 0;
}
.m_formWrap .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.m_formWrap .btn-group > .btn:last-child:not(:first-child),
.m_formWrap .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.m_formWrap .btn-group > .btn-group {
  float: left;
}
.m_formWrap .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.m_formWrap .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.m_formWrap .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.m_formWrap .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.m_formWrap .btn-group .dropdown-toggle:active,
.m_formWrap .btn-group.open .dropdown-toggle {
  outline: 0;
}
.m_formWrap .btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.m_formWrap .btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.m_formWrap .btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.m_formWrap .btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}
.m_formWrap .btn .caret {
  margin-left: 0;
}
.m_formWrap .btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.m_formWrap .dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.m_formWrap .btn-group-vertical > .btn,
.m_formWrap .btn-group-vertical > .btn-group,
.m_formWrap .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.m_formWrap .btn-group-vertical > .btn-group > .btn {
  float: none;
}
.m_formWrap .btn-group-vertical > .btn + .btn,
.m_formWrap .btn-group-vertical > .btn + .btn-group,
.m_formWrap .btn-group-vertical > .btn-group + .btn,
.m_formWrap .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.m_formWrap .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.m_formWrap .btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.m_formWrap .btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.m_formWrap .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.m_formWrap .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.m_formWrap .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.m_formWrap .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.m_formWrap .btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.m_formWrap .btn-group-justified > .btn,
.m_formWrap .btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.m_formWrap .btn-group-justified > .btn-group .btn {
  width: 100%;
}
.m_formWrap .btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
.m_formWrap [data-toggle=buttons] > .btn input[type=radio],
.m_formWrap [data-toggle=buttons] > .btn-group > .btn input[type=radio],
.m_formWrap [data-toggle=buttons] > .btn input[type=checkbox],
.m_formWrap [data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.m_formWrap .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.m_formWrap .input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.m_formWrap .input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.m_formWrap .input-group .form-control:focus {
  z-index: 3;
}
.m_formWrap .input-group-lg > .form-control,
.m_formWrap .input-group-lg > .input-group-addon,
.m_formWrap .input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 6px;
}
.m_formWrap select.input-group-lg > .form-control,
.m_formWrap select.input-group-lg > .input-group-addon,
.m_formWrap select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}
.m_formWrap textarea.input-group-lg > .form-control,
.m_formWrap textarea.input-group-lg > .input-group-addon,
.m_formWrap textarea.input-group-lg > .input-group-btn > .btn,
.m_formWrap select[multiple].input-group-lg > .form-control,
.m_formWrap select[multiple].input-group-lg > .input-group-addon,
.m_formWrap select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.m_formWrap .input-group-sm > .form-control,
.m_formWrap .input-group-sm > .input-group-addon,
.m_formWrap .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.m_formWrap select.input-group-sm > .form-control,
.m_formWrap select.input-group-sm > .input-group-addon,
.m_formWrap select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
.m_formWrap textarea.input-group-sm > .form-control,
.m_formWrap textarea.input-group-sm > .input-group-addon,
.m_formWrap textarea.input-group-sm > .input-group-btn > .btn,
.m_formWrap select[multiple].input-group-sm > .form-control,
.m_formWrap select[multiple].input-group-sm > .input-group-addon,
.m_formWrap select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.m_formWrap .input-group-addon,
.m_formWrap .input-group-btn,
.m_formWrap .input-group .form-control {
  display: table-cell;
}
.m_formWrap .input-group-addon:not(:first-child):not(:last-child),
.m_formWrap .input-group-btn:not(:first-child):not(:last-child),
.m_formWrap .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.m_formWrap .input-group-addon,
.m_formWrap .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.m_formWrap .input-group-addon {
  padding: 6px 12px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.m_formWrap .input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.m_formWrap .input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 17px;
  border-radius: 6px;
}
.m_formWrap .input-group-addon input[type=radio],
.m_formWrap .input-group-addon input[type=checkbox] {
  margin-top: 0;
}
.m_formWrap .input-group .form-control:first-child,
.m_formWrap .input-group-addon:first-child,
.m_formWrap .input-group-btn:first-child > .btn,
.m_formWrap .input-group-btn:first-child > .btn-group > .btn,
.m_formWrap .input-group-btn:first-child > .dropdown-toggle,
.m_formWrap .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.m_formWrap .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.m_formWrap .input-group-addon:first-child {
  border-right: 0;
}
.m_formWrap .input-group .form-control:last-child,
.m_formWrap .input-group-addon:last-child,
.m_formWrap .input-group-btn:last-child > .btn,
.m_formWrap .input-group-btn:last-child > .btn-group > .btn,
.m_formWrap .input-group-btn:last-child > .dropdown-toggle,
.m_formWrap .input-group-btn:first-child > .btn:not(:first-child),
.m_formWrap .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.m_formWrap .input-group-addon:last-child {
  border-left: 0;
}
.m_formWrap .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.m_formWrap .input-group-btn > .btn {
  position: relative;
}
.m_formWrap .input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.m_formWrap .input-group-btn > .btn:hover,
.m_formWrap .input-group-btn > .btn:focus,
.m_formWrap .input-group-btn > .btn:active {
  z-index: 2;
}
.m_formWrap .input-group-btn:first-child > .btn,
.m_formWrap .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.m_formWrap .input-group-btn:last-child > .btn,
.m_formWrap .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.m_formWrap .nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.m_formWrap .nav > li {
  position: relative;
  display: block;
}
.m_formWrap .nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.m_formWrap .nav > li > a:hover,
.m_formWrap .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.m_formWrap .nav > li.disabled > a {
  color: #777777;
}
.m_formWrap .nav > li.disabled > a:hover,
.m_formWrap .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.m_formWrap .nav .open > a,
.m_formWrap .nav .open > a:hover,
.m_formWrap .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}
.m_formWrap .nav .nav-divider {
  height: 1px;
  margin: 8px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.m_formWrap .nav > li > a > img {
  max-width: none;
}
.m_formWrap .nav-tabs {
  border-bottom: 1px solid #dddddd;
  /*added by K3*/
  margin-bottom: 15px;
}
.m_formWrap .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.m_formWrap .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.m_formWrap .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.m_formWrap .nav-tabs > li.active > a,
.m_formWrap .nav-tabs > li.active > a:hover,
.m_formWrap .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.m_formWrap .nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.m_formWrap .nav-tabs.nav-justified > li {
  float: none;
}
.m_formWrap .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.m_formWrap .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .m_formWrap .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .m_formWrap .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.m_formWrap .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.m_formWrap .nav-tabs.nav-justified > .active > a,
.m_formWrap .nav-tabs.nav-justified > .active > a:hover,
.m_formWrap .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .m_formWrap .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .m_formWrap .nav-tabs.nav-justified > .active > a,
  .m_formWrap .nav-tabs.nav-justified > .active > a:hover,
  .m_formWrap .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.m_formWrap .nav-pills > li {
  float: left;
}
.m_formWrap .nav-pills > li > a {
  border-radius: 4px;
}
.m_formWrap .nav-pills > li + li {
  margin-left: 2px;
}
.m_formWrap .nav-pills > li.active > a,
.m_formWrap .nav-pills > li.active > a:hover,
.m_formWrap .nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #428bca;
}
.m_formWrap .nav-stacked > li {
  float: none;
}
.m_formWrap .nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.m_formWrap .nav-justified {
  width: 100%;
}
.m_formWrap .nav-justified > li {
  float: none;
}
.m_formWrap .nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.m_formWrap .nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .m_formWrap .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .m_formWrap .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.m_formWrap .nav-tabs-justified {
  border-bottom: 0;
}
.m_formWrap .nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.m_formWrap .nav-tabs-justified > .active > a,
.m_formWrap .nav-tabs-justified > .active > a:hover,
.m_formWrap .nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .m_formWrap .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .m_formWrap .nav-tabs-justified > .active > a,
  .m_formWrap .nav-tabs-justified > .active > a:hover,
  .m_formWrap .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.m_formWrap .tab-content > .tab-pane {
  display: none;
}
.m_formWrap .tab-content > .active {
  display: block;
}
.m_formWrap .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.m_formWrap .navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 18px;
  border: 1px solid transparent;
}
@media (min-width: 999px) {
  .m_formWrap .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 999px) {
  .m_formWrap .navbar-header {
    float: left;
  }
}
.m_formWrap .navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.m_formWrap .navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 999px) {
  .m_formWrap .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .m_formWrap .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .m_formWrap .navbar-collapse.in {
    overflow-y: visible;
  }
  .m_formWrap .navbar-fixed-top .navbar-collapse,
  .m_formWrap .navbar-static-top .navbar-collapse,
  .m_formWrap .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.m_formWrap .navbar-fixed-top .navbar-collapse,
.m_formWrap .navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .m_formWrap .navbar-fixed-top .navbar-collapse,
  .m_formWrap .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.m_formWrap .container > .navbar-header,
.m_formWrap .container-fluid > .navbar-header,
.m_formWrap .container > .navbar-collapse,
.m_formWrap .container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 999px) {
  .m_formWrap .container > .navbar-header,
  .m_formWrap .container-fluid > .navbar-header,
  .m_formWrap .container > .navbar-collapse,
  .m_formWrap .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.m_formWrap .navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 999px) {
  .m_formWrap .navbar-static-top {
    border-radius: 0;
  }
}
.m_formWrap .navbar-fixed-top,
.m_formWrap .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 999px) {
  .m_formWrap .navbar-fixed-top,
  .m_formWrap .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.m_formWrap .navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.m_formWrap .navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.m_formWrap .navbar-brand {
  float: left;
  padding: 16px 15px;
  font-size: 17px;
  line-height: 18px;
  height: 50px;
}
.m_formWrap .navbar-brand:hover,
.m_formWrap .navbar-brand:focus {
  text-decoration: none;
}
.m_formWrap .navbar-brand > img {
  display: block;
}
@media (min-width: 999px) {
  .m_formWrap .navbar > .container .navbar-brand,
  .m_formWrap .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.m_formWrap .navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.m_formWrap .navbar-toggle:focus {
  outline: 0;
}
.m_formWrap .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.m_formWrap .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 999px) {
  .m_formWrap .navbar-toggle {
    display: none;
  }
}
.m_formWrap .navbar-nav {
  margin: 8px -15px;
}
.m_formWrap .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 18px;
}
@media (max-width: 998px) {
  .m_formWrap .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .m_formWrap .navbar-nav .open .dropdown-menu > li > a,
  .m_formWrap .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .m_formWrap .navbar-nav .open .dropdown-menu > li > a {
    line-height: 18px;
  }
  .m_formWrap .navbar-nav .open .dropdown-menu > li > a:hover,
  .m_formWrap .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 999px) {
  .m_formWrap .navbar-nav {
    float: left;
    margin: 0;
  }
  .m_formWrap .navbar-nav > li {
    float: left;
  }
  .m_formWrap .navbar-nav > li > a {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.m_formWrap .navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 9px;
  margin-bottom: 9px;
}
@media (min-width: 768px) {
  .m_formWrap .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .m_formWrap .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .m_formWrap .navbar-form .form-control-static {
    display: inline-block;
  }
  .m_formWrap .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .m_formWrap .navbar-form .input-group .input-group-addon,
  .m_formWrap .navbar-form .input-group .input-group-btn,
  .m_formWrap .navbar-form .input-group .form-control {
    width: auto;
  }
  .m_formWrap .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .m_formWrap .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .m_formWrap .navbar-form .radio,
  .m_formWrap .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .m_formWrap .navbar-form .radio label,
  .m_formWrap .navbar-form .checkbox label {
    padding-left: 0;
  }
  .m_formWrap .navbar-form .radio input[type=radio],
  .m_formWrap .navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .m_formWrap .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 998px) {
  .m_formWrap .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .m_formWrap .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 999px) {
  .m_formWrap .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}
.m_formWrap .navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.m_formWrap .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.m_formWrap .navbar-btn {
  margin-top: 9px;
  margin-bottom: 9px;
}
.m_formWrap .navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.m_formWrap .navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.m_formWrap .navbar-text {
  margin-top: 16px;
  margin-bottom: 16px;
}
@media (min-width: 999px) {
  .m_formWrap .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 999px) {
  .m_formWrap .navbar-left {
    float: left !important;
  }
  .m_formWrap .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .m_formWrap .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.m_formWrap .navbar-default {
  background-color: #262626;
  border-color: #151515;
}
.m_formWrap .navbar-default .navbar-brand {
  color: #777777;
}
.m_formWrap .navbar-default .navbar-brand:hover,
.m_formWrap .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.m_formWrap .navbar-default .navbar-text {
  color: #777777;
}
.m_formWrap .navbar-default .navbar-nav > li > a {
  color: #777777;
}
.m_formWrap .navbar-default .navbar-nav > li > a:hover,
.m_formWrap .navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.m_formWrap .navbar-default .navbar-nav > .active > a,
.m_formWrap .navbar-default .navbar-nav > .active > a:hover,
.m_formWrap .navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #151515;
}
.m_formWrap .navbar-default .navbar-nav > .disabled > a,
.m_formWrap .navbar-default .navbar-nav > .disabled > a:hover,
.m_formWrap .navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.m_formWrap .navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.m_formWrap .navbar-default .navbar-toggle:hover,
.m_formWrap .navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.m_formWrap .navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.m_formWrap .navbar-default .navbar-collapse,
.m_formWrap .navbar-default .navbar-form {
  border-color: #151515;
}
.m_formWrap .navbar-default .navbar-nav > .open > a,
.m_formWrap .navbar-default .navbar-nav > .open > a:hover,
.m_formWrap .navbar-default .navbar-nav > .open > a:focus {
  background-color: #151515;
  color: #555555;
}
@media (max-width: 998px) {
  .m_formWrap .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .m_formWrap .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .m_formWrap .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .m_formWrap .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .m_formWrap .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .m_formWrap .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #151515;
  }
  .m_formWrap .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .m_formWrap .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .m_formWrap .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.m_formWrap .navbar-default .navbar-link {
  color: #777777;
}
.m_formWrap .navbar-default .navbar-link:hover {
  color: #333333;
}
.m_formWrap .navbar-default .btn-link {
  color: #777777;
}
.m_formWrap .navbar-default .btn-link:hover,
.m_formWrap .navbar-default .btn-link:focus {
  color: #333333;
}
.m_formWrap .navbar-default .btn-link[disabled]:hover,
.m_formWrap fieldset[disabled] .navbar-default .btn-link:hover,
.m_formWrap .navbar-default .btn-link[disabled]:focus,
.m_formWrap fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.m_formWrap .navbar-inverse {
  background-color: #262626;
  border-color: #0c0c0c;
}
.m_formWrap .navbar-inverse .navbar-brand {
  color: #40aaef;
}
.m_formWrap .navbar-inverse .navbar-brand:hover,
.m_formWrap .navbar-inverse .navbar-brand:focus {
  color: #40aaef;
  background-color: transparent;
}
.m_formWrap .navbar-inverse .navbar-text {
  color: #c4c4c4;
}
.m_formWrap .navbar-inverse .navbar-nav > li > a {
  color: #c4c4c4;
}
.m_formWrap .navbar-inverse .navbar-nav > li > a:hover,
.m_formWrap .navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.m_formWrap .navbar-inverse .navbar-nav > .active > a,
.m_formWrap .navbar-inverse .navbar-nav > .active > a:hover,
.m_formWrap .navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #0c0c0c;
}
.m_formWrap .navbar-inverse .navbar-nav > .disabled > a,
.m_formWrap .navbar-inverse .navbar-nav > .disabled > a:hover,
.m_formWrap .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.m_formWrap .navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.m_formWrap .navbar-inverse .navbar-toggle:hover,
.m_formWrap .navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.m_formWrap .navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.m_formWrap .navbar-inverse .navbar-collapse,
.m_formWrap .navbar-inverse .navbar-form {
  border-color: #141414;
}
.m_formWrap .navbar-inverse .navbar-nav > .open > a,
.m_formWrap .navbar-inverse .navbar-nav > .open > a:hover,
.m_formWrap .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #0c0c0c;
  color: #ffffff;
}
@media (max-width: 998px) {
  .m_formWrap .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #0c0c0c;
  }
  .m_formWrap .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #0c0c0c;
  }
  .m_formWrap .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #c4c4c4;
  }
  .m_formWrap .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .m_formWrap .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .m_formWrap .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .m_formWrap .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .m_formWrap .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #0c0c0c;
  }
  .m_formWrap .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .m_formWrap .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .m_formWrap .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.m_formWrap .navbar-inverse .navbar-link {
  color: #c4c4c4;
}
.m_formWrap .navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.m_formWrap .navbar-inverse .btn-link {
  color: #c4c4c4;
}
.m_formWrap .navbar-inverse .btn-link:hover,
.m_formWrap .navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.m_formWrap .navbar-inverse .btn-link[disabled]:hover,
.m_formWrap fieldset[disabled] .navbar-inverse .btn-link:hover,
.m_formWrap .navbar-inverse .btn-link[disabled]:focus,
.m_formWrap fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.m_formWrap .breadcrumb {
  padding: 8px 15px;
  margin-bottom: 18px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.m_formWrap .breadcrumb > li {
  display: inline-block;
}
.m_formWrap .breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #cccccc;
}
.m_formWrap .breadcrumb > .active {
  color: #777777;
}
.m_formWrap .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 18px 0;
  border-radius: 4px;
}
.m_formWrap .pagination > li {
  display: inline;
}
.m_formWrap .pagination > li > a,
.m_formWrap .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #428bca;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.m_formWrap .pagination > li:first-child > a,
.m_formWrap .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.m_formWrap .pagination > li:last-child > a,
.m_formWrap .pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.m_formWrap .pagination > li > a:hover,
.m_formWrap .pagination > li > span:hover,
.m_formWrap .pagination > li > a:focus,
.m_formWrap .pagination > li > span:focus {
  z-index: 2;
  color: #2a6496;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.m_formWrap .pagination > .active > a,
.m_formWrap .pagination > .active > span,
.m_formWrap .pagination > .active > a:hover,
.m_formWrap .pagination > .active > span:hover,
.m_formWrap .pagination > .active > a:focus,
.m_formWrap .pagination > .active > span:focus {
  z-index: 3;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}
.m_formWrap .pagination > .disabled > span,
.m_formWrap .pagination > .disabled > span:hover,
.m_formWrap .pagination > .disabled > span:focus,
.m_formWrap .pagination > .disabled > a,
.m_formWrap .pagination > .disabled > a:hover,
.m_formWrap .pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.m_formWrap .pagination-lg > li > a,
.m_formWrap .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
}
.m_formWrap .pagination-lg > li:first-child > a,
.m_formWrap .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.m_formWrap .pagination-lg > li:last-child > a,
.m_formWrap .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.m_formWrap .pagination-sm > li > a,
.m_formWrap .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.m_formWrap .pagination-sm > li:first-child > a,
.m_formWrap .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.m_formWrap .pagination-sm > li:last-child > a,
.m_formWrap .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.m_formWrap .pager {
  padding-left: 0;
  margin: 18px 0;
  list-style: none;
  text-align: center;
}
.m_formWrap .pager li {
  display: inline;
}
.m_formWrap .pager li > a,
.m_formWrap .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.m_formWrap .pager li > a:hover,
.m_formWrap .pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.m_formWrap .pager .next > a,
.m_formWrap .pager .next > span {
  float: right;
}
.m_formWrap .pager .previous > a,
.m_formWrap .pager .previous > span {
  float: left;
}
.m_formWrap .pager .disabled > a,
.m_formWrap .pager .disabled > a:hover,
.m_formWrap .pager .disabled > a:focus,
.m_formWrap .pager .disabled > span {
  color: #777777;
  background-color: #ffffff;
  cursor: not-allowed;
}
.m_formWrap .label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.m_formWrap a.label:hover,
.m_formWrap a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.m_formWrap .label:empty {
  display: none;
}
.m_formWrap .btn .label {
  position: relative;
  top: -1px;
}
.m_formWrap .label-default {
  background-color: #777777;
}
.m_formWrap .label-default[href]:hover,
.m_formWrap .label-default[href]:focus {
  background-color: #5e5e5e;
}
.m_formWrap .label-primary {
  background-color: #428bca;
}
.m_formWrap .label-primary[href]:hover,
.m_formWrap .label-primary[href]:focus {
  background-color: #3071a9;
}
.m_formWrap .label-success {
  background-color: #5cb85c;
}
.m_formWrap .label-success[href]:hover,
.m_formWrap .label-success[href]:focus {
  background-color: #449d44;
}
.m_formWrap .label-info {
  background-color: #5bc0de;
}
.m_formWrap .label-info[href]:hover,
.m_formWrap .label-info[href]:focus {
  background-color: #31b0d5;
}
.m_formWrap .label-warning {
  background-color: #f0ad4e;
}
.m_formWrap .label-warning[href]:hover,
.m_formWrap .label-warning[href]:focus {
  background-color: #ec971f;
}
.m_formWrap .label-danger {
  background-color: #d9534f;
}
.m_formWrap .label-danger[href]:hover,
.m_formWrap .label-danger[href]:focus {
  background-color: #c9302c;
}
.m_formWrap .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.m_formWrap .badge:empty {
  display: none;
}
.m_formWrap .btn .badge {
  position: relative;
  top: -1px;
}
.m_formWrap .btn-xs .badge,
.m_formWrap .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.m_formWrap a.badge:hover,
.m_formWrap a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.m_formWrap .list-group-item.active > .badge,
.m_formWrap .nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #ffffff;
}
.m_formWrap .list-group-item > .badge {
  float: right;
}
.m_formWrap .list-group-item > .badge + .badge {
  margin-right: 5px;
}
.m_formWrap .nav-pills > li > a > .badge {
  margin-left: 3px;
}
.m_formWrap .jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.m_formWrap .jumbotron h1,
.m_formWrap .jumbotron .h1 {
  color: inherit;
}
.m_formWrap .jumbotron p {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 200;
}
.m_formWrap .jumbotron > hr {
  border-top-color: #d5d5d5;
}
.m_formWrap .container .jumbotron,
.m_formWrap .container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
.m_formWrap .jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .m_formWrap .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .m_formWrap .container .jumbotron,
  .m_formWrap .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .m_formWrap .jumbotron h1,
  .m_formWrap .jumbotron .h1 {
    font-size: 59px;
  }
}
.m_formWrap .thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 18px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out;
}
.m_formWrap .thumbnail > img,
.m_formWrap .thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
.m_formWrap a.thumbnail:hover,
.m_formWrap a.thumbnail:focus,
.m_formWrap a.thumbnail.active {
  border-color: #428bca;
}
.m_formWrap .thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.m_formWrap .alert {
  padding: 15px;
  margin-bottom: 18px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.m_formWrap .alert h4 {
  margin-top: 0;
  color: inherit;
}
.m_formWrap .alert .alert-link {
  font-weight: bold;
}
.m_formWrap .alert > p,
.m_formWrap .alert > ul {
  margin-bottom: 0;
}
.m_formWrap .alert > p + p {
  margin-top: 5px;
}
.m_formWrap .alert-dismissable,
.m_formWrap .alert-dismissible {
  padding-right: 35px;
}
.m_formWrap .alert-dismissable .close,
.m_formWrap .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.m_formWrap .alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.m_formWrap .alert-success hr {
  border-top-color: #c9e2b3;
}
.m_formWrap .alert-success .alert-link {
  color: #2b542c;
}
.m_formWrap .alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.m_formWrap .alert-info hr {
  border-top-color: #a6e1ec;
}
.m_formWrap .alert-info .alert-link {
  color: #245269;
}
.m_formWrap .alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.m_formWrap .alert-warning hr {
  border-top-color: #f7e1b5;
}
.m_formWrap .alert-warning .alert-link {
  color: #66512c;
}
.m_formWrap .alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.m_formWrap .alert-danger hr {
  border-top-color: #e4b9c0;
}
.m_formWrap .alert-danger .alert-link {
  color: #843534;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.m_formWrap .progress {
  overflow: hidden;
  height: 18px;
  margin-bottom: 18px;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.m_formWrap .progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
  text-align: center;
  background-color: #428bca;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}
.m_formWrap .progress-striped .progress-bar,
.m_formWrap .progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.m_formWrap .progress.active .progress-bar,
.m_formWrap .progress-bar.active {
  animation: progress-bar-stripes 2s linear infinite;
}
.m_formWrap .progress-bar-success {
  background-color: #5cb85c;
}
.m_formWrap .progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.m_formWrap .progress-bar-info {
  background-color: #5bc0de;
}
.m_formWrap .progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.m_formWrap .progress-bar-warning {
  background-color: #f0ad4e;
}
.m_formWrap .progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.m_formWrap .progress-bar-danger {
  background-color: #d9534f;
}
.m_formWrap .progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.m_formWrap .media {
  margin-top: 15px;
}
.m_formWrap .media:first-child {
  margin-top: 0;
}
.m_formWrap .media,
.m_formWrap .media-body {
  zoom: 1;
  overflow: hidden;
}
.m_formWrap .media-body {
  width: 10000px;
}
.m_formWrap .media-object {
  display: block;
}
.m_formWrap .media-object.img-thumbnail {
  max-width: none;
}
.m_formWrap .media-right,
.m_formWrap .media > .pull-right {
  padding-left: 10px;
}
.m_formWrap .media-left,
.m_formWrap .media > .pull-left {
  padding-right: 10px;
}
.m_formWrap .media-left,
.m_formWrap .media-right,
.m_formWrap .media-body {
  display: table-cell;
  vertical-align: top;
}
.m_formWrap .media-middle {
  vertical-align: middle;
}
.m_formWrap .media-bottom {
  vertical-align: bottom;
}
.m_formWrap .media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.m_formWrap .media-list {
  padding-left: 0;
  list-style: none;
}
.m_formWrap .list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.m_formWrap .list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.m_formWrap .list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.m_formWrap .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.m_formWrap a.list-group-item,
.m_formWrap button.list-group-item {
  color: #555555;
}
.m_formWrap a.list-group-item .list-group-item-heading,
.m_formWrap button.list-group-item .list-group-item-heading {
  color: #333333;
}
.m_formWrap a.list-group-item:hover,
.m_formWrap button.list-group-item:hover,
.m_formWrap a.list-group-item:focus,
.m_formWrap button.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
.m_formWrap button.list-group-item {
  width: 100%;
  text-align: left;
}
.m_formWrap .list-group-item.disabled,
.m_formWrap .list-group-item.disabled:hover,
.m_formWrap .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.m_formWrap .list-group-item.disabled .list-group-item-heading,
.m_formWrap .list-group-item.disabled:hover .list-group-item-heading,
.m_formWrap .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.m_formWrap .list-group-item.disabled .list-group-item-text,
.m_formWrap .list-group-item.disabled:hover .list-group-item-text,
.m_formWrap .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.m_formWrap .list-group-item.active,
.m_formWrap .list-group-item.active:hover,
.m_formWrap .list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
.m_formWrap .list-group-item.active .list-group-item-heading,
.m_formWrap .list-group-item.active:hover .list-group-item-heading,
.m_formWrap .list-group-item.active:focus .list-group-item-heading,
.m_formWrap .list-group-item.active .list-group-item-heading > small,
.m_formWrap .list-group-item.active:hover .list-group-item-heading > small,
.m_formWrap .list-group-item.active:focus .list-group-item-heading > small,
.m_formWrap .list-group-item.active .list-group-item-heading > .small,
.m_formWrap .list-group-item.active:hover .list-group-item-heading > .small,
.m_formWrap .list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.m_formWrap .list-group-item.active .list-group-item-text,
.m_formWrap .list-group-item.active:hover .list-group-item-text,
.m_formWrap .list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}
.m_formWrap .list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
.m_formWrap a.list-group-item-success,
.m_formWrap button.list-group-item-success {
  color: #3c763d;
}
.m_formWrap a.list-group-item-success .list-group-item-heading,
.m_formWrap button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
.m_formWrap a.list-group-item-success:hover,
.m_formWrap button.list-group-item-success:hover,
.m_formWrap a.list-group-item-success:focus,
.m_formWrap button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
.m_formWrap a.list-group-item-success.active,
.m_formWrap button.list-group-item-success.active,
.m_formWrap a.list-group-item-success.active:hover,
.m_formWrap button.list-group-item-success.active:hover,
.m_formWrap a.list-group-item-success.active:focus,
.m_formWrap button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.m_formWrap .list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
.m_formWrap a.list-group-item-info,
.m_formWrap button.list-group-item-info {
  color: #31708f;
}
.m_formWrap a.list-group-item-info .list-group-item-heading,
.m_formWrap button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
.m_formWrap a.list-group-item-info:hover,
.m_formWrap button.list-group-item-info:hover,
.m_formWrap a.list-group-item-info:focus,
.m_formWrap button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
.m_formWrap a.list-group-item-info.active,
.m_formWrap button.list-group-item-info.active,
.m_formWrap a.list-group-item-info.active:hover,
.m_formWrap button.list-group-item-info.active:hover,
.m_formWrap a.list-group-item-info.active:focus,
.m_formWrap button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.m_formWrap .list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
.m_formWrap a.list-group-item-warning,
.m_formWrap button.list-group-item-warning {
  color: #8a6d3b;
}
.m_formWrap a.list-group-item-warning .list-group-item-heading,
.m_formWrap button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
.m_formWrap a.list-group-item-warning:hover,
.m_formWrap button.list-group-item-warning:hover,
.m_formWrap a.list-group-item-warning:focus,
.m_formWrap button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
.m_formWrap a.list-group-item-warning.active,
.m_formWrap button.list-group-item-warning.active,
.m_formWrap a.list-group-item-warning.active:hover,
.m_formWrap button.list-group-item-warning.active:hover,
.m_formWrap a.list-group-item-warning.active:focus,
.m_formWrap button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.m_formWrap .list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
.m_formWrap a.list-group-item-danger,
.m_formWrap button.list-group-item-danger {
  color: #a94442;
}
.m_formWrap a.list-group-item-danger .list-group-item-heading,
.m_formWrap button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
.m_formWrap a.list-group-item-danger:hover,
.m_formWrap button.list-group-item-danger:hover,
.m_formWrap a.list-group-item-danger:focus,
.m_formWrap button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
.m_formWrap a.list-group-item-danger.active,
.m_formWrap button.list-group-item-danger.active,
.m_formWrap a.list-group-item-danger.active:hover,
.m_formWrap button.list-group-item-danger.active:hover,
.m_formWrap a.list-group-item-danger.active:focus,
.m_formWrap button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.m_formWrap .list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.m_formWrap .list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.m_formWrap .panel {
  margin-bottom: 18px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.m_formWrap .panel-body {
  padding: 15px;
}
.m_formWrap .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.m_formWrap .panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.m_formWrap .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  color: inherit;
}
.m_formWrap .panel-title > a,
.m_formWrap .panel-title > small,
.m_formWrap .panel-title > .small,
.m_formWrap .panel-title > small > a,
.m_formWrap .panel-title > .small > a {
  color: inherit;
}
.m_formWrap .panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.m_formWrap .panel > .list-group,
.m_formWrap .panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.m_formWrap .panel > .list-group .list-group-item,
.m_formWrap .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.m_formWrap .panel > .list-group:first-child .list-group-item:first-child,
.m_formWrap .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.m_formWrap .panel > .list-group:last-child .list-group-item:last-child,
.m_formWrap .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.m_formWrap .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.m_formWrap .panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.m_formWrap .list-group + .panel-footer {
  border-top-width: 0;
}
.m_formWrap .panel > .table,
.m_formWrap .panel > .table-responsive > .table,
.m_formWrap .panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.m_formWrap .panel > .table caption,
.m_formWrap .panel > .table-responsive > .table caption,
.m_formWrap .panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.m_formWrap .panel > .table:first-child,
.m_formWrap .panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.m_formWrap .panel > .table:first-child > thead:first-child > tr:first-child,
.m_formWrap .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.m_formWrap .panel > .table:first-child > tbody:first-child > tr:first-child,
.m_formWrap .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.m_formWrap .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.m_formWrap .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.m_formWrap .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.m_formWrap .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.m_formWrap .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.m_formWrap .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.m_formWrap .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.m_formWrap .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.m_formWrap .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.m_formWrap .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.m_formWrap .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.m_formWrap .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.m_formWrap .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.m_formWrap .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.m_formWrap .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.m_formWrap .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.m_formWrap .panel > .table:last-child,
.m_formWrap .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.m_formWrap .panel > .table:last-child > tbody:last-child > tr:last-child,
.m_formWrap .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.m_formWrap .panel > .table:last-child > tfoot:last-child > tr:last-child,
.m_formWrap .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.m_formWrap .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.m_formWrap .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.m_formWrap .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.m_formWrap .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.m_formWrap .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.m_formWrap .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.m_formWrap .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.m_formWrap .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.m_formWrap .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.m_formWrap .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.m_formWrap .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.m_formWrap .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.m_formWrap .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.m_formWrap .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.m_formWrap .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.m_formWrap .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.m_formWrap .panel > .panel-body + .table,
.m_formWrap .panel > .panel-body + .table-responsive,
.m_formWrap .panel > .table + .panel-body,
.m_formWrap .panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.m_formWrap .panel > .table > tbody:first-child > tr:first-child th,
.m_formWrap .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.m_formWrap .panel > .table-bordered,
.m_formWrap .panel > .table-responsive > .table-bordered {
  border: 0;
}
.m_formWrap .panel > .table-bordered > thead > tr > th:first-child,
.m_formWrap .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.m_formWrap .panel > .table-bordered > tbody > tr > th:first-child,
.m_formWrap .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.m_formWrap .panel > .table-bordered > tfoot > tr > th:first-child,
.m_formWrap .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.m_formWrap .panel > .table-bordered > thead > tr > td:first-child,
.m_formWrap .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.m_formWrap .panel > .table-bordered > tbody > tr > td:first-child,
.m_formWrap .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.m_formWrap .panel > .table-bordered > tfoot > tr > td:first-child,
.m_formWrap .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.m_formWrap .panel > .table-bordered > thead > tr > th:last-child,
.m_formWrap .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.m_formWrap .panel > .table-bordered > tbody > tr > th:last-child,
.m_formWrap .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.m_formWrap .panel > .table-bordered > tfoot > tr > th:last-child,
.m_formWrap .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.m_formWrap .panel > .table-bordered > thead > tr > td:last-child,
.m_formWrap .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.m_formWrap .panel > .table-bordered > tbody > tr > td:last-child,
.m_formWrap .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.m_formWrap .panel > .table-bordered > tfoot > tr > td:last-child,
.m_formWrap .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.m_formWrap .panel > .table-bordered > thead > tr:first-child > td,
.m_formWrap .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.m_formWrap .panel > .table-bordered > tbody > tr:first-child > td,
.m_formWrap .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.m_formWrap .panel > .table-bordered > thead > tr:first-child > th,
.m_formWrap .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.m_formWrap .panel > .table-bordered > tbody > tr:first-child > th,
.m_formWrap .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.m_formWrap .panel > .table-bordered > tbody > tr:last-child > td,
.m_formWrap .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.m_formWrap .panel > .table-bordered > tfoot > tr:last-child > td,
.m_formWrap .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.m_formWrap .panel > .table-bordered > tbody > tr:last-child > th,
.m_formWrap .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.m_formWrap .panel > .table-bordered > tfoot > tr:last-child > th,
.m_formWrap .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.m_formWrap .panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.m_formWrap .panel-group {
  margin-bottom: 18px;
}
.m_formWrap .panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.m_formWrap .panel-group .panel + .panel {
  margin-top: 5px;
}
.m_formWrap .panel-group .panel-heading {
  border-bottom: 0;
}
.m_formWrap .panel-group .panel-heading + .panel-collapse > .panel-body,
.m_formWrap .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
.m_formWrap .panel-group .panel-footer {
  border-top: 0;
}
.m_formWrap .panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.m_formWrap .panel-default {
  border-color: #dddddd;
}
.m_formWrap .panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.m_formWrap .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.m_formWrap .panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.m_formWrap .panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.m_formWrap .panel-primary {
  border-color: #428bca;
}
.m_formWrap .panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
.m_formWrap .panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #428bca;
}
.m_formWrap .panel-primary > .panel-heading .badge {
  color: #428bca;
  background-color: #ffffff;
}
.m_formWrap .panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #428bca;
}
.m_formWrap .panel-success {
  border-color: #d6e9c6;
}
.m_formWrap .panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.m_formWrap .panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.m_formWrap .panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.m_formWrap .panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.m_formWrap .panel-info {
  border-color: #bce8f1;
}
.m_formWrap .panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.m_formWrap .panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.m_formWrap .panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.m_formWrap .panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.m_formWrap .panel-warning {
  border-color: #faebcc;
}
.m_formWrap .panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.m_formWrap .panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.m_formWrap .panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.m_formWrap .panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.m_formWrap .panel-danger {
  border-color: #ebccd1;
}
.m_formWrap .panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.m_formWrap .panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.m_formWrap .panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.m_formWrap .panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.m_formWrap .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.m_formWrap .embed-responsive .embed-responsive-item,
.m_formWrap .embed-responsive iframe,
.m_formWrap .embed-responsive embed,
.m_formWrap .embed-responsive object,
.m_formWrap .embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.m_formWrap .embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.m_formWrap .embed-responsive-4by3 {
  padding-bottom: 75%;
}
.m_formWrap .well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.m_formWrap .well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.m_formWrap .well-lg {
  padding: 24px;
  border-radius: 6px;
}
.m_formWrap .well-sm {
  padding: 9px;
  border-radius: 3px;
}
.m_formWrap .close {
  float: right;
  font-size: 19.5px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.m_formWrap .close:hover,
.m_formWrap .close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.m_formWrap button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.m_formWrap .modal-open {
  overflow: hidden;
}
.m_formWrap .modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.m_formWrap .modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.m_formWrap .modal.in .modal-dialog {
  transform: translate(0, 0);
}
.m_formWrap .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.m_formWrap .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.m_formWrap .modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.m_formWrap .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.m_formWrap .modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.m_formWrap .modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.m_formWrap .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.m_formWrap .modal-header .close {
  margin-top: -2px;
}
.m_formWrap .modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.m_formWrap .modal-body {
  position: relative;
  padding: 15px;
}
.m_formWrap .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.m_formWrap .modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.m_formWrap .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.m_formWrap .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.m_formWrap .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .m_formWrap .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .m_formWrap .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .m_formWrap .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .m_formWrap .modal-lg {
    width: 900px;
  }
}
.m_formWrap .tooltip {
  /*added by K3*/
  min-width: 10em;
  position: absolute;
  z-index: 1070;
  display: block;
  /*font-family: "lucida grande", tahoma, verdana, arial, "Hiragino Kaku Gothic Pro", Meiryo, "MS PGothic", sans-serif;*/
  /*font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans JP", "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;*/
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.m_formWrap .tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.m_formWrap .tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.m_formWrap .tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.m_formWrap .tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.m_formWrap .tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.m_formWrap .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.m_formWrap .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.m_formWrap .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.m_formWrap .tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.m_formWrap .tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.m_formWrap .tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.m_formWrap .tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.m_formWrap .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.m_formWrap .tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.m_formWrap .tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.m_formWrap .popover {
  /*added by K3*/
  position: fixed;
  /*position: absolute;*/
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  /*font-family: "lucida grande", tahoma, verdana, arial, "Hiragino Kaku Gothic Pro", Meiryo, "MS PGothic", sans-serif;*/
  /*font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans JP", "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;*/
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 13px;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.m_formWrap .popover.top {
  margin-top: -10px;
}
.m_formWrap .popover.right {
  margin-left: 10px;
}
.m_formWrap .popover.bottom {
  margin-top: 10px;
}
.m_formWrap .popover.left {
  margin-left: -10px;
}
.m_formWrap .popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 13px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.m_formWrap .popover-content {
  padding: 9px 14px;
}
.m_formWrap .popover > .arrow,
.m_formWrap .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.m_formWrap .popover > .arrow {
  border-width: 11px;
}
.m_formWrap .popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.m_formWrap .popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.m_formWrap .popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.m_formWrap .popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.m_formWrap .popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.m_formWrap .popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.m_formWrap .popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.m_formWrap .popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.m_formWrap .popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.m_formWrap .carousel {
  position: relative;
}
.m_formWrap .carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.m_formWrap .carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
}
.m_formWrap .carousel-inner > .item > img,
.m_formWrap .carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .m_formWrap .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000px;
  }
  .m_formWrap .carousel-inner > .item.next,
  .m_formWrap .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .m_formWrap .carousel-inner > .item.prev,
  .m_formWrap .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .m_formWrap .carousel-inner > .item.next.left,
  .m_formWrap .carousel-inner > .item.prev.right,
  .m_formWrap .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.m_formWrap .carousel-inner > .active,
.m_formWrap .carousel-inner > .next,
.m_formWrap .carousel-inner > .prev {
  display: block;
}
.m_formWrap .carousel-inner > .active {
  left: 0;
}
.m_formWrap .carousel-inner > .next,
.m_formWrap .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.m_formWrap .carousel-inner > .next {
  left: 100%;
}
.m_formWrap .carousel-inner > .prev {
  left: -100%;
}
.m_formWrap .carousel-inner > .next.left,
.m_formWrap .carousel-inner > .prev.right {
  left: 0;
}
.m_formWrap .carousel-inner > .active.left {
  left: -100%;
}
.m_formWrap .carousel-inner > .active.right {
  left: 100%;
}
.m_formWrap .carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.m_formWrap .carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
}
.m_formWrap .carousel-control.right {
  left: auto;
  right: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
}
.m_formWrap .carousel-control:hover,
.m_formWrap .carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.m_formWrap .carousel-control .icon-prev,
.m_formWrap .carousel-control .icon-next,
.m_formWrap .carousel-control .glyphicon-chevron-left,
.m_formWrap .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.m_formWrap .carousel-control .icon-prev,
.m_formWrap .carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.m_formWrap .carousel-control .icon-next,
.m_formWrap .carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.m_formWrap .carousel-control .icon-prev,
.m_formWrap .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.m_formWrap .carousel-control .icon-prev:before {
  content: "‹";
}
.m_formWrap .carousel-control .icon-next:before {
  content: "›";
}
.m_formWrap .carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.m_formWrap .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
}
.m_formWrap .carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.m_formWrap .carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.m_formWrap .carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .m_formWrap .carousel-control .glyphicon-chevron-left,
  .m_formWrap .carousel-control .glyphicon-chevron-right,
  .m_formWrap .carousel-control .icon-prev,
  .m_formWrap .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .m_formWrap .carousel-control .glyphicon-chevron-left,
  .m_formWrap .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .m_formWrap .carousel-control .glyphicon-chevron-right,
  .m_formWrap .carousel-control .icon-next {
    margin-right: -10px;
  }
  .m_formWrap .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .m_formWrap .carousel-indicators {
    bottom: 20px;
  }
}
.m_formWrap .clearfix:before,
.m_formWrap .clearfix:after,
.m_formWrap .dl-horizontal dd:before,
.m_formWrap .dl-horizontal dd:after,
.m_formWrap .container:before,
.m_formWrap .container:after,
.m_formWrap .container-fluid:before,
.m_formWrap .container-fluid:after,
.m_formWrap .row:before,
.m_formWrap .row:after,
.m_formWrap .form-horizontal .form-group:before,
.m_formWrap .form-horizontal .form-group:after,
.m_formWrap .btn-toolbar:before,
.m_formWrap .btn-toolbar:after,
.m_formWrap .btn-group-vertical > .btn-group:before,
.m_formWrap .btn-group-vertical > .btn-group:after,
.m_formWrap .nav:before,
.m_formWrap .nav:after,
.m_formWrap .navbar:before,
.m_formWrap .navbar:after,
.m_formWrap .navbar-header:before,
.m_formWrap .navbar-header:after,
.m_formWrap .navbar-collapse:before,
.m_formWrap .navbar-collapse:after,
.m_formWrap .pager:before,
.m_formWrap .pager:after,
.m_formWrap .panel-body:before,
.m_formWrap .panel-body:after,
.m_formWrap .modal-header:before,
.m_formWrap .modal-header:after,
.m_formWrap .modal-footer:before,
.m_formWrap .modal-footer:after {
  content: " ";
  display: table;
}
.m_formWrap .clearfix:after,
.m_formWrap .dl-horizontal dd:after,
.m_formWrap .container:after,
.m_formWrap .container-fluid:after,
.m_formWrap .row:after,
.m_formWrap .form-horizontal .form-group:after,
.m_formWrap .btn-toolbar:after,
.m_formWrap .btn-group-vertical > .btn-group:after,
.m_formWrap .nav:after,
.m_formWrap .navbar:after,
.m_formWrap .navbar-header:after,
.m_formWrap .navbar-collapse:after,
.m_formWrap .pager:after,
.m_formWrap .panel-body:after,
.m_formWrap .modal-header:after,
.m_formWrap .modal-footer:after {
  clear: both;
}
.m_formWrap .center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.m_formWrap .pull-right {
  float: right !important;
}
.m_formWrap .pull-left {
  float: left !important;
}
.m_formWrap .hide {
  display: none !important;
}
.m_formWrap .show {
  display: block !important;
}
.m_formWrap .invisible {
  visibility: hidden;
}
.m_formWrap .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.m_formWrap .hidden {
  display: none !important;
}
.m_formWrap .affix {
  position: fixed;
}
.m_formWrap .visible-xs,
.m_formWrap .visible-sm,
.m_formWrap .visible-md,
.m_formWrap .visible-lg {
  display: none !important;
}
.m_formWrap .visible-xs-block,
.m_formWrap .visible-xs-inline,
.m_formWrap .visible-xs-inline-block,
.m_formWrap .visible-sm-block,
.m_formWrap .visible-sm-inline,
.m_formWrap .visible-sm-inline-block,
.m_formWrap .visible-md-block,
.m_formWrap .visible-md-inline,
.m_formWrap .visible-md-inline-block,
.m_formWrap .visible-lg-block,
.m_formWrap .visible-lg-inline,
.m_formWrap .visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .m_formWrap .visible-xs {
    display: block !important;
  }
  .m_formWrap table.visible-xs {
    display: table !important;
  }
  .m_formWrap tr.visible-xs {
    display: table-row !important;
  }
  .m_formWrap th.visible-xs,
  .m_formWrap td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .m_formWrap .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .m_formWrap .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .m_formWrap .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .m_formWrap .visible-sm {
    display: block !important;
  }
  .m_formWrap table.visible-sm {
    display: table !important;
  }
  .m_formWrap tr.visible-sm {
    display: table-row !important;
  }
  .m_formWrap th.visible-sm,
  .m_formWrap td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .m_formWrap .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .m_formWrap .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .m_formWrap .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .m_formWrap .visible-md {
    display: block !important;
  }
  .m_formWrap table.visible-md {
    display: table !important;
  }
  .m_formWrap tr.visible-md {
    display: table-row !important;
  }
  .m_formWrap th.visible-md,
  .m_formWrap td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .m_formWrap .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .m_formWrap .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .m_formWrap .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .m_formWrap .visible-lg {
    display: block !important;
  }
  .m_formWrap table.visible-lg {
    display: table !important;
  }
  .m_formWrap tr.visible-lg {
    display: table-row !important;
  }
  .m_formWrap th.visible-lg,
  .m_formWrap td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .m_formWrap .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .m_formWrap .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .m_formWrap .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .m_formWrap .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .m_formWrap .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .m_formWrap .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .m_formWrap .hidden-lg {
    display: none !important;
  }
}
.m_formWrap .visible-print {
  display: none !important;
}
@media print {
  .m_formWrap .visible-print {
    display: block !important;
  }
  .m_formWrap table.visible-print {
    display: table !important;
  }
  .m_formWrap tr.visible-print {
    display: table-row !important;
  }
  .m_formWrap th.visible-print,
  .m_formWrap td.visible-print {
    display: table-cell !important;
  }
}
.m_formWrap .visible-print-block {
  display: none !important;
}
@media print {
  .m_formWrap .visible-print-block {
    display: block !important;
  }
}
.m_formWrap .visible-print-inline {
  display: none !important;
}
@media print {
  .m_formWrap .visible-print-inline {
    display: inline !important;
  }
}
.m_formWrap .visible-print-inline-block {
  display: none !important;
}
@media print {
  .m_formWrap .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .m_formWrap .hidden-print {
    display: none !important;
  }
}
.m_formWrap .nomargin {
  margin: 0 !important;
}
.m_formWrap img {
  max-width: 100%;
  height: auto;
}
.m_formWrap br.clear {
  clear: both;
  height: 0px;
}
.m_formWrap div.hidden_k3 {
  display: none;
}
.m_formWrap div.mail_content {
  padding: 8px;
  margin: 0 0 15px 0;
  background-color: #efefef;
}
.m_formWrap div.bread {
  background-color: #000;
  color: #fff;
}
.m_formWrap #K3_container {
  background-color: #fff;
  min-height: 100%;
  height: auto;
}
.m_formWrap #K3_content {
  margin: 0px auto;
  height: 100%;
}
.m_formWrap #K3_header {
  margin: 40px auto 0;
  clear: both;
  display: table;
  table-layout: fixed;
}
.m_formWrap #K3_header_inner {
  padding: 15px 15px 14px 0px;
}
.m_formWrap #K3_footer {
  margin: 0 auto 40px;
  clear: both;
  display: table;
  table-layout: fixed;
}
.m_formWrap #K3_footer_inner {
  padding: 14px 15px 15px 0px;
}
.m_formWrap #K3_horizontal_left {
  float: left;
  width: 50%;
  padding-right: 2%;
}
.m_formWrap #K3_horizontal_right {
  float: right;
  width: 50%;
  padding-left: 2%;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .m_formWrap #K3_container {
    /*padding:0 15px;*/
  }
  .m_formWrap #K3_content {
    padding: 0 15px;
  }
  .m_formWrap #K3_header {
    margin: 0 !important;
  }
  .m_formWrap #K3_header_inner {
    padding: 15px 15px 14px 15px;
  }
  .m_formWrap #K3_footer {
    margin: 0 !important;
  }
  .m_formWrap #K3_footer_inner {
    padding: 14px 15px 15px 15px;
  }
  .m_formWrap #K3_horizontal_left {
    width: 100%;
    float: none;
    padding-right: 0;
  }
  .m_formWrap #K3_horizontal_right {
    width: 100%;
    float: none;
    padding-left: 0;
    margin-top: 30px;
  }
}
.m_formWrap hr.upper {
  margin: 0 auto 18px !important;
}
.m_formWrap hr.lower {
  margin: 18px auto 0 !important;
}
.m_formWrap div.control-group {
  margin: auto 0 20px;
}
.m_formWrap div.form-headline {
  margin: 30px 0 0 0;
}
.m_formWrap div.form-description {
  margin: 15px 0 0 0;
}
.m_formWrap div.privacy_policy {
  max-height: 20em;
  overflow: auto;
}
.m_formWrap label.control-label {
  margin-bottom: 4px;
  /*added by K3*/
  margin-right: 10px;
  display: block;
}
.m_formWrap label.control-label > span.label {
  margin-right: 0.3em;
}
.m_formWrap input[type=radio],
.m_formWrap input[type=checkbox] {
  /*added by K3*/
  /*margin: 0.3vw 0 0;*/
}
@media (max-width: 767px) {
  .m_formWrap input[type=radio],
  .m_formWrap input[type=checkbox] {
    /*added by K3*/
    /*margin: 0.5vw 0 0;*/
  }
}
.m_formWrap .form-control {
  height: 45px;
  font-size: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
}
.m_formWrap div.radio {
  font-size: 15px;
  margin-top: 0 !important;
  margin-bottom: 1px !important;
  margin-right: 10px !important;
  /*added by K3*/
  /*vertical-align: middle;*/
  vertical-align: baseline;
}
.m_formWrap div.checkbox {
  font-size: 15px;
  margin-top: 0 !important;
  margin-bottom: 1px !important;
  margin-right: 10px !important;
}
.m_formWrap .note {
  font-size: 0.8em;
  line-height: 1.2em;
}
.m_formWrap a.title {
  display: block;
  margin: 0 0 15px 0;
}
.m_formWrap a.help {
  text-decoration: underline;
  color: #000;
}
.m_formWrap label.error {
  font-weight: bold;
  font-size: 0.9em;
  font-style: oblique;
  color: #b80000;
}
.m_formWrap .label-danger {
  background-color: #df6f5f;
}
.m_formWrap .label-warning {
  background-color: #f5b555;
}
.m_formWrap span.headline {
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.3em;
  margin: 0 0 20px 0;
  padding: 0 0 0 5px;
  border-bottom: 1px dashed #000;
  display: block;
}
.m_formWrap span.big {
  font-size: 2em;
  font-weight: bold;
  line-height: 2em;
}
.m_formWrap span.medium {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.5em;
}
.m_formWrap span.small {
  font-size: 0.9em;
  line-height: 1.2em;
}
.m_formWrap span.inactive {
  opacity: 0.5;
}
.m_formWrap span.tbl_title {
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.3em;
  margin: 0 0 10px 0;
  padding: 0 0 0 10px;
  display: block;
}
.m_formWrap span.required-sign {
  color: red;
  font-size: 1.2em;
  line-height: 1em;
  vertical-align: middle;
}
.m_formWrap label.form-label {
  font-size: 0.9em;
  display: block;
}
.m_formWrap span.form-error {
  color: #b94a48;
  font-size: 0.8em;
  font-weight: bold;
  font-style: italic;
  margin-left: 1em;
}
.m_formWrap table.guide_menu1 {
  margin-top: 4em;
  margin-bottom: 4em;
  text-align: center;
  width: 660px;
  border: solid 1px #fff;
  border-collapse: separate;
  border-spacing: 2px;
  font-size: 100%;
  table-layout: fixed;
}
.m_formWrap table.guide_menu1 tr.menu_caption {
  background: #f5deb3;
  font-weight: bolder;
  font-size: 100%;
}
.m_formWrap table.guide_menu1 tr.menu_caption > td {
  padding: 0.2em 0;
}
.m_formWrap table.guide_menu1 tr.menu_desc {
  font-size: 90%;
  text-align: left;
}
.m_formWrap table.guide_menu1 tr.menu_desc > td {
  padding: 0 0.5em;
}
.m_formWrap .label-fit {
  color: #fff;
  margin-right: 0.3em;
  font-size: 0.8em;
  padding: 0.05em 0.25em 0.1em 0.25em;
  border-radius: 0.3em;
  white-space: nowrap;
  text-align: center;
  font-weight: normal;
}
.m_formWrap .btn {
  border-radius: 2px;
  padding: 10px 16px;
  font-size: 15px !important;
}
.m_formWrap .well {
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  background-color: #fcfcfc;
}
.m_formWrap .text-top {
  vertical-align: text-top;
}
.m_formWrap .text-bold {
  font-weight: bold;
}
.m_formWrap .text-normal {
  font-weight: normal;
}
.m_formWrap .left {
  float: left;
}
.m_formWrap .right {
  float: right;
}
.m_formWrap .inline {
  display: inline;
}
.m_formWrap .mleft1 {
  margin-left: 1%;
}
.m_formWrap .mright1 {
  margin-right: 1%;
}
.m_formWrap .mbottom-well {
  margin-bottom: 18px;
}
.m_formWrap .w100 {
  width: 100% !important;
}
.m_formWrap .w98 {
  width: 98% !important;
}
.m_formWrap .w90 {
  width: 90% !important;
}
.m_formWrap .w80 {
  width: 80% !important;
}
.m_formWrap .w70 {
  width: 70% !important;
}
.m_formWrap .w60 {
  width: 60% !important;
}
.m_formWrap .w50 {
  width: 50% !important;
}
.m_formWrap .w49 {
  width: 49% !important;
}
.m_formWrap .w48 {
  width: 48% !important;
}
.m_formWrap .w47 {
  width: 47% !important;
}
.m_formWrap .w45 {
  width: 45% !important;
}
.m_formWrap .w40 {
  width: 40% !important;
}
.m_formWrap .w30 {
  width: 30% !important;
}
.m_formWrap .w20 {
  width: 20% !important;
}
.m_formWrap .w10 {
  width: 10% !important;
}
.m_formWrap .w1 {
  width: 1% !important;
}
.m_formWrap .placeholder {
  color: #888;
  font-size: 1em;
}
.m_formWrap .datepicker-holiday a {
  color: #ff0000 !important;
}
.m_formWrap .ui-datepicker-week-end:first-child {
  color: #ff0000 !important;
}
.m_formWrap .ui-datepicker-week-end:last-child {
  color: #0000ff !important;
}
.m_formWrap .ui-autocomplete {
  z-index: 1100;
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 20px;
}
.m_formWrap .match-offline__title {
  margin: 60px 0 25px;
}
.m_formWrap .match-offline__table {
  margin-bottom: 30px;
}
.m_formWrap .match-offline__table td,
.m_formWrap .any-match-offline__table td {
  vertical-align: middle !important;
}
.m_formWrap .any-match-offline__table input[type=checkbox] {
  vertical-align: inherit;
  text-align: center;
  margin: 0 5px;
  transform: scale(1.4);
}
.m_formWrap .action-button {
  margin-top: 60px;
}
.m_formWrap .well-form-only {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 5px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.m_formWrap #check_privacy_policy_area {
  position: relative;
  margin-bottom: 30px;
}
.m_formWrap .privacy-policy-message {
  margin-bottom: 20px;
}

/* paragraph module
--------------------------------------------------------------------------------------------------- */
.m_liquidImage {
  text-align: center;
}
.m_liquidImage .caption {
  display: block;
  text-align: right;
}
.m_liquidImage .caption > span {
  display: inline-block;
  text-align: left;
}
@media (min-width: 768px) {
  .m_liquidImage {
    margin: 0 0 40px;
  }
  .m_liquidImage .caption {
    margin: 10px 0 0;
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}
@media screen and (max-width: 767px) {
  .m_liquidImage {
    margin: 0 0 20px;
  }
  .m_liquidImage img {
    max-width: 100%;
    height: auto;
  }
}

/* list module
--------------------------------------------------------------------------------------------------- */
.m_list > li {
  position: relative;
  padding-left: 1em;
}
.m_list > li > *:last-child {
  margin-bottom: 0 !important;
}
.m_list > li:before {
  position: absolute;
  left: 0;
  content: "・";
}
.m_list[class*=_unstyled] > li {
  padding: 0;
}
.m_list[class*=_unstyled] > li::before {
  content: none;
}

.m_numberList {
  counter-reset: li;
}
.m_numberList > li {
  display: table-row;
}
.m_numberList > li > *:last-child {
  margin-bottom: 0 !important;
}
.m_numberList > li:before {
  display: table-cell;
  content: counter(li) ".";
  counter-increment: li;
  text-align: right;
}

.m_notesList > li {
  display: table-row;
}
.m_notesList > li > *:last-child {
  margin-bottom: 0 !important;
}
.m_notesList > li::before {
  display: table-cell;
  content: "※";
  text-align: center;
}
.m_notesList[class*=_small] > li::before, .m_notesList > li[class*=_small]::before {
  content: "*";
}
.m_notesList[class*=_mark] > li .mark {
  display: table-cell;
  text-align: right;
}
.m_notesList[class*=_mark] > li::before {
  content: none;
}

.m_linkList > li {
  position: relative;
  padding-left: 16px;
}
.m_linkList > li > *:last-child {
  margin-bottom: 0 !important;
}
.m_linkList > li a::before {
  position: absolute;
  top: 0.5em;
  left: 0;
  content: "";
  display: block;
  border: solid #000000;
  border-color: transparent transparent transparent #000000;
  border-width: 4px 0 4px 12px;
  width: 0;
  line-height: 1;
}

[class*=List][class*=_horizontal] > li {
  margin-right: 20px;
  display: inline-block;
  vertical-align: top;
}

@media (min-width: 768px) {
  .m_flex {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .m_flex.s_2col > * {
    width: calc((100% - 40px) / 2);
  }
  .m_flex.s_2col > *:not(:nth-child(2n+1)) {
    margin-left: 40px;
  }
  .m_flex.s_2col > *:nth-child(n+3) {
    margin-top: 40px;
  }
  .m_flex.s_3col > * {
    width: calc((100% - 80px) / 3);
  }
  .m_flex.s_3col > *:not(:nth-child(3n+1)) {
    margin-left: 40px;
  }
  .m_flex.s_3col > *:nth-child(n+4) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .m_flex {
    margin-bottom: 30px;
  }
}

.m_listPager {
  display: flex;
  justify-content: center;
  align-items: center;
}
.m_listPager .list {
  margin: 0;
  display: inline-flex;
  position: relative;
}
.m_listPager .list > li {
  font-weight: 500;
}
.m_listPager .list > li a {
  color: #B1B1B1;
}
.m_listPager .list > li.current {
  pointer-events: none;
}
.m_listPager .list > li.current a {
  color: #376B86;
}
.m_listPager .list > li.prev {
  position: absolute;
  top: 0;
  left: -56px;
  margin: 0 !important;
}
.m_listPager .list > li.prev .arw:before {
  transform: rotateY(180deg);
}
.m_listPager .list > li.next {
  position: absolute;
  top: 0;
  right: -56px;
  margin: 0 !important;
}
.m_listPager .arw {
  position: relative;
  width: 26px;
  height: 26px;
  box-sizing: border-box;
  border: 1px solid #1D8CC5;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: border-color 0.3s !important;
}
.m_listPager .arw:before {
  content: "";
  display: inline-block;
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\e001";
  font-size: 6px;
  line-height: 6px;
  vertical-align: middle;
  color: #008CC5;
  transition: color 0.3s;
}
.m_listPager .arw span {
  text-indent: -9999px;
  position: absolute;
  opacity: 0;
}
.m_listPager .arw:hover {
  border-color: #24C0FF;
}
.m_listPager .arw:hover:before {
  color: #24C0FF;
}
@media (min-width: 768px) {
  .m_listPager {
    margin-top: 60px;
  }
  .m_listPager .list > li:not(:nth-last-child(2)) {
    margin-right: 32px;
  }
  .m_listPager .list > li a {
    font-size: 1rem;
    transition: opacity 0.3s;
  }
  .m_listPager .list > li a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .m_listPager {
    margin-top: 40px;
  }
  .m_listPager .list > li:not(:nth-last-child(2)) {
    margin-right: 36px;
  }
  .m_listPager .list > li a {
    font-size: 1.125rem;
  }
}

.m_sortBox > dt, .m_sortBox > dd {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.m_sortBox > dt {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1.125rem;
}
.m_sortBox > dt span {
  display: block;
}
.m_sortBox > dd {
  margin-bottom: -10px;
}
.m_sortBox > dd .list {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.m_sortBox > dd .list > li {
  margin-bottom: 10px;
}
.m_sortBox > dd .list > li:not(:last-child) {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .m_sortBox {
    width: 1160px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  .m_sortBox > dt:not(:first-of-type), .m_sortBox dd:not(:first-of-type) {
    border-top: 1px solid #DDD;
    margin-top: 20px;
  }
  .m_sortBox > dt {
    width: 85px;
    padding-left: 20px;
  }
  .m_sortBox > dt:not(:first-of-type) {
    padding-top: 15px;
  }
  .m_sortBox > dt span {
    padding-top: 7px;
  }
  .m_sortBox > dd {
    width: calc(100% - 85px);
  }
  .m_sortBox > dd:not(:first-of-type) {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .m_sortBox {
    margin: 0 20px;
  }
  .m_sortBox > dt {
    margin-bottom: 5px;
  }
  .m_sortBox > dt:not(:first-of-type) {
    border-top: 1px solid #DDD;
    padding-top: 15px;
    margin-top: 20px;
  }
}

/* table module
--------------------------------------------------------------------------------------------------- */
.m_table table {
  box-sizing: border-box;
  border: solid currentColor;
  border-width: 0 0 1px 1px;
  width: 100%;
}
.m_table table th,
.m_table table td {
  border: solid currentColor;
  border-width: 1px 1px 0 0;
}
.m_table[class*=_fixed] table {
  table-layout: fixed;
}
@media screen and (max-width: 767px) {
  .m_table {
    overflow: auto;
  }
  .m_table table th {
    white-space: nowrap;
  }
}

/* navigation module
--------------------------------------------------------------------------------------------------- */
.m_button {
  text-align: center;
}
.m_button a,
.m_button button,
.m_button input[type=button],
.m_button input[type=submit],
.m_button input[type=reset],
.m_button span {
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
  border: 0;
  width: 230px;
  border-radius: 2px;
  background: #008CC5;
  color: #ffffff;
  text-decoration: none !important;
  font-weight: 500;
  font-size: 0.9375rem;
  padding: 15px 0 14px;
  display: inline-block;
  vertical-align: middle;
}
.m_button a.is_disabled, .m_button a[disabled],
.m_button button.is_disabled,
.m_button button[disabled],
.m_button input[type=button].is_disabled,
.m_button input[type=button][disabled],
.m_button input[type=submit].is_disabled,
.m_button input[type=submit][disabled],
.m_button input[type=reset].is_disabled,
.m_button input[type=reset][disabled],
.m_button span.is_disabled,
.m_button span[disabled] {
  background: #cccccc;
  pointer-events: none;
}
.m_button a[class*=_invert],
.m_button button[class*=_invert],
.m_button input[type=button][class*=_invert],
.m_button input[type=submit][class*=_invert],
.m_button input[type=reset][class*=_invert],
.m_button span[class*=_invert] {
  color: #008CC5;
  background: #fff;
}
.m_button a[class*=_mlarge],
.m_button button[class*=_mlarge],
.m_button input[type=button][class*=_mlarge],
.m_button input[type=submit][class*=_mlarge],
.m_button input[type=reset][class*=_mlarge],
.m_button span[class*=_mlarge] {
  width: 270px;
  font-size: 1.125rem;
  padding: 16px 0 18px;
}
.m_button a[class*=_small],
.m_button button[class*=_small],
.m_button input[type=button][class*=_small],
.m_button input[type=submit][class*=_small],
.m_button input[type=reset][class*=_small],
.m_button span[class*=_small] {
  width: 160px;
  font-size: 0.875rem;
  padding: 13px 0;
}
.m_button a[class*=_narrow],
.m_button button[class*=_narrow],
.m_button input[type=button][class*=_narrow],
.m_button input[type=submit][class*=_narrow],
.m_button input[type=reset][class*=_narrow],
.m_button span[class*=_narrow] {
  padding: 9px 0 8px;
  width: 200px;
}
.m_button a[class*=_arrow]::after,
.m_button button[class*=_arrow]::after,
.m_button input[type=button][class*=_arrow]::after,
.m_button input[type=submit][class*=_arrow]::after,
.m_button input[type=reset][class*=_arrow]::after,
.m_button span[class*=_arrow]::after {
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\e002";
  font-size: 12px;
  line-height: 12px;
  vertical-align: middle;
  line-height: 13px;
  vertical-align: 5%;
  margin-left: 10px;
}
.m_button a[class*=_blank]::after,
.m_button button[class*=_blank]::after,
.m_button input[type=button][class*=_blank]::after,
.m_button input[type=submit][class*=_blank]::after,
.m_button input[type=reset][class*=_blank]::after,
.m_button span[class*=_blank]::after {
  display: inline-block;
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\e005";
  font-size: 14px;
  line-height: 14px;
  vertical-align: middle;
  margin: 0 0 3px 8px;
}
.m_button span {
  background: #c1c1c1;
}
.m_button.s_more > a:after {
  content: "";
  overflow: hidden;
  display: inline-block;
  text-indent: 200%;
  white-space: nowrap;
  vertical-align: -5px;
  line-height: 1;
  background-image: url("../../images/common/mod_img_sprite.png");
  width: 16px;
  height: 22px;
  background-position: -167px -21px;
  background-size: 191px 111px;
  margin-left: 9px;
  transition: opacity 0.3s;
}
@media (min-width: 768px) {
  .m_button > li {
    margin: 10px 5px 0;
    display: inline-block;
    vertical-align: middle;
  }
  .m_button a,
  .m_button button,
  .m_button input[type=button],
  .m_button input[type=submit],
  .m_button input[type=reset] {
    transition: 0.2s ease !important;
  }
  .m_button a:hover,
  .m_button button:hover,
  .m_button input[type=button]:hover,
  .m_button input[type=submit]:hover,
  .m_button input[type=reset]:hover {
    background: #2BC0FC;
  }
  .m_button a:hover:after,
  .m_button button:hover:after,
  .m_button input[type=button]:hover:after,
  .m_button input[type=submit]:hover:after,
  .m_button input[type=reset]:hover:after {
    opacity: 0.7;
  }
  .m_button a[class*=_invert]:hover,
  .m_button button[class*=_invert]:hover,
  .m_button input[type=button][class*=_invert]:hover,
  .m_button input[type=submit][class*=_invert]:hover,
  .m_button input[type=reset][class*=_invert]:hover {
    background: #E6F8FF;
    color: #24C0FF;
  }
}
@media screen and (max-width: 767px) {
  .m_button > li:nth-child(n+2) {
    margin-top: 10px;
  }
  .m_button.s_more {
    margin-top: 40px;
  }
}

.pagetop {
  display: inline-block;
  background: #fff;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  position: fixed;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  z-index: 9;
  margin: 0;
}
.pagetop.is_active {
  opacity: 1;
  pointer-events: all;
}
.pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.pagetop a::after {
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\e003";
  font-size: 15px;
  line-height: 15px;
  vertical-align: middle;
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  margin: auto;
  transition: color 0.3s;
}
@media (min-width: 768px) {
  .pagetop {
    bottom: 50px;
    right: 30px;
    width: 70px;
    height: 70px;
  }
  .pagetop a:after {
    top: 27px;
  }
  .pagetop a:hover:after {
    color: #24C0FF;
  }
}
@media screen and (max-width: 767px) {
  .pagetop {
    width: 46px;
    height: 46px;
    right: 20px;
    bottom: 20px;
  }
  .pagetop a:after {
    top: 16px;
    font-size: 10px;
  }
}

.m_pager {
  margin-top: 100px;
  border-radius: 2px;
  background: linear-gradient(to right, #f5f5f5 0%, #fff 51.23%, #f0f0f0 100%);
}
.m_pager ul {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
}
@media (min-width: 768px) {
  .m_pager ul > li + li {
    margin-left: 80px;
  }
}
@media screen and (max-width: 767px) {
  .m_pager ul {
    justify-content: space-between;
    padding: 0 20px;
  }
}

/* inline module
--------------------------------------------------------------------------------------------------- */
.m_br[class*=_before]::before,
.m_br::after {
  content: "\a";
  white-space: pre;
}

.m_br[class*=_before]::after {
  content: none;
}

@media (min-width: 768px) {
  .m_pcHide {
    display: none !important;
  }
  .m_pcbr[class*=_before]::before,
  .m_pcbr::after {
    content: "\a";
    white-space: pre;
  }
  .m_pcbr[class*=_before]::after {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .m_spHide {
    display: none !important;
  }
  .m_spbr[class*=_before]::before,
  .m_spbr::after {
    content: "\a";
    white-space: pre;
  }
  .m_spbr[class*=_before]::after {
    content: none;
  }
}
.m_link {
  color: #008CC5;
  font-weight: 500;
}
.m_link.s_arw:after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\e001";
  font-size: 6px;
  line-height: 6px;
  vertical-align: middle;
  color: #008CC5;
  vertical-align: 0;
}
.m_link.s_back:before {
  content: "";
  display: inline-block;
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\e001";
  font-size: 6px;
  line-height: 6px;
  vertical-align: middle;
  transform: rotateY(180deg);
  margin-right: 10px;
  vertical-align: 0;
}
.m_link.s_dl:after {
  content: "";
  overflow: hidden;
  display: inline-block;
  text-indent: 200%;
  white-space: nowrap;
  vertical-align: -1px;
  line-height: 1;
  background-image: url("../../images/common/mod_img_sprite.png");
  width: 16px;
  height: 16px;
  background-position: -130px -58px;
  background-size: 191px 111px;
  margin-left: 10px;
}
.m_link.s_reserve:after {
  content: "";
  overflow: hidden;
  display: inline-block;
  text-indent: 200%;
  white-space: nowrap;
  vertical-align: -2px;
  line-height: 1;
  background-image: url("../../images/common/mod_img_sprite.png");
  width: 15px;
  height: 16px;
  background-position: -151px -58px;
  background-size: 191px 111px;
  margin-left: 9px;
}
@media (min-width: 768px) {
  .m_link {
    font-size: 0.875rem;
    line-height: 2;
    transition: color 0.3s;
  }
  .m_link.s_arw:after {
    transition: color 0.3s;
  }
  .m_link.s_arw:hover:after {
    color: #24C0FF;
  }
  .m_link.s_back:before {
    transition: color 0.3s;
  }
  .m_link.s_back:hover:before {
    color: #24C0FF;
  }
  .m_link:hover {
    color: #24C0FF;
  }
}
@media screen and (max-width: 767px) {
  .m_link {
    font-size: 0.8125rem;
    line-height: 2.1538461538;
  }
}

.m_secDesc {
  text-align: center;
  font-size: 0.875rem;
  line-height: 2;
}
@media (min-width: 768px) {
  .m_secDesc {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .m_secDesc {
    margin-bottom: 25px;
  }
}

.i_fb {
  overflow: hidden;
  display: inline-block;
  text-indent: 200%;
  white-space: nowrap;
  line-height: 1;
  background-image: url("../../images/common/mod_img_sprite.png");
  width: 40px;
  height: 40px;
  background-position: 0px -26px;
  background-size: 191px 111px;
}

.i_tw {
  overflow: hidden;
  display: inline-block;
  text-indent: 200%;
  white-space: nowrap;
  line-height: 1;
  background-image: url("../../images/common/mod_img_sprite.png");
  width: 40px;
  height: 40px;
  background-position: -45px -71px;
  background-size: 191px 111px;
}

.m_tagLink {
  display: inline-block;
  color: #1D8CC5;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  border: 1px solid #1D8CC5;
}
@media (min-width: 768px) {
  .m_tagLink {
    padding: 6px 30px;
    border-radius: 17px;
    transition: opacity 0.3s;
  }
  .m_tagLink:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .m_tagLink {
    padding: 4px 20px;
    border-radius: 15px;
  }
}

.m_subTxt {
  text-align: center;
  margin-bottom: 95px;
}

/* modifier module
--------------------------------------------------------------------------------------------------- */
/* text align */
[class*=_alignLeft] {
  text-align: left !important;
}

@media (min-width: 768px) {
  [class*=_pcAlignLeft] {
    text-align: left !important;
  }
}
@media screen and (max-width: 767px) {
  [class*=_spAlignLeft] {
    text-align: left !important;
  }
}
[class*=_alignCenter] {
  text-align: center !important;
}

@media (min-width: 768px) {
  [class*=_pcAlignCenter] {
    text-align: center !important;
  }
}
@media screen and (max-width: 767px) {
  [class*=_spAlignCenter] {
    text-align: center !important;
  }
}
[class*=_alignRight] {
  text-align: right !important;
}

@media (min-width: 768px) {
  [class*=_pcAlignRight] {
    text-align: right !important;
  }
}
@media screen and (max-width: 767px) {
  [class*=_spAlignRight] {
    text-align: right !important;
  }
}
[class*=_alignTop] {
  vertical-align: top !important;
}

@media (min-width: 768px) {
  [class*=_pcAlignTop] {
    vertical-align: top !important;
  }
}
@media screen and (max-width: 767px) {
  [class*=_spAlignTop] {
    vertical-align: top !important;
  }
}
[class*=_alignMiddle] {
  vertical-align: middle !important;
}

@media (min-width: 768px) {
  [class*=_pcAlignMiddle] {
    vertical-align: middle !important;
  }
}
@media screen and (max-width: 767px) {
  [class*=_spAlignMiddle] {
    vertical-align: middle !important;
  }
}
[class*=_alignBottom] {
  vertical-align: bottom !important;
}

@media (min-width: 768px) {
  [class*=_pcAlignBottom] {
    vertical-align: bottom !important;
  }
}
@media screen and (max-width: 767px) {
  [class*=_spAlignBottom] {
    vertical-align: bottom !important;
  }
}
/* font style */
[class*=_fontBold] {
  font-weight: 700;
}

[class*=_fontItalic] {
  font-style: italic;
}

[class*=_fontNormal] {
  font-weight: 400 !important;
  font-style: normal !important;
}

/* fontColor */
[class*=_colorType01] {
  color: #000000;
}

[class*=_colorType02] {
  color: #008CC5;
}

[class*=_colorType03] {
  color: #02a0e9;
}

[class*=_colorType04] {
  color: #cccccc;
}

/* block width */
/* cv area module
--------------------------------------------------------------------------------------------------- */
.m_cvArea {
  background: rgb(0, 124, 185);
  background: linear-gradient(90deg, rgb(0, 124, 185) 0%, rgb(89, 202, 229) 100%);
  color: #fff;
}
@media (min-width: 768px) {
  .m_cvArea {
    margin: 35px 0 0;
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .m_cvArea {
    padding: 80px 0 59px;
  }
}
@media (min-width: 768px) {
  .m_cvArea .inner {
    width: 1160px;
    margin: 0 auto;
    display: flex;
  }
}
@media (min-width: 768px) {
  .m_cvArea .col {
    width: 50%;
  }
  .m_cvArea .col:nth-child(1) {
    border-right: 1px solid #B9D3FF;
  }
}
@media screen and (max-width: 767px) {
  .m_cvArea .col {
    margin: 0 15px;
  }
  .m_cvArea .col:nth-child(1) {
    border-bottom: 1px solid #B9D3FF;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}
.m_cvArea .ttl {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .m_cvArea .ttl {
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .m_cvArea .ttl {
    margin: 0 0 20px;
  }
}
.m_cvArea .ttl .img {
  height: auto;
}
@media (min-width: 768px) {
  .m_cvArea .ttl .img {
    width: 65px;
  }
}
@media screen and (max-width: 767px) {
  .m_cvArea .ttl .img {
    width: 44px;
  }
}
.m_cvArea .ttl .text {
  font-weight: 500;
}
@media (min-width: 768px) {
  .m_cvArea .ttl .text {
    margin: 8px 0 0 18px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .m_cvArea .ttl .text {
    font-size: 1.125rem;
    margin: 3px 0 0 16px;
  }
}

/*====================================================================================================

    libs

====================================================================================================*/
/* colorbox
--------------------------------------------------------------------------------------------------- */
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
:root {
  --cbox-overlay: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAAAAAAeW/F+AAAAOklEQVR4Ae3QIQrAUADD0Lj2AIV//5uO+RE59asKz4U177rz9VAdqkU1qAbVoBpUg2pR3V/VbrVb7QHULigVcx3ZmQAAAABJRU5ErkJggg==);
  --cbox-controls: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALAAAAAyCAMAAADLEaG/AAAAxlBMVEUAAAD///8AAAAAAAAAAAAAAAAAAAAAAABmZmbMzMy1tbXe3t7i4+PMzMzv7+/m5uYqTIX///9SUlKlpaby9PbW1tZqgaiEhIRed6FZWVm9vb3ExcVmZmaZmZno6/Ctra2Qob739/fX3efk6O95j7JEYpR4eHiKioqzvtJsg6s2VYvGzt3g5ey1tbV0iq6vu9Grt86hsMhie6TN1OFycnKHmrpac5+ZqMN9kbOClbZOaZgyUolRbZuKnLtWcJ06WY28xteGmbhVJeX1AAAAC3RSTlOIADNVdwARZpndzGjEPW4AAAPLSURBVHhe7ZqHjts4EIbdsm1Y1eXay/b0Xu7e/6VCaqlQEkVjJSc07pCBAQH6MIsP1GJM/XSnXPyPVDevXn/QOVCDfu9FXrrbbGgvvCCLBsI9bWt37h0tTEMsK6StgBY+O+88q87PjhImwghRSpGQIBUAlBJKQQNbR+Y76DyzBmdHCAMOp4F87ItgGmIoAiAKECgCVOpAGbD42o1bCwNGevUIwlAAwS8QaGB0ICV83mlQ522FidLSYuQXWBTAQgFbhxgPnUbVaymMQ1K6QUKsAFQAYHuHFB40Ex60E6aYigsaDhHno+FI3cnAVAmFaj2nOaAKQPFviAVuWL1WwmG2XMEkngSjOA6zJx5qIGs4QZzXgJnPuQbdflPhfith9Y+K4vh+F88kWADWgALALN6BATjx4wmIykF30FR4cIwwF8srFjkDRa9hLGubDguASoB2T2Cbg26ncbUUVkNgt01HvCTMlfDb1PO8+zKg0nc79jz3wmq6+kIqJUpYg9k49WRNqgCPxwKcRHiRXcQapt5W/atqgH3f33rp0ADC2BsLeJ8DU/jikhfq8uL3CIfZ1CdSduR5MzUMcpCVn4obJoC3Wz0laoSveKWuDOH2c3jk+1TOKb84h5HyGam5iypzmPilOWzztRu3/KbDpLp1swL7N50hfMFr6uJ3CBMMpZ0BSE8FimJEA7PDFL6sE748UlhvIota0A507ati8zpiP0xJtrsltLIfxkgBhDHYOxwLc4KFDlAAcSUmAA3sHe2F3b/TORBu/3JsdrgUPr7+t8J/hQlgWUCsecnhDvdjLQRKKYSH8hJrh3NhWopFqDVhsXY4FqalWAQwtSYs1g6HwmYsAva8xATuNz/2IMUO3G8vzSDl5Xx+y4MP8/k0v5NfJLyTlzrgegOvY5G7KHqYvoyiV8W8JH/u84dlXZAS/Bs5f0XSucQ+ij6KT1DNS273+70A/5hByp24vVwu37h+Cc2f7zyKotcrI5eYR7Le/1jnIO+4fZDg9YadKkiZRslmzU3hTJcxdl0Gb5QuY6cKUtY3wmppBCmfPm++MFFfV2UQfPu+uWGyThSkvGJsIz5BNS95lySJELs2AF8L2USUyzBQxyJLxm5W14yt64KUhL3j3ASPjLmOW/VUXSfJIw/Eeq1qxu31Y/0cXt44CLSbfNNhBQJbkLI6xZEBp0YsQq15ibXD5aEMh6JYcCgvsXY4O/bSsciTQEDDA3mJtcPlwaJ6xjgERBGEGFNrXmLtcHp0qwWyen6QglQHcnw4rosQYs1LrB0Ofn7wn/iBx0+cH2kdOV60OgAAAABJRU5ErkJggg==);
  --cbox-border: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAyCAQAAAA38nkBAAAAE0lEQVR4AWNgaCAW/f9PISLeLgDrojnVPQEingAAAABJRU5ErkJggg==);
  --cbox-loading-background: url(data:image/gif;base64,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);
  --cbox-loading: url(data:image/gif;base64,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);
}

#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: var(--cbox-overlay) repeat 0 0;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
}

#cboxTopLeft {
  width: 21px;
  height: 21px;
  background: var(--cbox-controls) no-repeat -101px 0;
}

#cboxTopRight {
  width: 21px;
  height: 21px;
  background: var(--cbox-controls) no-repeat -130px 0;
}

#cboxBottomLeft {
  width: 21px;
  height: 21px;
  background: var(--cbox-controls) no-repeat -101px -29px;
}

#cboxBottomRight {
  width: 21px;
  height: 21px;
  background: var(--cbox-controls) no-repeat -130px -29px;
}

#cboxMiddleLeft {
  width: 21px;
  background: var(--cbox-controls) left top repeat-y;
}

#cboxMiddleRight {
  width: 21px;
  background: var(--cbox-controls) right top repeat-y;
}

#cboxTopCenter {
  height: 21px;
  background: var(--cbox-border) 0 0 repeat-x;
}

#cboxBottomCenter {
  height: 21px;
  background: var(--cbox-border) 0 -29px repeat-x;
}

#cboxContent {
  background: #fff;
  overflow: hidden;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  margin-bottom: 28px;
}

#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}

#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}

#cboxLoadingOverlay {
  background: var(--cbox-loading-background) no-repeat center center;
}

#cboxLoadingGraphic {
  background: var(--cbox-loading) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}

#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--cbox-controls) no-repeat -75px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxPrevious:hover {
  background-position: -75px -25px;
}

#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  background: var(--cbox-controls) no-repeat -50px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxNext:hover {
  background-position: -50px -25px;
}

#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  background: var(--cbox-controls) no-repeat -25px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxClose:hover {
  background-position: -25px -25px;
}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.icrosoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/* slick
--------------------------------------------------------------------------------------------------- */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  overflow: hidden;
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  display: none;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  border: 1px solid transparent;
  height: auto;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*====================================================================================================

    unique

====================================================================================================*/
/* ※※
--------------------------------------------------------------------------------------------------- */
#document.home #gheader {
  background: transparent;
  border-bottom: 1px solid #76C8E3;
  color: #fff;
  transition: 0.2s ease;
}
#document.home #gheader.is_scrolled {
  background: linear-gradient(90deg, rgb(0, 124, 185) 0%, rgb(89, 202, 229) 100%);
}
#document.home #gheader .content a {
  color: inherit;
}
@media (min-width: 768px) {
  #document.home #gheader .content {
    height: 60px;
  }
}
#document.home #gheader .unav > li a:hover {
  color: #B2F9FF;
}
#document.home #gheader .unav > li a:hover::after {
  background: #B2F9FF;
}
#document.home #gheader .buttons > li:nth-child(1) a:hover {
  color: #B2F9FF;
}
#document.home #gheader .buttons > li:nth-child(1) a:hover::after {
  background: #B2F9FF;
}
#document.home .a_mainVisual {
  position: relative;
}
#document.home .a_mainVisual::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: -2;
  background: rgb(0, 124, 185);
  background: linear-gradient(90deg, rgb(0, 124, 185) 0%, rgb(89, 202, 229) 100%);
}
@media (min-width: 768px) {
  #document.home .a_mainVisual {
    padding: 166px 0 100px;
    background: url(../../images/home/mv_img.png) no-repeat left 50vw bottom 100px/793px, url(../../images/home/bg.png) no-repeat top right/670px, url(../../images/home/bg_02.png) no-repeat bottom left/721px;
  }
}
@media screen and (max-width: 767px) {
  #document.home .a_mainVisual {
    padding: 61px 0 26.1333333333vw;
  }
  #document.home .a_mainVisual::after {
    content: "";
    width: 95%;
    top: 0;
    background: url(../../images/home/mv_img.png) no-repeat left 18px bottom 0/contain, url(../../images/home/bg_@2x.png) no-repeat right top/90vw, url(../../images/home/bg_02.png) no-repeat bottom 235px left -10vw/125vw;
    bottom: -186px;
    padding-left: 18px;
    position: absolute;
    display: block;
    pointer-events: none;
  }
}
@media (min-width: 768px) {
  #document.home .a_mainVisual .m_sectionInner {
    display: flex;
    justify-content: flex-start;
  }
}
#document.home .a_mainVisual .text {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #fff;
  margin: 0;
}
#document.home .a_mainVisual .text .subHeading strong {
  font-weight: 700;
}
@media (min-width: 768px) {
  #document.home .a_mainVisual .text .subHeading {
    font-size: 1.125rem;
    line-height: 1.7777777778;
    background: url(../../images/home/mv_img_line.png) no-repeat center bottom/277px;
    padding-bottom: 12px;
  }
  #document.home .a_mainVisual .text .subHeading strong {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 767px) {
  #document.home .a_mainVisual .text .subHeading {
    font-size: 1rem;
    line-height: 1.875;
    background: url(../../images/home/mv_img_line.png) no-repeat center bottom/258px;
    padding-bottom: 10px;
  }
  #document.home .a_mainVisual .text .subHeading strong {
    font-size: 2.125rem;
  }
}
@media (min-width: 768px) {
  #document.home .a_mainVisual .text .mainHeading {
    margin: 20px 0 30px;
    font-size: 2.3125rem;
    line-height: 1.6216216216;
  }
  #document.home .a_mainVisual .text .mainHeading strong {
    font-size: 2.8125rem;
  }
}
@media screen and (max-width: 767px) {
  #document.home .a_mainVisual .text .mainHeading {
    margin: 15px 0;
    font-size: 1.6875rem;
    line-height: 1.7037037037;
  }
  #document.home .a_mainVisual .text .mainHeading strong {
    font-size: 2.1875rem;
  }
}
@media (min-width: 768px) {
  #document.home .a_mainVisual .text .lead {
    font-size: 1.125rem;
    line-height: 2;
    margin: 0 0 60px;
  }
}
@media screen and (max-width: 767px) {
  #document.home .a_mainVisual .text .lead {
    font-size: 1rem;
    line-height: 2;
    margin: 0 0 23px;
  }
}
#document.home .a_mainVisual .text .logoList {
  margin: 0;
}
#document.home .a_mainVisual .text .logoList > li {
  display: inline-block;
  text-align: center;
}
#document.home .a_mainVisual .text .logoList > li img {
  image-rendering: -webkit-optimize-contrast;
}
@media (min-width: 768px) {
  #document.home .a_mainVisual .text .logoList > li img {
    width: 152px;
  }
}
@media screen and (max-width: 767px) {
  #document.home .a_mainVisual .text .logoList > li {
    width: 89px;
    height: 89px;
  }
  #document.home .a_mainVisual .text .logoList > li img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  #document.home .a_mainVisual .text .logoList > li + li {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  #document.home .a_mainVisual .text .logoList > li + li {
    margin-left: 14px;
  }
}
#document.home .a_mainVisual .text .notes {
  color: #fff;
  margin-bottom: 0;
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 768px) {
  #document.home .a_mainVisual .text .notes {
    font-size: 0.75rem;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  #document.home .a_mainVisual .text .notes {
    font-size: 0.6875rem;
    margin-top: 7px;
  }
}
#document.home .a_mainVisual .campain2025 {
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  color: #00405f;
}
#document.home .a_mainVisual .campain2025::after {
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  content: "";
  z-index: 0;
  border-radius: 4px;
  border: 1px solid #0083c3;
}
#document.home .a_mainVisual .campain2025 .heading {
  display: flex;
  align-items: center;
  border-radius: 100px;
  gap: 24px;
  margin: 0 auto;
  width: fit-content;
  font-weight: 700;
  background: #ffffff;
  background-blend-mode: overlay;
}
#document.home .a_mainVisual .campain2025 .text {
  color: #00405f;
  font-weight: 700;
}
#document.home .a_mainVisual .campain2025 .link {
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  margin: auto;
  width: 167px;
  border-radius: 2px;
  background: #ffffff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  z-index: 10;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
}
#document.home .a_mainVisual .campain2025 .link a {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 10px;
  color: #008cc5;
}
@media (min-width: 768px) {
  #document.home .a_mainVisual .campain2025 {
    margin: 20px auto 0;
    padding: 25px 0 40px;
    width: 474px;
  }
  #document.home .a_mainVisual .campain2025 .heading {
    padding: 8px 21px 6px 9px;
  }
  #document.home .a_mainVisual .campain2025 .text {
    margin: 12px 0 0;
    font-size: 1.875rem;
    line-height: 1.4333333333;
  }
}
@media screen and (max-width: 767px) {
  #document.home .a_mainVisual .campain2025 {
    margin: 25px auto 0;
    padding: 22px 0 37px;
  }
  #document.home .a_mainVisual .campain2025 .heading {
    padding: 5px 14px 4px 7px;
  }
  #document.home .a_mainVisual .campain2025 .text {
    margin: 17px 0 0;
    font-size: 1.4375rem;
    line-height: 1.3913043478;
  }
}
#document.home .a_logo {
  background: #fff;
}
@media (min-width: 768px) {
  #document.home .a_logo {
    padding: 80px 0 67px;
  }
}
@media screen and (max-width: 767px) {
  #document.home .a_logo {
    margin-top: 126px;
    padding: 50px 0 40px;
  }
}
#document.home .a_logo .slide div img {
  padding: 0 18px;
}
@media (min-width: 768px) {
  #document.home .a_notification {
    padding: 0 0 80px;
  }
}
@media (min-width: 768px) {
  #document.home .a_notification .m_sectionInner {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 768px) {
  #document.home .a_notification .headingWrap {
    flex-basis: 207px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 767px) {
  #document.home .a_notification .headingWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 20px;
  }
}
#document.home .a_notification .headingWrap .m_textHeading {
  text-align: left;
}
@media (min-width: 768px) {
  #document.home .a_notification .headingWrap .m_textHeading {
    margin: 0 0 29px;
    font-size: 1.8125rem;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  #document.home .a_notification .headingWrap .m_textHeading {
    margin: 0;
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  #document.home .a_notification .headingWrap .notificationLink {
    width: 115px;
    text-align: center;
    font-size: 0.875rem;
    font-weight: 500;
  }
}
#document.home .a_notification .headingWrap .notificationLink a::after {
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\e002";
  font-size: 10px;
  line-height: 10px;
  vertical-align: middle;
  vertical-align: 0;
  margin-left: 10px;
  transition: 0.2s ease;
  display: inline-block;
}
#document.home .a_notification .headingWrap .notificationLink a:hover::after {
  transform: translateX(5px);
}
#document.home .a_notification .notificationWrap {
  width: 100%;
}
#document.home .a_notification .notificationList {
  margin: 0;
}
#document.home .a_notification .notificationList > li {
  border-bottom: 1px solid #ddd;
}
@media (min-width: 768px) {
  #document.home .a_notification .notificationList > li {
    padding: 14px 0;
  }
  #document.home .a_notification .notificationList > li a {
    text-decoration: none;
  }
  #document.home .a_notification .notificationList > li a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  #document.home .a_notification .notificationList > li {
    padding: 14px 0;
  }
}
#document.home .a_notification .notificationList > li:first-child {
  border-top: 1px solid #ddd;
}
#document.home .a_notification .notificationList > li .date {
  font-size: 0.9375rem;
  margin: 0 20px 0 0;
}
#document.home .a_notification .notificationList > li .label {
  color: #fff;
  display: inline-block;
  background: #376B86;
  letter-spacing: 0.08em;
  text-align: center;
  width: 119px;
  font-size: 0.75rem;
  font-weight: bold;
  padding: 2px 0 5px;
}
@media (min-width: 768px) {
  #document.home .a_notification .notificationList > li .label {
    margin: 0 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
  #document.home .a_notification .notificationList > li .label {
    margin: 0;
  }
}
#document.home .a_notification .notificationList > li .ttl {
  color: inherit;
  font-size: 0.875rem;
  line-height: 2;
}
@media (min-width: 768px) {
  #document.home .a_notification .notificationList > li .ttl {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  #document.home .a_notification .notificationList > li .ttl {
    display: block;
    margin: 8px 0 0;
  }
}
#document.home .a_about {
  position: relative;
}
@media (min-width: 768px) {
  #document.home .a_about {
    padding: 91px 0 0;
    position: relative;
  }
  #document.home .a_about::after {
    position: absolute;
    content: "";
    height: 190px;
    width: 973px;
    right: 0;
    z-index: -1;
    top: 447px;
    right: 0;
    background: url(../../images/home/bg_04.png) no-repeat bottom/contain;
  }
}
@media screen and (max-width: 767px) {
  #document.home .a_about {
    padding: 61px 0 0;
    background: url(../../images/home/bg_04_@2x.png) no-repeat right 840px/100vw;
  }
}
#document.home .a_about::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  content: "";
  z-index: -2;
}
@media (min-width: 768px) {
  #document.home .a_about::before {
    height: 447px;
    background: url(../../images/home/bg_03.png) no-repeat bottom -201px right/1002px, linear-gradient(90deg, rgb(0, 124, 185) 0%, rgb(89, 202, 229) 100%);
  }
}
@media screen and (max-width: 767px) {
  #document.home .a_about::before {
    height: 840px;
    background: url(../../images/home/bg_03_@2x.png) no-repeat top right/100vw, url(../../images/home/bg_03_02_@2x.png) no-repeat bottom left/100vw, linear-gradient(90deg, rgb(0, 124, 185) 0%, rgb(89, 202, 229) 100%);
  }
}
#document.home .a_about .heading {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  #document.home .a_about .heading {
    font-size: 2.375rem;
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 767px) {
  #document.home .a_about .heading {
    font-size: 1.5rem;
    margin: 0 0 10px;
  }
}
#document.home .a_about .points {
  position: relative;
}
@media (min-width: 768px) {
  #document.home .a_about .points {
    padding: 132px 0 0;
  }
}
#document.home .a_about .points::before {
  content: "";
  width: 2px;
  background: #fff;
  position: absolute;
  left: calc(50% - 1px);
  top: 0;
  z-index: -1;
}
@media (min-width: 768px) {
  #document.home .a_about .points::before {
    height: 135px;
  }
}
@media screen and (max-width: 767px) {
  #document.home .a_about .points::before {
    height: 637px;
  }
}
@media (min-width: 768px) {
  #document.home .a_about .points::after {
    position: absolute;
    content: "";
    height: 70px;
    width: 700px;
    border-color: #fff;
    border-width: 2px 2px 0;
    border-style: solid;
    top: 69px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
}
#document.home .a_about .pointList {
  margin: 0 auto;
  display: flex;
}
@media (min-width: 768px) {
  #document.home .a_about .pointList {
    width: 996px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  #document.home .a_about .pointList {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-top: 45px;
  }
}
#document.home .a_about .pointList > li {
  background: #fff;
  border-radius: 50%;
  color: #1D8CC5;
  position: relative;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  #document.home .a_about .pointList > li {
    width: 292px;
    height: 292px;
  }
}
@media screen and (max-width: 767px) {
  #document.home .a_about .pointList > li {
    width: 248px;
    height: 248px;
  }
  #document.home .a_about .pointList > li + li {
    margin-top: 20px;
  }
  #document.home .a_about .pointList > li:nth-child(3) .text {
    margin-bottom: -32px;
  }
}
#document.home .a_about .pointList > li::after {
  content: "";
  border-radius: 50%;
  border: 1px solid #1D8CC5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  #document.home .a_about .pointList > li::after {
    width: 274px;
    height: 274px;
  }
}
@media screen and (max-width: 767px) {
  #document.home .a_about .pointList > li::after {
    width: 232px;
    height: 232px;
  }
}
#document.home .a_about .pointList > li .num {
  display: inline-block;
  background: #1D8CC5;
  color: #fff;
  font-weight: 700;
  border-radius: 50%;
  height: 48px;
  width: 48px;
  line-height: 48px;
  font-size: 1.375rem;
}
@media (min-width: 768px) {
  #document.home .a_about .pointList > li .num {
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 767px) {
  #document.home .a_about .pointList > li .num {
    margin: 0 0 12px;
  }
}
#document.home .a_about .pointList > li .text {
  font-weight: 700;
}
@media (min-width: 768px) {
  #document.home .a_about .pointList > li .text {
    font-size: 1.25rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  #document.home .a_about .pointList > li .text {
    font-size: 1.125rem;
    line-height: 1.7777777778;
  }
}
#document.home .a_about .pointTxt {
  text-align: center;
}
@media (min-width: 768px) {
  #document.home .a_about .pointTxt {
    margin: 35px 0 0;
    font-size: 1rem;
    line-height: 2.5;
  }
}
@media screen and (max-width: 767px) {
  #document.home .a_about .pointTxt {
    margin: 20px 0 0;
    font-size: 0.875rem;
    line-height: 2;
  }
}
#document.home .a_about .pointTxt strong {
  color: #008CC5;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
@media (min-width: 768px) {
  #document.home .a_about .pointTxt strong {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  #document.home .a_about .pointTxt strong {
    font-size: 1.375rem;
  }
}
@media (min-width: 768px) {
  #document.home .a_literacy {
    padding: 100px 0 0;
  }
}
@media screen and (max-width: 767px) {
  #document.home .a_literacy {
    padding: 100px 0 0;
  }
}
@media screen and (max-width: 767px) {
  #document.home .a_literacy .literacy .m_textHeading .lsNarrow {
    letter-spacing: -0.07em;
  }
}
@media (min-width: 768px) {
  #document.home .a_literacy .literacy .figureWrap {
    display: flex;
  }
  #document.home .a_literacy .literacy .figureWrap:nth-of-type(1) {
    margin-top: 57px;
  }
  #document.home .a_literacy .literacy .figureWrap:nth-of-type(1) .text {
    background: url(../../images/home/literacy_img_line.png) no-repeat center left/contain;
    padding: 5px 0 5px 80px;
  }
  #document.home .a_literacy .literacy .figureWrap:nth-of-type(1) .figure {
    flex-basis: 623px;
  }
  #document.home .a_literacy .literacy .figureWrap:nth-of-type(1) .figureBody {
    justify-content: flex-start;
  }
  #document.home .a_literacy .literacy .figureWrap:nth-of-type(1) .figureHeading {
    margin: 0 0 -68px 20px;
  }
  #document.home .a_literacy .literacy .figureWrap:nth-of-type(2) {
    margin-top: 96px;
    justify-content: flex-end;
  }
  #document.home .a_literacy .literacy .figureWrap:nth-of-type(2) .figure {
    flex-basis: 667px;
  }
  #document.home .a_literacy .literacy .figureWrap:nth-of-type(2) .figureBody {
    justify-content: flex-end;
  }
  #document.home .a_literacy .literacy .figureWrap:nth-of-type(2) .figureHeading {
    margin: 0 -120px -68px 0;
  }
  #document.home .a_literacy .literacy .figureWrap:nth-of-type(2) .text {
    background: url(../../images/home/literacy_img_line_02.png) no-repeat center right/contain;
    padding: 40px 80px 40px 0;
  }
}
@media screen and (max-width: 767px) {
  #document.home .a_literacy .literacy .figureWrap {
    display: flex;
    flex-direction: column;
  }
  #document.home .a_literacy .literacy .figureWrap:nth-of-type(1) .vs {
    margin: 0 35px 35px 22px;
  }
  #document.home .a_literacy .literacy .figureWrap:nth-of-type(2) {
    margin: 80px 0 0;
  }
  #document.home .a_literacy .literacy .figureWrap:nth-of-type(2) .text {
    order: 2;
  }
  #document.home .a_literacy .literacy .figureWrap:nth-of-type(2) .figure {
    order: 1;
  }
  #document.home .a_literacy .literacy .figureWrap:nth-of-type(2) .vs {
    margin: 0 23px 35px 21px;
  }
}
#document.home .a_literacy .literacy .figureWrap .figure {
  text-align: center;
}
@media (min-width: 768px) {
  #document.home .a_literacy .literacy .figureWrap .figure {
    flex-shrink: 0;
  }
}
@media screen and (max-width: 767px) {
  #document.home .a_literacy .literacy .figureWrap .figure::after {
    background: url(../../images/home/literacy_img_line_@2x.png) no-repeat center/335px;
    height: 17px;
    margin: 40px auto 30px;
    display: block;
    content: "";
  }
}
#document.home .a_literacy .literacy .figureWrap .figure .figureHeading {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  #document.home .a_literacy .literacy .figureWrap .figure .figureHeading {
    font-size: 1.3125rem;
    line-height: 1.619047619;
  }
}
@media screen and (max-width: 767px) {
  #document.home .a_literacy .literacy .figureWrap .figure .figureHeading {
    font-size: 1.125rem;
    line-height: 1.7777777778;
    margin: 0;
  }
}
#document.home .a_literacy .literacy .figureWrap .figure .figureBody {
  display: flex;
  font-family: "Noto Serif JP", serif;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  #document.home .a_literacy .literacy .figureWrap .figure .figureBody {
    justify-content: center;
  }
}
#document.home .a_literacy .literacy .figureWrap .figure .figureBody .numWrap {
  color: #008CC5;
  line-height: 1;
}
@media (min-width: 768px) {
  #document.home .a_literacy .literacy .figureWrap .figure .figureBody .num {
    letter-spacing: -0.03em;
    font-size: 13.75rem;
    font-weight: 200;
  }
}
@media screen and (max-width: 767px) {
  #document.home .a_literacy .literacy .figureWrap .figure .figureBody .num {
    font-size: 6.25rem;
    font-weight: 300;
  }
}
#document.home .a_literacy .literacy .figureWrap .figure .figureBody .unit {
  font-weight: 500;
}
@media (min-width: 768px) {
  #document.home .a_literacy .literacy .figureWrap .figure .figureBody .unit {
    font-size: 2.75rem;
  }
  #document.home .a_literacy .literacy .figureWrap .figure .figureBody .unit.wide {
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  #document.home .a_literacy .literacy .figureWrap .figure .figureBody .unit {
    font-size: 1.8125rem;
  }
}
#document.home .a_literacy .literacy .figureWrap .figure .figureBody .caption {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media (min-width: 768px) {
  #document.home .a_literacy .literacy .figureWrap .figure .figureBody .caption {
    font-size: 1rem;
    margin: 12px 0 0;
  }
}
@media screen and (max-width: 767px) {
  #document.home .a_literacy .literacy .figureWrap .figure .figureBody .caption {
    font-size: 0.875rem;
    line-height: 1.5;
    margin: 5px 0 0;
  }
}
#document.home .a_literacy .literacy .figureWrap .figure .figureBody .vs {
  font-weight: 500;
}
@media (min-width: 768px) {
  #document.home .a_literacy .literacy .figureWrap .figure .figureBody .vs {
    margin: 0 50px 35px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #document.home .a_literacy .literacy .figureWrap .figure .figureBody .vs {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  #document.home .a_literacy .literacy .figureWrap .text {
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  #document.home .a_literacy .literacy .figureWrap .text {
    text-align: center;
  }
}
#document.home .a_literacy .literacy .figureWrap .text .txtHeading {
  color: #2168C1;
  font-weight: 500;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  #document.home .a_literacy .literacy .figureWrap .text .txtHeading {
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 767px) {
  #document.home .a_literacy .literacy .figureWrap .text .txtHeading {
    margin: 0 0 20px;
  }
}
#document.home .a_literacy .literacy .figureWrap .text .txtBody {
  font-family: "Noto Serif JP", serif;
}
@media (min-width: 768px) {
  #document.home .a_literacy .literacy .figureWrap .text .txtBody {
    font-size: 1.25rem;
    line-height: 2;
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 767px) {
  #document.home .a_literacy .literacy .figureWrap .text .txtBody {
    font-size: 1.125rem;
    line-height: 2;
  }
}
#document.home .a_literacy .literacy .figureWrap .text .txtSupplement {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2;
}
@media (min-width: 768px) {
  #document.home .a_literacy .reason {
    padding: 100px 0 97px;
  }
}
@media screen and (max-width: 767px) {
  #document.home .a_literacy .reason {
    padding: 100px 0;
  }
}
@media (min-width: 768px) {
  #document.home .a_literacy .reason .figureWrap {
    margin: 63px 0 0;
    display: flex;
    gap: 0 67px;
    justify-content: center;
  }
}
#document.home .a_literacy .reason .figureWrap .figure {
  text-align: center;
}
@media (min-width: 768px) {
  #document.home .a_literacy .reason .figureWrap .figure:first-of-type {
    margin-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  #document.home .a_literacy .reason .figureWrap .figure:nth-of-type(2) {
    margin-top: 40px;
  }
}
#document.home .a_literacy .reason .figureWrap .heading {
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
}
@media (min-width: 768px) {
  #document.home .a_literacy .reason .figureWrap .heading {
    font-size: 1.3125rem;
    line-height: 1.619047619;
    margin: 0 0 -40px;
  }
}
@media screen and (max-width: 767px) {
  #document.home .a_literacy .reason .figureWrap .heading {
    font-size: 1.125rem;
    line-height: 1.7777777778;
    margin: 0;
  }
}
#document.home .a_literacy .reason .figureWrap .numWrap {
  color: #1D8CC5;
  font-family: "Noto Serif JP", serif;
}
@media (min-width: 768px) {
  #document.home .a_literacy .reason .figureWrap .num {
    font-size: 10.625rem;
    font-weight: 300;
  }
}
@media screen and (max-width: 767px) {
  #document.home .a_literacy .reason .figureWrap .num {
    font-size: 6.25rem;
    font-weight: 400;
  }
}
#document.home .a_literacy .reason .figureWrap .unit {
  font-weight: 500;
}
@media (min-width: 768px) {
  #document.home .a_literacy .reason .figureWrap .unit {
    font-size: 2.75rem;
  }
}
@media screen and (max-width: 767px) {
  #document.home .a_literacy .reason .figureWrap .unit {
    font-size: 2.125rem;
  }
}
#document.home .a_literacy .reason .figureWrap .note {
  color: #606060;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  #document.home .a_literacy .reason .figureWrap .note {
    margin: -20px 0 0;
  }
}
@media screen and (max-width: 767px) {
  #document.home .a_literacy .reason .figureWrap .note {
    margin: -10px 0 0;
  }
}
#document.home .a_literacy .reason .figureWrap .subHeading {
  font-family: "Noto Serif JP", serif;
}
@media (min-width: 768px) {
  #document.home .a_literacy .reason .figureWrap .subHeading {
    font-size: 1.25rem;
    margin: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  #document.home .a_literacy .reason .figureWrap .subHeading {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 40px 0 30px;
  }
}
#document.home .a_literacy .reason .figureWrap .body {
  margin: 0;
  font-size: 0.875rem;
  line-height: 2;
}
#document.home .a_literacy .reason .figureWrap .imageList {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) {
  #document.home .a_literacy .reason .figureWrap .imageList {
    width: 452px;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 767px) {
  #document.home .a_literacy .reason .figureWrap .imageList {
    width: 335px;
    margin: 30px 0 0;
  }
}
#document.home .a_literacy .reason .figureWrap .imageList > li figure img {
  height: auto;
}
@media (min-width: 768px) {
  #document.home .a_literacy .reason .figureWrap .imageList > li figure img {
    width: 130px;
  }
}
@media screen and (max-width: 767px) {
  #document.home .a_literacy .reason .figureWrap .imageList > li figure img {
    width: 101px;
  }
}
#document.home .a_literacy .reason .figureWrap .imageList > li figure figcaption {
  letter-spacing: 0;
  font-size: 0.75rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  #document.home .a_literacy .reason .figureWrap .imageList > li figure figcaption {
    margin: 10px 0 0;
  }
}
@media screen and (max-width: 767px) {
  #document.home .a_literacy .reason .figureWrap .imageList > li figure figcaption {
    margin: 15px 0 0;
  }
}
#document.home .a_lineup {
  position: relative;
  padding: 100px 0;
}
#document.home .a_lineup::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: -1;
  background: url(../../images/home/bg_05.png) no-repeat top right/1004px, linear-gradient(90deg, rgb(0, 124, 185) 0%, rgb(89, 202, 229) 100%);
}
#document.home .a_lineup .m_textHeading {
  margin: 0;
  color: #fff;
  font-weight: 700;
}
#document.home .a_lineup .lineupList {
  display: flex;
}
@media screen and (max-width: 767px) {
  #document.home .a_lineup .lineupList {
    flex-direction: column;
  }
}
#document.home .a_lineup .lineupList > li a:not(.s_small) {
  position: relative;
}
#document.home .a_lineup .lineupList > li a:not(.s_small)::before {
  position: absolute;
  bottom: -10px;
  left: 0;
  background: #24C0FF;
  width: 0;
  transition: 0.4s ease;
  height: 3px;
  content: "";
}
#document.home .a_lineup .lineupList > li a:not(.s_small)::after {
  display: inline-block;
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\e002";
  font-size: 10px;
  line-height: 10px;
  vertical-align: middle;
  margin: -3px 0 0 10px;
  translate: 0.2s ease;
}
#document.home .a_lineup .lineupList > li a:not(.s_small):hover {
  color: #24C0FF;
}
#document.home .a_lineup .lineupList > li a:not(.s_small):hover::before {
  width: 100%;
}
#document.home .a_lineup .lineupList > li a:not(.s_small):hover::after {
  transform: translateX(5px);
}
#document.home .a_lineup .lineupList > li .tableBody {
  background: #fff;
}
#document.home .a_lineup .lineupList > li .linkList {
  font-weight: 500;
}
#document.home .a_lineup .lineupList > li .linkList > li {
  transition: 0.4s ease;
}
#document.home .a_lineup .lineupList > li:nth-child(odd) .tableHead {
  background: #EAEAEB;
}
#document.home .a_lineup .lineupList > li:nth-child(even) .tableHead {
  background: #F7F7F7;
}
#document.home .a_lineup .lineupList > li .tableHead {
  font-weight: 500;
}
#document.home .a_lineup .lineupList > li .numberling {
  display: block;
  font-weight: normal;
}
#document.home .a_lineup .lineupList > li .m_button a::before {
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\e004";
  font-size: 29px;
  line-height: 29px;
  vertical-align: middle;
  color: #fff;
  margin-right: 10px;
}
@media (min-width: 768px) {
  #document.home .a_lineup .lineupList > li {
    flex-basis: 192px;
  }
  #document.home .a_lineup .lineupList > li .tableHead,
  #document.home .a_lineup .lineupList > li .tableBody {
    border-right: 1px solid #C1C1C1;
    border-bottom: 1px solid #C1C1C1;
  }
  #document.home .a_lineup .lineupList > li .tableHead {
    border-top: 1px solid #C1C1C1;
    padding: 26px 0;
    font-size: 1rem;
    line-height: 1.625;
    text-align: center;
  }
  #document.home .a_lineup .lineupList > li .tableBody {
    padding: 20px 0;
    height: 178px;
  }
  #document.home .a_lineup .lineupList > li:first-of-type .tableHead,
  #document.home .a_lineup .lineupList > li:first-of-type .tableBody {
    border-left: 1px solid #C1C1C1;
  }
  #document.home .a_lineup .lineupList > li .numberling {
    font-size: 0.875rem;
    line-height: 1.5714285714;
    margin-bottom: 5px;
  }
  #document.home .a_lineup .lineupList > li .linkList {
    font-size: 0.875rem;
    margin-top: -14px;
  }
  #document.home .a_lineup .lineupList > li .linkList > li {
    padding: 14px 0 14px 30px;
  }
  #document.home .a_lineup .lineupList > li .linkList > li:hover {
    background: #E6F8FE;
  }
}
@media screen and (max-width: 767px) {
  #document.home .a_lineup .lineupList > li {
    display: flex;
  }
  #document.home .a_lineup .lineupList > li .tableHead,
  #document.home .a_lineup .lineupList > li .tableBody {
    border-right: 1px solid #C1C1C1;
    border-bottom: 1px solid #C1C1C1;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  #document.home .a_lineup .lineupList > li .tableHead {
    border-left: 1px solid #C1C1C1;
    flex-basis: 112px;
    padding: 26px 20px;
    flex-shrink: 0;
  }
  #document.home .a_lineup .lineupList > li:first-of-type {
    border-top: 1px solid #C1C1C1;
  }
  #document.home .a_lineup .lineupList > li .tableHead {
    font-size: 0.875rem;
    line-height: 1.5714285714;
  }
  #document.home .a_lineup .lineupList > li .tableBody {
    width: calc(100% - 112px);
    padding: 25px 0;
  }
  #document.home .a_lineup .lineupList > li .numberling {
    margin-bottom: 3px;
    font-size: 0.75rem;
  }
  #document.home .a_lineup .lineupList > li .linkList {
    padding: 0 20px;
  }
  #document.home .a_lineup .lineupList > li .linkList > li + li {
    margin-top: 15px;
  }
  #document.home .a_lineup .lineupList > li .m_button {
    margin: 0 auto;
  }
}
#document.home .a_companies {
  text-align: center;
  padding: 100px 0 0;
}
#document.home .a_companies .m_textHeading {
  margin: 0;
}
#document.home .a_companies .subHeading {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  #document.home .a_companies .subHeading {
    margin: 30px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  #document.home .a_companies .subHeading {
    margin: 0 0 20px;
  }
}
#document.home .a_companies .subHeading strong {
  color: #1D8CC5;
  font-weight: 700;
  font-size: 2.875rem;
}
@media (min-width: 768px) {
  #document.home .a_companies .lead {
    font-size: 1rem;
    line-height: 2.25;
  }
}
@media screen and (max-width: 767px) {
  #document.home .a_companies .lead {
    font-size: 0.875rem;
    line-height: 2;
  }
}
@media (min-width: 768px) {
  #document.home .a_companies .slide {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  #document.home .a_companies .slide {
    padding: 30px 0;
  }
}
#document.home .a_companies .m_imageList {
  text-align: left;
}
@media (min-width: 768px) {
  #document.home .a_companies .m_imageList {
    margin: 0 0 41px;
  }
}
@media screen and (max-width: 767px) {
  #document.home .a_companies .m_imageList {
    margin: 0 0 30px;
  }
}
#document.home .a_information {
  padding: 100px 0 0;
}
#document.home .a_news {
  padding: 100px 0;
}
@media (min-width: 768px) {
  #document.home .a_news .m_imageList {
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 767px) {
  #document.home .a_news .m_imageList {
    margin: 0 0 30px;
  }
}

#document.casestudy .casestudySec {
  padding-bottom: 100px;
}
#document.casestudy .casestudySec > * {
  position: relative;
  z-index: 3;
}
#document.casestudy .casestudySec:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(to right, #007cb9 0%, #59cae5 100%);
}
#document.casestudy .casestudySec:after, #document.casestudy .casestudySec .m_secHead:first-child:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 2;
  pointer-events: none;
}
@media (min-width: 768px) {
  #document.casestudy .casestudySec:before {
    height: calc(100% - 253px);
  }
  #document.casestudy .casestudySec .m_secHead:first-child:before {
    background: url(../../images/casestudy/casestudySecBg2.png) no-repeat center top/1600px;
    height: 557px;
    top: 50px;
  }
  #document.casestudy .casestudySec .caseStudyList {
    width: 1160px;
    margin: 0 auto;
  }
  #document.casestudy .casestudySec:after {
    background: url(../../images/casestudy/casestudySecBg3.png) no-repeat center top/1600px;
    height: 514px;
    bottom: -150px;
  }
}
@media screen and (max-width: 767px) {
  #document.casestudy .casestudySec:before {
    height: calc(100% - 173px);
  }
  #document.casestudy .casestudySec .m_secHead:first-child:before {
    background: url(../../images/casestudy/casestudySecBgSp.png) no-repeat center top/cover;
    height: 334px;
    top: 40px;
  }
  #document.casestudy .casestudySec .caseStudyList {
    margin: 0 20px;
  }
  #document.casestudy .casestudySec:after {
    background: url(../../images/casestudy/casestudySecBgSp2.png) no-repeat center top/cover;
    height: 294px;
    bottom: -90px;
  }
}
#document.casestudy #breadcrumb ol {
  padding-right: 20px;
  display: flex;
}
#document.casestudy #breadcrumb ol > li:nth-child(1) {
  width: 3em;
}
#document.casestudy #breadcrumb ol > li:nth-child(2) {
  width: 5.5em;
}
#document.casestudy #breadcrumb ol > li:nth-child(3) {
  flex: 1 1 0;
  padding-left: 13px;
  text-indent: -13px;
}

#document.useful .casestudySec .caseStudyList, #document.info .casestudySec .caseStudyList, #document.seminarwp .casestudySec .caseStudyList {
  margin-bottom: 0;
}
#document.useful .casestudySec > *, #document.info .casestudySec > *, #document.seminarwp .casestudySec > * {
  position: relative;
  z-index: 3;
}
#document.useful .casestudySec:before, #document.info .casestudySec:before, #document.seminarwp .casestudySec:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(to right, #007cb9 0%, #59cae5 100%);
}
#document.useful .casestudySec:after, #document.useful .casestudySec .m_secHead:first-child:before, #document.info .casestudySec:after, #document.info .casestudySec .m_secHead:first-child:before, #document.seminarwp .casestudySec:after, #document.seminarwp .casestudySec .m_secHead:first-child:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 2;
  pointer-events: none;
}
@media (min-width: 768px) {
  #document.useful .casestudySec:before, #document.info .casestudySec:before, #document.seminarwp .casestudySec:before {
    height: calc(100% - 510px);
    top: 230px;
  }
  #document.useful .casestudySec .m_secHead:first-child:before, #document.info .casestudySec .m_secHead:first-child:before, #document.seminarwp .casestudySec .m_secHead:first-child:before {
    background: url(../../images/casestudy/casestudySecBg2.png) no-repeat center top/1600px;
    height: 557px;
    top: 50px;
  }
  #document.useful .casestudySec .caseStudyList, #document.info .casestudySec .caseStudyList, #document.seminarwp .casestudySec .caseStudyList {
    width: 1160px;
    margin: 0 auto;
  }
  #document.useful .casestudySec:after, #document.info .casestudySec:after, #document.seminarwp .casestudySec:after {
    background: url(../../images/casestudy/casestudySecBg3.png) no-repeat center top/1600px;
    height: 514px;
    bottom: 130px;
  }
}
@media screen and (max-width: 767px) {
  #document.useful .casestudySec:before, #document.info .casestudySec:before, #document.seminarwp .casestudySec:before {
    height: calc(100% - 435px);
    bottom: 288px;
  }
  #document.useful .casestudySec .m_secHead:first-child:before, #document.info .casestudySec .m_secHead:first-child:before, #document.seminarwp .casestudySec .m_secHead:first-child:before {
    background: url(../../images/casestudy/casestudySecBgSp.png) no-repeat center top/cover;
    height: 334px;
    top: 40px;
  }
  #document.useful .casestudySec .caseStudyList, #document.info .casestudySec .caseStudyList, #document.seminarwp .casestudySec .caseStudyList {
    margin: 0 20px;
  }
  #document.useful .casestudySec:after, #document.info .casestudySec:after, #document.seminarwp .casestudySec:after {
    background: url(../../images/casestudy/casestudySecBgSp2.png) no-repeat center top/cover;
    height: 294px;
    bottom: -90px;
  }
}

#document.news .casestudySec .caseStudyList {
  margin-bottom: 0;
}
#document.news .casestudySec > * {
  position: relative;
  z-index: 3;
}
#document.news .casestudySec:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(to right, #007cb9 0%, #59cae5 100%);
}
#document.news .casestudySec:after, #document.news .casestudySec .m_secHead:first-child:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 2;
  pointer-events: none;
}
@media (min-width: 768px) {
  #document.news .casestudySec {
    margin-top: 40px;
  }
  #document.news .casestudySec:before {
    height: calc(100% - 510px);
    top: 230px;
  }
  #document.news .casestudySec .m_secHead:first-child:before {
    background: url(../../images/casestudy/casestudySecBg2.png) no-repeat center top/1600px;
    height: 557px;
    top: 50px;
  }
  #document.news .casestudySec .caseStudyList {
    width: 1160px;
    margin: 0 auto;
  }
  #document.news .casestudySec:after {
    background: url(../../images/casestudy/casestudySecBg3.png) no-repeat center top/1600px;
    height: 514px;
    bottom: 130px;
  }
}
@media screen and (max-width: 767px) {
  #document.news .casestudySec {
    margin-top: 0;
  }
  #document.news .casestudySec:before {
    height: calc(100% - 435px);
    bottom: 288px;
  }
  #document.news .casestudySec .m_secHead:first-child:before {
    background: url(../../images/casestudy/casestudySecBgSp.png) no-repeat center top/cover;
    height: 334px;
    top: 40px;
  }
  #document.news .casestudySec .caseStudyList {
    margin: 0 20px;
  }
  #document.news .casestudySec:after {
    background: url(../../images/casestudy/casestudySecBgSp2.png) no-repeat center top/cover;
    height: 294px;
    bottom: 200px;
  }
}
#document.news #breadcrumb ol {
  padding-right: 20px;
  display: flex;
}
#document.news #breadcrumb ol > li:nth-child(1) {
  width: 3em;
}
#document.news #breadcrumb ol > li:nth-child(2) {
  width: 5.5em;
}
#document.news #breadcrumb ol > li:nth-child(3) {
  flex: 1 1 0;
  padding-left: 13px;
  text-indent: -13px;
}

@media screen and (max-width: 767px) {
  #document.about .m_section > .secInner {
    margin: 0 20px;
  }
}
#document.about .serviceMenu {
  background: #F5F5F5;
  border-radius: 2px;
  margin: 0;
  display: flex;
}
#document.about .serviceMenu a {
  color: inherit;
}
@media (min-width: 768px) {
  #document.about .serviceMenu {
    padding: 20px;
    gap: 0 20px;
    justify-content: center;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  #document.about .serviceMenu {
    padding: 40px 20px;
    gap: 15px;
    flex-wrap: wrap;
  }
}
#document.about .serviceMenu > li {
  border: 1px solid #1D8CC5;
  color: #1D8CC5;
  font-weight: 500;
  text-align: center;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  border-radius: 2px;
  transition: 0.2s ease;
  height: 98px;
}
@media (min-width: 768px) {
  #document.about .serviceMenu > li {
    font-size: 1rem;
    line-height: 1.625;
    flex: 1;
    cursor: pointer;
  }
  #document.about .serviceMenu > li:hover {
    background: #2BC0FC;
    border-color: #2BC0FC;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  #document.about .serviceMenu > li {
    flex-basis: calc((100% - 19px) / 2);
  }
  #document.about .serviceMenu > li.is_selected {
    background: #2BC0FC;
    border-color: #2BC0FC;
    color: #fff;
  }
}
#document.about .serviceMenu > li .balloon {
  background: #1A6D98;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-weight: 500;
  text-align: left;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s ease opacity;
}
@media (min-width: 768px) {
  #document.about .serviceMenu > li .balloon {
    top: 115px;
    width: 142px;
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  #document.about .serviceMenu > li .balloon {
    top: 105px;
    width: 138px;
    padding: 20px;
  }
}
#document.about .serviceMenu > li .balloon.is_visible {
  opacity: 1;
  pointer-events: all;
}
#document.about .serviceMenu > li .balloon::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #1A6D98 transparent;
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-width: 0 5px 13px 5px;
  top: -10px;
  font-weight: 500;
}
#document.about .serviceMenu > li .balloon::after {
  content: "";
  position: absolute;
  top: -50px;
  height: 100px;
  width: 100%;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
}
#document.about .serviceMenu > li .balloon > li::after {
  display: inline-block;
  margin-left: 10px;
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\e001";
  font-size: 6px;
  line-height: 6px;
  vertical-align: middle;
  vertical-align: 0;
}
@media (min-width: 768px) {
  #document.about .serviceMenu > li .balloon > li {
    font-size: 0.875rem;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  #document.about .serviceMenu > li .balloon > li {
    font-size: 0.8125rem;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  #document.about .serviceMenu > li .balloon > li + li {
    margin-top: 18px;
  }
}
@media screen and (max-width: 767px) {
  #document.about .serviceMenu > li .balloon > li + li {
    margin-top: 19px;
  }
}
#document.about .serviceMenu > li.inquiryBtn {
  background: #1D8CC5;
  color: #fff;
  cursor: default;
}
#document.about .serviceMenu > li.inquiryBtn:hover {
  border: 1px solid #1D8CC5;
}
@media (min-width: 768px) {
  #document.about .serviceMenu > li.inquiryBtn {
    font-size: 1rem;
    line-height: 1.3125;
  }
}
@media screen and (max-width: 767px) {
  #document.about .serviceMenu > li.inquiryBtn {
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}
#document.about .serviceMenu > li.inquiryBtn > a {
  background: #fff;
  color: #1D8CC5;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 2px;
  text-align: center;
  transition: 0.2s ease;
}
#document.about .serviceMenu > li.inquiryBtn > a:hover {
  color: #24C0FF;
  background: #E6F8FF;
}
#document.about .serviceMenu > li.inquiryBtn > a:hover::before {
  color: #24C0FF;
}
@media (min-width: 768px) {
  #document.about .serviceMenu > li.inquiryBtn > a {
    padding: 2px 0 3px;
    margin: 6px 5px -2px;
    margin-top: 7px;
    font-size: 0.875rem;
    line-height: 2.1428571429;
  }
}
@media screen and (max-width: 767px) {
  #document.about .serviceMenu > li.inquiryBtn > a {
    padding: 7px 0;
    font-size: 0.75rem;
    line-height: 1;
    margin: 6px 9px 0 9px;
  }
}
#document.about .serviceMenu > li.inquiryBtn > a::before {
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\e004";
  font-size: 28px;
  line-height: 28px;
  vertical-align: middle;
  color: #1D8CC5;
  margin-right: 10px;
  transition: 0.2s ease;
}
@media (min-width: 768px) {
  #document.about .serviceMenu > li.inquiryBtn > a::before {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  #document.about .serviceMenu > li.inquiryBtn > a::before {
    font-size: 23px;
    line-height: 1;
    margin-right: 5px;
  }
}
#document.about .featureSc {
  position: relative;
  left: 0;
}
@media (min-width: 768px) {
  #document.about .featureSc {
    margin: -10px 0 140px;
  }
}
@media screen and (max-width: 767px) {
  #document.about .featureSc {
    margin: 106px 0 120px;
  }
}
#document.about .featureSc::before {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
}
@media (min-width: 768px) {
  #document.about .featureSc::before {
    width: 1600px;
    top: -150px;
    background: url(../../images/about/bg_03.png) no-repeat center/contain;
    height: 766px;
  }
}
@media screen and (max-width: 767px) {
  #document.about .featureSc::before {
    width: 100%;
    height: 100%;
    top: 25px;
    background: url(../../images/about/bg_03_sp.png) no-repeat left top/contain;
  }
}
#document.about .featureSc .m_secHead {
  margin-bottom: 22px;
}
@media (min-width: 768px) {
  #document.about .featureList {
    padding: 5px 0 0;
  }
}
@media (min-width: 768px) {
  #document.about .featureList > li {
    display: flex;
    gap: 0 40px;
    align-items: center;
  }
}
@media (min-width: 768px) {
  #document.about .featureList > li + li {
    margin-top: 47px;
  }
}
@media screen and (max-width: 767px) {
  #document.about .featureList > li + li {
    margin-top: 80px;
  }
}
@media (min-width: 768px) {
  #document.about .featureList > li.mgnTop {
    margin-top: 72px;
  }
}
#document.about .featureList > li:nth-child(even) {
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  #document.about .featureList > li > .txt {
    width: 410px;
    flex-shrink: 0;
  }
  #document.about .featureList > li > .txt.wide {
    width: 576px;
  }
}
@media (min-width: 768px) {
  #document.about .featureList > li > .txt .subImage {
    margin-top: 34px;
  }
}
@media screen and (max-width: 767px) {
  #document.about .featureList > li > .txt .subImage {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  #document.about .featureList > li > .txt .subImage img {
    width: 100%;
    height: auto;
  }
}
#document.about .featureList > li > .image {
  position: relative;
}
@media (min-width: 768px) {
  #document.about .featureList > li > .image {
    margin-top: -30px;
  }
}
@media screen and (max-width: 767px) {
  #document.about .featureList > li > .image {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  #document.about .featureList > li > .image img {
    width: 100vw;
    height: auto;
    margin-left: -20px;
  }
}
@media (min-width: 768px) {
  #document.about .featureList > li > .image.mgnTop {
    margin-top: 70px;
  }
}
@media (min-width: 768px) {
  #document.about .featureList > li > .image.mgnTopNarrow {
    margin-top: 30px;
  }
}
#document.about .featureList > li > .image .video {
  position: absolute;
  background: #000;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  #document.about .featureList > li > .image .video {
    top: 31px;
    left: 126px;
    width: 660px;
    height: 415px;
  }
}
@media screen and (max-width: 767px) {
  #document.about .featureList > li > .image .video {
    width: 81%;
    top: 6.4%;
    left: 50%;
    transform: translateX(-50%);
  }
  #document.about .featureList > li > .image .video::after {
    padding-top: 64%;
    content: "";
    display: block;
  }
}
#document.about .featureList > li > .image .video > video {
  width: 100%;
  height: auto;
}
#document.about .featureList .featureHeading {
  font-family: "Noto Serif JP", serif;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  #document.about .featureList .featureHeading {
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 767px) {
  #document.about .featureList .featureHeading {
    margin: 0 0 24px;
  }
}
@media (min-width: 768px) {
  #document.about .featureList .featureHeading.small {
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) {
  #document.about .featureList .featureHeading.small .txt {
    font-size: 1.75rem;
    line-height: 1.3214285714;
  }
}
#document.about .featureList .featureHeading .num {
  background: #2168C1;
  color: #fff;
  border-radius: 2px;
  font-weight: 700;
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  #document.about .featureList .featureHeading .num {
    padding: 0 9px 1px;
  }
}
@media screen and (max-width: 767px) {
  #document.about .featureList .featureHeading .num {
    padding: 1px 10px 2px;
  }
}
#document.about .featureList .featureHeading .num > span {
  font-size: 1.125rem;
}
#document.about .featureList .featureHeading .txt {
  color: #008CC5;
  font-weight: 500;
  margin-left: 20px;
}
@media (min-width: 768px) {
  #document.about .featureList .featureHeading .txt {
    font-size: 2rem;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  #document.about .featureList .featureHeading .txt {
    font-size: 1.625rem;
    line-height: 1.3846153846;
    margin-top: -2px;
  }
}
#document.about .featureList .featureSubHeading {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
@media (min-width: 768px) {
  #document.about .featureList .featureSubHeading {
    font-size: 1.5rem;
    line-height: 2;
    margin: 0 0 17px;
  }
}
@media screen and (max-width: 767px) {
  #document.about .featureList .featureSubHeading {
    margin: 0 0 25px;
    font-size: 1.25rem;
    line-height: 1.7;
  }
}
#document.about .featureList .featureBody {
  font-size: 0.875rem;
  line-height: 2;
}
#document.about .featureList .feature3List {
  display: flex;
  flex-wrap: wrap;
  font-weight: 500;
}
@media (min-width: 768px) {
  #document.about .featureList .feature3List {
    gap: 37px 20px;
    margin-top: 58px;
  }
}
@media screen and (max-width: 767px) {
  #document.about .featureList .feature3List {
    gap: 27px 15px;
    margin-top: 47px;
  }
}
#document.about .featureList .feature3List > li {
  position: relative;
  counter-increment: number;
  color: #1D8CC5;
  border: 1px solid #1D8CC5;
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
@media (min-width: 768px) {
  #document.about .featureList .feature3List > li {
    width: 260px;
    padding: 35px 0;
    font-size: 1rem;
    line-height: 1.625;
  }
}
@media screen and (max-width: 767px) {
  #document.about .featureList .feature3List > li {
    width: calc((100% - 19px) / 2);
    height: 83px;
    padding-top: 15px;
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}
#document.about .featureList .feature3List > li::before {
  background: #1D8CC5;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  border-radius: 50%;
  font-weight: bold;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  content: counter(number);
  font-size: 1rem;
  line-height: 2.125;
  height: 34px;
  width: 34px;
}
#document.about .seminarSc {
  position: relative;
}
@media (min-width: 768px) {
  #document.about .seminarSc .secInner {
    padding-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  #document.about .seminarSc .secInner {
    padding-top: 96px;
  }
}
@media (min-width: 768px) {
  #document.about .seminarSc .m_secHead {
    font-weight: 700;
    margin-bottom: 43px;
  }
}
@media screen and (max-width: 767px) {
  #document.about .seminarSc .m_secHead {
    margin-bottom: 22px;
  }
}
#document.about .seminarSc::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  #document.about .seminarSc::before {
    background: url(../../images/about/bg_sp_02.png) no-repeat center top/cover;
    height: 334px;
    top: -124px;
  }
}
#document.about .seminarSc::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 2;
  pointer-events: none;
}
@media (min-width: 768px) {
  #document.about .seminarSc::after {
    background: url(../../images/about/bg.png) no-repeat center top/1600px;
    height: 514px;
    bottom: -150px;
  }
}
@media screen and (max-width: 767px) {
  #document.about .seminarSc::after {
    background: url(../../images/about/bg_sp.png) no-repeat center top/cover;
    height: 294px;
    bottom: -90px;
  }
}
#document.about .seminarBox {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  border-radius: 2px;
}
#document.about .seminarBox .m_button {
  cursor: pointer;
}
@media (min-width: 768px) {
  #document.about .seminarBox + .seminarBox {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  #document.about .seminarBox + .seminarBox {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  #document.about .seminarBox {
    padding: 60px 40px;
  }
}
@media screen and (max-width: 767px) {
  #document.about .seminarBox {
    padding: 35px 20px 40px;
  }
}
#document.about .seminarBox > .head {
  border-bottom: 1px solid #fff;
  text-align: center;
}
@media (min-width: 768px) {
  #document.about .seminarBox > .head {
    padding-bottom: 34px;
    margin: 0 0 34px;
  }
}
@media screen and (max-width: 767px) {
  #document.about .seminarBox > .head {
    padding-bottom: 35px;
    margin: 0 0 37px;
  }
}
@media screen and (max-width: 767px) {
  #document.about .seminarBox > .head.pdgBtm {
    padding-bottom: 45px;
  }
}
#document.about .seminarBox > .head > .heading {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  margin: 0;
}
@media (min-width: 768px) {
  #document.about .seminarBox > .head > .heading {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  #document.about .seminarBox > .head > .heading {
    font-size: 1.375rem;
    line-height: 1.9090909091;
  }
}
#document.about .seminarBox > .head > .heading > .label {
  background: rgba(255, 255, 255, 0.2);
  display: inline-block;
  border-radius: 2px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  line-height: 1;
}
@media (min-width: 768px) {
  #document.about .seminarBox > .head > .heading > .label {
    margin-left: 22px;
    padding: 5px 10px;
  }
}
@media screen and (max-width: 767px) {
  #document.about .seminarBox > .head > .heading > .label {
    position: relative;
    top: -4px;
    padding: 9px 10px 10px;
  }
}
@media screen and (max-width: 767px) {
  #document.about .seminarBox > .head > .heading > .label.mgnTop {
    top: 4px;
  }
}
#document.about .seminarBox > .body {
  text-align: center;
}
#document.about .seminarBox > .body > .heading {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
@media (min-width: 768px) {
  #document.about .seminarBox > .body > .heading {
    font-size: 1.5rem;
    line-height: 2;
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 767px) {
  #document.about .seminarBox > .body > .heading {
    font-size: 1.25rem;
    line-height: 1.7;
    margin: 0 0 20px;
    letter-spacing: -0.05em;
  }
}
@media (min-width: 768px) {
  #document.about .seminarBox > .body .boxWrap {
    display: flex;
  }
}
#document.about .seminarBox > .body .boxWrap > .innerBox {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  flex: 2;
}
@media (min-width: 768px) {
  #document.about .seminarBox > .body .boxWrap > .innerBox {
    padding: 25px 30px;
    margin-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  #document.about .seminarBox > .body .boxWrap > .innerBox {
    padding: 20px 20px 15px;
  }
}
@media (min-width: 768px) {
  #document.about .seminarBox > .body .boxWrap > .innerBox > .heading {
    margin: 6px 0 11px;
  }
}
@media screen and (max-width: 767px) {
  #document.about .seminarBox > .body .boxWrap > .innerBox > .heading {
    margin: 2px 0 6px;
    font-size: 1rem;
  }
}
#document.about .seminarBox > .body .boxWrap > .innerBox > .body {
  font-size: 0.875rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #document.about .seminarBox > .body .boxWrap > .innerBox > .body {
    margin-bottom: 7px;
  }
}
#document.about .seminarBox > .body .boxWrap > .innerBox.small {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}
#document.about .seminarBox > .body .boxWrap > .innerBox.small .body {
  font-size: 1rem;
}
#document.about .seminarBox > .body .boxWrap > .innerBox .contentList {
  font-size: 0.875rem;
  line-height: 2;
}
@media (min-width: 768px) {
  #document.about .seminarBox > .body .boxWrap > .innerBox .contentList {
    margin: 30px 0 0;
  }
}
@media screen and (max-width: 767px) {
  #document.about .seminarBox > .body .boxWrap > .innerBox .contentList {
    margin: 0;
  }
}
#document.about .seminarBox > .body .voice {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #document.about .seminarBox > .body .voice {
    flex-direction: column-reverse;
  }
}
@media (min-width: 768px) {
  #document.about .seminarBox > .body .voice > .icon {
    margin-right: 7px;
  }
}
@media screen and (max-width: 767px) {
  #document.about .seminarBox > .body .voice > .icon {
    margin-top: 15px;
  }
}
#document.about .seminarBox > .body .voice > .icon.mgnRight {
  margin-right: 17px;
}
#document.about .seminarBox > .body .voice > .icon img {
  height: auto;
  width: 73px;
}
@media (min-width: 768px) {
  #document.about .seminarBox > .body .voice > .icon img {
    margin-top: 37px;
  }
}
#document.about .seminarBox > .body .voice > .balloon {
  text-align: left;
}
@media (min-width: 768px) {
  #document.about .seminarBox > .body .voice > .balloon {
    background: url(../../images/about/balloon.svg) no-repeat center center/contain;
    width: 370px;
    padding: 26px 46px 26px 77px;
  }
}
@media screen and (max-width: 767px) {
  #document.about .seminarBox > .body .voice > .balloon {
    margin-top: 20px;
    background: url(../../images/about/balloon_sp.svg) no-repeat center top/100%;
    padding: 20px 20px 14%;
  }
}
@media (min-width: 768px) {
  #document.about .seminarBox > .body .voice > .balloon.small {
    background: url(../../images/about/balloon_02.svg) no-repeat center center/contain;
    width: 340px;
  }
}
@media screen and (max-width: 767px) {
  #document.about .seminarBox > .body .voice > .balloon.small {
    background: url(../../images/about/balloon_02_sp.svg) no-repeat center top/100%;
    padding-top: 14px;
  }
}
@media (min-width: 768px) {
  #document.about .seminarBox > .body .voice > .balloon.wide {
    background: url(../../images/about/balloon_03.svg) no-repeat center center/contain;
    width: 773px;
  }
}
@media screen and (max-width: 767px) {
  #document.about .seminarBox > .body .voice > .balloon.wide {
    margin-top: 0;
    background: url(../../images/about/balloon_03_sp.svg) no-repeat center top/100%;
  }
}
#document.about .seminarBox > .body .voice > .balloon > .heading {
  margin: 5px 0 16px;
}
@media screen and (max-width: 767px) {
  #document.about .seminarBox > .body .voice > .balloon > .heading {
    font-size: 1rem;
  }
}
#document.about .seminarBox > .body .voice > .balloon .voiceList {
  margin: 0;
  font-size: 0.875rem;
  line-height: 2;
}
#document.about .seminarBox > .body .themeList {
  text-align: center;
  font-weight: 700;
  display: flex;
}
@media (min-width: 768px) {
  #document.about .seminarBox > .body .themeList {
    width: 970px;
    margin: 0 auto 40px;
    gap: 0 31px;
    justify-content: space-around;
  }
}
@media screen and (max-width: 767px) {
  #document.about .seminarBox > .body .themeList {
    width: calc(100vw - 40px);
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto 30px -20px;
    gap: 20px;
    justify-content: center;
  }
}
#document.about .seminarBox > .body .themeList > li {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  #document.about .seminarBox > .body .themeList > li {
    height: 169px;
    width: 169px;
  }
}
@media screen and (max-width: 767px) {
  #document.about .seminarBox > .body .themeList > li {
    height: 140px;
    width: 140px;
  }
}
@media (min-width: 768px) {
  #document.about .seminarBox > .body .btn {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  #document.about .seminarBox > .body .btn {
    margin-top: 34px;
  }
}
@media (min-width: 768px) {
  #document.about .flowSc {
    margin-top: 127px;
  }
}
@media screen and (max-width: 767px) {
  #document.about .flowSc {
    margin: 110px 0 120px;
  }
}
@media (min-width: 768px) {
  #document.about .flowSc .m_secHead {
    margin-bottom: 23px;
  }
}
@media screen and (max-width: 767px) {
  #document.about .flowSc .m_secHead {
    margin-bottom: 12px;
  }
}
#document.about .flowSc .m_secSubHead {
  margin: 0 0 27px;
}
#document.about .flowSc .lead {
  text-align: center;
  font-size: 1rem;
  line-height: 1.75;
}
@media (min-width: 768px) {
  #document.about .flowSc .lead {
    margin: 0 0 32px;
  }
}
@media screen and (max-width: 767px) {
  #document.about .flowSc .lead {
    margin: 0 0 16px;
  }
}
#document.about .flowInner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #document.about .flowInner {
    flex-direction: column;
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  #document.about .flowInner > .image {
    margin: 0 0 15px;
  }
}
#document.about .flowInner > .image img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  #document.about .flowInner > .txt {
    margin: -40px 0 0 48px;
  }
}
#document.about .flowInner > .txt .heading {
  margin: 0;
}
@media screen and (max-width: 767px) {
  #document.about .flowInner > .txt .heading {
    font-size: 1rem;
  }
}
#document.about .flowInner .actionList {
  font-size: 0.875rem;
  line-height: 2;
}
@media (min-width: 768px) {
  #document.about .flowInner .actionList {
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
  #document.about .flowInner .actionList {
    margin: 16px 0 0;
  }
}
#document.about .contactSc {
  position: relative;
}
@media (min-width: 768px) {
  #document.about .contactSc {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  #document.about .contactSc .secInner {
    padding: 90px 0 100px;
  }
}
#document.about .contactSc::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  #document.about .contactSc::before {
    background: url(../../images/about/bg_sp_02.png) no-repeat center top/cover;
    height: 334px;
    top: -124px;
  }
}
#document.about .contactSc::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 2;
  pointer-events: none;
}
@media (min-width: 768px) {
  #document.about .contactSc::after {
    background: url(../../images/about/bg.png) no-repeat center top/1600px;
    height: 514px;
    bottom: -150px;
  }
}
@media screen and (max-width: 767px) {
  #document.about .contactSc::after {
    background: url(../../images/about/bg_sp.png) no-repeat center top/cover;
    height: 294px;
    bottom: -90px;
  }
}
@media (min-width: 768px) {
  #document.about .contactSc .m_secHead {
    font-weight: 700;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  #document.about .contactSc .m_secHead {
    margin-bottom: 10px;
  }
}
#document.about .contactSc .m_secSubHead {
  margin: 0;
}
#document.about .contactBoxWrap {
  border-top: 1px solid #fff;
  margin-top: 40px;
}
#document.about .contactBoxWrap > .balloonList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 40px auto 0;
}
@media (min-width: 768px) {
  #document.about .contactBoxWrap > .balloonList {
    width: 1001px;
    gap: 15px 20px;
  }
}
@media screen and (max-width: 767px) {
  #document.about .contactBoxWrap > .balloonList {
    flex-direction: column;
    gap: 20px 0;
  }
}
@media (min-width: 768px) {
  #document.about .contactBoxWrap > .balloonList > li {
    padding: 27px 10px 29px 30px;
    flex: 0;
    height: 133px;
  }
}
@media screen and (max-width: 767px) {
  #document.about .contactBoxWrap > .balloonList > li {
    padding: 20px 20px 14px;
  }
}
@media (min-width: 768px) {
  #document.about .contactBoxWrap > .balloonList > li:first-child {
    padding-left: 40px;
    flex-basis: 521px;
    height: auto;
  }
}
@media (min-width: 768px) {
  #document.about .contactBoxWrap > .balloonList > li:nth-child(2) {
    flex-basis: 440px;
    background: url(../../images/about/balloon_04.svg) no-repeat center/contain;
  }
}
@media (min-width: 768px) {
  #document.about .contactBoxWrap > .balloonList > li:nth-child(3) {
    flex-basis: 461px;
    background: url(../../images/about/balloon_05.svg) no-repeat center/contain;
  }
}
@media screen and (max-width: 767px) {
  #document.about .contactBoxWrap > .balloonList > li:nth-child(3) {
    background: url(../../images/about/balloon_05_sp.svg) no-repeat center top/100%;
    padding-bottom: 13%;
  }
}
#document.about .contactBoxWrap > .balloonList > li.bg {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  #document.about .contactBoxWrap > .balloonList > li.spbg {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
  }
}
#document.about .contactBoxWrap > .balloonList > li > .heading {
  font-size: 1rem;
  line-height: 1.75;
  margin: -2px 0 12px;
}
#document.about .contactBoxWrap > .balloonList > li > .body {
  margin: 0;
  font-size: 0.875rem;
  line-height: 2;
}
#document.about .contactIcon {
  text-align: center;
}
#document.about .contactIcon > img {
  height: auto;
}
@media (min-width: 768px) {
  #document.about .contactIcon > img {
    width: 161px;
    margin: 11px auto 40px;
  }
}
@media screen and (max-width: 767px) {
  #document.about .contactIcon > img {
    margin: 7px 0 30px;
  }
}
@media (min-width: 768px) {
  #document.about .contactClosing {
    font-size: 1rem;
    line-height: 1.75;
  }
}
@media screen and (max-width: 767px) {
  #document.about .contactClosing {
    font-size: 0.875rem;
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  #document.about .priceSc {
    margin-bottom: 96px;
  }
}
@media (min-width: 768px) {
  #document.about .priceSc .m_secHead {
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 767px) {
  #document.about .priceSc .m_secHead {
    margin-bottom: 14px;
  }
}
#document.about .priceList {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  #document.about .priceList {
    gap: 40px;
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 767px) {
  #document.about .priceList {
    flex-direction: column;
    align-items: stretch;
    gap: 20px 0;
    width: 300px;
    margin: 0 auto 32px;
  }
}
#document.about .priceList > li {
  position: relative;
  border: 1px solid #1D8CC5;
  border-radius: 2px;
  background: #F7FCFF;
  text-align: center;
  font-weight: 500;
}
@media (min-width: 768px) {
  #document.about .priceList > li {
    width: 230px;
    padding: 40px 30px 30px;
  }
}
@media screen and (max-width: 767px) {
  #document.about .priceList > li {
    padding: 18px 35px 30px;
  }
}
#document.about .priceList > li p {
  font-size: 1.125rem;
  line-height: 1.6666666667;
}
@media (min-width: 768px) {
  #document.about .priceList > li p {
    margin-bottom: 37px;
  }
}
@media screen and (max-width: 767px) {
  #document.about .priceList > li p {
    margin-bottom: 20px;
  }
}
#document.about .priceList > li > .btn {
  border: 1px solid #1D8CC5;
  color: #1D8CC5;
  display: block;
  background: #fff;
  border-radius: 2px;
  transition: 0.2s ease;
  font-size: 0.9375rem;
  padding: 14px 0;
}
@media (min-width: 768px) {
  #document.about .priceList > li > .btn:hover {
    border: 1px solid #2BC0FC;
    background: #2BC0FC;
    color: #fff;
  }
}
#document.about .priceList > li .note {
  margin: 20px 0 0;
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
}
@media (min-width: 768px) {
  #document.about .priceList > li .note {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 767px) {
  #document.about .priceList > li .note {
    font-size: 0.75rem;
  }
}
#document.about .planClosing {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-weight: 600;
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  #document.about .planClosing {
    margin: 0 0 37px;
  }
}
@media screen and (max-width: 767px) {
  #document.about .planClosing {
    margin: 0 0 30px;
  }
}
#document.about .planClosing strong {
  color: #008CC5;
  font-weight: 700;
  font-size: 2.1875rem;
}
@media screen and (max-width: 767px) {
  #document.about .planClosing strong {
    display: inline-block;
    margin: 5px 0 10px;
  }
}
@media screen and (max-width: 767px) {
  #document.about .casesSc {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  #document.about .casesSc .m_secHead {
    margin-bottom: 0;
  }
}
#document.about .casesLead {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-weight: 600;
  font-size: 1.125rem;
}
#document.about .casesLead > strong {
  color: #008CC5;
  font-weight: 700;
  font-size: 2.875rem;
}
@media (min-width: 768px) {
  #document.about .casesLead {
    margin: -8px 0 11px;
  }
}
@media screen and (max-width: 767px) {
  #document.about .casesLead {
    margin: -3px 0 15px;
  }
}
#document.about .casesDesc {
  text-align: center;
}
@media (min-width: 768px) {
  #document.about .casesDesc {
    font-size: 1rem;
    line-height: 2.25;
    margin: 0 0 45px;
  }
}
@media screen and (max-width: 767px) {
  #document.about .casesDesc {
    font-size: 0.875rem;
    line-height: 2;
    margin: 0 0 30px;
  }
}
@media (min-width: 768px) {
  #document.about .casesBtn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  #document.about .casesBtn {
    margin-top: 35px;
  }
}
#document.about .modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 100;
}
#document.about .modal.is_visible {
  display: block;
}
#document.about .modal .modalBg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
#document.about .modal .modalWrap {
  left: 50%;
  position: absolute;
}
@media (min-width: 768px) {
  #document.about .modal .modalWrap {
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 767px) {
  #document.about .modal .modalWrap {
    top: 60px;
    transform: translateX(-50%);
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 767px) {
  #document.about .modal .modalWrap::after {
    height: 60px;
    width: 100%;
    content: "";
    display: block;
  }
}
#document.about .modal .modalBody {
  background: linear-gradient(to right, #007cb9 0%, #59cae5 100%);
  color: #fff;
}
@media (min-width: 768px) {
  #document.about .modal .modalBody {
    width: 1160px;
  }
}
@media screen and (max-width: 767px) {
  #document.about .modal .modalBody {
    padding: 32px 20px 40px;
    box-sizing: border-box;
  }
}
#document.about .modal .modalBody .modalBtn {
  position: absolute;
  right: 0;
  top: -41px;
  cursor: pointer;
  width: 20px;
  height: 21px;
}
#document.about .modal .modalBody .modalBtn::before, #document.about .modal .modalBody .modalBtn::after {
  position: absolute;
  content: "";
  border-top: 2px solid #fff;
  top: 0;
  width: 30px;
}
#document.about .modal .modalBody .modalBtn::before {
  transform: rotate(45deg);
  left: 0;
  transform-origin: top left;
}
#document.about .modal .modalBody .modalBtn::after {
  transform: rotate(315deg);
  right: 0;
  transform-origin: top right;
}
@media (min-width: 768px) {
  #document.about .modal .modalBody .modalInner {
    width: 970px;
    margin: 0 auto;
    padding: 60px 0;
  }
}
@media (min-width: 768px) {
  #document.about .modal .modalBody .choiceList {
    display: flex;
    gap: 0 18px;
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 767px) {
  #document.about .modal .modalBody .choiceList {
    margin: 0 0 20px;
  }
}
#document.about .modal .modalBody .choiceList > li {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  position: relative;
  text-align: center;
  counter-increment: character;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 2;
}
@media (min-width: 768px) {
  #document.about .modal .modalBody .choiceList > li {
    padding: 44px 0;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  #document.about .modal .modalBody .choiceList > li {
    padding: 37px 22px 23px;
  }
}
@media screen and (max-width: 767px) {
  #document.about .modal .modalBody .choiceList > li:first-child {
    margin-bottom: 27px;
  }
}
#document.about .modal .modalBody .choiceList > li::before {
  border-radius: 50%;
  content: counter(character, upper-latin);
  background: #fff;
  color: #008CC5;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 34px;
  width: 34px;
  font-size: 1rem;
  line-height: 2.125;
  top: -17px;
}
#document.about .modal .modalBody .arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.6) transparent transparent transparent;
  border-width: 27px 16px 0 16px;
}
@media (min-width: 768px) {
  #document.about .modal .modalBody .arrow {
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 767px) {
  #document.about .modal .modalBody .arrow {
    margin: 0 auto 20px;
  }
}
#document.about .modal .modalBody .answerBox {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  #document.about .modal .modalBody .answerBox {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  #document.about .modal .modalBody .answerBox {
    flex-direction: column;
    align-items: center;
    padding: 20px;
  }
}
@media (min-width: 768px) {
  #document.about .modal .modalBody .answerBox > .icon {
    margin-right: 36px;
  }
}
@media screen and (max-width: 767px) {
  #document.about .modal .modalBody .answerBox > .icon {
    margin-bottom: 30px;
  }
}
#document.about .modal .modalBody .answerBox > .txt > .heading {
  font-weight: 700;
  margin: 0 0 20px;
}
#document.about .modal .modalBody .answerBox > .txt .answerList {
  margin: 0;
  font-size: 0.875rem;
  line-height: 2;
}
/*# sourceMappingURL=../../Templates/dev/sourcemap/common/styles.css.map */