@charset "UTF-8";
/**************************************************
    70th
***************************************************/
/**************************************************
    sass
***************************************************/
/* ---------- Media Query --------- */
/* ---------- Common --------- */
/*! 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 */
  -webkit-text-decoration: underline dotted;
          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;
}

/**************************************************
	base
***************************************************/
/* -----------------------------------------------
	1. Body
-------------------------------------------------- */
body {
  color: #222222;
  text-align: left;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html, body, button, input, textarea, select {
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", sans-serif;
  line-height: 1.7;
}

/* -----------------------------------------------
	2. Elements
-------------------------------------------------- */
/* ---------- base ---------- */
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  margin: 0;
}

img, svg, video {
  border: 0;
  vertical-align: bottom;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0;
}

/* ---------- text ---------- */
p {
  margin: 0 0 20px;
}

a {
  color: #4641A4;
  text-decoration: none;
}

a:hover {
  color: rgb(77.7947598253, 72.2379912664, 182.2620087336);
  text-decoration: underline;
}

a[nohref] {
  color: inherit;
}
a[nohref]:hover {
  text-decoration: none;
}

.en {
  font-family: "Roboto", sans-serif;
}

.caption, figcaption {
  text-align: center;
  margin: 0.5em;
}

/* ---------- image ---------- */
img {
  max-width: 100%;
  height: auto;
}

/* ---------- plain ---------- */
ul.plain, ol.plain {
  margin-left: 20px;
  margin-bottom: 20px;
}

.plain ul, .plain ol {
  margin: 0 0 0 20px;
}

ul.plain {
  list-style-type: disc;
}
ul.plain ul {
  list-style-type: circle;
}
ul.plain ul ul {
  list-style-type: square;
}

ol.plain, ol.plain ol {
  list-style-type: decimal;
}

dl.plain {
  margin: 0 0 20px;
}
dl.plain dt {
  font-weight: bold;
}
dl.plain dd {
  margin-bottom: 1em;
}

/* -----------------------------------------------
	3. Helper Class
-------------------------------------------------- */
/* ---------- clear ---------- */
._clearfix {
  zoom: 1;
}
._clearfix:after {
  content: "";
  display: block;
  clear: both;
  overflow: auto;
}

._float-l {
  float: left;
}

._float-r {
  float: right;
}

._clear {
  clear: both;
}

._hidden {
  display: none;
}

/* ---------- text ---------- */
._bold {
  font-weight: bold;
}

._underline {
  text-decoration: underline;
}

._small {
  font-size: 88% !important;
}

._large {
  font-size: 113% !important;
}

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

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

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

._txtc, ._txtc th, ._txtc td {
  text-align: center !important;
}

._txtr, ._txtr th, ._txtr td {
  text-align: right !important;
}

._txtl, ._txtl th, ._txtl td {
  text-align: left !important;
}

._wordbreak {
  word-break: break-all !important;
}

._nowrap {
  white-space: nowrap !important;
}

._image-text {
  overflow: hidden !important;
}

/* ---------- margin ---------- */
._zero {
  margin-bottom: 0 !important;
}

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

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

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

/* ---------- devices ---------- */
@media (min-width: 769px) {
  .only-sp {
    display: none !important;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media (max-width: 767px) {
  .only-pc {
    display: none !important;
  }
}
/* ---------- grid ---------- */
.image-l {
  float: left;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .image-l {
    margin-right: 20px;
  }
}

.image-r {
  float: right;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .image-r {
    margin-left: 20px;
  }
}

.w33 {
  max-width: 33%;
}

.w40 {
  max-width: 40%;
}

.w50 {
  max-width: 50%;
}

.w100 {
  max-width: 100%;
}

#stockholder_benefits {
  padding-top: 0;
  /*&.-scrolling {
    padding-top: 108px;

    @include sp {
      padding-top: 68px;
    }
  }*/
  /*.wrapper {
    max-width: 1407px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0 30px;
    box-sizing: border-box;

    @include sp {
      max-width: none;
      width: 100%;
      margin-left: 0;
      margin-right: 0;
      justify-content: flex-start;
      padding: 18px 75px 23px 10px;
    }
  }*/
}
#stockholder_benefits .-forSP {
  display: none;
}
@media (max-width: 767px) {
  #stockholder_benefits .-forSP {
    display: block;
  }
  #stockholder_benefits .-forSP .-forPC {
    display: none;
  }
}
#stockholder_benefits .-forMedium {
  display: none;
}
@media (min-width: 768px) and (max-width: 1322px) {
  #stockholder_benefits .-forMedium {
    display: block;
  }
  #stockholder_benefits .-forMedium .-forPC {
    display: none;
  }
}
#stockholder_benefits .-forPC {
  display: block;
}
@media (max-width: 767px) {
  #stockholder_benefits .-forPC {
    display: none;
  }
}
@keyframes wipeout {
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(0, 1);
  }
}
@keyframes zoomin {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#stockholder_benefits .-mb25 {
  margin-bottom: 25px;
}
#stockholder_benefits .-mb35 {
  margin-bottom: 35px;
}
#stockholder_benefits .-mb-40 {
  margin-bottom: 40px;
}
#stockholder_benefits .-mb-60 {
  margin-bottom: 60px;
}
#stockholder_benefits .-mb-120 {
  margin-bottom: 120px;
}
#stockholder_benefits .btn a {
  display: inline-block;
  min-width: 310px;
  background: #4641A4;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  padding: 16px 0;
  transition: all 0.3s;
  position: relative;
  box-sizing: border-box;
  text-align: center;
}
@media (max-width: 767px) {
  #stockholder_benefits .btn a {
    font-size: 13px;
  }
}
#stockholder_benefits .btn a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#stockholder_benefits .btn a:after {
  content: "";
  position: absolute;
  right: 10px;
  width: 6px;
  height: 6px;
  top: 50%;
  right: 17px;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  transform: translateY(-50%) rotate(-45deg);
}
@media (max-width: 767px) {
  #stockholder_benefits .-specification a {
    width: 87%;
    margin: auto;
  }
}
#stockholder_benefits .-white a {
  display: inline-block;
  min-width: 310px;
  background: #fff;
  color: #4641A4;
  font-size: 15px;
  font-weight: bold;
  padding: 16px 0;
  transition: all 0.3s;
  position: relative;
  box-sizing: border-box;
  text-align: center;
}
#stockholder_benefits .-white a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#stockholder_benefits .-white a:after {
  content: "";
  position: absolute;
  right: 10px;
  width: 6px;
  height: 6px;
  top: 50%;
  right: 17px;
  border-right: 1px solid #4641A4 !important;
  border-bottom: 1px solid #4641A4 !important;
  transform: translateY(-50%) rotate(-45deg);
}
#stockholder_benefits .-icon_window a {
  position: relative;
}
#stockholder_benefits .-icon_window a:after {
  content: " ";
  background: url(../images/icon-window.svg);
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 12px;
  width: 11px;
  height: 9px;
  background-size: contain;
  transform: translate(0%, -50%);
  border-right: none;
  border-bottom: none;
}
#stockholder_benefits .-wrapper {
  width: 1120px;
  margin: auto;
  max-width: 100%;
}
#stockholder_benefits .layout-grid {
  width: 86%;
  max-width: 1120px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 50px;
}
@media (min-width: 768px) and (max-width: 1196px) {
  #stockholder_benefits .layout-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  #stockholder_benefits .layout-grid {
    display: block;
    width: 90%;
  }
}
#stockholder_benefits .layout-grid li {
  box-shadow: 3px 8px 12px 0 rgba(0, 0, 0, 0.1);
}
#stockholder_benefits .page-header h1 {
  padding: 40px 0 0 40px;
  margin-bottom: 130px;
}
@media (max-width: 767px) {
  #stockholder_benefits .page-header h1 {
    width: 190px;
    margin: auto;
    padding: 0px;
    padding-top: 20px;
  }
  #stockholder_benefits .page-header h1 img {
    width: 100%;
  }
}
#stockholder_benefits .main-visual {
  height: 797px;
  background: url("../images/top_pc.jpg") no-repeat 100% 0%;
  background-size: cover;
  position: relative;
  border-bottom: solid 20px #4641A4;
}
@media (max-width: 767px) {
  #stockholder_benefits .main-visual {
    height: 596px;
    background: url("../images/top_sp.jpg") no-repeat;
    background-size: cover;
    border-bottom: solid 10px #4641A4;
  }
}
#stockholder_benefits .main-visual .mainlogo {
  max-width: 1120px;
  margin: auto;
  margin-bottom: 50px;
  margin-bottom: 40px;
  padding-left: 40px;
  opacity: 0;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-name: fadeIn;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@media (max-width: 767px) {
  #stockholder_benefits .main-visual .mainlogo {
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  #stockholder_benefits .main-visual .mainlogo .wrap {
    margin-top: 78px;
    text-align: center;
  }
}
#stockholder_benefits .main-visual .mainlogo .wrap img {
  margin-bottom: 36px;
}
@media (max-width: 767px) {
  #stockholder_benefits .main-visual .mainlogo .wrap img {
    max-width: 247px;
    margin: auto;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  #stockholder_benefits .main-visual .mainlogo .wrap .text {
    margin-bottom: 30px;
    background: url(../images/bg_text.png) 50% 50% no-repeat;
    background-size: cover;
  }
}
#stockholder_benefits .main-visual .mainlogo p {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 2.5em;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  #stockholder_benefits .main-visual .mainlogo p {
    font-size: 15px;
    line-height: 1.75em;
    margin-bottom: 0px;
  }
}
#stockholder_benefits .greeting {
  text-align: center;
  background: radial-gradient(circle, #fff, #CDCEDE);
  padding: 74px 0px;
}
#stockholder_benefits .greeting p {
  max-width: 86%;
  margin: auto;
  font-size: 18px;
  font-family: "游明朝", "YuMincho", serif;
  font-weight: bold;
  line-height: 2.16em;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  #stockholder_benefits .greeting p {
    font-size: 16px;
    line-height: 2em;
  }
}
#stockholder_benefits .greeting .president {
  margin-top: 37px;
  font-size: 28px;
  font-family: "游明朝", "YuMincho", serif;
  font-weight: bolder;
  line-height: 1.1em;
}
@media (max-width: 767px) {
  #stockholder_benefits .greeting .president {
    margin-bottom: 10px;
    font-size: 22px;
  }
}
#stockholder_benefits .greeting .president span {
  display: block;
  font-size: 16px;
}
@media (max-width: 767px) {
  #stockholder_benefits .greeting .president span {
    margin-bottom: 10px;
    font-size: 14px;
  }
}
#stockholder_benefits .local-specialty {
  background-color: #F2F2F2;
  padding: 116px 0;
  text-align: center;
}
#stockholder_benefits .local-specialty h2 {
  margin-bottom: 45px;
}
#stockholder_benefits .local-specialty h2 + p {
  max-width: 86%;
  margin: auto;
  margin-bottom: 22px;
}
#stockholder_benefits .local-specialty h2 + p .big {
  font-weight: bold;
}
@media (max-width: 767px) {
  #stockholder_benefits .local-specialty h2 + p {
    font-size: 14px;
    font-weight: bold;
  }
}
#stockholder_benefits .local-specialty ul.explanation {
  max-width: 86%;
  text-align: center;
  display: inline-block;
  margin: auto;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  #stockholder_benefits .local-specialty ul.explanation {
    max-width: 80%;
    margin-bottom: 44px;
  }
}
#stockholder_benefits .local-specialty ul.explanation li {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  line-height: 2.4em;
  display: block;
  position: relative;
  padding-left: 20px;
}
@media (max-width: 767px) {
  #stockholder_benefits .local-specialty ul.explanation li {
    font-size: 14px;
    line-height: 1.3em;
    margin-bottom: 20px;
  }
  #stockholder_benefits .local-specialty ul.explanation li:last-child {
    margin-bottom: 0px;
  }
}
#stockholder_benefits .local-specialty ul.explanation li :before {
  content: " ";
  background: url(../images/icon_list.png);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 12px;
  height: 4px;
  background-size: contain;
  transform: translate(0%, -50%);
}
@media (max-width: 767px) {
  #stockholder_benefits .local-specialty ul.explanation li :before {
    content: " ";
    background: url(../images/icon_list.png);
    display: inline-block;
    position: absolute;
    top: 0.5em;
    left: 0px;
    width: 12px;
    height: 4px;
    background-size: contain;
    transform: translate(0%, -50%);
  }
}
#stockholder_benefits .local-specialty ul.explanation li span {
  font-size: 27px;
  color: #3E4298;
}
@media (max-width: 767px) {
  #stockholder_benefits .local-specialty ul.explanation li span {
    font-size: 20px;
  }
}
#stockholder_benefits .local-specialty ul.-lineup {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  #stockholder_benefits .local-specialty ul.-lineup {
    max-width: 86%;
  }
}
#stockholder_benefits .local-specialty ul.-lineup li {
  background-color: #fff;
}
@media (max-width: 767px) {
  #stockholder_benefits .local-specialty ul.-lineup li {
    margin-bottom: 40px;
  }
}
#stockholder_benefits .local-specialty ul.-lineup li .card {
  padding: 0px 28px 22px 28px;
  position: relative;
}
@-moz-document url-prefix() {
  #stockholder_benefits .local-specialty ul.-lineup li .card {
    padding: 20px 28px 22px 28px;
  }
}
@media (max-width: 767px) {
  #stockholder_benefits .local-specialty ul.-lineup li .card {
    padding: 10px 28px 22px 28px;
  }
}
#stockholder_benefits .local-specialty ul.-lineup li .card-skin .icon {
  position: absolute;
  top: -18px;
  left: -15px;
  width: 65px;
}
#stockholder_benefits .local-specialty ul.-lineup li .card-skin .icon img {
  width: 100%;
}
#stockholder_benefits .local-specialty ul.-lineup li .card-skin header {
  height: 68px;
  margin-bottom: 25px;
  display: inline-table;
}
#stockholder_benefits .local-specialty ul.-lineup li .card-skin header h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4em;
  color: #3E4298;
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 767px) {
  #stockholder_benefits .local-specialty ul.-lineup li .card-skin header h3 {
    font-size: 18px;
    line-height: 1.55em;
    padding-top: 5px;
  }
}
#stockholder_benefits .local-specialty ul.-lineup li .card-skin header h3 .mini {
  font-size: 18px;
}
#stockholder_benefits .local-specialty ul.-lineup li .card-skin img {
  margin-bottom: 25px;
}
#stockholder_benefits .local-specialty ul.-lineup li .card-skin p {
  font-size: 14px;
  text-align: left;
  line-height: 1.6em;
}
#stockholder_benefits .local-specialty .note {
  margin-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 1322px) {
  #stockholder_benefits .local-specialty .note {
    width: 86%;
  }
}
@media (max-width: 767px) {
  #stockholder_benefits .local-specialty .note {
    width: 86%;
  }
}
#stockholder_benefits .local-specialty .note p {
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.75em;
}
#stockholder_benefits .local-specialty .not-list li {
  text-indent: -1em;
  padding-left: 1em;
  text-align: left;
}
#stockholder_benefits .local-specialty .subject {
  width: 1040px;
  max-width: 80%;
  padding: 40px;
  margin-bottom: 40px;
  border: solid 1px #CCCCCC;
  text-align: left;
}
@media (max-width: 767px) {
  #stockholder_benefits .local-specialty .subject {
    width: calc(86% - 50px);
    padding: 25px;
  }
}
#stockholder_benefits .local-specialty .subject h4 {
  font-size: 18px;
  font-weight: bold !important;
  margin-bottom: 20px;
  font-weight: normal;
  text-align: left;
}
@media (max-width: 767px) {
  #stockholder_benefits .local-specialty .subject h4 {
    font-size: 14px;
  }
}
#stockholder_benefits .local-specialty .subject p {
  font-size: 16px;
  margin-bottom: 0px;
  line-height: 1.75em;
}
@media (max-width: 767px) {
  #stockholder_benefits .local-specialty .subject p {
    font-size: 14px;
    line-height: 1.6em;
  }
}
#stockholder_benefits .local-specialty .subject.achievements {
  padding-top: 0px;
  border: none;
}
#stockholder_benefits .local-specialty .subject.achievements p {
  margin-bottom: 6px;
}
#stockholder_benefits .local-specialty .subject.achievements table {
  width: 100%;
  border-top: 1px solid #CCCCCC;
  border-right: none;
  border-bottom: none;
  border-left: 1px solid #CCCCCC;
  border-spacing: 0;
}
#stockholder_benefits .local-specialty .subject.achievements th {
  padding: 0.7em 0.5em;
  text-align: center;
  background: #dddddd;
  font-weight: normal;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}
#stockholder_benefits .local-specialty .subject.achievements td {
  padding: 0.7em 0.5em;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}
#stockholder_benefits .local-specialty .subject.achievements td.westerncalendar {
  text-align: center;
}
@media (max-width: 767px) {
  #stockholder_benefits .local-specialty .subject.achievements {
    width: 100%;
    max-width: 85%;
    padding: 0;
  }
}
#stockholder_benefits .about {
  margin-bottom: 120px;
}
#stockholder_benefits .about .title_about {
  width: 100%;
  height: 222px;
  margin-bottom: 80px;
  background: url(../images/bg_about.jpg) no-repeat;
  background-size: cover;
  display: table;
}
@media (max-width: 767px) {
  #stockholder_benefits .about .title_about {
    width: 100%;
    height: 222px;
    margin-bottom: 80px;
    background: url(../images/bg_about_sp.jpg) no-repeat;
    background-size: cover;
    display: table;
  }
}
#stockholder_benefits .about .title_about h2 {
  font-size: 34px;
  color: #fff;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 767px) {
  #stockholder_benefits .about .title_about h2 {
    font-size: 28px;
  }
}
#stockholder_benefits .about .title_about h2 .en {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: normal;
  display: block;
}
@media (max-width: 767px) {
  #stockholder_benefits .about .title_about h2 .en {
    font-size: 14px;
    font-style: italic;
  }
}
#stockholder_benefits .about .about-box {
  /*min-width: 1305px;
  max-width: 1366px;*/
  width: 100%;
  margin: auto;
  margin-bottom: 120px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1322px) {
  #stockholder_benefits .about .about-box {
    /*min-width: 100%;*/
    margin-bottom: 250px;
  }
}
@media (max-width: 767px) {
  #stockholder_benefits .about .about-box {
    min-width: 100%;
    margin-bottom: 80px;
  }
}
@media (min-width: 1382px) {
  #stockholder_benefits .about .about-box {
    width: 100%;
    max-width: unset;
  }
}
#stockholder_benefits .about .about-box .img {
  width: 42%;
  /* width:  568px;*/
  max-width: 100%;
  height: 640px;
  overflow: hidden;
}
@media (min-width: 1382px) {
  #stockholder_benefits .about .about-box .img {
    width: 45%;
  }
}
@media (max-width: 1275px) {
  #stockholder_benefits .about .about-box .img {
    width: 45%;
  }
}
@media (max-width: 1024px) {
  #stockholder_benefits .about .about-box .img {
    width: 40%;
  }
}
@media (max-width: 767px) {
  #stockholder_benefits .about .about-box .img {
    height: unset;
    width: 100%;
  }
}
#stockholder_benefits .about .about-box .img img {
  width: unset;
  max-width: unset;
  height: 100%;
  transform: translateX(-28%) scale(1);
}
@media (max-width: 767px) {
  #stockholder_benefits .about .about-box .img img {
    max-width: 100%;
    transform: unset;
    height: unset;
  }
}
#stockholder_benefits .about .about-box .-right {
  margin-left: auto;
}
@media (max-width: 1024px) {
  #stockholder_benefits .about .about-box .-right {
    width: 40%;
  }
}
@media (max-width: 767px) {
  #stockholder_benefits .about .about-box .-right {
    width: 100%;
  }
}
#stockholder_benefits .about .about-box .-right img {
  transform: unset;
}
@media (max-width: 1024px) {
  #stockholder_benefits .about .about-box .-right img {
    transform: translateX(-13%) scale(1);
  }
}
@media (max-width: 767px) {
  #stockholder_benefits .about .about-box .-right img {
    transform: unset;
  }
}
#stockholder_benefits .about .about-box .content {
  width: 61%;
  /*width: 770px;
  width: 818px;*/
  position: absolute;
  top: 80px;
  right: 0px;
}
@media (max-width: 1024px) {
  #stockholder_benefits .about .about-box .content {
    width: 62%;
  }
}
@media (min-width: 1382px) {
  #stockholder_benefits .about .about-box .content {
    width: 56%;
  }
}
@media (max-width: 767px) {
  #stockholder_benefits .about .about-box .content {
    position: unset;
    width: unset;
  }
}
#stockholder_benefits .about .about-box .content .inner {
  width: 615px;
  /*max-width: 70%; 仮*/
  margin-left: 80px;
}
@media (max-width: 1275px) {
  #stockholder_benefits .about .about-box .content .inner {
    width: unset;
    margin-left: auto;
    padding-left: 80px;
  }
}
@media (max-width: 1024px) {
  #stockholder_benefits .about .about-box .content .inner {
    width: unset;
  }
}
@media (max-width: 767px) {
  #stockholder_benefits .about .about-box .content .inner {
    width: 86%;
    margin: auto;
    max-width: unset;
    padding-left: 0px;
  }
}
#stockholder_benefits .about .about-box .content .inner h3 {
  border-left: solid 6px #4641A4;
  font-size: 28px;
  text-align: left;
  color: #4641A4;
  margin-bottom: 35px;
  padding-left: 10px;
  line-height: 1em;
}
@media (max-width: 767px) {
  #stockholder_benefits .about .about-box .content .inner h3 {
    font-size: 22px;
    line-height: 1.4em;
  }
}
#stockholder_benefits .about .about-box .content .inner h3 + p {
  margin-bottom: 60px;
  text-align: left;
  line-height: 1.75em;
}
@media (min-width: 768px) and (max-width: 1322px) {
  #stockholder_benefits .about .about-box .content .inner h3 + p {
    text-shadow: #Fff 1px 1px 10px;
  }
}
@media (max-width: 767px) {
  #stockholder_benefits .about .about-box .content .inner h3 + p {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 1.6em;
  }
  #stockholder_benefits .about .about-box .content .inner h3 + p br {
    display: none;
  }
}
#stockholder_benefits .about .about-box .content .content-list {
  background-color: #4641A4;
  /*padding: 39px 123px 36px 80px;*/
  padding: 39px 74px 36px 80px;
}
#stockholder_benefits .about .about-box .content .content-list .wrap {
  width: 615px;
  /*width: 100%;*/
}
@media (min-width: 768px) and (max-width: 1322px) {
  #stockholder_benefits .about .about-box .content .content-list .wrap {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #stockholder_benefits .about .about-box .content .content-list {
    width: calc(86% - 50px);
    margin: auto;
    margin-top: -30px;
    padding: 42px 25px;
    position: sticky;
  }
}
#stockholder_benefits .about .about-box .content .content-list h4 {
  color: #fff;
  font-size: 20px;
  line-height: 1.75em;
  border-bottom: solid 1px #fff;
  margin-bottom: 30px;
  text-align: left;
}
@media (max-width: 767px) {
  #stockholder_benefits .about .about-box .content .content-list h4 {
    font-size: 18px;
    line-height: 1.9em;
  }
}
#stockholder_benefits .about .about-box .content .content-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #stockholder_benefits .about .about-box .content .content-list ul {
    display: block;
  }
}
@media (min-width: 1382px) {
  #stockholder_benefits .about .about-box .content .content-list ul {
    width: 616px;
  }
}
#stockholder_benefits .about .about-box .content .content-list ul li {
  display: inline;
}
@media (max-width: 1024px) {
  #stockholder_benefits .about .about-box .content .content-list ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  #stockholder_benefits .about .about-box .content .content-list ul li:last-child {
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  #stockholder_benefits .about .about-box .content .content-list ul li {
    display: block;
    margin-bottom: 25px;
  }
  #stockholder_benefits .about .about-box .content .content-list ul li:last-child {
    margin-bottom: 0px;
  }
}
#stockholder_benefits .about .about-box .content .content-list ul li a {
  min-width: unset;
  width: 290px;
}
@media (max-width: 1024px) {
  #stockholder_benefits .about .about-box .content .content-list ul li a {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #stockholder_benefits .about .about-box .content .content-list ul li a {
    width: 100%;
    max-width: unset;
    font-size: 13px;
  }
}
#stockholder_benefits .about .about-box .-left {
  position: absolute;
  left: 0px;
}
#stockholder_benefits .about .about-box .-left .inner {
  margin-left: auto;
}
@media (max-width: 1275px) {
  #stockholder_benefits .about .about-box .-left .inner {
    padding-left: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1322px) {
  #stockholder_benefits .about .about-box .-left .inner {
    margin-right: auto;
  }
}
@media (min-width: 1382px) {
  #stockholder_benefits .about .about-box .-left .inner {
    padding-right: 80px;
  }
}
#stockholder_benefits .about .about-box .-left .content-list {
  /*padding: 39px 80px 36px 123px;
  padding: 39px 74px 36px 80px;*/
}
#stockholder_benefits .about .about-box .-left .content-list .wrap {
  margin-left: auto;
}
@media (min-width: 768px) and (max-width: 1322px) {
  #stockholder_benefits .about .about-box .-left .content-list .wrap {
    width: 100%;
  }
}
#stockholder_benefits .introduction {
  background: #F2F2F2;
  padding: 110px 0;
}
@media (max-width: 767px) {
  #stockholder_benefits .introduction {
    padding: 80px 0;
  }
}
#stockholder_benefits .introduction .titleh2 {
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #stockholder_benefits .introduction .titleh2 {
    margin-bottom: 20px;
  }
}
#stockholder_benefits .introduction .titleh2 h2 {
  text-align: center;
  font-size: 38px;
  line-height: 1em;
  color: #3E4298;
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  #stockholder_benefits .introduction .titleh2 h2 {
    font-size: 28px;
    line-height: 1.3em;
  }
}
#stockholder_benefits .introduction .titleh2 h2:before {
  content: " ";
  background: url(../images/icon_h2_left.svg) no-repeat;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -36px;
  width: 23px;
  height: 47px;
  background-size: contain;
  transform: translate(0%, -50%);
}
#stockholder_benefits .introduction .titleh2 h2:after {
  content: " ";
  background: url(../images/icon_h2_right.svg) no-repeat;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -36px;
  width: 23px;
  height: 47px;
  background-size: contain;
  transform: translate(0%, -50%);
}
#stockholder_benefits .introduction .titleh2 + p {
  text-align: center;
  margin-bottom: 64px;
  line-height: 3.1em;
  font-weight: bold;
}
@media (max-width: 767px) {
  #stockholder_benefits .introduction .titleh2 + p {
    font-size: 14px;
    line-height: 1.6em;
    margin-bottom: 30px;
  }
}
#stockholder_benefits .introduction .-introductionlist li {
  position: relative;
}
@media (max-width: 767px) {
  #stockholder_benefits .introduction .-introductionlist li {
    margin-bottom: 20px;
  }
  #stockholder_benefits .introduction .-introductionlist li:last-child {
    margin-bottom: 0px;
  }
}
#stockholder_benefits .introduction .-introductionlist li .text-area {
  width: 90%;
  background-color: #fff;
  height: 5em;
  position: absolute;
  display: table;
  margin: -90px auto 0;
  position: sticky;
}
#stockholder_benefits .introduction .-introductionlist li .text-area p {
  text-align: center;
  color: #4641A4;
  font-weight: bold;
  line-height: 1.31em;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  /*@include medium{
    font-size: 15px;
  }*/
}
@media (max-width: 767px) {
  #stockholder_benefits .introduction .-introductionlist li .text-area p {
    font-size: 15px;
    line-height: 1.4em;
  }
}
#stockholder_benefits .introduction .-introductionlist li .text-area p:before {
  content: " ";
  background: url(../images/icon-cross.svg);
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 16px;
  height: 16px;
  background-size: contain;
  transform: translate(0%, -50%);
}
@media (max-width: 767px) {
  #stockholder_benefits .introduction .-introductionlist .modal__container {
    padding: 15px 26px 20px 25px;
  }
  #stockholder_benefits .introduction .-introductionlist .modal__container .modal__content .column-2 {
    display: flex;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  #stockholder_benefits .introduction .-introductionlist .modal__container .modal__content .column-2 {
    width: 80%;
    margin: auto;
  }
}
@media (max-width: 767px) {
  #stockholder_benefits .introduction .-introductionlist .modal__container .modal__content .column-2 .-column_left {
    width: 100%;
    order: 2;
  }
  #stockholder_benefits .introduction .-introductionlist .modal__container .modal__content .column-2 .-column_right {
    width: 100%;
    order: 1;
  }
  #stockholder_benefits .introduction .-introductionlist .modal__container .modal__content .column-2 .-column_right p {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  #stockholder_benefits .introduction .-introductionlist .modal__container .modal__content .column-2 .-column_right p {
    font-size: 14px;
    line-height: 1.6em;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  #stockholder_benefits .introduction .-introductionlist .modal__container .modal__content .column-2 .-column_right .btn a {
    min-width: 100%;
    margin-bottom: 20px;
  }
}
#stockholder_benefits .page-footer {
  text-align: center;
}
@media (max-width: 767px) {
  #stockholder_benefits .page-footer {
    padding: 0;
  }
}
#stockholder_benefits .page-footer .inner {
  background: #3E4298;
  padding: 52px 0px;
}
@media (max-width: 767px) {
  #stockholder_benefits .page-footer .inner .logo {
    max-width: 295px;
    margin: auto;
  }
}
#stockholder_benefits .page-footer .copyright {
  text-align: center;
}
#stockholder_benefits .page-footer .copyright p {
  margin: 12px 0px;
  font-size: 10px;
  color: #000000;
}

.figure-preparation {
  transform: translateY(-10%);
}/*# sourceMappingURL=stockholder_benefits.css.map */