@charset 'utf-8';

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* ----------------------------------------------------------------
    Normalize
----------------------------------------------------------------- */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}

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

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}
a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 100%;
}

sub, sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-size: 1em;
  font-family: monospace, monospace;
}

button, input, optgroup, select, textarea {
  margin: 0;
  color: inherit;
  font: inherit;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type='button'], input[type='reset'], input[type='submit'] {
  cursor: pointer;

  -webkit-appearance: button;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}
input[type='checkbox'], input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='number']::-webkit-inner-spin-button, input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
input[type='search'] {
  box-sizing: content-box;

  -webkit-appearance: textfield;
}
input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  margin: 0 2px;
  padding: .35em .625em .75em;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td, th {
  padding: 0;
}

:root {
  font-size: 62.5%;
}

html, body, h1, h2, h3, h4, h5, h6, li {
  margin: 0;
  padding: 0;
}

main {
  background: #fff;
  color: #555;
  /*font-size: 1.4em;*/
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
  line-height: 1.42857;
}

ul, ol {
  list-style-type: none;
}

a {
  color: #032545;
  text-decoration: none;
  transition: color .7s cubic-bezier(.23, 1, .32, 1);
}
a.is-disabled {
  color: inherit;
}

em {
  color: #333;
  font-weight: bold;
  font-style: normal;
}

strong {
  color: #cb6408;
  font-weight: bold;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

hr {
  display: none;
}

p, ul, ol, dl {
  /*margin: 0 0 25px;*/
  padding: 0;
}
@media only screen and (max-width: 640px) {
  p, ul, ol, dl {
    /*margin: 0 0 20px;*/
  }
}

ul > :last-child, ol > :last-child, dl > :last-child {
  margin-bottom: 0;
}

dd {
  margin: 0;
}

blockquote {
  margin: 0;
}

@media only screen and (max-width: 768px) {
  input, select {
    padding: 1px;
    font-size: 16px;
  }
}

/* ----------------------------------------------------------------
    Texts
----------------------------------------------------------------- */
/* .txt-em
----------------------------------------------- */
.txt-em {
  padding: 0 0 0 19px;
  border-left: 2px solid #032545;
}

/* .txt-em-02
----------------------------------------------- */
.txt-em-02 {
  font-weight: bold;
  font-size: 1.6rem;
}

/* .txt-em-03
----------------------------------------------- */
.txt-em-03 {
  color: #8f2b22;
  font-weight: bold;
}

/* .txt-strong
----------------------------------------------- */
.txt-strong {
  font-weight: bold;
  font-size: 2.2rem;
}
@media only screen and (max-width: 640px) {
  .txt-strong {
    font-size: 1.6rem;
  }
}

/* .txt-lead
----------------------------------------------- */
.txt-lead {
  font-size: 1.6rem;
}
.txt-lead._large {
  font-size: 1.8rem;
}
@media only screen and (max-width: 640px) {
  .txt-lead {
    font-size: 1.3rem;
  }
  .txt-lead._large {
    font-size: 1.5rem;
  }
}

/* .txt-point
----------------------------------------------- */
.txt-point {
  display: table;
  width: 100%;
  background: #f0edea;
  font-size: 1.6rem;
}
.txt-point span, .txt-point strong {
  display: table-cell;
  vertical-align: middle;
  font-weight: normal;
}
.txt-point span {
  position: relative;
  padding: 12px 18px 10px;
  background: #032545;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}
.txt-point span::before {
  position: absolute;
  top: 50%;
  right: -7px;
  margin: -5px 0 0;
  width: 0;
  height: 0;
  border-top: 5.5px solid transparent;
  border-bottom: 5.5px solid transparent;
  border-left: 7px solid #032545;
}
.txt-point strong {
  box-sizing: border-box;
  padding: 12px 10px 10px 23px;
  width: 100%;
  color: #333;
}
@media only screen and (max-width: 640px) {
  .txt-point span {
    padding: 18px 14px 16px;
    font-size: 1.1rem;
  }
  .txt-point span::before {
    position: absolute;
    top: 50%;
    right: -7px;
    margin: -5px 0 0;
    width: 0;
    height: 0;
    border-top: 5.5px solid transparent;
    border-bottom: 5.5px solid transparent;
    border-left: 7px solid #032545;
  }
  .txt-point strong {
    padding: 12px 10px 10px 23px;
    font-size: 1.4rem;
  }
}

/* .txt-check
----------------------------------------------- */
.txt-check span {
  display: inline-block;
  margin: 0 0 6px;
  padding: 5px 13px 3px;
  background: #76583b;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
}
.txt-check strong {
  display: block;
  color: #76583b;
  font-weight: normal;
}
@media only screen and (max-width: 640px) {
  .txt-check span {
    margin: 0 0 6px;
    padding: 4px 10px 3px;
    font-size: 1.1rem;
  }
}

/* .txt-convo
----------------------------------------------- */
.txt-convo {
  position: relative;
  margin: 34px 0 25px;
  padding: 0 0 0 22px;
  color: #333;
  font-weight: bold;
  font-size: 1.6rem;
}
.txt-convo::before {
  position: absolute;
  top: 9px;
  left: 0;
  width: 16px;
  height: 1px;
  background: #333;
}
@media only screen and (max-width: 640px) {
  .txt-convo {
    margin: 25px 0 20px;
    font-size: 1.5rem;
  }
  .txt-convo::before {
    width: 12px;
  }
}

/* ----------------------------------------------------------------
    Lists
----------------------------------------------------------------- */
/* .list
----------------------------------------------- */
.list > li {
  position: relative;
  margin: 0 0 10px;
  padding: 0 0 0 20px;
}
.list > li::before {
  position: absolute;
  top: 6px;
  left: 3px;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #555;
}
.list > li:last-child {
  margin-bottom: 0;
}
.list > li > :last-child {
  margin-bottom: 0;
}
.list > li > .list, .list > li .list-note {
  margin-top: 10px;
}
.list > li > .list-number {
  margin-top: 7px;
}
.list._line {
  margin: 0 0 15px -15px;
}
.list._line > li {
  float: left;
  margin-left: 15px;
}
.list.grid > li {
  box-sizing: border-box;
  margin-bottom: 0;
}
.list-note .list > li {
  margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
  .list > li {
    margin: 0 0 4px;
  }
  .list > li > .list, .list > li .list-note {
    margin-top: 3px;
  }
  .list > li > .list-number {
    margin-top: 0;
  }
}

/* .list-number
----------------------------------------------- */
.list-number {
  counter-reset: number;
}
.list-number > li {
  display: table;
  margin: 0 0 6px;
  counter-increment: number;
}
.list-number > li::before {
  display: table-cell;
  padding: 0 7px 0 0;
  color: #032545;
  content: counter(number) '.';
  font-size: 2.4rem;
}
.list-number > li:last-child {
  margin-bottom: 0;
}
.list-number > li > :last-child {
  margin-bottom: 0;
}
.list-number > li > .list, .list-number > li .list-note {
  margin-top: 10px;
}
.list-number > li > .list-number {
  margin-top: 11px;
}
.list-number._rank > li::before {
  content: counter(number) '位';
  font-size: 2.3rem;
}
@media only screen and (max-width: 640px) {
  .list-number > li::before {
    font-size: 2rem;
  }
  .list-number._rank > li::before {
    font-size: 1.9rem;
  }
}

/* .list-note
----------------------------------------------- */
.list-note {
  position: relative;
  margin: -15px 0 25px;
}
.list-note > li {
  position: relative;
  margin: 0 0 2px;
  padding: 0 0 0 1.5em;
  font-size: 1.2rem;
}
.list-note > li > :last-child {
  margin-bottom: 0;
}
.list-note > li > .list-mark {
  position: absolute;
  left: 0;
}
.list-note > li:last-child {
  margin-bottom: 0;
}
.list-note._number > li {
  padding-left: 2.5em;
}
.tbl th .txt-em-02 + .list-note, .b-panel-note .panel-inner .list-note {
  margin-top: 0;
}
.grid-col > .list-note:first-child {
  margin-top: 0;
}
* > .list-note:first-child {
  margin-top: 0;
}
.tbl td .list-note {
  margin-top: -5px;
}
.btn + .list-note, .btn-primary + .list-note, .btn-primary-02 + .list-note {
  margin-top: 5px;
}
.b-panel-note .panel-inner .list-note > li {
  font-size: 1.4rem;
}
.b-panel-note .panel-inner .list-note > .list-strong {
  color: #8f2b22;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .list-note {
    margin: -5px 0 10px;
  }
}

/* .list-other
----------------------------------------------- */
.list-other > li {
  display: table;
  margin: 0 0 6px;
}
.list-other > li > .list-mark, .list-other > li > .list-body {
  display: table-cell;
  vertical-align: top;
}
.list-other > li > .list-mark {
  padding-right: 5px;
  white-space: nowrap;
}
.list-other > li > .list-body > :last-child {
  margin-bottom: 0;
}
.list-other > li > .list-body > .list {
  margin: 10px 0;
}
.list-other .list-other {
  margin: 6px 0 0;
}

/* .list-flow
----------------------------------------------- */
.list-flow > li {
  position: relative;
  padding: 29px 0 20px 68px;
  border-top: 1px solid #c9c9c9;
  counter-increment: number-flow;
}
.list-flow > li::before {
  position: absolute;
  top: 24px;
  left: 23px;
  display: block;
  box-sizing: border-box;
  padding: 5px 0 0;
  min-width: 30px;
  min-height: 30px;
  border-radius: 15px;
  background: #032545;
  color: #fff;
  content: counter(number-flow);
  vertical-align: middle;
  text-align: center;
  font-size: 1.6rem;
}
.list-flow > li:first-child {
  padding-top: 5px;
  border: 0;
}
.list-flow > li:first-child::before {
  top: 0;
}
.list-flow > li:first-child > .list-inner::before, .list-flow > li:first-child > .list-inner::after {
  display: none;
}
.list-flow > li > .list-inner::before, .list-flow > li > .list-inner::after {
  position: absolute;
  left: 25px;
  width: 0;
  height: 0;
  border-top: 12px solid #c9c9c9;
  border-right: 13.5px solid transparent;
  border-left: 13.5px solid transparent;
}
.list-flow > li > .list-inner::before {
  top: 0;
}
.list-flow > li > .list-inner::after {
  top: -1px;
  border-top-color: #fff;
}
.list-flow > li > .list-inner > :last-child, .list-flow > li > .list-inner > .list-hdg:last-child {
  margin-bottom: 0;
}
.list-flow > li > .list-inner > .list-hdg {
  margin: 0 0 10px;
  color: #333;
  font-weight: bold;
  font-size: 1.8rem;
}
@media only screen and (max-width: 640px) {
  .list-flow > li {
    padding: 14px 0 12px 37px;
  }
  .list-flow > li::before {
    top: 13px;
    left: 10px;
    padding: 3px 0 0;
    min-width: 20px;
    min-height: 20px;
    border-radius: 10px;
    font-size: 1.2rem;
  }
  .list-flow > li:first-child {
    padding-top: 2px;
    border: 0;
  }
  .list-flow > li:first-child::before {
    top: 0;
  }
  .list-flow > li:first-child > .list-inner::before, .list-flow > li:first-child > .list-inner::after {
    display: none;
  }
  .list-flow > li > .list-inner::before, .list-flow > li > .list-inner::after {
    left: 11px;
    border-top-width: 9px;
    border-right-width: 10px;
    border-left-width: 10px;
  }
  .list-flow > li > .list-inner > .list-hdg {
    margin: 0 0 2px;
    font-size: 1.6rem;
  }
}

/* .list-desc
----------------------------------------------- */
.list-desc dt {
  float: left;
  clear: both;
  box-sizing: border-box;
  margin: 0 10px 10px 0;
  padding: 4px 4px 1px;
  min-width: 80px;
  min-height: 22px;
  background: #eaeaea;
  text-align: center;
  font-size: 1.2rem;
}
.list-desc dd {
  overflow: hidden;
  box-sizing: border-box;
  margin: 0 0 10px;
  padding: 3px 0 0;
  min-height: 22px;
}
.list-desc dd > :last-child {
  margin-bottom: 0;
}
.list-desc > :nth-last-child(-n+2) {
  /* 最後～後ろから2番目までの要素（dt と dd） */
  margin-bottom: 0;
}
.panel-event .list-desc dt {
  background: #032545;
  color: #fff;
}
@media only screen and (max-width: 640px) {
  .list-desc {
    width: auto;
  }
  .list-desc dt {
    min-width: 66px;
    font-size: 1.2rem;
  }
  .list-desc dd {
    font-size: 1.4rem;
  }
}

/* .list-faq
----------------------------------------------- */
.list-faq dt {
  position: relative;
  box-sizing: border-box;
  margin: 0 0 20px;
  padding: 7px 4px 20px 60px;
  border-bottom: 1px solid #d1d1d1;
  font-weight: bold;
  font-size: 1.6rem;
}
.list-faq dt > .list-mark {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  box-sizing: border-box;
  padding: 5px 5px 6px;
  min-width: 50px;
  background: #032545;
  color: #fff;
  text-align: center;
  font-weight: normal;
  font-size: 1.8rem;
}
.list-faq dd + dt {
  margin-top: 50px;
}
.list-faq dd {
  display: table;
  width: 100%;
}
.list-faq dd > .list-mark {
  position: relative;
  top: -5px;
  display: table-cell;
  box-sizing: border-box;
  width: 50px;
  color: #032545;
  vertical-align: top;
  text-align: center;
  font-size: 1.8rem;
}
.list-faq dd > .list-inner {
  display: table-cell;
  padding: 0 0 0 10px;
  vertical-align: top;
}
.list-faq dd > .list-inner > :first-child {
  margin-top: 0;
}
.list-faq dd > .list-inner > :last-child {
  margin-bottom: 0;
}

/* ----------------------------------------------------------------
    Links
----------------------------------------------------------------- */
/* .link
----------------------------------------------- */
.link {
  position: relative;
  display: inline-block;
  padding: 0 0 0 17px;
  word-break: break-all;
}
.link::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #032545;
  transition: width .6s cubic-bezier(.23, 1, .32, 1);
}
@media only screen and (max-width: 640px) {
  .link::after {
    display: none;
  }
}
.link:hover::after, .link:active::after, .link:focus::after {
  width: 100%;
}
.link::before {
  position: absolute;
  top: 6px;
  left: -3px;
  width: 7px;
  height: 7px;
  border: 1px solid #032545;
  border-bottom: transparent;
  border-left: transparent;
  transform: rotate(45deg);
}

/* .link-txt
----------------------------------------------- */
.link-txt {
  position: relative;
  display: inline-block;
}
.link-txt::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #032545;
  transition: width .6s cubic-bezier(.23, 1, .32, 1);
}
@media only screen and (max-width: 640px) {
  .link-txt::after {
    display: none;
  }
}
.link-txt:hover::after, .link-txt:active::after, .link-txt:focus::after {
  width: 100%;
}

/* .link-media
----------------------------------------------- */
.link-media {
  transition: opacity .6s cubic-bezier(.23, 1, .32, 1);
}
.link-media:hover, .link-media:active, .link-media:focus {
  opacity: .8;
}

/* .link-list
----------------------------------------------- */
.link-list > li {
  margin: 0 0 10px;
}
.link-list > li:last-child {
  margin-bottom: 0;
}
.link-list > li > a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 17px;
}
.link-list > li > a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #032545;
  transition: width .6s cubic-bezier(.23, 1, .32, 1);
}
@media only screen and (max-width: 640px) {
  .link-list > li > a::after {
    display: none;
  }
}
.link-list > li > a:hover::after, .link-list > li > a:active::after, .link-list > li > a:focus::after {
  width: 100%;
}
.link-list > li > a::before {
  position: absolute;
  top: 6px;
  left: -3px;
  width: 7px;
  height: 7px;
  border: 1px solid #032545;
  border-bottom: transparent;
  border-left: transparent;
  transform: rotate(45deg);
}
.link-list > li > .link-list {
  margin: 10px 0 0 17px;
}
.link-list._line {
  margin: 0 0 15px -25px;
}
.link-list._line > li {
  float: left;
  margin-left: 25px;
}
.t-lyt-line .link-list {
  font-size: 1.6rem;
}
.t-lyt-line .link-list > li {
  margin: 0 0 19px;
}
.t-lyt-line .link-list > li > a::before {
  top: 4px;
  width: 10px;
  height: 10px;
  border: 1px solid #032545;
  border-bottom: transparent;
  border-left: transparent;
  transform: rotate(45deg);
}
@media only screen and (max-width: 640px) {
  .t-lyt-line .link-list {
    font-size: 1.5rem;
  }
  .t-lyt-line .link-list > li > a::before {
    top: 5px;
    width: 8px;
    height: 8px;
  }
}





/* ----------------------------------------------------------------
    Navigations
----------------------------------------------------------------- */
/* .nav-internal
----------------------------------------------- */
.nav-internal {
  position: relative;
  display: inline-block;
  padding: 0 57px 12px;
  border-bottom: 1px solid #ccc;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  transition: border .7s cubic-bezier(.23, 1, .32, 1);
}
.nav-internal::before {
  position: absolute;
  top: 1px;
  right: 21px;
  width: 9px;
  height: 9px;
  border: 1px solid #032545;
  border-bottom: transparent;
  border-left: transparent;
  transition: top .4s cubic-bezier(.23, 1, .32, 1);
  transform: rotate(135deg);
}
.nav-internal:hover, .nav-internal:active, .nav-internal:focus {
  border-bottom-color: #032545;
}
.nav-internal:hover::before, .nav-internal:active::before, .nav-internal:focus::before {
  top: 3px;
}
@media only screen and (max-width: 640px) {
  .nav-internal {
    box-sizing: border-box;
    padding: 0 25px 8px;
    width: 100%;
    font-size: 1.5rem;
  }
  .nav-internal::before {
    right: 5px;
    width: 7px;
    height: 7px;
  }
}
.nav-toc .nav-internal {
  display: block;
  padding: 10px 57px 10px;
  width: inherit;
  font-weight: normal;
  font-size: 1.4rem;
}
.nav-toc .nav-internal::before {
  top: 10px;
}
.nav-toc .nav-internal:hover, .nav-toc .nav-internal:active, .nav-toc .nav-internal:focus {
  border-bottom-color: #ccc;
}
.nav-toc .nav-internal:hover::before, .nav-toc .nav-internal:active::before, .nav-toc .nav-internal:focus::before {
  top: 13px;
}
@media only screen and (max-width: 640px) {
  .nav-toc .nav-internal {
    padding: 10px 22px 10px;
  }
}







/* ----------------------------------------------------------------
    Panels
----------------------------------------------------------------- */
/* .panel
----------------------------------------------- */
.panel {
  margin: 0 0 25px;
  padding: 28px 35px 33px;
  border: 4px solid #f1f1f1;
  background: #fff;
}
.panel > :first-child {
  margin-top: 0 !important;
}
.panel > :last-child, .panel > .panel-inner:last-child, .panel > .panel-inner-02:last-child, .panel .media-col .panel-inner-02:last-child {
  margin-bottom: 0;
}
.panel > .panel-hdg, .panel > .panel-inner-02 > .panel-hdg, .panel .media-col .panel-inner-02 > .panel-hdg {
  margin: 0 0 24px;
  padding: 0 0 5px;
  border-bottom: 1px solid #c9c9c9;
  /* 見出しのスタイルを p 要素として使用するケースがあるため */
  color: #032545;
  font-weight: bold;
  font-size: 2rem;
}
.panel > .panel-hdg-02, .panel > .panel-inner-02 > .panel-hdg-02, .panel .media-col .panel-inner-02 > .panel-hdg-02 {
  margin: 20px 0 15px;
  padding: 1px 0 0 10px;
  border-left: 2px solid #032545;
  color: #032545;
  font-size: 1.7rem;
}
.panel > .panel-hdg-03, .panel > .panel-inner-02 > .panel-hdg-03, .panel .media-col .panel-inner-02 > .panel-hdg-03 {
  margin: 0 0 15px;
  padding: 6px 13px 3px;
  background: #f1f1f1;
  color: #032545;
  font-size: 1.5rem;
}
.panel > .panel-hdg-time {
  position: relative;
  box-sizing: border-box;
  margin: 0 0 28px;
  padding: 22px 0 0 80px;
  min-height: 67px;
  color: #032545;
  font-size: 2rem;
}
.panel > .panel-hdg-time > span {
  position: absolute;
  top: 0;
  left: 0;
  display: table;
  width: 67px;
  height: 67px;
  border-radius: 34px;
  background: #616a73;
  color: #fff;
  text-align: center;
  font-weight: normal;
  font-size: 1.4rem;
}
.panel > .panel-hdg-time > span span {
  display: table-cell;
  vertical-align: middle;
}
.panel > .panel-inner {
  margin: 0 0 25px;
  padding: 20px;
  background: #f0f1f3;
}
.panel > .panel-inner > :last-child {
  margin-bottom: 0;
}
.panel > .panel-inner > .panel-hdg {
  margin: 0 0 8px;
  color: #032545;
  font-weight: bold;
  font-size: 1.6rem;
}
.panel > .panel-inner-02, .panel .media-col .panel-inner-02 {
  margin: 0 0 20px;
}
.panel > .panel-inner-02 > :last-child, .panel .media-col .panel-inner-02 > :last-child {
  margin-bottom: 0;
}
.panel > .panel-inner-02 + .panel-inner-02, .panel .media-col .panel-inner-02 + .panel-inner-02 {
  padding: 20px 0 0;
  border-top: 1px dotted #afafaf;
}
.panel > .panel-inner-02 + .panel-inner-02 > .panel-hdg-02:first-child, .panel .media-col .panel-inner-02 + .panel-inner-02 > .panel-hdg-02:first-child {
  margin-top: 0;
}
.panel + .panel:not(._separate) {
  margin-top: -25px;
  border-top: 0;
}
.content-fluid[data-content-col='2'] .panel {
  padding: 23px 26px 26px;
}
@media only screen and (max-width: 640px) {
  .panel {
    padding: 18px;
    border-width: 2px;
  }
  .panel > :last-child {
    margin-bottom: 0;
  }
  .panel > .panel-hdg {
    margin: 0 0 15px;
    font-size: 1.6rem;
  }
  .panel > .panel-hdg-02, .panel > .panel-inner-02 > .panel-hdg-02, .panel .media-col .panel-inner-02 > .panel-hdg-02 {
    font-size: 1.5rem;
  }
  .panel > .panel-hdg-03, .panel > .panel-inner-02 > .panel-hdg-03, .panel .media-col .panel-inner-02 > .panel-hdg-03 {
    margin: 0 0 10px;
    font-size: 1.4rem;
  }
  .panel > .panel-hdg-time {
    margin: 0 0 20px;
    padding: 18px 0 0 65px;
    min-height: 55px;
    font-size: 1.6rem;
  }
  .panel > .panel-hdg-time > span {
    width: 55px;
    height: 55px;
    font-size: 1.2rem;
  }
  .panel > .panel-inner {
    margin: 0 0 20px;
    padding: 15px;
  }
  .panel > .panel-inner > .panel-hdg {
    margin: 0 0 2px;
    font-size: 1.4rem;
  }
  .content-fluid[data-content-col='2'] .panel {
    padding: 18px;
  }
}

/* .panel-03
----------------------------------------------- */
.panel-03 {
  margin: 40px 0;
  padding: 0 0 0 28px;
  border-left: 10px solid #032545;
}
.panel-03 > :last-child {
  margin-bottom: 0;
}
.panel-03 > .panel-hdg {
  position: relative;
  box-sizing: border-box;
  margin: 0 0 15px;
  padding: 3px 0 0 57px;
  min-height: 46px;
  border-bottom: 1px solid #c9c9c9;
  color: #032545;
  font-size: 2.4rem;
}
.panel-03 > .panel-hdg::before {
  /* アイコンのベース作成（'●'の部分） */
  position: absolute;
  top: 0;
  left: 0;
  min-width: 36px;
  min-height: 36px;
  border-radius: 18px;
  background: #032545;
}
.panel-03 > .panel-hdg::after {
  /* チェックマークを擬似要素のみで作成 */
  position: absolute;
  top: 15px;
  left: 10px;
  margin-top: -5px;
  width: 14px;
  height: 8px;
  border: 3px solid #fff;
  border-bottom: none;
  border-left: none;
  transform: rotate(135deg);
}
.panel-03 > .panel-hdg-02 {
  margin: 0 0 8px;
  padding: 1px 0 0 10px;
  border-left: 2px solid #032545;
  color: #032545;
  font-size: 1.7rem;
}
.panel-03 > .panel-hdg-03 {
  margin: 0 0 15px;
  padding: 6px 13px 3px;
  background: #f1f1f1;
  color: #032545;
  font-size: 1.5rem;
}
@media only screen and (max-width: 640px) {
  .panel-03 {
    margin: 20px 0;
    padding: 14px 0 0;
    border: 0;
    border-top: 3px solid #032545;
  }
  .panel-03 > .panel-hdg {
    margin: 0 0 12px;
    padding: 0 0 0 54px;
    min-height: 48px;
    font-size: 1.6rem;
  }
  .panel-03 > .panel-hdg::before {
    /* アイコンのベース調整（'●'の部分） */
    left: 10px;
    min-width: 32px;
    min-height: 32px;
    border-radius: 16px;
  }
  .panel-03 > .panel-hdg::after {
    /* チェックマークを調整 */
    top: 15px;
    left: 17px;
    margin-top: -6px;
    width: 13px;
    height: 7px;
  }
  .panel-03 > .panel-hdg-02 {
    padding: 2px 0 0 8px;
    border-left: 2px solid #032545;
    font-size: 1.5rem;
  }
  .panel-03 > .panel-hdg-03 {
    margin: 0 0 10px;
    font-size: 1.4rem;
  }
}

/* .panel-04
----------------------------------------------- */
.panel-04 {
  margin: 10px 0 20px;
  padding: 10px;
  border: 1px solid #fff;
  font-size: 1.2rem;
}
.panel-04 > *:last-child {
  margin-bottom: 0;
}

/* .panel-section
----------------------------------------------- */
.panel-section {
  padding: 15px 0 35px;
  border-bottom: 1px solid #afafaf;
}
.panel-section > :last-child {
  margin-bottom: 0;
}
.panel-section > .panel-hdg {
  margin: 0 0 15px;
  padding: 1px 0 0 10px;
  border-left: 2px solid #032545;
  color: #032545;
  font-size: 1.7rem;
}
.panel-section > .panel-hdg-02 {
  position: relative;
  margin: 0 0 12px;
  padding: 5px 0 0 40px;
  min-height: 32px;
  color: #032545;
  font-size: 1.8rem;
}
.panel-section > .panel-hdg-02 .panel-mark {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  box-sizing: border-box;
  padding: 4px 0 0;
  min-width: 32px;
  min-height: 32px;
  border-radius: 16px;
  background: #032545;
  color: #fff;
  text-align: center;
}
.panel-section > .panel-hdg-02._no-icon {
  padding-left: 0;
}
.panel-section > .panel-hdg-02._link {
  padding: 0;
}
.panel-section > .panel-hdg-02._link .panel-mark {
  top: -5px;
  left: -40px;
}
.panel-section > .panel-hdg-02._link > a {
  position: relative;
  display: block;
  padding: 5px 0 0 40px;
}
.panel-section > .panel-hdg-02._link > a::before, .panel-section > .panel-hdg-02._link > a::after {
  position: absolute;
  top: 9px;
  width: 6px;
  height: 6px;
  border: 1px solid #032545;
  border-bottom: transparent;
  border-left: transparent;
  transform: rotate(45deg);
}
.panel-section > .panel-hdg-02._link > a::before {
  right: 8px;
}
.panel-section > .panel-hdg-02._link > a::after {
  right: 2px;
}
.panel-section > .panel-hdg-02._link > a > span {
  position: relative;
  display: block;
  padding: 0 20px 0 0;
}
.panel-section > .panel-hdg-02._link > a > span::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #032545;
  transition: width .6s cubic-bezier(.23, 1, .32, 1);
}
@media only screen and (max-width: 640px) {
  .panel-section > .panel-hdg-02._link > a > span::after {
    display: none;
  }
}
.panel-section > .panel-hdg-02._link > a:hover > span::after, .panel-section > .panel-hdg-02._link > a:active > span::after, .panel-section > .panel-hdg-02._link > a:focus > span::after {
  width: 100%;
}
.panel-section > .panel-hdg-03 {
  margin: 0 0 11px;
  color: #000;
  font-size: 2rem;
}
.panel-section > .panel-hdg-03 > a {
  position: relative;
  display: block;
}
.panel-section > .panel-hdg-03 > a::before, .panel-section > .panel-hdg-03 > a::after {
  position: absolute;
  top: 9px;
  width: 6px;
  height: 6px;
  border: 1px solid #032545;
  border-bottom: transparent;
  border-left: transparent;
  transform: rotate(45deg);
}
.panel-section > .panel-hdg-03 > a::before {
  right: 8px;
}
.panel-section > .panel-hdg-03 > a::after {
  right: 2px;
}
.panel-section > .panel-hdg-03 > a > span {
  position: relative;
  display: block;
  padding: 0 20px 0 0;
  font-weight: normal;
}
.panel-section > .panel-hdg-03 > a > span::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #032545;
  transition: width .6s cubic-bezier(.23, 1, .32, 1);
}
@media only screen and (max-width: 640px) {
  .panel-section > .panel-hdg-03 > a > span::after {
    display: none;
  }
}
.panel-section > .panel-hdg-03 > a > span > span {
  font-size: 1.4rem;
}
.panel-section > .panel-hdg-03 > a:hover > span::after, .panel-section > .panel-hdg-03 > a:active > span::after, .panel-section > .panel-hdg-03 > a:focus > span::after {
  width: 100%;
}
.panel .panel-section {
  border-bottom-style: dotted;
}
.grid-col._width-full .panel-section {
  padding-bottom: 0;
  border-bottom: 0;
}
@media only screen and (max-width: 640px) {
  .panel-section > .panel-hdg-03 {
    font-size: 1.6rem;
  }
  .panel-section > .panel-hdg {
    font-size: 1.5rem;
  }
  .panel-section > .panel-hdg-03 {
    font-size: 1.8rem;
  }
}

/* .panel-menu
----------------------------------------------- */
.panel-menu {
  overflow: hidden;
  margin: 0 0 25px;
  padding: 0 30px 26px;
  border-radius: 6px;
  background: #fff;
}
.panel-menu > :last-child {
  margin-bottom: 0;
}
.panel-menu > .panel-hdg {
  position: relative;
  margin: 0 -30px 27px;
  padding: 7px 10px 5px;
  background: #c88f4b;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
}
.panel-menu > .panel-hdg::before {
  margin: 0 10px 0 0;
}
.panel-menu._cooking > .panel-hdg::before {
  width: 20px;
  height: 13px;
  background-position: -58px -148px;
  background-size: 204px auto;
}
.panel-menu._program > .panel-hdg::before {
  position: relative;
  top: 2px;
  width: 14px;
  height: 16px;
  background-position: -186px -26px;
  background-size: 204px auto;
}
@media only screen and (max-width: 640px) {
  .panel-menu {
    margin: 0 0 20px;
    padding: 0 18px 18px;
  }
  .panel-menu > .panel-hdg {
    margin-bottom: 20px;
    font-size: 1.5rem;
  }
}

/* .panel-aside
----------------------------------------------- */
.panel-aside {
  margin: 0 0 30px;
  padding: 19px;
  border: 1px solid #ccc;
}
.panel-aside .panel-hdg {
  margin: 0 0 17px;
  color: #032545;
  text-align: center;
  font-size: 1.6rem;
}
.panel-aside .panel-btn-list {
  margin: 0 0 18px;
}
.panel-aside .panel-btn-list li {
  margin: 0 0 15px;
}
.panel-aside .panel-btn-list li:last-child {
  margin: 0;
}
.panel-aside > :last-child {
  margin-bottom: 0;
}

/* .panel-contact
----------------------------------------------- */
.panel-contact {
  margin: 60px 0 25px;
}
.panel-contact > .panel-hdg {
  margin: 0 0 5px;
  color: #032545;
  font-size: 2rem;
}
.panel-contact > .panel-wrap {
  padding: 27px 38px 31px;
  background: #032545;
  color: #fff;
}
.panel-contact > .panel-wrap a {
  color: #fff;
}
.panel-contact > .panel-wrap > .panel-inner > :last-child {
  margin-bottom: 0;
}
.panel-contact > .panel-wrap > .panel-inner .panel-hdg {
  position: relative;
  box-sizing: border-box;
  margin: 0 0 15px;
  padding: 10px 0 0 62px;
  min-height: 48px;
  font-size: 2rem;
}
.panel-contact > .panel-wrap > .panel-inner .panel-hdg::before {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  min-width: 48px;
  min-height: 48px;
  border-radius: 24px;
  background: #fff;
}
.panel-contact > .panel-wrap > .panel-inner .panel-hdg::after {
  position: absolute;
}
.panel-contact > .panel-wrap > .panel-inner .panel-hdg._form::after {
  top: 13px;
  left: 11px;
  width: 28px;
  height: 22px;
  background-position: -100px -96px;
  background-size: 204px auto;
}
.panel-contact > .panel-wrap > .panel-inner .panel-hdg._email::after {
  top: 15px;
  left: 11px;
  width: 26px;
  height: 18px;
  background-position: -30px -148px;
  background-size: 204px auto;
}
.panel-contact > .panel-wrap > .panel-inner .panel-hdg._tel::after {
  top: 11px;
  left: 15px;
  width: 18px;
  height: 24px;
  background-position: -186px 0;
  background-size: 204px auto;
}
.panel-contact > .panel-wrap > .panel-inner + .panel-inner {
  margin: 20px 0 0;
  padding-top: 21px;
  border-top: 1px solid #0a345c;
}
.panel-contact > .panel-wrap > .panel-inner._email .panel-txt {
  font-size: 3.5rem;
}
.panel-contact > .panel-wrap > .panel-inner._tel > .panel-title {
  margin: 0 0 20px;
  padding: 8px 0 5px 21px;
  border-left: 3px solid #afb6bc;
  font-size: 1.6rem;
}
.panel-contact > .panel-wrap > .panel-inner._tel > .panel-info .-tel {
  display: inline-block;
  margin: 0 30px 0 0;
  color: #fff;
  vertical-align: middle;
  font-size: 4rem;
  line-height: 1.1;
}
.panel-contact > .panel-wrap > .panel-inner._tel > .panel-info .-time {
  display: inline-block;
  color: #afb6bc;
  vertical-align: middle;
  font-size: 1.6rem;
}
.panel-contact .panel-note > :last-child {
  margin-bottom: 0;
}
.panel-contact .panel-note .panel-title {
  margin: 0 0 9px;
}
.panel-contact .panel-note .panel-col {
  display: inline-block;
}
.panel-contact .panel-note .panel-col .-title {
  display: inline-block;
  margin: 0 15px 0 0;
}
.panel-contact .panel-note .panel-col .-tel {
  display: inline-block;
  font-size: 1.6rem;
}
.panel-contact .panel-note .panel-col .-tel b {
  font-weight: normal;
  font-size: 2.2rem;
}
@media only screen and (max-width: 640px) {
  .panel-contact {
    margin: 40px 0 10px;
  }
  .panel-contact > .panel-hdg {
    font-size: 1.6rem;
  }
  .panel-contact > .panel-wrap {
    padding: 20px 15px;
  }
  .panel-contact > .panel-wrap > .panel-inner .panel-hdg {
    padding: 4px 0 0 37px;
    min-height: 30px;
    font-size: 1.4rem;
  }
  .panel-contact > .panel-wrap > .panel-inner .panel-hdg::before {
    min-width: 30px;
    min-height: 30px;
    border-radius: 15px;
  }
  .panel-contact > .panel-wrap > .panel-inner .panel-hdg._form {
    margin: 0 0 12px;
  }
  .panel-contact > .panel-wrap > .panel-inner .panel-hdg._form::after {
    top: 8px;
    left: 6px;
    width: 17.5px;
    height: 13.75px;
    background-position: -63px -60px;
    background-size: 127.5px auto;
  }
  .panel-contact > .panel-wrap > .panel-inner .panel-hdg._email {
    margin: 0 0 12px;
  }
  .panel-contact > .panel-wrap > .panel-inner .panel-hdg._email::after {
    top: 9px;
    left: 7px;
    width: 16.25px;
    height: 11.25px;
    background-position: -19px -93px;
    background-size: 127.5px auto;
  }
  .panel-contact > .panel-wrap > .panel-inner .panel-hdg._tel::after {
    top: 7px;
    left: 9px;
    width: 11.25px;
    height: 15px;
    background-position: -117px 0;
    background-size: 127.5px auto;
  }
  .panel-contact > .panel-wrap > .panel-inner + .panel-inner {
    margin: 25px 0 0;
    padding-top: 20px;
  }
  .panel-contact > .panel-wrap > .panel-inner._email .panel-txt {
    font-size: 2.4rem;
  }
  .panel-contact > .panel-wrap > .panel-inner._tel > .panel-title {
    margin: 0 0 12px;
    padding: 2px 0 0 9px;
    border-left-width: 2px;
    font-size: 1.3rem;
  }
  .panel-contact > .panel-wrap > .panel-inner._tel > .panel-info {
    margin: 0;
    padding: 0 0 0 10px;
  }
  .panel-contact > .panel-wrap > .panel-inner._tel > .panel-info .-tel {
    margin: 0;
    text-align: left;
    font-size: 2.7rem;
  }
  .panel-contact > .panel-wrap > .panel-inner._tel > .panel-info .-time {
    font-size: 1.2rem;
  }
  .panel-contact .panel-note {
    display: block;
    margin: 22px 0 0;
    padding: 0 0 0 12px;
    font-size: 1.2rem;
  }
  .panel-contact .panel-note .panel-title {
    margin: 0 0 6px;
  }
  .panel-contact .panel-note .panel-col .-title {
    margin: 0 0 5px;
    font-size: 1.2rem;
  }
  .panel-contact .panel-note .panel-col .-tel {
    font-size: 1.4rem;
  }
  .panel-contact .panel-note .panel-col .-tel b {
    font-size: 1.8rem;
  }
}

/* .panel-contact-02
----------------------------------------------- */
.panel-contact-02 {
  margin: 60px 0 25px;
}
.panel-contact-02 > .panel-hdg {
  margin: 0 0 5px;
  color: #032545;
  font-size: 2rem;
}
.panel-contact-02 > .panel-wrap {
  padding: 27px 38px 31px;
  background: #032545;
  color: #fff;
}
.panel-contact-02 > .panel-wrap a {
  color: #fff;
}
.panel-contact-02 > .panel-wrap > .panel-inner > :last-child {
  margin-bottom: 0;
}
.panel-contact-02 > .panel-wrap > .panel-inner .panel-hdg {
  position: relative;
  box-sizing: border-box;
  margin: 0 0 15px;
  padding: 10px 0 0 62px;
  min-height: 48px;
  font-size: 2rem;
}
.panel-contact-02 > .panel-wrap > .panel-inner .panel-hdg::before {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  min-width: 48px;
  min-height: 48px;
  border-radius: 24px;
  background: #fff;
}
.panel-contact-02 > .panel-wrap > .panel-inner .panel-hdg::after {
  position: absolute;
}
.panel-contact-02 > .panel-wrap > .panel-inner .panel-hdg._form {
  margin: 0;
}
.panel-contact-02 > .panel-wrap > .panel-inner .panel-hdg._form::after {
  top: 13px;
  left: 11px;
  width: 28px;
  height: 22px;
  background-position: -100px -96px;
  background-size: 204px auto;
}
.panel-contact-02 > .panel-wrap > .panel-inner .panel-hdg._email {
  margin: 0;
}
.panel-contact-02 > .panel-wrap > .panel-inner .panel-hdg._email::after {
  top: 15px;
  left: 11px;
  width: 26px;
  height: 18px;
  background-position: -30px -148px;
  background-size: 204px auto;
}
.panel-contact-02 > .panel-wrap > .panel-inner .panel-hdg._tel::after {
  top: 11px;
  left: 15px;
  width: 18px;
  height: 24px;
  background-position: -186px 0;
  background-size: 204px auto;
}
.panel-contact-02 > .panel-wrap > .panel-inner + .panel-inner {
  margin: 20px 0 0;
  padding-top: 21px;
  border-top: 1px solid #0a345c;
}
.panel-contact-02 > .panel-wrap > .panel-inner._form {
  display: table;
  width: 100%;
}
.panel-contact-02 > .panel-wrap > .panel-inner._form .panel-col, .panel-contact-02 > .panel-wrap > .panel-inner._form .panel-col-02 {
  display: table-cell;
  vertical-align: middle;
}
.panel-contact-02 > .panel-wrap > .panel-inner._form .panel-col-02 {
  padding: 0 0 0 10px;
  width: 40%;
  text-align: right;
}
.panel-contact-02 > .panel-wrap > .panel-inner._form .panel-col-02 > :last-child {
  margin-bottom: 0;
}
.panel-contact-02 > .panel-wrap > .panel-inner._email {
  display: table;
  width: 100%;
}
.panel-contact-02 > .panel-wrap > .panel-inner._email .panel-col, .panel-contact-02 > .panel-wrap > .panel-inner._email .panel-col-02 {
  display: table-cell;
  vertical-align: middle;
}
.panel-contact-02 > .panel-wrap > .panel-inner._email .panel-col-02 {
  padding: 0 0 0 10px;
  text-align: right;
  font-size: 3.5rem;
}
.panel-contact-02 > .panel-wrap > .panel-inner._email .panel-col-02 > :last-child {
  margin-bottom: 0;
}
.panel-contact-02 .panel-body {
  padding: 0 0 0 67px;
}
.panel-contact-02 .panel-body > :last-child {
  margin-bottom: 0;
}
.panel-contact-02 .panel-tel {
  display: table;
  margin: 0 0 36px;
  width: 100%;
}
.panel-contact-02 .panel-tel .panel-col, .panel-contact-02 .panel-tel .panel-col-02 {
  display: table-cell;
  vertical-align: middle;
}
.panel-contact-02 .panel-tel .panel-col > :last-child, .panel-contact-02 .panel-tel .panel-col-02 > :last-child {
  margin-bottom: 0;
}
.panel-contact-02 .panel-tel .panel-col {
  padding: 0 0 0 21px;
  border-left: 3px solid #afb6bc;
  font-size: 1.6rem;
}
.panel-contact-02 .panel-tel .panel-col > * {
  margin: 0;
}
.panel-contact-02 .panel-tel .panel-col-02 {
  padding: 0 0 0 10px;
  text-align: right;
  font-size: 4rem;
  line-height: 1.1;
}
.panel-contact-02 .panel-tel .panel-col-02 span {
  display: block;
  color: #afb6bc;
  font-size: 1.6rem;
}
.panel-contact-02 .panel-note > :last-child {
  margin-bottom: 0;
}
.panel-contact-02 .panel-note .panel-title {
  margin: 0;
}
.panel-contact-02 .panel-note .panel-col span {
  display: inline-block;
  font-size: 1.6rem;
}
.panel-contact-02 .panel-note .panel-col b {
  font-weight: normal;
  font-size: 2.2rem;
}
.hdg-l2 + .panel-contact-02, .hdg-l3 + .panel-contact-02 {
  margin-top: 0;
}
@media only screen and (max-width: 640px) {
  .panel-contact-02 {
    margin: 40px 0 10px;
  }
  .panel-contact-02 > .panel-hdg {
    font-size: 1.6rem;
  }
  .panel-contact-02 > .panel-wrap {
    padding: 20px 15px;
  }
  .panel-contact-02 > .panel-wrap > .panel-inner .panel-hdg {
    padding: 4px 0 0 37px;
    min-height: 30px;
    font-size: 1.4rem;
  }
  .panel-contact-02 > .panel-wrap > .panel-inner .panel-hdg::before {
    min-width: 30px;
    min-height: 30px;
    border-radius: 15px;
  }
  .panel-contact-02 > .panel-wrap > .panel-inner .panel-hdg._form {
    margin: 0 0 12px;
  }
  .panel-contact-02 > .panel-wrap > .panel-inner .panel-hdg._form::after {
    top: 8px;
    left: 6px;
    width: 17.5px;
    height: 13.75px;
    background-position: -63px -60px;
    background-size: 127.5px auto;
  }
  .panel-contact-02 > .panel-wrap > .panel-inner .panel-hdg._email {
    margin: 0 0 12px;
  }
  .panel-contact-02 > .panel-wrap > .panel-inner .panel-hdg._email::after {
    top: 9px;
    left: 7px;
    width: 16.25px;
    height: 11.25px;
    background-position: -19px -93px;
    background-size: 127.5px auto;
  }
  .panel-contact-02 > .panel-wrap > .panel-inner .panel-hdg._tel::after {
    top: 7px;
    left: 9px;
    width: 11.25px;
    height: 15px;
    background-position: -117px 0;
    background-size: 127.5px auto;
  }
  .panel-contact-02 > .panel-wrap > .panel-inner + .panel-inner {
    margin: 25px 0 0;
    padding-top: 20px;
  }
  .panel-contact-02 > .panel-wrap > .panel-inner._form, .panel-contact-02 > .panel-wrap > .panel-inner._email {
    display: block;
  }
  .panel-contact-02 > .panel-wrap > .panel-inner._form .panel-col, .panel-contact-02 > .panel-wrap > .panel-inner._form .panel-col-02, .panel-contact-02 > .panel-wrap > .panel-inner._email .panel-col, .panel-contact-02 > .panel-wrap > .panel-inner._email .panel-col-02 {
    display: block;
  }
  .panel-contact-02 > .panel-wrap > .panel-inner._form .panel-col-02, .panel-contact-02 > .panel-wrap > .panel-inner._email .panel-col-02 {
    padding: 0;
    width: auto;
  }
  .panel-contact-02 > .panel-wrap > .panel-inner._form .panel-col-02 {
    text-align: center;
  }
  .panel-contact-02 > .panel-wrap > .panel-inner._email .panel-col-02 {
    text-align: left;
    font-size: 2.4rem;
  }
  .panel-contact-02 .panel-body {
    padding: 0;
  }
  .panel-contact-02 .panel-tel {
    display: block;
    margin: 0 0 22px;
  }
  .panel-contact-02 .panel-tel .panel-col, .panel-contact-02 .panel-tel .panel-col-02 {
    display: block;
  }
  .panel-contact-02 .panel-tel .panel-col {
    margin: 0 0 12px;
    padding: 0 0 0 9px;
    border-left-width: 2px;
    font-size: 1.3rem;
  }
  .panel-contact-02 .panel-tel .panel-col-02 {
    text-align: left;
    font-size: 2.7rem;
  }
  .panel-contact-02 .panel-tel .panel-col-02 span {
    margin: 5px 0;
    font-size: 1.2rem;
  }
  .panel-contact-02 .panel-note {
    margin: 0;
    padding: 0 0 0 9px;
    font-size: 1.2rem;
  }
  .panel-contact-02 .panel-note .panel-title {
    margin: 0 0 6px;
  }
  .panel-contact-02 .panel-note .panel-col span {
    font-size: 1.4rem;
  }
  .panel-contact-02 .panel-note .panel-col b {
    font-size: 1.8rem;
  }
}

/* ----------------------------------------------------------------
    Media
----------------------------------------------------------------- */
/* .media
----------------------------------------------- */
.media {
  margin: 0 0 15px;
  text-align: center;
}
.media > .media-item {
  margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
  .media {
    margin: 0 0 10px;
  }
}

/* .media-item
----------------------------------------------- */
.media-item._iframe > .media-item-inner {
  position: relative;
  overflow: hidden;
  padding: 0 0 38.46154%;
  height: 0;
}
.media-item._iframe > .media-item-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* .media-caption
----------------------------------------------- */
.media-caption {
  display: block;
  margin: 5px 0 0;
  font-size: 1.2rem;
  line-height: 1.2;
}

/* .media-lyt
----------------------------------------------- */
.media-lyt {
  overflow: hidden;
  margin: 0 0 25px;
}
.media-lyt > .media-item {
  line-height: 1;
}
.media-lyt > .media-item._iframe {
  width: 40.26846%;
}
.media-lyt > .media-item._iframe .media-item-inner {
  padding-bottom: 100%;
}
.media-lyt > .media-col {
  overflow: hidden;
}
.media-lyt > .media-col > :first-child, .media-lyt > .media-col > :first-child > :first-child {
  margin-top: 0;
}
.media-lyt > .media-col > :last-child {
  margin-bottom: 0;
}
.media-lyt[data-media-lyt='right'] > .media-item {
  float: right;
  margin: 0 0 0 35px;
}
.media-lyt[data-media-lyt='left'] > .media-item {
  float: left;
  margin: 0 35px 0 0;
}
@media only screen and (max-width: 910px) {
  .media-lyt > .media-item {
    max-width: 50%;
  }
}
@media only screen and (max-width: 640px) {
  .media-lyt {
    margin: 0 0 20px;
  }
  .media-lyt > .media-item {
    max-width: 100%;
  }
  .media-lyt > .media-item._iframe {
    width: auto;
  }
  .media-lyt > .media-item._iframe .media-item-inner {
    padding-bottom: 38.46154%;
  }
  .media-lyt[data-media-lyt] > .media-item {
    float: none;
    margin: 0 0 10px;
    text-align: center;
  }
}

/* .media-list
----------------------------------------------- */
.media-list {
  margin-left: -2.9703%;
}
.media-list > .media-item {
  margin-left: 2.88462%;
  width: 47.11538%;
}
.media-list > .media-item:nth-child(2n+1) {
  clear: both;
}
.media-list > .media-item {
  float: left;
}
@media only screen and (max-width: 640px) {
  .media-list {
    margin-left: 0;
    text-align: center;
  }
  .media-list > .media-item {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  .media-list > .media-item:first-child {
    margin-left: 0;
  }
}

/* JavaScript Off
----------------------------------------------- */
.no-js .carousel-item li:first-child {
  display: block;
  opacity: 1;
}

/* ----------------------------------------------------------------
    Top
----------------------------------------------------------------- */

/* .t-grid
----------------------------------------------- */
.t-grid {
  padding: 0 35px;
}
.t-grid .nav-panel-02 .nav-hdg {
  margin: 0 0 19px;
}
@media only screen and (max-width: 640px) {
  .t-grid {
    padding: 0 10px;
  }
}

/* ----------------------------------------------------------------
    Content
----------------------------------------------------------------- */
/* .content
----------------------------------------------- */
/* .content-fluid
----------------------------------------------- */
.content-fluid {
  background: #fff;
}

/* .content-fluid-02
----------------------------------------------- */
.content-fluid-02 {
  background: #f0f1f3;
}
.content-fluid + .content-fluid-02 {
  position: relative;
}
.content-fluid + .content-fluid-02::before {
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -20px;
  width: 0;
  height: 0;
  border-top: 17px solid #fff;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
}

/* .content-inner
----------------------------------------------- */
.content-inner {
  margin: 0 auto;
  padding-top: 44px;
  padding-bottom: 56px;
  max-width: 1040px;
  text-align: left;
}
@media only screen and (max-width: 860px) {
  .content-inner {
    width: auto;
  }
}
@media only screen and (max-width: 1040px) {
  .content-inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.content-inner._card {
  max-width: 760px;
}
.content-inner > :first-child:not(.grid) {
  margin-top: 0;
}
.content-inner > :last-child {
  margin-bottom: 0;
}
.content-fluid._no-js .content-inner {
  padding-top: 0;
  padding-bottom: 0;
}
.content-fluid-02 .content-inner {
  padding-top: 51px;
  padding-bottom: 28px;
}
@media only screen and (max-width: 640px) {
  .content-inner {
    padding: 20px 15px;
  }
}

/* ----------------------------------------------------------------
    Content (2 column)
----------------------------------------------------------------- */
/* .content-primary
----------------------------------------------- */
.content-primary > :first-child:not(.grid) {
  margin-top: 0;
}
.content-primary > :last-child {
  margin-bottom: 0;
}
.content-fluid[data-content-col='2'] .content-primary {
  float: left;
  width: 71.63462%;
}
@media only screen and (max-width: 640px) {
  .content-fluid[data-content-col='2'] .content-primary {
    float: none;
    width: auto;
  }
}

/* ----------------------------------------------------------------
    Helpers
----------------------------------------------------------------- */
/* Control Align
----------------------------------------------- */
.left {
  text-align: left !important;
}

.center {
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center !important;
}

.right {
  text-align: right !important;
}

.top {
  vertical-align: top !important;
}

.middle {
  vertical-align: middle !important;
}

.bottom {
  vertical-align: bottom !important;
}

/* Control Width
----------------------------------------------- */
.w-5 {
  width: 5% !important;
}

.w-10 {
  width: 10% !important;
}

.w-15 {
  width: 15% !important;
}

.w-20 {
  width: 20% !important;
}

.w-25 {
  width: 25% !important;
}

.w-30 {
  width: 30% !important;
}

.w-35 {
  width: 35% !important;
}

.w-40 {
  width: 40% !important;
}

.w-45 {
  width: 45% !important;
}

.w-50 {
  width: 50% !important;
}

.w-55 {
  width: 55% !important;
}

.w-60 {
  width: 60% !important;
}

.w-65 {
  width: 65% !important;
}

.w-70 {
  width: 70% !important;
}

.w-75 {
  width: 75% !important;
}

.w-80 {
  width: 80% !important;
}

.w-85 {
  width: 85% !important;
}

.w-90 {
  width: 90% !important;
}

.w-95 {
  width: 95% !important;
}

.w-100 {
  width: 100% !important;
}

/* Control Margin and Padding
----------------------------------------------- */
.p-top-0 {
  padding-top: 0 !important;
}

.p-right-0 {
  padding-right: 0 !important;
}

.p-bottom-0 {
  padding-bottom: 0 !important;
}

.p-left-0 {
  padding-left: 0 !important;
}

.m-top-0 {
  margin-top: 0 !important;
}

.m-right-0 {
  margin-right: 0 !important;
}

.m-bottom-0 {
  margin-bottom: 0 !important;
}

.m-left-0 {
  margin-left: 0 !important;
}

.p-top-5 {
  padding-top: 5px !important;
}

.p-right-5 {
  padding-right: 5px !important;
}

.p-bottom-5 {
  padding-bottom: 5px !important;
}

.p-left-5 {
  padding-left: 5px !important;
}

.m-top-5 {
  margin-top: 5px !important;
}

.m-right-5 {
  margin-right: 5px !important;
}

.m-bottom-5 {
  margin-bottom: 5px !important;
}

.m-left-5 {
  margin-left: 5px !important;
}

.p-top-10 {
  padding-top: 10px !important;
}

.p-right-10 {
  padding-right: 10px !important;
}

.p-bottom-10 {
  padding-bottom: 10px !important;
}

.p-left-10 {
  padding-left: 10px !important;
}

.m-top-10 {
  margin-top: 10px !important;
}

.m-right-10 {
  margin-right: 10px !important;
}

.m-bottom-10 {
  margin-bottom: 10px !important;
}

.m-left-10 {
  margin-left: 10px !important;
}

.p-top-15 {
  padding-top: 15px !important;
}

.p-right-15 {
  padding-right: 15px !important;
}

.p-bottom-15 {
  padding-bottom: 15px !important;
}

.p-left-15 {
  padding-left: 15px !important;
}

.m-top-15 {
  margin-top: 15px !important;
}

.m-right-15 {
  margin-right: 15px !important;
}

.m-bottom-15 {
  margin-bottom: 15px !important;
}

.m-left-15 {
  margin-left: 15px !important;
}

.p-top-20 {
  padding-top: 20px !important;
}

.p-right-20 {
  padding-right: 20px !important;
}

.p-bottom-20 {
  padding-bottom: 20px !important;
}

.p-left-20 {
  padding-left: 20px !important;
}

.m-top-20 {
  margin-top: 20px !important;
}

.m-right-20 {
  margin-right: 20px !important;
}

.m-bottom-20 {
  margin-bottom: 20px !important;
}

.m-left-20 {
  margin-left: 20px !important;
}

.p-top-25 {
  padding-top: 25px !important;
}

.p-right-25 {
  padding-right: 25px !important;
}

.p-bottom-25 {
  padding-bottom: 25px !important;
}

.p-left-25 {
  padding-left: 25px !important;
}

.m-top-25 {
  margin-top: 25px !important;
}

.m-right-25 {
  margin-right: 25px !important;
}

.m-bottom-25 {
  margin-bottom: 25px !important;
}

.m-left-25 {
  margin-left: 25px !important;
}

.p-top-30 {
  padding-top: 30px !important;
}

.p-right-30 {
  padding-right: 30px !important;
}

.p-bottom-30 {
  padding-bottom: 30px !important;
}

.p-left-30 {
  padding-left: 30px !important;
}

.m-top-30 {
  margin-top: 30px !important;
}

.m-right-30 {
  margin-right: 30px !important;
}

.m-bottom-30 {
  margin-bottom: 30px !important;
}

.m-left-30 {
  margin-left: 30px !important;
}

.p-top-35 {
  padding-top: 35px !important;
}

.p-right-35 {
  padding-right: 35px !important;
}

.p-bottom-35 {
  padding-bottom: 35px !important;
}

.p-left-35 {
  padding-left: 35px !important;
}

.m-top-35 {
  margin-top: 35px !important;
}

.m-right-35 {
  margin-right: 35px !important;
}

.m-bottom-35 {
  margin-bottom: 35px !important;
}

.m-left-35 {
  margin-left: 35px !important;
}

.p-top-40 {
  padding-top: 40px !important;
}

.p-right-40 {
  padding-right: 40px !important;
}

.p-bottom-40 {
  padding-bottom: 40px !important;
}

.p-left-40 {
  padding-left: 40px !important;
}

.m-top-40 {
  margin-top: 40px !important;
}

.m-right-40 {
  margin-right: 40px !important;
}

.m-bottom-40 {
  margin-bottom: 40px !important;
}

.m-left-40 {
  margin-left: 40px !important;
}

/* Responsive Display Control
----------------------------------------------- */
@media only screen and (max-width: 640px) {
  .hide-narrow-below {
    display: none !important;
  }
}
@media only screen and (min-width: 641px) {
  .hide-narrow-above {
    display: none !important;
  }
}
@media only screen and (max-width: 910px) {
  .hide-medium-below {
    display: none !important;
  }
}
@media only screen and (min-width: 911px) {
  .hide-medium-above {
    display: none !important;
  }
}
@media only screen and (max-width: 640px) {
  .block-narrow-below {
    display: block !important;
  }
}
@media only screen and (min-width: 641px) {
  .block-narrow-above {
    display: block !important;
  }
}
@media only screen and (max-width: 910px) {
  .block-medium-below {
    display: block !important;
  }
}
@media only screen and (min-width: 911px) {
  .block-medium-above {
    display: block !important;
  }
}
