/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */


@font-face {
  font-family: "icomoon";
  src: url("//7558946.fs1.hubspotusercontent-na1.net/hubfs/7558946/Netone_May2020/Fonts/icomoon.eot") format("embedded-opentype"),
    url("//7558946.fs1.hubspotusercontent-na1.net/hubfs/7558946/Netone_May2020/Fonts/icomoon.ttf") format("truetype"), 
    url("//7558946.fs1.hubspotusercontent-na1.net/hubfs/7558946/Netone_May2020/Fonts/icomoon.woff") format("woff"), 
    url("//7558946.fs1.hubspotusercontent-na1.net/hubfs/7558946/Netone_May2020/Fonts/icomoon.svg") format("svg");
  font-style: normal;
  font-weight: normal;
}

html {
  font-size: 18px;
}

body {
  font-family: font-family: "Helvetica Neue", Helvetica, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.65;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: font-family: "Helvetica Neue", Helvetica, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: underline;
}
a:hover, a:focus {
  text-decoration: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
  line-height: 1.25;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.25;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.5;
}

h4 {
  font-family: font-family: "Helvetica Neue", Helvetica, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;;
  font-weight: normal;
  font-size: 1.175rem;
  line-height: 1.4;
}

h5 {
  font-size: 1rem;
  line-height: 1.4;
}

h6 {
  font-size: .9rem;
  line-height: 1.4;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

ul li,
ol li {

}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {

  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}

.content-wrapper {
  margin: 0 auto;
}
.dnd-section>.row-fluid {
  padding: 0 72px;
}
@media (max-width:767px){
  .dnd-section>.row-fluid {
    padding: 0 15px;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 767px;
  font-family: font-family: "Helvetica Neue", Helvetica, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;;
}
h3.form-title, form {
  padding: 10px;
}
.hs-button {
  margin: 10px 0;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.9;
  
  text-decoration: none; 
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}


.hs-form label {
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}

.hs-input ,
.hs-search-field__input,
form .hs-input[type="text"],
form input[type="password"],
form select,
form textarea{
  display: block;
  width: 100%;
  height: auto !important;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.9;
  padding: 15px;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #ccc;
}

.hs-input::-webkit-input-placeholder {
  color: #ccc;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {

  
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}
div#hs_cos_wrapper_subscription_preferences form#email-prefs-form {
  max-width: 100%;
  border: 0;
  padding: 0;
  background: transparent;
  margin:0;
}
ul.no-list.hs-error-msgs {
  padding: 0;
}
input#hs-register-widget-email {
  background: transparent;
}

div#hs_cos_wrapper_subscription_preferences form#email-prefs-form .header {
  background: transparent;
}
input#hs-pwd-widget-password {
  height: auto !important;
  margin-top: 0 !important;
}
.grecaptcha-badge {
  margin-left: 0 !important;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: flex;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
}

.field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: font-family: "Helvetica Neue", Helvetica, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;;
}


@media (max-width:767px){
  .systems-page .success {
    min-width: 100% !important;
  }


}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.hd_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding-left: 20px;
}
.p-header__body__left {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 17px 0 10px;
}
.p-headerLink__search {
  display: none;
}
.p-header__body__right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

ul.p-headerLink__body {
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-headerLink__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-headerLink__item {
  position: static;
  display: none;
  margin: 0;
  padding: 0;
}

.p-headerLink__item:nth-of-type(3) {
  display: block;
}

.p-headerLink__item:before {
  display: none;
}

.p-headerLink__item + .p-headerLink__item .p-headerLink__link {
  border-left: 1px solid #fff;
}

.p-aboutMenu .p-headerLink__item {
  display: block;
  width: 50%;
}

.p-aboutMenu .p-headerLink__item + .p-headerLink__item .p-headerLink__link {
  border-left: 1px solid #f1f1f4;
}

@media screen and (min-width: 768px) {
  .p-headerLink__item {
    display: block;
  }
  .mobile_menu{
    display: none;
  }
}

.p-headerLink__link {
  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: 56px;
  height: 56px;
  background-color: #f1f1f4;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}
.i-mail:before {
  content: "\e908";
}
.i-globe:before {
  content: "\e914";
}
.i-search:before, 
.mf_finder_searchBox_submit span:after {
  content: "\e909";
}
button.p-headerLink__link {
  border: 0;
}
li.p-headerLink__item span:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (min-width: 768px) {
  .p-headerLink__link {
    width: 72px;
    height: 72px;
  }
}

.p-headerLink__link:hover {
  opacity: 0.7;
}

.p-headerLink__link:active > span,
.p-headerLink__link:focus > span {
  position: relative;
}

/* .p-headerLink__link:focus {
outline: none;
} */

.p-aboutMenu .p-headerLink__link {
  width: 100%;
  height: 56px;
  background-color: #fff;
}

.p-aboutMenu .p-headerLink__link:hover {
  opacity: 1;
}

.p-headerLink__icon:before {
  font-size: 24px;
  line-height: 24px;
  color: #005091;
}

.p-headerLink__item:nth-of-type(2) .p-headerLink__icon:before {
  font-size: 26px;
  line-height: 26px;
}

.p-headerLink__search { 
  position: absolute;
  left: 0;
  display: none;
  width: 100%;
  margin: 0;
  padding: 16px 0;
  background-color: #f1f1f4;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  .p-headerLink__search {
    display: none;
    padding: 80px 0;
  }
}

.p-headerLink__search.is-open {
  display: block;
}


.custom-menu-primary nav.navigation-primary > ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}
.custom-menu-primary nav.navigation-primary ul {
  margin: 0;
  padding: 0;
}
.custom-menu-primary nav.navigation-primary > ul > li > a {
  display: table-cell;
  width: 210px;
  height: 72px;
  padding: 0 5px;
  vertical-align: middle;
  text-align: center;
  font-family: "Open Sans", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-size: 88.88889%;
  line-height: 150%;
  font-weight: bold;
  text-decoration: none;

}
.c-threeLines {
  margin-right: 0px;
  position: relative;
  width: 24px;
  height: 16px;
}

.c-threeLines__item {
  position: absolute;
  left: 0;
  right: 0;
  display: inline-block;
  width: 24px;
  height: 1px;
  margin: 0;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
h1.c-logo img {
  width: 185px !important;
  display: block;
  margin: 0;
}
.c-threeLines__item:nth-of-type(1) {
  top: 0;
}

.c-threeLines__item:nth-of-type(2) {
  top: 8px;
}

.c-threeLines__item:nth-of-type(3) {
  bottom: 0;
}

.m_open .c-threeLines__item:nth-of-type(1) {
  -webkit-transform: translateY(7.5px) rotate(-45deg);
  transform: translateY(7.5px) rotate(-45deg);
}
.m_open .c-threeLines__item:nth-of-type(2) {
  opacity: 0;
}
.m_open .c-threeLines__item:nth-of-type(3) {
  -webkit-transform: translateY(-7.5px) rotate(45deg);
  transform: translateY(-7.5px) rotate(45deg);
}

span.p-headerLink__icon.i-search {
  position: relative;
/*   top: -3px; */
}
.s_open .p-headerLink__search {
  display: block;
}
.p-searchWindow {
  padding: 0 72px;
  max-width: 1824px;
  margin: auto;
  position: relative;
}
form.mf_finder_searchBox_form {
  padding: 0;
  margin: 0;
  border: 0;
  max-width: 100%;
}
input.mf_finder_searchBox_query_input {
  height: 80px;
  width: 100%;
  padding: .5rem;
  font-size: 16px;
  line-height: 30px;
  outline: 0;
}
.mf_finder_searchBox_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.mf_finder_searchBox_query_wrap {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
button.mf_finder_searchBox_submit {
  width: 80px;
  height: 80px;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  cursor: pointer;
}
button.mf_finder_searchBox_submit {
  font-size: 26px;
  line-height: 26px;
} 


form.mf_finder_searchBox_form ::-webkit-input-placeholder {    color: #ccc; } /* Webkit Browsers */
form.mf_finder_searchBox_form :-moz-placeholder {    color: #ccc; } /* Firefox 18- */
form.mf_finder_searchBox_form ::-moz-placeholder {    color: #ccc; } /* Firefox 19+ */
form.mf_finder_searchBox_form :-ms-input-placeholder {    color: #ccc; } /* IE10 */


@media (min-width: 1000px) {
  .custom-menu-primary nav.navigation-primary>ul>li:last-child .menu_inner > ul > li:nth-of-type(1),
  .custom-menu-primary nav.navigation-primary>ul>li:last-child .menu_inner > ul > li:nth-of-type(2),
  .custom-menu-primary nav.navigation-primary>ul>li:last-child .menu_inner > ul > li:nth-of-type(3){
    display: none;
  }


}





@media (min-width: 768px) {
  .menu_inner>ul.submenu.level-2>li:hover ul.level-3 {
    height: 100%;
  }

  .custom-menu-primary nav.navigation-primary > ul > li:nth-of-type(1):hover .menu_inner>ul.submenu.level-2>li ul.level-3,
  .custom-menu-primary nav.navigation-primary > ul > li:nth-of-type(2):hover .menu_inner>ul.submenu.level-2>li ul.level-3{
    visibility: visible;
    opacity: 1;
    height: 100%;
  }
  .custom-menu-primary nav.navigation-primary > ul > li:nth-of-type(1):hover .menu_inner {
    min-height: 543px;
  }
  .mobile_trigger { 
    display: none;
  }
  .custom-menu-primary nav.navigation-primary>ul>li:last-child > a {
    padding: 0;
    width: auto;
    height: auto;
    color: inherit !important;
    font: inherit;
    font-weight: bold;
    font-family: "Open Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;

  }  
  .custom-menu-primary nav.navigation-primary > ul > li:last-child{
    width: 144px;
    height: 72px;
    background-color: #005091;
    font-family: "Open Sans", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    color: #fff;
    font-size: 88.88889%; 
    line-height: 150%;
    font-weight: bold;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 22px;
    cursor: pointer;
  }
  .custom-menu-primary nav.navigation-primary>ul>li:last-child:hover {
    background-color: #28aad2;
    color:#fff;
  }
  .custom-menu-primary nav.navigation-primary>ul>li:last-child>a:before {
    display: none;
  }
  .custom-menu-primary nav.navigation-primary>ul>li>a {
    position: relative;
  }
  .custom-menu-primary nav.navigation-primary>ul>li:hover>a:before {
    opacity: 1;
  }
  .custom-menu-primary nav.navigation-primary>ul>li>a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #005091;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  /* Sub Menu */

  .menu_inner {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #e5e4e8;
    top: 72px;
    padding: 60px 72px;
    visibility: hidden;
    opacity: 0;
    z-index: 99;
  }
  .custom-menu-primary nav.navigation-primary>ul>li:hover .menu_inner {
    visibility: visible;
    opacity: 1;
  }
  .menu_inner > ul.submenu.level-2 {
    max-width: 1440px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    width: 100%;
  }
  .menu_inner > ul.submenu.level-2:before {
    content: '';
    position: absolute;
    top: -60px;
    left: -75%;
    width: 100%;
    max-width: 100%;
    height: calc(100% + 120px);
    background-color: #f1f1f4;
    z-index: 1;
  }
  .menu_inner > ul.submenu.level-2 li {
    z-index: 9;
  }
  .menu_inner > ul.submenu.level-2 > li {
    z-index: 9;
    width: 25%;
  }
  .menu_inner > ul.submenu.level-2 > li ul {
    padding: 0;
    list-style: none;
    margin: 0;
  }
  .menu_inner ul {
    padding: 0;
    list-style: none;
  }
  .menu_inner ul li a {
    position: relative;
    display: block;
    width: 100%;
    padding: 15px 45px 16px 24px;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    line-height: 100%;
    z-index: 99;
  }
  .menu_inner ul li a:after {
    content: "\e901";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    position: absolute;
    top: 50%;
    right: 24px;
    line-height: 12px;
    -webkit-transform: translateY(-50%); 
    transform: translateY(-50%);
    color: #28aad2;  
  }
  .menu_inner ul ul li a {
    font-weight: 400; 
  }
  .menu_inner ul ul {
    visibility: hidden;
    opacity: 0;

  }
  .menu_inner ul > li:hover > ul{ 
    visibility: visible;
    opacity: 1; 

  }
  .menu_inner>ul.submenu.level-2>li ul.level-3{
    left: 25%;
    width: 25%;
    position: absolute;
    top: 0;
    /*     height: 100%; */
  }
  .menu_inner>ul.submenu.level-2>li ul.level-4 {
    border-left: 1px solid #fff;
    left: 100%;
    position: absolute;
    top: 0;
    width: 100%; 
    height: 100%;  
  }
  .menu_inner ul li:hover > a:after {
    color: inherit !important;
  }
  .menu_inner ul ul li a:after {
    color: #28aad2;
  }
  .close_menu {
    position: absolute;
    display: inline-block;
    width: 72px;
    height: 72px;
    background-color: #fff;
    cursor: pointer;
    top: 0;
    right: 0;
  }
  span.p-aboutMenu__btn__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 32px;
    height: 32px;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .p-aboutMenu__btn__icon:before {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 32px;
    height: 1px;
    margin: auto;
  }
  .p-aboutMenu__btn__icon:before, .p-aboutMenu__btn__icon:after {
    content: '';
    display: block; 
    background-color: #005091; 
  }
  .p-aboutMenu__btn__icon:after {
    position: absolute;
    left: 0;
    right: 0;
    width: 1px;
    height: 32px;
    margin: auto;
  }
  .m_close .menu_inner {
    display: none !important; 
  }
  .menu_inner ul li.has-submenu > a:after { 
    color: #005091; 
  }






}

@media (max-width: 1000px) {
  nav.navigation-primary > ul > li.menu-item:nth-of-type(1),
  nav.navigation-primary > ul > li.menu-item:nth-of-type(2),
  nav.navigation-primary > ul > li.menu-item:nth-of-type(3) {
    display: none; 
  }
  nav.navigation-primary > ul > li.menu-item:nth-of-type(4) > a {
    display: none;
  }
  .custom-menu-primary nav.navigation-primary>ul>li:last-child {
    width: 72px;
    height: 72px;
  }
  .custom-menu-primary nav.navigation-primary>ul>li:last-child .c-threeLines {
    margin: 0;
  }
  .menu_inner ul li a {
    padding: 14px 16px 14px 16px;
  }
  .menu_inner ul ul li a {
    padding: 15px 45px 16px 24px;
  }

  .custom-menu-primary nav.navigation-primary>ul>li:last-child .menu_inner > ul > li:nth-of-type(3) > a:after {
    content: "\e90c";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
  }










}
@media (max-width: 900px) {

  .menu_inner ul li a:after {
    right: 10px; 
  }
}
@media (max-width: 767px) {
  .no_nav .hd_group {
    min-height: 56px;
  }
  .custom-menu-primary {
    display: none;
  }
  .mobile_trigger {
    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: 56px;
    height: 56px;
    background-color: #005091;
    cursor: pointer;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .p-headerLink {
    display: flex;
    flex-direction: row-reverse;
  }
  .c-threeLines {
    margin: 0;
  }
  .m_open .mobile_menu {
    display: block;
  }
  .mobile_menu{
    display: none;
    position: absolute; 
    left: 0;
    background-color: #f1f1f4;
    padding-bottom: 16px;
    width: 100%;
    top: 56px;
    height: 100vh;
    z-index: 99;
  }
  nav.navigation-primary ul ul {
    display: none !important;
  }
  .custom-menu-primary nav.navigation-primary>ul>li:last-child .c-threeLines {
    display: none;
  }
  nav.navigation-primary>ul>li.menu-item {
    display: block !important;
  }
  .mobile_menu .hs-menu-wrapper   ul {
    display: block;
  }
  .mobile_menu .hs-menu-wrapper ul {
    display: block;
    margin: 0;
  }

  .mobile_menu .hs-menu-wrapper   ul li + li {
    border-top: 1px solid #fff;
  }
  .mobile_menu .hs-menu-wrapper   ul li a {
    position: relative;
    display: block;
    width: 100%;
    padding: 14px 16px 14px 16px;
    line-height: 100%;
    text-decoration: none;
    cursor: pointer;
    height: auto;
    font-size: 16px;
    text-align: left;
    color: #222;
    font-weight: bold;
  }
  .mobile_menu .hs-menu-wrapper  ul li a:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e901";
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    position: absolute;
    top: 50%;
    right: 24px;
    line-height: 12px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #005091;
  }
  .mobile_menu .hs-menu-wrapper ul li:nth-of-type(3) a:after {
    content: "\e90c";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    width: auto;
    height: auto;
    margin: -6px 0 0 7px;
    font-size: 16px;
    line-height: 16px;
    color: #005091;
  }
  .mobile_menu .p-headerLink {
    display: block;
  }
  .p-aboutMenu__link {
    margin-top: 16px;
    padding: 0 16px;
  }
  .mobile_menu .p-headerLink__item {
    display: block;  
    width: 50%;
  }

  .mobile_menu .p-headerLink__item + .p-headerLink__item .p-headerLink__link {
    border-left: 1px solid #f1f1f4; 
  }
  .p-aboutMenu .p-headerLink__link {
    width: 100%;
    height: 56px;
    background-color: #FFF !important;
  }
  .p-headerLink__item:nth-of-type(2) .p-headerLink__icon:before {
    font-size: 26px;
    line-height: 26px;
  }
  .mobile_menu .hs-menu-wrapper ul li:last-child {
    border-bottom: 1px solid #fff;
  }
  h1.c-logo img {
    width: 136px !important;
    display: block;
    margin: 0;
  }
  h1.c-logo {
    margin: 0;
  }
  .p-header__body__left {
    padding: 0;
  }
  .hd_group {
    padding-left: 16px;
  }

  .p-searchWindow {
    padding: 0 16px;
  }
  input.mf_finder_searchBox_query_input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 56px;
    border-width: 1px;
    border-right: none;
  }
  button.mf_finder_searchBox_submit {
    width: 56px;
    height: 56px;
  }





}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */



.p-footer__bottom {
  margin: 0;
  background-color: #003662;
}

.p-footer__bottom__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  margin: 0 auto;
  padding: 0;
}


.p-footer__bottom__left {
  margin: 0;
}

.p-footer__bottom__right {
  margin: 0 0 0 0;
}


.p-fsnsList__item {
  width: 20%;
  margin: 0;
  padding: 0;
}


.p-fsnsList__item:before {
  display: none;
}

.p-fsnsList__link {
  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;
  width: auto;
  width: 100%;
  height: 60px;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}



.p-fsnsList__link:hover {
  opacity: 0.7;
}

.p-fsnsList__link:after {
  display: none;
}

.p-fsnsList__link__icon:before {
  font-size: 18px;
  line-height: 18px;
}
.p-footer__bottom__left p {
  margin: 0;
  padding: 0;
  font-size: 77.77778%;
  line-height: 100%;
  text-align: left;
}
.i-facebook:before {
  content: "\e90d";
}
.i-twitter:before {
  content: "\e90e";
}
.i-movie:before, .js-modalMovie:after {
  content: "\e910";
}
.p-footer__bottom__right ul { 
  margin: 0;
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
.p-footer__bottom__right ul span:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'icomoon' !important;
}
.ft_top {
  padding: 90px 72px 115px;
}
.footer__container.p-footer__navi__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1680px;
  margin: 55px auto 0;
  padding: 55px 0 0;
  border-top: 1px solid #fff;
}

ul.p-fNaviList.p-fNaviList--flex li.p-fNaviList__item + li.p-fNaviList__item {
  margin: 0 0 0 80px;
}
ul.p-fNaviList.p-fNaviList--flex {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80.9523809524%;
}
li.p-fNaviList__item a {
  font-size: 88.88889%;
  line-height: 188%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}

li.p-fNaviList__item a:hover {
  text-decoration: underline; 
}
.p-footer__navi__right ul ul {
  display: block;
  position: static;
}
.p-footer__navi__left img {
  max-width: 100%;
  width: auto !important;
  height: auto !important;
  display: block;
}
.p-footer__navi__right .hs-menu-wrapper > ul > li {
  width: 25%;
  padding: 60px 0 0 15px;
}

.p-footer__navi__right .hs-menu-wrapper > ul li > a:hover {
  text-decoration: underline;
}

.p-footer__navi__right .hs-menu-wrapper > ul li > a {
  font-size: 88.88889%;
  line-height: 188%;
  display: inline-block;
  padding: 0;
}
.p-footer__navi__right .hs-menu-wrapper > ul > li {
  width: 25%;
  padding: 60px 0 0 15px;
}
.p-footer__navi__right .hs-menu-wrapper > ul > li > a {
  padding-bottom: 2px;
  font-family: "Open Sans", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  color: inherit;
  font-weight: bold;
}
.p-footer__navi__right .hs-menu-wrapper>ul ul li {
  line-height: 30px;
}








@media screen and (min-width: 768px) {
  .footer {
    position: relative;
    z-index: 999;
  }
  .p-footer__navi__right .hs-menu-wrapper>ul ul li:first-of-type {
    display: none;
  }
  .p-footer__bottom__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 1824px;
    padding: 20px 72px;
  }
  .p-footer__bottom__right {
    margin: 0 0 0 auto;
  }
  .p-fsnsList__item {
    width: auto;
    margin: 0;
    padding: 0 20px;
  }
  .p-fsnsList__link {
    width: 32px;
    height: 32px;
  }
  .p-footer__navi__left {
    display: block;
    width: 152px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: auto;
  }
  .p-footer__navi__right {
    width: 100%;
    margin-top: 60px;
  }
  .p-footer__navi__right .hs-menu-wrapper>ul {
    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: -60px 0 0 -65px;
  }


}
@media screen and (min-width: 1024px){
  .footer__container.p-footer__navi__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1680px;
    margin: 0 auto;
    padding: 0;
  }
  .p-footer__navi__right {
    width: 80.9523809524%;
    margin: 0;
  }
  .p-footer__navi__right .hs-menu-wrapper>ul {
    margin: -60px 0 0 -15px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .p-footer__navi__inner:before {
    content: '';
    display: block;
    width: 152px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: auto;
    padding-right: 10px; 
  }

}
@media (max-width: 1023px) {

  ul.p-fNaviList.p-fNaviList--flex {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  li.p-fNaviList__item {
    width: 25%;
    margin-left: 0 !important;
  }
  .p-footer__navi__right .hs-menu-wrapper>ul>li {
    padding: 60px 0 0 65px;
  }



}
.no_nav .p-footer__bottom {
  padding: 9px 0;
}

@media (max-width: 767px) {
  li.p-fNaviList__item a:hover {
    text-decoration: none;
  }
  .no_nav .p-footer__bottom {
    padding: 60px 0 0;
  }
  .p-footer__bottom__left p {
    margin: 0;
    padding: 30px 0;
    color: #fff;
    font-size: 55.55556%;
    line-height: 100%;
    text-align: center;
  }
  .ft_top {
    padding: 0 0 32px;
  }
  .footer__container.p-footer__navi__inner {
    display: block;
    margin: 0;
    padding: 0 16px;
    margin-top: 30px;
    border: 0;
  }
  li.p-fNaviList__item a {
    font-size: 61.11111%;
    line-height: 219%;
  }
  li.p-fNaviList__item {
    width: 50%;
    padding-top: 15px;
    border: none;
    display: block;
    line-height: 30px;
  }
  li.p-fNaviList__item:first-of-type, 
  li.p-fNaviList__item:nth-of-type(2) {
    padding: 0;
  }
  .p-footer__navi__right .hs-menu-wrapper>ul ul {
    display: none;
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
  }
  .p-footer__navi__right .hs-menu-wrapper>ul>li {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .p-footer__navi__right .hs-menu-wrapper>ul>li > a:after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content:"\e901";
    font-size: 12px;
    line-height: 12px;
    -ms-flex-negative: 0; 
    flex-shrink: 0;
    display: inline-block;
    margin-left: auto;
    padding-left: 10px;
    color: #fff;
  }
  .p-footer__navi__right .hs-menu-wrapper>ul>li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    font-size: 61.11111%;
    line-height: 219%;
    cursor: pointer;
  }
  .p-footer__navi__right .hs-menu-wrapper>ul>li.hs-item-has-children > a {
    font-size: 66.66667%;
    line-height: 200%;
  }
  .p-footer__navi__right .hs-menu-wrapper>ul>li.hs-item-has-children > a:after {
    content: "\e902";
  }
  .p-footer__navi__right .hs-menu-wrapper>ul li a {
    text-decoration: none !important;
  }
  .p-footer__navi__right .hs-menu-wrapper>ul ul li a:after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e901";
    font-size: 12px;
    line-height: 12px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: inline-block;
    margin-left: auto;
    padding-left: 10px;
    color: #fff;
  }
  .p-footer__navi__right .hs-menu-wrapper>ul ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 16px;
    font-size: 61.11111%;
    line-height: 219%;
  }
  .p-footer__navi__right .hs-menu-wrapper>ul ul li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
  .p-footer__navi__left {
    display: none !important;
  }
  .p-footer__navi__right .hs-menu-wrapper>ul li:hover ul {
    display: none;
  }
  .p-footer__navi__right .hs-menu-wrapper>ul ul.open-menu-list {
    display: none;
  }
  .ft_child {
    position: absolute;
    width: 100%;
    height: 45px;
    top: 0;
    cursor: pointer;
  }
  .p-footer__navi__right .hs-menu-wrapper>ul>li {
    position: relative;
  }
  .p-footer__navi__right .hs-menu-wrapper>ul>li.hs-item-has-children.active>a:after {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }


}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
/* Slider */
.slick-slider
{  
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list
{
  position: relative;

  display: block;
  overflow: hidden;

  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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track
{
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
  display: table;

  content: '';
}
.slick-track:after
{
  clear: both;
}
.slick-loading .slick-track
{
  visibility: hidden;
}

.slick-slide
{
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide
{
  float: right;
}
.slick-slide img
{
  display: block;
}
.slick-slide.slick-loading img
{
  display: none;
}
.slick-slide.dragging img
{
  pointer-events: none;
}
.slick-initialized .slick-slide
{
  display: block;
}
.slick-loading .slick-slide
{
  visibility: hidden;
}
.slick-vertical .slick-slide
{
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

/* Custom */

.p-blogRank {
  position: relative;
  padding: 0;
}

.p-blogRank .is-rankShow:after {
  display: none;
}

.p-blogRank__heading {
  background-color: #005091;
}

.p-blogRank__title {
  padding: 15px 10px;
  border: none;
  font-size: 100%;
  line-height: 167%;
  color: #fff;
  text-align: center;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .p-blogRank__title {
    padding: 20px 10px;
    font-size: 111.11111%;
    line-height: 155%;
  }
  a.rec_link {
    position: absolute;
    width: 50%;
    left: 0;
    right: 0;
    height: 100%;
    border: red;
    z-index: 99999;
  }
}
.au_body {
  margin-top: 40px;
  font-weight: normal; 
  font-family: "Helvetica Neue", Helvetica, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
}
.au-profile h2.au_bottom_title {
  margin-top: 120px;
  margin-bottom: 48px;  
}

.p-blogRank__body {
  margin: 0;
  background-color: #f1f1f4;
}

/* ***************************
rankingList
*************************** */
.p-rankingList {
  position: relative;
  padding: 30px 15px 30px;
}

@media screen and (min-width: 768px) {
  .p-rankingList {
    padding: 30px 20px 40px;
  }
}

.p-rankingList__box + .p-rankingList__box {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #fff;
}

.p-rankingList__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}

.p-rankingList__box:nth-of-type(1) .p-rankingList__link {
  display: block;
}

.p-rankingList__thumb {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 100%;
  max-width: 100px;
  height: 100px;
}

.p-rankingList__box:nth-of-type(1) .p-rankingList__thumb {
  width: 100%;
  height: auto;
  max-width: none;
}

@media screen and (min-width: 768px) {
  .p-rankingList__thumb {
    max-width: 70px;
    height: 70px;
  }
  .p-rankingList__box:nth-of-type(1) .p-rankingList__thumb {
    width: 100%;
    max-width: 240px;
    height: 130px;
  }
}

.p-rankingList__img {
  position: relative;
  width: 100%;
  max-width: 100px;
  height: 100px;
  overflow: hidden;
}

.p-rankingList__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.p-rankingList__box:nth-of-type(1) .p-rankingList__img {
  width: 100%;
  height: auto;
  max-width: none;
}

.p-rankingList__box:nth-of-type(1) .p-rankingList__img img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  max-height: none;
  max-width: none;
  -webkit-transform: none;
  transform: none;
}

.p-rankingList__link:hover .p-rankingList__img {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  .p-rankingList__img {
    max-width: 70px;
    height: 70px;
  }
  .p-rankingList__box:nth-of-type(1) .p-rankingList__img {
    width: 100%;
    max-width: 240px;
    height: 130px;
  }
}

.p-rankingList__num {
  position: absolute;
  top: 0;
  left: 0;
  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: 22px;
  height: 22px;
  margin: 0;
  background-color: #222;
  font-size: 66.66667%;
  line-height: 167%;
  color: #fff;
  font-weight: bold;
}

.p-rankingList__box:nth-of-type(1) .p-rankingList__num {
  width: 34px;
  height: 34px;
  font-size: 88.88889%;
  line-height: 169%;
}

.p-rankingList__content {
  margin: 0 0 0 10px;
}

.p-rankingList__box:nth-of-type(1) .p-rankingList__content {
  margin: 10px 0 0;
}

.p-rankingList__text {
  color: #222;
  font-size: 88.88889%;
  line-height: 175%;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .p-rankingList__text {
    font-size: 66.66667%;
    line-height: 167%;
  }
  .p-rankingList__box:nth-of-type(1) .p-rankingList__text {
    font-size: 83.33333%;
    line-height: 174%;
  }
  .hs-blog-listing .p-pageTitle {
    height: 113px !important;
  }
  h1.p-pageTitle__main {
    margin: 0;
  }

}

.p-rankingList__link:hover .p-rankingList__text {
  text-decoration: underline;
}
.p-articleBox {
  position: relative;
  display: block;
  height: 100%;
  padding: 0;
  border: none;
  text-decoration: none;
  z-index: 1;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

@media screen and (min-width: 768px) {
  .p-articleBox {
    border-top: 1px solid #f1f1f4;
    border-right: 1px solid #f1f1f4;
  }
}

@media screen and (min-width: 768px) {
  .p-articleList--col3 .p-articleList__item .p-articleBox {
    border-left: none;
  }
}


.p-articleList--top .p-articleBox {
  padding: 15px 16px 15px;
}


.p-articleList--product .p-articleList__item .p-articleBox {
  border: 1px solid #e5e4e8;
  background-color: #f1f1f4;
}

.p-articleBox:after {
  display: none;
}

.p-articleBox__img {
  position: relative;
  width: auto;
  /* トリミングしたい枠の幅 */
  height: 0;
  /* トリミングしたい枠の高さ */
  padding-top: 58.5%;
  overflow: hidden;
  background-color: #fff;
  border-top: 1px solid #f1f1f4;
  border-left: 1px solid #f1f1f4;
  border-right: 1px solid #f1f1f4;
}

.p-articleList--top .p-articleBox__img {
  padding-top: 56.943%;
}

.p-articleList--knowledge .p-articleBox__img {
  padding-top: 56.865%;
}

.p-articleList--product .p-articleList__item .p-articleBox__img {
  margin: 1px 1px 0 1px;
}

.p-articleList--product .p-articleBox__img {
  padding-top: 47.06%;
}

.p-articleList--blog .p-articleBox__img {
  padding-top: 48.8%;
}

.p-articleBox__img__item {
  position: absolute;
  width: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  height: 100%;
  object-position: center center;
}

.p-articleBox__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 15px;
  border-left: 1px solid #f1f1f4;
  border-right: 1px solid #f1f1f4;
}


.blog_body {
  padding: 70px 72px 0;
  width: 100%;
  max-width: 1584px;
  margin: 0 auto;
}
.p-articleList__item:nth-last-of-type(1) .p-articleBox__body {
  border-bottom: 1px solid #f1f1f4;
}


.p-articleList--top .p-articleBox__body {
  border: none;
  padding: 15px 0 0;
}



.p-articleList--top .p-articleBox__body:nth-last-of-type(1) {
  border-bottom: none;
}

.p-articleList--product .p-articleBox__body {
  padding: 10px 14px 12px 14px;
}

.p-articleBox--rank .p-articleBox__body {
  padding: 15px;
  border-bottom: 1px solid #f1f1f4;
}


.p-detail__main__right .p-articleBox--rank .p-articleBox__body {
  border-bottom: none !important;
  border-left: 1px solid #f1f1f4;
  border-right: 1px solid #f1f1f4;
}

.p-articleBox__title {
  width: 100%;
  font-family: "Open Sans", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  color: #222;
  font-size: 100%;
  line-height: 167%;
  font-weight: bold;
}

.p-articleBox__flex + .p-articleBox__title {
  margin-top: 10px;
}



.p-articleList--product .p-articleBox__title {
  margin-bottom: 0;
}

.p-articleBox--rank .p-articleBox__title {
  font-size: 111.11111%;
  line-height: 160%;
}


.p-articleList--knowledge .p-articleBox__title {
  font-size: 100%;
  line-height: 156%;
}


.p-articleList--blog .p-articleBox__title {
  font-size: 88.88889%;
  line-height: 175%;
}

@media screen and (min-width: 768px) {
  .p-articleList--blog .p-articleBox__title {
    font-size: 111.11111%;
    line-height: 175%;
  }
  .p-articleList--knowledge .p-articleBox__title {
    font-size: 111.11111%;
    line-height: 140%;
  }
  .p-articleBox--rank .p-articleBox__title {
    font-size: 111.11111%;
    line-height: 160%;
    margin-bottom: 25px;
  }
  .p-articleBox__title {
    font-size: 133.33333%;
    line-height: 150%;
  }
  .p-articleList--product .p-articleBox__body {
    height: auto;
    padding: 20px 22px 22px;
  }
  .p-articleBox--rank .p-articleBox__body {
    height: auto;
    padding: 20px 24px;
  }
  .p-articleList__item:nth-last-of-type(-n+3) .p-articleBox,
  .p-articleList--col3 .p-articleList__item:nth-last-of-type(-n+4) .p-articleBox {
    border-bottom: 1px solid #f1f1f4;
  }
  .p-articleList--top .p-articleBox {
    padding: 0;
  }
  .p-articleBox[href]:hover {
    -webkit-box-shadow: 0 0 48px 0 rgba(0, 80, 145, 0.48);
    box-shadow: 0 0 48px 0 rgba(0, 80, 145, 0.48);
    z-index: 2;
  }
  .p-articleBox__body {
    padding: 25px;
    border-left: none;
    border-right: none;
  }
  .p-articleList__item:nth-last-of-type(1) .p-articleBox__body {
    border-bottom: none;
  }
  .p-articleBox__img {
    border: none;
  }
  .p-articleList--top .p-articleBox__body {
    padding: 25px;
  }


}
.post-item {
  width: 33.3333333333%;
}
figure.p-profile__img {
  width: 60px;
  height: 60px;
  margin: 0;
  border-radius: 50%;
  overflow: hidden;
  text-align: left;
}
.hs-blog-listing .blog-index { 
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-left: 1px solid #f1f1f4;
}
p.p-articleBox__img {
  margin: 0;
}
img {
  max-width: 100%;
}
.blog-index-wrap.span8 {
  width: 80.5555555556%;
  max-width: 1160px;
  padding-right: 60px;
}
.blog-sidebar.span4 {
  width: 19.4444444444%;
  /*   max-width: 280px; 
  min-width: 200px; */
  margin-top: 0;
  margin: 0;
}
figure.p-rankingList__img {
  margin: 0;
}

.p-articleBox__tag {
  width: 100%;
  margin-top: 10px;
  padding-top: 9px;
  border-top: 1px solid #fff;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .p-articleBox__tag {
    margin-top: 20px;
    padding-top: 19px;
  }
  .toggle-mobile-sort{
    display:none
  }
}

/* p-articleBox__unit */
.p-articleBox__unit {
  margin-top: 10px;
}

.p-articleBox__word {
  margin-top: 15px;
}
.p-wordList {
  margin: -10px -5px 0;
  letter-spacing: -.34em;
  padding: 0;
}

.p-wordList__item {
  display: inline-block;
  margin: 0;
  padding: 10px 5px 0;
  letter-spacing: normal;
}

.p-wordList__item:before {
  display: none;
}

.p-wordList__link {
  display: block;
  padding: 1px 16px 0;
  border: 1px solid #28aad2;
  line-height: 100%;
  text-decoration: none;
}

.p-wordList__link:hover {
  color: #fff;
  background-color: #28aad2;
}

.p-wordList__btn {
  display: block;
  padding: 1px 16px 0;
  border: 1px solid #28aad2;
  line-height: 100%;
}

.p-pageHeading--blog .p-wordList__btn {
  padding: 5px 14px;
  border: 1px solid #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 768px) {
  .p-pageHeading--blog .p-wordList__btn {
    padding: 5px 16px;
  }
}

.p-wordList__text {
  font-size: 88.88889%;
  line-height: 169%;
  word-break: break-all;
}

.p-wordList__btn .p-wordList__text {
  color: #28aad2;  
}

.p-pageHeading--blog .p-wordList__text {
  font-size: 125%;
  line-height: 167%;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

@media screen and (min-width: 768px) {
  .p-pageHeading--blog .p-wordList__text {
    font-size: 162.5%;
    line-height: 139%;
  }
}

.p-articleBox__prof {
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #f1f1f4;
}
p.c-date {
  word-break: break-all;
  color: #222;
  line-height: 117%;
  margin: 0;
}
.p-profile {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .p-pageHeading--blog .p-profile {
    padding-right: 280px;
  }
}

.p-profile__body {
  display: block;
}

.p-articleList--blog .p-profile__body,
.p-pageHeading--blog .p-profile__body {
  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;
}

@media screen and (min-width: 768px) {
  .p-profile__body {
    display: -webkit-box;
    display: -ms-flexbox;
    flex-wrap: wrap;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.p-profile__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  text-align: left;
}

.p-articleList--blog .p-profile__img {
  width: 60px;
  height: 60px;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .p-profile__img {
    width: 160px;
    height: 160px;
    margin: 0;
  }
}

.p-pageHeading--blog .p-profile__img {
  width: 75px;
  height: 75px;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .p-pageHeading--blog .p-profile__img {
    width: 100px;
    height: 100px;
  }
}

.p-profile__about {
  margin: 15px 0 0;
}

.p-articleList--blog .p-profile__about {
  margin: 0;
  padding-left: 16px;
}

@media screen and (min-width: 768px) {
  .p-profile__about {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
    padding-left: 46px;
  }
}

.p-pageHeading--blog .p-profile__about {
  margin: 0;
  padding-left: 15px;
}

@media screen and (min-width: 768px) {
  .p-pageHeading--blog .p-profile__about {
    padding-left: 20px;
  }
}

.p-profile__name { 
  font-size: 100%;
  line-height: 195%;
  color: #222;
  padding: 0;
  margin: 0;
  border: none;
  text-align: center;
}

.p-articleList--blog .p-profile__name {
  color: #222;
  font-size: 88.88889%;
  line-height: 113%;
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  .p-profile__name {
    text-align: left;
  }
  .p-articleList--blog .p-profile__name {
    font-size: 100%;
    line-height: 195%;
  }
}

.p-pageHeading--blog .p-profile__name {
  color: #fff;
  font-size: 83.33333%;
  line-height: 114%;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

@media screen and (min-width: 768px) {
  .p-pageHeading--blog .p-profile__name {
    font-size: 144.44444%;
    line-height: 135%;
  }
}

.p-profile__text {  
  margin-top: 0;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-profile__text {
    margin-top: 10px;
    font-size: 111.11111%;
    line-height: 170%;
    text-align: left;
  }
}
.p-profile__about {
  margin: 0;
  padding-left: 16px; 
}
p.c-btn.c-btn--more {
  padding: 0 20px 40px;
  margin: 0;
}
button.c-btn__link {
  height: 50px;
  padding: 0;
  background-color: #fff;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  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;
  text-decoration: none;
  line-height: inherit;
  background: #fff;
  color: #005091;
  font-family: "Helvetica Neue", Helvetica, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-size: 88.88889%;
  width: 100%;
  border: 0;
  cursor: pointer;
}
button.c-btn__link:hover {
  background-color: #005091;
  color: #fff;
}
button.c-btn__link:hover  span.c-btn__link__icon.i-puls:before,
button.c-btn__link:hover  span.c-btn__link__icon.i-puls:after{
  background-color: #fff;
}
button.c-btn__link span.c-btn__link__text {
  font-size: 111.11111%;
  line-height: 160%;
  font-weight: bold;
  font-family: "Open Sans", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
}
.i-puls:before, .i-puls:after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 19px;
  height: 1px;
  background-color: #005091;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 12px;
  line-height: 12px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  width: 12px;
  height: 2px;
}
span.c-btn__link__icon.i-puls {

  position: relative;
  top: 0;
  left: 0;
  right: auto;
  -webkit-transform: none;
  transform: none;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 18px;
  vertical-align: middle;
  color: #005091;

}
span.c-btn__link__icon.i-puls:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}



.blog-sidebar-post.active span.c-btn__link__icon.i-puls:after {
  display: none; 
}
span.c-btn__link__text.close {
  display: none;
}
.blog-sidebar-post.active span.c-btn__link__text.close {
  display: block;
}
.blog-sidebar-post.active span.c-btn__link__text.and_m {
  display: none;
}
a.next-posts-link.load-more:hover {
  background-color: #005091;
  color: #fff;
}
a.next-posts-link.load-more {
  height: 120px;

  font-weight: bold;
  padding: 0 50px;
  width: 100%;
  background-color: #f1f1f4;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  display: block;
  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;
  cursor: pointer;
  text-decoration: none;
  font-family: "Open Sans", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  color: #005091;
}
.blog-pagination {
  margin-top: 48px;
  width: 100%;
}
a.next-posts-link.load-more:hover .i-puls:before,
a.next-posts-link.load-more:hover .i-puls:after{
  background-color: #fff;
}
.p-related {
  padding-top: 48px;
  border-top: 1px solid #e0e0e0;
}

* + .p-related {
  margin-top: 48px;
}

@media screen and (min-width: 768px) {
  .p-related {
    padding-top: 90px;
  }
  * + .p-related {
    margin-top: 90px;
  }
}

.p-relatedLinks__link {
  text-decoration: none;
}

.p-relatedLinks__link:hover {
  text-decoration: underline;
}
li.p-btnGroup__item a {
  background-color: #f1f1f4;
  min-\height: 79px;
  padding: 0 13.8888888889%;
  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;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  padding-left: 10px;
  line-height: 24px;
  font-family: "Open Sans", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  color: #222;
  text-decoration: none;
}
li.p-btnGroup__item {
  width: 33.3333333333%;
  margin: 0;
  padding: 0;
  border: none;
  vertical-align: top;
  position: relative;
}
ul.p-btnGroup.p-btnGroup--column3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  border: none;
  margin: 0;
  list-style: none;
}
p.c-btn {
  margin: 0;
}
li.p-btnGroup__item span.c-btn__link__icon.i-cornerRight {
  display: inline-block;
  width: 12px;
  height: 12px;
  font-size: 12px;
  line-height: 12px;
  position: absolute;
  top: 50%;
  right: 8.88888888889%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
} 
li.p-btnGroup__item:last-of-type a {
  background-color: #e5e4e8;
}
li.p-btnGroup__item a:hover {
  background-color: #005091;
  color: #fff;
}
li.p-btnGroup__item span.c-btn__link__icon.i-cornerRight:after {
  content: "\e901";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 12px;
  height: 2px;
  font-size: 12px;
  line-height: 12px;
}
.blog_body {
  margin-bottom: 120px;
}
.p-pageHeading__heding {
  position: relative;
  padding: 0;
  background-color: #005091;
}
.p-pageHeading__heding__inner {
  width: 100%;
  max-width: 1584px;
  margin: 0 auto;
  padding: 0 13px 0 18px;
}
.p-pageTitle {
  padding: 10px 0;
  min-height: 113px;
  display: flex;
  align-items: center;
}
h1.p-pageTitle__main {
  font-size: 138.88889%;
  line-height: 140%;
  font-family: "Open Sans", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  color: #fff;
  font-weight: bold;
}




/* Slider */

.p-slide__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.p-slide__flex__item:first-child {
  padding: 0 40px 0 0;
}


.p-slide__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.p-slide__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-slide__body {
  padding: 20px 72px 84px;
  position: relative;
  width: 100%;
  height: auto;
  max-width: 1584px;
  margin: 0 auto;
  margin-top: 172px;
}
.p-slide__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 34px;
}
.p-slide__flex__item p {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  font-size: 144.44444%;
  line-height: 185%;
  color: #fff;
}
.p-slide__flex__item span {
  display: inline-block;
  margin: 10px 5px 0;
  border: 1px solid #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  padding: 5px 16px;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  font-size: 26px;
  line-height: 139%;
}
h2.p-slide__title {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  font-size: 222.22222%;
  line-height: 125%;
  margin-top: 13px;
  padding: 0;
  border: none;
  font-family: "Open Sans", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  color: #fff;
  margin-bottom: 0;
}



.p-breadCrumb {
  margin: 0;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .p-breadCrumb {
    padding: 0;
  }
}

.p-breadCrumb__body {
  width: 100%;
  max-width: 1584px;
  margin: 0 auto;
  padding: 18px 0 0;
}

@media screen and (min-width: 768px) {
  .p-breadCrumb__body {
    padding: 18px 72px;
  }
}

.p-breadCrumb--footer .p-breadCrumb__body {
  max-width: 1824px;
  padding: 22px 0 22px 0;
}

@media screen and (min-width: 768px) {
  .p-breadCrumb--footer .p-breadCrumb__body {
    padding: 21px 72px;
  }
}

.p-breadCrumb__flex {
  letter-spacing: 0.34em;
}

.p-breadCrumb__item {
  display: inline;
  margin: 0;
  padding: 0;
  letter-spacing: normal;
}

.p-breadCrumb__item:before {
  display: none;
}

.p-breadCrumb__item + .p-breadCrumb__item:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  position: relative;
  display: inline-block;
  margin: 0 10px 0 14px;
  color: #005091;
  font-size: 10px;
  line-height: 10px;
}

@media screen and (min-width: 768px) {
  .p-breadCrumb__item + .p-breadCrumb__item:before {
    font-size: 12px;
    line-height: 12px;
    margin: 0 20px 0 24px;
  }
}

.p-breadCrumb--footer .p-breadCrumb__item {
  color: #fff;
}

.p-breadCrumb--footer .p-breadCrumb__item + .p-breadCrumb__item:before {
  color: #fff;
}

.p-breadCrumb__item span {
  font-size: 66.66667%;
  line-height: 200%;
}

@media screen and (min-width: 768px) {
  .p-breadCrumb__item span {
    font-size: 88.88889%;
    line-height: 175%;
  }
  h1.p-pageTitle__main{

    font-size: 266.66667%;
    line-height: 125%;
  }
  .p-pageHeading__heding__inner {
    padding: 0 72px;
  }
  a.next-posts-link.load-more {
    font-size: 21px;
    line-height: 32px;
  }

}

.p-breadCrumb__item__link {
  color: #222;
  text-decoration: none;
}

.p-breadCrumb__item__link:visited, .p-breadCrumb__item__linkhover {
  color: #222;
}

.p-breadCrumb__item__linkhover {
  text-decoration: underline;
}

.p-breadCrumb--footer .p-breadCrumb__item__link {
  color: #fff;
}

.p-breadCrumb--footer .p-breadCrumb__item__link:visited, .p-breadCrumb--footer .p-breadCrumb__item__linkhover {
  color: #fff;
}

ol.p-breadCrumb__flex {
  padding: 0;
  margin: 0;
}

.rec_slider ul.slick-dots {
  margin: 0;
  list-style: none;
  padding: 0;
}

.rec_slider ul.slick-dots li button {
  display: none;
}

.rec_slider ul.slick-dots li {
  cursor: pointer;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #fff;
  border: 2px solid #fff;
  opacity: 1;
  margin: 0 6px;
}

.rec_slider ul.slick-dots {
  position: absolute;
  right: 0;
  max-width: 1584px;
  left: 0;
  margin: 0 auto;
  width: 100%;
  text-align: right;
  z-index: 20;
  padding: 0 72px;
  bottom: 0;
  max-width: 1584px;
}

.rec_slider {
  position: relative;
}

.p-articleList--blog .p-profile__body, .p-pageHeading--blog .p-profile__body {
  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;
}

.rec_slider ul.slick-dots li.slick-active {
  opacity: 1;
  background-color: #005091;
}

.rec_slider .p-profile {
  margin-top: 16px;
}

.rec_slider figure.p-profile__img {
  width: 75px;
  height: 75px;
}

.rec_slider .p-profile__about {
  padding-left: 15px;
}

.rec_slider .p-profile__name {
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

.blog_top_topic {
  width: 100%;
  padding-bottom: 32px;
}

.p-tagGroup__title {
  font-family: "Open Sans", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-weight: bold;
}

.blog_top_topic .p-paint__item {
  background-color: #f1f1f4;
}

.p-tagGroup__body {
  margin-top: 15px;
}


.p-tagGroup__body ul#nav1 {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -15px 0 0 -16px;
}
.p-tagGroup__body ul#nav1 li {
  margin: 0;
  padding: 15px 0 0 16px;
}



.p-tagGroup__body ul#nav1 li a {
  display: block;
  text-align: center;
  padding: 2px 16px 0 17px;
  color: #222;
  background-color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.p-tagGroup__body ul#nav1 li a:hover {
  color: #fff;
  background-color: #28aad2;
}
.post-item .p-articleBox__title {
  margin: 0;
}
.blog_top_topic .p-toggle__btn {
  display: none;
}




/* backtotop and social */

.p-fixedGroup {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  z-index: -1;
}
[class*=i-]:before, [class*=i-]:after, .p-tagListRank .p-tagList__item:nth-of-type(-n+5) .c-tag__label:after, [href$=".pdf"]:after, [href$=".xls"]:after, [href$=".xlsx"]:after, [href^="http"]:after, .mf_finder_searchBox_submit span:after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.p-fixedGroup.is-fixed {
  position: fixed;
  top: 0 !important;
  right: 0;
  opacity: 1;
  z-index: 30;
}

.p-fixedGroup.is-show {
  opacity: 1;
  z-index: 30;
}
.p-articleBox__body {
  border-bottom: 1px solid #f1f1f4; 
}
@media screen and (max-width: 767px) {
  .p-fixedGroup {
    position: static !important;
    top: 0 !important;
    padding: 0 16px 32px;
  }
  a.next-posts-link.load-more {
    font-size: 16px;
    line-height: 27px; 
  }
  .p-pageHeading__heding.au  .p-pageTitle__navi__text {
    line-height: 160%;
  }
  .au-profile .p-profile__about {
    width: 100%;
  }
  .au-profile .p-profile__body {
    width: 100%;
  }
  .au_body {
    margin-top: 10px;
  }
  .au-profile h2.au_bottom_title {
    margin-top: 48px;
    margin-bottom: 16px;
  }




}


.p-snsLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

@media screen and (min-width: 768px) {
  .p-snsLink {
    display: block;
  }
  .p-pageFooter__breadCrumb .p-breadCrumb__item span {
    font-size: 16px;
  }
}

.p-snsLink__item {
  width: 68px;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .p-snsLink__item {
    width: auto;
  }
}

.p-snsLink__item:before {
  display: none;
}

.p-snsLink__item:nth-of-type(n+2) {
  border-left: 1px solid #fff;
}

@media screen and (min-width: 768px) {
  .p-snsLink__item:nth-of-type(n+2) {
    border-left: none;
    border-top: 1px solid #fff;
  }
}

.p-snsLink__link {
  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: 68px;
  height: 68px;
  background-color: #28aad2;
  line-height: 20px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  cursor: pointer;
  border: 0;
  box-shadow: none;
}

@media screen and (min-width: 768px) {
  .p-snsLink__link {
    width: 60px;
    height: 60px;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}

@media screen and (min-width: 768px) {
  .p-snsLink__link:hover {
    opacity: 0.7;
  }
}

.p-snsLink__item--facebook .p-snsLink__link {
  background-color: #005091;
}

.p-snsLink__link__icon:before {
  font-size: 15px;
  line-height: 15px;
  color: #fff;
}
.p-returnTop {
  position: absolute;
  bottom: 70px;
  right: 0;
  width: 60px;
  height: 60px;
  margin: 0;
  padding: 0;
  z-index: 35;
}

.p-returnTop.is-fixed {
  position: fixed;
  top: auto;
  bottom: 0;
  z-index: 32;
}

.p-returnTop.is-hide {
  display: none;
}



@media screen and (min-width: 768px) {
  .p-returnTop {
    top: -72px;
    bottom: auto;
    right: 0;
    width: 72px;
    height: 72px;
  }
}

.p-returnTop__inner {
  width: 60px;
  height: 60px;
}

@media screen and (min-width: 768px) {
  .p-returnTop__inner {
    width: 72px;
    height: 72px;
  }   
}  

.p-returnTop__btn {
  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: 60px;
  height: 60px;
  background-color: #fff;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media screen and (min-width: 768px) {
  .p-returnTop__btn {
    width: 72px;
    height: 72px;
    background-color: #005091;
  }
}

.p-returnTop__btn:hover {
  opacity: 0.7;
}

.is-fixed .p-returnTop__btn {
  background-color: #005091;
}
.footer {
  position: relative;
  z-index: 31;
}
.p-returnTop__btn__icon:before {
  color: #005091;
  font-size: 18px;
  line-height: 18px;
}

@media screen and (min-width: 768px) {
  .p-returnTop__btn__icon:before {
    color: #fff;
  }
  .p-returnTop-wrapper {
    position: relative;
  }
}

.is-fixed .p-returnTop__btn__icon:before {
  color: #fff;
}
.i-arrowTop:before {
  content: "\e904";
}

@media (max-width:767px){
  .p-returnTop {
    z-index: 35;
  }
  .footer-wrapper{
    position:relative;
  }
}

/* backtotop and social */



@media (min-width: 768px) {
  .rec_slider .p-profile {
    margin-top: 48px;
  }

  .blog_top_topic .p-paint__item {
    padding: 50px 60px 60px 60px;
  }

  .blog_top_topic {
    padding-bottom: 60px;
  }

  .rec_slider .p-profile__name {
    font-size: 144.44444%;
    line-height: 135%;
  }

  .rec_slider figure.p-profile__img {
    width: 100px;
    height: 100px;
  }

  .rec_slider ul.slick-dots li {
    width: 20px;
    height: 20px;
    margin: 0 10px;
  }

  .rec_slider .p-profile__about {
    padding-left: 20px;
  }

  .rec_slider ul.slick-dots {
    bottom: 120px;
  }
}
.blog-comments form {
  max-width: 100%;
  border: 0;
  padding: 0;
}
.no_img {
  background: #ccc;
}
@media (max-width:767px){
  .toggle-mobile-sort{ 
    display:block
  }
  .p-rankingList__box+.p-rankingList__box {
    border: 0;
    padding-top: 0;
  }
  .blog_body {
    margin-bottom: 32px;
  }
  .p-toggle__btn-2 {
    display: none;
  }
  .p-pageTitle {
    min-height: 88px;
    padding: 10px 0;
  }

  h2.p-slide__title {
    font-size: 111.11111%;
    line-height: 170%;
  }

  .p-slide__flex__item span {
    padding: 5px 14px;
    font-size: 15px;
    line-height: 167%;
  }

  .p-slide__body {
    padding: 0 13px 0 18px;
    padding-top: 20px;
    padding-bottom: 15px;
  }

  .p-slide__flex__item p {
    font-size: 83.33333%;
    line-height: 187%;
  }

  .p-slide__flex__item:first-child {
    padding: 0 15px 0 0;
  }

  .p-profile__body,
  .p-profile {
    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;
  }

  .p-profile__name {
    font-size: 83.33333%;
    line-height: 114%;
  }

  .rec_slider ul.slick-dots {padding: 0 16px;bottom: 15px;}

  .blog_body {
    padding: 15px 16px 0;
  }

  .blog-index-wrap.span8,
  .blog-sidebar.span4 {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
  }

  .post-item {
    width: 100%;
  }

  p.p-articleBox__img {
    padding-top: 48.8%;
  }

  .post-item .p-articleBox__title {
    font-size: 88.88889%;
    line-height: 175%;
  }

  p.c-date {
    font-size: 88.88889%;
    line-height: 175%;
  }

  li.p-btnGroup__item {
    width: 50%;
  }

  li.p-btnGroup__item a {
    min-height: auto;
    height: 100%;
    padding: 16px 13.8888888889%;
  }

  ul.p-btnGroup.p-btnGroup--column3 li:first-child a {
    padding-left: 10px;
    background-color: #e5e4e8;
  }

  ul.p-btnGroup.p-btnGroup--column3 li:last-child a {
    background-color: #f1f1f4;
  }

  a.next-posts-link.load-more {
    color: #005091 !important;
    height: 72px;
    padding: 0 30px;
    background-color: #f1f1f4 !important;
  }



  a.next-posts-link.load-more .i-puls:before, a.next-posts-link.load-more .i-puls:after {background-color: #005091 !important;}

  .blog-sidebar.span4 {
    margin-top: 48px;
  }

  p.c-btn.c-btn--more {
    padding: 0 15px 30px;
    margin-top: 40px;
  }
  .blog_top_topic .p-paint__item {
    padding: 0;
  }


  button.c-btn__link {
    background-color: #fff   !important;
    color: #005091  !important;
  }
  .blog_top_topic .p-paint__item {
    padding: 0;
    background: none;
  }

  .blog_top_topic .p-paint__item {
    display: none;
  }

  .blog_top_topic {
    padding: 0;
    margin-bottom: 32px;
    padding: 15px;
    background-color: #f1f1f4;
  }
  button.c-btn__link .i-puls:before, button.c-btn__link .i-puls:after{
    background-color: #005091  !important;
  } 

  .blog_top_topic .p-toggle__btn {
    display: flex;
    height: 42px;
    padding: 0 30px;
    align-items: center;
    justify-content: center;
    background-color: #f1f1f4;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }

  .blog_top_topic .p-toggle__btn p.c-btn.c-btn--more {
    margin: 0;
    padding: 0;
  }

  .blog_top_topic .p-toggle__btn p.c-btn.c-btn--more button.c-btn__link {
    background: none !important;
  }
  .blog_top_topic.active {
    padding: 15px;
  }

  .p-toggle__btn-2 p.c-btn.c-btn--more button.c-btn__link {
    height: 72px;
  }

  .p-toggle__btn-2 p.c-btn.c-btn--more {
    margin-top: 30px;
    padding: 0;
  }

  .p-toggle__btn-2 p.c-btn.c-btn--more button.c-btn__link span.c-btn__link__icon.i-puls:after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }

  .p-toggle__btn-2 p.c-btn.c-btn--more button.c-btn__link span.c-btn__link__icon.i-puls {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 15px;
    height: 15px;
  }


  .p-toggle__btn-2 p.c-btn.c-btn--more button.c-btn__link * {
    font-size: 16px;
  }

  .p-toggle__btn-2 p.c-btn.c-btn--more button.c-btn__link span.c-btn__link__icon.i-puls:before,.p-toggle__btn-2 p.c-btn.c-btn--more button.c-btn__link span.c-btn__link__icon.i-puls:after {
    width: 15px;
    height: 2px;
  }

  .p-articleBox__img__item {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
  }
  .p-blogRank.blog-sidebar-post p.c-btn.c-btn--more {
    margin-top: 0;
  }
  li.p-btnGroup__item p {
    height: 100%;
  }
  .hd_group {
    position: relative;
    z-index: 999;
    background-color: #fff;
  }
  .m_open .header:after {
    content: '';
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #f1f1f4;
    z-index: 99;
  }

}



.p-pageFooter__breadCrumb {
  position: relative;
  margin: 0;
  padding: 0;
  background-color: #444;
  z-index: 1;
}

.p-pageHeading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.i-cornerLeft:before {
  content: "\e903";
}

.p-pageHeading.p-pageHeading--slide.p-pageHeading--blog {
  display: block;
  background-color: #005091;
}

.p-pageHeading__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 29px 0 24px;
  background-color: #005091;
}

@media screen and (min-width: 768px) {
  .p-pageHeading__inner {
    padding: 29px 0 24px;
  }
}

.p-pageHeading--pickup .p-pageHeading__inner {
  min-height: 611px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (min-width: 768px) {
  .p-pageHeading--pickup .p-pageHeading__inner {
    min-height: 1000px;
    padding: 150px 0 150px;
  }
}

.p-pageHeading--catTop .p-pageHeading__inner {
  min-height: 360px;
}

@media screen and (min-width: 768px) {
  .p-pageHeading--catTop .p-pageHeading__inner {
    min-height: 568px;
    padding: 110px 0 53px;
  }
}

.p-pageHeading--top .p-pageHeading__inner {
  min-height: 611px;
}

@media screen and (min-width: 768px) {
  .p-pageHeading--top .p-pageHeading__inner {
    min-height: 688px;
  }
}

.p-pageHeading--slide .p-pageHeading__inner {
  display: block;
  min-height: 360px;
  padding: 0;
}
figure.p-bloggerInfo__img {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .p-pageHeading--slide .p-pageHeading__inner {
    min-height: 568px;
  }
}

.p-pageHeading__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.p-pageHeading--slide .p-pageHeading__img {
  position: relative;
  min-height: 360px;
}

@media screen and (min-width: 768px) {
  .p-pageHeading--slide .p-pageHeading__img {
    min-height: 568px;
  }
}

.p-pageHeading--blog .p-pageHeading__img {
  margin: 0;
}

.p-pageHeading--catTop.p-pageHeading--blog .p-pageHeading__img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}

.p-pageHeading__img__item {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: inherit;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.p-pageHeading--catTop .p-pageHeading__img__item {
  width: auto;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .p-pageHeading__img__item {
    position: absolute;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: inherit;
  }
}

.p-pageHeading--pickup .p-pageHeading__img__item {
  width: auto;
  height: 100%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

@media screen and (min-width: 768px) {
  .p-pageHeading--pickup .p-pageHeading__img__item {
    width: auto;
    height: auto;
  }
}

.p-pageHeading__body {
  position: relative;
  margin: 0;
  padding: 15px 0 0;
  z-index: 2;
}

.p-pageHeading__heding {
  position: relative;
  margin: 0 0 auto;
  padding: 0;
  z-index: 2;
}

.p-pageHeading--pickup .p-pageHeading__heding {
  margin: 0 0 30px;
}

@media screen and (min-width: 768px) {
  .p-pageHeading--pickup .p-pageHeading__heding {
    margin: 0 0 150px;
  }
}

.p-pageHeading--slide .p-pageHeading__heding {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 29px 0 0;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  .p-pageHeading--slide .p-pageHeading__heding {
    padding: 110px 0 0;
  }
}

.p-pageHeading--blog .p-pageHeading__heding {
  position: relative;
  padding: 0;
  background-color: #005091;
}

.p-pageHeading--catTop.p-pageHeading--blog .p-pageHeading__heding {
  background-color: transparent;
}

.p-pageHeading__heding__inner {
  width: 100%;
  max-width: 1584px;
  margin: 0 auto;
  padding: 0 13px 0 18px;
}

@media screen and (min-width: 768px) {
  .p-pageHeading__heding__inner {
    padding: 0 72px;
  }
}

.p-pageTitle {
  display: table-cell;
  height: auto;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.p-pageHeading--catTop .p-pageTitle {
  display: block;
  height: auto;
  padding: 0;
}

.p-pageHeading--slide.p-pageHeading--blog .p-pageTitle {
  height: 88px;
  padding: 10px 0;
}

@media screen and (min-width: 768px) {
  .p-pageHeading--slide.p-pageHeading--blog .p-pageTitle {
    height: 113px;
  }
}

.p-pageTitle__main {
  font-family: "Open Sans", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  color: #fff;
  font-size: 138.88889%;
  line-height: 140%;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .p-pageTitle__main {
    font-size: 266.66667%;
    line-height: 125%;
  }
}

.p-pageTitle__navi + .p-pageTitle__main {
  margin-top: 10px;
}

.p-pageHeading--catTop .p-pageTitle__main,
.p-pageHeading--top .p-pageTitle__main,
.p-pageHeading--slide .p-pageTitle__main {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

.p-pageHeading--slide.p-pageHeading--blog .p-pageTitle__main {
  text-shadow: none;
}

/* IE11 のみ適用される */
_:-ms-lang(x)::-ms-backdrop, .p-pageTitle__main {
  font-family: "Open Sans", "メイリオ", Meiryo, sans-serif;
}

.p-pageTitle__navi {
  margin: 0;
  padding: 0;
}

.p-pageTitle__navi__text {
  display: inline;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 111.11111%;
}

@media screen and (min-width: 768px) {
  .p-pageTitle__navi__text {
    font-size: 133.33333%;
    line-height: 150%;
  }
}

.p-pageTitle__navi__text:before {
  display: none;
}

.p-pageTitle__navi__text:nth-of-type(n+2) {
  margin: 0;
}

.p-pageTitle__navi__text:nth-of-type(n+2):before {
  content: '';
  position: relative;
  top: -3px;
  left: 0;
  display: inline-block;
  width: 1px;
  height: 23px;
  margin: 0 25px 0 24px;
  background-color: #fff;
  vertical-align: middle;
}

.p-pageHeading--catTop .p-pageTitle__navi__text,
.p-pageHeading--top .p-pageTitle__navi__text,
.p-pageHeading--slide .p-pageTitle__navi__text {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

.p-headContent {
  position: relative;
  width: 100%;
  max-width: 1584px;
  margin: 0 auto;
  padding: 0 13px 0 18px;
  z-index: 11;
}

@media screen and (min-width: 768px) {
  .p-headContent {
    padding: 0 72px;
  }
}

.p-headContent__title {
  margin-top: 13px;
  padding: 0;
  border: none;
  font-family: "Open Sans", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  color: #fff;
  font-size: 100%;
  line-height: 167%;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .p-headContent__title {
    font-size: 177.77778%;
    line-height: 125%;
  }
}

.p-pageHeading--catTop .p-headContent__title,
.p-pageHeading--top .p-headContent__title,
.p-pageHeading--slide .p-headContent__title {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

_:-ms-lang(x)::-ms-backdrop, .p-headContent__title {
  font-family: "Open Sans", "メイリオ", Meiryo, sans-serif;
}

.p-headContent__read {
  margin-top: 25px;
  color: #fff;
  font-size: 88.88889%;
  line-height: 175%;
}

@media screen and (min-width: 768px) {
  .p-headContent__read {
    margin-top: 25px;
    font-size: 111.11111%;
    line-height: 160%;
  }
}

.p-pageHeading--catTop .p-headContent__read {
  margin-top: 15px;
  font-size: 88.88889%;
  line-height: 175%;
}

@media screen and (min-width: 768px) {
  .p-pageHeading--catTop .p-headContent__read {
    margin-top: 33px;
    font-size: 133.33333%;
    line-height: 150%;
  }
}

.p-headContent__title + .p-headContent__read {
  margin-top: 10px;
}

.p-pageHeading--catTop .p-headContent__read,
.p-pageHeading--top .p-headContent__read,
.p-pageHeading--slide .p-headContent__read {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

.p-headContent__tag {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .p-headContent__tag {
    margin-top: 50px;
  }
}

.p-headContent__read + .p-headContent__tag {
  margin-top: 20px;
}

.p-headContent__flex {
  display: block;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .p-headContent__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-headContent__date {
  margin-top: 15px;
  text-align: right;
}

@media screen and (min-width: 768px) {
  .p-headContent__date {
    margin-top: 50px;
    margin-left: auto;
    margin-right: 10px;
  }
}


.p-tagIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -16px;
  padding: 0;
}

.p-tagIcon__industry {
  width: 100%;
  padding-left: 16px;
}

@media screen and (min-width: 768px) {
  .p-tagIcon__industry {
    width: auto;
  }
}

.p-pageHeading--blog .p-tagIcon__industry {
  width: auto;
}

.p-tagIcon__item {
  width: auto;
  padding-left: 16px;
}

@media screen and (min-width: 768px) {
  .p-tagIcon__item {
    padding-left: 0;
  }
}

.p-tagIcon__item:nth-of-type(n+2) {
  margin-left: 16px;
  padding-left: 0;
}

.p-tagIcon__text {
  color: #fff;
  font-size: 88.88889%;
  line-height: 175%;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .p-tagIcon__text {
    font-size: 111.11111%;
    line-height: 160%;
  }
}

.p-pageHeading--catTop.p-pageHeading--blog .p-tagIcon__text {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

.p-tagIcon__arrow {
  display: none;
}

@media screen and (min-width: 768px) {
  .p-tagIcon__arrow {
    display: inline;
  }
  .p-tagIcon__arrow:before {
    display: inline-block;
    margin: 0 14px 0 10px;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
  }
}

.p-pageHeading--blog .p-tagIcon__arrow {
  display: inline;
}

.p-pageHeading--blog .p-tagIcon__arrow:before {
  display: inline-block;
  margin: 0 0 0 10px;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
}

@media screen and (min-width: 768px) {
  .p-pageHeading--blog .p-tagIcon__arrow:before {
    margin: 0 14px 0 10px;
  }
}

.p-pageHeading--catTop.p-pageHeading--blog .p-tagIcon__arrow {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

.p-tagIcon__icon {
  position: relative;
  padding-left: 24px;
  vertical-align: middle;
}

.p-tagIcon__icon:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  margin: 2px 0 0;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
}

@media screen and (min-width: 768px) {
  .p-tagIcon__icon:before {
    margin: 0 0 0;
  }
}

.p-related .i-cornerRight:before,
.p-related .c-linkList__item:before {
  display: none;
}
.i-cornerRight:before, .c-linkList__item:before {
  content: "\e901"; 
}

.p-pageHeading dl,.p-pageHeading dd,.p-pageHeading ul {
  margin: 0;
}

.p-headContent__date p.c-date {
  font-size: 83.33333%;
  line-height: 187%;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  color: #fff;
  font-weight: bold;
}

@media (min-width:768px){

  .p-headContent__date p.c-date {
    font-size: 144.44444%;
    line-height: 185%;
  }
}


.p-bloggerInfo {
  display: block;
  background-color: #f1f1f4;
  text-decoration: none;
}

.p-bloggerInfo__body {
  position: relative;
  padding: 30px 15px;
}

@media screen and (min-width: 768px) {
  .p-bloggerInfo__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 25px;
  }
}

.p-bloggerInfo__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .p-bloggerInfo__img {
    width: 103px;
    height: 103px;
  }
}

.p-bloggerInfo:hover .p-bloggerInfo__img {
  opacity: 0.8;
}

.p-bloggerInfo__about {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .p-bloggerInfo__about {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 20px;
  }
}

.p-bloggerInfo__name {
  position: absolute;
  top: 30px;
  left: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100px;
  padding: 0;
  border: none;
  font-size: 111.11111%;
  line-height: 170%;
}

@media screen and (min-width: 768px) {
  .p-bloggerInfo__name {
    position: relative;
    top: 0;
    left: 0;
    height: auto;
  }
}

.p-bloggerInfo__text {
  margin-top: 0;
  color: #222;
}

@media screen and (min-width: 768px) {
  .p-bloggerInfo__text {
    margin-top: 10px;
  }
}

.p-wordBox {
  padding: 30px 15px;
  border: 1px solid #e0e0e0;
}

.p-bloggerInfo + .p-wordBox {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .p-wordBox {
    padding: 20px 25px 25px;
  }
}

.p-wordBox__title {
  font-weight: bold;
}

.p-wordBox__list {
  margin-top: 10px;
  padding: 0;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .p-wordBox__list {
    margin-top: 5px;
  }
}



.blog-post__body {
  margin-top: 40px;
}


.p-pager {
  position: relative;
  margin-top: 90px;
  padding: 0;
}

.p-pager {
  margin-top: 48px;
}

@media screen and (min-width: 768px) {
  .p-pager {
    margin-top: 90px;
  }
}

.p-pager__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .p-pager__body {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.p-pager__item {
  width: 50%;
  max-width: 360px;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .p-pager__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 33.3333333333%;
  }
}

.p-pager__item {
  width: 100%;
  max-width: none;
}

@media screen and (min-width: 768px) {
  .p-pager__item {
    width: 33.3333333333%;
  }
}

.p-pager__item.p-pager__item--next {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 50%;
  max-width: 360px;
}

.p-pager__item--prev + .p-pager__item.p-pager__item--next {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  border-left: 1px solid #fff;
}

@media screen and (min-width: 768px) {
  .p-pager__item.p-pager__item--next {
    width: 33.3333333333%;
    max-width: 360px;
  }
  .p-pager__item--prev + .p-pager__item.p-pager__item--next {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    padding: 0;
    border-left: none;
  }
}

.p-pager__item.p-pager__item--list {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 50%;
  max-width: none;
}

.p-pager__item--prev + .p-pager__item--next + .p-pager__item.p-pager__item--list {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  width: 100%;
  border-left: none;
}

@media screen and (min-width: 768px) {
  .p-pager__item.p-pager__item--list {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 33.3333333333%;
    max-width: 360px;
    margin-left: 33.3333333333%;
  }
  .p-pager__item--prev + .p-pager__item--next + .p-pager__item.p-pager__item--list {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-left: 0;
  }
  .p-pager__item--prev + .p-pager__item.p-pager__item--list {
    margin-left: 0;
    margin-right: 33.3333333333%;
  }
}

.p-pager__btn {
  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;
  width: 100%;
  height: 79px;
  padding: 0 20px;
  background-color: #f1f1f4;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

@media screen and (min-width: 768px) {
  .p-pager__btn {
    max-width: 360px;
    padding: 0 40px;
  }
}

.p-pager__btn:hover {
  background-color: #005091;
}

.p-pager__btn {
  height: 56px;
}

@media screen and (min-width: 768px) {
  .p-pager__btn {
    height: 79px;
  }
}

.p-pager__btn--link {
  background-color: #e5e4e8;
  text-decoration: none;
}

.p-pager__btn--link:hover {
  background-color: #005091;
}

.p-pager__btn__text {
  color: #222;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.p-pager__btn:hover .p-pager__btn__text {
  color: #fff;
}

.p-pager__btn__icon {
  position: absolute;
  top: 50%;
  line-height: 11px;
  color: #005091;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.p-pager__btn:hover .p-pager__btn__icon {
  color: #fff;
}

.p-pager__btn__icon:before {
  font-size: 11px;
  line-height: 11px;
  vertical-align: middle;
}

.p-pager__btn__icon--left {
  left: 10px;
}
.au-profile > h2 {
  position: relative; 
  margin: 0;
  padding: 0 0 15px;
  border-bottom: 2px solid #005091;
  color: #222;
  font-size: 133.33333%;
  line-height: 150%;
  font-weight: bold;
  font-family: "Open Sans", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
} 
@media screen and (min-width: 768px) {
  .p-pager__btn__icon--left {
    left: 32px;
  }
  .au-profile > h2 {
    padding: 0 0 24px;
    font-size: 177.77778%;
    line-height: 138%;
  }
  .au-profile .p-profile__img {
    width: 160px;
    height: 160px;
    margin: 0;
  }
}

.p-pager__btn__icon--right {
  right: 10px;
}
ul.p-relatedLinks {
  margin: 0;
  margin-top: 10px;
  padding: 0;
  list-style: none;
}



li.p-relatedLinks__item {
  position: relative;
  padding-left: 17px;
}

li.p-relatedLinks__item:before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  background-color: #005091;
}
@media screen and (min-width: 768px) {
  .p-pager__btn__icon--right {
    right: 32px;
  }
  ul.p-relatedLinks {
    margin-top: 40px;
  }

  .p-related h2 {
    padding: 0 0 24px;
    font-size: 177.77778%;
    line-height: 138%;
    border-bottom: 2px solid #005091;
    color: #222;
    position: relative;
  }
  .au-profile .p-profile__about {
    padding-left: 46px;
  }
}
.au-profile .p-profile {
  margin-bottom: 20px;
}

.rec_slider ul.slick-dots {
  cursor: pointer;
}
li.p-breadCrumb__item a {
  color: #222;
}

.blog-comments {
  margin-top: 50px;
} 
.comment-date {
  display: block !important;
}
ul#nav1 li a.active {
  color: #fff;
  background-color: #005091;
}
.p-pageHeading__heding.au {
  padding: 29px 0 24px; 
}
.p-pageHeading__heding.au .p-pageTitle {
  height: auto !important;
}
.au-profile .p-profile {
  margin-top: 48px;
}
.au-profile .p-profile h2.p-profile__name {
  font-size: 144.44444%;
  line-height: 170%;
  padding: 0;
  border: none;
}
@media (max-width:767px){
  .hs-blog-listing .blog-index {
    border-left: 0;
  }
  .post-item:last-child .p-articleBox__body {
    border-bottom: 1px solid #f1f1f4;
  }
  .hs-blog-listing .p-pageTitle {
    height: 88px;
    padding: 25px 0;
  }
  .hs-blog-listing .p-pageTitle h1.p-pageTitle__main {
    margin: 0;
  }
  .p-breadCrumb__item span {
    font-size: 12px;
    line-height: 24px;
  }
  .p-pageFooter__breadCrumb {
    margin-bottom: 30px;
  }
  .p-related li.p-btnGroup__item a {
    color: #222;
  }
  .au-profile figure.p-profile__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    text-align: left;
  }
  .au-profile .p-profile__about {
    margin: 15px 0 0;
    padding: 0;
  }
  .au-profile .p-profile {
    margin-top: 16px;
  }






}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: font-family: "Helvetica Neue", Helvetica, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 72px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
input#hs-login-widget-remember {
  display: inline-block !important;
  width: auto !important;
}

@media (max-width:767px){

  .systems-page {
    padding: 3rem 15px; 
  }

}