@charset "UTF-8";
/* font import */
@import url("https://fonts.googleapis.com/css?family=Marvel:400,400i,700,700i");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:300,400&display=swap");
/*--- その他のscssファイルを読み込む------------------------------------*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 500;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*!
* ress.css • v1.1.2
* MIT License
* github.com/filipelinhares/ress
*/
/* # =================================================================
# Global selectors
# ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
# General elements
# ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-style: normal;
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 100%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

address,
em {
  font-style: normal;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  rt:not(:target) {
    position: relative;
    top: -0.7em;
    /* IE10（\9なしでIE11にも適用） */
  }
}

/* # =================================================================
# Forms
# ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
# Specify media element style
# ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
  vertical-align: bottom;
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
# Accessibility
# ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
# Selection
# ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

input[type="button"],
input[type="submit"],
button[type="button"],
button[type="submit"] {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0;
}

input[type="button"]:focus,
input[type="submit"]:focus,
button[type="button"]:focus,
button[type="submit"]:focus {
  outline: 0;
}

@media only screen and (max-width: 767px) {
  .wrapSecBdr._form {
    padding: 20px 15px;
    border: none;
  }
}

.wrapForm {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 576px), print {
  .wrapForm {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 768px), print {
  .wrapForm {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 960px) {
  .wrapForm {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.wrapForm:first-child {
  margin-top: 0;
}

.wrapForm:last-child {
  margin-bottom: 0;
}

.wrapForm .contactForm {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 576px), print {
  .wrapForm .contactForm {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 768px), print {
  .wrapForm .contactForm {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 960px) {
  .wrapForm .contactForm {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.wrapForm .contactForm:first-child {
  margin-top: 0;
}

.wrapForm .contactForm:last-child {
  margin-bottom: 0;
}

.wrapForm > form {
  margin-bottom: 25px;
}

@media only screen and (min-width: 768px), print {
  .wrapForm > form {
    margin-bottom: 30px;
  }
}

.wrapForm input[name="_token"] + .secLg {
  margin-top: 0;
}

.wrapForm input ,
.wrapForm select,
.wrapForm textarea {
  background-color: #fff;
  border: 1px solid #E6E6E6;
  border-radius: 3px;
}

@media only screen and (max-width: 767px) {
  .wrapForm input ,
  .wrapForm select,
  .wrapForm textarea {
    font-size: 16px;
  }
}

.wrapForm input[type="button"],
.wrapForm input[type="submit"],
.wrapForm button[type="button"],
.wrapForm button[type="submit"] {
  border: none;
}

.wrapForm input ,
.wrapForm select,
.wrapForm textarea {
  padding: 0 0.4em;
  border-radius: 2px;
  vertical-align: middle;
}

@media only screen and (min-width: 768px), print {
  .wrapForm input ,
  .wrapForm select,
  .wrapForm textarea {
    padding: 0 0.6em;
  }
}

.wrapForm input[type="text"],
.wrapForm input[type="tel"],
.wrapForm input[type="number"],
.wrapForm input[type="email"] {
  height: 2em;
}

.wrapForm select {
  width: 100%;
}

.wrapForm select:focus {
  outline: 0;
}

.wrapForm input[type="text"],
.wrapForm textarea {
  width: 100%;
}

.wrapForm [type="radio"] {
  border-radius: 50%;
  -webkit-appearance: none;
  background-color: #E6E6E6;
  padding: 0;
  height: 1em;
  -webkit-transition-property: background, -webkit-box-shadow;
  transition-property: background, -webkit-box-shadow;
  transition-property: background, box-shadow;
  transition-property: background, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  width: 1em;
  outline: 0;
}

.wrapForm [type="radio"]:checked {
  background-color: #08847B;
  border: none;
  -webkit-box-shadow: inset 0 0 0 1px #08847B, inset 0 0 0 4px #fff;
          box-shadow: inset 0 0 0 1px #08847B, inset 0 0 0 4px #fff;
}

.wrapForm input[type="number"] {
  -moz-appearance: textfield;
}

.wrapForm input[type="number"]::-webkit-outer-spin-button,
.wrapForm input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.wrapForm input[type="checkbox"],
.wrapForm input[type="radio"] {
  position: relative;
  margin-top: -0.2em;
  margin-right: 0.35em;
}

.wrapForm ::-webkit-input-placeholder {
  color: #aaa;
}

.wrapForm :-ms-input-placeholder {
  color: #aaa;
}

.wrapForm ::-moz-placeholder {
  color: #aaa;
}

.wrapForm ::-placeholder {
  color: #aaa;
}

@media only screen and (min-width: 768px), print {
  .wrapForm .tableType {
    display: table;
    width: 100%;
  }
}

@media only screen and (min-width: 768px), print {
  .wrapForm .tableType + .tableType {
    border-top: 1px solid #ddd;
  }
}

@media only screen and (min-width: 768px), print {
  .wrapForm .tableType:first-of-type > dt {
    border-top-left-radius: 4px;
  }
}

@media only screen and (min-width: 768px), print {
  .wrapForm .tableType:first-of-type > dd {
    border-top-right-radius: 4px;
  }
}

@media only screen and (min-width: 768px), print {
  .wrapForm .tableType:last-of-type > dt {
    border-bottom-left-radius: 4px;
  }
}

@media only screen and (min-width: 768px), print {
  .wrapForm .tableType:last-of-type > dd {
    border-bottom-right-radius: 4px;
  }
}

.wrapForm .tableType > dt {
  padding: 0.8em 1em;
  background-color: #F0F0F0;
  border-top: 3px solid #ddd;
  color: #333;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}

@media only screen and (min-width: 768px), print {
  .wrapForm .tableType > dt {
    display: table-cell;
    width: 200px;
    padding: 1em;
    border: none;
    vertical-align: middle;
  }
}

.wrapForm .tableType > dt .txtMust {
  margin-left: 0.5em;
}

.wrapForm .tableType > dd {
  padding: 0.8em 1em;
  background-color: #FAFAFA;
}

@media only screen and (min-width: 768px), print {
  .wrapForm .tableType > dd {
    display: table-cell;
    padding: 1em;
    vertical-align: middle;
  }
}

.wrapForm .txtForm {
  margin-bottom: 0.8em;
}

.wrapForm .txtNotes {
  font-size: 13px;
  margin: 0.5em 0 0 0;
  color: #08847B;
}

.wrapForm .txtMust {
  color: #CB0000;
}

.wrapForm .txtAssist {
  color: #666;
  font-size: 12px;
  font-size: 1.2rem;
}

@media only screen and (min-width: 768px), print {
  .wrapForm .txtAssist {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.wrapForm .inrInputTtl {
  margin: 0.6em 0 0.4em;
}

.wrapForm .inrInputTtl:first-child {
  margin-top: 0;
}

.wrapForm .inrInputTtl:last-child {
  margin-bottom: 0;
}

.wrapForm .selectInline {
  margin: -0.4em -0.8em 0 0;
}

@media only screen and (min-width: 768px), print {
  .wrapForm .selectInline {
    margin: -0.2em -1.2em 0 0;
  }
}

.wrapForm .selectInline li {
  display: inline-block;
  margin: 0.4em 0.8em 0 0;
}

@media only screen and (min-width: 768px), print {
  .wrapForm .selectInline li {
    margin: 0.2em 1.2em 0 0;
  }
}

.wrapForm .selectInline label {
  cursor: pointer;
}

.wrapForm .wrapSelectBox {
  position: relative;
  display: inline-block;
}

.wrapForm .wrapSelectBox:after {
  position: absolute;
  top: 1px;
  right: 10px;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  content: '';
  border-top: 6px solid #777;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  pointer-events: none;
}

.wrapForm .wrapSelectBox._multiple:after {
  display: none;
}

.wrapForm .wrapSelectBox._multiple select {
  margin-right: 10px;
  padding-right: 0;
}

.wrapForm .wrapSelectBox select {
  padding-right: 2em;
  min-height: 2em;
}

.wrapForm .wrapInputName .inputName {
  margin: -0.4em -0.8em 0 0;
}

@media only screen and (min-width: 768px), print {
  .wrapForm .wrapInputName .inputName {
    margin: -0.4em -1.2em 0 0;
    display: inline-block;
  }
}

.wrapForm .wrapInputName .inputName li {
  display: inline-block;
  margin: 0.4em 0.8em 0 0;
}

@media only screen and (min-width: 768px), print {
  .wrapForm .wrapInputName .inputName li {
    margin: 0.4em 1.2em 0 0;
  }
}

.wrapForm .wrapInputName .inputName li .txtAssistName {
  display: inline-block;
  width: 2.1em;
  margin-right: 10px;
  text-align: right;
  vertical-align: middle;
  white-space: nowrap;
}

.wrapForm .wrapInputName .inputName li input {
  width: 10em;
}

.wrapForm .wrapInputName .inputName li label {
  display: inline-block;
  margin: 0.4em 0.8em 0 0;
}

@media only screen and (min-width: 768px), print {
  .wrapForm .wrapInputName .inputName li label {
    margin: 0.4em 1.2em 0 0;
  }
}

.wrapForm .wrapInputName .txtAssist {
  margin-top: 0.4em;
  display: inline-block;
}

.wrapForm .inputPostal > li + li {
  margin-top: 0.8em;
}

@media only screen and (min-width: 576px), print {
  .wrapForm .inputPostal .wrapZip {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.wrapForm .inputPostal .wrapZip .txtAssist {
  margin-top: 0.4em;
}

@media only screen and (min-width: 768px), print {
  .wrapForm .inputPostal .wrapZip .txtAssist {
    margin-top: 0;
  }
}

.wrapForm .inputPostal .zip {
  width: 9.6em;
}

@media only screen and (min-width: 768px), print {
  .wrapForm .inputPostal .zip {
    width: 10.7em;
  }
}

@media only screen and (min-width: 768px), print {
  .wrapForm .wrapInputTell {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.wrapForm .wrapInputTell .txtAssist {
  margin-top: 0.4em;
}

@media only screen and (min-width: 768px), print {
  .wrapForm .wrapInputTell .txtAssist {
    margin-top: 0;
  }
}

.wrapForm .wrapInputTell .inputTell li {
  display: inline-block;
}

.wrapForm .wrapInputTell .inputTell li:last-child:after {
  display: none;
}

.wrapForm .wrapInputTell .inputTell li:after {
  content: "-";
  display: inline-block;
  margin: 0 0.1em 0 0.3em;
}

.wrapForm .wrapInputTell .inputTell li input {
  width: 4em;
}

.wrapForm .inputEmail > li + li {
  margin-top: 0.8em;
}

.wrapForm .inputEmail input {
  width: 100%;
}

@media only screen and (min-width: 768px), print {
  .wrapForm .inputEmail input {
    width: 20em;
  }
}

@media only screen and (min-width: 768px), print {
  .wrapForm .inputEmail .wrapEmail {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.wrapForm .inputEmail .wrapEmail .txtAssist {
  margin-top: 0.4em;
}

@media only screen and (min-width: 768px), print {
  .wrapForm .inputEmail .wrapEmail .txtAssist {
    margin-top: 0;
  }
}

.wrapForm .inputEmail .inrInputTtl {
  font-size: 14px;
  font-size: 1.4rem;
}

.wrapForm .wrapInputAge {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrapForm .wrapInputAge .inputAge input {
  width: 3em;
}

.wrapForm .wrapInputAge .inputAge .txtAssistAge {
  margin-left: 10px;
}

.wrapForm._style01 table {
  width: 100%;
}

.wrapForm._style01 table th,
.wrapForm._style01 table td {
  padding: 0.8em 1.2em;
  border: 1px solid #ddd;
}

.wrapForm._style01 table th {
  width: 1%;
  color: #fff;
  background-color: #f8f8f8;
  text-align: left;
  white-space: nowrap;
  color: #666;
}

.wrapForm._style01 table td {
  background-color: #fff;
}

.wrapForm._style01 table input[type="email"],
.wrapForm._style01 table input[type="tel"] {
  width: 100%;
}

@media only screen and (min-width: 768px), print {
  .wrapForm._style01 table input[type="email"],
  .wrapForm._style01 table input[type="tel"] {
    min-width: 10em;
    width: auto;
  }
}

.wrapForm._style01 table .qs_notes {
  font-size: 13px;
  display: inline-block;
  margin: 0.5em 0 0 0;
  color: #999;
}

@media only screen and (min-width: 768px), print {
  .wrapForm._style01 table .qs_notes {
    margin: 0 0 0 1em;
  }
}

.wrapForm._style01 table #qs_zip + .qs_notes {
  margin: 0 0 0 1em;
}

@media only screen and (max-width: 767px) {
  .wrapForm._style01 table tr,
  .wrapForm._style01 table th,
  .wrapForm._style01 table td {
    display: block;
    width: auto;
    white-space: normal !important;
  }
  .wrapForm._style01 table th,
  .wrapForm._style01 table td {
    padding: 0.5em 1em;
  }
  .wrapForm._style01 table th {
    padding: 0.5em 1em;
  }
  .wrapForm._style01 table td {
    padding: 1em 1em;
    border-top-width: 0;
    border-bottom-width: 0;
  }
  .wrapForm._style01 table tr:last-child td {
    margin-bottom: 0;
    border-bottom-width: 1px;
  }
}

.wrapForm._style01 table input[type="text"],
.wrapForm._style01 table input[type="email"],
.wrapForm._style01 table input[type="tel"],
.wrapForm._style01 table textarea {
  background-color: #fff;
}

.wrapForm._style02 table {
  width: 100%;
}

.wrapForm._style02 table th,
.wrapForm._style02 table td {
  display: block;
  text-align: left;
}

.wrapForm._style02 table th {
  padding-bottom: 0.8em;
  font-weight: 700;
}

.wrapForm._style02 table td {
  margin-bottom: 2em;
  background-color: #fff;
}

.wrapForm._style02 table td.wrap__input {
  padding-top: 0.8em;
  border-top: 1px solid #ddd;
}

.wrapForm._style02 table tr:last-child td {
  margin-bottom: 0;
}

.wrapForm._style02 table .qs_select__inline {
  margin-top: 0;
  padding-top: 0.4em;
  border-top: 1px solid #ddd;
}

.wrapForm._style02 table .qs_select {
  padding-top: 0.8em;
  border-top: 1px solid #ddd;
}

.wrapForm._style02 table .qs_notes {
  font-size: 13px;
  color: #999;
  display: inline;
  margin: 0 0 0 1.5em;
}

.wrapForm._style02 table input[type="email"],
.wrapForm._style02 table input[type="tel"] {
  width: 100%;
}

.wrapForm._style02 table input[type="text"],
.wrapForm._style02 table input[type="email"],
.wrapForm._style02 table input[type="tel"],
.wrapForm._style02 table textarea {
  background-color: #fff;
}

.wrapForm .wrapFormBtn {
  margin-top: 20px;
  margin-bottom: 20px;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (min-width: 576px), print {
  .wrapForm .wrapFormBtn {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 768px), print {
  .wrapForm .wrapFormBtn {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 960px) {
  .wrapForm .wrapFormBtn {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.wrapForm .wrapFormBtn:last-child {
  margin-bottom: 0;
}

.wrapForm .btnSubmit {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  width: 100%;
}

@media only screen and (min-width: 576px), print {
  .wrapForm .btnSubmit {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: auto;
  }
}

.wrapForm .btnSubmit + .btnSubmit {
  margin-top: 5px;
}

@media only screen and (min-width: 576px), print {
  .wrapForm .btnSubmit + .btnSubmit {
    margin-top: 0;
  }
}

.wrapForm .btnSubmit button, .wrapForm .btnSubmit a {
  width: 100%;
  margin-bottom: 7px;
  padding: 10px 15px;
  background-color: #08847B;
  -webkit-box-shadow: 0 7px 0 #03766D;
          box-shadow: 0 7px 0 #03766D;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  line-height: 1.5;
}

@media only screen and (min-width: 576px), print {
  .wrapForm .btnSubmit button, .wrapForm .btnSubmit a {
    width: auto;
    margin: 0 5px;
  }
}

@media only screen and (min-width: 768px), print {
  .wrapForm .btnSubmit button, .wrapForm .btnSubmit a {
    padding: 18px 35px;
    border-radius: 8px;
    -webkit-transition-property: margin, -webkit-box-shadow;
    transition-property: margin, -webkit-box-shadow;
    transition-property: box-shadow, margin;
    transition-property: box-shadow, margin, -webkit-box-shadow;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
  }
  .wrapForm .btnSubmit button:hover, .wrapForm .btnSubmit a:hover {
    -webkit-box-shadow: 0 1px 0 #888888;
            box-shadow: 0 1px 0 #888888;
    margin-top: 7px;
  }
}

.wrapForm .btnSubmit a {
  display: block;
}

.wrapForm .btnSubmit a.back {
  background-color: #E3E3E3;
  -webkit-box-shadow: 0 7px 0 #ccc;
          box-shadow: 0 7px 0 #ccc;
  color: #555;
}

.wrapForm .btnSubmit a.back:hover {
  -webkit-box-shadow: 0 1px 0 #888888;
          box-shadow: 0 1px 0 #888888;
}

.wrapForm .btnReset a,
.wrapForm .btnReset input,
.wrapForm .btnReset button {
  padding: 0.5em 1em;
  background-color: #ddd;
  color: #666;
  border: none;
}

.wrapForm .btnReset a:hover {
  text-decoration: none;
}

.wrapForm .btnAction {
  margin: 0 8px;
}

@media only screen and (min-width: 768px), print {
  .wrapForm .btnAction {
    margin: 0 15px;
  }
}

.wrapForm .btnAction a {
  display: inline-block;
  text-align: center;
}

.wrapForm .btnAction a,
.wrapForm .btnAction input,
.wrapForm .btnAction button {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  font-size: 16px;
  padding: 0.5em 1em;
  border-radius: 2px;
}

.wrapForm .btnAction a:hover,
.wrapForm .btnAction input:hover,
.wrapForm .btnAction button:hover {
  opacity: 0.8;
}

.wrapForm .btnAction a,
.wrapForm .btnAction input:not([type="reset"]),
.wrapForm .btnAction button:not([type="reset"]) {
  min-width: 9em;
}

@media all and (-ms-high-contrast: none) {
  .qs_wrap__form input[type="checkbox"],
  .qs_wrap__form input[type="radio"] {
    top: -0.15em;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .qs_wrap__form input[type="checkbox"], .qs_wrap__form input[type="radio"] {
    top: -0.15em;
  }
}

/*--- baseのscssファイルを読み込む------------------------------------*/
/*=============================================
　　基本設定
==============================================*/
html {
  font-size: 62.5%;
}

body {
  color: #555;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  overscroll-behavior-y: none;
  left: 0;
  right: 0;
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

body.onHam, body.onSearch {
  overflow: hidden;
}

body:after {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: '';
  z-index: 9999999;
  background-color: #fff;
  -webkit-animation-name: bodyAnimeBack;
          animation-name: bodyAnimeBack;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@media only screen and (min-width: 768px), print {
  body:after {
    min-width: 1024px;
  }
}

@-webkit-keyframes bodyAnimeBack {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes bodyAnimeBack {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

a {
  color: #555;
  text-decoration: none;
}

a[href^="tel:"] {
  color: #555;
  text-decoration: none;
  cursor: text;
}

.cursor_on:hover {
  cursor: pointer;
}

.opa,
.opaGroup {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.opa > *,
.opaGroup > * {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.opa > *:hover,
.opaGroup > *:hover {
  opacity: 0.7;
  text-decoration: none;
}

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

.smOff {
  display: block;
}

.smOn {
  display: none;
}

@media only screen and (min-width: 576px), print {
  .smOff {
    display: none;
  }
  .smOn {
    display: block;
  }
}

.mdOff {
  display: block;
}

.mdOn {
  display: none;
}

@media only screen and (min-width: 768px), print {
  .mdOff {
    display: none;
  }
  .mdOn {
    display: block;
  }
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}

.imgRwd {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}

.imgRwdLeft {
  display: block;
  max-width: 100%;
  height: auto;
}

.imgMrg {
  margin: 20px 0;
}

@media only screen and (min-width: 768px), print {
  .imgMrg {
    margin: 30px 0;
  }
}

/*======== margin / padding ========*/
.mt0 {
  margin-top: 0px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

/*======== 幅指定 ========*/
.width95 {
  width: 95%;
  margin: 0 auto;
}

.width90 {
  width: 90%;
  margin: 0 auto;
}

.width85 {
  width: 85%;
  margin: 0 auto;
  max-width: 1600px;
}

.width80 {
  width: 80%;
  margin: 0 auto;
}

.widthPc_min {
  width: 960px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .widthPc_min {
    width: 85%;
  }
}

.clearfix {
  overflow: hidden;
  zoom: 1;
}

/*======== keyframes ========*/
@-webkit-keyframes slidein {
  0% {
    margin-bottom: 100px;
    height: 20px;
    opacity: 0;
  }
  70% {
    margin-top: 25px;
    height: 50px;
    opacity: 1.0;
  }
  100% {
    margin-top: 25px;
    height: 50px;
    opacity: 0.5;
  }
}
@keyframes slidein {
  0% {
    margin-bottom: 100px;
    height: 20px;
    opacity: 0;
  }
  70% {
    margin-top: 25px;
    height: 50px;
    opacity: 1.0;
  }
  100% {
    margin-top: 25px;
    height: 50px;
    opacity: 0.5;
  }
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*======== INVIEW ========*/
.fade_up01 {
  -webkit-transition: 1.2s;
  transition: 1.2s;
  opacity: 0;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

.fade_up02 {
  -webkit-transition: .8s;
  transition: .8s;
  opacity: 0;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

.fade_up03 {
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 0;
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

.fade_up04 {
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: .7s;
          transition-delay: .7s;
}

.fade_up05 {
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: .8s;
          transition-delay: .8s;
}

.fade_up06 {
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.fade {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  opacity: 1.0;
}

.parallax {
  -webkit-transition: 1.8s;
  transition: 1.8s;
  opacity: 0;
}

.parallax_on {
  opacity: 1.0;
}

@media (max-width: 768px) {
  .parallax {
    -webkit-transition: none;
    transition: none;
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    -webkit-transition-timing-function: none;
            transition-timing-function: none;
    -webkit-transition-delay: 0;
            transition-delay: 0;
  }
  .fade_up02 {
    -webkit-transition-delay: .2s;
            transition-delay: .2s;
  }
  .fade_up03 {
    -webkit-transition-delay: .2s;
            transition-delay: .2s;
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/*======== Cookie使用通知 ========*/
.cc-window {
  padding: 22px 20% 20px !important;
  font-family: "Roboto Condensed", sans-serif !important;
  letter-spacing: 0.15em !important;
  background: rgba(0, 0, 0, 0.9) !important;
}

.cc-window span.cc-message {
  font-size: 1.2rem !important;
  line-height: 1.4;
  margin-right: 4em !important;
}

.cc-window .cc-btn {
  border-radius: 10px !important;
  font-weight: 500 !important;
  min-width: 100px !important;
}

@media (max-width: 768px) {
  .cc-window {
    padding: 22px 4% 20px !important;
    letter-spacing: 0.1em !important;
  }
  .cc-window span.cc-message {
    margin-right: 0 !important;
  }
  .cc-window .cc-btn {
    min-width: 140px !important;
  }
}

/*======== web icon ========*/
@font-face {
  font-family: 'icoSw';
  src: url("fonts/icoSw.eot?7p1awx");
  src: url("fonts/icoSw.eot?7p1awx#iefix") format("embedded-opentype"), url("fonts/icoSw.ttf?7p1awx") format("truetype"), url("fonts/icoSw.woff?7p1awx") format("woff"), url("fonts/icoSw.svg?7p1awx#icoSw") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="ico-"], [class*=" ico-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icoSw' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="ico-"]:before, [class*=" ico-"]:before {
  color: #ACACAC;
}

.ico-mail:before {
  content: "\e900";
}

.ico-magnifier:before {
  content: "\e901";
}

.ico-arrow_circle_right_black01:before {
  content: "\e902";
  color: #A3A3A3;
}

.ico-arrow_circle_right_black02:before {
  content: "\e903";
  margin-left: -1em;
  color: #C6C6C6;
}

.ico-arrow_rignt_gray:before {
  content: "\e904";
}

.ico-arrow_right_black:before {
  content: "\e905";
}

.ico-arrow_left_black:before {
  content: "\e906";
}

.ico-rss2:before {
  content: "\ea9c";
}

.ico-audio:before {
  content: "\e907";
  color: #08847b;
}

.ico-video:before {
  content: "\e908";
  color: #08847b;
}

/*======== Magnific Popup ========*/
.wrapVideo {
  position: relative;
}

.wrapVideo:hover img {
  opacity: 0.8;
}

.wrapVideo:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 40px;
  margin: auto;
  background: url(/lib/cmn-img/ico_movie.svg) no-repeat center center;
  background-size: cover;
  pointer-events: none;
}

@media only screen and (min-width: 768px), print {
  .wrapVideo:after {
    width: 56px;
    height: 56px;
  }
}

.wrapVideo img {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}

.captionVideo {
  margin-top: 0.8em;
}

.mfp-fade.mfp-bg {
  opacity: 0.001;
  /* Chrome opacity transition bug */
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

#gHeader {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
}

#gHeader .gHeaderInr {
  position: relative;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  max-width: 1400px;
  padding: 0 15px;
  margin: auto;
}

@media only screen and (min-width: 375px), print {
  #gHeader .gHeaderInr {
    padding: 0 20px;
  }
}

@media only screen and (min-width: 768px), print {
  #gHeader .gHeaderInr {
    padding: 0 30px;
    height: 100px;
  }
}

@media only screen and (min-width: 1440px) {
  #gHeader .gHeaderInr {
    max-width: none;
    padding: 0 5vw;
  }
}

#gHeader #pNav {
  display: none;
}

@media only screen and (min-width: 960px) {
  #gHeader #pNav {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin: 0 0 15px 37px;
    z-index: 1;
  }
  #gHeader #pNav a {
    font-size: 13px;
    font-size: 1.3rem;
    color: #333;
  }
}

@media only screen and (min-width: 960px) and (max-width: 767px) {
  #gHeader #pNav a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 960px) {
  #gHeader #pNav a:nth-child(n + 2) {
    margin-left: 20px;
  }
}

@media only screen and (min-width: 960px) and (min-width: 768px) {
  #gHeader #pNav a:hover {
    text-decoration: underline;
  }
}

#gHeader .wrapSnav {
  margin-left: auto;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 10px;
  right: 10px;
}

@media only screen and (min-width: 768px), print {
  #gHeader .wrapSnav {
    top: 21px;
    right: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  #gHeader .wrapSnav {
    right: 25px;
  }
}

@media only screen and (min-width: 1230px) {
  #gHeader .wrapSnav {
    right: 35px;
  }
}

#gHeader #sNav {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 960px) {
  #gHeader #sNav {
    display: block;
  }
}

#gHeader #sNav .sNavAbove {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#gHeader #sNav .sNavAbove .linkHp,
#gHeader #sNav .sNavAbove .linkEn {
  display: none;
}

@media only screen and (min-width: 768px), print {
  #gHeader #sNav .sNavAbove .linkHp,
  #gHeader #sNav .sNavAbove .linkEn {
    font-size: 12px;
    font-size: 1.2rem;
    display: block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 767px) {
  #gHeader #sNav .sNavAbove .linkHp,
  #gHeader #sNav .sNavAbove .linkEn {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 768px), print {
  #gHeader #sNav .sNavAbove .linkHp a:hover,
  #gHeader #sNav .sNavAbove .linkEn a:hover {
    text-decoration: underline;
  }
}

@media only screen and (min-width: 768px), print {
  #gHeader #sNav .sNavAbove .linkEn {
    margin-left: 20px;
  }
}

#gHeader #sNav .sNavBelow {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: 20px;
}

@media only screen and (min-width: 960px) {
  #gHeader #sNav .sNavBelow {
    margin: 13px 0 0 0;
  }
}

#gHeader #sNav .linkContact {
  margin-left: 20px;
  line-height: 1;
}

@media only screen and (min-width: 768px), print {
  #gHeader #sNav .linkContact {
    margin-left: 12px;
  }
}

#gHeader #sNav .linkContact img {
  width: 23px;
  height: auto;
}

@media only screen and (min-width: 768px), print {
  #gHeader #sNav .linkContact img {
    width: 18px;
  }
}

#gHeader #sNav #siteSearch {
  cursor: pointer;
  line-height: 1;
}

#gHeader #sNav #siteSearch img {
  width: 18px;
  height: auto;
}

@media only screen and (min-width: 768px), print {
  #gHeader #sNav #siteSearch img {
    width: 14px;
  }
}

#gHeader #sNav #readspeaker_button1 .rsbtn_play .rsbtn_left .rsbtn_text::before {
  color: #ACACAC;
}

@media only screen and (min-width: 768px), print {
  #gHeader #sNav #readspeaker_button1 .rsbtn_play .rsbtn_left .rsbtn_text::before {
    color: #7E7E7E;
  }
}

#gHeader #wrapGNav {
  margin: 0 0 0 20px;
}

@media only screen and (min-width: 768px), print {
  #gHeader #wrapGNav {
    margin: -3px 0 0 20px;
  }
}

#gHeader #wrapGNav #gNavBtn {
  -webkit-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #D3D3D3;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-indent: -500%;
}

@media only screen and (min-width: 768px), print {
  #gHeader #wrapGNav #gNavBtn {
    width: 62px;
    height: 62px;
  }
}

#gHeader #wrapGNav #gNavBtn:before, #gHeader #wrapGNav #gNavBtn:after {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  content: "";
  display: block;
  position: absolute;
  background-color: #333;
  height: 2px;
  width: 10px;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

@media only screen and (min-width: 768px), print {
  #gHeader #wrapGNav #gNavBtn:before, #gHeader #wrapGNav #gNavBtn:after {
    width: 16px;
  }
}

#gHeader #wrapGNav #gNavBtn:before {
  top: -6px;
}

@media only screen and (min-width: 768px), print {
  #gHeader #wrapGNav #gNavBtn:before {
    top: -8px;
  }
}

#gHeader #wrapGNav #gNavBtn:after {
  bottom: -6px;
}

@media only screen and (min-width: 768px), print {
  #gHeader #wrapGNav #gNavBtn:after {
    bottom: -8px;
  }
}

#gHeader #wrapGNav #gNavBtn:hover {
  background-color: #FAFAFA;
}

#gHeader #wrapGNav #gNavBtn.onBtnHam:before {
  top: -2px;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

#gHeader #wrapGNav #gNavBtn.onBtnHam:after {
  bottom: 2px;
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}

#gHeader .wrapRecruitLink {
  margin-left: 20px;
  font-size: 13px;
  font-size: 1.3rem;
  position: relative;
}

#gHeader .wrapRecruitLink .recruitLink {
  color: #333;
}

#gHeader .wrapRecruitLink .recruitNav {
  display: none;
  position: absolute;
  top: 20px;
  left: -10em;
  right: 0;
  width: 26em;
  text-align: center;
  padding: 1em 0;
  background: rgba(245, 245, 245, 0.8);
}

#gHeader .wrapRecruitLink .recruitNav.active {
  display: block;
}

#menuHam {
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 9999;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  background-color: #E6E6E6;
}

@media only screen and (min-width: 768px), print {
  #menuHam {
    background-image: url(/lib/cmn-img/logo_menuHam.svg);
    background-repeat: no-repeat;
    background-position: 30px bottom;
  }
}

@media only screen and (min-width: 1440px) {
  #menuHam {
    background-position: 5vw bottom;
  }
}

#menuHam .inrMenuHam {
  position: relative;
  padding: 60px 0;
}

@media only screen and (min-width: 768px), print {
  #menuHam .inrMenuHam {
    padding: 100px 0 30px;
  }
}

#menuHam .container-menuHam {
  margin: auto;
  max-width: 1100px;
}

@media only screen and (min-width: 768px), print {
  #menuHam .container-menuHam {
    padding: 0 30px;
  }
}

#menuHam .weapPNavMenuHam {
  padding: 15px;
}

@media only screen and (min-width: 375px), print {
  #menuHam .weapPNavMenuHam {
    padding: 20px;
  }
}

@media only screen and (min-width: 768px), print {
  #menuHam .weapPNavMenuHam {
    display: none;
  }
}

#menuHam .pNavMenuHam01,
#menuHam .pNavMenuHam02 {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -3px;
}

@media only screen and (min-width: 375px), print {
  #menuHam .pNavMenuHam01,
  #menuHam .pNavMenuHam02 {
    margin: 0 -6px;
  }
}

#menuHam .pNavMenuHam01 li,
#menuHam .pNavMenuHam02 li {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 0 3px;
}

@media only screen and (min-width: 375px), print {
  #menuHam .pNavMenuHam01 li,
  #menuHam .pNavMenuHam02 li {
    padding: 0 6px;
  }
}

#menuHam .pNavMenuHam01 li a,
#menuHam .pNavMenuHam02 li a {
  -js-display: flex;
  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;
  width: 100%;
  border-radius: 4px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0;
}

@media only screen and (min-width: 375px), print {
  #menuHam .pNavMenuHam01 li a,
  #menuHam .pNavMenuHam02 li a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

#menuHam .pNavMenuHam01 li a {
  padding: 10px 1px;
  background-color: #08847B;
  color: #fff;
}

@media only screen and (min-width: 375px), print {
  #menuHam .pNavMenuHam01 li a {
    padding: 10px 5px;
  }
}

#menuHam .pNavMenuHam02 {
  margin: 0 -3px;
}

@media only screen and (min-width: 375px), print {
  #menuHam .pNavMenuHam02 {
    margin: 0 -6px;
  }
}

#menuHam .pNavMenuHam02 li {
  margin-top: 6px;
}

@media only screen and (min-width: 375px), print {
  #menuHam .pNavMenuHam02 li {
    margin-top: 10px;
  }
}

#menuHam .pNavMenuHam02 li a {
  padding: 20px 1px;
  background-color: #fff;
  color: #000B0B;
}

@media only screen and (min-width: 375px), print {
  #menuHam .pNavMenuHam02 li a {
    padding: 20px 5px;
  }
}

#menuHam .g_navi {
  padding: 145px 0 0 0;
}

@media only screen and (min-width: 768px), print {
  #menuHam .g_navi {
    padding: 120px 0 120px 70px;
  }
}

#menuHam .g_navi li {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

#menuHam .g_navi li + li {
  margin-top: 5px;
}

@-webkit-keyframes g_navi {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes g_navi {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

#menuHam .g_navi li:nth-child(1) {
  -webkit-animation-delay: 0.05s;
          animation-delay: 0.05s;
}

#menuHam .g_navi li:nth-child(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

#menuHam .g_navi li:nth-child(3) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}

#menuHam .g_navi li:nth-child(4) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

#menuHam .g_navi li:nth-child(5) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

#menuHam .g_navi li:nth-child(6) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

#menuHam .g_navi li:nth-child(7) {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}

#menuHam .g_navi a {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  vertical-align: middle;
}

@media only screen and (min-width: 768px), print {
  #menuHam .g_navi a {
    font-size: 42px;
    font-size: 4.2rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 767px) {
  #menuHam .g_navi a {
    font-size: 34px;
    font-size: 3.4rem;
  }
}

@media only screen and (min-width: 768px), print {
  #menuHam .g_navi a:after {
    -webkit-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    content: "";
    display: inline-block;
    width: 54px;
    height: 20px;
    margin-left: 15px;
    background-image: url(../img/icon_arrow_right_black_l.svg);
    background-position: -54px 0;
    background-repeat: no-repeat;
  }
  #menuHam .g_navi a:hover:after {
    background-position: 0 0;
  }
}

@media only screen and (min-width: 768px), print {
  #menuHam .wrapGNav {
    margin: 35px 0 25px;
    border-bottom: 1px solid #fff;
  }
}

@media only screen and (min-width: 768px), print {
  #menuHam #gNav {
    position: relative;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

#menuHam #gNav .gNavParent {
  border-top: 1px solid #D5D5D5;
}

@media only screen and (min-width: 768px), print {
  #menuHam #gNav .gNavParent {
    border-top: none;
    padding: 0;
  }
}

#menuHam #gNav .gNavParent .ttlGNav.active .gNavParentTtl:before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

#menuHam #gNav .gNavParent .ttlGNav.active .gNavParentTtl:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 0;
}

#menuHam #gNav .gNavParent .ttlGNav .gNavParentTtl {
  position: relative;
  display: block;
  padding: 20px 15px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #000B0B;
  cursor: default;
}

@media only screen and (min-width: 375px), print {
  #menuHam #gNav .gNavParent .ttlGNav .gNavParentTtl {
    padding: 20px;
  }
}

@media only screen and (max-width: 767px) {
  #menuHam #gNav .gNavParent .ttlGNav .gNavParentTtl:before, #menuHam #gNav .gNavParent .ttlGNav .gNavParentTtl:after {
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    width: 20px;
    height: 2px;
    margin: auto;
    background-color: #08847B;
  }
  #menuHam #gNav .gNavParent .ttlGNav .gNavParentTtl:before {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    opacity: 1;
    z-index: 2;
  }
}

@media only screen and (max-width: 374px) {
  #menuHam #gNav .gNavParent .ttlGNav .gNavParentTtl:before, #menuHam #gNav .gNavParent .ttlGNav .gNavParentTtl:after {
    right: 15px;
  }
}

@media only screen and (min-width: 768px), print {
  #menuHam #gNav .gNavParent .ttlGNav .gNavParentTtl {
    padding: 20px 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
  #menuHam #gNav .gNavParent .ttlGNav .gNavParentTtl:after {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    content: "";
    position: absolute;
    z-index: 9;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 1px;
    background-color: #08847B;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

@media only screen and (min-width: 768px), print {
  #menuHam #gNav .gNavParent .ttlGNav.onTtlGNav .gNavParentTtl:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  #menuHam #gNav .gNavParent .ttlGNav.onTtlGNav .wrapGNavChild {
    opacity: 1;
    z-index: 9;
    pointer-events: auto;
  }
}

#menuHam .wrapGNavChild {
  display: none;
}

@media only screen and (min-width: 768px), print {
  #menuHam .wrapGNavChild {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    display: block;
    position: absolute;
    top: calc(100% + 30px);
    left: 0;
    right: 0;
    opacity: 0;
    z-index: -999;
    pointer-events: none;
  }
}

#menuHam .gNavChild {
  overflow: hidden;
  background-color: #F0F0F0;
}

@media only screen and (min-width: 768px), print {
  #menuHam .gNavChild {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -10px -4px 0;
    background: none;
  }
}

@media only screen and (min-width: 768px), print {
  #menuHam .gNavChild li {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 33.33333%;
    margin-top: 10px;
    padding: 0 4px;
  }
}

@media only screen and (min-width: 960px) {
  #menuHam .gNavChild li {
    width: 25%;
  }
}

#menuHam .gNavChild li a {
  display: block;
  position: relative;
  color: #000B0B;
  padding: 0.6em 15px 0.6em 32px;
}

@media only screen and (min-width: 375px), print {
  #menuHam .gNavChild li a {
    padding: 0.6em 20px 0.6em 37px;
  }
}

#menuHam .gNavChild li a:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 1.2em;
  width: 6px;
  height: 6px;
  background-color: #08847B;
}

@media only screen and (min-width: 375px), print {
  #menuHam .gNavChild li a:before {
    left: 20px;
  }
}

@media only screen and (min-width: 768px), print {
  #menuHam .gNavChild li a {
    -webkit-transition-property: background, border, color;
    transition-property: background, border, color;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    -js-display: flex;
    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;
    width: 100%;
    padding: 20px 5px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5;
    letter-spacing: 0;
  }
  #menuHam .gNavChild li a:hover {
    border-color: #08847B;
    color: #08847B;
  }
  #menuHam .gNavChild li a:before {
    display: none;
  }
}

#menuHam .gNavChild .pageIndex a {
  background-color: rgba(8, 132, 123, 0.75);
  border-color: rgba(8, 132, 123, 0.75);
  color: #fff;
}

#menuHam .gNavChild .pageIndex a:before {
  background-color: #fff;
}

@media only screen and (min-width: 768px), print {
  #menuHam .gNavChild .pageIndex a:hover {
    background-color: #fff;
    color: #08847B;
  }
}

#menuHam .weapBNavMenuHam {
  margin-top: 30px;
  padding: 0 15px;
}

@media only screen and (min-width: 375px), print {
  #menuHam .weapBNavMenuHam {
    padding: 0 20px;
  }
}

@media only screen and (min-width: 768px), print {
  #menuHam .weapBNavMenuHam {
    display: none;
  }
}

#menuHam .bNavMenuHam {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -5px -5px 0;
}

#menuHam .bNavMenuHam li {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 10px;
  padding: 0 5px;
}

#menuHam .bNavMenuHam li a {
  display: inline-block;
  color: #000B0B;
  letter-spacing: 0;
}

#menuHam .bNavSns {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

#menuHam .bNavSns li {
  padding: 0 17px;
}

body.onHam, body.onSearch {
  padding-right: var(--sb);
}

body.onHam #gHeader,
body.onSearch #gHeader {
  padding-right: var(--sb) !important;
}

body.onHam .module-ga-cookie-accept-bar,
body.onSearch .module-ga-cookie-accept-bar {
  width: auto;
  right: var(--sb) !important;
}

.onHam #menuHam .g_navi li {
  -webkit-animation-name: g_navi;
          animation-name: g_navi;
}

#menuSearch {
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 9999;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  padding: 30px;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.6);
}

#menuSearch .inrMenuSearch {
  -js-display: flex;
  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;
  width: 100%;
  height: 100%;
}

#menuSearch #search-area {
  position: relative;
  width: 100%;
  max-width: 600px;
}

#menuSearch #SS_searchForm {
  position: relative;
}

#menuSearch #SS_searchQuery {
  width: 100%;
  padding: 0 30px 0 45px;
  background-color: #fff;
  border-radius: 4px;
  line-height: 60px;
  height: 60px;
  outline: none;
}

#menuSearch #SS_searchSubmit {
  display: block;
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  left: 10px;
  width: 30px;
  height: 30px;
  margin: auto;
  background: url(/lib/cmn-img/ico_magnifier.svg) no-repeat center 55%;
  background-size: 22px auto;
  cursor: pointer;
}

#menuSearch #btnCloseMenuSearch {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  position: absolute;
  top: -43px;
  right: 0;
  cursor: pointer;
}

@media only screen and (min-width: 768px), print {
  #menuSearch #btnCloseMenuSearch {
    top: -43px;
    right: -43px;
  }
  #menuSearch #btnCloseMenuSearch:hover {
    opacity: 0.7;
  }
}

/*======== ↓↓ read speaker ↓↓ ========*/
#readspeaker_button1 {
  position: relative;
  padding-bottom: 0;
}

@media only screen and (min-width: 768px), print {
  #readspeaker_button1 {
    padding-left: 20px;
    width: 150px;
  }
}

#readspeaker_button1 .rsbtn_play {
  -webkit-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  display: block;
  float: none;
  border: none;
  background: none;
  padding-right: 0;
}

@media only screen and (min-width: 768px), print {
  #readspeaker_button1 .rsbtn_play {
    padding: 1px 15px 3px 0;
    margin-bottom: 0;
    background-color: #f5f5f5;
    border-radius: 3px;
  }
  #readspeaker_button1 .rsbtn_play:hover {
    background-color: #ddd;
  }
}

#readspeaker_button1 .rsbtn_play[data-rsevent-id] .rsbtn_btnlabel {
  display: block;
}

#readspeaker_button1 .rsbtn_play .rsbtn_btnlabel {
  display: none;
}

#readspeaker_button1 .rsbtn_play .rsbtn_label {
  display: none;
}

@media only screen and (min-width: 768px), print {
  #readspeaker_button1 .rsbtn_play .rsbtn_label {
    display: block;
  }
}

#readspeaker_button1 .rsbtn_play .rsbtn_left {
  margin-left: 0;
}

@media only screen and (min-width: 768px), print {
  #readspeaker_button1 .rsbtn_play .rsbtn_left {
    padding-left: 10px;
  }
}

#readspeaker_button1 .rsbtn_play .rsbtn_left .rsbtn_text span {
  padding-left: 28px;
  color: #333;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  display: none;
}

@media only screen and (min-width: 768px), print {
  #readspeaker_button1 .rsbtn_play .rsbtn_left .rsbtn_text span {
    display: block;
  }
}

#readspeaker_button1 .rsbtn_play .rsbtn_left .rsbtn_text::before {
  position: static;
  left: 0;
  color: #555;
  font-size: 19px;
}

@media only screen and (min-width: 768px), print {
  #readspeaker_button1 .rsbtn_play .rsbtn_left .rsbtn_text::before {
    position: absolute;
    font-size: 16px;
    color: #7E7E7E;
  }
}

#readspeaker_button1 .rsbtn_focusforward {
  display: none;
}

#readspeaker_button1 .rsbtn_tooltoggle {
  display: none !important;
  position: absolute;
  right: 0;
  top: 1px;
  left: inherit;
  height: 28px;
  width: 30px;
}

#readspeaker_button1.rsexpanded .rsbtn_tooltoggle {
  display: block !important;
}

#readspeaker_button1 .rsbtn_exp_inner {
  position: relative;
}

#readspeaker_button1 .rsbtn_right {
  display: none !important;
}

#readspeaker_button1 .rsbtn_exp.rsimg.rspart {
  position: absolute;
  top: 100%;
  min-width: 260px;
  right: 0;
  float: right;
  text-align: right;
}

#readspeaker_button1 .rs-player-loadindicator {
  left: 0 !important;
}

/*======== ↑↑ read speaker ↑↑ ========*/
#gFooter {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (min-width: 960px) {
  #gFooter {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

#gFooter .pFooter {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  background-color: #006555;
}

@media only screen and (min-width: 960px) {
  #gFooter .pFooter {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 21%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (min-width: 1024px) {
  #gFooter .pFooter {
    width: 25%;
  }
}

#gFooter .pFooter .fSns {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#gFooter .pFooter .fSns li {
  line-height: 1;
}

#gFooter .pFooter .fSns li + li {
  margin-left: 23px;
}

#gFooter .listPFooterLink {
  text-align: center;
}

@media only screen and (min-width: 960px) {
  #gFooter .listPFooterLink {
    text-align: left;
  }
}

#gFooter .listPFooterLink li {
  font-size: 10px;
  font-size: 1rem;
}

#gFooter .listPFooterLink li + li {
  margin-top: 10px;
}

@media only screen and (min-width: 960px) {
  #gFooter .listPFooterLink li + li {
    margin-top: 13px;
  }
}

#gFooter .listPFooterLink a {
  display: inline-block;
  color: #fff;
}

@media only screen and (min-width: 768px), print {
  #gFooter .listPFooterLink a:hover {
    text-decoration: underline;
  }
}

#gFooter .pFooterAbove,
#gFooter .pFooterBelow {
  padding: 0 15px;
}

@media only screen and (min-width: 375px), print {
  #gFooter .pFooterAbove,
  #gFooter .pFooterBelow {
    padding: 0 20px;
  }
}

@media only screen and (min-width: 768px), print {
  #gFooter .pFooterAbove,
  #gFooter .pFooterBelow {
    padding: 0 30px;
  }
}

@media only screen and (min-width: 960px) {
  #gFooter .pFooterAbove,
  #gFooter .pFooterBelow {
    padding: 0 10px 0 30px;
  }
}

@media only screen and (min-width: 1440px) {
  #gFooter .pFooterAbove,
  #gFooter .pFooterBelow {
    padding: 0 15px 0 5vw;
  }
}

#gFooter .sFooterAbove,
#gFooter .sFooterBelow {
  padding: 0 15px;
}

@media only screen and (min-width: 375px), print {
  #gFooter .sFooterAbove,
  #gFooter .sFooterBelow {
    padding: 0 20px;
  }
}

@media only screen and (min-width: 768px), print {
  #gFooter .sFooterAbove,
  #gFooter .sFooterBelow {
    padding: 0 30px;
  }
}

@media only screen and (min-width: 1440px) {
  #gFooter .sFooterAbove,
  #gFooter .sFooterBelow {
    padding: 0 5vw 0 5vw;
  }
}

#gFooter .pFooterAbove,
#gFooter .sFooterAbove {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 960px) {
  #gFooter .pFooterAbove,
  #gFooter .sFooterAbove {
    height: 88px;
  }
}

#gFooter .pFooterAbove {
  background-color: #08847B;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 85px;
}

@media only screen and (min-width: 960px) {
  #gFooter .pFooterAbove {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 88px;
  }
}

#gFooter .pFooterBelow {
  padding-top: 20px;
  padding-bottom: 30px;
  -js-display: flex;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 960px) {
  #gFooter .pFooterBelow {
    height: calc(100% - 88px);
    padding-top: 30px;
    padding-bottom: 95px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

#gFooter .sFooter {
  background-color: #005043;
}

@media only screen and (min-width: 768px), print {
  #gFooter .sFooter {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
}

@media only screen and (min-width: 960px) {
  #gFooter .sFooter {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

#gFooter .sFooterAbove {
  position: relative;
  padding-top: 55px;
  padding-bottom: 25px;
}

#gFooter .sFooterAbove:after {
  content: "";
  position: absolute;
  right: 15px;
  bottom: 0;
  left: 15px;
  border-bottom: 1px solid #006555;
}

@media only screen and (min-width: 375px), print {
  #gFooter .sFooterAbove:after {
    right: 20px;
    left: 20px;
  }
}

@media only screen and (min-width: 768px), print {
  #gFooter .sFooterAbove:after {
    right: 30px;
    left: 30px;
  }
}

@media only screen and (min-width: 960px) {
  #gFooter .sFooterAbove:after {
    right: 0;
    left: 0;
  }
}

@media only screen and (min-width: 960px) {
  #gFooter .sFooterAbove {
    padding-top: 0;
    padding-bottom: 0;
    border-left: 1px solid #005043;
  }
}

#gFooter .sFooterBelow {
  padding-bottom: 95px;
  padding-top: 25px;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (min-width: 960px) {
  #gFooter .sFooterBelow .sFooterBelowLeft {
    width: 65%;
  }
}

@media only screen and (min-width: 1024px) {
  #gFooter .sFooterBelow .sFooterBelowLeft {
    width: 70%;
  }
}

@media only screen and (min-width: 1230px) {
  #gFooter .sFooterBelow .sFooterBelowLeft {
    width: 65%;
  }
}

#gFooter .sFooterBelow .sFooterBelowRight {
  margin-top: 30px;
}

@media only screen and (min-width: 768px), print {
  #gFooter .sFooterBelow .sFooterBelowRight {
    margin-top: 35px;
  }
}

@media only screen and (min-width: 960px) {
  #gFooter .sFooterBelow .sFooterBelowRight {
    width: 35%;
    margin-top: 0;
  }
}

@media only screen and (min-width: 1024px) {
  #gFooter .sFooterBelow .sFooterBelowRight {
    width: 30%;
  }
}

@media only screen and (min-width: 1230px) {
  #gFooter .sFooterBelow .sFooterBelowRight {
    width: 35%;
  }
}

#gFooter .listSFooterAboveLink {
  overflow: hidden;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -20px -5px 0;
}

@media only screen and (min-width: 960px) {
  #gFooter .listSFooterAboveLink {
    margin: 0;
  }
}

#gFooter .listSFooterAboveLink li {
  width: 50%;
  margin-top: 15px;
  padding: 0 5px;
  font-size: 12px;
  font-size: 1.2rem;
}

@media only screen and (min-width: 768px), print {
  #gFooter .listSFooterAboveLink li {
    width: auto;
  }
}

@media only screen and (min-width: 960px) {
  #gFooter .listSFooterAboveLink li {
    margin-top: 0;
    padding: 0;
  }
}

@media only screen and (min-width: 768px), print {
  #gFooter .listSFooterAboveLink li + li {
    margin-left: 10px;
  }
}

@media only screen and (min-width: 960px) {
  #gFooter .listSFooterAboveLink li + li {
    margin-left: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  #gFooter .listSFooterAboveLink li + li {
    margin-left: 25px;
  }
}

@media only screen and (min-width: 1230px) {
  #gFooter .listSFooterAboveLink li + li {
    margin-left: 45px;
  }
}

#gFooter .listSFooterAboveLink a {
  display: inline-block;
  color: #fff;
}

#gFooter .listSFooterAboveLink a:before {
  content: "-";
  display: inline-block;
}

@media only screen and (min-width: 768px), print {
  #gFooter .listSFooterAboveLink a:hover {
    text-decoration: underline;
  }
}

#gFooter .listSFooterBelowLink {
  overflow: hidden;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -25px;
}

@media only screen and (min-width: 768px), print {
  #gFooter .listSFooterBelowLink {
    margin-top: -35px;
  }
}

#gFooter .listSFooterBelowLink > li {
  width: 50%;
  margin-top: 25px;
}

@media only screen and (min-width: 768px), print {
  #gFooter .listSFooterBelowLink > li {
    width: 33.33333%;
    margin-top: 35px;
  }
}

#gFooter .listSFooterBelowLink a {
  margin-right: 20px;
}

#gFooter .ttlSFooterBelow {
  font-size: 12px;
  font-size: 1.2rem;
}

#gFooter .ttlSFooterBelow + .ttlSFooterBelow {
  margin-top: 10px;
}

@media only screen and (min-width: 768px), print {
  #gFooter .ttlSFooterBelow + .ttlSFooterBelow {
    margin-top: 12px;
  }
}

#gFooter .ttlSFooterBelow a {
  display: inline-block;
  color: #fff;
}

#gFooter .ttlSFooterBelow a:before {
  content: "-";
  display: inline-block;
}

@media only screen and (min-width: 768px), print {
  #gFooter .ttlSFooterBelow a:hover {
    text-decoration: underline;
  }
}

#gFooter .listSFooterBelowChild {
  margin-top: 13px;
}

#gFooter .listSFooterBelowChild + .ttlSFooterBelow {
  margin-top: 25px;
}

@media only screen and (min-width: 768px), print {
  #gFooter .listSFooterBelowChild + .ttlSFooterBelow {
    margin-top: 30px;
  }
}

#gFooter .listSFooterBelowChild li {
  font-size: 10px;
  font-size: 1rem;
}

#gFooter .listSFooterBelowChild li + li {
  margin-top: 6px;
}

#gFooter .listSFooterBelowChild a {
  position: relative;
  display: inline-block;
  padding-left: 8px;
  color: #fff;
}

#gFooter .listSFooterBelowChild a:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 3px;
  height: 3px;
  background-color: #fff;
  border-radius: 50%;
}

@media only screen and (min-width: 768px), print {
  #gFooter .listSFooterBelowChild a:hover {
    text-decoration: underline;
  }
}

#gFooter .copyright {
  display: inline-block;
  margin-top: 35px;
  color: #fff;
  font-size: 10px;
  font-size: 1rem;
  font-family: "Marvel", sans-serif;
  letter-spacing: 0.05em;
}

@media only screen and (min-width: 960px) {
  #gFooter .copyright {
    margin-top: auto;
  }
}

#pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 999999;
}

#pagetop a {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  display: block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-color: #08847B;
}

@media only screen and (min-width: 768px), print {
  #pagetop a {
    width: 46px;
    height: 46px;
  }
}

#pagetop a:after {
  content: "";
  display: block;
  position: absolute;
  top: 17px;
  right: 0;
  bottom: auto;
  left: 0;
  margin: auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  color: #fff;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

@media only screen and (min-width: 768px), print {
  #pagetop a:after {
    top: 20px;
    width: 16px;
    height: 16px;
  }
}

#pagetop a:hover {
  opacity: 0.7;
}

/*=============================================
section/layout
==============================================*/
#maincontent {
  margin-top: 60px;
}

@media only screen and (min-width: 768px), print {
  #maincontent {
    margin-top: 100px;
  }
}

.contInr {
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: #FAFAFA;
}

@media only screen and (min-width: 576px), print {
  .contInr {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media only screen and (min-width: 768px), print {
  .contInr {
    padding-top: 42px;
    padding-bottom: 42px;
  }
}

@media only screen and (min-width: 960px) {
  .contInr {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.secCmn {
  padding-top: 28px;
  padding-bottom: 52px;
}

@media only screen and (min-width: 576px), print {
  .secCmn {
    padding-top: 35px;
  }
}

@media only screen and (min-width: 768px), print {
  .secCmn {
    padding-top: 49px;
  }
}

@media only screen and (min-width: 960px) {
  .secCmn {
    padding-top: 70px;
  }
}

@media only screen and (min-width: 576px), print {
  .secCmn {
    padding-bottom: 65px;
  }
}

@media only screen and (min-width: 768px), print {
  .secCmn {
    padding-bottom: 91px;
  }
}

@media only screen and (min-width: 960px) {
  .secCmn {
    padding-bottom: 130px;
  }
}

@media only screen and (min-width: 768px), print {
  .wrapCol {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.mainCont {
  padding-bottom: 60px;
}

@media only screen and (min-width: 576px), print {
  .mainCont {
    padding-bottom: 75px;
  }
}

@media only screen and (min-width: 768px), print {
  .mainCont {
    padding-bottom: 105px;
  }
}

@media only screen and (min-width: 960px) {
  .mainCont {
    padding-bottom: 150px;
  }
}

@media only screen and (min-width: 768px), print {
  .mainCont {
    margin-right: 30px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
}

@media only screen and (min-width: 768px), print {
  .mainCont {
    margin-right: 50px;
  }
}

.sideCont {
  margin-top: 52px;
  background-color: #f8f8f8;
}

@media only screen and (min-width: 768px), print {
  .sideCont {
    width: 200px;
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px), print {
  .sideCont {
    width: 230px;
  }
}

.sideCont .inner {
  position: -webkit-sticky;
  position: sticky;
  top: 5em;
}

.sideCont .ttlSide {
  font-size: 17px;
  font-size: 1.7rem;
  border-bottom: 1px solid #fff;
}

@media only screen and (max-width: 767px) {
  .sideCont .ttlSide {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.sideCont .ttlSide a,
.sideCont .ttlSide span {
  display: block;
  padding: 0.7em 0.5em 0.6em 15px;
  background-color: #08847B;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
}

.sideCont .ttlSide a {
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.sideCont .ttlSide a:hover {
  background-color: #08847B;
}

.sideCont .listSideLink {
  font-size: 15px;
  font-size: 1.5rem;
  padding-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .sideCont .listSideLink {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.sideCont .listSideLink li {
  border-top: 1px dotted #fff;
}

.sideCont .listSideLink li:first-child {
  border-top: none;
}

@media only screen and (min-width: 768px), print {
  .sideCont .listSideLink li:last-child {
    border-bottom: 1px dotted #fff;
  }
}

.sideCont .listSideLink li.current a {
  background-color: #08847B;
  color: #555;
}

.sideCont .listSideLink li a {
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  position: relative;
  display: block;
  padding: 1em 0.5em 1em 30px;
  color: #08847B;
}

.sideCont .listSideLink li a:hover {
  background-color: #08847B;
  color: #fff;
  text-decoration: none;
}

.sideCont .listSideLink li a:hover:after {
  border-color: #555;
}

.sideCont .listSideLink li a:after {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: auto;
  width: 0.45em;
  height: 0.45em;
  border-top: 2px solid #08847B;
  border-right: 2px solid #08847B;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media only screen and (min-width: 768px), print {
  .container {
    max-width: 828px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media only screen and (min-width: 960px) {
  .container {
    max-width: 1080px;
    padding-right: 60px;
    padding-left: 60px;
  }
}

@media only screen and (min-width: 1024px) {
  .container {
    max-width: 1350px;
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (min-width: 768px), print {
  .container-fluid {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.container-min {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media only screen and (min-width: 768px), print {
  .container-min {
    max-width: 1000px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

.container-lg {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media only screen and (min-width: 768px), print {
  .container-lg {
    max-width: 1084px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

.container-xl {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media only screen and (min-width: 768px), print {
  .container-xl {
    max-width: 1084px;
    padding-right: 200px;
    padding-left: 200px;
  }
}

.container-xxl {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media only screen and (min-width: 768px), print {
  .container-xxl {
    max-width: 1290px;
    padding-right: 100px;
    padding-left: 100px;
  }
}

.container-xxxl {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media only screen and (min-width: 768px), print {
  .container-xxxl {
    max-width: 1500px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

.wrapSec {
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #fff;
}

@media only screen and (min-width: 576px), print {
  .wrapSec {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px), print {
  .wrapSec {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}

@media only screen and (min-width: 960px) {
  .wrapSec {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 576px), print {
  .wrapSec {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media only screen and (min-width: 768px), print {
  .wrapSec {
    padding-top: 42px;
    padding-bottom: 42px;
  }
}

@media only screen and (min-width: 960px) {
  .wrapSec {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 576px), print {
  .wrapSec {
    padding-right: 5%;
    padding-left: 5%;
  }
}

@media only screen and (min-width: 1230px) {
  .wrapSec {
    padding-right: calc((100% - 960px) / 2);
    padding-left: calc((100% - 960px) / 2);
  }
}

@media only screen and (min-width: 1350px) {
  .wrapSec {
    padding-right: 135px;
    padding-left: 135px;
  }
}

.wrapSec:first-child {
  margin-top: 0;
}

.wrapSec:last-child {
  margin-bottom: 0;
}

.inrWrapBg {
  background: #fff;
  border-radius: 8px;
  padding-top: 25px;
  padding-right: 10px;
  padding-left: 10px;
}

@media only screen and (min-width: 576px), print {
  .inrWrapBg {
    padding-top: 30px;
  }
}

@media only screen and (min-width: 768px), print {
  .inrWrapBg {
    padding-top: 35px;
  }
}

@media only screen and (min-width: 960px) {
  .inrWrapBg {
    padding-top: 40px;
  }
}

@media only screen and (min-width: 576px), print {
  .inrWrapBg {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media only screen and (min-width: 768px), print {
  .inrWrapBg {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 960px) {
  .inrWrapBg {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.wrapSecBdr {
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 24px;
  padding-bottom: 32px;
  padding-right: 30px;
  padding-left: 30px;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  border: 5px solid #E3E3E3;
  border-radius: 4px;
}

@media only screen and (min-width: 576px), print {
  .wrapSecBdr {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px), print {
  .wrapSecBdr {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}

@media only screen and (min-width: 960px) {
  .wrapSecBdr {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 576px), print {
  .wrapSecBdr {
    padding-top: 30px;
  }
}

@media only screen and (min-width: 768px), print {
  .wrapSecBdr {
    padding-top: 42px;
  }
}

@media only screen and (min-width: 960px) {
  .wrapSecBdr {
    padding-top: 60px;
  }
}

@media only screen and (min-width: 576px), print {
  .wrapSecBdr {
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 768px), print {
  .wrapSecBdr {
    padding-bottom: 56px;
  }
}

@media only screen and (min-width: 960px) {
  .wrapSecBdr {
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 576px), print {
  .wrapSecBdr {
    padding-right: 35px;
    padding-left: 35px;
  }
}

@media only screen and (min-width: 768px), print {
  .wrapSecBdr {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media only screen and (min-width: 960px) {
  .wrapSecBdr {
    padding-right: 50px;
    padding-left: 50px;
  }
}

@media only screen and (min-width: 768px), print {
  .wrapSecBdr {
    border-width: 10px;
    border-radius: 8px;
  }
}

.wrapSecBdr:first-child {
  margin-top: 0;
}

.wrapSecBdr:last-child {
  margin-bottom: 0;
}

.wrapSecBdr._form .txt.center {
  text-align: center;
}

.wrapSecBdr._form .txt a {
  color: #08847B;
  text-decoration: underline;
}

.wrapSecBdr._form .txt a:hover {
  text-decoration: none;
}

@media only screen and (min-width: 768px), print {
  .wrapSecBdr._form .btn02, .wrapSecBdr._form .wrapBnav .btnBack, .wrapBnav .wrapSecBdr._form .btnBack {
    margin-top: 60px;
  }
}

.wrapSecBdr .ttlSecBdr {
  margin-bottom: 15px;
  color: #333;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
}

@media only screen and (min-width: 768px), print {
  .wrapSecBdr .ttlSecBdr {
    margin-bottom: 28px;
    font-size: 28px;
    font-size: 2.8rem;
    text-align: center;
  }
}

.wrapSecBdr .ttlSecBdr._max span {
  display: block;
  max-width: 500px;
  margin: auto;
}

.wrapSecBdr .ttlSecBdr span {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

@media only screen and (min-width: 768px), print {
  .wrapSecBdr .ttlSecBdr span {
    padding-bottom: 20px;
  }
}

.wrapSecBdr .leadSecBdr {
  font-size: 16px;
  font-size: 1.6rem;
  max-width: 500px;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  .wrapSecBdr .leadSecBdr {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.wrapSecBdr .leadSecBdr em {
  text-decoration: underline;
}

.wrapSecBdr .leadSecBdr .leadSecBdrTxt + .leadSecBdrTxt {
  margin-top: 1.2em;
}

.wrapSecBdr-sm {
  padding: 25px;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  border: 5px solid #E3E3E3;
  border-radius: 4px;
}

@media only screen and (min-width: 576px), print {
  .wrapSecBdr-sm {
    padding: 30px;
  }
}

@media only screen and (min-width: 768px), print {
  .wrapSecBdr-sm {
    padding: 35px;
  }
}

@media only screen and (min-width: 960px) {
  .wrapSecBdr-sm {
    padding: 40px;
  }
}

@media only screen and (min-width: 768px), print {
  .wrapSecBdr-sm {
    border-width: 10px;
    border-radius: 8px;
  }
}

.wrapSecBdr-sm:first-child {
  margin-top: 0;
}

.wrapSecBdr-sm:last-child {
  margin-bottom: 0;
}

.secLg {
  margin-top: 24px;
  margin-bottom: 24px;
}

@media only screen and (min-width: 576px), print {
  .secLg {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px), print {
  .secLg {
    margin-top: 42px;
    margin-bottom: 42px;
  }
}

@media only screen and (min-width: 960px) {
  .secLg {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.secMd {
  margin-top: 25px;
  margin-bottom: 25px;
}

@media only screen and (min-width: 576px), print {
  .secMd {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px), print {
  .secMd {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}

@media only screen and (min-width: 960px) {
  .secMd {
    margin-top: 45px;
    margin-bottom: 45px;
  }
}

.secSm {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 576px), print {
  .secSm {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 768px), print {
  .secSm {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 960px) {
  .secSm {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}

.secXs {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media only screen and (min-width: 576px), print {
  .secXs {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px), print {
  .secXs {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 960px) {
  .secXs {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

[class^="heading"] + .secLg,
[class^="heading"] + .secMd,
[class^="heading"] + .secSm,
[class^="heading"] + .secXs {
  margin-top: 0;
}

.secLg:first-child,
.secMd:first-child,
.secSm:first-child,
.secXs:first-child {
  margin-top: 0;
}

.secLg:last-child,
.secMd:last-child,
.secSm:last-child,
.secXs:last-child {
  margin-bottom: 0;
}

/*=============================================
インデックス
==============================================*/
.wrapHeadingImg:after {
  content: "";
  display: block;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #e8ebf4;
  background-size: cover;
}

@media only screen and (min-width: 768px), print {
  .wrapHeadingImg:after {
    height: 250px;
  }
}

.wrapHeadingImgLg:after {
  content: "";
  display: block;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #e8ebf4;
  background-size: cover;
}

@media only screen and (min-width: 768px), print {
  .wrapHeadingImgLg:after {
    height: 450px;
  }
}

body#profile.company .wrapHeadingImg:after {
  background-image: url(/company/profile/img/bgTtl.jpg);
}

body#ad.company .wrapHeadingImg:after {
  background-image: url(/company/ad/img/bgTtl.jpg);
}

body#vi.company .wrapHeadingImg:after {
  background-image: url(/company/vi/img/bgTtl.jpg);
}

body#performance.company.ir .wrapHeadingImg:after {
  background-image: url(/company/ir/performance/img/bgTtl.jpg);
}

body#library.company.ir .wrapHeadingImg:after {
  background-image: url(/company/ir/library/img/bgTtl.jpg);
}

body#stock.company.ir .wrapHeadingImg:after {
  background-image: url(/company/ir/stock/img/bgTtl.jpg);
}

body#policy.company.ir .wrapHeadingImg:after {
  background-image: url(/company/ir/policy/img/bgTtl.jpg);
}

body#medicine.generic .wrapHeadingImg:after {
  background-image: url(/generic/medicine/img/bgTtl.jpg);
}

@media only screen and (min-width: 768px), print {
  body#medicine.generic .wrapHeadingImg:after {
    background-size: auto;
  }
}

body#sawaigenerics.sawaigenerics .wrapHeadingImgLg:after {
  background-image: url(/sawaigenerics/img/bgTtl.jpg);
}

body#company.company .wrapHeadingImgLg:after {
  background-image: url(/company/img/bgTtl.jpg);
}

.cke_editable ul:not([class]),
.editArea ul:not([class]) {
  margin: 1em 0;
}

.cke_editable ul:not([class]):first-child,
.editArea ul:not([class]):first-child {
  margin-top: 0;
}

.cke_editable ul:not([class]):last-child,
.editArea ul:not([class]):last-child {
  margin-bottom: 0;
}

.cke_editable a:not([class]),
.editArea a:not([class]) {
  color: #08847B;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.cke_editable a:not([class]):hover,
.editArea a:not([class]):hover {
  opacity: 0.8;
}

.cke_editable h1:not([class]),
.editArea h1:not([class]) {
  font-size: 2em;
}

.cke_editable h2:not([class]),
.editArea h2:not([class]) {
  font-size: 1.5em;
}

.cke_editable h3:not([class]),
.editArea h3:not([class]) {
  font-size: 1.17em;
}

.cke_editable h5:not([class]),
.editArea h5:not([class]) {
  font-size: .83em;
}

.cke_editable h6:not([class]),
.editArea h6:not([class]) {
  font-size: .75em;
}

.cke_editable b:not([class]),
.cke_editable strong:not([class]),
.editArea b:not([class]),
.editArea strong:not([class]) {
  font-weight: bolder;
}

.cke_editable i:not([class]),
.cke_editable cite:not([class]),
.cke_editable em:not([class]),
.cke_editable var:not([class]),
.cke_editable address:not([class]),
.editArea i:not([class]),
.editArea cite:not([class]),
.editArea em:not([class]),
.editArea var:not([class]),
.editArea address:not([class]) {
  font-style: italic;
}

.cke_editable small:not([class]),
.cke_editable sub:not([class]),
.cke_editable sup:not([class]),
.editArea small:not([class]),
.editArea sub:not([class]),
.editArea sup:not([class]) {
  font-size: .83em;
}

.cke_editable sub:not([class]),
.editArea sub:not([class]) {
  vertical-align: sub;
}

.cke_editable sup:not([class]),
.editArea sup:not([class]) {
  vertical-align: super;
}

.cke_editable hr:not([class]),
.editArea hr:not([class]) {
  border: 1px inset;
}

.cke_editable ol:not([class]),
.editArea ol:not([class]) {
  list-style-type: decimal;
}

.cke_editable ul:not([class]),
.editArea ul:not([class]) {
  list-style-type: disc;
}

.cke_editable img:not([class]),
.editArea img:not([class]) {
  max-width: 100%;
  height: auto !important;
  margin: 1.2em 0;
}

.cke_editable ol:not([class]),
.cke_editable ul:not([class]),
.cke_editable dl:not([class]),
.editArea ol:not([class]),
.editArea ul:not([class]),
.editArea dl:not([class]) {
  margin-left: 25px;
}

.cke_editable .btn03 a,
.editArea .btn03 a {
  color: #fff;
}

.wrapSecIndex {
  padding: 30px 20px;
  background-color: #fff;
}

@media only screen and (min-width: 576px), print {
  .wrapSecIndex {
    padding: 30px 20px;
  }
}

@media only screen and (min-width: 768px), print {
  .wrapSecIndex {
    padding: 60px 40px;
  }
}

@media only screen and (min-width: 1230px) {
  .wrapSecIndex {
    padding: 80px 60px;
  }
}

.wrapSecIndex .inrSecIndex {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  margin-top: -20px;
}

@media only screen and (min-width: 576px), print {
  .wrapSecIndex .inrSecIndex {
    margin: -20px -10px 0;
  }
}

@media only screen and (min-width: 768px), print {
  .wrapSecIndex .inrSecIndex {
    margin: -50px -10px 0;
  }
}

@media only screen and (min-width: 960px) {
  .wrapSecIndex .inrSecIndex {
    margin: -60px -20px 0;
  }
}

.wrapSecIndex .secIndex {
  width: 100%;
  margin-top: 20px;
}

@media only screen and (min-width: 576px), print {
  .wrapSecIndex .secIndex {
    width: 50%;
    padding: 0 10px;
  }
}

@media only screen and (min-width: 768px), print {
  .wrapSecIndex .secIndex {
    margin-top: 50px;
  }
}

@media only screen and (min-width: 960px) {
  .wrapSecIndex .secIndex {
    width: 33.33333%;
    margin-top: 60px;
    padding: 0 20px;
  }
}

.wrapSecIndex .secIndex img {
  max-width: 100%;
  height: auto;
}

.wrapSecIndex .secIndex .linkSecIndex {
  margin-bottom: 12px;
}

@media only screen and (min-width: 768px), print {
  .wrapSecIndex .secIndex .linkSecIndex {
    margin-bottom: 20px;
  }
}

.wrapSecIndex .secIndex .linkSecIndex a {
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
  position: relative;
  padding: 8px 35px 12px 0;
  border-bottom: 2px solid #E3E3E3;
  color: #333;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .wrapSecIndex .secIndex .linkSecIndex a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 768px), print {
  .wrapSecIndex .secIndex .linkSecIndex a {
    padding: 5px 55px 20px 0;
  }
  .wrapSecIndex .secIndex .linkSecIndex a:hover {
    color: #08847B;
  }
  .wrapSecIndex .secIndex .linkSecIndex a:hover:before, .wrapSecIndex .secIndex .linkSecIndex a:hover:after {
    color: #08847B;
  }
}

.wrapSecIndex .secIndex .linkSecIndex a:before, .wrapSecIndex .secIndex .linkSecIndex a:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icoSw' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 1em;
  font-size: 25px;
  margin: auto;
}

@media only screen and (min-width: 768px), print {
  .wrapSecIndex .secIndex .linkSecIndex a:before, .wrapSecIndex .secIndex .linkSecIndex a:after {
    bottom: auto;
    font-size: 40px;
  }
}

.wrapSecIndex .secIndex .linkSecIndex a:before {
  content: "\e902";
  color: #c6c6c6;
}

.wrapSecIndex .secIndex .linkSecIndex a:after {
  content: "\e903";
  margin-left: -1em;
  color: #a3a3a3;
}

.wrapSecIndex .secIndex .txtSecIndex {
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .wrapSecIndex .secIndex .txtSecIndex {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.wrapSecIndex .secIndex .txtIndent {
  margin-top: 0.2em;
}

.wrapSecIndexMain .inrSecIndex {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  margin-top: -20px;
}

@media only screen and (min-width: 576px), print {
  .wrapSecIndexMain .inrSecIndex {
    margin: -20px -10px 0;
  }
}

@media only screen and (min-width: 768px), print {
  .wrapSecIndexMain .inrSecIndex {
    margin: -50px -10px 0;
  }
}

@media only screen and (min-width: 960px) {
  .wrapSecIndexMain .inrSecIndex {
    margin: -60px -20px 0;
  }
}

.wrapSecIndexMain .secIndex {
  width: 100%;
  margin-top: 20px;
}

@media only screen and (min-width: 576px), print {
  .wrapSecIndexMain .secIndex {
    width: 50%;
    padding: 0 10px;
  }
}

@media only screen and (min-width: 768px), print {
  .wrapSecIndexMain .secIndex {
    margin-top: 50px;
  }
}

@media only screen and (min-width: 960px) {
  .wrapSecIndexMain .secIndex {
    width: 33.33333%;
    margin-top: 60px;
    padding: 0 20px;
  }
}

.wrapSecIndexMain .secIndex img {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  max-width: 100%;
  height: auto;
}

@media only screen and (min-width: 768px), print {
  .wrapSecIndexMain .secIndex a:hover img {
    opacity: 0.7;
  }
  .wrapSecIndexMain .secIndex a:hover .linkSecIndex span {
    color: #08847B;
  }
  .wrapSecIndexMain .secIndex a:hover .linkSecIndex span:before, .wrapSecIndexMain .secIndex a:hover .linkSecIndex span:after {
    color: #08847B;
  }
}

.wrapSecIndexMain .secIndex .imgSecIndex {
  border-radius: 4px;
  overflow: hidden;
}

.wrapSecIndexMain .secIndex .linkSecIndex {
  margin-top: 12px;
}

@media only screen and (min-width: 768px), print {
  .wrapSecIndexMain .secIndex .linkSecIndex {
    margin-top: 20px;
  }
}

.wrapSecIndexMain .secIndex .linkSecIndex span {
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  display: block;
  position: relative;
  padding: 8px 35px 8px 0;
  color: #333;
  text-align: left;
}

@media only screen and (min-width: 768px), print {
  .wrapSecIndexMain .secIndex .linkSecIndex span {
    padding: 6px 55px 6px 0;
  }
}

.wrapSecIndexMain .secIndex .linkSecIndex span:before, .wrapSecIndexMain .secIndex .linkSecIndex span:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icoSw' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 1em;
  font-size: 25px;
  margin: auto;
}

@media only screen and (min-width: 768px), print {
  .wrapSecIndexMain .secIndex .linkSecIndex span:before, .wrapSecIndexMain .secIndex .linkSecIndex span:after {
    bottom: auto;
    font-size: 40px;
  }
}

.wrapSecIndexMain .secIndex .linkSecIndex span:before {
  content: "\e902";
  color: #c6c6c6;
}

.wrapSecIndexMain .secIndex .linkSecIndex span:after {
  content: "\e903";
  margin-left: -1em;
  color: #a3a3a3;
}

/*=============================================
テキスト、リンク
==============================================*/
.linkPdf {
  margin: 20px 0;
}

@media only screen and (min-width: 768px), print {
  .linkPdf {
    margin: 30px 0;
  }
}

.linkPdf:first-child {
  margin-top: 0;
}

.linkPdf:last-child {
  margin-bottom: 0;
}

.linkPdf + .linkPdf {
  margin-top: -10px;
}

.linkPdf a {
  position: relative;
  display: inline-block;
  padding: 0.2em 0 0 28px;
}

@media only screen and (min-width: 768px), print {
  .linkPdf a {
    padding: 0.3em 0 0 40px;
  }
}

.linkPdf a:hover {
  text-decoration: underline;
}

.txtClMain {
  color: #08847B;
}

.txt {
  text-align: justify;
  text-justify: inter-ideograph;
}

.txt + .txt {
  margin-top: 0.5em;
}

@media only screen and (min-width: 768px), print {
  .txt + .txt {
    margin-top: 0.7em;
  }
}

a.txtLink {
  color: #08847B;
  text-decoration: underline;
}

a.txtLink:hover {
  text-decoration: none;
}

a.txtLinkArrow {
  color: #08847B;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  position: relative;
  display: inline-block;
  padding: 0 30px 0 0;
}

a.txtLinkArrow:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icoSw' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  content: "\e905";
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  height: 1em;
  margin: auto;
  font-size: 12px;
  font-size: 1.2rem;
}

@media only screen and (min-width: 768px), print {
  a.txtLinkArrow:hover:before {
    right: 8px;
  }
}

a[href^="tel:"] {
  color: #555 !important;
  text-decoration: none;
  cursor: text;
}

.txtAnchor {
  position: relative;
  display: inline-block;
  padding-left: 1.5em;
}

.txtAnchor:hover {
  color: #08847B;
  text-decoration: underline;
}

.txtAnchor:before {
  content: "";
  position: absolute;
  top: 0.45em;
  left: 0;
  width: 1em;
  height: 1em;
  background: url(/lib/cmn-img/ico_arrow_circle_down_black_s.svg) no-repeat center center;
  background-size: contain;
}

.txtAttn {
  color: #CB0000;
}

.txtBold {
  font-weight: bold;
}

.txtCenter {
  text-align: center;
}

.txtLeft {
  text-align: left;
}

.txtRight {
  text-align: right;
}

@media only screen and (min-width: 768px), print {
  .txtRightRs {
    text-align: right;
  }
}

.txtTableNotes {
  margin-top: 0.8em;
  font-size: 12px;
  font-size: 1.2rem;
}

@media only screen and (min-width: 576px), print {
  .txtTableNotes {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.txtIndent {
  margin: 1em 0 0 1em;
  font-size: 12px;
  font-size: 1.2rem;
  color: #888;
  text-indent: -1em;
}

.txtIndent + .txtIndent {
  margin-top: 0.5em;
}

.txtCaption {
  margin-top: 1em;
  color: #888;
  font-size: 12px;
  font-size: 1.2rem;
}

.txtCaption + .txtCaption {
  margin-top: 0.5em;
}

.txtS {
  font-size: 14px;
  font-size: 1.4rem;
}

.txtSup {
  font-size: 75.5%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

.txtSub {
  font-size: 75.5%;
  vertical-align: bottom;
  position: relative;
  top: 0.1em;
}

/*=============================================
パンくず
==============================================*/
.wrapBreadcrumbs {
  display: none;
}

@media only screen and (min-width: 768px), print {
  .wrapBreadcrumbs {
    display: block;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
  }
}

#breadcrumbs {
  font-size: 11px;
  font-size: 1.1rem;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1em 0;
}

@media only screen and (max-width: 767px) {
  #breadcrumbs {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

#breadcrumbs li {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#breadcrumbs li a {
  position: relative;
  color: #ACACAC;
  text-decoration: none;
}

#breadcrumbs li a:hover {
  text-decoration: underline;
}

#breadcrumbs li a:hover:after {
  text-decoration: none !important;
}

#breadcrumbs li a:after {
  display: inline-block;
  margin: 0 0.3em 0 0.5em;
  content: "＞";
  text-decoration: none !important;
  color: #ACACAC;
}

/*=============================================
見出し
==============================================*/
[class^="heading"] {
  color: #333;
}

[class^="heading"]:last-child {
  margin-bottom: 0;
}

.heading01 {
  margin-top: 28px;
  position: relative;
  padding-bottom: 1.2em;
}

@media only screen and (min-width: 576px), print {
  .heading01 {
    margin-top: 35px;
  }
}

@media only screen and (min-width: 768px), print {
  .heading01 {
    margin-top: 49px;
  }
}

@media only screen and (min-width: 960px) {
  .heading01 {
    margin-top: 70px;
  }
}

.heading01:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 92px;
  height: 4px;
  background-color: #08847B;
}

.heading01 .sub {
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
  color: #08847B;
}

.heading01 .main {
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
  color: #333;
}

@media only screen and (min-width: 768px), print {
  .heading01 .main {
    font-size: 40px;
    font-size: 4rem;
    line-height: 1.4;
  }
}

@media only screen and (min-width: 768px) and (max-width: 767px) {
  .heading01 .main {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

.heading02 {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 20px;
  position: relative;
  background-color: #FAFAFA;
  padding: 0.5em 1.4em 0.5em 1.3em;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .heading02 {
    font-size: 19px;
    font-size: 1.9rem;
  }
}

@media only screen and (min-width: 576px), print {
  .heading02 {
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 768px), print {
  .heading02 {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 960px) {
  .heading02 {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px), print {
  .heading02 {
    padding: 0.7em 1.4em;
  }
}

.heading02:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.8em;
  left: 13px;
  bottom: 0.8em;
  width: 4px;
  background-color: #08847B;
}

@media only screen and (min-width: 768px), print {
  .heading02:after {
    top: 1.1em;
    bottom: 1.1em;
    width: 5px;
  }
}

.heading02 .num {
  position: relative;
  top: 0.05em;
  margin-right: 0.3em;
  font-size: 1.3em;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
}

.heading03 {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 0.6em;
  color: #004D40;
}

@media only screen and (max-width: 767px) {
  .heading03 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.heading03 .num {
  position: relative;
  top: 0.05em;
  margin-right: 0.3em;
  font-size: 1.3em;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
}

.heading04 {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 0.6em;
}

@media only screen and (max-width: 767px) {
  .heading04 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.heading04 .num {
  position: relative;
  margin-right: 0.3em;
  top: 0.05em;
  font-size: 1.3em;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
}

.heading05 {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 1em;
  padding-bottom: 0.3em;
  border-bottom: 1px solid #E6E6E6;
  color: #08847B;
}

@media only screen and (max-width: 767px) {
  .heading05 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.heading05 .num {
  position: relative;
  top: 0.05em;
  margin-right: 0.3em;
  font-size: 1.3em;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
}

.headingNum {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 10px;
  padding-bottom: 5px;
  position: relative;
  padding-left: 1.8em;
  border-bottom: 1px solid #ccc;
  counter-increment: count-heading-number;
}

@media only screen and (max-width: 767px) {
  .headingNum {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 576px), print {
  .headingNum {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 768px), print {
  .headingNum {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 960px) {
  .headingNum {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 576px), print {
  .headingNum {
    padding-bottom: 5px;
  }
}

@media only screen and (min-width: 768px), print {
  .headingNum {
    padding-bottom: 10px;
  }
}

@media only screen and (min-width: 960px) {
  .headingNum {
    padding-bottom: 10px;
  }
}

.headingNum span {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  content: counter(count-heading-number) ".";
  position: absolute;
  top: 0.3em;
  left: 0.6em;
}

@media only screen and (max-width: 767px) {
  .headingNum span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.boxHeadingNumInr {
  padding: 0 10px;
}

.ttlMiddle {
  font-size: 18px;
  font-size: 1.8rem;
  color: #000B0B;
  margin-bottom: 1.5rem;
}

@media only screen and (min-width: 768px), print {
  .ttlMiddle {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 3rem;
  }
}

.ttlMiddle._center {
  text-align: center;
}

/*=============================================
リードテキスト
==============================================*/
.wrapLeadTxt {
  text-align: justify;
  text-justify: inter-ideograph;
  max-width: 45em;
  margin: auto;
}

.wrapLeadTxt + * {
  margin-top: 25px;
}

@media only screen and (min-width: 768px), print {
  .wrapLeadTxt + * {
    margin-top: 42px;
  }
}

@media only screen and (min-width: 960px) {
  .wrapLeadTxt + * {
    margin-top: 60px;
  }
}

/*=============================================
リスト
==============================================*/
[class^="heading"] + .listDisc01,
[class^="heading"] + .listDisc02,
[class^="heading"] + .listDecimal,
[class^="heading"] + .listDecimalKakko,
[class^="heading"] + .listPoint,
[class^="heading"] + .listInline01,
[class^="heading"] + .listMaruNum,
[class^="heading"] + .listNormal {
  margin-top: 0;
}

.listCol2 {
  margin: 20px 0;
}

@media only screen and (min-width: 768px), print {
  .listCol2 {
    margin: 30px 0;
  }
}

@media only screen and (min-width: 768px), print {
  .listCol2 .listDisc01,
  .listCol2 .listDisc02,
  .listCol2 .listDecimal,
  .listCol2 .listDecimalKakko,
  .listCol2 .listPoint,
  .listCol2 .listInline01,
  .listCol2 .listMaruNum,
  .listCol2 .listNormal {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .listCol2 .listDisc01 li,
  .listCol2 .listDisc02 li,
  .listCol2 .listDecimal li,
  .listCol2 .listDecimalKakko li,
  .listCol2 .listPoint li,
  .listCol2 .listInline01 li,
  .listCol2 .listMaruNum li,
  .listCol2 .listNormal li {
    width: 50%;
    padding-right: 15px;
  }
}

.listCol3 {
  margin: 20px 0;
}

@media only screen and (min-width: 768px), print {
  .listCol3 {
    margin: 30px 0;
  }
}

@media only screen and (min-width: 768px), print {
  .listCol3 .listDisc01,
  .listCol3 .listDisc02,
  .listCol3 .listDecimal,
  .listCol3 .listDecimalKakko,
  .listCol3 .listPoint,
  .listCol3 .listInline01,
  .listCol3 .listMaruNum,
  .listCol3 .listNormal {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .listCol3 .listDisc01 li,
  .listCol3 .listDisc02 li,
  .listCol3 .listDecimal li,
  .listCol3 .listDecimalKakko li,
  .listCol3 .listPoint li,
  .listCol3 .listInline01 li,
  .listCol3 .listMaruNum li,
  .listCol3 .listNormal li {
    width: 33.33333%;
    padding-right: 15px;
  }
}

.listDisc01,
.listDisc02,
.listDecimal,
.listDecimalKakko,
.listPoint,
.listInline01,
.listMaruNum,
.listNormal {
  margin: 1em 0;
}

.listDisc01:first-child,
.listDisc02:first-child,
.listDecimal:first-child,
.listDecimalKakko:first-child,
.listPoint:first-child,
.listInline01:first-child,
.listMaruNum:first-child,
.listNormal:first-child {
  margin-top: 0;
}

.listDisc01:last-child,
.listDisc02:last-child,
.listDecimal:last-child,
.listDecimalKakko:last-child,
.listPoint:last-child,
.listInline01:last-child,
.listMaruNum:last-child,
.listNormal:last-child {
  margin-bottom: 0;
}

.listDisc01 li:last-child,
.listDisc02 li:last-child,
.listDecimal li:last-child,
.listDecimalKakko li:last-child,
.listPoint li:last-child,
.listInline01 li:last-child,
.listMaruNum li:last-child,
.listNormal li:last-child {
  margin-bottom: 0;
}

.listDisc01 a,
.listDisc02 a,
.listDecimal a,
.listDecimalKakko a,
.listPoint a,
.listInline01 a,
.listMaruNum a,
.listNormal a {
  color: #08847B;
  text-decoration: underline;
}

.listDisc01 a:hover,
.listDisc02 a:hover,
.listDecimal a:hover,
.listDecimalKakko a:hover,
.listPoint a:hover,
.listInline01 a:hover,
.listMaruNum a:hover,
.listNormal a:hover {
  text-decoration: none;
}

.listDisc01._s {
  font-size: 12px;
  font-size: 1.2rem;
}

@media only screen and (max-width: 767px) {
  .listDisc01._s {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.listDisc01 > li {
  position: relative;
  margin-bottom: 0.4em;
  padding-left: 1.2em;
}

.listDisc01 > li:before {
  content: "・";
  position: absolute;
  top: 0.05em;
  left: 0;
  margin: auto;
}

.listDisc02._s {
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .listDisc02._s {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.listDisc02 > li {
  position: relative;
  margin-bottom: 0.4em;
  padding-left: 1.3em;
}

.listDisc02 > li:before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0.4em;
  width: 7px;
  height: 7px;
  margin: auto;
  border-radius: 50%;
  background-color: #000B0B;
}

.listDecimal {
  counter-reset: count-number;
}

.listDecimal > li {
  position: relative;
  margin-bottom: 0.4em;
  padding-left: 2em;
  counter-increment: count-number;
}

.listDecimal > li:before {
  font-size: 22px;
  font-size: 2.2rem;
  content: counter(count-number) ".";
  position: absolute;
  top: 0.2em;
  left: 0;
  width: 1.2em;
  line-height: 1em;
  font-family: "Josefin Sans", sans-serif;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .listDecimal > li:before {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.listDecimalKakko {
  counter-reset: count-number;
}

.listDecimalKakko > li {
  position: relative;
  margin-bottom: 0.4em;
  padding-left: 2em;
  counter-increment: count-number;
}

.listDecimalKakko > li:before {
  content: counter(count-number) ")";
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 1.6em;
  line-height: 1em;
  text-align: right;
}

.listNote {
  counter-reset: count-number;
}

.listNote > li {
  position: relative;
  margin-bottom: 0.4em;
  padding-left: 3.6em;
  counter-increment: count-number;
}

.listNote > li:before {
  content: "(注" counter(count-number) ")";
  position: absolute;
  top: 0.35em;
  left: 0;
  width: 3.2em;
  line-height: 1em;
  text-align: right;
}

.listMaruNum > li {
  text-indent: -1em;
  padding-left: 1em;
}

.listPoint {
  counter-reset: count-number;
}

.listPoint > li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.6em;
  counter-increment: count-number;
}

.listPoint > li:before {
  content: counter(count-number);
  position: absolute;
  top: 0.35em;
  left: 0;
  width: 1.2em;
  padding: 0.2em 0 0 0;
  line-height: 1;
  background-color: #333;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  text-align: center;
}

.listInline01 > li {
  display: inline;
}

.listInline01 > li:first-child:before {
  content: "";
  margin: 0;
}

.listInline01 > li:before {
  content: "/";
  display: inline-block;
  margin: 0 0.5em 0 0.3em;
}

.listNormal > li {
  margin-bottom: 0.4em;
}

.listAnker {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -20px -10px 0;
}

.listAnker li {
  width: 50%;
  padding: 0 10px;
  margin-top: 20px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (min-width: 768px), print {
  .listAnker li {
    width: 25%;
  }
}

.listAnker li > a {
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05);
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  height: 100%;
  line-height: 1.4;
  padding: 1em 0.5em;
  -webkit-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
}

@media only screen and (min-width: 768px), print {
  .listAnker li > a {
    padding: 11px 10px;
  }
}

.listAnker li > a:hover {
  background: #08847B;
  color: #fff;
  -webkit-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
}

/*=============================================
画像
==============================================*/
.imgBox01 {
  margin: 20px 0;
}

@media only screen and (min-width: 768px), print {
  .imgBox01 {
    margin: 30px 0;
  }
}

@media only screen and (min-width: 768px), print {
  .imgBox01 {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    overflow: hidden;
  }
}

@media only screen and (min-width: 768px), print {
  .imgBox01 .itemImg,
  .imgBox01 .itemTxt {
    width: 50%;
  }
}

.imgBox01 .itemImg {
  margin-top: 1.5em;
}

@media only screen and (min-width: 768px), print {
  .imgBox01 .itemImg {
    margin-top: 0;
  }
}

.imgBox01 .itemImg img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}

@media only screen and (min-width: 768px), print {
  .imgBox01 .itemTxt {
    padding-right: 30px;
  }
}

@media only screen and (min-width: 768px), print {
  .imgBox01._reverse .itemTxt {
    padding-left: 30px;
    padding-right: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .imgBox01._reverse .itemImg {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.imgBox01 [class^="heading"]:first-child {
  margin-top: 0;
}

.imgBox02 {
  margin: 20px 0;
}

@media only screen and (min-width: 768px), print {
  .imgBox02 {
    margin: 30px 0;
  }
}

@media only screen and (min-width: 768px), print {
  .imgBox02 {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    overflow: hidden;
  }
}

@media only screen and (min-width: 768px), print {
  .imgBox02 .itemImg {
    width: 40%;
  }
}

@media only screen and (min-width: 768px), print {
  .imgBox02 .itemTxt {
    width: 60%;
  }
}

.imgBox02 .itemImg {
  margin-top: 1.5em;
}

@media only screen and (min-width: 768px), print {
  .imgBox02 .itemImg {
    margin-top: 0;
  }
}

.imgBox02 .itemImg img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}

@media only screen and (min-width: 768px), print {
  .imgBox02 .itemTxt {
    padding-right: 30px;
  }
}

@media only screen and (min-width: 768px), print {
  .imgBox02._reverse .itemTxt {
    padding-left: 30px;
    padding-right: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .imgBox02._reverse .itemImg {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.imgBox02 [class^="heading"]:first-child {
  margin-top: 0;
}

.imgBox03 {
  margin: 20px 0;
}

@media only screen and (min-width: 768px), print {
  .imgBox03 {
    margin: 30px 0;
  }
}

@media only screen and (min-width: 768px), print {
  .imgBox03 {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    overflow: hidden;
  }
}

@media only screen and (min-width: 768px), print {
  .imgBox03 .itemImg {
    width: 30%;
  }
}

@media only screen and (min-width: 768px), print {
  .imgBox03 .itemTxt {
    width: 70%;
  }
}

.imgBox03 .itemImg {
  margin-top: 1.5em;
}

@media only screen and (min-width: 768px), print {
  .imgBox03 .itemImg {
    margin-top: 0;
  }
}

.imgBox03 .itemImg img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}

@media only screen and (min-width: 768px), print {
  .imgBox03 .itemTxt {
    padding-right: 30px;
  }
}

@media only screen and (min-width: 768px), print {
  .imgBox03._reverse .itemTxt {
    padding-left: 30px;
    padding-right: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .imgBox03._reverse .itemImg {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.imgBox03 [class^="heading"]:first-child {
  margin-top: 0;
}

.sdgaLogoWrap {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px -5px 0;
}

@media only screen and (min-width: 576px), print {
  .sdgaLogoWrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: -20px -10px 0;
  }
}

.sdgaLogoWrap .pic {
  padding: 0 5px;
  margin-top: 10px;
  width: 33.333%;
  max-width: 20%;
}

@media only screen and (min-width: 576px), print {
  .sdgaLogoWrap .pic {
    padding: 0 10px;
    margin-top: 20px;
    width: 12.5%;
  }
}

.sdgaLogoWrap .pic img {
  display: block;
  max-width: 100%;
  height: auto;
}

.imgBoxFloat01 {
  margin: 20px 0;
}

@media only screen and (min-width: 768px), print {
  .imgBoxFloat01 {
    margin: 30px 0;
  }
}

@media only screen and (min-width: 768px), print {
  .imgBoxFloat01 {
    overflow: hidden;
  }
}

.imgBoxFloat01 .itemImg {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px), print {
  .imgBoxFloat01 .itemImg {
    float: right;
    width: 35%;
    margin: 0 0 20px 30px;
  }
}

.imgBoxFloat01 .itemImg img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}

.imgBoxFloat01._reverse {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (min-width: 768px), print {
  .imgBoxFloat01._reverse {
    display: block;
  }
}

.imgBoxFloat01._reverse .itemTxt {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.imgBoxFloat01._reverse .itemImg {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 1.5em;
}

@media only screen and (min-width: 768px), print {
  .imgBoxFloat01._reverse .itemImg {
    margin-top: 0;
  }
}

.imgBoxFloat01 [class^="heading"]:first-child {
  margin-top: 0;
}

.imgBoxFloat01 [class^="heading"]:last-child {
  margin-bottom: 0;
}

/*=============================================
カラム
==============================================*/
.col01 {
  margin: 20px 0;
}

@media only screen and (min-width: 768px), print {
  .col01 {
    margin: 30px 0;
  }
}

.col01:first-child {
  margin-top: 0;
}

.col01:last-child {
  margin-bottom: 0;
}

.col01 .inrCol {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  margin-top: -20px;
}

@media only screen and (min-width: 576px), print {
  .col01 .inrCol {
    margin: -20px -10px 0;
  }
}

@media only screen and (min-width: 768px), print {
  .col01 .inrCol {
    margin: -30px -10px 0;
  }
}

@media only screen and (min-width: 960px) {
  .col01 .inrCol {
    margin: -30px -20px 0;
  }
}

@media only screen and (max-width: 575px) {
  .col01._fixed .inrCol {
    margin: -20px -10px 0;
  }
  .col01._fixed .inrCol .colItem {
    margin-top: 20px;
    padding: 0 10px;
  }
}

.col01 .colItem {
  margin: 20px auto 0;
}

@media only screen and (min-width: 576px), print {
  .col01 .colItem {
    padding: 0 10px;
  }
}

@media only screen and (min-width: 768px), print {
  .col01 .colItem {
    margin: 30px auto 0;
  }
}

@media only screen and (min-width: 960px) {
  .col01 .colItem {
    padding: 0 20px;
  }
}

.col01 .colItem img {
  max-width: 100%;
  height: auto;
}

.col02 {
  margin: 20px 0;
}

@media only screen and (min-width: 768px), print {
  .col02 {
    margin: 30px 0;
  }
}

.col02:first-child {
  margin-top: 0;
}

.col02:last-child {
  margin-bottom: 0;
}

.col02 .inrCol {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  margin-top: -20px;
}

@media only screen and (min-width: 576px), print {
  .col02 .inrCol {
    margin: -20px -10px 0;
  }
}

@media only screen and (min-width: 768px), print {
  .col02 .inrCol {
    margin: -30px -10px 0;
  }
}

@media only screen and (min-width: 960px) {
  .col02 .inrCol {
    margin: -30px -20px 0;
  }
}

@media only screen and (max-width: 575px) {
  .col02._fixed .inrCol {
    margin: -20px -10px 0;
  }
  .col02._fixed .inrCol .colItem {
    margin-top: 20px;
    width: 50%;
    padding: 0 10px;
  }
}

.col02 .colItem {
  margin-top: 20px;
}

@media only screen and (min-width: 576px), print {
  .col02 .colItem {
    width: 50%;
    padding: 0 10px;
  }
}

@media only screen and (min-width: 768px), print {
  .col02 .colItem {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 960px) {
  .col02 .colItem {
    padding: 0 20px;
  }
}

.col02 .colItem img {
  max-width: 100%;
  height: auto;
}

.col03 {
  margin: 20px 0;
}

@media only screen and (min-width: 768px), print {
  .col03 {
    margin: 30px 0;
  }
}

.col03:first-child {
  margin-top: 0;
}

.col03:last-child {
  margin-bottom: 0;
}

.col03 .inrCol {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  margin-top: -20px;
}

@media only screen and (min-width: 576px), print {
  .col03 .inrCol {
    margin: -20px -10px 0;
  }
}

@media only screen and (min-width: 768px), print {
  .col03 .inrCol {
    margin: -30px -10px 0;
  }
}

@media only screen and (min-width: 960px) {
  .col03 .inrCol {
    margin: -30px -20px 0;
  }
}

.col03 .colItem {
  margin-top: 20px;
}

@media only screen and (min-width: 576px), print {
  .col03 .colItem {
    width: 50%;
    padding: 0 10px;
  }
}

@media only screen and (min-width: 768px), print {
  .col03 .colItem {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 960px) {
  .col03 .colItem {
    width: 33.33333%;
    padding: 0 20px;
  }
}

.col03 .colItem img {
  max-width: 100%;
  height: auto;
}

.col04 {
  margin: 20px 0;
}

@media only screen and (min-width: 768px), print {
  .col04 {
    margin: 30px 0;
  }
}

.col04:first-child {
  margin-top: 0;
}

.col04:last-child {
  margin-bottom: 0;
}

.col04 .inrCol {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  margin-top: -20px;
}

@media only screen and (min-width: 576px), print {
  .col04 .inrCol {
    margin: -20px -10px 0;
  }
}

@media only screen and (min-width: 768px), print {
  .col04 .inrCol {
    margin: -30px -10px 0;
  }
}

.col04 .colItem {
  margin-top: 20px;
}

@media only screen and (min-width: 576px), print {
  .col04 .colItem {
    width: 50%;
    padding: 0 10px;
  }
}

@media only screen and (min-width: 768px), print {
  .col04 .colItem {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 960px) {
  .col04 .colItem {
    width: 25%;
  }
}

.col04 .colItem img {
  max-width: 100%;
  height: auto;
}

/*=============================================
ボックス
==============================================*/
[class^="heading"] + .secBox {
  margin-top: 0;
}

.secBox {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 3px solid #E3E3E3;
}

@media only screen and (min-width: 576px), print {
  .secBox {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}

@media only screen and (min-width: 768px), print {
  .secBox {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 960px) {
  .secBox {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 768px), print {
  .secBox {
    border-width: 4px;
  }
}

.secBox:first-child {
  margin-top: 0;
}

.secBox:last-child {
  margin-bottom: 0;
}

.secBox .secBoxInr {
  padding: 10px 15px 15px;
}

@media only screen and (min-width: 768px), print {
  .secBox .secBoxInr {
    padding-top: 15px;
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 576px), print {
  .secBox .secBoxInr {
    padding-top: 15px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px), print {
  .secBox .secBoxInr {
    padding-top: 20px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 960px) {
  .secBox .secBoxInr {
    padding-top: 20px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 576px), print {
  .secBox .secBoxInr {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px), print {
  .secBox .secBoxInr {
    padding-right: 35px;
    padding-left: 35px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 960px) {
  .secBox .secBoxInr {
    padding-right: 45px;
    padding-left: 45px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 576px), print {
  .secBox .secBoxInr {
    padding-bottom: 35px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px), print {
  .secBox .secBoxInr {
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 960px) {
  .secBox .secBoxInr {
    padding-bottom: 50px;
  }
}

.secBox .secBoxInr.noTtl {
  padding: 10px 15px 10px;
}

@media only screen and (min-width: 768px), print {
  .secBox .secBoxInr.noTtl {
    padding-top: 15px;
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 576px), print {
  .secBox .secBoxInr.noTtl {
    padding-top: 15px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px), print {
  .secBox .secBoxInr.noTtl {
    padding-top: 20px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 960px) {
  .secBox .secBoxInr.noTtl {
    padding-top: 20px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 576px), print {
  .secBox .secBoxInr.noTtl {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px), print {
  .secBox .secBoxInr.noTtl {
    padding-right: 35px;
    padding-left: 35px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 960px) {
  .secBox .secBoxInr.noTtl {
    padding-right: 45px;
    padding-left: 45px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 576px), print {
  .secBox .secBoxInr.noTtl {
    padding-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px), print {
  .secBox .secBoxInr.noTtl {
    padding-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 960px) {
  .secBox .secBoxInr.noTtl {
    padding-bottom: 20px;
  }
}

.secBox .headingBox {
  font-size: 22px;
  font-size: 2.2rem;
  padding: 0 15px;
  border-bottom: 2px solid #E3E3E3;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  .secBox .headingBox {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media only screen and (min-width: 768px), print {
  .secBox .headingBox {
    padding-right: 25px;
    padding-left: 25px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 576px), print {
  .secBox .headingBox {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px), print {
  .secBox .headingBox {
    padding-right: 35px;
    padding-left: 35px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 960px) {
  .secBox .headingBox {
    padding-right: 45px;
    padding-left: 45px;
  }
}

.secBox .headingBox span {
  padding-top: 15px;
  padding-bottom: 10px;
  display: inline-block;
  margin-bottom: -2px;
  border-bottom: 2px solid #08847B;
}

@media only screen and (min-width: 768px), print {
  .secBox .headingBox span {
    padding-top: 25px;
    padding-bottom: 10px;
  }
}

/*=============================================
テーブル
==============================================*/
[class^="heading"] + .wrapTable {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .js-scrollable {
    overflow: auto;
    width: 640px;
  }
}

.scroll-hint.is-scrollable {
  overflow: visible !important;
  overflow-y: hidden !important;
}

.scroll-hint.is-scrollable .wrapTable {
  margin-bottom: 0;
}

.scroll-hint-icon {
  height: auto !important;
}

.wrapTable {
  margin: 20px 0;
}

@media only screen and (min-width: 768px), print {
  .wrapTable {
    margin: 30px 0;
  }
}

.wrapTable:first-child {
  margin-top: 0;
}

.wrapTable:last-child {
  margin-bottom: 0;
}

.wrapTable .btn03 {
  margin: 1.2em 0;
}

@media only screen and (min-width: 768px), print {
  .wrapTable._style01 > table tr:first-child th,
  .wrapTable._style01 > table tr:first-child td {
    padding-top: 0.8em;
  }
}

.wrapTable._style01 > table {
  width: 100%;
}

.wrapTable._style01 > table th {
  width: 10%;
  white-space: nowrap;
  padding: 1.2em 0.7em 0.5em 0.7em;
  border-bottom: 1px solid #555;
  color: #333;
  text-align: left;
  vertical-align: top;
}

@media only screen and (min-width: 768px), print {
  .wrapTable._style01 > table th {
    width: 25%;
    white-space: normal;
    padding: 1.6em 1em 0.8em 0.5em;
    vertical-align: middle;
  }
}

.wrapTable._style01 > table td {
  padding: 1.2em 0.7em 0.5em 0.7em;
  border-bottom: 1px solid #ccc;
}

@media only screen and (min-width: 768px), print {
  .wrapTable._style01 > table td {
    padding: 1.4em 0.5em 0.8em 2.5em;
  }
}

.wrapTable._style01 > table thead th {
  background-color: #08847B;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .wrapTable._style01._block > table tr:first-child th {
    padding-top: 0;
  }
  .wrapTable._style01._block > table th,
  .wrapTable._style01._block > table td {
    display: block;
    width: 100%;
    white-space: normal;
  }
  .wrapTable._style01._block > table th {
    padding: 1.2em 0.7em 0.5em 0.7em;
  }
  .wrapTable._style01._block > table td {
    padding: 0.5em 0.7em 0 0.7em;
    border-bottom: none;
  }
}

.wrapTable._style02 > table {
  width: 100%;
}

.wrapTable._style02 > table th,
.wrapTable._style02 > table td {
  padding: 0.5em 0.7em;
  border: 1px solid #ddd;
  text-align: justify;
}

@media only screen and (min-width: 768px), print {
  .wrapTable._style02 > table th,
  .wrapTable._style02 > table td {
    padding: 1.2em 1.2em;
  }
}

.wrapTable._style02 > table tbody th {
  width: 1%;
  text-align: left;
  white-space: nowrap;
}

.wrapTable._style02 > table th {
  background-color: #FAFAFA;
  color: #666;
}

.wrapTable._style02 > table td {
  background-color: #fff;
}

.wrapTable._style03 > table th,
.wrapTable._style03 > table td {
  padding: 0.5em 0.7em;
  border: 1px solid #ddd;
  text-align: justify;
}

@media only screen and (min-width: 768px), print {
  .wrapTable._style03 > table th,
  .wrapTable._style03 > table td {
    padding: 0.5em 1em;
  }
}

.wrapTable._style03 > table th {
  color: #fff;
  background-color: #FAFAFA;
  text-align: left;
  white-space: nowrap;
  color: #666;
}

.wrapTable._style03 > table td {
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .wrapTable._style03._block > table {
    width: 100%;
  }
  .wrapTable._style03._block > table tr:last-child td {
    border-bottom: 1px solid #ddd;
  }
  .wrapTable._style03._block > table th,
  .wrapTable._style03._block > table td {
    display: block;
    width: 100%;
    white-space: normal;
  }
  .wrapTable._style03._block > table th {
    padding: 0.5em 0.7em;
  }
  .wrapTable._style03._block > table td {
    padding: 0.5em 0.7em;
    border-top: none;
    border-bottom: none;
  }
}

.wrapTable._scroll {
  overflow-x: scroll;
}

.wrapTable._scroll:after {
  content: "※ このテーブルは横にスクロールできます。";
}

@media only screen and (min-width: 768px), print {
  .wrapTable._scroll {
    overflow-x: auto;
  }
  .wrapTable._scroll:after {
    display: none;
  }
}

.wrapTable._scroll > table {
  width: 700px;
}

@media only screen and (min-width: 768px), print {
  .wrapTable._scroll > table {
    width: 100%;
  }
}

.wrapTable._auto > table tbody th {
  width: 10%;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .wrapTable._auto > table tbody th {
    width: 20%;
    white-space: normal;
  }
}

/*=============================================
ボタン
==============================================*/
[class^="heading"] + .btn01,
[class^="heading"] + .btn02,
.wrapBnav [class^="heading"] + .btnBack,
[class^="heading"] + .wrapBtn03,
[class^="heading"] + .btn03,
[class^="heading"] + .listBtn01 {
  margin-top: 0;
}

.btn01:last-child,
.btn02:last-child,
.wrapBnav .btnBack:last-child,
.wrapBtn03:last-child,
.btn03:last-child,
.listBtn01:last-child {
  margin-bottom: 0;
}

.btn01,
.btn02,
.wrapBnav .btnBack {
  margin-top: 25px;
}

@media only screen and (min-width: 768px), print {
  .btn01,
  .btn02,
  .wrapBnav .btnBack {
    margin-top: 40px;
  }
}

.btn01._center,
.btn02._center,
.wrapBnav ._center.btnBack {
  text-align: center;
}

.btn01._right,
.btn02._right,
.wrapBnav ._right.btnBack {
  text-align: right;
}

.btn01 a,
.btn02 a,
.wrapBnav .btnBack a {
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  font-size: 18px;
  font-size: 1.8rem;
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 8px 35px 12px 0;
  border-bottom: 2px solid #E3E3E3;
  color: #333;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .btn01 a,
  .btn02 a,
  .wrapBnav .btnBack a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 768px), print {
  .btn01 a,
  .btn02 a,
  .wrapBnav .btnBack a {
    width: auto;
    min-width: 370px;
    padding: 5px 90px 20px 0;
  }
  .btn01 a:hover,
  .btn02 a:hover,
  .wrapBnav .btnBack a:hover {
    color: #08847B;
  }
  .btn01 a:hover:before, .btn01 a:hover:after,
  .btn02 a:hover:before,
  .wrapBnav .btnBack a:hover:before,
  .btn02 a:hover:after,
  .wrapBnav .btnBack a:hover:after {
    color: #08847B;
  }
}

.btn01 a:before, .btn01 a:after,
.btn02 a:before,
.wrapBnav .btnBack a:before,
.btn02 a:after,
.wrapBnav .btnBack a:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icoSw' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 1em;
  font-size: 25px;
  margin: auto;
}

@media only screen and (min-width: 768px), print {
  .btn01 a:before, .btn01 a:after,
  .btn02 a:before,
  .wrapBnav .btnBack a:before,
  .btn02 a:after,
  .wrapBnav .btnBack a:after {
    bottom: auto;
    font-size: 40px;
  }
}

.btn01 a:before,
.btn02 a:before,
.wrapBnav .btnBack a:before {
  content: "\e902";
  color: #c6c6c6;
}

.btn01 a:after,
.btn02 a:after,
.wrapBnav .btnBack a:after {
  content: "\e903";
  margin-left: -1em;
  color: #a3a3a3;
}

.wrapBtn03 {
  margin: 20px 0;
}

@media only screen and (min-width: 768px), print {
  .wrapBtn03 {
    margin: 30px 0;
  }
}

.wrapBtn03 .inrBtn03 {
  overflow: hidden;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -0.5em 0;
}

.wrapBtn03 .btn03 {
  margin: 0.5em 1em 0.5em 0;
}

.itemTxt .wrapBtn03:first-child {
  margin-top: 0;
}

.btn03 {
  margin: 20px 0;
  padding-bottom: 5px;
}

@media only screen and (min-width: 768px), print {
  .btn03 {
    margin: 30px 0;
  }
}

.btn03 a {
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  position: relative;
  display: inline-block;
  padding: 0.5em 2.5em 0.5em 1em;
  background-color: #08847B;
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 0 #03766D;
          box-shadow: 0 5px 0 #03766D;
  color: #fff;
}

.btn03 a:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icoSw' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  content: "\e905";
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  height: 1em;
  margin: auto;
  font-size: 12px;
  font-size: 1.2rem;
}

@media only screen and (min-width: 768px), print {
  .btn03 a:hover:before {
    right: 8px;
  }
}

.listBtn01 {
  overflow: hidden;
  margin-top: -30px;
}

.listBtn01._2col {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -20px -10px 0;
}

@media only screen and (min-width: 768px), print {
  .listBtn01._2col {
    margin: -30px -15px 0;
  }
}

@media only screen and (min-width: 1230px) {
  .listBtn01._2col {
    margin: -30px -20px 0;
  }
}

.listBtn01._2col li {
  width: 100%;
  padding: 0 10px;
}

@media only screen and (min-width: 576px), print {
  .listBtn01._2col li {
    width: 50%;
  }
}

@media only screen and (min-width: 768px), print {
  .listBtn01._2col li {
    padding: 0 15px;
  }
}

@media only screen and (min-width: 1230px) {
  .listBtn01._2col li {
    padding: 0 20px;
  }
}

.listBtn01._3col {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px -10px 0;
}

@media only screen and (min-width: 768px), print {
  .listBtn01._3col {
    margin: -30px -15px 0;
  }
}

.listBtn01._3col li {
  width: 100%;
  padding: 0 10px;
}

@media only screen and (min-width: 576px), print {
  .listBtn01._3col li {
    width: 50%;
  }
}

@media only screen and (min-width: 768px), print {
  .listBtn01._3col li {
    padding: 0 15px;
  }
}

@media only screen and (min-width: 1230px) {
  .listBtn01._3col li {
    width: 33.33333%;
  }
}

.listBtn01 li {
  margin-top: 10px;
}

@media only screen and (min-width: 768px), print {
  .listBtn01 li {
    margin-top: 30px;
  }
}

.listBtn01 a {
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
  position: relative;
  padding: 8px 35px 12px 0;
  border-bottom: 1px solid #ccc;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .listBtn01 a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 768px), print {
  .listBtn01 a {
    padding: 5px 50px 20px 0;
  }
  .listBtn01 a:hover {
    color: #08847B;
  }
  .listBtn01 a:hover:before, .listBtn01 a:hover:after {
    color: #08847B;
  }
}

.listBtn01 a:before, .listBtn01 a:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icoSw' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 1em;
  font-size: 25px;
  margin: auto;
}

@media only screen and (min-width: 768px), print {
  .listBtn01 a:before, .listBtn01 a:after {
    bottom: auto;
    font-size: 40px;
  }
}

.listBtn01 a:before {
  content: "\e902";
  color: #C6C6C6;
}

.listBtn01 a:after {
  content: "\e903";
  margin-left: -1em;
  color: #A3A3A3;
}

/*=============================================
br
==============================================*/
/*br-XX-block*/
.br-xs-block {
  display: none;
}

@media only screen and (min-width: 480px), print {
  .br-xs-block {
    display: inline-block;
  }
}

.br-sm-block {
  display: none;
}

@media only screen and (min-width: 576px), print {
  .br-sm-block {
    display: inline-block;
  }
}

.br-md-block {
  display: none;
}

@media only screen and (min-width: 768px), print {
  .br-md-block {
    display: inline-block;
  }
}

.br-lg-block {
  display: none;
}

@media only screen and (min-width: 960px) {
  .br-lg-block {
    display: inline-block;
  }
}

/*br-XX-none*/
@media only screen and (min-width: 375px), print {
  .br-xxs-none {
    display: none;
  }
}

@media only screen and (min-width: 480px), print {
  .br-xs-none {
    display: none;
  }
}

@media only screen and (min-width: 576px), print {
  .br-sm-none {
    display: none;
  }
}

@media only screen and (min-width: 768px), print {
  .br-md-none {
    display: none;
  }
}

@media only screen and (min-width: 960px) {
  .br-lg-none {
    display: none;
  }
}

@media only screen and (max-width: 575px) {
  .br-sm-min-none {
    display: none;
  }
}

.br-xs-min-block {
  display: none;
}

@media only screen and (max-width: 479px) {
  .br-xs-min-block {
    display: inline-block;
  }
}

/*=============================================
ローカルナビ
==============================================*/
.wrapLnav {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  background-color: #F0F0F0;
  -webkit-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.2);
}

@media only screen and (min-width: 576px), print {
  .wrapLnav {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

@media only screen and (min-width: 768px), print {
  .wrapLnav {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media only screen and (min-width: 960px) {
  .wrapLnav {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .wrapLnav {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.wrapLnav .lNav {
  overflow: hidden;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -8px -10px 0;
}

@media only screen and (min-width: 576px), print {
  .wrapLnav .lNav {
    margin: -8px -20px 0;
  }
}

.wrapLnav .lNav._col2 li {
  width: 100%;
}

@media only screen and (min-width: 576px), print {
  .wrapLnav .lNav._col2 li {
    width: 50%;
  }
}

.wrapLnav .lNav._col3 li {
  width: 100%;
}

@media only screen and (min-width: 576px), print {
  .wrapLnav .lNav._col3 li {
    width: 50%;
  }
}

@media only screen and (min-width: 768px), print {
  .wrapLnav .lNav._col3 li {
    width: 33.333333%;
  }
}

.wrapLnav .lNav._col4 li {
  width: 100%;
}

@media only screen and (min-width: 768px), print {
  .wrapLnav .lNav._col4 li {
    width: 33.333333%;
  }
}

@media only screen and (min-width: 1024px) {
  .wrapLnav .lNav._col4 li {
    width: 25%;
  }
}

.wrapLnav .lNav._col5 li {
  width: 100%;
}

@media only screen and (min-width: 576px), print {
  .wrapLnav .lNav._col5 li {
    width: 50%;
  }
}

@media only screen and (min-width: 768px), print {
  .wrapLnav .lNav._col5 li {
    width: 33.333333%;
  }
}

@media only screen and (min-width: 1024px) {
  .wrapLnav .lNav._col5 li {
    width: 20%;
  }
}

.wrapLnav .lNav li {
  margin-top: 8px;
  padding: 0 10px;
}

@media only screen and (min-width: 768px), print {
  .wrapLnav .lNav li {
    padding: 0 20px;
  }
}

.wrapLnav .lNav li.current a {
  color: #08847B;
}

.wrapLnav .lNav a {
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  position: relative;
  display: inline-block;
  padding-left: 10px;
  color: #333;
}

.wrapLnav .lNav a:after {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0;
  bottom: 0.4em;
  width: 2px;
  background-color: #08847B;
}

.wrapLnav .lNav a:hover {
  color: #08847B;
}

.wrapLnav .lNav a span {
  position: relative;
  z-index: 9;
}

#ttlWrapLnav {
  position: relative;
  padding: 10px 20px;
  background-color: #E3E3E3;
  font-weight: 700;
  text-align: center;
}

#ttlWrapLnav.active span:before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

#ttlWrapLnav.active span:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 0;
}

#ttlWrapLnav span:before, #ttlWrapLnav span:after {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 15px;
  height: 2px;
  margin: auto;
  background-color: #08847B;
}

#ttlWrapLnav span:before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  opacity: 1;
  z-index: 2;
}

/*=============================================
ページ下部ナビ
==============================================*/
.wrapBnav {
  padding-top: 24px;
  padding-bottom: 32px;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  background-color: #F0F0F0;
}

@media only screen and (min-width: 576px), print {
  .wrapBnav {
    padding-top: 30px;
  }
}

@media only screen and (min-width: 768px), print {
  .wrapBnav {
    padding-top: 42px;
  }
}

@media only screen and (min-width: 960px) {
  .wrapBnav {
    padding-top: 60px;
  }
}

@media only screen and (min-width: 576px), print {
  .wrapBnav {
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 768px), print {
  .wrapBnav {
    padding-bottom: 56px;
  }
}

@media only screen and (min-width: 960px) {
  .wrapBnav {
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .wrapBnav {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.wrapBnav:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  border-top: 8px solid #E6E6E6;
}

.wrapBnav .bNav {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -15px -10px 0;
}

@media only screen and (min-width: 576px), print {
  .wrapBnav .bNav {
    margin: -25px -10px 0;
  }
}

@media only screen and (min-width: 768px), print {
  .wrapBnav .bNav {
    margin: -25px -18px 0;
  }
}

.wrapBnav .bNav li {
  margin-top: 15px;
  width: 100%;
  padding: 0 10px;
}

@media only screen and (min-width: 576px), print {
  .wrapBnav .bNav li {
    width: 50%;
    margin-top: 25px;
  }
}

@media only screen and (min-width: 768px), print {
  .wrapBnav .bNav li {
    padding: 0 18px;
  }
}

@media only screen and (min-width: 1230px) {
  .wrapBnav .bNav li {
    width: 33.33333%;
  }
}

.wrapBnav .bNav a {
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  position: relative;
  display: block;
  padding: 12px 30px 12px 0;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 0 #E6E6E6;
          box-shadow: 0 5px 0 #E6E6E6;
  color: #333;
}

@media only screen and (min-width: 768px), print {
  .wrapBnav .bNav a {
    padding: 20px 35px 20px 0;
  }
}

@media only screen and (min-width: 1230px) {
  .wrapBnav .bNav a {
    padding: 26px 35px 26px 0;
  }
}

.wrapBnav .bNav a:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icoSw' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  content: "\e905";
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  height: 1em;
  margin: auto;
  font-size: 12px;
  font-size: 1.2rem;
}

@media only screen and (min-width: 768px), print {
  .wrapBnav .bNav a:hover {
    color: #08847B;
  }
  .wrapBnav .bNav a:hover:before {
    right: 8px;
  }
}

.wrapBnav .bNav a span {
  position: relative;
  z-index: 9;
  display: inline-block;
  padding-left: 12px;
}

@media only screen and (min-width: 768px), print {
  .wrapBnav .bNav a span {
    padding-left: 22px;
  }
}

.wrapBnav .bNav a span:after {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  content: "";
  display: block;
  position: absolute;
  top: 0.4em;
  left: 0;
  bottom: 0.3em;
  width: 2px;
  background-color: #08847B;
}

.wrapBnav .btnBack {
  text-align: center;
}

/*=============================================
新着
==============================================*/
.editArea .metaArticle {
  margin-bottom: 5px;
}

@media only screen and (min-width: 768px), print {
  .editArea .metaArticle {
    margin-bottom: 15px;
  }
}

.editArea table th,
.editArea table td {
  padding: 0.5em 0.7em;
  text-align: justify;
}

.editArea .imgBox01 .itemTxt,
.editArea .imgBox01 .itemImg {
  width: auto;
}

@media only screen and (min-width: 768px), print {
  .editArea .imgBox01 .itemImg {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-width: 50%;
  }
}

.metaArticle {
  font-size: 14px;
  font-size: 1.4rem;
}

.metaArticle._style02 {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.metaArticle._style02 .btn03 {
  margin: 0;
}

.metaArticle .date {
  display: inline-block;
  color: #ACACAC;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  margin-right: 1em;
}

.metaArticle .cat {
  display: inline-block;
  min-width: 5em;
  padding: 0 0.5em;
  background-color: rgba(8, 132, 123, 0.75);
  border-radius: 3px;
  color: #fff;
  text-align: center;
  line-height: 1.6;
  font-size: 13px;
  font-size: 1.3rem;
}

.listArticle._cat .metaArticle {
  float: none;
}

.listArticle li {
  position: relative;
  background-color: #FAFAFA;
  border-radius: 4px;
}

.listArticle li + li {
  margin-top: 10px;
}

.listArticle li.noLink,
.listArticle li a {
  overflow: hidden;
  position: relative;
  display: block;
  min-height: 4.375em;
  padding: 15px 55px 15px 50px;
}

@media only screen and (min-width: 768px), print {
  .listArticle li.noLink,
  .listArticle li a {
    padding: 10px 65px 10px 55px;
  }
}

.listArticle li.pinArticle:before {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 14px;
  bottom: 0;
  width: 26px;
  height: 26px;
  margin: auto;
  background: url(/lib/cmn-img/ico_pin.svg) no-repeat left top;
}

.listArticle li a {
  position: relative;
}

.listArticle li a[href="#"] {
  cursor: default;
  pointer-events: none;
}

.listArticle li a[href="#"]:before, .listArticle li a[href="#"]:after {
  display: none;
}

.listArticle li a:before, .listArticle li a:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icoSw' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  right: 18px;
  bottom: 0;
  height: 1em;
  margin: auto;
  font-size: 25px;
  -webkit-transition: color 0.1s, right 0.1s;
  transition: color 0.1s, right 0.1s;
}

@media only screen and (min-width: 768px), print {
  .listArticle li a:before, .listArticle li a:after {
    font-size: 40px;
    right: 0;
  }
}

.listArticle li a:before {
  content: "\e902";
  color: #c6c6c6;
}

@media only screen and (min-width: 768px), print {
  .listArticle li a:before {
    content: "";
  }
}

.listArticle li a:after {
  content: "\e903";
  margin-left: -1em;
  color: #a3a3a3;
}

@media only screen and (min-width: 768px), print {
  .listArticle li a:after {
    color: #333;
  }
}

@media only screen and (min-width: 768px), print {
  .listArticle li a:hover:after {
    right: -3px;
  }
}

@media only screen and (min-width: 768px), print {
  .listArticle .metaArticle {
    float: left;
  }
}

.listArticle .metaArticle .cat {
  margin-bottom: 5px;
}

.listArticle .txtArticle {
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 15px;
  font-size: 1.5rem;
}

@media only screen and (max-width: 767px) {
  .listArticle .txtArticle {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 768px), print {
  .listArticle .txtArticle {
    overflow: hidden;
  }
}

.wrapArticleFilter {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px), print {
  .wrapArticleFilter {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 20px;
  }
}

.wrapArticleFilter .searchArticle {
  margin: 15px 0 0;
}

@media only screen and (min-width: 768px), print {
  .wrapArticleFilter .searchArticle {
    margin: 0 0 0 20px;
  }
}

.wrapArticleFilter .searchArticle form {
  float: none;
}

.wrapListArticleCat {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px), print {
  .wrapListArticleCat {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (min-width: 768px), print {
  .wrapListArticleCat .listArticleCatWrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.wrapListArticleCat .listArticleCat {
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px), print {
  .wrapListArticleCat .links {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 0;
  }
}

.wrapListArticleCat .btnRss {
  margin-bottom: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: right;
}

.wrapListArticleCat .btnRss a {
  -webkit-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  display: inline-block;
  padding: 8px 10px;
  border-radius: 3px;
  border: 1px solid #ddd;
}

.wrapListArticleCat .btnRss a:before {
  margin-right: 5px;
  color: #ee802f;
}

.wrapListArticleCat .btnRss a:hover {
  background-color: #FAFAFA;
}

.listArticleCat {
  font-size: 14px;
  font-size: 1.4rem;
  overflow: hidden;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -5px -10px 20px;
}

@media only screen and (max-width: 767px) {
  .listArticleCat {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 768px), print {
  .listArticleCat {
    margin: -5px -15px 20px;
  }
}

@media only screen and (min-width: 960px) {
  .listArticleCat {
    margin: -5px -20px 20px;
  }
}

.listArticleCat li {
  width: 50%;
  padding: 0 10px;
}

@media only screen and (min-width: 576px), print {
  .listArticleCat li {
    width: 33.33333%;
  }
}

@media only screen and (min-width: 768px), print {
  .listArticleCat li {
    width: auto;
    padding: 0 15px;
  }
}

@media only screen and (min-width: 960px) {
  .listArticleCat li {
    padding: 0 20px;
  }
}

.listArticleCat li.active a {
  border-bottom: 1px solid #08847B;
}

.listArticleCat a {
  display: block;
  padding: 5px 0;
  border-bottom: 1px solid #E6E6E6;
  text-align: center;
}

@media only screen and (min-width: 768px), print {
  .listArticleCat a {
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
  }
  .listArticleCat a:hover {
    color: #08847B;
  }
}

@media only screen and (min-width: 960px) {
  .listArticleCat a {
    display: inline-block;
    border: none;
    text-align: left;
  }
}

.searchArticle {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px), print {
  .searchArticle {
    overflow: hidden;
  }
}

.searchArticle form {
  overflow: hidden;
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (min-width: 768px), print {
  .searchArticle form {
    float: right;
  }
}

.searchArticle form input {
  float: left;
  padding: 0 15px;
  height: 40px;
  width: calc(100% - 40px);
  vertical-align: middle;
  border: 1px solid #ddd;
  border-right: none;
  border-radius: 4px 0 0 4px;
}

.searchArticle form input::-webkit-input-placeholder {
  color: #999;
}

.searchArticle form input:-ms-input-placeholder {
  color: #999;
}

.searchArticle form input::-ms-input-placeholder {
  color: #999;
}

.searchArticle form input::placeholder {
  color: #999;
}

.searchArticle form input:-ms-input-placeholder {
  color: #999;
}

.searchArticle form input::-ms-input-placeholder {
  color: #999;
}

@media only screen and (min-width: 768px), print {
  .searchArticle form input {
    width: 200px;
  }
}

.searchArticle form input:focus {
  outline: 0 !important;
}

.searchArticle form button {
  background-color: #08847B;
  height: 40px;
  width: 40px;
  border-radius: 0 4px 4px 0;
}

.searchArticle form .ico-magnifier:before {
  vertical-align: -1px;
  color: #fff;
}

/*=============================================
ページャー
==============================================*/
.qs_wrap_page__navi {
  margin-top: 25px;
  margin-bottom: 32px;
}

@media only screen and (min-width: 576px), print {
  .qs_wrap_page__navi {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px), print {
  .qs_wrap_page__navi {
    margin-top: 35px;
  }
}

@media only screen and (min-width: 960px) {
  .qs_wrap_page__navi {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 576px), print {
  .qs_wrap_page__navi {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 768px), print {
  .qs_wrap_page__navi {
    margin-bottom: 56px;
  }
}

@media only screen and (min-width: 960px) {
  .qs_wrap_page__navi {
    margin-bottom: 80px;
  }
}

.qs_page__navi {
  overflow: hidden;
  text-align: center;
}

.qs_page__navi li {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  width: 2.2rem;
  line-height: 20px;
  line-height: 2rem;
}

@media only screen and (min-width: 768px), print {
  .qs_page__navi li {
    margin: 0 0.2em;
    width: 35px;
    width: 3.5rem;
    line-height: 33px;
    line-height: 3.3rem;
  }
}

.qs_page__navi li a {
  border: 1px solid rgba(8, 132, 123, 0.5);
  border-radius: 2px;
  color: #08847B;
}

.qs_page__navi li a:hover {
  background-color: #f8f8f8;
  text-decoration: none;
}

.qs_page__navi li a,
.qs_page__navi li span {
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  display: block;
}

@media only screen and (max-width: 767px) {
  .qs_page__navi li a,
  .qs_page__navi li span {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.qs_page__navi li.current {
  background: #08847B;
  border: 1px solid #08847B;
  border-radius: 2px;
  color: #fff;
  pointer-events: none;
}

.qs_page__navi li.first a, .qs_page__navi li.previous a, .qs_page__navi li.last a, .qs_page__navi li.next a {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  position: relative;
}

.qs_page__navi li.first a:after, .qs_page__navi li.previous a:after, .qs_page__navi li.last a:after, .qs_page__navi li.next a:after {
  font-size: 14px;
  font-size: 1.4rem;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  color: #aaa;
  text-indent: 0;
  -webkit-transform: scaleX(0.5);
          transform: scaleX(0.5);
}

@media only screen and (max-width: 767px) {
  .qs_page__navi li.first a:after, .qs_page__navi li.previous a:after, .qs_page__navi li.last a:after, .qs_page__navi li.next a:after {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.qs_page__navi li.first {
  margin-right: 0.4em;
}

@media only screen and (min-width: 768px), print {
  .qs_page__navi li.first {
    margin-right: 0.8em;
  }
}

.qs_page__navi li.first a:after {
  content: "<<";
}

.qs_page__navi li.previous a:after {
  content: "<";
}

.qs_page__navi li.next a:after {
  content: ">";
}

.qs_page__navi li.last {
  margin-left: 0.4em;
}

@media only screen and (min-width: 768px), print {
  .qs_page__navi li.last {
    margin-left: 0.8em;
  }
}

.qs_page__navi li.last a:after {
  content: ">>";
}

/*=============================================
PAGENATION
==============================================*/
.pagenation {
  overflow: hidden;
  margin: 50px auto;
}

.pagenation ul {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagenation ul li {
  margin: 0 5px;
}

@media only screen and (min-width: 768px), print {
  .pagenation ul li {
    margin: 0 7px;
  }
}

.pagenation ul li span,
.pagenation ul li a {
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  width: 35px;
  line-height: 33px;
  border-radius: 3px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .pagenation ul li span,
  .pagenation ul li a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.pagenation ul li img {
  vertical-align: -2px;
}

.pagenation ul li a {
  -webkit-transition-property: background, border;
  transition-property: background, border;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  background-color: #E6E6E6;
  border: 1px solid #E6E6E6;
}

@media only screen and (min-width: 768px), print {
  .pagenation ul li a:hover {
    background-color: #fff;
  }
}

.pagenation ul li.active span {
  background-color: #08847B;
  border: 1px solid #08847B;
  color: #fff;
}

/*=============================================
セレクトボックス
==============================================*/
.custom-select,
.yearSelect {
  position: relative;
}

@media only screen and (min-width: 768px), print {
  .custom-select,
  .yearSelect {
    display: inline-block;
  }
}

.custom-select-trigger,
.yearSelect-trigger {
  position: relative;
  display: block;
  width: calc(100% - 40px);
  margin-right: 40px;
  padding: 0 15px;
  border: 1px solid #ddd;
  border-right: 0;
  border-radius: 4px 0 0 4px;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 38px;
}

@media only screen and (min-width: 768px), print {
  .custom-select-trigger,
  .yearSelect-trigger {
    width: auto;
  }
}

.custom-select-trigger::before,
.yearSelect-trigger::before {
  content: '';
  position: absolute;
  top: -1px;
  bottom: -1px;
  right: -40px;
  width: 40px;
  background-color: #08847B;
  border-radius: 0 4px 4px 0;
}

.custom-select-trigger::after,
.yearSelect-trigger::after {
  position: absolute;
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  top: 50%;
  right: -23px;
  margin-top: -3px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
}

.custom-select-trigger:hover,
.yearSelect-trigger:hover {
  cursor: pointer;
}

@media only screen and (min-width: 768px), print {
  .archiveArticle .custom-select-trigger {
    width: 10em;
  }
}

@media only screen and (min-width: 768px), print {
  .yearSelect .custom-select-trigger {
    width: 15em;
  }
}

.custom-select.opened .custom-select-trigger:after,
.yearSelect.opened .custom-select-trigger:after {
  margin-top: 3px;
  -webkit-transform: rotate(-135deg) translateY(-50%);
          transform: rotate(-135deg) translateY(-50%);
}

.custom-options {
  position: absolute;
  display: block;
  top: 40px;
  right: 0;
  left: 0;
  min-width: 100%;
  margin: 15px 0;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #FAFAFA;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  z-index: 1000;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.custom-options::before {
  position: absolute;
  display: block;
  content: '';
  bottom: 100%;
  left: 25px;
  width: 10px;
  height: 9px;
  margin-bottom: -4px;
  border-top: 1px solid #E6E6E6;
  border-left: 1px solid #E6E6E6;
  background-color: #FAFAFA;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.custom-options a {
  color: #333;
}

.custom-options a:hover {
  color: #08847B;
}

.custom-select.opened .custom-options,
.yearSelect.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.option-hover:before {
  background-color: #fff;
}

.custom-option {
  position: relative;
  display: block;
  padding: 5px 15px;
  border-bottom: 1px solid #E6E6E6;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.custom-option:first-of-type {
  border-radius: 4px 4px 0 0;
}

.custom-option:last-of-type {
  border-bottom: 0;
  border-radius: 0 0 4px 4px;
}

.custom-option:hover {
  background-color: #fff;
}

/*=============================================
タブ
==============================================*/
.wrapTabMenu,
.wrapPageMenu {
  position: relative;
  max-width: 960px;
  margin: auto;
}

.wrapTabMenu .tabMenu,
.wrapTabMenu .pageMenu,
.wrapPageMenu .tabMenu,
.wrapPageMenu .pageMenu {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: -8px -4px 25px;
}

@media only screen and (min-width: 576px), print {
  .wrapTabMenu .tabMenu,
  .wrapTabMenu .pageMenu,
  .wrapPageMenu .tabMenu,
  .wrapPageMenu .pageMenu {
    margin: -12px -10px 25px;
  }
}

@media only screen and (min-width: 768px), print {
  .wrapTabMenu .tabMenu,
  .wrapTabMenu .pageMenu,
  .wrapPageMenu .tabMenu,
  .wrapPageMenu .pageMenu {
    margin: 0 -10px 65px;
  }
}

.wrapTabMenu .tabMenu._even li,
.wrapTabMenu .pageMenu._even li,
.wrapPageMenu .tabMenu._even li,
.wrapPageMenu .pageMenu._even li {
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

@media only screen and (min-width: 768px), print {
  .wrapTabMenu .tabMenu._even li,
  .wrapTabMenu .pageMenu._even li,
  .wrapPageMenu .tabMenu._even li,
  .wrapPageMenu .pageMenu._even li {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
  }
}

.wrapTabMenu .tabMenu li,
.wrapTabMenu .pageMenu li,
.wrapPageMenu .tabMenu li,
.wrapPageMenu .pageMenu li {
  margin-top: 8px;
  padding: 0 4px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}

@media only screen and (min-width: 576px), print {
  .wrapTabMenu .tabMenu li,
  .wrapTabMenu .pageMenu li,
  .wrapPageMenu .tabMenu li,
  .wrapPageMenu .pageMenu li {
    margin-top: 12px;
    padding: 0 10px;
  }
}

@media only screen and (min-width: 768px), print {
  .wrapTabMenu .tabMenu li,
  .wrapTabMenu .pageMenu li,
  .wrapPageMenu .tabMenu li,
  .wrapPageMenu .pageMenu li {
    margin-top: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
  }
  .wrapTabMenu .tabMenu li:hover:not(.active) a,
  .wrapTabMenu .pageMenu li:hover:not(.active) a,
  .wrapPageMenu .tabMenu li:hover:not(.active) a,
  .wrapPageMenu .pageMenu li:hover:not(.active) a {
    background-color: #E6E6E6;
    text-decoration: none;
  }
}

.wrapTabMenu .tabMenu li.active a,
.wrapTabMenu .pageMenu li.active a,
.wrapPageMenu .tabMenu li.active a,
.wrapPageMenu .pageMenu li.active a {
  cursor: default;
  background-color: #08847B;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}

@media only screen and (min-width: 768px), print {
  .wrapTabMenu .tabMenu li.active a:after,
  .wrapTabMenu .pageMenu li.active a:after,
  .wrapPageMenu .tabMenu li.active a:after,
  .wrapPageMenu .pageMenu li.active a:after {
    border-top-color: #08847B;
  }
}

.wrapTabMenu .tabMenu li a,
.wrapTabMenu .pageMenu li a,
.wrapPageMenu .tabMenu li a,
.wrapPageMenu .pageMenu li a {
  -webkit-transition-property: background, color;
  transition-property: background, color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  position: relative;
  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;
  height: 100%;
  padding: 1.2em 0.3em;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  color: #333;
  line-height: 1.4;
  text-align: center;
}

@media only screen and (min-width: 768px), print {
  .wrapTabMenu .tabMenu li a,
  .wrapTabMenu .pageMenu li a,
  .wrapPageMenu .tabMenu li a,
  .wrapPageMenu .pageMenu li a {
    border-radius: 5em;
    padding: 1.75em 1em;
  }
  .wrapTabMenu .tabMenu li a:after,
  .wrapTabMenu .pageMenu li a:after,
  .wrapPageMenu .tabMenu li a:after,
  .wrapPageMenu .pageMenu li a:after {
    -webkit-transition-property: border;
    transition-property: border;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    position: absolute;
    content: "";
    display: block;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 15px solid transparent;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px), print {
  .wrapTabMenu .tabMenu li a:after,
  .wrapTabMenu .pageMenu li a:after,
  .wrapPageMenu .tabMenu li a:after,
  .wrapPageMenu .pageMenu li a:after {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 25px solid transparent;
  }
}

/*=============================================
アコーディオン
==============================================*/
.secAcco + .secAcco {
  margin-top: 10px;
}

@media only screen and (min-width: 768px), print {
  .secAcco + .secAcco {
    margin-top: 20px;
  }
}

.acco02 .accoInr {
  background-color: rgba(8, 132, 123, 0.75);
  border-radius: 8px;
}

.acco02 .accoToggle {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  position: relative;
  padding: 1em 1.5em;
  color: #fff;
  cursor: pointer;
}

.acco02 .accoToggle.active span:before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.acco02 .accoToggle.active span:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 0;
}

.acco02 .accoToggle span:before, .acco02 .accoToggle span:after {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.5em;
  width: 15px;
  height: 2px;
  margin: auto;
  background-color: #fff;
}

.acco02 .accoToggle span:before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  opacity: 1;
  z-index: 2;
}

.acco02 .accoCont {
  display: none;
  padding: 1em 1.5em;
  background-color: #fff;
  border: 1px solid #E6E6E6;
  border-radius: 0 0 8px 8px;
}

.accoQandA .accoToggle {
  position: relative;
  padding: 0.5em 4.5em 0.8em 4.5rem;
  border-bottom: 1px solid #ccc;
  color: #000B0B;
  cursor: pointer;
}

@media only screen and (min-width: 768px), print {
  .accoQandA .accoToggle {
    padding: 0.5em 3.5em 0.8em 6.5rem;
  }
}

.accoQandA .accoToggle.active span:before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.accoQandA .accoToggle.active span:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 0;
}

.accoQandA .accoToggle:before {
  content: "Q";
  position: absolute;
  left: 2.5rem;
  top: 0;
  color: #08847B;
  font-family: "Marvel", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
}

@media only screen and (min-width: 768px), print {
  .accoQandA .accoToggle:before {
    font-size: 46px;
    font-size: 4.6rem;
  }
}

.accoQandA .accoToggle span:before, .accoQandA .accoToggle span:after {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.5em;
  width: 14px;
  height: 2px;
  margin: auto;
  background-color: #fff;
  background-color: #08847B;
}

@media only screen and (min-width: 768px), print {
  .accoQandA .accoToggle span:before, .accoQandA .accoToggle span:after {
    width: 24px;
  }
}

.accoQandA .accoToggle span:before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  opacity: 1;
  z-index: 2;
}

.accoQandA .accoCont {
  display: none;
  position: relative;
  margin-top: 0.5em;
  padding: 0 1.5em 1em 4.5rem;
  color: #555;
}

@media only screen and (min-width: 768px), print {
  .accoQandA .accoCont {
    padding: 0 1.5em 1em 5.5rem;
  }
}

.accoQandA .accoCont:before {
  content: "A";
  position: absolute;
  left: 2.5rem;
  top: 0;
  color: #ACACAC;
  font-family: "Marvel", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
}

@media only screen and (min-width: 768px), print {
  .accoQandA .accoCont:before {
    font-size: 46px;
    font-size: 4.6rem;
  }
}

.accoQandA .accoCont a {
  color: #08847B;
}

/*=============================================
アンカーリンク
==============================================*/
.anchorPoint {
  margin-top: -60px;
  padding-top: 60px;
}

@media only screen and (min-width: 768px), print {
  .anchorPoint {
    margin-top: -100px;
    padding-top: 100px;
  }
}

.wrapAnchorLink {
  margin: 20px 0;
}

@media only screen and (min-width: 768px), print {
  .wrapAnchorLink {
    margin: 30px 0;
  }
}

.wrapAnchorLink:first-child {
  margin-top: 0;
}

.wrapAnchorLink:last-child {
  margin-bottom: 0;
}

.wrapAnchorLink .anchorLink {
  overflow: hidden;
  margin-top: -10px;
}

@media only screen and (min-width: 576px), print {
  .wrapAnchorLink .anchorLink {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -15px -10px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media only screen and (min-width: 768px), print {
  .wrapAnchorLink .anchorLink {
    margin: -15px -15px 0;
  }
}

.wrapAnchorLink .anchorLink li {
  margin-top: 10px;
}

@media only screen and (min-width: 576px), print {
  .wrapAnchorLink .anchorLink li {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    padding: 0 10px;
    margin-top: 15px;
  }
}

@media only screen and (min-width: 768px), print {
  .wrapAnchorLink .anchorLink li {
    padding: 0 15px;
  }
}

@media only screen and (min-width: 960px) {
  .wrapAnchorLink .anchorLink li {
    width: 33.33333%;
  }
}

.wrapAnchorLink .anchorLink li a {
  -webkit-transition-property: color, border, background;
  transition-property: color, border, background;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -js-display: flex;
  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;
  width: 100%;
  padding: 10px 10px;
  border-radius: 5px;
  border: 1px solid #ACACAC;
}

.wrapAnchorLink .anchorLink li a:hover {
  border-color: #08847B;
  color: #fff;
  background-color: #08847B;
}

.wrapAnchorLink .anchorLink li a:hover span:before {
  background-image: url(/lib/cmn-img/ico_arrow_circle_down_white_s.svg);
}

@media only screen and (min-width: 768px), print {
  .wrapAnchorLink .anchorLink li a {
    padding: 15px 10px;
  }
}

.wrapAnchorLink .anchorLink li a span {
  position: relative;
  display: inline-block;
  padding-left: 1.8em;
  font-size: 12px;
  font-size: 1.2rem;
}

.wrapAnchorLink .anchorLink li a span:before {
  content: "";
  position: absolute;
  top: 0.35em;
  left: 0;
  width: 1.2em;
  height: 1.2em;
  background: url(/lib/cmn-img/ico_arrow_circle_down_black_s.svg) no-repeat center center;
  background-size: contain;
}

@media only screen and (min-width: 768px), print {
  .wrapAnchorLink .anchorLink li a span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media all and (-ms-high-contrast: none) {
  .wrapAnchorLink .anchorLink li a span {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

/*=============================================
検索
==============================================*/
.wrapSearchItem form {
  position: relative;
}

.wrapSearchItem form input {
  width: 100%;
  padding: 0 15px;
  height: 40px;
  background-color: #F0F0F0;
  border-radius: 4px;
  outline: none;
}

.wrapSearchItem form input::-webkit-input-placeholder {
  color: #ACACAC;
}

.wrapSearchItem form input:-ms-input-placeholder {
  color: #ACACAC;
}

.wrapSearchItem form input::-ms-input-placeholder {
  color: #ACACAC;
}

.wrapSearchItem form input::placeholder {
  color: #ACACAC;
}

.wrapSearchItem form input:-ms-input-placeholder {
  color: #ACACAC;
}

.wrapSearchItem form input::-ms-input-placeholder {
  color: #ACACAC;
}

@media only screen and (min-width: 768px), print {
  .wrapSearchItem form input {
    height: 78px;
    padding: 0 30px;
    border-radius: 8px;
  }
}

.wrapSearchItem form button {
  position: absolute;
  top: 0px;
  right: 0;
  width: 40px;
  height: 40px;
  background-color: #08847B;
  border-radius: 0 4px 4px 0;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

@media only screen and (min-width: 768px), print {
  .wrapSearchItem form button {
    -webkit-box-shadow: 0 7px 0 #03766D;
            box-shadow: 0 7px 0 #03766D;
    border-radius: 8px;
    top: 14px;
    right: 10px;
    width: 130px;
    height: auto;
    padding: 8px;
    -webkit-transition-property: margin, -webkit-box-shadow;
    transition-property: margin, -webkit-box-shadow;
    transition-property: box-shadow, margin;
    transition-property: box-shadow, margin, -webkit-box-shadow;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
  }
  .wrapSearchItem form button:hover {
    -webkit-box-shadow: 0 1px 0 #888888;
            box-shadow: 0 1px 0 #888888;
    margin: 7px 0 0;
  }
  .wrapSearchItem form button:hover:before {
    position: absolute;
    content: "";
    display: block;
    height: 7px;
    left: 0;
    right: 0;
    top: -7px;
  }
}

.wrapSearchItem form button:after {
  position: absolute;
  content: "";
  display: block;
  height: 7px;
  left: 0;
  right: 0;
  top: 100%;
}

.wrapSearchItem form button .txtSubmit {
  display: none;
}

@media only screen and (min-width: 768px), print {
  .wrapSearchItem form button .txtSubmit {
    display: inline-block;
  }
}

.wrapSearchItem form button .ico-magnifier:before {
  color: #fff;
}

@media only screen and (min-width: 768px), print {
  .wrapSearchItem form button .ico-magnifier {
    display: none;
  }
}

.txtSearchHint {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 20px;
  color: #08847B;
}

@media only screen and (max-width: 767px) {
  .txtSearchHint {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.searchNotes {
  margin-top: 25px;
  font-size: 12px;
  font-size: 1.2rem;
}

@media only screen and (min-width: 768px), print {
  .searchNotes {
    margin-top: 35px;
  }
}

.searchNotes .dlSearchNotes dd {
  margin-top: 10px;
}

.searchNotes .txtSearchNotes {
  margin-top: 10px;
}

.inputDataList {
  position: absolute;
  display: block;
  top: 100%;
  right: 0;
  left: 0;
  min-width: 100%;
  margin: 15px 0;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #FAFAFA;
  font-family: "Roboto Condensed", sans-serif;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  z-index: 1000;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  height: 200px;
  overflow-y: scroll;
}

.inputDataList:before {
  position: absolute;
  display: block;
  content: '';
  bottom: 100%;
  left: 25px;
  width: 10px;
  height: 9px;
  margin-bottom: -4px;
  border-top: 1px solid #E6E6E6;
  border-left: 1px solid #E6E6E6;
  background-color: #FAFAFA;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.inputDataList:hover:before {
  background-color: #fff;
}

.inputDataList li:first-of-type .itemSearchWord {
  border-radius: 4px 4px 0 0;
}

.inputDataList li:last-of-type {
  border-bottom: 0;
}

.inputDataList li:last-of-type .itemSearchWord {
  border-radius: 0 0 4px 4px;
}

.inputDataList .itemSearchWord {
  position: relative;
  display: block;
  padding: 5px 15px;
  border-bottom: 1px solid #E6E6E6;
  color: #333;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.inputDataList .itemSearchWord:hover {
  background-color: #fff;
}

.inputDataList .itemSearchWord:hover {
  color: #08847B;
}

.inputDataList.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*=============================================
患者さん向け資材
==============================================*/
.listMaterial {
  overflow: hidden;
  margin-top: -20px;
}

@media only screen and (min-width: 768px), print {
  .listMaterial {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -20px -10px 0;
  }
}

.listMaterial li {
  margin-top: 20px;
}

@media only screen and (min-width: 768px), print {
  .listMaterial li {
    width: 50%;
    padding: 0 10px;
  }
}

.listMaterial .itemMaterial {
  overflow: hidden;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 18px 15px;
  background-color: #FAFAFA;
  border-radius: 4px;
}

@media only screen and (min-width: 768px), print {
  .listMaterial .itemMaterial {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 25px 30px;
  }
}

@media only screen and (min-width: 1024px) {
  .listMaterial .itemMaterial {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 25px 22px;
  }
}

.listMaterial .materialImg {
  position: relative;
  width: 80px;
  height: 57px;
}

@media only screen and (min-width: 480px), print {
  .listMaterial .materialImg {
    width: 120px;
    height: 85px;
  }
}

.listMaterial .materialImg img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.listMaterial .materialTxt {
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  padding-left: 15px;
  color: #333;
}

@media only screen and (max-width: 767px) {
  .listMaterial .materialTxt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 768px), print {
  .listMaterial .materialTxt {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 10px;
    padding-left: 0;
    width: 100%;
  }
}

@media only screen and (min-width: 1024px) {
  .listMaterial .materialTxt {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    margin-top: 0;
    padding-left: 30px;
  }
}

.listMaterial .materialTtl {
  line-height: 1.5;
}

@media only screen and (min-width: 768px), print {
  .listMaterial .materialTtl {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (min-width: 1024px) {
  .listMaterial .materialTtl {
    display: block;
  }
}

.listMaterial .materialBtn {
  margin-top: 7px;
}

.listMaterial .materialBtn a {
  -webkit-transition-property: border, color;
  transition-property: border, color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  display: block;
  padding: 0.8em;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ccc;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
}

.listMaterial .materialBtn a:hover {
  border-color: #08847B;
  color: #08847B;
}

.notesMaterial {
  margin-top: 25px;
  padding: 10px 20px;
  background-color: #E6E6E6;
  border-radius: 4px;
  color: #CB0000;
}

@media only screen and (min-width: 576px), print {
  .notesMaterial {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px), print {
  .notesMaterial {
    margin-top: 35px;
  }
}

@media only screen and (min-width: 960px) {
  .notesMaterial {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 768px), print {
  .notesMaterial {
    padding: 12px 40px;
  }
}

/*=============================================
はい、いいえ
==============================================*/
.wrapChooseBtn {
  font-size: 14px;
  font-size: 1.4rem;
  max-width: 620px;
  margin: 30px auto 0;
}

@media only screen and (max-width: 767px) {
  .wrapChooseBtn {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 768px), print {
  .wrapChooseBtn {
    margin: 50px auto 0;
  }
}

.chooseBtn {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px;
}

@media only screen and (min-width: 576px), print {
  .chooseBtn {
    margin: 0 -10px;
  }
}

.chooseBtn li {
  width: 50%;
  padding: 0 5px;
}

@media only screen and (min-width: 576px), print {
  .chooseBtn li {
    padding: 0 10px;
  }
}

.chooseBtn a {
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  position: relative;
  display: block;
  padding: 12px 30px 12px 0;
  background-color: #FAFAFA;
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 0 #E6E6E6;
          box-shadow: 0 5px 0 #E6E6E6;
  color: #333;
}

@media only screen and (min-width: 768px), print {
  .chooseBtn a {
    padding: 20px 35px 20px 0;
  }
}

@media only screen and (min-width: 1230px) {
  .chooseBtn a {
    padding: 26px 35px 26px 0;
  }
}

.chooseBtn a:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icoSw' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  content: "\e905";
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  height: 1em;
  margin: auto;
  font-size: 12px;
  font-size: 1.2rem;
}

@media only screen and (min-width: 768px), print {
  .chooseBtn a:hover {
    color: #08847B;
  }
  .chooseBtn a:hover:before {
    right: 8px;
  }
}

.chooseBtn a span {
  position: relative;
  z-index: 9;
  display: inline-block;
  padding-left: 12px;
}

.chooseBtn a span:after {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  content: "";
  display: block;
  position: absolute;
  top: 0.4em;
  left: 0;
  bottom: 0.3em;
  width: 2px;
  background-color: #08847B;
}

/*=============================================
IR
==============================================*/
.poweredby_pronexus {
  margin-top: 10px;
  text-align: right;
}

@media only screen and (min-width: 768px), print {
  .poweredby_pronexus {
    margin-top: 20px;
  }
}

.wrapTse {
  margin-bottom: 10px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
  text-align: right;
}

@media only screen and (min-width: 768px), print {
  .wrapTse {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 768px), print {
  body#integrated_report .wrapTse,
  body#report .wrapTse,
  body#securities .wrapTse,
  body#meeting .wrapTse,
  body#earnings .wrapTse {
    margin-bottom: -1.8em;
  }
}

.tse {
  overflow: hidden;
  display: inline-block;
  padding: 5px 0;
  background-color: #08847B;
  border-radius: 3px;
}

.tse dt,
.tse dd {
  float: left;
  padding: 0 10px;
  color: #fff;
  text-align: center;
}

.tse dd {
  border-left: 1px solid #fff;
}

#downloadAdobeReader {
  display: none;
}

@media only screen and (min-width: 768px), print {
  #downloadAdobeReader {
    margin-top: 30px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (min-width: 768px) and (min-width: 576px), print {
  #downloadAdobeReader {
    margin-top: 35px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px), print {
  #downloadAdobeReader {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 960px) {
  #downloadAdobeReader {
    margin-top: 50px;
  }
}

#downloadAdobeReader .imgAdobeReader img {
  float: none;
  padding: 0;
}

#downloadAdobeReader .txtAdobeReader {
  margin-top: 0.8em;
  line-height: 1.6;
}

@media only screen and (min-width: 768px), print {
  #downloadAdobeReader .txtAdobeReader {
    margin-top: -0.2em;
    padding-left: 1em;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

#hqir .qirLeadTxt {
  margin-bottom: 30px;
}

#hqir .qirTable,
#hqir .qirTableRenketsu {
  width: 100%;
}

#hqir .qirTable th, #hqir .qirTable td,
#hqir .qirTableRenketsu th,
#hqir .qirTableRenketsu td {
  border: 1px solid #ddd;
  line-height: 1.4;
}

#hqir .qirTable th,
#hqir .qirTableRenketsu th {
  background-color: #ddeeed;
}

#hqir .qirTable td,
#hqir .qirTableRenketsu td {
  text-align: right;
}

#hqir .qirTable .current,
#hqir .qirTableRenketsu .current {
  background-color: #FAFAFA;
}

#hqir .qirTable thead th,
#hqir .qirTableRenketsu thead th {
  background-color: #e3f2cd;
  text-align: center;
}

#hqir .qirTable .txtSmallQir,
#hqir .qirTableRenketsu .txtSmallQir {
  font-size: 10px;
  font-size: 1rem;
}

#hqir .qirTable th, #hqir .qirTable td {
  padding: 0.5em 0.8em;
}

#hqir .qirTableRenketsu {
  font-size: 10px;
  font-size: 1rem;
}

@media only screen and (min-width: 576px), print {
  #hqir .qirTableRenketsu {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

#hqir .qirTableRenketsu th, #hqir .qirTableRenketsu td {
  padding: 0.6em 1em;
}

#hqir .qirTableRenketsu tbody th {
  text-align: left;
}

#hqir #note {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 12px;
  font-size: 1.2rem;
}

@media only screen and (min-width: 576px), print {
  #hqir #note {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 768px), print {
  #hqir #note {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 960px) {
  #hqir #note {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

#hqir #note:first-child {
  margin-top: 0;
}

#hqir #note:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 576px), print {
  #hqir #note {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

#ir_library + #download {
  margin-top: 30px;
}

@media only screen and (min-width: 576px), print {
  #ir_library + #download {
    margin-top: 35px;
  }
}

@media only screen and (min-width: 768px), print {
  #ir_library + #download {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 960px) {
  #ir_library + #download {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  #ir_library + #download img {
    float: none;
    display: block;
    margin-bottom: 10px;
  }
}

#ir_library #divSelect {
  margin-bottom: 15px;
}

#ir_library #divDataArea {
  margin-top: 30px;
}

@media only screen and (min-width: 576px), print {
  #ir_library #divDataArea {
    margin-top: 35px;
  }
}

@media only screen and (min-width: 768px), print {
  #ir_library #divDataArea {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 960px) {
  #ir_library #divDataArea {
    margin-top: 50px;
  }
}

#ir_library .listAnnual li {
  padding-bottom: 0.5em;
  border-bottom: 1px dotted #ddd;
}

#ir_library .listAnnual li + li {
  margin-top: 0.3em;
}

#ir_library .listAnnual a {
  display: inline-block;
}

#ir_library .listAnnual a.video, #ir_library .listAnnual a.pdf, #ir_library .listAnnual a.audio {
  position: relative;
  padding-left: 20px;
}

@media only screen and (min-width: 768px), print {
  #ir_library .listAnnual a.video, #ir_library .listAnnual a.pdf, #ir_library .listAnnual a.audio {
    padding-left: 23px;
  }
}

#ir_library .listAnnual a.video:hover, #ir_library .listAnnual a.pdf:hover, #ir_library .listAnnual a.audio:hover {
  text-decoration: underline;
}

#ir_library .listAnnual a.video:before, #ir_library .listAnnual a.pdf:before, #ir_library .listAnnual a.audio:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

#ir_library .listAnnual a.pdf:before {
  top: 0.25em;
  width: 12px;
  height: 14px;
  background-image: url(/lib/cmn-img/img_pdf.svg);
}

@media only screen and (min-width: 768px), print {
  #ir_library .listAnnual a.pdf:before {
    top: 0.4em;
    width: 14px;
    height: 16px;
  }
}

#ir_library .listAnnual a.video:before {
  top: 0.4em;
  width: 12px;
  height: 12px;
  background-image: url(/lib/cmn-img/ico-video.svg);
}

@media only screen and (min-width: 768px), print {
  #ir_library .listAnnual a.video:before {
    top: 0.5em;
    width: 14px;
    height: 14px;
  }
}

#ir_library .listAnnual a.audio:before {
  top: 0.4em;
  width: 13px;
  height: 11px;
  background-image: url(/lib/cmn-img/ico-audio.svg);
}

@media only screen and (min-width: 768px), print {
  #ir_library .listAnnual a.audio:before {
    top: 0.5em;
    width: 15px;
    height: 13px;
  }
}

/*=============================================
　　imgTextBox
==============================================*/
.imgTxtBox01 .txtBox {
  width: 48%;
}

.imgTxtBox01 .txtBox .txtBloc {
  padding: 4% 0;
}

.imgTxtBox01 .imgBox {
  width: 50%;
  height: auto;
  background: #008077;
  padding-top: 50%;
}

.img3Box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.img3Box .imgBox {
  width: 32%;
  background: #008077;
  padding-top: 20%;
  margin-right: 2%;
}

.img3Box .imgBox:last-child {
  margin-right: 0;
}

.img4Box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.img4Box .imgBox {
  width: 23.5%;
  background: #008077;
  padding-top: 15%;
  margin-right: 2%;
}

.img4Box .imgBox:last-child {
  margin-right: 0;
}

.img5Box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.img5Box .imgBox {
  width: 18.4%;
  background: #008077;
  padding-top: 10%;
  margin-right: 2%;
}

.img5Box .imgBox:last-child {
  margin-right: 0;
}

/*========== SP ==========*/
@media (max-width: 768px) {
  .imgTxtBox01 .txtBox {
    width: 100%;
  }
  .imgTxtBox01 .txtBox .txtBloc {
    padding: 4% 0;
  }
  .imgTxtBox01 .imgBox {
    width: 100%;
    padding-top: 50%;
  }
  .img3Box {
    display: inherit;
  }
  .img3Box .imgBox {
    width: 100%;
    padding-top: 50%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .img4Box {
    display: inherit;
  }
  .img4Box .imgBox {
    width: 100%;
    padding-top: 50%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .img5Box {
    display: inherit;
  }
  .img5Box .imgBox {
    width: 100%;
    padding-top: 50%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

/*=============================================
　　INDEX NAV
==============================================*/
body.index .noSide_contain {
  padding-bottom: 10px;
}

body.index .page_nav {
  margin-top: 10px;
}

body.index .page_nav .index_nav {
  width: 48%;
  margin-bottom: 90px;
}

body.index .page_nav .index_nav:nth-child(odd) {
  float: left;
}

body.index .page_nav .index_nav:nth-child(even) {
  float: right;
}

body.index .page_nav .index_nav p {
  font-family: "Marvel", sans-serif;
  font-size: 3.0rem;
  letter-spacing: 0.1em;
  position: relative;
  padding-left: 30px;
  padding-bottom: 15px;
}

body.index .page_nav .index_nav p::after {
  content: '';
  background: url(/lib/cmn-img/ico/img_indexBtnArrow.svg) no-repeat;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 7px;
  left: 0;
}

body.index .page_nav .index_nav .img {
  padding-top: 60%;
  width: 100%;
  height: auto;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

body.index .page_nav .index_nav .img::after {
  background: url(/lib/cmn-img/bg_ourPhilosophy_message@2x.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

body.index .page_nav .index_nav .img:hover::after {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

body.index .page_nav .index_nav:hover p {
  -webkit-transition: .6s;
  transition: .6s;
  color: #CBDD00;
}

/*========== SP ==========*/
@media (max-width: 768px) {
  body.index .page_nav {
    margin-top: 0;
  }
  body.index .page_nav .index_nav {
    width: 100%;
    margin-bottom: 50px;
  }
  body.index .page_nav .index_nav:nth-child(odd) {
    float: none;
  }
  body.index .page_nav .index_nav:nth-child(even) {
    float: none;
  }
  body.index .page_nav .index_nav p {
    font-size: 2.8rem;
  }
}

/*=============================================
　　404 ERROR PAGE
==============================================*/
body.error404 p.bigTxt {
  line-height: 1;
  font-size: 160px;
  font-weight: 700;
  color: #ddd;
  font-family: "Marvel", sans-serif;
  text-align: center;
  margin-top: 100px;
  padding-left: 15px;
  letter-spacing: 0.05em;
}

body.error404 p.errorMessage {
  margin: 50px 0 80px;
  text-align: center;
  letter-spacing: 0.1em;
}

body.error404 .btnWrap {
  padding-bottom: 50px;
}

/*========== SP ==========*/
@media (max-width: 768px) {
  body.error404 p.bigTxt {
    font-size: 120px;
    margin-top: 50px;
    padding-left: 15px;
  }
  body.error404 p.errorMessage {
    margin: 30px 0 50px;
    text-align: center;
    letter-spacing: 0.1em;
  }
  body.error404 .btnWrap {
    padding-bottom: 0;
  }
}

/*=============================================
　　COOKIE
==============================================*/
.cc-window.cc-floating {
  max-width: 100% !important;
}

.cc-bottom {
  bottom: 0 !important;
}

@-webkit-keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%,
  100% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    opacity: 0;
  }
}

@keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%,
  100% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    opacity: 0;
  }
}

.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 120px;
  height: 80px;
  border-radius: 5px;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: .8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  -webkit-animation: scroll-hint-appear 1.2s linear;
          animation: scroll-hint-appear 1.2s linear;
  -webkit-animation-iteration-count: 2;
          animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
