@charset "UTF-8";
/* 汎用クラス */
/* clearfix */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/*----------------------------------------------------
	#animation
----------------------------------------------------*/
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeinright {
  0% {
    opacity: 0;
    -webkit-transform: translate(10px, 0px);
            transform: translate(10px, 0px);
  }
  30% {
    opacity: 0;
    -webkit-transform: translate(10px, 0px);
            transform: translate(10px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@keyframes fadeinright {
  0% {
    opacity: 0;
    -webkit-transform: translate(10px, 0px);
            transform: translate(10px, 0px);
  }
  30% {
    opacity: 0;
    -webkit-transform: translate(10px, 0px);
            transform: translate(10px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@-webkit-keyframes fadeinleft {
  0% {
    opacity: 0;
    -webkit-transform: translate(-10px, 0px);
            transform: translate(-10px, 0px);
  }
  30% {
    opacity: 0;
    -webkit-transform: translate(-10px, 0px);
            transform: translate(-10px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@keyframes fadeinleft {
  0% {
    opacity: 0;
    -webkit-transform: translate(-10px, 0px);
            transform: translate(-10px, 0px);
  }
  30% {
    opacity: 0;
    -webkit-transform: translate(-10px, 0px);
            transform: translate(-10px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@-webkit-keyframes fadeindown {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, -100px);
            transform: translate(0px, -100px);
  }
  30% {
    opacity: 0;
    -webkit-transform: translate(0px, -100px);
            transform: translate(0px, -100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@keyframes fadeindown {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, -100px);
            transform: translate(0px, -100px);
  }
  30% {
    opacity: 0;
    -webkit-transform: translate(0px, -100px);
            transform: translate(0px, -100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@-webkit-keyframes fadeinup {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, 20px);
            transform: translate(0px, 20px);
  }
  30% {
    opacity: 0;
    -webkit-transform: translate(0px, 20px);
            transform: translate(0px, 20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@keyframes fadeinup {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, 20px);
            transform: translate(0px, 20px);
  }
  30% {
    opacity: 0;
    -webkit-transform: translate(0px, 20px);
            transform: translate(0px, 20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  3% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  6% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  9% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  12% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  3% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  6% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  9% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  12% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes rotate2 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  3% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  6% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  9% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  12% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes rotate2 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  3% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  6% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  9% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  12% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-size: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

html,
body {
  height: 100%;
  width: 100%;
  max-width: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "HiraKakuProN-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

html {
  font-size: 62.5%;
}

body {
  overflow-x: hidden;
  color: #505050;
  line-height: 1.428571429;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
  font-size: 14px;
}

body, * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1, h2, h3, h4, h5 {
  color: #29323d;
}

p {
  font-size: 14px;
}

a {
  color: #008cce;
  outline: none;
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a:hover img {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a[href^="tel:"] {
  color: inherit;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="search"], textarea {
  -webkit-appearance: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  width: 100%;
  border-radius: 0;
  border: 1px solid #c9cdd6;
  padding: 0 10px;
}
input[type="text"]:placeholder-shown, input[type="email"]:placeholder-shown, input[type="tel"]:placeholder-shown, input[type="password"]:placeholder-shown, input[type="search"]:placeholder-shown, textarea:placeholder-shown {
  color: #a9a9a9;
}
input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #a9a9a9;
}
input[type="text"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="search"]:-moz-placeholder, textarea:-moz-placeholder {
  color: #a9a9a9;
}
input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="search"]::-moz-placeholder, textarea::-moz-placeholder {
  color: #a9a9a9;
}
input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #a9a9a9;
}
input[type="text"].logiText, input[type="email"].logiText, input[type="tel"].logiText, input[type="password"].logiText, input[type="search"].logiText, textarea.logiText {
  font-size: 16px;
  padding: 0 7px;
  border: 1px solid #c9cdd6;
  border-radius: 3px;
  line-height: 32px;
  -webkit-box-shadow: inset 1px 1px 5px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 1px 1px 5px 0 rgba(0, 0, 0, 0.25);
}
input[type="text"].error, input[type="email"].error, input[type="tel"].error, input[type="password"].error, input[type="search"].error, textarea.error {
  border-color: #d50002;
}

input[type="text"], input[type="email"], input[type="password"] {
  height: 50px;
}

textarea {
  padding: 10px;
}

button,
input[type="submit"],
input[type="button"] {
  font-family: 'Open Sans', sans-serif;
  -webkit-appearance: none;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
}
button.logiBtn,
input[type="submit"].logiBtn,
input[type="button"].logiBtn {
  display: inline-block;
  padding: 8px 12px 10px 12px;
  background: #fff;
  border: 1px solid #c9cdd6;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -2px 0 #c9cdd6;
          box-shadow: inset 0 -2px 0 #c9cdd6;
  color: #333;
  font-size: 12px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

a.logiBtn {
  display: inline-block;
  padding: 8px 12px 10px 12px;
  background: #fff;
  border: 1px solid #c9cdd6;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -2px 0 #c9cdd6;
          box-shadow: inset 0 -2px 0 #c9cdd6;
  color: #333;
  font-size: 12px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

.logiBtn:hover {
  opacity: .6;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  -webkit-backface-visibility: hidden;
}
figure img {
  width: 100%;
}
@media only screen and (max-width: 736px) {
  img {
    max-width: 100%;
  }
  figure img {
    width: 100%;
  }
}

.animation {
  opacity: 0;
}

.animated {
  opacity: 0;
}

.date {
  font-weight: 300 !important;
}

/*----------------------------------------------------
	共通
----------------------------------------------------*/
.hidden {
  display: none;
}

@media only screen and (max-width: 736px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none;
}
@media only screen and (max-width: 736px) {
  .sp {
    display: inherit;
  }
}

.logiInner, .slideLogi .heading {
  margin: 0 auto;
  width: 1200px;
}
@media only screen and (max-width: 736px) {
  .logiInner, .slideLogi .heading {
    width: 94vw;
  }
}

.box_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 736px) {
  .box_flex {
    display: block;
  }
}

figure img {
  width: 100%;
}

#logiMain {
  padding-top: 104px;
  font-size: 14px;
  color: #505050;
}
.logined #logiMain {
  padding-top: 125px;
}
@media only screen and (max-width: 736px) {
  #logiMain {
    padding-top: 90px;
  }
  .logined #logiMain {
    padding-top: 90px;
  }
}

.logiSelect {
  position: relative;
  display: inline-block;
  height: 32px;
  background: #fff;
  border-radius: 3px;
}
.logiSelect:after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 32px;
  height: 32px;
  content: "";
  background: #00a2ee url("../images/icon_selectbox.png") no-repeat center;
  background-size: 12px 7px;
  border-radius: 0 3px 3px 0;
  pointer-events: none;
}
.logiSelect select {
  padding: 0 44px 0 12px;
  height: 32px;
  background: transparent;
  border: 1px solid #c9cdd6;
  border-radius: 3px;
  line-height: 30px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  font-size: 14px;
}
@media only screen and (max-width: 736px) {
  .logiSelect select {
    font-size: 16px;
    padding: 0 32px 0 6px;
  }
}
.logiSelect select::-ms-expand {
  display: none;
}

.logiCheckbox, .logiRadio {
  position: relative;
  display: inline-block;
  margin: 0;
  overflow: hidden;
  cursor: pointer;
}
@media only screen and (max-width: 736px) {
  .logiCheckbox, .logiRadio {
    font-size: 16px;
  }
}
.logiCheckbox > input, .logiRadio > input {
  position: absolute;
  top: -40px;
}
.logiCheckbox > input ~ span, .logiRadio > input ~ span {
  display: inline-block;
  padding-left: 25px;
  text-indent: -25px;
  line-height: 20px;
}
.logiCheckbox > input ~ span:before, .logiRadio > input ~ span:before {
  background-image: url(../images/icon_checkbox.png?v2);
  background-position: 0 0;
  background-size: 20px auto;
  width: 20px;
  height: 20px;
  display: inline-block;
  content: "";
  margin-right: 7px;
  vertical-align: middle;
}
@media only screen and (max-width: 736px) {
  .logiCheckbox > input ~ span:before, .logiRadio > input ~ span:before {
    width: 22px;
    height: 22px;
    background-image: url(../images/icon_checkbox_sp.png?v2);
    background-position: 0 0;
    background-size: 22px auto;
  }
}
.logiCheckbox > input:checked ~ span:before, .logiRadio > input:checked ~ span:before {
  background-position: 0 100%;
}
@media only screen and (max-width: 736px) {
  .logiCheckbox > input:checked ~ span:before, .logiRadio > input:checked ~ span:before {
    width: 22px;
    height: 22px;
    background-position: 0 100%;
    background-size: 22px auto;
  }
}
.logiCheckbox > input:disabled ~ span:before, .logiRadio > input:disabled ~ span:before {
  background-position: 0 -20px;
  opacity: .6;
  cursor: default;
}

.logiRadio > input ~ span:before {
  background-image: url(../images/icon_radio.png);
}

.listKome {
  margin: 0;
  padding: 0;
  list-style: none outside;
}
.listKome > li {
  position: relative;
  padding-left: 1em;
}
.listKome > li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}
.listKome .cancelIndent {
  margin-left: -1em;
}

.listDot {
  margin: 0;
  padding: 0;
  list-style: none;
}
.listDot > li {
  position: relative;
  padding-left: 20px;
}
.listDot > li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}

.listRoman {
  list-style: lower-roman;
  margin: 0.5em 0 0.5em 2em;
}
.listRoman > li {
  padding-left: 0.5em;
}

.listNum {
  margin: 0;
  padding: 0;
  list-style: none outside;
  counter-reset: number;
}
.listNum > li {
  position: relative;
  padding-left: 1.5em;
}
.listNum > li:before {
  counter-increment: number;
  position: absolute;
  top: 0;
  left: 0;
  content: counter(number) ".";
}
.listNum .cancelIndent {
  margin-left: -1.5em;
}

.listSquare > li {
  position: relative;
  padding-left: 20px;
}
.listSquare > li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "◆";
}
.listSquare .cancelIndent {
  margin-left: -20px;
}

.textRed {
  color: #e20000;
}

.alert {
  font-size: 13px;
  font-weight: bold;
  padding: 10px 12px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 3px;
}
.alert.alert-danger, .alert.alert-warning {
  color: #d50002;
  background: rgba(213, 0, 2, 0.2);
  border-color: #d50002;
}
.alert.alert-success {
  color: #5cb85c;
  background: rgba(92, 184, 92, 0.2);
  border-color: #5cb85c;
}

@media only screen and (max-width: 736px) {
  html.searchNav-open {
    overflow: hidden;
  }
  html.searchNav-open .searchNav {
    display: block;
  }
}
/*----------------------------------------------------
	#header
----------------------------------------------------*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 996;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  font-size: 12px;
}
@media only screen and (max-width: 736px) {
  #header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#header .logiGlobalHeader-utility {
  background: #049de4;
  padding: 3px 0;
}
@media only screen and (max-width: 736px) {
  #header .logiGlobalHeader-utility {
    font-size: 11px;
  }
}
#header .logiGlobalHeader-utility .logiInner, #header .logiGlobalHeader-utility .slideLogi .heading, .slideLogi #header .logiGlobalHeader-utility .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 736px) {
  #header .logiGlobalHeader-utility .logiInner, #header .logiGlobalHeader-utility .slideLogi .heading, .slideLogi #header .logiGlobalHeader-utility .heading {
    -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
    width: 100%;
  }
}
#header .logiGlobalHeader-utility .logiInner .logiGlobalNav-user, #header .logiGlobalHeader-utility .slideLogi .heading .logiGlobalNav-user, .slideLogi #header .logiGlobalHeader-utility .heading .logiGlobalNav-user {
  color: #fff;
  margin-right: 14px;
}
#header .logiGlobalHeader-utility .logiInner .logiGlobalNav-user a, #header .logiGlobalHeader-utility .slideLogi .heading .logiGlobalNav-user a, .slideLogi #header .logiGlobalHeader-utility .heading .logiGlobalNav-user a {
  color: #fff;
}
#header .logiGlobalHeader-utility .logiInner .logiGlobalNav-user li, #header .logiGlobalHeader-utility .slideLogi .heading .logiGlobalNav-user li, .slideLogi #header .logiGlobalHeader-utility .heading .logiGlobalNav-user li {
  position: relative;
  margin-left: 0;
}
@media only screen and (max-width: 736px) {
  #header .logiGlobalHeader-utility .logiInner .logiGlobalNav-user li, #header .logiGlobalHeader-utility .slideLogi .heading .logiGlobalNav-user li, .slideLogi #header .logiGlobalHeader-utility .heading .logiGlobalNav-user li {
    padding: 0;
    margin: 0;
  }
  #header .logiGlobalHeader-utility .logiInner .logiGlobalNav-user li:before, #header .logiGlobalHeader-utility .slideLogi .heading .logiGlobalNav-user li:before, .slideLogi #header .logiGlobalHeader-utility .heading .logiGlobalNav-user li:before {
    display: none;
  }
}
#header .logiGlobalHeader-utility .logiInner ul, #header .logiGlobalHeader-utility .slideLogi .heading ul, .slideLogi #header .logiGlobalHeader-utility .heading ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 736px) {
  #header .logiGlobalHeader-utility .logiInner ul, #header .logiGlobalHeader-utility .slideLogi .heading ul, .slideLogi #header .logiGlobalHeader-utility .heading ul {
    margin-left: auto;
  }
  #header .logiGlobalHeader-utility .logiInner ul.logiGlobalNav-user, #header .logiGlobalHeader-utility .slideLogi .heading ul.logiGlobalNav-user, .slideLogi #header .logiGlobalHeader-utility .heading ul.logiGlobalNav-user {
    display: none;
  }
  #header .logiGlobalHeader-utility .logiInner ul.logiGlobalNav-user + ul, #header .logiGlobalHeader-utility .slideLogi .heading ul.logiGlobalNav-user + ul, .slideLogi #header .logiGlobalHeader-utility .heading ul.logiGlobalNav-user + ul {
    margin-left: auto;
    width: 100%;
  }
}
#header .logiGlobalHeader-utility .logiInner ul li, #header .logiGlobalHeader-utility .slideLogi .heading ul li, .slideLogi #header .logiGlobalHeader-utility .heading ul li {
  margin-left: 3px;
  position: relative;
}
@media only screen and (max-width: 736px) {
  #header .logiGlobalHeader-utility .logiInner ul li.logiGlobalNav-user-longText, #header .logiGlobalHeader-utility .slideLogi .heading ul li.logiGlobalNav-user-longText, .slideLogi #header .logiGlobalHeader-utility .heading ul li.logiGlobalNav-user-longText {
    margin-left: 0;
    margin-right: auto;
  }
}
#header .logiGlobalHeader-utility .logiInner ul li a, #header .logiGlobalHeader-utility .slideLogi .heading ul li a, .slideLogi #header .logiGlobalHeader-utility .heading ul li a {
  display: block;
  padding-left: 32px;
}
#header .logiGlobalHeader-utility .logiInner ul li a.admin, #header .logiGlobalHeader-utility .slideLogi .heading ul li a.admin, .slideLogi #header .logiGlobalHeader-utility .heading ul li a.admin {
  background: url("../images/icon_geer.png") no-repeat center left 7px;
}
#header .logiGlobalHeader-utility .logiInner ul li a.saveResult, #header .logiGlobalHeader-utility .slideLogi .heading ul li a.saveResult, .slideLogi #header .logiGlobalHeader-utility .heading ul li a.saveResult {
  background: url("../images/icon_folder.png") no-repeat center left 7px;
  color: #fff;
}
@media only screen and (max-width: 736px) {
  #header .logiGlobalHeader-utility .logiInner ul li a, #header .logiGlobalHeader-utility .slideLogi .heading ul li a, .slideLogi #header .logiGlobalHeader-utility .heading ul li a {
    padding-left: 24px;
  }
  #header .logiGlobalHeader-utility .logiInner ul li a.saveResult, #header .logiGlobalHeader-utility .slideLogi .heading ul li a.saveResult, .slideLogi #header .logiGlobalHeader-utility .heading ul li a.saveResult {
    padding-left: 20px;
    background-size: 14px auto;
    background-position: center left;
  }
  #header .logiGlobalHeader-utility .logiInner ul li a.favorite, #header .logiGlobalHeader-utility .slideLogi .heading ul li a.favorite, .slideLogi #header .logiGlobalHeader-utility .heading ul li a.favorite {
    display: block;
    background: #016898 url(../images/icon_favorite.png) no-repeat 11px 50%;
    border-radius: 15px;
    color: #fff;
    height: 26px;
    margin: 0 3px 0 0;
    padding: 0 3px 0 22px;
    background-size: 12px auto;
    background-position: 7px 50%;
    line-height: 26px;
    white-space: nowrap;
  }
  #header .logiGlobalHeader-utility .logiInner ul li a.favorite .favorite-num, #header .logiGlobalHeader-utility .slideLogi .heading ul li a.favorite .favorite-num, .slideLogi #header .logiGlobalHeader-utility .heading ul li a.favorite .favorite-num {
    position: relative;
    display: inline-block;
    margin-left: 5px;
    padding: 3px 0;
    background: #00a2ee;
    border-radius: 14px;
    font-weight: bold;
    text-align: center;
    width: 25px;
    height: 18px;
    font-size: 10px;
    line-height: 12px;
  }
}
#header .logiGlobalHeader-utility .logiInner .btn, #header .logiGlobalHeader-utility .slideLogi .heading .btn, .slideLogi #header .logiGlobalHeader-utility .heading .btn {
  border-radius: 3px;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  height: 30px;
  text-align: center;
  padding: 6px 12px;
  vertical-align: middle;
  width: 120px;
}
#header .logiGlobalHeader-utility .logiInner .btn-register, #header .logiGlobalHeader-utility .slideLogi .heading .btn-register, .slideLogi #header .logiGlobalHeader-utility .heading .btn-register,
#header .logiGlobalHeader-utility .logiInner .btn-mypage,
#header .logiGlobalHeader-utility .slideLogi .heading .btn-mypage,
.slideLogi #header .logiGlobalHeader-utility .heading .btn-mypage {
  background: #fff;
  color: #008ecf;
}
#header .logiGlobalHeader-utility .logiInner .btn-register:hover, #header .logiGlobalHeader-utility .slideLogi .heading .btn-register:hover, .slideLogi #header .logiGlobalHeader-utility .heading .btn-register:hover,
#header .logiGlobalHeader-utility .logiInner .btn-mypage:hover,
#header .logiGlobalHeader-utility .slideLogi .heading .btn-mypage:hover,
.slideLogi #header .logiGlobalHeader-utility .heading .btn-mypage:hover {
  background: rgba(255, 255, 255, 0.8);
}
#header .logiGlobalHeader-utility .logiInner .btn-login, #header .logiGlobalHeader-utility .slideLogi .heading .btn-login, .slideLogi #header .logiGlobalHeader-utility .heading .btn-login,
#header .logiGlobalHeader-utility .logiInner .btn-logout,
#header .logiGlobalHeader-utility .slideLogi .heading .btn-logout,
.slideLogi #header .logiGlobalHeader-utility .heading .btn-logout {
  background: #016898;
  color: #fff;
}
#header .logiGlobalHeader-utility .logiInner .btn-login:hover, #header .logiGlobalHeader-utility .slideLogi .heading .btn-login:hover, .slideLogi #header .logiGlobalHeader-utility .heading .btn-login:hover,
#header .logiGlobalHeader-utility .logiInner .btn-logout:hover,
#header .logiGlobalHeader-utility .slideLogi .heading .btn-logout:hover,
.slideLogi #header .logiGlobalHeader-utility .heading .btn-logout:hover {
  background: #004b6e;
}
@media only screen and (max-width: 736px) {
  #header .logiGlobalHeader-utility {
    padding: 5px 5px 5px 10px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #header .logiGlobalHeader-utility .logiInner .btn, #header .logiGlobalHeader-utility .slideLogi .heading .btn, .slideLogi #header .logiGlobalHeader-utility .heading .btn {
    font-size: 11px;
    padding: 5px;
    width: auto;
    min-width: 75px;
    height: 26px;
  }
}
#header .logiGlobalHeader-main {
  background: #fff;
  border-bottom: 1px solid #e1e3e6;
  font-size: 14px;
}
#header .logiGlobalHeader-main .logiInner, #header .logiGlobalHeader-main .slideLogi .heading, .slideLogi #header .logiGlobalHeader-main .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#header .logiGlobalHeader-main .logo {
  padding: 5px 0;
}
.logined #header .logiGlobalHeader-main .logo {
  padding-top: 14px;
}
#header .logiGlobalHeader-main .logo h1, #header .logiGlobalHeader-main .logo p {
  font-size: 11px;
  margin-bottom: 3px;
}
#header .logiGlobalHeader-main .logo a:hover {
  opacity: .6;
}
#header .logiGlobalHeader-main .nav-sp {
  display: none;
}
@media only screen and (max-width: 736px) {
  #header .logiGlobalHeader-main {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    border-bottom: none;
  }
  #header .logiGlobalHeader-main .logiInner, #header .logiGlobalHeader-main .slideLogi .heading, .slideLogi #header .logiGlobalHeader-main .heading {
    width: 100%;
    padding: 0 0 0 10px;
  }
  .logined #header .logiGlobalHeader-main .logo {
    padding-top: 5px;
    padding-right: 8px;
  }
  #header .logiGlobalHeader-main .logo h1, #header .logiGlobalHeader-main .logo p {
    font-size: 9px;
  }
  #header .logiGlobalHeader-main .logo img {
    width: 120px;
    height: auto;
  }
  #header .logiGlobalHeader-main .logo img.logo_premium {
    width: 180px;
  }
  #header .logiGlobalHeader-main .nav-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    line-height: 1.2;
  }
  #header .logiGlobalHeader-main .logiGlobalNav-contact {
    display: block;
    color: #505050;
    border-left: 1px solid #e1e3e6;
    width: 55px;
    height: 54px;
    padding: 27px 2px 2px;
    line-height: 1.2;
    font-size: 10px;
    text-align: center;
  }
  #header .logiGlobalHeader-main .logiGlobalNav-contact.logiGlobalNav-contact-mail {
    background: #fff url("../images/icon_contact_mail.png") no-repeat center 10px;
    background-size: 20px auto;
  }
  #header .logiGlobalHeader-main .logiGlobalNav-contact.logiGlobalNav-contact-tel {
    background: #fff url("../images/icon_contact_tel_sp.png") no-repeat center 2px;
    background-size: 26px auto;
  }
  #header .logiGlobalHeader-main #menu-btn {
    color: #505050;
    background: #fff url("../images/icon_menu.png") no-repeat center 12px;
    background-size: 25px auto;
    border-left: 1px solid #e1e3e6;
    width: 55px;
    height: 54px;
    padding: 35px 2px 2px;
    font-size: 10px;
    text-align: center;
  }
}
#header .logiGlobalNav {
  margin-left: auto;
}
#header .logiGlobalNav .logiGlobalNav-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .logiGlobalNav .logiGlobalNav-main li {
  border-left: 1px solid #ddd8d2;
}
#header .logiGlobalNav .logiGlobalNav-main li:last-of-type {
  border-right: 1px solid #ddd8d2;
}
@media only screen and (max-width: 736px) {
  #header .logiGlobalNav .logiGlobalNav-main li:last-of-type {
    border-right: none;
  }
}
#header .logiGlobalNav .logiGlobalNav-main li.logiGlobalNav-contact {
  width: 200px;
}
#header .logiGlobalNav .logiGlobalNav-main li.logiGlobalNav-contact a {
  background-color: #f9f8ef;
  color: #000;
}
#header .logiGlobalNav .logiGlobalNav-main li.logiGlobalNav-contact a span {
  display: inline-block;
  position: relative;
  padding-right: 12px;
}
#header .logiGlobalNav .logiGlobalNav-main li.logiGlobalNav-contact a span:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
}
#header .logiGlobalNav .logiGlobalNav-main li.logiGlobalNav-contact a:hover {
  background: #fd9321;
  color: #fff;
}
.logined #header .logiGlobalNav .logiGlobalNav-main li.logiGlobalNav-contact {
  width: 120px;
  font-size: 12px;
}
.logined #header .logiGlobalNav .logiGlobalNav-main li.logiGlobalNav-contact a {
  padding: 60px 0 0;
  height: 88px;
  line-height: 1;
}
.logined #header .logiGlobalNav .logiGlobalNav-main li.logiGlobalNav-contact a span {
  padding: 0;
}
.logined #header .logiGlobalNav .logiGlobalNav-main li.logiGlobalNav-contact a span:before {
  margin-top: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, -90%, 0);
          transform: translate3d(-50%, -90%, 0);
  top: -15px;
}
#header .logiGlobalNav .logiGlobalNav-main li a {
  display: block;
  font-weight: bold;
  height: 68px;
  line-height: 68px;
  text-align: center;
}
#header .logiGlobalNav .logiGlobalNav-main li:not(.logiGlobalNav-contact) {
  border-left-width: 2px;
}
#header .logiGlobalNav .logiGlobalNav-main li:not(.logiGlobalNav-contact) > a {
  padding-left: 24px;
  padding-right: 24px;
  color: #505050;
  height: auto;
  line-height: inherit;
}
.logined #header .logiGlobalNav .logiGlobalNav-main li:not(.logiGlobalNav-contact) > a {
  padding-left: 15px;
  padding-right: 16px;
}
#header .logiGlobalNav .logiGlobalNav-main li:not(.logiGlobalNav-contact) > a span {
  display: inline-block;
  position: relative;
  padding-left: 22px;
}
#header .logiGlobalNav .logiGlobalNav-main li:not(.logiGlobalNav-contact) > a span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
}
@media only screen and (min-width: 737px) {
  #header .logiGlobalNav .logiGlobalNav-main li:not(.logiGlobalNav-contact) > a:hover {
    color: #008cce;
  }
  #header .logiGlobalNav .logiGlobalNav-main li:not(.logiGlobalNav-contact) > a:hover span:after {
    background: #00a2ee;
    display: block;
    content: "";
    height: 2px;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
  }
}
@media only screen and (max-width: 736px) {
  #header .logiGlobalNav .logiGlobalNav-main li:not(.logiGlobalNav-contact):not(.logiMypageBtn) > a {
    background: #fff url("../images/icon_arrow_blue.png") no-repeat center right 10px;
    background-size: auto 12px;
    text-align: left;
    font-weight: normal;
    border-top: 1px solid #ececec;
    padding: 10px 28px 10px 25px;
  }
  #header .logiGlobalNav .logiGlobalNav-main li:not(.logiGlobalNav-contact):not(.logiMypageBtn) > a span:not(.condition-num, .favorite-num, .viewPc) {
    padding-left: 0 !important;
  }
  #header .logiGlobalNav .logiGlobalNav-main li:not(.logiGlobalNav-contact):not(.logiMypageBtn) > a span:not(.condition-num, .favorite-num, .viewPc):before {
    display: none;
  }
  #header .logiGlobalNav .logiGlobalNav-main li:not(.logiGlobalNav-contact).logiMypageBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 10px;
  }
  #header .logiGlobalNav .logiGlobalNav-main li:not(.logiGlobalNav-contact).logiMypageBtn .btn {
    border-radius: 3px;
    padding: 6px 12px;
    font-size: 11px;
    margin-left: 7px;
    min-width: 75px;
    line-height: 1.2;
    font-weight: normal;
  }
  #header .logiGlobalNav .logiGlobalNav-main li:not(.logiGlobalNav-contact).logiMypageBtn .btn-admin {
    border: 1px solid #c9cdd6;
    background: #fff url("../images/icon_geer_blue.png") no-repeat 10px 50%;
    background-size: 12px auto;
    padding-left: 28px;
    padding-right: 14px;
  }
  #header .logiGlobalNav .logiGlobalNav-main li:not(.logiGlobalNav-contact).logiMypageBtn .btn-logout {
    background: #016898;
    color: #fff;
  }
}
#header .logiGlobalNav .logiGlobalNav-main li.logiGlobalNav-search {
  border-left: none;
}
#header .logiGlobalNav .logiGlobalNav-main li.logiGlobalNav-search > a span {
  padding-left: 32px;
}
#header .logiGlobalNav .logiGlobalNav-main li.logiGlobalNav-search > a span:before {
  width: 24px;
  height: 20px;
  background: url("../images/icon_warehouse.png") no-repeat center;
}
#header .logiGlobalNav .logiGlobalNav-main li.logiGlobalNav-search > a:hover span:before {
  background: url("../images/icon_warehouse_active.png") no-repeat center;
}
#header .logiGlobalNav .logiGlobalNav-main li.logiGlobalNav-report > a span:not(.viewPc) {
  padding-left: 30px;
}
#header .logiGlobalNav .logiGlobalNav-main li.logiGlobalNav-report > a span:not(.viewPc):before {
  width: 24px;
  height: 20px;
  background: url("../images/icon_report.png") no-repeat center;
}
#header .logiGlobalNav .logiGlobalNav-main li.logiGlobalNav-report > a .viewPc {
  font-size: 10px;
  color: #a5aebd;
  border-radius: 3px;
  border: 1px solid #a5aebd;
  padding: 3px 3px 3px 22px !important;
  display: inline-block;
  background: url("../images/icon_pc.png") left 4px center no-repeat;
  background-size: auto 13px;
  margin-left: 8px;
  position: relative;
  float: right;
}
#header .logiGlobalNav .logiGlobalNav-main li.logiGlobalNav-report > a .viewPc:before, #header .logiGlobalNav .logiGlobalNav-main li.logiGlobalNav-report > a .viewPc:after {
  display: none !important;
}
#header .logiGlobalNav .logiGlobalNav-main li.logiGlobalNav-report > a:hover span:before {
  background: url("../images/icon_report_active.png") no-repeat center;
}
@media only screen and (max-width: 736px) {
  #header .logiGlobalNav .logiGlobalNav-main li.logiGlobalNav-report > a {
    position: relative;
    overflow: hidden;
  }
  #header .logiGlobalNav .logiGlobalNav-main li.logiGlobalNav-report > a span {
    display: inline-block;
  }
}
#header .logiGlobalNav .logiGlobalNav-main li.logiGlobalNav-root > a {
  position: relative;
}
#header .logiGlobalNav .logiGlobalNav-main li.logiGlobalNav-root > a span {
  padding-left: 28px;
}
#header .logiGlobalNav .logiGlobalNav-main li.logiGlobalNav-root > a span:before {
  width: 20px;
  height: 20px;
  background: url("../images/icon_reserve.png") no-repeat left center;
}
#header .logiGlobalNav .logiGlobalNav-main li.logiGlobalNav-root > a .condition-num {
  padding: 0 3px;
  background-image: none;
  display: inline-block;
  background: #e30000;
  color: #fff;
  border-radius: 17px;
  font-weight: normal;
  white-space: nowrap;
  font-size: 11px;
  letter-spacing: 0;
  min-width: 17px;
  height: 17px;
  line-height: 17px;
  text-align: center;
  position: absolute;
  right: 6px;
  top: -10px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#header .logiGlobalNav .logiGlobalNav-main li.logiGlobalNav-root > a .condition-num:before, #header .logiGlobalNav .logiGlobalNav-main li.logiGlobalNav-root > a .condition-num:after {
  display: none !important;
}
@media only screen and (max-width: 736px) {
  #header .logiGlobalNav .logiGlobalNav-main li.logiGlobalNav-root > a .condition-num {
    position: relative;
    top: auto;
    float: right;
  }
}
#header .logiGlobalNav .logiGlobalNav-main li.logiGlobalNav-root > a:hover span:before {
  background: url("../images/icon_reserve_active.png") no-repeat left center;
}
#header .logiGlobalNav .logiGlobalNav-main li.logiGlobalNav-diagnosis > a {
  position: relative;
}
#header .logiGlobalNav .logiGlobalNav-main li.logiGlobalNav-diagnosis > a span {
  padding-left: 27px;
}
#header .logiGlobalNav .logiGlobalNav-main li.logiGlobalNav-diagnosis > a span:before {
  width: 20px;
  height: 20px;
  background: url("../images/icon_star.png") no-repeat left center;
}
#header .logiGlobalNav .logiGlobalNav-main li.logiGlobalNav-diagnosis > a .favorite-num {
  padding: 0 3px;
  background-image: none;
  display: inline-block;
  background: #e30000;
  color: #fff;
  border-radius: 17px;
  font-weight: normal;
  white-space: nowrap;
  font-size: 11px;
  letter-spacing: 0;
  min-width: 17px;
  height: 17px;
  line-height: 17px;
  text-align: center;
  position: absolute;
  right: 6px;
  top: -10px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#header .logiGlobalNav .logiGlobalNav-main li.logiGlobalNav-diagnosis > a .favorite-num:before, #header .logiGlobalNav .logiGlobalNav-main li.logiGlobalNav-diagnosis > a .favorite-num:after {
  display: none !important;
}
@media only screen and (max-width: 736px) {
  #header .logiGlobalNav .logiGlobalNav-main li.logiGlobalNav-diagnosis > a .favorite-num {
    position: relative;
    top: auto;
    float: right;
  }
}
#header .logiGlobalNav .logiGlobalNav-main li.logiGlobalNav-diagnosis > a:hover span:before {
  background: url("../images/icon_star_active.png") no-repeat left center;
}
#header .logiGlobalNav .logiGlobalNav-main li.logiGlobalNav-contact-tel a span {
  padding-left: 45px;
}
#header .logiGlobalNav .logiGlobalNav-main li.logiGlobalNav-contact-tel a span:before {
  width: 40px;
  height: 40px;
  background: url("../images/icon_contact_tel.png") no-repeat center;
  margin-top: -20px;
}
#header .logiGlobalNav .logiGlobalNav-main li.logiGlobalNav-contact-tel a:hover span:before {
  background: url("../images/icon_contact_tel_active.png") no-repeat center;
}
#header .logiGlobalNav .logiGlobalNav-main li.logiGlobalNav-contact-mail a span {
  padding-left: 40px;
}
#header .logiGlobalNav .logiGlobalNav-main li.logiGlobalNav-contact-mail a span:before {
  width: 30px;
  height: 30px;
  background: url("../images/icon_contact_mail.png") no-repeat center;
  margin-top: -15px;
}
#header .logiGlobalNav .logiGlobalNav-main li.logiGlobalNav-contact-mail a:hover span:before {
  background: url("../images/icon_contact_mail_active.png") no-repeat center;
}
#header .logiGlobalNav .logiGlobalNav-main li .logiGlobalNav-sp {
  display: none;
}
@media only screen and (max-width: 736px) {
  #header .logiGlobalNav {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    z-index: 50001;
  }
  #header .logiGlobalNav:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 18px;
    display: block;
    width: 19px;
    height: 19px;
    background: url("../images/icon_close.png") no-repeat center;
    background-size: contain;
  }
  #header .logiGlobalNav .logiGlobalNav-overlay {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
  }
  #header .logiGlobalNav.open {
    display: block;
  }
  #header .logiGlobalNav .logiGlobalNav-main {
    position: absolute;
    display: block;
    right: -100vw;
    width: calc(100vw - 54px);
    height: 100vh;
    background: #f3f3f3;
  }
  #header .logiGlobalNav .logiGlobalNav-main li {
    border-left: 0;
  }
  #header .logiGlobalNav .logiGlobalNav-main li.userName {
    background: #049de4;
    padding: 10px;
    color: #fff;
  }
  #header .logiGlobalNav .logiGlobalNav-main li.logiGlobalNav-contact {
    display: none;
  }
  #header .logiGlobalNav .logiGlobalNav-main li.logiGlobalNav-search > a {
    background: #e8e8e8 !important;
    text-align: left;
    height: auto;
    line-height: 1.2;
    padding: 10px !important;
    pointer-events: none;
  }
  #header .logiGlobalNav .logiGlobalNav-main li.logiGlobalNav-search > a span {
    padding: 0;
    font-weight: bold;
  }
  #header .logiGlobalNav .logiGlobalNav-main li.logiGlobalNav-search > a span:before {
    content: none;
  }
  #header .logiGlobalNav .logiGlobalNav-main li .logiGlobalNav-sp {
    display: block;
  }
  #header .logiGlobalNav .logiGlobalNav-main li .logiGlobalNav-sp a {
    background: #fff url("../images/icon_arrow_blue.png") no-repeat center right 10px;
    background-size: auto 12px;
    border-top: 1px solid #ececec;
    height: auto;
    font-weight: normal;
    padding: 10px 10px 10px 25px;
    line-height: 1.2;
    text-align: left;
  }
  #header .logiGlobalNav .logiGlobalNav-main li .logiGlobalNav-sp a span {
    padding-left: 0;
  }
  #header .logiGlobalNav .logiGlobalNav-main li .logiGlobalNav-sp a:hover {
    color: #505050;
  }
  #header .logiGlobalNav .logiGlobalNav-main li .logiGlobalNav-sp a:hover span:after {
    display: none;
  }
}

.guestBalloon {
  position: absolute;
  top: 45px;
  display: block;
  max-width: 220px;
  width: 220px;
  margin-left: -100px;
  padding: 10px;
  border: 1px solid #d4d3d3;
  font-size: 12px;
  background: #fff;
  color: #333;
  z-index: 1;
}
.guestBalloon:before {
  display: block;
  content: "";
  position: absolute;
  top: -6px;
  left: 75%;
  width: 10px;
  height: 10px;
  border-top: 1px solid #d4d3d3;
  border-left: 1px solid #d4d3d3;
  background: #fff;
  -webkit-transform: translate3d(-50%, 0, 0) rotate(45deg);
          transform: translate3d(-50%, 0, 0) rotate(45deg);
}
.guestBalloon p {
  font-size: 12px;
  margin: 0 0 10px;
}
.guestBalloon .guestBalloon-title {
  font-weight: bold;
}
.guestBalloon .guestBalloon-close {
  position: relative;
  width: 5.7em;
  margin: 0 auto;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -2px 0 #ccc;
          box-shadow: inset 0 -2px 0 #ccc;
  color: #333 !important;
  padding: 4px 0 5px 24px;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  cursor: pointer;
}
.guestBalloon .guestBalloon-close:hover {
  opacity: .6;
}
.guestBalloon .guestBalloon-close:before, .guestBalloon .guestBalloon-close:after {
  position: absolute;
  top: 11px;
  left: 6px;
  display: block;
  content: "";
  background: #555;
  width: 13px;
  height: 2px;
}
.guestBalloon .guestBalloon-close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.guestBalloon .guestBalloon-close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*----------------------------------------------------
	breadcumbs
----------------------------------------------------*/
.breadcumbs {
  background: #f7f7f7;
  font-size: 12px;
  line-height: 1;
  padding: 12px 0;
  margin-bottom: 40px;
}
@media only screen and (max-width: 736px) {
  .breadcumbs {
    display: none;
  }
}
.breadcumbs .logiInner, .breadcumbs .slideLogi .heading, .slideLogi .breadcumbs .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.breadcumbs .logiInner li, .breadcumbs .slideLogi .heading li, .slideLogi .breadcumbs .heading li {
  white-space: nowrap;
}
.breadcumbs .logiInner li:not(:first-child), .breadcumbs .slideLogi .heading li:not(:first-child), .slideLogi .breadcumbs .heading li:not(:first-child) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.breadcumbs .logiInner li:not(:first-child):before, .breadcumbs .slideLogi .heading li:not(:first-child):before, .slideLogi .breadcumbs .heading li:not(:first-child):before {
  content: ">";
  margin: 0 .5em;
}
.breadcumbs .logiInner li a, .breadcumbs .slideLogi .heading li a, .slideLogi .breadcumbs .heading li a {
  color: #008cce;
  text-decoration: underline;
}
.breadcumbs .logiInner li a:hover, .breadcumbs .slideLogi .heading li a:hover, .slideLogi .breadcumbs .heading li a:hover {
  text-decoration: none;
}
.breadcumbs .logiInner li:last-child, .breadcumbs .slideLogi .heading li:last-child, .slideLogi .breadcumbs .heading li:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
.breadcumbs .logiInner li:last-child span, .breadcumbs .slideLogi .heading li:last-child span, .slideLogi .breadcumbs .heading li:last-child span {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*----------------------------------------------------
	pagination
----------------------------------------------------*/
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 20px;
}
.pagination .pagination-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pagination a {
  font-size: 12px;
  display: block;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  border: 1px solid #ccc;
  color: #333;
  text-decoration: none;
  margin-left: 2px;
  border-radius: 3px;
}
.pagination a:hover {
  opacity: .6;
}
.pagination a.selected {
  background: #7a7a7a;
  border-color: #7a7a7a;
  color: #fff;
}
.pagination a span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.pagination a span:before {
  background: url("../images/icon_pagination.png") no-repeat;
  background-size: 12px auto;
  content: "";
  display: block;
  height: 11px;
  position: absolute;
  width: 12px;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -6px;
}
.pagination a span.prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.pagination a span.prev:before {
  background-position: 3px -11px;
}
.pagination a span.prevAll {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.pagination a span.prevAll:before {
  background-position: 0 0;
}
.pagination a span.next:before {
  background-position: 3px -11px;
}
.pagination a span.nextAll:before {
  background-position: 0 0;
}

/*----------------------------------------------------
	物流・倉庫に関する お役立ち情報
----------------------------------------------------*/
#articleInfo .heading {
  font-size: 18px;
  border-bottom: 2px solid #ddd;
  font-weight: bold;
  color: #29323d;
  margin-top: 40px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#articleInfo .articleInfo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -12px;
}
#articleInfo .articleInfo {
  border: 1px solid #e1e3e6;
  width: calc( 33.3% - 24px);
  margin: 24px 12px 0;
  background: #f9f9f9;
}
#articleInfo .articleInfo.forums .articleInfo-icon {
  border-color: #00a2ee;
}
#articleInfo .articleInfo.sneakpreviews .articleInfo-icon {
  border-color: #18bed7;
}
#articleInfo .articleInfo.release .articleInfo-icon {
  border-color: #f28f8f;
}
#articleInfo .articleInfo.columns .articleInfo-icon {
  border-color: #ecc304;
}
#articleInfo .articleInfo.interviews .articleInfo-icon {
  border-color: #8ac828;
}
#articleInfo .articleInfo.other_events .articleInfo-icon {
  border-color: #f28f8f;
}
#articleInfo .articleInfo.development .articleInfo-icon {
  border-color: #5681c3;
}
#articleInfo .articleInfo-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  padding: 0 24px 0 100px;
  height: 90px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#articleInfo .articleInfo-inner a {
  color: #333;
}
#articleInfo .articleInfo-inner:hover {
  opacity: .6;
}
#articleInfo .articleInfo-inner:after {
  position: absolute;
  left: -1px;
  bottom: 0;
  display: block;
  content: "";
  width: calc(100% + 2px);
  height: 6px;
}
#articleInfo .articleInfo-inner .articleInfo-icon {
  position: absolute;
  border-bottom: 4px solid;
  background: #f9f9f9;
  left: 0;
  top: 0;
  bottom: 0;
  width: 88px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
#articleInfo .articleInfo-inner .articleInfo-category {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
#articleInfo .articleInfo-inner .articleInfo-category:after {
  content: "";
  background: url(../images/icon_arrow_gray.png) no-repeat center;
  width: 11px;
  height: 20px;
  position: absolute;
  display: block;
  right: 10px;
  top: 50%;
  margin-top: -12px;
}
#articleInfo .articleInfo-inner .articleInfo-category a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 736px) {
  #articleInfo > .heading {
    font-size: 21px;
  }
  #articleInfo .articleInfo-wrap {
    margin: 0 -3px;
  }
  #articleInfo .articleInfo {
    width: calc(50% - 6px);
    margin: 0 3px 6px;
  }
  #articleInfo .articleInfo-inner {
    padding: 0 0 0 46px;
    height: 46px;
  }
  #articleInfo .articleInfo-inner .articleInfo-icon {
    width: 46px;
    border-width: 3px;
  }
  #articleInfo .articleInfo-inner .articleInfo-icon img {
    width: 25px;
    height: auto;
  }
  #articleInfo .articleInfo-inner .articleInfo-category {
    font-size: 12px;
    margin-bottom: 0;
    padding: .5em .8em;
  }
  #articleInfo .articleInfo-inner .articleInfo-category:after {
    content: "";
    background: url(../images/icon_arrow_gray.png) no-repeat center;
    background-size: contain;
    width: 10px;
    height: 10px;
    right: 4px;
    margin-top: -5px;
  }
  #articleInfo .articleInfo-inner p {
    display: none;
  }
}

/*----------------------------------------------------
	物件スライド
----------------------------------------------------*/
.slideLogi .heading {
  font-size: 18px;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 30px;
  border-bottom: 2px solid #ddd;
}
.slideLogi .slide02 {
  padding-bottom: 20px;
}
@media only screen and (max-width: 736px) {
  .slideLogi .slide02 {
    padding-bottom: 0;
  }
}
.slideLogi .slide02 .slick-arrow {
  display: block;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  height: 100%;
  overflow: visible;
  position: absolute;
  top: 0;
  width: calc((100% - 1200px)*.5);
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 100;
}
.slideLogi .slide02 .slick-arrow:before {
  content: "";
  display: block;
  background: url("../images/icon_arrow_white.png") #7a7a7a no-repeat center;
  background-size: 9px 15px;
  height: 35px;
  width: 35px;
  position: absolute;
  top: 145px;
}
.slideLogi .slide02 .slick-arrow.slick-next {
  right: 0 !important;
}
.slideLogi .slide02 .slick-arrow.slick-next:before {
  left: -4px;
}
.slideLogi .slide02 .slick-arrow.slick-prev {
  left: 0 !important;
}
.slideLogi .slide02 .slick-arrow.slick-prev:before {
  right: -4px;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
@media only screen and (max-width: 736px) {
  .slideLogi .slide02 .slick-arrow {
    background: transparent;
    width: 27px;
    height: 27px;
    top: 12vw;
  }
  .slideLogi .slide02 .slick-arrow:before {
    height: 27px;
    width: 27px;
    background-size: 8px auto;
    top: 0;
    right: 0;
    left: 0 !important;
  }
}
.slideLogi .slick-list {
  overflow: hidden;
  padding: 0 calc((100% - 1200px)*.5);
}
@media only screen and (max-width: 736px) {
  .slideLogi .slick-list {
    padding: 0;
  }
}
.slideLogi .slick-list .item a {
  display: block;
  margin: 0 4px;
  position: relative;
  height: 100%;
  text-decoration: none !important;
  color: #333;
  min-height: 300px;
}
.slideLogi .slick-list .item a:hover {
  background: #ececec;
}
.slideLogi .slick-list .item a:hover img {
  opacity: .6;
}
@media only screen and (max-width: 736px) {
  .slideLogi .slick-list .item a {
    min-height: 200px;
  }
}
.slideLogi .slick-list .item figure {
  display: block;
  position: relative;
  padding-top: 61.85567%;
}
.slideLogi .slick-list .item figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: 'object-fit: cover;';
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.slideLogi .slick-list .item .text {
  padding: 16px 10px;
}
.slideLogi .slick-list .item .text .name {
  font-size: 18px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
}
.slideLogi .slick-list .item .text dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.slideLogi .slick-list .item .text dl dt {
  color: #0b3f75;
  width: 22%;
  font-weight: bold;
}
.slideLogi .slick-list .item .text dl dd {
  width: 78%;
}
@media only screen and (max-width: 736px) {
  .slideLogi .slick-list .item .text {
    padding: 8px 6px;
  }
  .slideLogi .slick-list .item .text .name {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .slideLogi .slick-list .item .text dl {
    font-size: 10px;
  }
  .slideLogi .slick-list .item .text dl dt {
    width: 28%;
    margin-bottom: 5px;
  }
  .slideLogi .slick-list .item .text dl dd {
    width: 72%;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 736px) {
  .slideLogi .heading {
    font-size: 16px;
    padding-bottom: 6px;
    margin-bottom: 18px;
  }
}

/*----------------------------------------------------
	ロジスクエアで物件をお探しの方へ
----------------------------------------------------*/
#newsContact {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 736px) {
  #newsContact {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
#newsContact .logiInner, #newsContact .slideLogi .heading, .slideLogi #newsContact .heading {
  border: 5px solid #ebebeb;
  border-top: 0;
}
#newsContact .logiInner .heading, #newsContact .slideLogi .heading .heading, .slideLogi #newsContact .heading .heading {
  font-weight: bold;
  background: #ebebeb;
  text-align: center;
  font-size: 20px;
  line-height: 1;
  padding: 20px 20px 19px;
}
#newsContact .logiInner .contact-wrap, #newsContact .slideLogi .heading .contact-wrap, .slideLogi #newsContact .heading .contact-wrap {
  padding: 30px;
  text-align: center;
}
#newsContact .logiInner .contact-wrap .text, #newsContact .slideLogi .heading .contact-wrap .text, .slideLogi #newsContact .heading .contact-wrap .text {
  margin-bottom: 32px;
  line-height: 1.8;
}
#newsContact .logiInner .contact-btns, #newsContact .slideLogi .heading .contact-btns, .slideLogi #newsContact .heading .contact-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
#newsContact .logiInner .contact-btns .btn, #newsContact .slideLogi .heading .contact-btns .btn, .slideLogi #newsContact .heading .contact-btns .btn {
  border-radius: 4px;
  line-height: 1;
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding: 20px 20px 22px;
}
#newsContact .logiInner .contact-btns .btn:hover, #newsContact .slideLogi .heading .contact-btns .btn:hover, .slideLogi #newsContact .heading .contact-btns .btn:hover {
  opacity: .6;
}
#newsContact .logiInner .contact-btns .btn span, #newsContact .slideLogi .heading .contact-btns .btn span, .slideLogi #newsContact .heading .contact-btns .btn span {
  display: inline-block;
  position: relative;
}
#newsContact .logiInner .contact-btns .btn span:before, #newsContact .slideLogi .heading .contact-btns .btn span:before, .slideLogi #newsContact .heading .contact-btns .btn span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 30px;
  top: 50%;
  margin-top: -16px;
}
#newsContact .logiInner .contact-btns .search-property, #newsContact .slideLogi .heading .contact-btns .search-property, .slideLogi #newsContact .heading .contact-btns .search-property {
  min-width: 300px;
}
#newsContact .logiInner .contact-btns .search-property .btn, #newsContact .slideLogi .heading .contact-btns .search-property .btn, .slideLogi #newsContact .heading .contact-btns .search-property .btn {
  background: #00a2ee;
  -webkit-box-shadow: inset 0 -4px 0 #007eb9;
          box-shadow: inset 0 -4px 0 #007eb9;
}
#newsContact .logiInner .contact-btns .search-property .btn span, #newsContact .slideLogi .heading .contact-btns .search-property .btn span, .slideLogi #newsContact .heading .contact-btns .search-property .btn span {
  padding-left: 30px;
  margin-left: -10px;
}
#newsContact .logiInner .contact-btns .search-property .btn span:before, #newsContact .slideLogi .heading .contact-btns .search-property .btn span:before, .slideLogi #newsContact .heading .contact-btns .search-property .btn span:before {
  background: url("../images/icon_arrow_white.png") no-repeat center;
  background-size: 8px auto;
}
#newsContact .logiInner .contact-btns .mail, #newsContact .slideLogi .heading .contact-btns .mail, .slideLogi #newsContact .heading .contact-btns .mail {
  min-width: 300px;
}
#newsContact .logiInner .contact-btns .mail .btn, #newsContact .slideLogi .heading .contact-btns .mail .btn, .slideLogi #newsContact .heading .contact-btns .mail .btn {
  background: #fd9321;
  -webkit-box-shadow: inset 0 -4px 0 #ab5e0b;
          box-shadow: inset 0 -4px 0 #ab5e0b;
}
#newsContact .logiInner .contact-btns .mail .btn span, #newsContact .slideLogi .heading .contact-btns .mail .btn span, .slideLogi #newsContact .heading .contact-btns .mail .btn span {
  padding-left: 40px;
}
#newsContact .logiInner .contact-btns .mail .btn span:before, #newsContact .slideLogi .heading .contact-btns .mail .btn span:before, .slideLogi #newsContact .heading .contact-btns .mail .btn span:before {
  background: url("../images/icon_02.png") no-repeat center;
  background-size: 30px auto;
}
@media only screen and (max-width: 736px) {
  #newsContact .logiInner .contact-btns .mail .btn span, #newsContact .slideLogi .heading .contact-btns .mail .btn span, .slideLogi #newsContact .heading .contact-btns .mail .btn span {
    padding-left: 32.5px;
  }
  #newsContact .logiInner .contact-btns .mail .btn span:before, #newsContact .slideLogi .heading .contact-btns .mail .btn span:before, .slideLogi #newsContact .heading .contact-btns .mail .btn span:before {
    background-size: 22.5px auto;
  }
}
#newsContact .logiInner .contact-btns .tel-wrap, #newsContact .slideLogi .heading .contact-btns .tel-wrap, .slideLogi #newsContact .heading .contact-btns .tel-wrap {
  min-width: 300px;
  text-align: left;
}
#newsContact .logiInner .contact-btns .tel-wrap .tel-heading, #newsContact .slideLogi .heading .contact-btns .tel-wrap .tel-heading, .slideLogi #newsContact .heading .contact-btns .tel-wrap .tel-heading {
  font-weight: bold;
}
#newsContact .logiInner .contact-btns .tel-wrap .tel, #newsContact .slideLogi .heading .contact-btns .tel-wrap .tel, .slideLogi #newsContact .heading .contact-btns .tel-wrap .tel {
  font-size: 24px;
  font-weight: bold;
}
#newsContact .logiInner .contact-btns .tel-wrap .note, #newsContact .slideLogi .heading .contact-btns .tel-wrap .note, .slideLogi #newsContact .heading .contact-btns .tel-wrap .note {
  font-size: 12px;
}
@media only screen and (max-width: 736px) {
  #newsContact .logiInner, #newsContact .slideLogi .heading, .slideLogi #newsContact .heading {
    border: 3px solid #ebebeb;
  }
  #newsContact .logiInner .heading, #newsContact .slideLogi .heading .heading, .slideLogi #newsContact .heading .heading {
    font-size: 16px;
    padding: 11.5px 12.5px 11.5px;
  }
  #newsContact .logiInner .contact-wrap, #newsContact .slideLogi .heading .contact-wrap, .slideLogi #newsContact .heading .contact-wrap {
    padding: 20px 10px;
  }
  #newsContact .logiInner .contact-wrap .text, #newsContact .slideLogi .heading .contact-wrap .text, .slideLogi #newsContact .heading .contact-wrap .text {
    text-align: left;
    line-height: 1.428571429;
    margin-bottom: 25px;
  }
  #newsContact .logiInner .contact-wrap .text br, #newsContact .slideLogi .heading .contact-wrap .text br, .slideLogi #newsContact .heading .contact-wrap .text br {
    display: none;
  }
  #newsContact .logiInner .contact-btns, #newsContact .slideLogi .heading .contact-btns, .slideLogi #newsContact .heading .contact-btns {
    display: block;
  }
  #newsContact .logiInner .contact-btns .btn, #newsContact .slideLogi .heading .contact-btns .btn, .slideLogi #newsContact .heading .contact-btns .btn {
    margin-bottom: 20px;
  }
  #newsContact .logiInner .contact-btns .search-property, #newsContact .slideLogi .heading .contact-btns .search-property, .slideLogi #newsContact .heading .contact-btns .search-property,
  #newsContact .logiInner .contact-btns .mail,
  #newsContact .slideLogi .heading .contact-btns .mail,
  .slideLogi #newsContact .heading .contact-btns .mail {
    min-width: auto;
  }
  #newsContact .logiInner .contact-btns .tel-wrap, #newsContact .slideLogi .heading .contact-btns .tel-wrap, .slideLogi #newsContact .heading .contact-btns .tel-wrap {
    text-align: center;
  }
  #newsContact .logiInner .contact-btns .tel-wrap .tel-heading, #newsContact .slideLogi .heading .contact-btns .tel-wrap .tel-heading, .slideLogi #newsContact .heading .contact-btns .tel-wrap .tel-heading {
    font-size: 13px;
  }
  #newsContact .logiInner .contact-btns .tel-wrap .tel, #newsContact .slideLogi .heading .contact-btns .tel-wrap .tel, .slideLogi #newsContact .heading .contact-btns .tel-wrap .tel {
    font-size: 20px;
  }
  #newsContact .logiInner .contact-btns .tel-wrap .tel a, #newsContact .slideLogi .heading .contact-btns .tel-wrap .tel a, .slideLogi #newsContact .heading .contact-btns .tel-wrap .tel a {
    font-family: "Hiragino Sans", sans-serif;
    font-weight: 700;
    color: #333;
  }
  #newsContact .logiInner .contact-btns .tel-wrap .note, #newsContact .slideLogi .heading .contact-btns .tel-wrap .note, .slideLogi #newsContact .heading .contact-btns .tel-wrap .note {
    font-size: 10px;
  }
}

/*----------------------------------------------------
	#footer
----------------------------------------------------*/
#footer {
  background: #102540;
  color: #8baad2;
  font-size: 14px;
  text-align: center;
}
@media only screen and (max-width: 736px) {
  #footer {
    font-size: 12px;
  }
}
#footer a {
  color: #8baad2;
}
#footer a:hover {
  color: #fff;
}
#footer .logiInner .logiGlobalFooter-nav, #footer .slideLogi .heading .logiGlobalFooter-nav, .slideLogi #footer .heading .logiGlobalFooter-nav {
  border-top: 1px solid rgba(216, 216, 216, 0.15);
  padding: 14px 0;
}
#footer .logiInner .logiGlobalFooter-nav:first-of-type, #footer .slideLogi .heading .logiGlobalFooter-nav:first-of-type, .slideLogi #footer .heading .logiGlobalFooter-nav:first-of-type {
  border-top: 0;
}
#footer .logiInner .logiGlobalFooter-nav ul li, #footer .slideLogi .heading .logiGlobalFooter-nav ul li, .slideLogi #footer .heading .logiGlobalFooter-nav ul li {
  display: inline-block;
  margin-right: 1.5rem;
}
#footer .logiInner .logiGlobalFooter-nav ul li:last-of-type, #footer .slideLogi .heading .logiGlobalFooter-nav ul li:last-of-type, .slideLogi #footer .heading .logiGlobalFooter-nav ul li:last-of-type {
  margin-right: 0;
}
@media only screen and (max-width: 736px) {
  #footer .logiInner .logiGlobalFooter-nav:nth-of-type(3), #footer .slideLogi .heading .logiGlobalFooter-nav:nth-of-type(3), .slideLogi #footer .heading .logiGlobalFooter-nav:nth-of-type(3) {
    padding: 10px 0;
  }
  #footer .logiInner .logiGlobalFooter-nav:nth-of-type(3) ul, #footer .slideLogi .heading .logiGlobalFooter-nav:nth-of-type(3) ul, .slideLogi #footer .heading .logiGlobalFooter-nav:nth-of-type(3) ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #footer .logiInner .logiGlobalFooter-nav:nth-of-type(3) ul li, #footer .slideLogi .heading .logiGlobalFooter-nav:nth-of-type(3) ul li, .slideLogi #footer .heading .logiGlobalFooter-nav:nth-of-type(3) ul li {
    width: 50%;
    margin-right: 0;
    text-align: left;
    margin: .7em 0;
  }
}
@media only screen and (max-width: 736px) {
  #footer .logiInner:nth-of-type(3), #footer .slideLogi .heading:nth-of-type(3), .slideLogi #footer .heading:nth-of-type(3) {
    padding: 10px 0;
  }
  #footer .logiInner:nth-of-type(3) ul, #footer .slideLogi .heading:nth-of-type(3) ul, .slideLogi #footer .heading:nth-of-type(3) ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #footer .logiInner:nth-of-type(3) ul li, #footer .slideLogi .heading:nth-of-type(3) ul li, .slideLogi #footer .heading:nth-of-type(3) ul li {
    width: 50%;
    margin-right: 0;
    text-align: left;
    margin: .7em 0;
  }
}
#footer .logiGlobalFooter-areanav {
  border-top: 1px solid rgba(216, 216, 216, 0.15);
  padding-top: 1em;
  padding-bottom: .5em;
  text-align: left;
}
#footer .logiGlobalFooter-areanav .logiAreaInner > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  line-height: 1.7;
}
#footer .logiGlobalFooter-areanav .logiAreaInner > li > a {
  font-weight: bold;
}
#footer .logiGlobalFooter-areanav .logiAreaInner > li .areaName {
  font-weight: bold;
  width: 100px;
}
#footer .logiGlobalFooter-areanav .logiAreaInner > li ul {
  font-size: 13px;
  display: inline;
}
#footer .logiGlobalFooter-areanav .logiAreaInner > li ul li:not(.area-pref-list) {
  display: inline;
}
#footer .logiGlobalFooter-areanav .logiAreaInner > li ul li:not(.area-pref-list):before {
  content: "｜";
  margin-right: 4px;
}
#footer .logiGlobalFooter-areanav .logiAreaInner > li ul li:not(.area-pref-list):first-of-type:before {
  content: none;
}
#footer .logiGlobalFooter-areanav .logiAreaInner > li > ul {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 1px;
}
@media only screen and (max-width: 736px) {
  #footer .logiGlobalFooter-areanav .logiAreaInner {
    font-size: 12px;
  }
  #footer .logiGlobalFooter-areanav .logiAreaInner > li {
    display: block;
  }
  #footer .logiGlobalFooter-areanav .logiAreaInner > li ul {
    font-size: 12px;
  }
}
#footer .copyright {
  font-size: 12px;
  padding: 1em 0 2em;
}
@media only screen and (max-width: 736px) {
  #footer .copyright {
    font-size: 10px;
  }
}

/*----------------------------------------------------
	#pageTop
----------------------------------------------------*/
#pageTop {
  position: fixed;
  z-index: 999;
  bottom: 50px;
  right: 50px;
}
#pageTop a {
  position: relative;
  display: block;
  width: 23px;
  height: 42px;
  background: url("../images/top.png") no-repeat center;
  background-size: contain;
}
#pageTop a:hover {
  opacity: .6;
}
@media only screen and (max-width: 736px) {
  #pageTop {
    right: 20px;
    bottom: 20px;
  }
}

/*----------------------------------------------------
	#login
----------------------------------------------------*/
#login {
  background: url("../images/login_bg.jpg") no-repeat 10% center;
  background-size: cover;
  background-attachment: fixed;
}
#login .wrapper {
  border-top: 21px solid #00a2ee;
  min-height: 100%;
  position: relative;
  padding-bottom: 100px;
}
#login .wrapper #footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#login .wrapper #footer .copyright {
  padding: 2em 0;
}
@media only screen and (max-width: 736px) {
  #login .wrapper {
    border-top-width: 10px;
  }
}
#login .login-wrap {
  max-width: 470px;
  margin: 0 auto;
  width: 90%;
}
#login .logo {
  text-align: center;
  padding: 7vh 0 48px;
}
@media only screen and (max-width: 736px) {
  #login .logo {
    padding: 3vh 0 20px;
  }
  #login .logo img {
    width: 70%;
  }
}
#login .login-form {
  background: #f7f8f9;
  opacity: .97;
  padding: 30px 20px;
  font-size: 16px;
}
#login .login-form .loginTitle {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}
#login .login-form .reset_text {
  font-size: 16px;
  margin-bottom: 30px;
}
#login .login-form label.error {
  position: relative;
  display: inline-block;
  margin-top: 15px;
  padding: 5px 10px;
  background: #ffeeee;
  border: 1px solid #d50002;
  color: #d50002;
  font-weight: bold;
  font-size: 14px;
}
#login .login-form label.error:after {
  position: absolute;
  top: -9px;
  left: 19px;
  display: block;
  content: "";
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #ffeeee;
}
#login .login-form label.error:before {
  position: absolute;
  top: -10px;
  left: 19px;
  display: block;
  content: "";
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #d50002;
}
#login .login-form label.error inline label.error {
  display: block;
  float: left;
}
#login .login-id,
#login .login-pw {
  margin-bottom: 20px;
}
#login .login-id input,
#login .login-pw input {
  font-size: 14px;
}
@media only screen and (max-width: 736px) {
  #login .login-id input,
  #login .login-pw input {
    font-size: 16px;
  }
}
#login .btn-login,
#login .btn-logout,
#login .btn-register,
#login .btn-reset,
#login .btn-mypage {
  display: block;
  width: 100%;
  height: 70px;
  max-width: 290px;
  font-size: 20px;
  font-weight: bold;
  border: none;
  color: #fff;
  margin: 20px auto 0;
}
#login .btn-login:hover,
#login .btn-logout:hover,
#login .btn-register:hover,
#login .btn-reset:hover,
#login .btn-mypage:hover {
  opacity: .6;
}
@media only screen and (max-width: 736px) {
  #login .btn-login,
  #login .btn-logout,
  #login .btn-register,
  #login .btn-reset,
  #login .btn-mypage {
    font-size: 16px;
    height: 54px;
    max-width: 240px;
  }
}
#login .btn-login,
#login .btn-logout,
#login .btn-reset {
  background: #00a2ee;
  -webkit-box-shadow: inset 0 -4px 0 #007eb9;
          box-shadow: inset 0 -4px 0 #007eb9;
}
#login .btn-register,
#login .btn-mypage {
  background: #fd9321;
  -webkit-box-shadow: inset 0 -4px 0 #ab5e0b;
          box-shadow: inset 0 -4px 0 #ab5e0b;
}
#login .forgot,
#login .link-back {
  text-align: center;
  margin-top: 15px;
}
#login .forgot a,
#login .link-back a {
  color: #333;
  display: inline-block;
  padding-left: 12px;
  position: relative;
}
#login .forgot a:before,
#login .link-back a:before {
  background: url("../images/icon_arrow_blue.png") center no-repeat;
  background-size: 7px auto;
  content: "";
  display: block;
  height: 12px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7px;
}
#login .forgot a:hover,
#login .link-back a:hover {
  text-decoration: underline;
}
#login .box-register {
  border-top: 1px solid #d4d4d4;
  padding-top: 20px;
  margin-top: 20px;
}
#login .box-register p {
  font-size: 16px;
}

/*----------------------------------------------------
	404 Not Found
----------------------------------------------------*/
.blk_404 {
  position: relative;
}
.blk_404 .column_404 {
  text-align: center;
  padding: 64px 20px;
}
.blk_404 .column_404 h2 {
  color: #fd9321;
  font-size: 32px;
  font-weight: bold;
}
.blk_404 .column_404 h3 {
  color: #ccc;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}
.blk_404 .column_404 p {
  margin-bottom: 24px;
}
.blk_404 .column_404 .btn_back a {
  background: #fff;
  border: 1px solid #fd9321;
  display: block;
  width: 280px;
  margin: 0 auto;
  font-weight: bold;
  font-size: 15px;
  color: #fd9321;
  height: 56px;
  line-height: 56px;
}
.blk_404 .column_404 .btn_back a:hover {
  background: #fd9321;
  color: #fff;
}

#page-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  opacity: .7;
  z-index: 996;
}
@media only screen and (max-width: 736px) {
  #page-top {
    right: 10px;
    bottom: 10px;
  }
}
#page-top a {
  position: relative;
  background: #666;
  width: 80px;
  padding: 30px 0 10px;
  border-radius: 5px;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 10px;
}
#page-top a:hover {
  background: #333;
}
#page-top a:before {
  position: absolute;
  top: 3px;
  left: 40%;
  display: block;
  content: "";
  width: 16px;
  height: 24px;
  background: url("../images/icon_arrow_white.png") no-repeat;
  -webkit-transform: rotate(-90deg) scale3d(0.9, 1, 1);
          transform: rotate(-90deg) scale3d(0.9, 1, 1);
}
