@charset "UTF-8";
/*=========================================

=========================================*/
/*=========================================

border-radius

=========================================*/
/*=========================================

box-shodow

=========================================*/
/*=========================================

animation

=========================================*/
/* panel
* panel
*/
@-webkit-keyframes zoomIn {
  from {
    -webkit-transform: scale(1);
    transform: scale(1); }
  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); } }

@keyframes zoomIn {
  from {
    -webkit-transform: scale(1);
    transform: scale(1); }
  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); } }

@-webkit-keyframes zoomOut {
  from {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  to {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes zoomOut {
  from {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  to {
    -webkit-transform: scale(1);
    transform: scale(1); } }

/*=========================================

hover

=========================================*/
/*=========================================

color

=========================================*/
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansCJKjp-RegularSubset.eot");
  src: url("../fonts/NotoSansCJKjp-RegularSubset.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansCJKjp-RegularSubset.woff") format("woff"); }

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansCJKjp-BoldSubset.eot");
  src: url("../fonts/NotoSansCJKjp-BoldSubset.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansCJKjp-BoldSubset.woff") format("woff"); }

/* Slider */
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
/*    width: 20px;*/
    width: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
/*        font-size: 6px;
        font-size: 20px;*/
        font-size: 0px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidn {
  display: none; }

html {
  background: #eee;
  width: 100%; }

body {
  font-family: 'Noto Sans Japanese';
  margin: 0 auto;
  height: 100%;
  font-weight: 300;
  max-width: 1600px;
  background: #fff;
  color: #333;
  overflow-x: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: grayscale;
  -ms-font-smoothing: grayscale; }
  @media screen and (max-width: 767px) {
    body {
      width: 100%;
      max-width: 100%;
      height: 100%;
      -webkit-overflow-scrolling: touch; } }
  body.is-en {
    font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif !important; }

/*=========================================

=========================================*/

/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%; }

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit; }

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit; }

* {
  padding: 0;
  margin: 0; }

audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible; }

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block; }

summary {
  display: list-item; }

small {
  font-size: 80%; }

[hidden], template {
  display: none; }

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active, a:hover {
  outline-width: 0; }

code, kbd, pre, samp {
  font-family: monospace,monospace; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

input {
  border-radius: 0; }

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer; }

[disabled] {
  cursor: default; }

[type=number] {
  width: auto; }

[type=search] {
  -webkit-appearance: textfield; }

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  resize: vertical; }

button, input, optgroup, select, textarea {
  font: inherit; }

optgroup {
  font-weight: 700; }

button {
  overflow: visible; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText; }

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button; }

button, select {
  text-transform: none; }

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit; }

select {
  -moz-appearance: none;
  -webkit-appearance: none; }

select::-ms-expand {
  display: none; }

select::-ms-value {
  color: currentColor; }

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

img {
  border-style: none; }
  
img.i-rollover:hover {
      transition: 0.3s all;
      opacity: 0.8; }

progress {
  vertical-align: baseline; }

svg:not(:root) {
  overflow: hidden; }

audio, canvas, progress, video {
  display: inline-block; }

@media screen {
  [hidden~=screen] {
    display: inherit; }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }

[aria-busy=true] {
  cursor: progress; }

[aria-controls] {
  cursor: pointer; }

[aria-disabled] {
  cursor: default; }

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none; }

* {
  outline: none;
  text-decoration: none; }

ul, ol {
  list-style: none; }
  ul li, ol li {
    list-style: none;
    word-break: break-all; }
    ul li .is-target:after, ol li .is-target:after {
      content: '';
      background: url(/assets/img/common/icon/icon_newtab.png) no-repeat center center !important;
      width: 0.7em;
      height: 0.7em;
      background-size: contain !important;
      top: 74%;
      margin: 0px 3px;
      display: inline-block; }
  ul a, ol a {
    color: #e60012;
    text-decoration: underline;
    transition: all 0.2s ease; }
    ul a:hover, ol a:hover {
      text-decoration: none;
      opacity: 0.7; }
    ul a:visited, ol a:visited {
      color: #848484; }
    ul a:visited, ol a:visited {
      color: #ff4957; }
  ul .c-textlink, ol .c-textlink {
    margin: 0 0 20px 0 !important; }
    @media screen and (max-width: 767px) {
      ul .c-textlink, ol .c-textlink {
        font-size: 12px !important; } }

a {
  color: inherit;
  cursor: pointer; }

p {
  display: block;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0; }

input:focus::-webkit-input-placeholder {
  color: transparent; }

p a {
  position: relative; }
  p a.is-target:after {
    content: '';
    background: url(/assets/img/common/icon/icon_newtab.png) no-repeat center center !important;
    width: 12px;
    height: 12px;
    background-size: contain !important;
    top: 0;
    left: inherit;
    right: 0px;
    margin: 0px 5px;
    display: inline-block; }
    @media screen and (max-width: 767px) {
      p a.is-target:after {
        width: 12px;
        top: inherit;
        height: 12px; } }

/*!
 * jquery-drawer v3.2.2
 * Flexible drawer menu using jQuery, iScroll and CSS.
 * http://git.blivesta.com/drawer
 * License : MIT
 * Author : blivesta <design@blivesta.com> (http://blivesta.com/)
 */
.drawer-open {
  overflow: hidden !important; }

.drawer-nav {
  position: fixed;
  z-index: 2;
  top: 0;
  overflow: hidden;
  width: 16.25rem;
  height: 100%;
  color: #222;
  background-color: #fff; }

.drawer-brand {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 3.75rem;
  display: block;
  padding-right: .75rem;
  padding-left: .75rem;
  text-decoration: none;
  color: #222; }

.drawer-menu {
  margin: 0;
  padding: 0;
  list-style: none; }

.drawer-menu-item {
  font-size: 1rem;
  display: block;
  padding: .75rem;
  text-decoration: none;
  color: #222; }

.drawer-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent; }

.drawer-overlay {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2); }

.drawer-open .drawer-overlay {
  display: block; }

.drawer--top .drawer-nav {
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1); }

.drawer--top.drawer-open .drawer-nav {
  top: 0; }

.drawer--top .drawer-hamburger, .drawer--top.drawer-open .drawer-hamburger {
  right: 0; }

.drawer--left .drawer-nav {
  left: -16.25rem;
  transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1); }

.drawer--left .drawer-hamburger, .drawer--left.drawer-open .drawer-nav, .drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0; }

.drawer--left.drawer-open .drawer-hamburger {
  left: 16.25rem; }

.drawer--right .drawer-nav {
  right: -16.25rem;
  transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1); }

.drawer--right .drawer-hamburger, .drawer--right.drawer-open .drawer-nav, .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0; }

.drawer--right.drawer-open .drawer-hamburger {
  right: 16.25rem; }

.drawer-hamburger {
  position: fixed;
  z-index: 4;
  top: 0;
  display: block;
  box-sizing: content-box;
  width: 2rem;
  padding: 0;
  padding: 18px .75rem 30px;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  border: 0;
  outline: 0;
  background-color: transparent; }

.drawer-hamburger:hover {
  cursor: pointer;
  background-color: transparent; }

.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 10px; }

.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
  width: 100%;
  height: 2px;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #222; }

.drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
  position: absolute;
  top: -10px;
  left: 0;
  content: " "; }

.drawer-hamburger-icon:after {
  top: 10px; }

.drawer-open .drawer-hamburger-icon {
  background-color: transparent; }

.drawer-open .drawer-hamburger-icon:after, .drawer-open .drawer-hamburger-icon:before {
  top: 0; }

.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0; }

.drawer--sidebar, .drawer--sidebar .drawer-contents {
  background-color: #fff; }

@media (min-width: 64em) {
  .drawer--sidebar .drawer-hamburger {
    display: none;
    visibility: hidden; }
  .drawer--sidebar .drawer-nav {
    display: block;
    -webkit-transform: none;
    transform: none;
    position: fixed;
    width: 12.5rem;
    height: 100%; }
  .drawer--sidebar.drawer--left .drawer-nav {
    left: 0;
    border-right: 1px solid #ddd; }
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 12.5rem; }
  .drawer--sidebar.drawer--right .drawer-nav {
    right: 0;
    border-left: 1px solid #ddd; }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 12.5rem; }
  .drawer--sidebar .drawer-container {
    max-width: 48rem; } }

@media (min-width: 75em) {
  .drawer--sidebar .drawer-nav {
    width: 16.25rem; }
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 16.25rem; }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 16.25rem; }
  .drawer--sidebar .drawer-container {
    max-width: 60rem; } }

.drawer--navbarTopGutter {
  padding-top: 3.75rem; }

.drawer-navbar .drawer-navbar-header {
  border-bottom: 1px solid #ddd;
  background-color: #fff; }

.drawer-navbar {
  z-index: 3;
  top: 0;
  width: 100%; }

.drawer-navbar--fixed {
  position: fixed; }

.drawer-navbar-header {
  position: relative;
  z-index: 3;
  box-sizing: border-box;
  width: 100%;
  height: 3.75rem;
  padding: 0 .75rem;
  text-align: center; }

.drawer-navbar .drawer-brand {
  line-height: 3.75rem;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none; }

.drawer-navbar .drawer-brand:hover {
  background-color: transparent; }

.drawer-navbar .drawer-nav {
  padding-top: 3.75rem; }

.drawer-navbar .drawer-menu {
  padding-bottom: 7.5rem; }

@media (min-width: 64em) {
  .drawer-navbar {
    height: 3.75rem;
    border-bottom: 1px solid #ddd;
    background-color: #fff; }
  .drawer-navbar .drawer-navbar-header {
    position: relative;
    display: block;
    float: left;
    width: auto;
    padding: 0;
    border: 0; }
  .drawer-navbar .drawer-menu--right {
    float: right; }
  .drawer-navbar .drawer-menu li {
    float: left; }
  .drawer-navbar .drawer-menu-item {
    line-height: 3.75rem;
    padding-top: 0;
    padding-bottom: 0; }
  .drawer-navbar .drawer-hamburger {
    display: none; }
  .drawer-navbar .drawer-nav {
    position: relative;
    left: 0;
    overflow: visible;
    width: auto;
    height: 3.75rem;
    padding-top: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .drawer-navbar .drawer-menu {
    padding: 0; }
  .drawer-navbar .drawer-dropdown-menu {
    position: absolute;
    width: 16.25rem;
    border: 1px solid #ddd; }
  .drawer-navbar .drawer-dropdown-menu-item {
    padding-left: .75rem; } }

.drawer-dropdown-menu {
  display: none;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff; }

.drawer-dropdown-menu > li {
  width: 100%;
  list-style: none; }

.drawer-dropdown-menu-item {
  line-height: 3.75rem;
  display: block;
  padding: 0;
  padding-right: .75rem;
  padding-left: 1.5rem;
  text-decoration: none;
  color: #222; }

.drawer-dropdown-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent; }

.drawer-dropdown.open > .drawer-dropdown-menu {
  display: block; }

.drawer-dropdown .drawer-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  transition: opacity .2s ease,-webkit-transform .2s ease;
  transition: transform .2s ease,opacity .2s ease;
  transition: transform .2s ease,opacity .2s ease,-webkit-transform .2s ease;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.drawer-dropdown.open .drawer-caret {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.drawer-container {
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 64em) {
  .drawer-container {
    max-width: 60rem; } }

@media (min-width: 75em) {
  .drawer-container {
    max-width: 70rem; } }

.c-btn_fzchange + label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 12px;
  line-height: 25px;
  color: #333;
  padding-left: 20px;
  z-index: 99999;
  display: block; }
  .c-btn_fzchange + label:before {
    transition: all 0.3s; }
  .c-btn_fzchange + label:after {
    transition: all 0.3s; }

.c-btn_fzchange {
  width: 170px;
  height: 25px;
  border-radius: 24px;
  cursor: pointer;
  background: #eee;
  position: relative;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  opacity: 0; }

.c-btn_fzchange-fake {
  width: 170px;
  height: 25px;
  border-radius: 24px;
  cursor: pointer;
  background: #eee;
  position: absolute;
  border: 1px solid #ccc;
  z-index: 999999;
  display: block;
  top: 10px;
  right: 0; }
  .c-btn_fzchange-fake p {
    position: relative;
    top: -3px;
    z-index: 9999; }
  .c-btn_fzchange-fake.is-enfont {
    background: none;
    border: none; }
    .c-btn_fzchange-fake.is-enfont p {
      position: relative;
      top: 1px;
      left: -20px;
      z-index: 9999; }
    .c-btn_fzchange-fake.is-enfont.is-default p {
      top: -2px;
      left: -10px;
      z-index: 9999; }
  .c-btn_fzchange-fake.is-lp {
    top: 15px;
    right: 130px; }

@media all and (-ms-high-contrast: none) {
  .c-btn_fzchange-fake.is-simple p {
    top: -3px; } }

.c-uniqueParts-fontsize {
  position: relative; }

.c-uniqueParts-text {
  font-size: 12px; }

.is-default {
  transition: 0.2s all ease; }
  .is-default.is-enfont {
    background: none;
    line-height: 30px;
    border: none;
    font-size: 12px; }

.is-default::after {
  content: '標準';
  text-align: center;
  line-height: 25px;
  position: absolute;
  top: 0;
  left: 85px;
  width: 46px;
  height: 25px;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  font-size: 13px;
  background-color: #fff;
  border-radius: 24px;
  z-index: 999;
  margin: -1px 0 0 0; }

.is-enfont::after {
  content: 'A';
  background: #e60012;
  color: #fff;
  text-align: center;
  line-height: 24px;
  position: absolute;
  top: 0;
  left: 55px;
  width: 34px;
  height: 25px;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  font-size: 13px;
  border-radius: 20px;
  z-index: 999; }

.is-default::before {
  content: '大';
  text-align: center;
  font-size: 13px;
  background: #666;
  padding-left: 10px;
  padding-right: 0;
  display: block;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 25px;
  color: #fff;
  width: 53px;
  border-radius: 24px 24px 24px 24px;
  margin: -1px 0 0 0; }

.is-enfont::before {
  content: 'A';
  background: #f8f8f8;
  color: #fff;
  text-align: center;
  line-height: 28px;
  position: absolute;
  top: -3px;
  left: 105px;
  width: 34px;
  color: #333;
  /* font-size: 29px; */
  height: 30px;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  font-size: 24px;
  border-radius: 20px;
  z-index: 999;
  padding: 0; }

.is-change::after {
  content: '標準';
  text-align: center;
  font-size: 13px;
  background: #ccc;
  padding-left: 0;
  padding-right: 9px;
  display: block;
  box-sizing: border-box;
  position: absolute;
  right: 30px;
  top: 0;
  line-height: 25px;
  color: #fff;
  width: 53px;
  border-radius: 24px 24px 24px 24px;
  margin: -1px 0 0 0; }

.is-change.is-enfont::after {
  content: 'A';
  background: #f8f8f8;
  color: #333;
  padding-left: 10px;
  text-align: center;
  line-height: 24px;
  position: absolute;
  top: 0;
  left: 55px;
  width: 34px;
  height: 25px;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  font-size: 13px;
  border-radius: 20px;
  z-index: 999; }

.is-change::before {
  content: '大';
  text-align: center;
  line-height: 25px;
  position: absolute;
  top: 0;
  left: 125px;
  width: 46px;
  color: #333;
  height: 25px;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  font-size: 13px;
  background-color: #fff;
  border-radius: 24px;
  z-index: 9999;
  margin: -1px 0 0 0; }

.is-change.is-enfont::before {
  content: 'A';
  background: #e60012;
  color: #fff;
  text-align: center;
  line-height: 28px;
  position: absolute;
  top: -3px;
  left: 105px;
  width: 34px;
  color: #fff;
  /* font-size: 29px; */
  height: 30px;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  font-size: 24px;
  border-radius: 20px;
  z-index: 999;
  padding: 0; }

.c-btn_searchform {
  height: 25px;
  width: 250px;
  border-radius: 15px;
  border: 1px solid #ccc;
  background: #eee;
  margin: -20px 0 0 0;
  position: relative;
  color: #333; }
  @media screen and (max-width: 599px) {
    .c-btn_searchform {
      margin: 0 0 0 0;
      width: 100%;
      border-radius: 10px;
      border: 1px solid #ccc;
      height: 50px; } }
  @media screen and (max-width: 959px) {
    .c-btn_searchform {
      margin: 10px 0 0 0;
      width: 100%;
      border-radius: 10px;
      border: 1px solid #ccc;
      border-radius: 5px;
      height: 30px; } }
  .c-btn_searchform input[type="image"] {
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    padding: 4px 11px;
    margin: -1px 0 0 0;
    width: 38px; }
    @media screen and (max-width: 599px) {
      .c-btn_searchform input[type="image"] {
        position: absolute;
        right: -1px;
        background: #fff;
        box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
        border-radius: 10px;
        padding: 12px 18px;
        height: 50px;
        margin: -1px 0 0 0;
        width: 62px;
        box-sizing: border-box; } }
    @media screen and (max-width: 959px) {
      .c-btn_searchform input[type="image"] {
        height: 30px;
        width: 47px;
        padding: 4px 13px;
        right: -3px;
        border-radius: 8px; } }
  .c-btn_searchform input[type="text"] {
    font-size: 15px;
    line-height: 25px;
    top: -3px;
    height: 25px;
    width: 100%;
    color: #333;
    position: relative;
    font-size: 12px;
    padding: 0 10px; }
    @media screen and (max-width: 599px) {
      .c-btn_searchform input[type="text"] {
        height: 50px; } }
    @media screen and (max-width: 599px) {
      .c-btn_searchform input[type="text"] {
        height: 30px;
        border: none;
        top: -1px; } }

.c-btn-01-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.c-btn-01 {
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  background: #fff;
  padding: 0;
  height: 100px;
  -ms-flex-preferred-size: 370px;
  flex-basis: 370px;
  box-sizing: border-box;
  font-size: 22px;
  border: 1px solid #ccc;
  color: #333;
  text-decoration: none;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .c-btn-01 {
      height: 65px;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      display: -ms-flexbox;
      display: flex; } }
  .c-btn-01 .icon {
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px;
    padding: 20px 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #ccc;
    box-sizing: border-box; }
    .c-btn-01 .icon img {
      height: 97%;
      width: auto; }
    @media screen and (max-width: 767px) {
      .c-btn-01 .icon {
        -ms-flex-preferred-size: 65px;
        flex-basis: 65px;
        width: 65px;
        padding: 7px 7px 7px 10px;
        height: 100%;
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center; } }
  .c-btn-01 .hdg {
    font-size: 18px;
    text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.06);
    color: #333;
    line-height: 1.4;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
    font-weight: 300;
    padding: 0 18px; }
    @media screen and (max-width: 767px) {
      .c-btn-01 .hdg {
        -ms-flex: 1;
        flex: 1;
        font-size: 15px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: center;
        justify-content: center; } }
    .c-btn-01 .hdg span {
      font-size: 16px; }
      @media screen and (max-width: 767px) {
        .c-btn-01 .hdg span {
          font-size: 12px; } }
    .c-btn-01 .hdg .desc {
      line-height: 1.6;
      display: block;
      text-align: left;
      font-size: 12px; }
      @media screen and (max-width: 767px) {
        .c-btn-01 .hdg .desc {
          display: none; } }
    @media screen and (max-width: 767px) {
      .c-btn-01 .hdg.small {
        font-size: 10px;
        padding: 0 5px; } }
  .c-btn-01.large {
    height: 120px; }
    .c-btn-01.large .icon {
      height: 120px;
      padding: 18px 10px; }
    .c-btn-01.large .hdg {
      padding: 5px 0; }
  .c-btn-01.green {
    background: #00cc66;
    box-shadow: 0px 4px 1px 0px #00990f;
    text-shadow: 0px 2px 10px rgba(92, 57, 1, 0.06);
    transition: 0.3s all ease-out;
    border: none; }
    @media screen and (max-width: 767px) {
      .c-btn-01.green {
        margin: 0 0; } }
    .c-btn-01.green .hdg {
      color: #fff !important; }
    .c-btn-01.green .icon {
      border-right: 1px solid #009933; }
    .c-btn-01.green:hover {
      box-shadow: 0px 6px 6px 0px #009933; }
  .c-btn-01.is-link {
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease; }
    .c-btn-01.is-link:hover {
      box-shadow: 1px 5px 15px grey; }
      @media screen and (max-width: 767px) {
        .c-btn-01.is-link:hover {
          box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); } }
  @media screen and (max-width: 767px) {
    .c-btn-01.twobtn {
      -ms-flex-preferred-size: 49%;
      flex-basis: 49%; } }
  @media screen and (max-width: 767px) {
    .c-btn-01.twobtn .icon {
      -ms-flex-preferred-size: 65px;
      flex-basis: 65px; } }

.c-flexbtn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (max-width: 767px) {
    .c-flexbtn {
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .c-flexbtn.spacy {
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .c-flexbtn.spacy .icon {
      border-right: none !important; }

.c-anchor-01 {
  margin: 50px 0 30px 0; }
  @media screen and (max-width: 767px) {
    .c-anchor-01 {
      margin: 15px 0 0 0; } }

.c-btn-02 {
  box-sizing: border-box;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
  background: #fff;
  display: block;
  border: 1px solid #ccc;
  border-radius: 10px;
  text-decoration: none;
  text-align: left;
  position: relative; }
  .c-btn-02:hover {
    box-shadow: 1px 5px 15px grey; }
    @media screen and (max-width: 767px) {
      .c-btn-02:hover {
        box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); } }
  @media screen and (max-width: 767px) {
    .c-btn-02 .desc {
      display: none; }
    .c-btn-02 .hdg {
      font-size: 15px; } }
  .c-btn-02 .icon {
    width: 100%;
    height: 110px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    border-bottom: 1px solid #ccc;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .c-btn-02 .icon {
        border-bottom: none;
        height: 75px; } }
    @media screen and (max-width: 767px) {
      .c-btn-02 .icon img {
        width: 100%; } }
    @media screen and (max-width: 767px) {
      .c-btn-02 .icon {
        padding: 10px 0 5px 0; } }
  .c-btn-02 .btn-text {
    padding: 15px 20px;
    box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .c-btn-02 .btn-text {
        padding: 10px 5px; } }
    .c-btn-02 .btn-text .hdg {
      font-size: 20px;
      color: #e60012; }
      @media screen and (max-width: 767px) {
        .c-btn-02 .btn-text .hdg {
          font-size: 15px;
          text-align: center;
          color: #e60012; } }
    .c-btn-02 .btn-text .desc {
      font-size: 16px;
      color: #666;
      margin-top: 10px;
      line-height: 1.2; }
  .c-btn-02.single-btn {
    width: 240px; }
    @media screen and (max-width: 767px) {
      .c-btn-02.single-btn {
        margin: 0 auto; } }
  .c-btn-02.two-btn {
    -ms-flex-preferred-size: 370px;
    flex-basis: 370px;
    margin-right: 20px;
    margin-left: 0; }
    @media screen and (max-width: 767px) {
      .c-btn-02.two-btn {
        margin-right: 0;
        -ms-flex-preferred-size: 49%;
        flex-basis: 49%; } }
  .c-btn-02.three-btn {
    -ms-flex-preferred-size: 240px;
    flex-basis: 240px;
    margin-right: 20px;
    margin-left: 0; }
    @media screen and (max-width: 767px) {
      .c-btn-02.three-btn {
        margin-right: 0;
        -ms-flex-preferred-size: 32%;
        flex-basis: 32%; } }
  .c-btn-02.four-btn {
    -ms-flex-preferred-size: 170px;
    flex-basis: 170px;
    margin-left: 0;
    margin-bottom: 10px;
    box-shadow: none; }
    @media screen and (max-width: 767px) {
      .c-btn-02.four-btn {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 0;
        -ms-flex-preferred-size: 48.5%;
        flex-basis: 48.5%; } }
    @media screen and (max-width: 767px) {
      .c-btn-02.four-btn .btn-text {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center; } }
    .c-btn-02.four-btn .btn-text .hdg {
      color: #333 !important;
      text-align: center;
      font-size: 18px; }
      @media screen and (max-width: 767px) {
        .c-btn-02.four-btn .btn-text .hdg {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: center;
          justify-content: center;
          -ms-flex-align: center;
          align-items: center;
          text-align: center; } }
    .c-btn-02.four-btn .icon {
      height: 90px; }
      @media screen and (max-width: 767px) {
        .c-btn-02.four-btn .icon {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
          align-items: center;
          -ms-flex-pack: center;
          justify-content: center;
          height: 85px;
          border-right: 1px solid #ccc; } }
      .c-btn-02.four-btn .icon img {
        height: 70%;
        width: auto; }
        @media screen and (max-width: 767px) {
          .c-btn-02.four-btn .icon img {
            height: 90%; } }
  .c-btn-02.is-link {
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease; }
    .c-btn-02.is-link:hover {
      box-shadow: 1px 5px 15px grey; }
      @media screen and (max-width: 767px) {
        .c-btn-02.is-link:hover {
          box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); } }
  .c-btn-02.is-target:after {
    content: '';
    background: url(/assets/img/common/icon/icon_newtab.png) no-repeat center center !important;
    width: 14px;
    height: 16px;
    background-size: contain !important;
    top: 86%;
    left: inherit;
    right: 10px;
    position: absolute; }
    @media screen and (max-width: 767px) {
      .c-btn-02.is-target:after {
        width: 15px;
        top: inherit;
        bottom: 10px;
        height: 15px; } }

.c-btn-03 {
  border-radius: 10px;
  box-sizing: border-box;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
  background: #fff;
  display: block;
  border: 1px solid #ccc;
  text-align: left;
  padding: 20px 12px;
  height: auto;
  position: relative;
  text-decoration: none; }
  .c-btn-03:hover {
    box-shadow: 1px 5px 15px grey; }
    @media screen and (max-width: 767px) {
      .c-btn-03:hover {
        box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); } }
  @media screen and (max-width: 767px) {
    .c-btn-03 {
      padding: 10px 15px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      height: auto; } }
  .c-btn-03 .hdg {
    font-size: 18px;
    margin-bottom: 10px;
    color: #e60012;
    width: 100%;
    display: block; }
    @media screen and (max-width: 767px) {
      .c-btn-03 .hdg {
        font-size: 14px;
        margin-bottom: 0; } }
  .c-btn-03 .desc {
    font-size: 17px;
    color: #666; }
    @media screen and (max-width: 767px) {
      .c-btn-03 .desc {
        font-size: 12px;
        margin: 0 0 10px 0; } }
  .c-btn-03:after {
    position: absolute;
    bottom: 10px;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 50%;
    width: 10px;
    height: 10px;
    border-top: 1px solid #e60012;
    border-right: 1px solid #e60012;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); }
        .c-btn-03.noneanchor:after {
          content: none !important; } }
    @media screen and (max-width: 767px) {
      .c-btn-03:after {
        left: 92%;
        bottom: 48%; } }
  .c-btn-03.single-btn {
    width: 240px; }
    @media screen and (max-width: 767px) {
      .c-btn-03.single-btn {
        width: 100%; } }
  .c-btn-03.two-btn {
    width: 48.63%;
    margin-right: 20px;
    margin-left: 0; }
    @media screen and (max-width: 767px) {
      .c-btn-03.two-btn {
        margin-left: 0;
        padding: 10px 10px 15px 10px;
        -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
        margin-right: 0 !important; }
        .c-btn-03.two-btn:after {
          left: 50% !important;
          bottom: 10px !important; } }
    .c-btn-03.two-btn:last-child {
      margin-right: 0; }
  .c-btn-03.three-btn {
    -ms-flex-preferred-size: 240px;
    flex-basis: 240px;
    margin-right: 20px;
    margin-left: 0; }
    @media screen and (max-width: 767px) {
      .c-btn-03.three-btn {
        margin-left: 0;
        margin-bottom: 10px;
        padding: 5px 40px 10px 10px;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-right: 0 !important; }
        .c-btn-03.three-btn:after {
          left: 94% !important;
          bottom: 50% !important; } }
  .c-btn-03.four-btn {
    -ms-flex-preferred-size: 185px;
    flex-basis: 185px;
    margin-right: 20px;
    margin-left: 0; }
    @media screen and (max-width: 767px) {
      .c-btn-03.four-btn {
        margin-left: 0;
        margin-bottom: 10px;
        padding: 5px 40px 10px 10px;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-right: 0 !important; }
        .c-btn-03.four-btn:after {
          left: 94% !important;
          bottom: 50% !important; } }
    .c-btn-03.four-btn:last-child {
      margin-right: 0; }
  .c-btn-03.n-btn {
    -ms-flex: 1;
    flex: 1;
    margin-right: 20px;
    margin-left: 0; }
    @media screen and (max-width: 767px) {
      .c-btn-03.n-btn {
        margin-left: 0;
        margin-bottom: 10px;
        padding: 5px 40px 10px 10px;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-right: 0 !important; }
        .c-btn-03.n-btn:after {
          left: 94% !important;
          bottom: 50% !important; } }
    .c-btn-03.n-btn:last-child {
      margin-right: 0; }
/*
**
* 20210401追加のファンドラップページ用に追加
** 
*/
  .c-btn-03.three-btn_02 {
    -ms-flex-preferred-size: 28%;
        margin-right: 10px;
        margin-top: 10px;
    flex-basis: 28%;
    margin-left: 0; }
    @media screen and (max-width: 767px) {
      .c-btn-03.three-btn_02 {
        margin-left: 0;
        margin-bottom: 10px;
        padding: 5px 40px 10px 10px;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-right: 0 !important; }
        .c-btn-03.three-btn_02:after {
          left: 94% !important;
          bottom: 50% !important; } }

.c-btn-photo {
  width: 760px;
  display: -ms-flexbox;
  display: flex;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  border: 1px solid #ccc;
  transition: all 0.2s ease;
  border-radius: 10px;
  font-size: 0px;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  margin: 25px 0;
  position: relative; }
  .c-btn-photo:hover {
    box-shadow: 1px 5px 15px grey; }
    @media screen and (max-width: 767px) {
      .c-btn-photo:hover {
        box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); } }
  @media screen and (max-width: 767px) {
    .c-btn-photo {
      height: auto;
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      margin: 25px 0 35px 0; } }
  .c-btn-photo figure {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    position: relative;
    vertical-align: top;
    border-right: 1px solid #ccc; }
    @media screen and (max-width: 767px) {
      .c-btn-photo figure {
        width: auto;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        overflow: hidden;
        border: none;
        border-right: 1px solid #ccc; } }
    @media screen and (max-width: 767px) {
      .c-btn-photo figure img {
        width: auto;
        position: relative;
        height: 100%; } }
  .c-btn-photo .btn-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    vertical-align: middle;
    padding: 0 30px;
    box-sizing: border-box;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex: 1;
    flex: 1; }
    @media screen and (max-width: 767px) {
      .c-btn-photo .btn-text {
        -ms-flex: 1;
        flex: 1;
        padding: 15px; } }
    .c-btn-photo .btn-text .hdg {
      font-size: 26px;
      margin: 0;
      color: #333;
      line-height: 1.4;
      display: inline-block; }
      @media screen and (max-width: 767px) {
        .c-btn-photo .btn-text .hdg {
          font-size: 17px; } }
    .c-btn-photo .btn-text .desc {
      font-size: 16px;
      color: #333;
      line-height: 1.4;
      margin: 0 0 20px 0; }
      @media screen and (max-width: 767px) {
        .c-btn-photo .btn-text .desc {
          margin: 0 0 10px 0;
          font-size: 12px; } }
  .c-btn-photo.large {
    height: 200px; }
    @media screen and (max-width: 767px) {
      .c-btn-photo.large {
        height: 170px; } }
    .c-btn-photo.large .btn-text {
      padding: 25px;
      height: 200px;
      box-sizing: border-box;
      vertical-align: middle; }
      @media screen and (max-width: 767px) {
        .c-btn-photo.large .btn-text {
          -ms-flex: 1;
          flex: 1;
          padding: 0px 15px;
          padding: 15px;
          height: 170px;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
          align-items: center;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
      .c-btn-photo.large .btn-text .hdg {
        font-size: 25px; }
        @media screen and (max-width: 767px) {
          .c-btn-photo.large .btn-text .hdg {
            font-size: 17px;
            margin-bottom: 0;
            -ms-flex-preferred-size: 100%;
            flex-basis: 100%; } }
      .c-btn-photo.large .btn-text .desc {
        font-size: 17px; }
        @media screen and (max-width: 767px) {
          .c-btn-photo.large .btn-text .desc {
            font-size: 12px;
            -ms-flex-preferred-size: 100%;
            flex-basis: 100%; } }
    .c-btn-photo.large figure {
      height: 200px;
      overflow: hidden; }
      @media screen and (max-width: 767px) {
        .c-btn-photo.large figure {
          height: 170px; } }
      .c-btn-photo.large figure img {
        width: 290px; }
  .c-btn-photo.small {
    height: 140px; }
    @media screen and (max-width: 767px) {
      .c-btn-photo.small {
        height: 110px; } }
    .c-btn-photo.small figure {
      height: 140px;
      overflow: hidden; }
      @media screen and (max-width: 767px) {
        .c-btn-photo.small figure {
          height: 110px; } }
      @media screen and (max-width: 767px) {
        .c-btn-photo.small figure img {
          height: 100%;
          width: auto; } }
    .c-btn-photo.small .btn-text {
      height: 140px;
      width: 470px;
      vertical-align: middle;
      padding: 35px 40px;
      box-sizing: border-box; }
      @media screen and (max-width: 767px) {
        .c-btn-photo.small .btn-text {
          height: 110px;
          padding: 15px; } }
  .c-btn-photo.is-block {
    box-shadow: none; }
    .c-btn-photo.is-block:hover {
      box-shadow: none; }
  .c-btn-photo.is-target:after {
    content: '';
    background: url(/assets/img/common/icon/icon_newtab.png) no-repeat center center !important;
    width: 20px;
    height: 20px;
    background-size: contain !important;
    top: 74%;
    left: inherit;
    right: 10px;
    position: absolute; }
    @media screen and (max-width: 767px) {
      .c-btn-photo.is-target:after {
        width: 15px;
        top: inherit;
        bottom: 10px;
        height: 15px; } }

.c-btn-textlist {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 30px 0; }
  @media screen and (max-width: 767px) {
    .c-btn-textlist {
      margin: 0 0 20px 0; } }
  .c-btn-textlist li {
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%;
    position: relative;
    line-height: 1.4;
    color: #666;
    margin: 0 0 20px 10px; }
  .c-btn-textlist.oneline li {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%!important; }
    @media screen and (max-width: 767px) {
      .c-btn-textlist li {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        font-size: 15px;
        border: none;
        height: auto;
        text-decoration: underline;
        margin: 0 0 10px 20px; } }
    .c-btn-textlist li a {
      text-decoration: underline; }
    .c-btn-textlist li:before {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      margin-right: 10px;
      margin-top: 5px;
      display: inline-block;
      position: absolute;
      top: 0px;
      left: -10px;
      border-width: 5px 0 5px 4px;
      border-color: transparent transparent transparent #ccc; }
  .c-btn-textlist.twoline li {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    min-width: 47.27%; }
    @media screen and (max-width: 767px) {
      .c-btn-textlist.twoline li {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        min-width: 100%; } }
  .c-btn-textlist.is-m01 {
    margin: 0 0 50px 0; }
    @media screen and (max-width: 767px) {
      .c-btn-textlist.is-m01 {
        margin: 0; } }

.c-btn-textlist_02 {
  margin: 0 0 30px 0; }
  @media screen and (max-width: 767px) {
    .c-btn-textlist_02 {
      margin: 0 0 20px 0; } }
  .c-btn-textlist_02 li {
    display: inline;
    position: relative;
    line-height: 1.4;
    color: #666;
    font-size: 13px;
    margin: 0 20px 20px 0;
    transition: 0.2s all ease; }
    @media screen and (max-width: 767px) {
      .c-btn-textlist_02 li {
        display: block;
        font-size: 12px;
        text-decoration: underline;
        margin: 0 0 10px 15px; } }
    .c-btn-textlist_02 li a {
      text-decoration: underline;
      color: inherit;
      position: relative; }
      .c-btn-textlist_02 li a.is-target:after {
        content: '';
        background: url(/assets/img/common/icon/icon_newtab.png) no-repeat center center !important;
        width: 1em;
        height: 1em;
        background-size: contain !important;
        left: inherit;
        display: inline-block;
        vertical-align: middle;
        margin: 0 4px; }
    .c-btn-textlist_02 li:before {
      position: relative;
      display: inline-block;
      top: 0;
      margin: auto;
      content: '';
      background: url(/assets/img/common/icon/icon_arrow.png) center center no-repeat;
      background-size: contain;
      left: 0;
      width: 10px;
      height: 10px; }
    .c-btn-textlist_02 li.is-anchor:before {
      -webkit-transform: rotate(90deg) translateY(-50%);
      transform: rotate(90deg) translateY(-50%);
      /* top: 4px; */
      left: -9px; }
    .c-btn-textlist_02 li:hover a {
      text-decoration: none; }
  .c-btn-textlist_02.is-red li {
    color: #e60012; }
    .c-btn-textlist_02.is-red li a:hover {
      opacity: 0.6; }
  .c-btn-textlist_02.is-right {
    text-align: right; }
  .c-btn-textlist_02.is-block {
    margin-left: 1em; }
    .c-btn-textlist_02.is-block li {
      text-indent: -1em;
      display: block;
      margin: 0 10px 10px 10px; }
  .c-btn-textlist_02.is-gray-arrow li:before {
    background: url(/assets/img/common/icon/icon_arrow-g.png) center center no-repeat;
    background-size: contain; }
  @media screen and (max-width: 767px) {
    .c-btn-textlist_02.is-spinline li {
      display: inline; } }

.c-btn-text {
  padding: 10px 30px;
  margin: 0 0 30px 0px;
  display: block;
  box-sizing: border-box;
  border: 1px solid #ccc;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
  text-align: center;
  border-radius: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative; }
  .c-btn-text:hover {
    box-shadow: 1px 5px 15px grey; }
    @media screen and (max-width: 767px) {
      .c-btn-text:hover {
        box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); } }
  @media screen and (max-width: 767px) {
    .c-btn-text {
      padding: 10px 5px;
      font-size: 13px;
      margin: 0 0 20px 0; } }
  .c-btn-text span {
    width: 15px;
    margin-right: 5px;
    top: 3px;
    display: inline-block;
    position: relative; }
    .c-btn-text span img {
      width: 100%; }
  .c-btn-text.single-btn {
    margin: 0 auto;
    display: inline-block;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .c-btn-text.single-btn {
        width: 100%;
        max-width: 100%; } }
  .c-btn-text.two-btn {
    -ms-flex: 1;
    flex: 1;
    margin-right: 20px;
    margin-left: 0;
    max-width: 50%; }
    @media screen and (max-width: 767px) {
      .c-btn-text.two-btn {
        margin-right: 0;
        width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%; } }
    .c-btn-text.two-btn:last-child {
      margin-right: 0; }
    .c-btn-text.two-btn.is-target:after {
      width: 15px;
      height: 15px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      position: absolute; }
  .c-btn-text.three-btn {
    margin-right: 20px;
    margin-left: 0;
    -ms-flex: 1;
    flex: 1; }
    @media screen and (max-width: 767px) {
      .c-btn-text.three-btn {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-right: 0;
        width: 100%;
        max-width: 100%; } }
    .c-btn-text.three-btn:last-child {
      margin-right: 0; }
  .c-btn-text.is-target:after {
    content: '';
    background: url(/assets/img/common/icon/icon_newtab.png) no-repeat center center !important;
    width: 10px;
    height: 10px;
    background-size: contain !important;
    top: 43%;
    left: inherit;
    right: 12px;
    position: absolute; }

.c-btn-text_subcv {
  font-size: 14px;
  display: inline-block;
  margin: 0px 0 20px 10px;
  text-align: right;
  text-decoration: underline;
  position: relative;
  transition: 0.3s all ease-out; }
  @media screen and (max-width: 767px) {
    .c-btn-text_subcv {
      text-align: center;
      font-size: 13px;
      margin: 0 0 10px 10px; } }
  .c-btn-text_subcv:hover {
    opacity: 0.7; }
  .c-btn-text_subcv:before {
    position: relative;
    display: inline-block;
    top: 0;
    margin: auto;
    content: '';
    background: url(/assets/img/common/icon/icon_arrow.png) center center no-repeat;
    background-size: contain;
    left: 0;
    width: 10px;
    height: 10px; }

/*
* c-button-low01
* 下層ページcommonボタン
*/
.c-button-low01_01 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 20px 0 50px 0; }
  .c-button-low01_01 .btn {
    -ms-flex-preferred-size: 370px;
    flex-basis: 370px;
    height: 80px;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    border: 1px solid #ccc;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease;
    border: none;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    position: relative;
    font-weight: 300; }
    .c-button-low01_01 .btn:hover {
      box-shadow: 1px 5px 15px grey; }
      @media screen and (max-width: 767px) {
        .c-button-low01_01 .btn:hover {
          box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); } }
    @media screen and (max-width: 767px) {
      .c-button-low01_01 .btn {
        height: 65px;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }
    .c-button-low01_01 .btn:hover {
      top: 3px; }
      @media screen and (max-width: 767px) {
        .c-button-low01_01 .btn:hover {
          top: 0; } }
    .c-button-low01_01 .btn.red {
      background: #ff6666;
      box-shadow: 0px 4px 1px 0px #cc3333; }
      .c-button-low01_01 .btn.red figure {
        border-right: 1px solid #cc3333; }
    .c-button-low01_01 .btn.green {
      background: #00cc66;
      box-shadow: 0px 4px 1px 0px #00990f;
      text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.6); }
      .c-button-low01_01 .btn.green figure {
        border-right: 1px solid #009933; }
    @media screen and (max-width: 767px) {
      .c-button-low01_01 .btn:last-child {
        margin-top: 15px; } }
  .c-button-low01_01 figure {
    -ms-flex-preferred-size: 90px;
    flex-basis: 90px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 90px;
    padding: 4px 0 0 0; }
    @media screen and (max-width: 767px) {
      .c-button-low01_01 figure {
        -ms-flex-preferred-size: 75px;
        flex-basis: 75px;
        height: auto; }
        .c-button-low01_01 figure img {
          width: 100%; } }
  .c-button-low01_01 .text {
    -ms-flex: 1;
    flex: 1;
    padding: 0 0 0 10px;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.17);
    font-weight: 300; }
  .c-button-low01_01 .hdg {
    font-weight: 300;
    font-size: 25px;
    color: #fff;
    line-height: 1.4; }
    @media screen and (max-width: 767px) {
      .c-button-low01_01 .hdg {
        font-size: 20px; } }

.c-button-low01_02 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .c-button-low01_02 .btn {
    border-radius: 10px;
    border: 1px solid #ccc;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease;
    overflow: hidden;
    -ms-flex-preferred-size: 370px;
    flex-basis: 370px;
    margin: 20px 0 0 0; }
    .c-button-low01_02 .btn:hover {
      box-shadow: 1px 5px 15px grey; }
      @media screen and (max-width: 767px) {
        .c-button-low01_02 .btn:hover {
          box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); } }
    @media screen and (max-width: 767px) {
      .c-button-low01_02 .btn {
        -ms-flex-preferred-size: 49%;
        flex-basis: 49%; } }
  .c-button-low01_02 .hdg {
    color: #e60012;
    font-size: 22px;
    padding: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 300;
    min-height: 45px;
    text-align: center;
    background: #f8f8f8;
    border-bottom: 1px solid #ccc; }
    @media screen and (max-width: 767px) {
      .c-button-low01_02 .hdg {
        padding: 5px;
        font-size: 15px;
        min-height: 45px; } }
  .c-button-low01_02 .desc {
    font-size: 18px;
    color: #666;
    line-height: 1.6;
    text-align: left;
    padding: 15px 10px; }
    @media screen and (max-width: 767px) {
      .c-button-low01_02 .desc {
        font-size: 13px; } }

/*
* FVボタン
*/
.c-button-fv01 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 20px 0; }
  .c-button-fv01 .btn_pc {
    -ms-flex-preferred-size: 240px;
    flex-basis: 240px;
    max-width: 240px;
    padding: 0 10px;
    height: 70px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    border: 1px solid #ccc;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
    transition: 0.3s all ease-out;
    font-size: 22px;
    color: #fff;
    line-height: 1.4; }
    @media all and (-ms-high-contrast: none) {
      .c-button-fv01 .btn_pc .sample {
        -ms-flex-preferred-size: 220px;
        flex-basis: 220px; } }
    @media screen and (max-width: 767px) {
      .c-button-fv01 .btn_pc {
        display: none; } }
    .c-button-fv01 .btn_pc.btn_01 {
      text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.06);
      background: url("/assets/img/common/bg/btn_04_bg_pc.jpg") top left no-repeat;
      background-size: auto; }
    .c-button-fv01 .btn_pc.btn_02 {
      text-shadow: 0px 2px 10px rgba(92, 57, 1, 0.06);
      background: url("/assets/img/common/bg/btn_05_bg_pc.jpg") top left no-repeat;
      background-size: auto; }
    .c-button-fv01 .btn_pc.btn_03 {
      color: #666;
      background: #000;
      background: url("/assets/img/common/bg/btn_06_bg_pc.jpg") top left no-repeat;
      background-size: auto; }
    .c-button-fv01 .btn_pc:hover {
      box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.4); }
  .c-button-fv01 .btn_sp {
    display: none; }
    @media screen and (max-width: 767px) {
      .c-button-fv01 .btn_sp {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
        display: flex;
        -ms-flex-align: stretch;
        align-items: stretch;
        border-radius: 10px;
        overflow: hidden;
        -ms-flex-direction: column;
        flex-direction: column;
        box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); } }
    .c-button-fv01 .btn_sp figure {
      width: 100%;
      -ms-flex-align: start;
      align-items: flex-start;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; }
      .c-button-fv01 .btn_sp figure img {
        width: 100%; }
    .c-button-fv01 .btn_sp .hdg {
      background: #fff;
      font-size: 15px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: center;
      -ms-flex-align: center;
      align-items: center;
      line-height: 1.3;
      height: 50px; }

.c-button-fv02 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 10px 0; }
  @media screen and (max-width: 767px) {
    .c-button-fv02 {
      -ms-flex-direction: column;
      flex-direction: column;
      flex-direction: column-reverse;
      margin: 0 0 10px 0; } }
  .c-button-fv02 .btn {
    position: relative;
    -ms-flex-preferred-size: 370px;
    flex-basis: 370px;
    height: 100px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-radius: 10px;
    transition: 0.3s all ease-out; }
    @media screen and (max-width: 767px) {
      .c-button-fv02 .btn {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        height: auto;
        padding: 5px 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin: 0 0 10px 0; } }
    .c-button-fv02 .btn .icon {
      -ms-flex-preferred-size: 100px;
      flex-basis: 100px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center; }
      @media screen and (max-width: 767px) {
        .c-button-fv02 .btn .icon {
          -ms-flex-preferred-size: 65px;
          flex-basis: 65px; }
          .c-button-fv02 .btn .icon img {
            width: 50%; } }
    .c-button-fv02 .btn .hdg {
      font-size: 22px;
      text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.7);
      color: #fff;
      line-height: 1.4;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: center;
      justify-content: center;
      font-weight: 300;
      padding: 0 18px; }
      @media screen and (max-width: 767px) {
        .c-button-fv02 .btn .hdg {
          padding: 0 10px 0 10px;
          font-size: 15px; } }
      .c-button-fv02 .btn .hdg span {
        display: block;
        font-size: 15px; }
        @media screen and (max-width: 767px) {
          .c-button-fv02 .btn .hdg span {
            font-size: 12px; } }
    .c-button-fv02 .btn.is-target:after {
      content: '';
      background: url(/assets/img/common/icon/icon_newtab-w.png) no-repeat center center !important;
      width: 20px;
      height: 20px;
      background-size: contain !important;
      top: 74%;
      left: inherit;
      right: 10px;
      position: absolute; }
      @media screen and (max-width: 767px) {
        .c-button-fv02 .btn.is-target:after {
          width: 15px;
          top: inherit;
          bottom: 10px;
          height: 15px; } }
    .c-button-fv02 .btn.btn_01 {
      background: #ff6666;
      text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.17);
      box-shadow: 0px 4px 2px 0px #cc3333; }
      .c-button-fv02 .btn.btn_01 .icon {
        border-right: 1px solid #cc6666;
        -ms-flex-preferred-size: 100px;
        flex-basis: 100px; }
        @media screen and (max-width: 767px) {
          .c-button-fv02 .btn.btn_01 .icon {
            -ms-flex-preferred-size: 65px;
            flex-basis: 65px; } }
      .c-button-fv02 .btn.btn_01:hover {
        box-shadow: 0px 6px 6px 0px #cc3333; }
      @media screen and (max-width: 767px) {
        .c-button-fv02 .btn.btn_01:hover {
          box-shadow: 0px 4px 2px 0px #cc3333; } }
    .c-button-fv02 .btn.btn_02 {
      background: #00cc66;
      box-shadow: 0px 4px 2px 0px #009933; }
      .c-button-fv02 .btn.btn_02 .icon {
        border-right: 1px solid #009933; }
      .c-button-fv02 .btn.btn_02:hover {
        box-shadow: 0px 6px 6px 0px #009933; }

.c-button-fv03 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 50px 0; }
  @media screen and (max-width: 767px) {
    .c-button-fv03 {
      margin: 0 0 35px 0; } }
  .c-button-fv03 .btn {
    -ms-flex-preferred-size: 370px;
    flex-basis: 370px;
    height: 80px;
    border-radius: 10px;
    border: 1px solid #ccc;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: relative; }
    .c-button-fv03 .btn:hover {
      box-shadow: 1px 5px 15px grey; }
      @media screen and (max-width: 767px) {
        .c-button-fv03 .btn:hover {
          box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); } }
    @media screen and (max-width: 767px) {
      .c-button-fv03 .btn {
        -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
        height: 65px; } }
    .c-button-fv03 .btn .icon {
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-preferred-size: 100px;
      flex-basis: 100px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      border-right: 1px solid #ccc; }
      @media screen and (max-width: 767px) {
        .c-button-fv03 .btn .icon {
          -ms-flex-preferred-size: 60px;
          flex-basis: 60px;
          padding: 0 5px; } }
      @media screen and (max-width: 767px) {
        .c-button-fv03 .btn .icon img {
          height: auto;
          width: 100%; } }
    .c-button-fv03 .btn .hdg {
      font-size: 18px;
      line-height: 1.4;
      color: #333;
      font-weight: 300;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      padding: 0 20px; }
      @media screen and (max-width: 767px) {
        .c-button-fv03 .btn .hdg {
          padding: 0 10px;
          font-size: 11px; } }
    .c-button-fv03 .btn.is-target:after {
      content: '';
      background: url(/assets/img/common/icon/icon_newtab.png) no-repeat center center !important;
      width: 15px;
      height: 15px;
      background-size: contain !important;
      top: 66%;
      right: 4%;
      position: absolute; }

.c-button-fv04 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 40px 0; }
  @media screen and (max-width: 767px) {
    .c-button-fv04 {
      -ms-flex-direction: column;
      flex-direction: column;
      flex-direction: column-reverse;
      margin: 0 0 20px 0; } }
  .c-button-fv04 .btn {
    -ms-flex-preferred-size: 370px;
    flex-basis: 370px;
    height: 80px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 10px;
    transition: 0.3s all ease-out;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .c-button-fv04 .btn {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        height: 50px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin: 0 0 10px 0; } }
    .c-button-fv04 .btn .hdg {
      font-size: 22px;
      text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.7);
      color: #fff;
      line-height: 1.4;
      font-weight: 300;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: center;
      justify-content: center; }
      @media screen and (max-width: 767px) {
        .c-button-fv04 .btn .hdg {
          padding: 0 10px 0 10px;
          font-size: 15px; } }
      .c-button-fv04 .btn .hdg span {
        font-size: 15px;
        display: block; }
        @media screen and (max-width: 767px) {
          .c-button-fv04 .btn .hdg span {
            font-size: 12px; } }
    .c-button-fv04 .btn.btn_01 {
      background: #e00000;
      box-shadow: 0px 2px 0px 0px #cc0000; }
      .c-button-fv04 .btn.btn_01 .icon {
        border-right: 1px solid #cc6666;
        -ms-flex-preferred-size: 100px;
        flex-basis: 100px; }
        @media screen and (max-width: 767px) {
          .c-button-fv04 .btn.btn_01 .icon {
            -ms-flex-preferred-size: 65px;
            flex-basis: 65px; } }
      .c-button-fv04 .btn.btn_01:hover {
        box-shadow: 0px 6px 6px 0px #cc0000; }
    .c-button-fv04 .btn.btn_02 {
      background: #00cc66;
      box-shadow: 0px 4px 2px 0px #009933; }
      .c-button-fv04 .btn.btn_02 .icon {
        border-right: 1px solid #009933; }
      .c-button-fv04 .btn.btn_02:hover {
        box-shadow: 0px 6px 6px 0px #009933; }

.c-textlink {
  font-size: 14px;
  display: inline-block;
  margin: 0px 0 20px 10px;
  text-decoration: underline;
  position: relative;
  text-indent: 0;
  transition: 0.3s all ease-out; }
  .c-textlink:hover {
    opacity: 0.7; }
  @media screen and (max-width: 767px) {
    .c-textlink {
      display: inline-block;
      text-align: center;
      margin: 0 0 0 0 10px;
      font-size: 11px;
      padding: 10px 0; } }
  .c-textlink:before {
    position: relative;
    display: inline-block;
    top: 50%;
    margin: auto;
    content: '';
    background: url(/assets/img/common/icon/icon_arrow.png) center center no-repeat;
    background-size: contain;
    left: 0;
    width: 10px;
    height: 10px; }
  .c-textlink.is-left {
    text-align: left; }
  .c-textlink.is-red {
    color: #e60012; }
  .c-textlink.is-anchor:before {
    -webkit-transform: rotate(90deg) translateY(-50%);
    transform: rotate(90deg) translateY(-50%);
    /* top: 4px; */
    left: -9px; }
  .c-textlink:hover {
    text-decoration: none; }
  .c-textlink.is-target:after {
    content: '';
    background: url(/assets/img/common/icon/icon_newtab.png) no-repeat center center !important;
    width: 10px;
    height: 10px;
    background-size: contain !important;
    display: inline-block; }

.c-btn-01-fourcontainer > .c-btn-01 {
  margin-bottom: 20px; }

.c-btnprottype {
  display: -ms-flexbox;
  display: flex;
  max-width: 370px;
  border-radius: 10px;
  background: #666;
  min-height: 100px; }
  .c-btnprottype.is-icon01 {
    background: #000; }

/*
**
* ボタンラッパー　【PC時】横2列　SP時　【縦1列】
**
*/
.c-btn_wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 30px 0;
  position: static; }
  @media screen and (max-width: 767px) {
    .c-btn_wrapper {
      margin: 0 0 20px 0; } }
  @media screen and (max-width: 767px) {
    .c-btn_wrapper.is-reverse {
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; } }
  @media screen and (max-width: 767px) and (max-width: 767px) {
    .c-btn_wrapper.is-reverse > .c-btn_01:not(:first-child) {
      margin-bottom: 10px; } }
  .c-btn_wrapper.is-image {
    background: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px; }

.c-btn_wrapper--ltor {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 0 30px 0; }
  .c-btn_wrapper--ltor.four {
      margin: 0 0.8% 0 0.8%;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 30px 0;
  padding: 10px;
  background: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 10px;}
  @media screen and (max-width: 767px) {
    .c-btn_wrapper--ltor {
      margin: 0 0 20px 0; }
    .c-btn_wrapper--ltor.four {
      margin: 0 10px 20px 10px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: justify;
      justify-content: space-between; } } 

.c-btn_wrapper--row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 30px 0; }
  @media screen and (max-width: 767px) {
    .c-btn_wrapper--row {
      margin: 0 0 20px 0; } }

/*
** btn001
* ボタンCV用　【PC時】横2列　SP時【横1列】
* 可変になっています。横幅を変える
**
*/
.c-btn_01.icon-pc:before, .c-btn_01.icon-pcred:before, .c-btn_01.icon-calc:before, .c-btn_01.icon-key:before, .c-btn_01.icon-boad:before, .c-btn_01.icon-men:before, .c-btn_01.icon-watch:before, .c-btn_01.icon-smartphone:before, .c-btn_01.icon-smartphone_app:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100%; }
  @media screen and (max-width: 767px) {
    .c-btn_01.icon-pc:before, .c-btn_01.icon-pcred:before, .c-btn_01.icon-calc:before, .c-btn_01.icon-key:before, .c-btn_01.icon-boad:before, .c-btn_01.icon-men:before, .c-btn_01.icon-watch:before, .c-btn_01.icon-smartphone:before, .c-btn_01.icon-smartphone_app:before {
      width: 65px;
      height: 100%; } }

.c-btn_01 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 22px;
  width: 48.7%;
  border-radius: 10px;
  font-weight: 300;
  background: #fff;
  min-height: 100px;
  text-decoration: none;
  position: relative;
  padding: 1% 1% 1% 110px;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #ccc;
  border: none;
  transition: 0.2s all ease;
  margin: 0; }
  .c-btn_01 p {
    display: block;
    width: 100%; }
  .c-btn_01.is-h90 {
    min-height: 90px;
    padding: 1% 1% 1% 110px; }
    @media screen and (max-width: 767px) {
      .c-btn_01.is-h90 {
        min-height: inherit;
        padding: 1% 2% 1% 85px;
        min-height: 50px; } }
    .c-btn_01.is-h90:before {
      width: 90px !important; }
      @media screen and (max-width: 767px) {
        .c-btn_01.is-h90:before {
          width: 75px !important; } }
  .c-btn_01:nth-of-type(3n) {
    margin-top: 20px; }
    @media screen and (max-width: 767px) {
      .c-btn_01:nth-of-type(3n) {
        margin-top: 10px; } }
  .c-btn_01:nth-child(4n) {
    margin-top: 20px; }
    @media screen and (max-width: 767px) {
      .c-btn_01:nth-child(4n) {
        margin-top: 10px; } }
  @media screen and (max-width: 767px) {
    .c-btn_01:not(:last-child) {
      margin-bottom: 10px; } }
  @media screen and (max-width: 767px) {
    .c-btn_01 {
      margin: 0px 0;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
      min-height: 50px;
      padding: 1% 2% 1% 75px;
      font-size: 17px;
      overflow: auto;
      min-height: 50px; } }
  .c-btn_01 span {
    display: block;
    font-size: 16px; }
    @media screen and (max-width: 767px) {
      .c-btn_01 span {
        font-size: 11px; } }
  .c-btn_01.icon-pc:before {
    background: url("/assets/img/common/button/icon_cv_pc.png") center center no-repeat;
    background-size: contain; }
  .c-btn_01.icon-pcred:before {
    background: url("/assets/img/common/button/icon_h100_pc.png") center center no-repeat;
    background-size: contain; }
  .c-btn_01.icon-calc:before {
    background: url("/assets/img/common/button/icon_cv_calc.png") center center no-repeat;
    background-size: contain; }
  .c-btn_01.icon-key:before {
    background: url("/assets/img/common/button/icon_cv_key.png") center center no-repeat;
    background-size: contain; }
  .c-btn_01.icon-boad:before {
    background: url("/assets/img/common/button/icon_cv_boad.png") center center no-repeat;
    background-size: contain; }
  .c-btn_01.icon-men:before {
    background: url("/assets/img/common/button/icon_h100_men.png") center center no-repeat;
    background-size: contain; }
  .c-btn_01.icon-card:before {
    background: url("/assets/img/common/button/icon_h80_card.png") center center no-repeat;
    background-size: contain; }
  .c-btn_01.icon-card02:before {
    background: url("/assets/img/common/button/icon_h80_card02.png") center center no-repeat;
    background-size: contain; }
  .c-btn_01.icon-card03:before {
    background: url("/assets/img/common/button/icon_h80_card03.png") center center no-repeat;
    background-size: contain; }
  .c-btn_01.icon-card04:before {
    background: url("/assets/img/common/button/icon_h80_card04.png") center center no-repeat;
    background-size: contain; }
  .c-btn_01.icon-note:before {
    background: url("/assets/img/common/button/icon_cv_note.png") center center no-repeat;
    background-size: contain; }
  .c-btn_01.icon-human:before {
    background: url("/assets/img/common/button/icon_h80_human.png") center center no-repeat;
    background-size: contain; }
  .c-btn_01.icon-notepen:before {
    background: url("/assets/img/common/button/icon_cv_notepen.png") center center no-repeat;
    background-size: contain; }
  .c-btn_01.icon-notepen02:before {
    background: url("/assets/img/common/button/icon_cv_notepen02.png") center center no-repeat;
    background-size: contain; }
  .c-btn_01.icon-jcb:before {
    background: url("/assets/img/common/button/icon_cv_jcbgreen.png") center center no-repeat;
    background-size: contain; }
  .c-btn_01.icon-money:before {
    background: url("/assets/img/common/button/icon_h100_money04.png") center center no-repeat;
    background-size: contain; }
  .c-btn_01.icon-graph:before {
    background: url("/assets/img/common/button/icon_h100_graph05.png") center center no-repeat;
    background-size: contain; }
  .c-btn_01.icon-search:before {
    background: url("/assets/img/common/button/icon_cv_search.png") center center no-repeat;
    background-size: contain; }
  .c-btn_01.icon-watch:before {
    background: url("/assets/img/common/button/icon_cv_watch.png") center center no-repeat;
    background-size: contain; }
  .c-btn_01.icon-smartphone:before {
    background: url("/assets/img/common/button/icon_cv_smartphone_touka.png") center center no-repeat;
    background-size: contain; }
  .c-btn_01.icon-smartphone_app:before {
    background: url("/assets/img/common/button/icon_cv_smartphone_app_touka.png") center center no-repeat;
    background-size: contain; }
  .c-btn_01.icon-dl_touka:before {
    background: url("/assets/img/common/button/icon_cv_download_touka.png") center center no-repeat;
    background-size: contain; }
  .c-btn_01.icon-note_touka:before {
    background: url("/assets/img/common/button/icon_cv_note_touka.png") center center no-repeat;
    background-size: contain; }
  .c-btn_01.icon-apptoshin:before {
    background: url("/assets/img/common/button/icon_h100_apptoshin.png") center center no-repeat;
    background-size: contain; }
  .c-btn_01.icon-hide {
    text-align: left;
    -ms-flex-align: center;
    align-items: center;
    padding: 1%; }
  .c-btn_01.is-red {
    background: #e60012;
    color: #fff;
    box-shadow: 0px 4px 2px 0px #cc0000;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.17); }
    .c-btn_01.is-red:before {
      border-right: 1px solid #cc6666; }
    .c-btn_01.is-red:hover {
      box-shadow: 0px 6px 6px 0px #cc0000; }
    @media screen and (max-width: 767px) {
      .c-btn_01.is-red:hover {
        box-shadow: 0px 4px 2px 0px #cc0000; } }
    .c-btn_01.is-red.is-target:after {
      content: '';
      background: url(/assets/img/common/icon/icon_newtab-w.png) no-repeat center center !important;
      width: 20px;
      height: 20px;
      background-size: contain !important;
      top: 74%;
      left: inherit;
      right: 10px;
      position: absolute; }
      @media screen and (max-width: 767px) {
        .c-btn_01.is-red.is-target:after {
          width: 15px;
          top: inherit;
          bottom: 10px;
          height: 15px; } }
  .c-btn_01.is-green {
    background: #00cc66;
    color: #fff;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 4px 2px 0px #009933; }
    .c-btn_01.is-green:before {
      border-right: 1px solid #009933 !important; }
    .c-btn_01.is-green:hover {
      box-shadow: 0px 6px 6px 0px #009933; }
    @media screen and (max-width: 767px) {
      .c-btn_01.is-green:hover {
        box-shadow: 0px 4px 2px 0px #009933; } }
    .c-btn_01.is-green.is-target:after {
      content: '';
      background: url(/assets/img/common/icon/icon_newtab-w.png) no-repeat !important;
      width: 20px;
      height: 20px;
      background-size: contain !important;
      top: inherit;
      bottom: 5px;
      left: inherit;
      right: 10px;
      position: absolute; }
  .c-btn_01.is-pink {
    background: #ff6666;
    color: #fff;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 4px 2px 0px #cc3333; }
    .c-btn_01.is-pink:before {
      border-right: 1px solid #cc3333 !important; }
    .c-btn_01.is-pink:hover {
      box-shadow: 0px 6px 6px 0px #cc3333; }
    @media screen and (max-width: 767px) {
      .c-btn_01.is-pink:hover {
        box-shadow: 0px 4px 2px 0px #cc3333; } }
    .c-btn_01.is-pink.is-target:after {
      content: '';
      background: url(/assets/img/common/icon/icon_newtab-w.png) no-repeat center center !important;
      width: 20px;
      height: 20px;
      background-size: contain !important;
      top: inherit;
      bottom: 10px;
      left: inherit;
      right: 10px;
      position: absolute; }
  .c-btn_01.is-white {
    border: 1px solid #ccc;
    background: #fff;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); }
    .c-btn_01.is-white:before {
      border-right: 1px solid #ccc; }
    .c-btn_01.is-white:hover {
      box-shadow: 1px 5px 15px grey; }
    @media screen and (max-width: 767px) {
      .c-btn_01.is-white:hover {
        box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); } }
    .c-btn_01.is-white.is-target:after {
      content: '';
      background: url(/assets/img/common/icon/icon_newtab.png) no-repeat center center !important;
      width: 20px;
      height: 20px;
      background-size: contain;
      top: inherit;
      bottom: 5px;
      left: inherit;
      right: 10px;
      position: absolute; }
      
  .c-btn_01.is-gray {
    border: 1px solid #ccc;
    background: #eee;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); }
    .c-btn_01.is-gray:before {
      border-right: 1px solid #ccc; }
    .c-btn_01.is-gray:hover {
      box-shadow: 1px 5px 15px grey; }
    @media screen and (max-width: 767px) {
      .c-btn_01.is-gray:hover {
        box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); } }
        
  .c-btn_01.is-single {
    margin: 0 auto;
    -ms-flex-preferred-size: 450px;
    flex-basis: 450px;
    max-width: 60%; }
    @media screen and (max-width: 767px) {
      .c-btn_01.is-single {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }
    .c-btn_01.is-single.is-noicon {
      font-size: 35px;
      -ms-flex-align: center;
      align-items: center;
      padding: 1%; }
      @media screen and (max-width: 767px) {
        .c-btn_01.is-single.is-noicon {
          font-size: 17px; } }
  .c-btn_01.is-single_reservation {
    margin: 0 auto;
    -ms-flex-preferred-size: 450px;
    flex-basis: 450px;
    max-width: 80%; }
    @media screen and (max-width: 767px) {
      .c-btn_01.is-single {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }
    .c-btn_01.is-single.is-noicon {
      font-size: 35px;
      -ms-flex-align: center;
      align-items: center;
      padding: 1%; }
      @media screen and (max-width: 767px) {
        .c-btn_01.is-single.is-noicon {
          font-size: 17px; } }

  .c-btn_01.is-pdf:after {
    content: '';
    background: url(/assets/img/common/icon/icon_pdf.png) no-repeat center center !important;
    position: absolute;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    background-size: contain !important;
    top: inherit;
    left: inherit;
    bottom: 10px;
    right: 10px; }
  @media screen and (max-width: 767px) {
    .c-btn_01.is-pdf {
      bottom: 5px; } }
  .c-btn_01.is-doc:after {
    content: '';
    background: url(/assets/img/common/icon/icon_doc02.png) no-repeat center center !important;
    position: absolute;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    background-size: contain !important;
    top: inherit;
    left: inherit;
    bottom: 10px;
    right: 10px; }
  @media screen and (max-width: 767px) {
    .c-btn_01.is-doc {
      bottom: 5px; } }

/*
** btn002
* ボタンファーストビュー用　【PC時】横2列　SP時【横2列】
* height 80pxのもの　拡張性はアイコンのみ
**
*/
.c-btn_01.icon-card:before, .c-btn_01.icon-card02:before, .c-btn_01.icon-card03:before, .c-btn_01.icon-card04:before, .c-btn_01.icon-note:before, .c-btn_01.icon-human:before, .c-btn_01.icon-notepen:before, .c-btn_01.icon-notepen02:before, .c-btn_01.icon-jcb:before, .c-btn_01.icon-money:before, .c-btn_01.icon-graph:before, .c-btn_01.icon-search:before, .c-btn_01.icon-dl_touka:before, .c-btn_01.icon-note_touka:before, .c-btn_01.icon-apptoshin:before, .c-btn_02.icon-face:before, .c-btn_02.icon-human:before, .c-btn_02.icon-card:before, .c-btn_02.icon-card02:before, .c-btn_03.is-h70-btn01:before, .c-btn_03.is-h70-btn02:before, .c-btn_03.icon-face:before, .c-btn_03.icon-face_chibaapp:before, .c-btn_03.icon-human:before, .c-btn_03.icon-adult:before, .c-btn_03.icon-child:before, .c-btn_03.icon-pin:before, .c-btn_03.icon-mansion:before, .c-btn_03.icon-chibaface:before, .c-btn_03.icon-campus:before, .c-btn_03.icon-pcgraph:before, .c-btn_03.icon-boad:before, .c-btn_03.icon-calendar:before, .c-btn_03.icon-finger:before, .c-btn_03.icon-card:before, .c-btn_03.icon-card02:before, .c-btn_03.icon-card03:before, .c-btn_03.icon-girl:before, .c-btn_03.icon-girl02:before, .c-btn_03.icon-graph:before, .c-btn_03.icon-graph02:before, .c-btn_03.icon-graph03:before, .c-btn_03.icon-graph04:before, .c-btn_03.icon-homeheart:before, .c-btn_03.icon-men:before, .c-btn_03.icon-money:before, .c-btn_03.icon-money02:before, .c-btn_03.icon-money03:before, .c-btn_03.icon-news:before, .c-btn_03.icon-pc:before, .c-btn_03.icon-pc15min:before, .c-btn_03.icon-pen:before, .c-btn_03.icon-robot:before, .c-btn_03.icon-search:before, .c-btn_03.icon-search02:before, .c-btn_03.icon-seminar:before, .c-btn_03.icon-jcb:before, .c-btn_03.icon-jcb02:before, .c-btn_03.icon-dc:before, .c-btn_03.icon-tsubasa:before, .c-btn_03.icon-debit:before, .c-btn_03.icon-post:before, .c-btn_03.icon-note:before, .c-btn_03.icon-download:before, .c-btn_03.icon-point:before, .c-btn_03.icon-point02:before, .c-btn_03.icon-okidoki:before, .c-btn_03.icon-holiday:before, .c-btn_03.icon-heart:before, .c-btn_03.icon-heart02:before, .c-btn_03.icon-heart03:before, .c-btn_03.icon-bfree:before, .c-btn_03.icon-caution:before, .c-btn_03.icon-grandpa:before, .c-btn_03.icon-key:before, .c-btn_03.icon-cloud:before, .c-btn_03.icon-mobile:before, .c-btn_03.icon-mail:before, .c-btn_03.icon-clock:before, .c-btn_03.icon-pig:before, .c-btn_03.icon-consul:before, .c-btn_03.icon-begin:before, .c-btn_03.icon-calc:before, .c-btn_03.icon-calc02:before, .c-btn_03.icon-reserve:before, .c-btn_03.icon-pccard:before, .c-btn_03.icon-pccard02:before, .c-btn_03.icon-weight:before, .c-btn_03.icon-finbee:before, .c-btn_03.icon-chiba_fun:before, .c-btn_03.icon-dl_touka:before, .c-btn_03.icon-note_touka:before, .c-btn_03.icon-apptoshin:before, .c-btn_03.icon-moneyguide:before, .c-btn_03.icon-basket:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100%;
  border-right: 1px solid #ccc; }
  @media screen and (max-width: 767px) {
    .c-btn_01.icon-card:before, .c-btn_01.icon-card02:before, .c-btn_01.icon-card03:before, .c-btn_01.icon-card04:before, .c-btn_01.icon-note:before, .c-btn_01.icon-human:before, .c-btn_01.icon-notepen:before, .c-btn_01.icon-notepen02:before, .c-btn_01.icon-jcb:before, .c-btn_01.icon-money:before, .c-btn_01.icon-graph:before, .c-btn_01.icon-search:before, .c-btn_01.icon-dl_touka:before, .c-btn_01.icon-note_touka:before, .c-btn_01.icon-apptoshin:before, .c-btn_02.icon-face:before, .c-btn_02.icon-human:before, .c-btn_02.icon-card:before, .c-btn_02.icon-card02:before, .c-btn_03.is-h70-btn01:before, .c-btn_03.is-h70-btn02:before, .c-btn_03.icon-face:before, .c-btn_03.icon-face_chibaapp:before, .c-btn_03.icon-human:before, .c-btn_03.icon-adult:before, .c-btn_03.icon-child:before, .c-btn_03.icon-pin:before, .c-btn_03.icon-mansion:before, .c-btn_03.icon-chibaface:before, .c-btn_03.icon-campus:before, .c-btn_03.icon-pcgraph:before, .c-btn_03.icon-boad:before, .c-btn_03.icon-calendar:before, .c-btn_03.icon-finger:before, .c-btn_03.icon-card:before, .c-btn_03.icon-card02:before, .c-btn_03.icon-card03:before, .c-btn_03.icon-girl:before, .c-btn_03.icon-girl02:before, .c-btn_03.icon-graph:before, .c-btn_03.icon-graph02:before, .c-btn_03.icon-graph03:before, .c-btn_03.icon-graph04:before, .c-btn_03.icon-homeheart:before, .c-btn_03.icon-men:before, .c-btn_03.icon-money:before, .c-btn_03.icon-money02:before, .c-btn_03.icon-money03:before, .c-btn_03.icon-news:before, .c-btn_03.icon-pc:before, .c-btn_03.icon-pc15min:before, .c-btn_03.icon-pen:before, .c-btn_03.icon-robot:before, .c-btn_03.icon-search:before, .c-btn_03.icon-search02:before, .c-btn_03.icon-seminar:before, .c-btn_03.icon-jcb:before, .c-btn_03.icon-jcb02:before, .c-btn_03.icon-dc:before, .c-btn_03.icon-tsubasa:before, .c-btn_03.icon-debit:before, .c-btn_03.icon-post:before, .c-btn_03.icon-note:before,  .c-btn_03.icon-download:before, .c-btn_03.icon-point:before, .c-btn_03.icon-point02:before, .c-btn_03.icon-okidoki:before, .c-btn_03.icon-holiday:before, .c-btn_03.icon-heart:before, .c-btn_03.icon-heart02:before, .c-btn_03.icon-heart03:before, .c-btn_03.icon-bfree:before, .c-btn_03.icon-caution:before, .c-btn_03.icon-grandpa:before, .c-btn_03.icon-key:before, .c-btn_03.icon-cloud:before, .c-btn_03.icon-mobile:before, .c-btn_03.icon-mail:before, .c-btn_03.icon-clock:before, .c-btn_03.icon-pig:before, .c-btn_03.icon-consul:before, .c-btn_03.icon-begin:before, .c-btn_03.icon-calc:before, .c-btn_03.icon-calc02:before, .c-btn_03.icon-reserve:before, .c-btn_03.icon-pccard:before, .c-btn_03.icon-pccard02:before, .c-btn_03.icon-weight:before, .c-btn_03.icon-finbee:before, .c-btn_03.icon-chiba_fun:before, .c-btn_03.icon-dl_touka:before, .c-btn_03.icon-note_touka:before, .c-btn_03.icon-apptoshin:before, .c-btn_03.icon-moneyguide:before, .c-btn_03.icon-basket:before{
      width: 62px;
      height: 100%; } }

.c-btn_02 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0.48;
  flex: 0.48;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  max-width: 48.7%;
  border-radius: 10px;
  font-weight: 300;
  background: #fff;
  min-height: 80px;
  position: relative;
  padding: 1% 1% 1% 110px;
  border-radius: 10px;
  border: 1px solid #ccc;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
  transition: 0.2s all ease;
  margin: 20px 0 0 0; }
  .c-btn_02:hover {
    box-shadow: 1px 5px 15px grey; }
    @media screen and (max-width: 767px) {
      .c-btn_02:hover {
        box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); } }
  @media screen and (max-width: 767px) {
    .c-btn_02 {
      -ms-flex: 0.48;
      flex: 0.48;
      min-height: inherit;
      margin: 10px 0 0 0;
      font-size: 11px;
      line-height: 1.3;
      padding: 1% 2% 1% 23%;
      overflow: auto; } }
  .c-btn_02.icon-face:before {
    background: url("/assets/img/common/button/icon_h80_face.png") center center no-repeat;
    background-size: contain; }
  .c-btn_02.icon-human:before {
    background: url("/assets/img/common/button/icon_h80_human.png") center center no-repeat;
    background-size: contain; }
  .c-btn_02.icon-card:before {
    background: url("/assets/img/common/button/icon_h80_card.png") center center no-repeat;
    background-size: contain; }
  .c-btn_02.icon-card02:before {
    background: url("/assets/img/common/button/icon_h80_card02.png") center center no-repeat;
    background-size: contain; }
  .c-btn_02.is-red {
    background: #e60012;
    color: #fff;
    box-shadow: 0px 4px 2px 0px #cc0000;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.17); }
    .c-btn_02.is-red:before {
      border-right: 1px solid #cc6666; }
    .c-btn_02.is-red:hover {
      box-shadow: 0px 6px 6px 0px #cc0000; }
    @media screen and (max-width: 767px) {
      .c-btn_02.is-red:hover {
        box-shadow: 0px 4px 2px 0px #cc0000; } }
  .c-btn_02.is-green {
    background: #00cc66;
    color: #fff;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 4px 2px 0px #009933; }
    .c-btn_02.is-green:before {
      border-right: 1px solid #009933 !important; }
    .c-btn_02.is-green:hover {
      box-shadow: 0px 6px 6px 0px #009933; }
    @media screen and (max-width: 767px) {
      .c-btn_02.is-green:hover {
        box-shadow: 0px 4px 2px 0px #009933; } }
  .c-btn_02.is-pink {
    background: #ff6666;
    color: #fff;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 4px 2px 0px #cc3333; }
    .c-btn_02.is-pink:before {
      border-right: 1px solid #cc3333; }
    .c-btn_02.is-pink:hover {
      box-shadow: 0px 6px 6px 0px #cc3333; }
    @media screen and (max-width: 767px) {
      .c-btn_02.is-pink:hover {
        box-shadow: 0px 4px 2px 0px #cc3333; } }
  .c-btn_02.is-white {
    border: 1px solid #ccc;
    background: #fff;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); }
    .c-btn_02.is-white:before {
      border-right: 1px solid #ccc; }
    .c-btn_02.is-white:hover {
      box-shadow: 1px 5px 15px grey; }
    @media screen and (max-width: 767px) {
      .c-btn_02.is-white {
        box-shadow: 0px 6px 6px 0px gray; }
        .c-btn_02.is-white:hover {
          box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); } }

/*
** btn003
* 汎用的に出てくるボタン　【PC時】横2列　SP時【横1列】
* height 100pxのもの　縦可変あり
**
*/
.c-btn_03 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  width: 48.7%;
  font-weight: 300;
  background: #fff;
  min-height: 100px;
  position: relative;
  padding: 1% 1% 1% 110px;
  border-radius: 10px;
  border: 1px solid #ccc;
  overflow: hidden;
  transition: 0.2s all ease;
  margin: 0;
  box-sizing: border-box;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  word-wrap: break-word; }
  @media screen and (max-width: 767px) {
    .c-btn_03 {
      -ms-flex: 1;
      flex: 1;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      min-height: 65px;
      max-width: 100%;
      font-size: 14px;
      line-height: 1.3;
      padding: 1% 2% 1% 75px; } }
  @media screen and (max-width: 767px) {
    .c-btn_03:not(:last-child) {
      margin-bottom: 10px; } }
  .c-btn_03:nth-child(n+3) {
    margin-top: 20px; }
    @media screen and (max-width: 767px) {
      .c-btn_03:nth-child(n+3) {
        margin-top: 0; } }
  .c-btn_03 p {
    width: 100%; }
  .c-btn_03 .desc {
    display: block;
    font-size: 12px;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .c-btn_03 .desc {
        font-size: 11px; } }
  .c-btn_03.is-h70 {
    min-height: 70px; }
    .c-btn_03.is-h70:before {
      height: 70px;
      width: 70px; }
    .c-btn_03.is-h70.is-target:after {
      content: '';
      background: url(/assets/img/common/icon/icon_newtab.png) no-repeat center center !important;
      width: 15px;
      height: 15px;
      background-size: contain !important;
      top: 60%;
      left: inherit;
      right: 15px;
      position: absolute; }
      @media screen and (max-width: 767px) {
        .c-btn_03.is-h70.is-target:after {
          top: 60%; } }
  .c-btn_03.is-h70-btn01:before {
    background: url("/assets/img/common/icon/ranking.png") center center no-repeat;
    background-size: 60%; }
  .c-btn_03.is-h70-btn02:before {
    background: url("/assets/img/kojin/saving/investment/btn_icon_02.png") center center no-repeat;
    background-size: 70%; }
  .c-btn_03.is-link {
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease; }
    .c-btn_03.is-link:hover {
      box-shadow: 1px 5px 15px grey; }
      @media screen and (max-width: 767px) {
        .c-btn_03.is-link:hover {
          box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); } }
  .c-btn_03.is-target:after {
    content: '';
    background: url(/assets/img/common/icon/icon_newtab.png) no-repeat center center !important;
    width: 15px;
    height: 15px;
    background-size: contain !important;
    top: 75%;
    left: inherit;
    right: 10px;
    position: absolute; }
    @media screen and (max-width: 767px) {
      .c-btn_03.is-target:after {
        top: 60%; } }
  .c-btn_03.is-pdf:after {
    content: '';
    background: url("/assets/img/common/icon/icon_pdf.png") no-repeat center center !important;
    width: 18px;
    height: 18px;
    background-size: contain !important;
    top: 75%;
    left: inherit;
    right: 10px;
    position: absolute; }
    @media screen and (max-width: 767px) {
      .c-btn_03.is-pdf:after {
        top: 60%; } }
  .c-btn_03.icon-face:before {
    background: url("/assets/img/common/button/icon_h80_face.png") center center no-repeat;
    background-size: contain; }
  .c-btn_03.icon-face_chibaapp:before {
    background: url("/assets/img/common/button/icon_h80_face_chibaapp.png") center center no-repeat;
    background-size: contain; }
  .c-btn_03.icon-human:before {
    background: url("/assets/img/common/button/icon_h80_human.png") center center no-repeat;
    background-size: contain; }
  .c-btn_03.icon-adult:before {
    background: url("/assets/img/common/button/icon_h100_adult.png") center center no-repeat;
    background-size: contain; }
  .c-btn_03.icon-child:before {
    background: url("/assets/img/common/button/icon_h100_children.png") center center no-repeat;
    background-size: contain; }
  .c-btn_03.icon-pin:before {
    background: url("/assets/img/common/button/icon_h100_pin.png") center center no-repeat;
    background-size: contain; }
  .c-btn_03.icon-mansion:before {
    background: url("/assets/img/common/button/icon_h100_mansion.png") center center no-repeat;
    background-size: contain; }
  .c-btn_03.icon-chibaface:before {
    background: url("/assets/img/common/button/icon_h100_chibaface.png") center center no-repeat;
    background-size: contain; }
  .c-btn_03.icon-campus:before {
    background: url("/assets/img/common/button/icon_h100_campus.png") center center no-repeat;
    background-size: contain; }
  .c-btn_03.icon-pcgraph:before {
    background: url("/assets/img/common/button/icon_h100_pcgraph.png") center center no-repeat;
    background-size: contain; }
  .c-btn_03.icon-boad:before {
    background: url("/assets/img/common/button/icon_h100_boad.png") center center no-repeat;
    background-size: contain; }
  .c-btn_03.icon-calendar:before {
    background: url("/assets/img/common/button/icon_h100_calendar.png") center center no-repeat;
    background-size: contain; }
  .c-btn_03.icon-finger:before {
    background: url("/assets/img/common/button/icon_h100_finger.png") center center no-repeat;
    background-size: contain; }
  .c-btn_03.icon-card:before {
    background: url("/assets/img/common/button/icon_h100_card.png") center center no-repeat;
    background-size: contain; }
  .c-btn_03.icon-card02:before {
    background: url("/assets/img/common/button/icon_h100_card02.png") center center no-repeat;
    background-size: contain; }
  .c-btn_03.icon-card03:before {
    background: url("/assets/img/common/button/icon_h100_card03.png") center center no-repeat;
    background-size: contain; }
  .c-btn_03.icon-girl:before {
    background: url("/assets/img/common/button/icon_h100_girl.png") center center no-repeat;
    background-size: contain; }
  .c-btn_03.icon-girl02:before {
    background: url("/assets/img/common/button/icon_h100_girl02.png") center center no-repeat;
    background-size: contain; }
  .c-btn_03.icon-graph:before {
    background: url("/assets/img/common/button/icon_h100_graph.png") center center no-repeat;
    background-size: contain; }
  .c-btn_03.icon-graph02:before {
    background: url("/assets/img/common/button/icon_h100_graph02.png") center center no-repeat;
    background-size: contain; }
  .c-btn_03.icon-graph03:before {
    background: url("/assets/img/common/button/icon_h100_graph03.png") center center no-repeat;
    background-size: contain; }
  .c-btn_03.icon-graph04:before {
    background: url("/assets/img/common/button/icon_h100_graph04.png") center center no-repeat;
    background-size: contain; }
  .c-btn_03.icon-homeheart:before {
    background: url("/assets/img/common/button/icon_h100_homeheart.png") center center no-repeat;
    background-size: contain; }
  .c-btn_03.icon-men:before {
    background: url("/assets/img/common/button/icon_h100_men.png") center center no-repeat;
    background-size: contain; }
  .c-btn_03.icon-money:before {
    background: url("/assets/img/common/button/icon_h100_money.png") center center no-repeat;
    background-size: contain; }
  .c-btn_03.icon-money02:before {
    background: url("/assets/img/common/button/icon_h100_money02.png") center center no-repeat;
    background-size: contain; }
  .c-btn_03.icon-money03:before {
    background: url("/assets/img/common/button/icon_h100_money03.png") center center no-repeat;
    background-size: contain; }
  .c-btn_03.icon-news:before {
    background: url("/assets/img/common/button/icon_h100_news.png") center center no-repeat;
    background-size: contain; }
  .c-btn_03.icon-pc:before {
    background: url("/assets/img/common/button/icon_h100_pc.png") center center no-repeat;
    background-size: contain; }
  .c-btn_03.icon-pc15min:before {
    background: url("/assets/img/common/button/icon_h100_pc15min.png") center center no-repeat;
    background-size: contain; }
  .c-btn_03.icon-pen:before {
    background: url("/assets/img/common/button/icon_h100_pen.png") center center no-repeat;
    background-size: contain; }
  .c-btn_03.icon-robot:before {
    background: url("/assets/img/common/button/icon_h100_robot.png") center center no-repeat;
    background-size: contain; }
  .c-btn_03.icon-search:before {
    background: url("/assets/img/common/button/icon_h100_search.png") center center no-repeat;
    background-size: contain; }
  .c-btn_03.icon-search02:before {
    background: url("/assets/img/common/button/icon_h100_search02.png") center center no-repeat;
    background-size: contain; }
  .c-btn_03.icon-seminar:before {
    background: url("/assets/img/common/button/icon_h100_seminar.png") center center no-repeat;
    background-size: contain; }
  .c-btn_03.icon-jcb:before {
    background: url("/assets/img/common/button/icon_h100_jcb.png") center center no-repeat;
    background-size: contain; }
  .c-btn_03.icon-jcb02:before {
    background: url("/assets/img/common/button/icon_h100_jcb02.png") center center no-repeat;
    background-size: contain; }
  .c-btn_03.icon-dc:before {
    background: url("/assets/img/common/button/icon_h100_dc.png") center center no-repeat;
    background-size: contain; }
  .c-btn_03.icon-tsubasa:before {
    background: url("/assets/img/common/button/icon_h100_tsubasa.png") center center no-repeat;
    background-size: contain; }
  .c-btn_03.icon-debit:before {
    background: url("/assets/img/common/button/icon_h100_debit.png") center center no-repeat;
    background-size: contain; }
  .c-btn_03.icon-post:before {
    background: url("/assets/img/common/button/icon_h100_post.png") center center no-repeat;
    background-size: contain; }
  .c-btn_03.icon-note:before {
    background: url("/assets/img/common/button/icon_h100_note.png") center center no-repeat;
    background-size: contain; }
  .c-btn_03.icon-download:before {
    background: url("/assets/img/common/button/icon_h100_download.png") center center no-repeat;
    background-size: contain; }
  .c-btn_03.icon-point:before {
    background: url("/assets/img/common/button/icon_h100_point.png") center center no-repeat;
    background-size: contain; }
  .c-btn_03.icon-point02:before {
    background: url("/assets/img/common/button/icon_h100_point02.png") center center no-repeat;
    background-size: contain; }
  .c-btn_03.icon-okidoki:before {
    background: url("/assets/img/common/button/icon_h100_okidoki.png") center center no-repeat;
    background-size: contain; }
  .c-btn_03.icon-okidoki:before {
    background: url("/assets/img/common/button/icon_h100_okidoki.png") center center no-repeat;
    background-size: contain; }
  .c-btn_03.icon-okidoki:before {
    background: url("/assets/img/common/button/icon_h100_okidoki.png") center center no-repeat;
    background-size: contain; }
  .c-btn_03.icon-holiday:before {
    background: url("/assets/img/common/button/icon_h100_holiday.png") center center no-repeat;
    background-size: contain; }
  .c-btn_03.icon-heart:before {
    background: url("/assets/img/common/button/icon_h100_heart.png") center center no-repeat;
    background-size: contain; }
  .c-btn_03.icon-heart02:before {
    background: url("/assets/img/common/button/icon_h100_heart02.png") center center no-repeat;
    background-size: contain; }
  .c-btn_03.icon-heart03:before {
    background: url("/assets/img/common/button/icon_h100_heart03.png") center center no-repeat;
    background-size: contain; }
  .c-btn_03.icon-bfree:before {
    background: url("/assets/img/common/button/icon_h100_bfree.png") center center no-repeat;
    background-size: contain; }
  .c-btn_03.icon-caution:before {
    background: url("/assets/img/common/button/icon_h100_caution.png") center center no-repeat;
    background-size: contain; }
  .c-btn_03.icon-grandpa:before {
    background: url("/assets/img/common/button/icon_h100_grandpa.png") center center no-repeat;
    background-size: contain; }
  .c-btn_03.icon-grandpa:before {
    background: url("/assets/img/common/button/icon_h100_grandpa.png") center center no-repeat;
    background-size: contain; }
  .c-btn_03.icon-key:before {
    background: url("/assets/img/common/button/icon_h100_key.png") center center no-repeat;
    background-size: contain; }
  .c-btn_03.icon-cloud:before {
    background: url("/assets/img/common/button/icon_h100_cloud.png") center center no-repeat;
    background-size: contain; }
  .c-btn_03.icon-mobile:before {
    background: url("/assets/img/common/button/icon_h100_mobile.png") center center no-repeat;
    background-size: contain; }
  .c-btn_03.icon-mail:before {
    background: url("/assets/img/common/button/icon_h100_mail.png") center center no-repeat;
    background-size: contain; }
  .c-btn_03.icon-clock:before {
    background: url("/assets/img/common/button/icon_h100_clock.png") center center no-repeat;
    background-size: contain; }
  .c-btn_03.icon-pig:before {
    background: url("/assets/img/common/button/icon_h100_pig.png") center center no-repeat;
    background-size: contain; }
  .c-btn_03.icon-consul:before {
    background: url("/assets/img/common/button/icon_h100_consul.png") center center no-repeat;
    background-size: contain; }
  .c-btn_03.icon-begin:before {
    background: url("/assets/img/common/button/icon_h100_begin.png") center center no-repeat;
    background-size: contain; }
  .c-btn_03.icon-calc:before {
    background: url("/assets/img/common/button/icon_h100_calc.png") center center no-repeat;
    background-size: contain; }
  .c-btn_03.icon-calc02:before {
    background: url("/assets/img/common/button/icon_h100_calc02.png") center center no-repeat;
    background-size: contain; }
  .c-btn_03.icon-reserve:before {
    background: url("/assets/img/common/button/icon_h100_reserve.png") center center no-repeat;
    background-size: contain; }
  .c-btn_03.icon-pccard:before {
    background: url("/assets/img/common/button/icon_h100_pccard.jpg") center center no-repeat;
    background-size: contain; }
  .c-btn_03.icon-pccard02:before {
    background: url("/assets/img/common/button/icon_h100_pccard02.jpg") center center no-repeat;
    background-size: contain; }
  .c-btn_03.icon-weight:before {
    background: url("/assets/img/common/button/icon_h100_weight.png") center center no-repeat;
    background-size: contain; }
  .c-btn_03.icon-finbee:before {
    background: url("/assets/img/common/button/icon_h100_finbee.png") center center no-repeat;
    background-size: contain; }
  .c-btn_03.icon-chiba_fun:before {
    background: url("/assets/img/common/button/icon_h100_chiba_fun.jpg") center center no-repeat;
    background-size: contain; }
  .c-btn_03.icon-dl_touka:before {
    background: url("/assets/img/common/button/icon_cv_download_touka.png") center center no-repeat;
    background-size: contain; }
  .c-btn_03.icon-note_touka:before {
    background: url("/assets/img/common/button/icon_cv_note_touka.png") center center no-repeat;
    background-size: contain; }
  .c-btn_03.icon-apptoshin:before {
    background: url("/assets/img/common/button/icon_h100_apptoshin.png") center center no-repeat;
    background-size: contain; }
  .c-btn_03.icon-moneyguide:before {
    background: url("/assets/img/common/button/icon_h100_moneyguide.png") center center no-repeat;
    background-size: contain; }
  .c-btn_03.icon-basket:before {
    background: url("/assets/img/common/button/icon_h100_basket.png") center center no-repeat;
    background-size: contain; }


/*
** btn004
* 上部写真を使ったボタン 【PC時】横2列　SP時【横1列】
* サイズ可変はちょっと未定なので実装しないかも
**
*/
.c-btn_04 {
  font-size: 18px;
  width: 48.7%;
  font-weight: 300;
  background: #fff;
  min-height: 100px;
  position: relative;
  border-radius: 10px;
  border: 1px solid #ccc;
  transition: 0.2s all ease;
  margin: 0;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .c-btn_04 {
      -ms-flex: 1;
      flex: 1;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      min-width: 100%; } }
  .c-btn_04 img {
    width: 100%; }
  .c-btn_04 .text {
    margin: 10px 15px 15px 15px;
    font-size: 20px;
    line-height: 1; }
    .c-btn_04 .text span {
      display: block;
      margin: 10px 0 0 0;
      color: #666;
      font-size: 16px; }
      @media screen and (max-width: 767px) {
        .c-btn_04 .text span {
          font-size: 15px;
          margin: 5px 0 0 0; } }
  @media screen and (max-width: 767px) {
    .c-btn_04:last-child {
      margin-top: 20px; } }
  .c-btn_04.is-link {
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease; }
    .c-btn_04.is-link:hover {
      box-shadow: 1px 5px 15px grey; }
      @media screen and (max-width: 767px) {
        .c-btn_04.is-link:hover {
          box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); } }

/*
** btn005
* 注意事項等で使うアンカーボタン
**
*/
.c-btn_05 {
  border-radius: 25px;
  border: 1px solid #ccc;
  width: 33%;
  max-width: 33%;
  font-size: 14px;
  color: #666;
  background: #fff;
  height: 50px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 0 90px;
  transition: 0.2s all ease; }
  @media screen and (max-width: 767px) {
    .c-btn_05 {
      -ms-flex: 1;
      flex: 1;
      max-width: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      padding: 0 10px 0 84px; } }
  @media screen and (max-width: 767px) {
    .c-btn_05:not(:last-child) {
      margin-bottom: 10px; } }
  .c-btn_05:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 76px;
    height: 100%;
    background: url(/assets/img/common/button/icon_cauntion.png) center center no-repeat;
    background-size: 40%;
    border-right: 1px solid #ccc; }
  .c-btn_05:hover {
    background: #666;
    color: #fff; }
    @media screen and (max-width: 767px) {
      .c-btn_05:hover {
        background: #fff;
        color: #666; } }
  .c-btn_05.is-single {
    -ms-flex: 0.48;
    flex: 0.48;
    max-width: 48%; }
    @media screen and (max-width: 767px) {
      .c-btn_05.is-single {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%; } }

/*
** btn006
* 上にアイコンがあるパターン  【PC時】横2列　SP時【横2列】
**
*/
.c-btn_06 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 18px;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
  max-width: 48.0%;
  font-weight: 300;
  background: #fff;
  min-height: 100px;
  position: relative;
  border-radius: 10px;
  border: 1px solid #ccc;
  overflow: hidden;
  transition: 0.2s all ease;
  margin: 0 0 0 0; }
  @media screen and (max-width: 767px) {
    .c-btn_06 {
      -ms-flex-preferred-size: 370px;
      flex-basis: 370px;
      max-width: 48.7%;
      -ms-flex: 0.48;
      flex: 0.48;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: start;
      justify-content: flex-start; } }
  .c-btn_06 img {
    width: 240px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .c-btn_06 img {
        max-width: 100%; } }
  .c-btn_06 .text {
    border-top: 1px solid #ccc;
    font-size: 20px;
    color: #e60012;
    width: 100%;
    padding: 20px;
    line-height: 1; }
    @media screen and (max-width: 767px) {
      .c-btn_06 .text {
        font-size: 15px;
        padding: 10px;
        text-align: left;
        display: block;
        width: 100%; } }
    .c-btn_06 .text p {
      box-sizing: border-box;
      width: 100%; }
    .c-btn_06 .text span {
      margin: 10px 0 0 0;
      display: block;
      color: #666;
      line-height: 1.375;
      font-size: 16px; }
      @media screen and (max-width: 767px) {
        .c-btn_06 .text span {
          margin: 5px 0 0 0;
          font-size: 11px; } }
  .c-btn_06.is-link {
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease; }
    .c-btn_06.is-link:hover {
      box-shadow: 1px 5px 15px grey; }
      @media screen and (max-width: 767px) {
        .c-btn_06.is-link:hover {
          box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); } }
  @media screen and (max-width: 767px) {
    .c-btn_06:not(:last-child) {
      margin-bottom: 10px; } }
  .c-btn_06:nth-child(n+3) {
    margin-top: 20px; }
    @media screen and (max-width: 767px) {
      .c-btn_06:nth-child(n+3) {
        margin-top: 0; } }
  .c-btn_06.is-photo img {
    width: 100%; }
  .c-btn_06.is-target:after {
    content: '';
    background: url(/assets/img/common/icon/icon_newtab.png) no-repeat center center !important;
    width: 15px;
    height: 15px;
    background-size: contain !important;
    bottom: 5%;
    left: inherit;
    right: 14px;
    position: absolute; }

/*
** btn007
* 上にアイコンがあるパターン  【PC時】横3列　SP時【横3列】
**
*/
.c-btn_07 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0.31;
  flex: 0.31;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 18px;
  -ms-flex-preferred-size: 240px;
  flex-basis: 240px;
  max-width: 31.58%;
  font-weight: 300;
  background: #fff;
  min-height: 100px;
  position: relative;
  border-radius: 10px;
  border: 1px solid #ccc;
  overflow: hidden;
  transition: 0.2s all ease;
  margin: 0 0 0 0; }
  @media screen and (max-width: 767px) {
    .c-btn_07 {
      max-width: 31.58%;
      -ms-flex-preferred-size: 31.58%;
      flex-basis: 31.58%;
      -ms-flex: 30%;
      flex: 30%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: start;
      justify-content: flex-start;
      height: 100%; } }
  .c-btn_07 img {
    width: 240px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .c-btn_07 img {
        width: 100%; } }
  .c-btn_07 .text {
    border-top: 1px solid #ccc;
    font-size: 20px;
    color: #e60012;
    padding: 20px 15px;
    line-height: 1;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .c-btn_07 .text {
        font-size: 13px;
        padding: 10px 5px;
        text-align: center;
        display: block;
        width: 100%; } }
    .c-btn_07 .text p {
      box-sizing: border-box;
      width: 100%; }
    .c-btn_07 .text span {
      margin: 10px 0 0 0;
      display: block;
      color: #666;
      line-height: 1.375;
      font-size: 16px; }
      @media screen and (max-width: 767px) {
        .c-btn_07 .text span {
          margin: 5px 0 0 0;
          font-size: 11px; } }
  .c-btn_07.is-link {
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease; }
    .c-btn_07.is-link:hover {
      box-shadow: 1px 5px 15px grey; }
      @media screen and (max-width: 767px) {
        .c-btn_07.is-link:hover {
          box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); } }
  @media screen and (max-width: 767px) {
    .c-btn_07:not(:last-child) {
      margin-bottom: 10px; } }
  .c-btn_07:nth-child(n+4) {
    margin-top: 20px; }
    @media screen and (max-width: 767px) {
      .c-btn_07:nth-child(n+4) {
        margin-top: 0; } }
  .c-btn_07.is-target:after {
    content: '';
    background: url(/assets/img/common/icon/icon_newtab.png) no-repeat center center !important;
    width: 15px;
    height: 15px;
    background-size: contain !important;
    bottom: 5%;
    left: inherit;
    right: 14px;
    position: absolute; }

/*
** btn008
* 上にアイコンがあるパターン  【PC時】横4列　SP時【横1列】
**
*/
.c-btn_08 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 18px;
  -ms-flex: 1;
  flex: 1;
  font-weight: 300;
  background: #fff;
  min-height: 100px;
  position: relative;
  border-radius: 10px;
  border: 1px solid #ccc;
  overflow: hidden;
  transition: 0.2s all ease;
  margin: 0 20px 0 0;
  -ms-flex-direction: row;
  flex-direction: row; }
  @media screen and (max-width: 767px) {
    .c-btn_08 {
      max-width: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: start;
      justify-content: flex-start;
      height: 100%;
      margin: 0;
      min-height: auto; } }
  @media screen and (max-width: 767px) {
    .c-btn_08 figure {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-preferred-size: 70px;
      flex-basis: 70px;
      height: 70px;
      border-right: 1px solid #ccc; } }
  .c-btn_08 .text {
    border-top: 1px solid #ccc;
    font-size: 20px;
    padding: 20px 15px;
    box-sizing: border-box;
    line-height: 1.3;
    display: block;
    width: 100%;
    text-align: center;
    color: #333; }
    @media screen and (max-width: 767px) {
      .c-btn_08 .text {
        font-size: 13px;
        padding: 10px 5px;
        text-align: center;
        display: block;
        width: 100%;
        border: none;
        padding: 10px; } }
  .c-btn_08 img {
    width: 100%;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .c-btn_08 img {
        width: 100%; } }
  .c-btn_08:last-child {
    margin: 0 0 0 0; }

/*
** btn009
* 上にアイコンがあるパターン 2カラム 【PC時】横3列　SP時【横2列】
**
*/
.c-btn_09 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0.31;
  flex: 0.31;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 18px;
  -ms-flex-preferred-size: 240px;
  flex-basis: 240px;
  max-width: 31.58%;
  font-weight: 300;
  background: #fff;
  min-height: 100px;
  position: relative;
  border-radius: 10px;
  border: 1px solid #ccc;
  overflow: hidden;
  transition: 0.2s all ease;
  margin: 0 0 0 0; }
  .c-btn_09.four-box {
  -ms-flex-preferred-size: 160px;
  flex-basis: 160px;
  max-width: 24.58%;
  min-height: 80px;
  margin: 0 0.8% 0 0.8%;}
  .c-btn_09.four-box img {
    width: 170px;
    margin: 0 auto; }
  .c-btn_09.is-insurance {
      margin: 0 0.8% 0 0.8%;}
  @media screen and (max-width: 767px) {
    .c-btn_09 {
      max-width: 47.5%;
      -ms-flex-preferred-size: 47.5%;
      flex-basis: 47.5%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: start;
      justify-content: flex-start;
      height: auto; }
	  .c-btn_09.is-insurance {
      margin: 0 1.2% 0 1.2%;}
	  .c-btn_09.four-box {
      margin: 0 1.2% 0 1.2%;
  -ms-flex-preferred-size: 47.5%;
  flex-basis: 47.5%;
  max-width: 47.5%;} }
  .c-btn_09 img {
    width: 240px;
    margin: 0 auto; }
  .c-btn_09 .w31 {
    width: 31px; }
    @media screen and (max-width: 767px) {
      .c-btn_09 img {
        width: 100%; }
  .c-btn_09.four-box img {
    width: 100%; } }
  .c-btn_09 .text {
    border-top: 1px solid #ccc;
    font-size: 20px;
    color: #e60012;
    padding: 20px 15px;
    line-height: 1;
    width: 100%; }
  .c-btn_09.four-box .text {
    border-top: 1px solid #ccc;
    font-size: 17px;
    color: #e60012;
    padding: 20px 15px;
    line-height: 1;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .c-btn_09 .text {
        font-size: 13px;
        padding: 10px 5px;
        text-align: center;
        display: block;
        width: 100%; }
        .c-btn_09.four-box .text {
        font-size: 13px;
        padding: 10px 5px;
        text-align: center;
        display: block;
        width: 100%; } }
    .c-btn_09 .text p {
      box-sizing: border-box;
      width: 100%; }
    .c-btn_09 .text 	span {
      margin: 10px 0 0 0;
      display: block;
      color: #666;
      line-height: 1.375;
      text-align: left;
      font-size: 16px; }
    .c-btn_09.four-box .text span {
      margin: 10px 0 0 0;
      display: block;
      color: #666;
      line-height: 1.375;
      text-align: left;
      font-size: 14px; }
      @media screen and (max-width: 767px) {
        .c-btn_09 .text span {
          margin: 5px 0 0 0;
          font-size: 11px; }
        .c-btn_09.four-box .text span {
          margin: 5px 0 0 0;
          font-size: 11px; } }
  .c-btn_09.is-link {
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease; }
    .c-btn_09.is-link:hover {
      box-shadow: 1px 5px 15px grey; }
      @media screen and (max-width: 767px) {
        .c-btn_09.is-link:hover {
          box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); } }
  @media screen and (max-width: 767px) {
    .c-btn_09:not(:last-child) {
      margin-bottom: 10px; } }
  .c-btn_09:nth-child(n+4) {
    margin-top: 20px; }
  .c-btn_09.four-box:nth-child(4) {
    margin-top: 0px; }
    @media screen and (min-width: 600px) and (max-width: 1000px) {
  .c-btn_09.four-box:nth-child(4) {
    margin-top: 20px; } }
    @media screen and (max-width: 767px) {
      .c-btn_09:nth-child(n+4) {
        margin-top: 0; } }
  .c-btn_09.is-twocolumn {
    margin-right: 20px; }
    @media screen and (max-width: 767px) {
      .c-btn_09.is-twocolumn {
        margin-right: 10px;
        -ms-flex: 1;
        flex: 1;
        -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
        max-width: 48%;
        box-sizing: border-box; } }
    @media screen and (max-width: 767px) {
      .c-btn_09.is-twocolumn:last-child {
        margin-right: 0; } }
  .c-btn_09.is-target:after {
    content: '';
    background: url(/assets/img/common/icon/icon_newtab.png) no-repeat center center !important;
    width: 15px;
    height: 15px;
    background-size: contain !important;
    bottom: 5%;
    left: inherit;
    right: 14px;
    position: absolute; }

  .c-btn_09.is-pdf:after {
    content: '';
    background: url(/assets/img/common/icon/icon_pdf.png) no-repeat center center !important;
    position: absolute;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    background-size: contain !important;
    top: inherit;
    left: inherit;
    bottom: 10px;
    right: 10px; }
  @media screen and (max-width: 767px) {
    .c-btn_09.is-pdf {
      bottom: 5px; } }

/*
** btn011
* 上にアイコンがあるパターン  【PC時】横2列　SP時【横1列】
**
*/
.c-btn_011 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 18px;
  width: 48.7%;
  font-weight: 300;
  background: #fff;
  min-height: 100px;
  position: relative;
  border-radius: 10px;
  border: 1px solid #ccc;
  overflow: hidden;
  transition: 0.2s all ease;
  margin: 0 0 0 0; }
  @media screen and (max-width: 767px) {
    .c-btn_011 {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
      -ms-flex: 1;
      flex: 1;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: start;
      justify-content: flex-start;
      height: 100%; } }
  .c-btn_011 img {
    width: 240px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .c-btn_011 img {
        height: 65px;
        width: auto; } }
  .c-btn_011 .text {
    border-top: 1px solid #ccc;
    font-size: 20px;
    color: #e60012;
    padding: 20px;
    box-sizing: border-box;
    line-height: 1; }
    @media screen and (max-width: 767px) {
      .c-btn_011 .text {
        font-size: 15px;
        padding: 10px;
        text-align: center;
        display: block;
        width: 100%; } }
    .c-btn_011 .text span {
      margin: 10px 0 0 0;
      display: block;
      color: #666;
      line-height: 1.375;
      font-size: 16px; }
      @media screen and (max-width: 767px) {
        .c-btn_011 .text span {
          margin: 5px 0 0 0;
          font-size: 11px; } }
  .c-btn_011.is-link {
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease; }
    .c-btn_011.is-link:hover {
      box-shadow: 1px 5px 15px grey; }
      @media screen and (max-width: 767px) {
        .c-btn_011.is-link:hover {
          box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); } }
  @media screen and (max-width: 767px) {
    .c-btn_011:not(:last-child) {
      margin-right: 10px; } }
  .c-btn_011:nth-child(n+3) {
    margin-top: 20px; }
    @media screen and (max-width: 767px) {
      .c-btn_011:nth-child(n+3) {
        margin-top: 0; } }
  @media screen and (max-width: 767px) {
    .c-btn_011.is-photo {
      height: auto; } }
  .c-btn_011.is-photo img {
    width: 100%; }
    @media screen and (max-width: 767px) {
      .c-btn_011.is-photo img {
        height: auto; } }

.cv_container {
  margin: 30px 0 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .cv_container {
      -ms-flex-direction: column;
      flex-direction: column; } }
  .cv_container .btn {
    border-radius: 20px;
    border: 1px solid #ccc;
    padding: 10px 0;
    -ms-flex-preferred-size: 340px;
    flex-basis: 340px;
    font-size: 14px;
    text-align: center;
    background: #fff;
    display: block;
    transition: 0.2s all ease; }
    @media screen and (max-width: 767px) {
      .cv_container .btn {
        border-radius: 20px;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        font-size: 13px; } }
    .cv_container .btn:hover {
      background: #aaa;
      color: #fff; }
      @media screen and (max-width: 767px) {
        .cv_container .btn:hover {
          background: #fff;
          color: #333; } }
    @media screen and (max-width: 767px) {
      .cv_container .btn:last-child {
        margin-top: 15px; } }

/*
**
* ブロックレベルボタン　【PC時横3列】　【SP来横2列】
**
*/
.c-btn_010 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  overflow: hidden;
  font-size: 18px;
  width: 31%;
  font-weight: 300;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #ccc;
  transition: 0.2s all ease;
  margin: 0 2% 20px 0;
  position: relative; }
  @media screen and (max-width: 767px) {
    .c-btn_010 {
      -ms-flex-preferred-size: 48.3%;
      flex-basis: 48.3%;
      max-width: 48.3%;
      margin: 0 10px 10px 0;
      -ms-flex: 48%;
      flex: 48%; } }
  .c-btn_010.is-link {
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease; }
    .c-btn_010.is-link:hover {
      box-shadow: 1px 5px 15px grey; }
      @media screen and (max-width: 767px) {
        .c-btn_010.is-link:hover {
          box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); } }
  .c-btn_010:nth-child(3n) {
    margin-right: 0px; }
    @media screen and (max-width: 767px) {
      .c-btn_010:nth-child(3n) {
        margin-right: 10px; } }
  @media screen and (max-width: 767px) {
    .c-btn_010:nth-child(2n) {
      margin-right: 0px; } }
  .c-btn_010 .hdg {
    padding: 20px 5px;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #f8f8f8;
    border-bottom: 1px solid #ccc; }
    @media screen and (max-width: 767px) {
      .c-btn_010 .hdg {
        font-size: 15px;
        padding: 10px 0; } }
    .c-btn_010 .hdg p {
      font-size: 22px;
      color: #e60012;
      width: 100%; }
      @media screen and (max-width: 767px) {
        .c-btn_010 .hdg p {
          font-size: 15px; } }
  .c-btn_010 .txt {
    padding: 15px;
    font-size: 18px;
    color: #666;
    display: block;
    width: 100%;
    word-break: break-all; }
    @media screen and (max-width: 767px) {
      .c-btn_010 .txt {
        font-size: 12px;
        padding: 10px; } }
  .c-btn_010.is-target:after {
    content: '';
    background: url(/assets/img/common/icon/icon_newtab.png) no-repeat center center !important;
    width: 15px;
    height: 15px;
    background-size: contain !important;
    bottom: 5%;
    left: inherit;
    right: 14px;
    position: absolute; }

/*
**
* ブロックレベルボタン(写真あり)　【PC時横3列】　【SP来横1列】
**
*/
.c-btn_011 {
  border-radius: 10px;
  border: 1px solid #ccc;
  width: 48.7%;
  height: 200px;
  overflow: hidden;
  text-align: center;
  background: #f8f8f8;
  box-sizing: border-box; }
  .c-btn_011 figure {
    height: 120px;
    overflow: hidden; }
  .c-btn_011 .hdg {
    color: #333;
    height: 80px;
    width: 240px;
    padding: 0 28px;
    font-size: 18px;
    line-height: 1.4;
    text-align: left;
    font-weight: normal;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle; }
  .c-btn_011.is-link {
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease; }
    .c-btn_011.is-link:hover {
      box-shadow: 1px 5px 15px grey; }
      @media screen and (max-width: 767px) {
        .c-btn_011.is-link:hover {
          box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); } }

/*
**
* ブロックレベルボタン(見出しとテキスト)　【PC時横2列】　【SP来横2列】
**
*/
.c-btn_012container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 30px 0; }
  @media screen and (max-width: 767px) {
    .c-btn_012container {
      margin: 0 0 20px 0; } }
  .c-btn_012container .btn {
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease;
    border-radius: 10px;
    border: 1px solid #ccc;
    display: block;
    overflow: hidden;
    position: relative;
    width: 48.6%;
    margin: 20px 0 0 0; }
    .c-btn_012container .btn:hover {
      box-shadow: 1px 5px 15px grey; }
      @media screen and (max-width: 767px) {
        .c-btn_012container .btn:hover {
          box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); } }
    @media screen and (max-width: 767px) {
      .c-btn_012container .btn {
        -ms-flex-preferred-size: 49%;
        flex-basis: 49%; } }
    .c-btn_012container .btn > ul {
      margin: 10px 0 10px 30px !important; }
      @media screen and (max-width: 767px) {
        .c-btn_012container .btn > ul {
          margin: 5px 0 5px 20px !important; } }
    .c-btn_012container .btn li {
      margin: 0 10px 0 0 !important;
      font-size: 18px; }
      @media screen and (max-width: 767px) {
        .c-btn_012container .btn li {
          margin: 0 5px 0 0 !important;
          font-size: 13px; } }
      .c-btn_012container .btn li .is-target {
        position: static; }
    .c-btn_012container .btn.is-single {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      width: 100%;
      max-width: 100%; }
      .c-btn_012container .btn.is-single .hdg {
        min-height: auto;
        font-size: 30px;
        padding: 10px 0; }
        @media screen and (max-width: 767px) {
          .c-btn_012container .btn.is-single .hdg {
            font-size: 20px; } }
        .c-btn_012container .btn.is-single .hdg span {
          font-size: 20px;
          display: block; }
          @media screen and (max-width: 767px) {
            .c-btn_012container .btn.is-single .hdg span {
              font-size: 14px; } }
    .c-btn_012container .btn.is-nolink {
      box-shadow: none; }
      .c-btn_012container .btn.is-nolink:hover {
        box-shadow: none; }
    .c-btn_012container .btn.is-target:after {
      content: '';
      background: url(/assets/img/common/icon/icon_newtab.png) no-repeat center center !important;
      width: 15px;
      height: 15px;
      background-size: contain !important;
      bottom: 5%;
      left: inherit;
      right: 14px;
      position: absolute; }
  .c-btn_012container .hdg {
    color: #e60012;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 21px;
    padding: 10px;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 300;
    min-height: 45px;
    text-align: center;
    background: #f8f8f8;
    border-bottom: 1px solid #ccc; }
    @media screen and (max-width: 767px) {
      .c-btn_012container .hdg {
        padding: 5px;
        font-size: 15px;
        min-height: 45px; } }
  .c-btn_012container .desc {
    font-size: 18px;
    color: #666;
    line-height: 1.6;
    text-align: left;
    padding: 15px 10px; }
    @media screen and (max-width: 767px) {
      .c-btn_012container .desc {
        font-size: 13px; } }
    .c-btn_012container .desc a {
      display: inline;
      color: #e60012; }
  .c-btn_012container .column {
    display: -ms-flexbox;
    display: flex;
    padding: 30px;
    -ms-flex-direction: row;
    flex-direction: row; }
    @media screen and (max-width: 767px) {
      .c-btn_012container .column {
        padding: 15px;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .c-btn_012container .column_inline {
    font-size: 0px; }
  .c-btn_012container .column-item {
    -ms-flex: 1;
    flex: 1;
    margin: 0 20px 0 0; }
    @media screen and (max-width: 767px) {
      .c-btn_012container .column-item {
        max-width: initial !important;
        min-width: initial !important; } }
    .c-btn_012container .column-item:last-child {
      margin: 0; }
  .c-btn_012container .column_inlineItem {
    display: inline-block;
    vertical-align: top; }
  .c-btn_012container .in_list {
    margin: 0; }
    .c-btn_012container .in_list li {
      position: relative;
      padding: 0 0 0 20px;
      margin: 0 0 10px 0; }
      .c-btn_012container .in_list li:before {
        content: '';
        display: block;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #e60012;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 40%;
        bottom: 0;
        left: 0px;
        margin-right: 20px; }
      .c-btn_012container .in_list li a {
        text-decoration: none; }
  .c-btn_012container .in_list02 {
    margin: 0 20px; }
    @media screen and (max-width: 767px) {
      .c-btn_012container .in_list02 {
        margin: 0; } }
    .c-btn_012container .in_list02 li {
      position: relative;
      padding: 0 0 0 10px;
      margin: 0 0 5px 0 !important; }
      .c-btn_012container .in_list02 li:before {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        margin-right: 10px;
        display: inline-block;
        position: absolute;
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 14px;
        border-width: 5px 0 5px 4px;
        border-color: transparent transparent transparent #ccc; }
      .c-btn_012container .in_list02 li a {
        color: #666;
        text-decoration: underline; }
        .c-btn_012container .in_list02 li a.is-target:after {
          content: '';
          background: url(/assets/img/common/icon/icon_newtab.png) no-repeat center center !important;
          width: 1em;
          height: 1em;
          background-size: contain !important;
          left: inherit;
          display: inline-block;
          vertical-align: middle;
          margin: 0 4px; }

/*
**
* ブロックレベルボタン(テキストのみで小さい)　【PC時横4列】　【SP来横3列】
**
*/
.c-btn_013 {
  border-radius: 10px;
  border: 1px solid #ccc;
  height: 50px;
  padding: 0px 10px;
  overflow: hidden;
  text-align: center;
  background: #f8f8f8;
  box-sizing: border-box;
  font-size: 16px;
  margin: 0 13px 15px 0;
  position: relative;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 767px) {
    .c-btn_013 {
      -ms-flex-pack: center;
      justify-content: center;
      padding: 10px;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
      box-sizing: border-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 16px;
      margin: 0 13px 15px 0;
      position: relative; } }
  .c-btn_013.is-link {
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease; }
    .c-btn_013.is-link:hover {
      box-shadow: 1px 5px 15px grey; }
      @media screen and (max-width: 767px) {
        .c-btn_013.is-link:hover {
          box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); } }
  .c-btn_013:nth-child(4n) {
    margin-right: 0px; }
    @media screen and (max-width: 767px) {
      .c-btn_013:nth-child(4n) {
        margin-right: 10px; } }
  @media screen and (max-width: 767px) {
    .c-btn_013:nth-child(3n) {
      margin-right: 0px; } }
  .c-btn_013 .text {
    margin: 0 17px 0 0;
    box-sizing: border-box;
    line-height: 46px; }
    @media screen and (max-width: 767px) {
      .c-btn_013 .text {
        font-size: 13px;
        line-height: 1.4;
        margin: 0 10px 0 0; } }
  .c-btn_013:after {
    position: absolute;
    top: 50%;
    margin: auto;
    content: '';
    vertical-align: middle;
    right: 13px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%); }
  .c-btn_013.three-column {
    min-width: 32%; }
    @media screen and (max-width: 767px) {
      .c-btn_013.three-column {
        -ms-flex: 1;
        flex: 1;
        margin: 0 5px 5px 0; } }
    .c-btn_013.three-column:last-child {
      margin-right: 0; }

/*
**
* リストスタイルボタン(最大4列の可変)　【PC時横4列】　【SP時横1列】
**
*/
.c-btn_014 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 0 30px 0;
  padding: 0 0 0 5px; }
  @media screen and (max-width: 767px) {
    .c-btn_014 {
      -ms-flex-direction: column;
      flex-direction: column;
      margin: 0 0 20px 0;
      padding: 0; }
      .c-btn_014.is-red li {
        color: #e60012; } }
  .c-btn_014 li {
    display: -ms-flexbox;
    display: flex;
    margin: 0 40px 0 10px;
    font-size: 20px;
    max-width: 25%;
    position: relative;
    box-sizing: border-box;
    -ms-flex-align: start;
    align-items: flex-start;
    text-decoration: underline; }
    @media screen and (max-width: 767px) {
      .c-btn_014 li {
        max-width: 100%;
        font-size: 14px;
        margin: 0 0 10px 10px; } }
    .c-btn_014 li:after {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      margin-right: 10px;
      margin-top: 5px;
      display: inline-block;
      position: absolute;
      top: 36%;
      left: -10px;
      border-width: 5px 0 5px 5px;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      border-color: transparent transparent transparent #ccc; }
    .c-btn_014 li:last-child {
      margin-right: 0; }
    .c-btn_014 li.is-active {
      font-weight: bold;
      text-decoration: none;
      color: #e60012; }
      .c-btn_014 li.is-active:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        margin-right: 10px;
        margin-top: 5px;
        display: inline-block;
        position: absolute;
        left: -14px;
        top: 50%;
        border-width: 5px;
        border-color: #ccc transparent transparent transparent; }
        @media screen and (max-width: 767px) {
          .c-btn_014 li.is-active:after {
            top: 50%; } }
  .c-btn_014 a {
    text-decoration: none;
    color: inherit; }

.c-btn_015 {
  position: relative;
  margin: 0 0 30px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .c-btn_015 {
      padding: 0 0 20px 0; } }
  .c-btn_015 li {
    display: inline-block;
    position: relative;
    line-height: 1.4;
    width: 39%;
    color: #e60012;
    font-size: 11px;
    margin: 10px 0px 20px 0px;
    transition: 0.2s all ease;
    position: absolute; }
    .c-btn_015 li:first-child {
      left: 0;
      padding: 0 0 0 20px; }
      .c-btn_015 li:first-child:before {
        position: relative;
        display: inline-block;
        top: 1px;
        margin: auto;
        content: '';
        background: url(/assets/img/common/icon/icon_arrow.png) center center no-repeat;
        background-size: contain;
        left: -4px;
        width: 10px;
        height: 10px;
        /* line-height: 1.7; */
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg); }
    .c-btn_015 li:last-child {
      right: 0;
      padding: 0 20px 0 0;
      text-align: right; }
      .c-btn_015 li:last-child:after {
        position: relative;
        display: inline-block;
        top: 1px;
        margin: auto;
        content: '';
        background: url(/assets/img/common/icon/icon_arrow.png) center center no-repeat;
        background-size: contain;
        left: 5px;
        width: 10px;
        height: 10px; }
    .c-btn_015 li.is-none:before {
      display: none; }
    .c-btn_015 li.is-none:after {
      display: none; }

.c-btn_016 {
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  border: 1px solid #ccc;
  transition: all 0.2s ease;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 30px 0;
  -ms-flex: 1;
  flex: 1;
  margin: 0 20px 0 0;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative; }
  .c-btn_016:hover {
    box-shadow: 1px 5px 15px grey; }
    @media screen and (max-width: 767px) {
      .c-btn_016:hover {
        box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); } }
  .c-btn_016:after {
    position: absolute;
    bottom: 10px;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 50%;
    width: 10px;
    height: 10px;
    border-top: 1px solid #e60012;
    border-right: 1px solid #e60012;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); }
    @media screen and (max-width: 767px) {
      .c-btn_016:after {
        left: auto;
        right: 10px;
        top: 0; } }
  @media screen and (max-width: 767px) {
    .c-btn_016 {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      height: auto;
      width: 100%;
      -ms-flex-direction: row;
      flex-direction: row;
      margin: 0 0 10px 0;
      padding: 0; } }
  .c-btn_016 figure {
    width: 100%;
    border-bottom: 1px solid #ccc;
    height: 120px; }
    @media screen and (max-width: 767px) {
      .c-btn_016 figure {
        height: auto;
        max-width: 74px;
        border: none;
        border-right: 1px solid #ccc; } }
  .c-btn_016 .desc {
    padding: 10px;
    font-size: 20px;
    color: #e60012;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .c-btn_016 .desc {
        padding: 0 30px 0 10px;
        display: -ms-flexbox;
        display: flex;
        font-size: 14px;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: center;
        align-items: center;
        text-align: left; } }
  .c-btn_016:last-child {
    margin: 0; }
  .c-btn_016 img {
    width: 100%; }
  .c-btn_016.two-item {
    max-width: 240px; }
    @media screen and (max-width: 767px) {
      .c-btn_016.two-item {
        max-width: 100%; } }

.c-btn_017 {
  position: absolute;
  top: 0;
  width: 100px;
  height: 30px;
  line-height: 30px;
  right: 0;
  border: 1px solid #ccc;
  border-radius: 15px;
  font-size: 13px;
  text-align: center;
  transition: 0.2s all ease; }
  .c-btn_017:hover {
    border: #e60012 1px solid;
    background: #e60012;
    color: #fff; }

input.c-button_check {
  display: none; }

.c-btn-pager {
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px; }
  .c-btn-pager p {
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 15px;
    text-align: center;
    line-height: 27px;
    font-weight: bold;
    background: #fff;
    border: solid 2px #e60012;
    border-radius: 20px;
    color: #e60012; }
    .c-btn-pager p.end a {
      color: #e60012; }
    .c-btn-pager p :hover {
      border-radius: 20px;
      background: #e60012;
      color: #fff !important;
      transition: none;
      opacity: 1; }
  .c-btn-pager ul {
    display: inline-block;
    margin: 0; }
  .c-btn-pager li {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 2.5px;
    font-size: 15px;
    text-align: center;
    line-height: 27px;
    background: #fff;
    border: solid 2px #e60012;
    border-radius: 20px;
    color: #e60012; }
    @media screen and (max-width: 767px) {
      .c-btn-pager li {
        line-height: 25px; } }
    .c-btn-pager li.current {
      background: #e60012;
      color: #fff; }
    .c-btn-pager li :hover {
      border-radius: 20px;
      background: #e60012;
      color: #fff !important;
      transition: none;
      opacity: 1; }
  .c-btn-pager a {
    text-decoration: none;
    display: block; }

/*
* flexLayoutのコンテナ
* 中身のアイテムはprojectに書く
*/
.c-grid-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: flex;
  margin: 0 0 30px 0; }
  @media screen and (max-width: 767px) {
    .c-grid-container {
      margin: 0 0 20px 0;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media screen and (max-width: 767px) {
    .c-grid-container.is-column {
      -ms-flex-direction: column;
      flex-direction: column;
      display: block; } }

.c-grid-item {
  -ms-flex: 1;
  flex: 1;
  margin: 0 20px 0 0; }
  @media screen and (max-width: 767px) {
    .c-grid-item {
      margin: 0 0 10px 0;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%; } }
  .c-grid-item:last-child {
    margin: 0; }
  .c-grid-item .c-btn_01, .c-grid-item .c-btn_03, .c-grid-item .c-btn_wrapper {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    height: 100px;
    -ms-flex-pack: center;
    justify-content: center; }
    @media screen and (max-width: 767px) {
      .c-grid-item .c-btn_01, .c-grid-item .c-btn_03, .c-grid-item .c-btn_wrapper {
        height: auto; } }
  .c-grid-item .c-flexbtn {
    font-size: 16px; }
    @media screen and (max-width: 767px) {
      .c-grid-item .c-flexbtn {
        font-size: 13px; } }

.c-grid-float-l {
  overflow: hidden;
  clear: both; }
  .c-grid-float-l .item-left {
    max-width: 300px;
    margin: 0 20px 0 0;
    float: left; }
    @media screen and (max-width: 767px) {
      .c-grid-float-l .item-left {
        max-width: 70%;
        margin: 0 20px 10px 0; } }
    .c-grid-float-l .item-left img {
      max-width: 300px; }
      @media screen and (max-width: 767px) {
        .c-grid-float-l .item-left img {
          width: 100%; } }
  .c-grid-float-l.is-inlineblock > .item-left {
    display: inline-block;
    vertical-align: top; }
  .c-grid-float-l.is-inlineblock > .item-right {
    display: inline-block;
    vertical-align: top;
    min-width: 440px;
    max-width: 440px; }
    @media screen and (max-width: 767px) {
      .c-grid-float-l.is-inlineblock > .item-right {
        min-width: 100%;
        max-width: 100%; } }
  .c-grid-float-l .is-adobe-fixed {
    width: 540px !important; }
  @media screen and (max-width: 767px) {
    .c-grid-float-l .is-image-center {
      margin: 0 auto;
      display: block !important;
      margin-bottom: 10px;
      float: none; } }

.c-grid-float-r {
  clear: both;
  overflow: hidden; }
  .c-grid-float-r .item-left {
    max-width: 300px;
    margin: 0 0 0 20px;
    float: right; }
    @media screen and (max-width: 767px) {
      .c-grid-float-r .item-left {
        max-width: 70%;
        float: none;
        margin: 0 0 10px 0; } }
    .c-grid-float-r .item-left img {
      max-width: 300px; }
      @media screen and (max-width: 767px) {
        .c-grid-float-r .item-left img {
          width: 100%; } }
  .c-grid-float-r.is-inlineblock > .item-left {
    display: inline-block;
    vertical-align: top; }
  .c-grid-float-r.is-inlineblock > .item-right {
    display: inline-block;
    vertical-align: top;
    min-width: 440px;
    max-width: 440px; }
    @media screen and (max-width: 767px) {
      .c-grid-float-r.is-inlineblock > .item-right {
        min-width: 100%;
        max-width: 100%; } }
  .c-grid-float-r.is-innerblock > .item-left {
    display: inline-block;
    vertical-align: top;
    min-width: 50%;
    max-width: 50%;
    margin: 0;
    padding: 20px 10px;
    box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .c-grid-float-r.is-innerblock > .item-left {
        min-width: 100%;
        max-width: 100%;
        padding: 10px; } }
  .c-grid-float-r.is-innerblock > .item-right {
    display: inline-block;
    vertical-align: top;
    min-width: 50%;
    padding: 20px 10px;
    box-sizing: border-box;
    max-width: 50%; }
    @media screen and (max-width: 767px) {
      .c-grid-float-r.is-innerblock > .item-right {
        min-width: 100%;
        max-width: 100%;
        padding: 0 10px; } }
  @media screen and (max-width: 767px) {
    .c-grid-float-r .is-image-center {
      margin: 0 auto;
      display: block !important;
      margin-bottom: 10px;
      float: none; } }

.c-grid-item02 {
  -ms-flex: 1;
  flex: 1;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 20px 0 0; }
  @media screen and (max-width: 767px) {
    .c-grid-item02 {
      margin: 0 0 0 0; } }
  .c-grid-item02.last-item {
    margin: 0 0 0 0; }
  .c-grid-item02 .inner {
    margin: 15px !important; }
  @media screen and (max-width: 767px) {
    .c-grid-item02 {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%; } }
  @media screen and (max-width: 767px) {
    .c-grid-item02 img {
      width: 100%; } }
  .c-grid-item02 > .c-unit_container {
    height: 270px; }
    @media screen and (max-width: 767px) {
      .c-grid-item02 > .c-unit_container {
        height: auto; } }

.c-hdg-01 {
  margin: 0 0 15px 0;
  padding: 0 0 20px 0;
  font-size: 40px;
  letter-spacing: 0.1rem;
  font-weight: 300;
  color: #e60012;
  border-bottom: 1px solid #ccc;
  position: relative;
  display: block;
  line-height: 1.2; }
  @media screen and (max-width: 767px) {
    .c-hdg-01 {
      font-size: 26px;
      letter-spacing: 0.2rem;
      margin: 0 0 10px 0;
      padding: 0 0 12px 0; } }
  .c-hdg-01:after {
    position: absolute;
    top: 1px;
    left: 0;
    display: block;
    width: 100px;
    height: 100%;
    border-bottom: 1px solid #e60012;
    content: ''; }
    @media screen and (max-width: 767px) {
      .c-hdg-01:after {
        width: 50px;
        padding: 0 0; } }
  .c-hdg-01 span {
    border: 1px solid #ccc;
    border-radius: 30px;
    position: absolute;
    bottom: 15px;
    right: 0;
    line-height: 1.2;
    font-size: 14px;
    color: #747474;
    letter-spacing: normal;
    padding: 10px 25px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    text-align: left; }
    @media screen and (max-width: 767px) {
      .c-hdg-01 span {
        padding: 5px 25px;
        font-size: 10px;
        top: 0;
        bottom: inherit;
        text-align: center; } }
    .c-hdg-01 span.cauntion {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .c-hdg-01 span.cauntion:before {
        content: '';
        background: url("/assets/img/common/icon/cauntion.png") top left no-repeat;
        width: 34px;
        height: 32px;
        background-size: contain;
        float: left;
        margin-right: 10px;
        overflow: hidden; }
      @media screen and (max-width: 767px) {
        .c-hdg-01 span.cauntion {
          display: none; } }
  .c-hdg-01 figure {
    position: absolute;
    right: 0;
    top: 0;
    width: 32%; }
    @media screen and (max-width: 767px) {
      .c-hdg-01 figure {
        width: 38%; } }
    @media screen and (min-width: 568px) and (max-width: 1000px) {
      .c-hdg-01 figure {
        width: 26% !important;
        top: -8px; } }
    .c-hdg-01 figure img {
      width: 100%; }
  .c-hdg-01 .hdg-subtext {
    font-size: 18px;
    color: #666;
    display: block;
    border: none;
    position: static;
    padding: 0;
    margin: 0 0 15px 0;
    text-align: left; }
    @media screen and (max-width: 767px) {
      .c-hdg-01 .hdg-subtext {
        font-size: 12px;
        margin: 0 0 5px 0; } }

.c-hdg-02 {
  font-size: 27px;
  font-weight: 300;
  letter-spacing: normal;
  color: #e60012;
  line-height: 1.2;
  margin: 0 0 30px 0;
  padding: 0; }
  @media screen and (max-width: 767px) {
    .c-hdg-02 {
      margin: 0 0 15px 0;
      font-size: 20px;
      line-height: 1.4; } }
  .c-hdg-02.short_mgn {
    margin: 5px 0 0 0; }

.c-hdg-03-01 {
  font-weight: 300;
  font-size: 25px;
  letter-spacing: normal;
  color: #747474;
  line-height: 1.5;
  margin: 0 0 20px 0;
  padding: 15px 0 0 0; }
  @media screen and (max-width: 767px) {
    .c-hdg-03-01 {
      font-size: 16px;
      margin: 0 0 10px 1em;
      padding: 8px 0 0 0;
      text-indent: -1em; } }
  .c-hdg-03-01:before {
    content: '';
    height: 23px;
    width: 5px;
    position: relative;
    left: 0;
    top: 2px;
    margin-right: 15px;
    display: inline-block;
    border-left: 5px solid #e60012; }
    @media screen and (max-width: 767px) {
      .c-hdg-03-01:before {
        top: 6px; } }
  .c-hdg-03-01 + .c-hdg-04 {
    padding: 0; }

.c-hdg-03-02 {
  font-weight: 300;
  font-size: 25px;
  letter-spacing: normal;
  color: #747474;
  line-height: 1.5;
  margin: 0 0 20px 0;
  padding: 15px 0 0 0; }
  @media screen and (max-width: 767px) {
    .c-hdg-03-02 {
      font-size: 16px;
      margin: 0 0 10px 0;
      padding: 8px 0 0 0; } }
  .c-hdg-03-02 span {
    border: 1px solid #e60012;
    color: #e60012;
    border-radius: 50%;
    line-height: 1.4;
    font-size: 20px;
    width: 30px;
    margin: 0 10px 0 0;
    display: inline-block;
    text-align: center;
    height: 30px; }

.c-hdg-04 {
  font-size: 22px;
  font-weight: 300;
  color: #666;
  margin: 0 0 10px 0;
  padding: 15px 0 0 0; }
  @media screen and (max-width: 767px) {
    .c-hdg-04 {
      font-size: 16px;
      margin: 0 0 5px 0;
      padding: 8px 0 0 0; } }
  .c-hdg-04.is-red {
    color: #e60012; }

.c-hdg-05 {
  font-size: 20px;
  font-weight: 300;
  color: #666;
  margin: 0 0 10px 0;
  padding: 15px 0 0 0; }
  @media screen and (max-width: 767px) {
    .c-hdg-05 {
      font-size: 15px;
      margin: 0 0 5px 0;
      padding: 8px 0 0 0; } }
  .c-hdg-05.is-red {
    color: #e60012; }

/*
**
* 先頭に何もないリスト
**
*/
/*
**
* 赤丸リスト
**
*/
.c-list_01 {
  margin: 0 0 30px 20px; }
  @media screen and (max-width: 767px) {
    .c-list_01 {
      margin: 0 0 20px 20px; } }
  .c-list_01 > li {
    text-indent: -21px;
    font-size: inherit;
    list-style: none !important; }
    .c-list_01 > li:before {
      content: '●';
      display: inline;
      font-size: 12px;
      margin-right: 9px; }
      @media screen and (max-width: 767px) {
        .c-list_01 > li:before {
          margin-right: 8px; } }
    @media screen and (max-width: 767px) {
      .c-list_01 > li {
        font-size: 13px; } }
    .c-list_01 > li > .c-list_01 {
      margin: 5px 0 0px 10px;
      padding: 0 0 15px 0; }
      .c-list_01 > li > .c-list_01 > li {
        text-indent: 0px !important;
        padding-left: 10px;
        margin: 0 0 5px 0; }
        @media screen and (max-width: 767px) {
          .c-list_01 > li > .c-list_01 > li {
            padding-left: 5px; } }
        .c-list_01 > li > .c-list_01 > li:before {
          display: inline-block !important;
          margin-right: 5px;
          font-size: 10px;
          margin-left: -15px; }
    .c-list_01 > li > .c-list_02 > li {
      text-indent: 0; }
      .c-list_01 > li > .c-list_02 > li .c-list_01 {
        margin-left: 10px; }
    .c-list_01 > li > .c-list_03 {
      margin-bottom: 20px; }
      @media screen and (max-width: 767px) {
        .c-list_01 > li > .c-list_03 {
          margin-bottom: 10px; } }
      .c-list_01 > li > .c-list_03 > li {
        text-indent: 0;
        margin-top: 10px; }
        .c-list_01 > li > .c-list_03 > li .c-list_01 {
          margin-left: 10px; }
    .c-list_01 > li > .c-list_07 {
      margin: 5px 0 0px 10px;
      padding: 0 0 15px 0; }
      .c-list_01 > li > .c-list_07 > li {
        text-indent: -21px;
        font-size: inherit; }
        @media screen and (max-width: 767px) {
          .c-list_01 > li > .c-list_07 > li {
            padding-left: 5px; } }
    .c-list_01 > li > .c-list_04 {
      margin-left: 14px; }
    .c-list_01 > li > .c-list_05 {
      margin: 5px 0 30px 0; }
      @media screen and (max-width: 767px) {
        .c-list_01 > li > .c-list_05 {
          margin: 0 0 20px 11px; } }
      .c-list_01 > li > .c-list_05 > li {
        font-size: inherit;
        margin: 0 0 10px 0;
        text-indent: -12px; }
        @media screen and (max-width: 767px) {
          .c-list_01 > li > .c-list_05 > li {
            text-indent: -13px; } }
    .c-list_01 > li .c-table-01 {
      margin-top: 10px; }
      .c-list_01 > li .c-table-01 th {
        text-indent: 0; }
      .c-list_01 > li .c-table-01 td {
        text-indent: 0; }
  .c-list_01.is-red li:before {
    color: #e60012; }
  .c-list_01.two-line li {
    width: 49%;
    padding: 0 6% 0 0;
    box-sizing: border-box;
    vertical-align: top;
    display: inline-block; }
    @media screen and (max-width: 767px) {
      .c-list_01.two-line li {
        width: 100%; } }

/*
**
* リストスタイルがナンバリング
**
*/
@media screen and (max-width: 767px) {
  .c-list_02 {
    margin: 0 0 20px 5px; } }

.c-list_02 > li {
  margin: 10px 0 0 20px;
  list-style: decimal; }
  @media screen and (max-width: 767px) {
    .c-list_02 > li {
      font-size: 13px;
      margin: 10px 0 0 10px; } }
  .c-list_02 > li:before {
    display: none; }
  .c-list_02 > li.is-red li:before {
    color: #e60012; }

/*
**
* リストスタイルが（）つきナンバリング
**
*/
@media screen and (max-width: 767px) {
  .c-list_02_02 {
    margin: 0 0 20px 10px; } }

.c-list_02_02 > li {
  margin: 10px 0 0 20px;
  text-indent: -20px;
  font-size: inherit;
  counter-increment: cnt;
  text-indent: -1.4rem; }
  @media screen and (max-width: 767px) {
    .c-list_02_02 > li {
      margin: 10px 0 0 10px;
      font-size: 13px; } }
  .c-list_02_02 > li:before {
    content: "(" counter(cnt) ") ";
    color: #666 !important; }
  .c-list_02_02 > li.is-red li:before {
    color: #e60012; }
  .c-list_02_02 > li > .c-list_02 > li {
    text-indent: 0; }
    .c-list_02_02 > li > .c-list_02 > li .c-list_01 {
      margin-left: 10px; }
  .c-list_02_02 > li > .c-list_04 {
    margin-left: 14px; }

.c-list_02_02 .c-table-01 {
  text-indent: 0; }

/*
**
* アスタリスクつきナンバリング
**
*/
.c-list_02_03 {
  margin: 0 0 30px 20px; }
  @media screen and (max-width: 767px) {
    .c-list_02_03 {
      margin: 0 0 20px 1.4em;
      font-size: 13px; } }
  .c-list_02_03 > li {
    margin: 10px 0 0 1em !important;
    list-style: decimal;
    text-indent: -1.0rem;
    counter-increment: cnt;
    content: counter(cnt) " "; }
    @media screen and (max-width: 767px) {
      .c-list_02_03 > li {
        margin: 10px 0 0 0.8em;
        text-indent: -0.8rem; } }
    .c-list_02_03 > li:before {
      color: #666 !important;
      content: '※';
      position: relative;
      left: -1.5em; }
      @media screen and (max-width: 767px) {
        .c-list_02_03 > li:before {
          left: -1.6em; } }
    .c-list_02_03 > li.is-red li:before {
      color: #e60012; }

_::-webkit-full-page-media, _:future, :root .c-list_02_03 li {
  text-indent: -1.4rem;
  margin: 10px 0 0 1.4em !important; }

_::-webkit-full-page-media, _:future, :root .c-list_02_03 li:before {
  left: -1.4rem; }

/*
**
* リストスタイルが黒丸
**
*/
.c-list_03 {
  font-size: 16px;
  text-align: left;
  color: #666;
  margin: 0 0 30px 20px; }
  @media screen and (max-width: 767px) {
    .c-list_03 {
      margin-left: 12px;
      font-size: 13px;
      margin: 0 0 20px 20px; } }
  .c-list_03 > li {
    margin: 20px 0 0px 0;
    list-style: disc;
    text-indent: 0px; }
    @media screen and (max-width: 767px) {
      .c-list_03 > li {
        margin-right: 8px; } }
    .c-list_03 > li:before {
      display: none; }
  .c-list_03.is-red li {
    color: #e60012; }

/*
**
* 注意事項の下などに出てくるフォントサイズの小さいリスト01
**
*/
.c-list_04 {
  margin-left: 20px;
  font-size: 13px;
  text-align: left;
  color: #666; }
  @media screen and (max-width: 767px) {
    .c-list_04 {
      font-size: 11px;
      margin-left: 10px; } }
  .c-list_04 > li {
    text-indent: -1em;
    font-size: 13px;
    margin: 0 0 10px 0; }
    @media screen and (max-width: 767px) {
      .c-list_04 > li {
        font-size: 10px;
        text-indent: -1em;
        margin: 0 0 5px 0; } }
    .c-list_04 > li:before {
      color: #666 !important;
      content: '※';
      font-size: 13px; }
      @media screen and (max-width: 767px) {
        .c-list_04 > li:before {
          font-size: 10px; } }
    .c-list_04 > li a {
      position: relative; }
      .c-list_04 > li a.is-target:after {
        content: '';
        background: url(/assets/img/common/icon/icon_newtab.png) no-repeat center center !important;
        width: 10px;
        height: 10px;
        background-size: contain !important;
        display: inline-block;
        margin: 0 5px; }
    .c-list_04 > li .c-table-01 {
      margin-top: 10px; }
      .c-list_04 > li .c-table-01 th {
        text-indent: 0;
        padding: 2%; }
      .c-list_04 > li .c-table-01 td {
        text-indent: 0; }
  .c-list_04.is-red {
    color: #e60012; }
    .c-list_04.is-red li:before {
      color: #e60012 !important; }

/*
**
* 注意事項の下などに出てくるフォントサイズの小さいリスト02
** 装飾はない
*/
.c-list_05 {
  margin: 0 0 30px 0;
  font-size: 13px; }
  @media screen and (max-width: 767px) {
    .c-list_05 {
      font-size: 11px;
      margin: 0 0 20px 0;
      font-size: 11px; } }
  .c-list_05 > li {
    font-size: inherit;
    margin: 0 0 10px 0; }
    @media screen and (max-width: 767px) {
      .c-list_05 > li {
        margin: 0 0 5px 0; } }
    .c-list_05 > li.is-red li:before {
      color: #e60012; }

/*
**
* テキストインデントのみの処理
**
*/
.c-list_06 {
  margin: 0 0 30px 20px; }
  @media screen and (max-width: 767px) {
    .c-list_06 {
      margin: 0 0 20px 20px; } }
  .c-list_06 > li {
    text-indent: -20px; }
    @media screen and (max-width: 767px) {
      .c-list_06 > li {
        text-indent: -12px; } }
  .c-list_06.is-red li:before {
    color: #e60012; }
  .c-list_06.is-d_byte {
    text-indent: -24px; }

.c-list_07 {
  margin: 0 0 30px 30px !important; }
  .c-list_07 > li {
    text-indent: -10px;
    margin: 0 0 5px 0;
    font-size: inherit;
    list-style: none !important; }
    .c-list_07 > li:before {
      position: relative;
      display: inline-block;
      top: 50%;
      margin: auto;
      content: '';
      background: url(/assets/img/common/icon/icon_arrow.png) center center no-repeat;
      background-size: contain;
      left: 0;
      width: 10px;
      height: 10px; }
    .c-list_07 > li:last-child {
      margin-bottom: 0px; }
  .c-list_07 + .c-list_04 {
    margin-top: 10px; }

.c-media__logo {
  width: 158px;
  margin-left: 10px; }
  .c-media__logo img {
    width: 100%; }

@media screen and (max-width: 767px) {
  .slick-list {
    padding: 0 !important; } }

.c-media-slider {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
  position: relative;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .c-media-slider {
      margin-bottom: 15px; } }
  .c-media-slider .slick-track {
    padding: 0; }
    @media screen and (max-width: 767px) {
      .c-media-slider .slick-track {
        padding: 0; } }
  .c-media-slider li img {
    margin: auto;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); }
    @media screen and (max-width: 767px) {
      .c-media-slider li img {
        width: 100%; } }
  .c-media-slider .slick-prev {
    background: #fff;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    position: absolute;
    height: 60px;
    width: 25px;
    top: 50%;
    margin-left: 25px;
    border-radius: 10px 0px 0px 10px;
    z-index: 9;
    border: 1px solid #e60012; }
    @media screen and (max-width: 767px) {
      .c-media-slider .slick-prev {
        height: 40px;
        top: 56%;
        border-radius: 0 5px 5px 0;
        width: 15px; } }
    .c-media-slider .slick-prev:before {
      position: absolute;
      margin: auto;
      content: "";
      vertical-align: middle;
      right: 0;
      left: 0;
      top: 23px;
      width: 13px;
      height: 13px;
      border-top: 2px solid #e60012;
      border-right: 2px solid #e60012;
      -webkit-transform: rotate(-135deg);
      transform: rotate(-135deg); }
      @media screen and (max-width: 767px) {
        .c-media-slider .slick-prev:before {
          top: 16px;
          width: 7px;
          height: 7px;
          -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg); } }
  .c-media-slider .slick-next {
    background: #fff;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    position: absolute;
    height: 60px;
    width: 25px;
    top: 50%;
    left: 737px;
    margin-right: 25px;
    border-radius: 0px 10px 10px 0px;
    z-index: 9;
    border: 1px solid #e60012; }
    @media screen and (max-width: 767px) {
      .c-media-slider .slick-next {
        height: 40px;
        left: inherit;
        top: 56%;
        border-radius: 5px 0 0 5px;
        width: 15px; } }
    .c-media-slider .slick-next:before {
      position: absolute;
      margin: auto;
      content: "";
      vertical-align: middle;
      right: 0;
      left: 0;
      top: 23px;
      width: 13px;
      height: 13px;
      border-top: 2px solid #e60012;
      border-right: 2px solid #e60012;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
      @media screen and (max-width: 767px) {
        .c-media-slider .slick-next:before {
          top: 16px;
          width: 7px;
          height: 7px;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); } }

.c-media_link {
  transition: 0.2s all ease; }
  .c-media_link:hover {
    opacity: 0.7; }

.c-media_01 {
  margin: 0 0 20px 0; }
  .c-media_01 img {
    width: auto;
    max-width: 100%;
    vertical-align: top; }
  @media screen and (max-width: 767px) {
    .c-media_01 {
      margin: 0 0 10px 0; } }
  @media screen and (max-width: 767px) and (max-width: 767px) {
    .c-media_01 img {
      max-width: 100%; } }
  .c-media_01.is-border img {
    border: 1px solid #ddd; }
  .c-media_01.is-block {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px; }

.c-media_02 {
  margin: 0 0 20px 0; }
  @media screen and (max-width: 767px) {
    .c-media_02 {
      margin: 0 0 10px 0; } }
  .c-media_02 img {
    width: auto; }
    @media screen and (max-width: 767px) {
      .c-media_02 img {
        width: 100%; } }

.c-news-01 {
  color: #666;
  padding: 0 0 30px 0;
  margin: 20px 0 0 0;
  border-bottom: 1px solid #ccc;
  font-size: 15px; }
  @media screen and (max-width: 767px) {
    .c-news-01 {
      font-size: 10px;
      margin: 10px 0 0 0;
      padding: 0 15px 15px 15px; } }
  .c-news-01 time {
    margin: 0 0 10px 0;
    font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
    font-size: 22px;
    display: block; }
    @media screen and (max-width: 767px) {
      .c-news-01 time {
        margin: 0 0 5px 0;
        font-size: 14px; } }
  .c-news-01 p {
    margin: 0 0 0 20px;
    line-height: 2;
    display: inline-block;
    color: #666;
    position: relative; }
    .c-news-01 p:before {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      margin-right: 10px;
      margin-top: 5px;
      display: inline-block;
      position: absolute;
      left: -10px;
      top: 6px;
      border-width: 5px 0 5px 4px;
      border-color: transparent transparent transparent #ccc; }
    @media screen and (max-width: 767px) {
      .c-news-01 p {
        line-height: 1.6;
        position: relative;
        margin: 0 0 0 11px;
        font-size: 14px; }
        .c-news-01 p:before {
          content: '';
          width: 0;
          height: 0;
          border-style: solid;
          margin-right: 10px;
          margin-top: 5px;
          display: inline-block;
          position: absolute;
          left: -10px;
          top: -2px;
          border-width: 5px 0 5px 4px;
          border-color: transparent transparent transparent #ccc; } }
    .c-news-01 p.c-txt-01 {
      margin: 0; }
      .c-news-01 p.c-txt-01:before {
        display: none; }
  .c-news-01 a {
    color: inherit;
    text-decoration: underline;
    -webkit-text-decoration-color: #cecece;
    text-decoration-color: #cecece;
    transition: 0.3s all ease-out; }
    .c-news-01 a:hover {
      opacity: 0.7; }
  .c-news-01.non-border {
    border: none; }
  .c-news-01 li {
    position: relative;
    margin-bottom: 15px;
    padding: 0 0 0 15px; }
    @media screen and (max-width: 767px) {
      .c-news-01 li {
        padding: 0 0 0 8px;
        margin-bottom: 7px; } }
    .c-news-01 li:before {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      margin-right: 10px;
      margin-top: 5px;
      display: inline-block;
      position: absolute;
      left: 0;
      top: 2px;
      border-width: 5px 0 5px 4px;
      border-color: transparent transparent transparent #ccc; }
      @media screen and (max-width: 767px) {
        .c-news-01 li:before {
          left: 0;
          top: -2px; } }

.c-news-02 {
  font-size: 15px;
  color: #666; }
  .c-news-02 li {
    position: relative;
    margin-bottom: 15px;
    padding: 0 0 20px 15px;
    border-bottom: 1px solid #cecece;
    box-sizing: border-box;
    list-style: none; }
    @media screen and (max-width: 767px) {
      .c-news-02 li {
        font-size: 14px;
        margin: 0 0 15px 15px;
        padding: 0 0 10px 10px; } }
    .c-news-02 li:before {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      margin-right: 10px;
      margin-top: 5px;
      display: inline-block;
      position: absolute;
      left: 0;
      top: 2px;
      border-width: 5px 0 5px 4px;
      border-color: transparent transparent transparent #ccc; }
      @media screen and (max-width: 767px) {
        .c-news-02 li:before {
          top: 0; } }
    .c-news-02 li:last-child {
      border: none; }
  .c-news-02 a {
    color: inherit;
    text-decoration: underline;
    -webkit-text-decoration-color: #cecece;
    text-decoration-color: #cecece;
    transition: 0.3s all ease-out; }
    .c-news-02 a:hover {
      opacity: 0.7; }
    .c-news-02 a:visited {
      color: #848484; }

.c-news-02-noli {
  font-size: 15px;
  color: #666; }
  .c-news-02-noli li {
    position: relative;
    margin-left: 20px;
    margin-bottom: 15px;
    padding: 0 0 1px 10px;
    box-sizing: border-box;
    list-style: none; }
    @media screen and (max-width: 767px) {
      .c-news-02-noli li {
        font-size: 14px;
        margin: 0 0 15px 15px;
        padding: 0 0 10px 10px; } }
    .c-news-02-noli li:before {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      margin-right: 10px;
      margin-top: 5px;
      display: inline-block;
      position: absolute;
      left: 0;
      top: 2px;
      border-width: 5px 0 5px 4px;
      border-color: transparent transparent transparent #ccc; }
  .c-news-02-noli a {
    color: inherit;
    text-decoration: underline;
    -webkit-text-decoration-color: #cecece;
    text-decoration-color: #cecece;
    transition: 0.3s all ease-out; }
    .c-news-02-noli a:hover {
      opacity: 0.7; }
    .c-news-02-noli a:visited {
      color: #848484; }

.c-news-03 {
  color: #666;
  padding: 0 0 30px 0;
  margin: 20px 0 0 0;
  border-bottom: 1px solid #ccc;
  font-size: 15px; }
  @media screen and (max-width: 767px) {
    .c-news-03 {
      font-size: 10px;
      margin: 10px 0 0 0;
      padding: 0 15px 15px 15px; } }
  .c-news-03 time {
    margin: 0 0 10px 0;
    font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
    font-size: 22px;
    display: inline-block; }
    @media screen and (max-width: 767px) {
      .c-news-03 time {
        margin: 0 0 5px 0;
        font-size: 14px; } }
  .c-news-03 .news-icon {
    display: inline-block;
    margin-left: 10px;
    padding: 2px 0.5em;
    font-size: 16px; }
    @media screen and (max-width: 767px) {
      .c-news-03 .news-icon {
        padding: 2px 0.5em;
        font-size: 12px; } }
    .c-news-03 .news-icon.kojin {
      color: #e20000;
      border: solid 1px #e20000; }
    .c-news-03 .news-icon.hojin {
      color: #ff7400;
      border: solid 1px #ff7400; }
    .c-news-03 .news-icon.company {
      color: #2d54be;
      border: solid 1px #2d54be; }
  .c-news-03 p {
    margin: 0 0 0 20px;
    line-height: 2;
    display: block;
    color: #666;
    position: relative; }
    .c-news-03 p:before {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      margin-right: 10px;
      margin-top: 5px;
      display: inline-block;
      position: absolute;
      left: -10px;
      top: 6px;
      border-width: 5px 0 5px 4px;
      border-color: transparent transparent transparent #ccc; }
    @media screen and (max-width: 767px) {
      .c-news-03 p {
        line-height: 1.6;
        position: relative;
        margin: 0 0 0 11px;
        font-size: 14px; }
        .c-news-03 p:before {
          content: '';
          width: 0;
          height: 0;
          border-style: solid;
          margin-right: 10px;
          margin-top: 5px;
          display: inline-block;
          position: absolute;
          left: -10px;
          top: -2px;
          border-width: 5px 0 5px 4px;
          border-color: transparent transparent transparent #ccc; } }
  .c-news-03 a {
    color: inherit;
    text-decoration: underline;
    -webkit-text-decoration-color: #cecece;
    text-decoration-color: #cecece;
    transition: 0.3s all ease-out; }
    .c-news-03 a:hover {
      opacity: 0.7; }
  .c-news-03.non-border {
    border: none; }
  .c-news-03 li {
    position: relative;
    margin-bottom: 15px;
    padding: 0 0 0 15px; }
    @media screen and (max-width: 767px) {
      .c-news-03 li {
        padding: 0 0 0 8px;
        margin-bottom: 7px; } }
    .c-news-03 li:before {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      margin-right: 10px;
      margin-top: 5px;
      display: inline-block;
      position: absolute;
      left: 0;
      top: 2px;
      border-width: 5px 0 5px 4px;
      border-color: transparent transparent transparent #ccc; }
      @media screen and (max-width: 767px) {
        .c-news-03 li:before {
          left: 0;
          top: -2px; } }

.c-point-01 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background: #f8f8f8;
  border-radius: 10px;
  border: 1px solid #ccc;
  overflow: hidden;
  margin-bottom: 20px;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .c-point-01 .number {
    padding: 20px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background: #e60012;
    font-size: 34px;
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px;
    line-height: 1.2; }
    @media screen and (max-width: 767px) {
      .c-point-01 .number {
        padding: 10px 0; } }
    .c-point-01 .number span {
      font-size: 20px;
      font-weight: 100; }
  .c-point-01 .text {
    padding: 18px 18px 0 18px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    box-sizing: border-box;
    width: 100%;
    -ms-flex: 1;
    flex: 1; }
    @media screen and (max-width: 767px) {
      .c-point-01 .text {
        font-size: 16px;
        padding: 10px 12px; } }
    .c-point-01 .text.bg-white {
      background: #fff; }
    .c-point-01 .text ul {
      width: 95%; }
      @media screen and (max-width: 767px) {
        .c-point-01 .text ul li {
          font-size: 13px; } }
    .c-point-01 .text p {
      width: 95%; }
    .c-point-01 .text table {
      display: block; }
  .c-point-01 .hdg {
    color: #e60012;
    margin: 0 0 15px 0;
    display: block;
    width: 100%;
    font-size: 22px; }
    @media screen and (max-width: 767px) {
      .c-point-01 .hdg {
        font-size: 15px;
        margin: 0 0 10px 0; } }
  .c-point-01 .desc {
    font-size: 18px;
    margin: 0 0 20px 0;
    width: 100%;
    box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .c-point-01 .desc {
        font-size: 13px;
        margin: 0 0 10px 0; } }
  .c-point-01 a {
    color: #e60012;
    text-decoration: underline;
    transition: all 0.2s ease;
    display: inline;
    text-decoration: underline; }
    .c-point-01 a:hover {
      text-decoration: none;
      opacity: 0.7; }
    .c-point-01 a:visited {
      color: #848484; }

.hogehogelist {
  text-align: right; }
  .hogehogelist li {
    display: inline;
    color: #666;
    font-size: 12px; }
    .hogehogelist li:before {
      content: '▶'; }

/*
** jsで制御してる部分を主に記載
** 接頭辞がjsではじまるもの
*/
@media screen and (max-width: 767px) {
  .is-accordion {
    display: none; } }

.js-fontbig .l-main_flex--main .c-txt-01,
.js-fontbig .l-main_flex--main .c-icontxt-01 {
  font-size: 20px !important; }

.js-fontbig .l-main_flex--main .c-txt-01_02 {
  font-size: 16px !important; }

.js-fontbig .l-main_flex--main .c-txt-02 {
  font-size: 15px !important; }

.js-fontbig .l-main_flex--main .c-txt-03 {
  font-size: 12px !important; }

.js-fontbig .l-main_flex--main .c-decotxt-01 {
  font-size: 18px !important; }

.js-fontbig .l-main_flex--main li {
  font-size: 18px !important; }
  .js-fontbig .l-main_flex--main li ul li {
    font-size: 16px !important; }

.js-fontbig .l-main_content .c-txt-01,
.js-fontbig .l-main_content .c-icontxt-01 {
  font-size: 20px !important; }

.js-fontbig .l-main_content .c-txt-01_02 {
  font-size: 16px !important; }

.js-fontbig .l-main_content .c-txt-02 {
  font-size: 15px !important; }

.js-fontbig .l-main_content .c-txt-03 {
  font-size: 12px !important; }

.js-fontbig .l-main_content .c-decotxt-01 {
  font-size: 18px !important; }

.js-fontbig .l-main_content li {
  font-size: 17px !important; }
  .js-fontbig .l-main_content li ul li {
    font-size: 16px !important; }

.js-fontbig .l-main_content .p-index-btn04 {
  font-size: 15px !important; }

.js-fontbig #main-contents p {
  font-size: 120%; }

.js-fontbig #main-contents li {
  font-size: 120%; }

.sug_list {
  z-index: 9999 !important;
  max-width: 229px;
  border: none !important;
  margin-left: 10px !important;
  border-radius: 0px 0px 10px 10px;
  border: 1px solid #ddd !important;
  border-top: none !important;
  overflow: hidden;
  box-sizing: border-box;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); }
  @media screen and (max-width: 767px) {
    .sug_list {
      z-index: 9999 !important;
      border: none !important;
      margin-left: 0 !important;
      min-width: 61% !important;
      border-radius: 0px 0px 10px 10px;
      border: 1px solid #ddd !important;
      border-top: none;
      overflow: hidden;
      box-sizing: border-box;
      box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); } }
  .sug_list .sug_element {
    border: none !important;
    border-bottom: 1px solid #ddd !important; }
    .sug_list .sug_element a {
      transition: none !important; }
      .sug_list .sug_element a:hover {
        opacity: 1; }

.js-answer-end {
  display: none; }

.js-notclick {
  opacity: 0.3;
  pointer-events: none; }

.js-thisselect {
  pointer-events: none; }

.js-otherselct {
  opacity: 0.3; }

.js-notpointer {
  pointer-events: none; }

.js-tellink {
  pointer-events: none;
  color: inherit;
  text-decoration: none; }
  @media screen and (max-width: 767px) {
    .js-tellink {
      pointer-events: auto; } }

.js-cvbtn {
  cursor: default;
  pointer-events: none;
  box-shadow: 0px 4px 2px 0px #666 !important;
  background: #ddd !important; }

.modal-overlay {
  width: 100%;
  top: 0;
  left: 0;
  display: none;
  position: fixed;
  z-index: 999;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); }

/* モーダル コンテンツエリア */
.modal-content {
  position: fixed;
  display: none;
  z-index: 99999999;
  max-height: 100%; }

.c-unit-step01 {
  border-radius: 10px;
  border: 1px solid #ccc;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
  margin-bottom: 60px;
  -ms-flex-pack: center;
  justify-content: center; }
  @media screen and (max-width: 767px) {
    .c-unit-step01 {
      margin-bottom: 30px; } }
  .c-unit-step01:after {
    position: absolute;
    bottom: -33px;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 50%;
    width: 16px;
    height: 16px;
    border-top: 2px solid #e92131;
    border-right: 2px solid #e92131;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); }
    @media screen and (max-width: 767px) {
      .c-unit-step01:after {
        bottom: -17px;
        width: 10px;
        height: 10px; } }
  .c-unit-step01 .numberarea {
    border-radius: 10px 0 0 10px;
    -ms-flex-preferred-size: 105px;
    flex-basis: 105px;
    background: #e60012;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; }
    .c-unit-step01 .numberarea .number {
      color: #fff;
      font-size: 34px;
      font-weight: 300;
      text-align: center;
      line-height: 1.2;
      display: block; }
      @media screen and (max-width: 767px) {
        .c-unit-step01 .numberarea .number {
          font-size: 31px; } }
      .c-unit-step01 .numberarea .number span {
        letter-spacing: 0.1rem;
        display: block;
        font-size: 20px;
        font-weight: 100; }
        @media screen and (max-width: 767px) {
          .c-unit-step01 .numberarea .number span {
            font-size: 17px; } }
  .c-unit-step01 .textarea {
    -ms-flex: 1;
    flex: 1;
    padding: 20px;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media screen and (max-width: 767px) {
      .c-unit-step01 .textarea {
        padding: 15px 20px;
        -ms-flex-align: inherit;
        align-items: inherit; } }
  .c-unit-step01 .hdg {
    margin: 0 0 20px 0;
    font-weight: normal;
    font-size: 22px;
    color: #e60012; }
    @media screen and (max-width: 767px) {
      .c-unit-step01 .hdg {
        font-size: 15px;
        margin: 0 0 10px 0; } }
  .c-unit-step01 .desc {
    margin: 0 0 10px 0;
    font-size: 18px;
    width: 100%;
    color: #666;
    line-height: 1.2; }
    @media screen and (max-width: 767px) {
      .c-unit-step01 .desc {
        margin: 0 0 10px;
        font-size: 12px;
        color: #666; } }
    .c-unit-step01 .desc.desc_02 {
      margin-bottom: 20px; }
      @media screen and (max-width: 767px) {
        .c-unit-step01 .desc.desc_02 {
          margin-bottom: 10px; } }
    .c-unit-step01 .desc a {
      color: #e60012;
      text-decoration: underline;
      transition: all 0.2s ease; }
      .c-unit-step01 .desc a:hover {
        text-decoration: none;
        opacity: 0.7; }
      .c-unit-step01 .desc a:visited {
        color: #848484; }
  .c-unit-step01.last-item {
    margin-bottom: 20px; }
    .c-unit-step01.last-item:after {
      display: none; }
    @media screen and (max-width: 767px) {
      .c-unit-step01.last-item {
        margin-bottom: 10px; } }

.c-unit-step02 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 30px 0; }
  @media screen and (max-width: 767px) {
    .c-unit-step02 {
      margin: 0 0 20px 0; } }
  .c-unit-step02 .hdg {
    background: #e60012;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 10px 0;
    border-radius: 10px 10px 0 0; }
    @media screen and (max-width: 767px) {
      .c-unit-step02 .hdg {
        font-size: 11px;
        padding: 5px 0; } }
  .c-unit-step02 .item {
    -ms-flex-preferred-size: 230px;
    flex-basis: 230px;
    min-height: 210px;
    border-radius: 10px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    position: relative;
    background: #f8f8f8; }
    @media screen and (max-width: 767px) {
      .c-unit-step02 .item {
        -ms-flex-preferred-size: 30.333333%;
        flex-basis: 30.333333%;
        min-height: auto; } }
    .c-unit-step02 .item:after {
      position: absolute;
      top: 50%;
      margin: auto;
      content: "";
      vertical-align: middle;
      right: -20px;
      width: 10px;
      height: 10px;
      border-top: 2px solid #666;
      border-right: 2px solid #666;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
      @media screen and (max-width: 767px) {
        .c-unit-step02 .item:after {
          right: -11%;
          width: 10px;
          height: 10px; } }
  .c-unit-step02 .inner {
    padding: 10px; }
    @media screen and (max-width: 767px) {
      .c-unit-step02 .inner {
        padding: 5px; } }
    .c-unit-step02 .inner .text {
      text-align: center;
      font-size: 16px;
      line-height: 1.3;
      padding-bottom: 100px; }
      @media screen and (max-width: 767px) {
        .c-unit-step02 .inner .text {
          font-size: 12px;
          padding-bottom: 0;
          margin-bottom: 40px; } }
    .c-unit-step02 .inner .caution {
      background: #e60012;
      border-radius: 10px;
      color: #fff;
      display: inline-block;
      margin: 0 0 10px 0;
      padding: 3px 5px; }
    .c-unit-step02 .inner figure {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      position: absolute;
      bottom: 10px;
      left: 0;
      right: 0; }
      @media screen and (max-width: 767px) {
        .c-unit-step02 .inner figure {
          bottom: 5px;
          height: 35px; } }
      .c-unit-step02 .inner figure img {
        height: 60px; }
        @media screen and (max-width: 767px) {
          .c-unit-step02 .inner figure img {
            width: auto;
            height: 100%; } }
      .c-unit-step02 .inner figure.big img {
        height: 100px; }
        @media screen and (max-width: 767px) {
          .c-unit-step02 .inner figure.big img {
            width: auto;
            height: 100%; } }

.c-unit-step03 {
  color: #333; }
  .c-unit-step03 .question {
    border-radius: 10px;
    border: 1px solid #ccc;
    background: #f8f8f8;
    height: auto;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    margin: 0 0 60px 0; }
    @media screen and (max-width: 767px) {
      .c-unit-step03 .question {
        margin: 0 0 35px 0;
        height: auto; } }
    .c-unit-step03 .question .number {
      -ms-flex-preferred-size: 100px;
      flex-basis: 100px;
      color: #e00000;
      font-size: 32px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center;
      background: #eee; }
      @media screen and (max-width: 767px) {
        .c-unit-step03 .question .number {
          -ms-flex-preferred-size: 65px;
          flex-basis: 65px;
          font-size: 25px; } }
    .c-unit-step03 .question .text {
      padding: 20px 30px;
      line-height: 1.5;
      font-size: 22px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: start;
      align-items: flex-start;
      -ms-flex: 1;
      flex: 1;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 100%; }
      @media screen and (max-width: 767px) {
        .c-unit-step03 .question .text {
          font-size: 15px;
          padding: 12px 20px; } }
      .c-unit-step03 .question .text p {
        display: block;
        width: 100%; }
        .c-unit-step03 .question .text p a {
          display: block; }
      .c-unit-step03 .question .text ul {
        margin: 0;
        display: block;
        width: 100%; }
      .c-unit-step03 .question .text li {
        font-size: 16px;
        text-indent: 0; }
      .c-unit-step03 .question .text a.is-anchor:before {
        position: relative;
        display: inline-block;
        top: 50%;
        margin: auto;
        content: '';
        background: url(/assets/img/common/icon/icon_arrow.png) center center no-repeat;
        background-size: contain;
        left: 0;
        width: 17px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        height: 17px; }
        @media screen and (max-width: 767px) {
          .c-unit-step03 .question .text a.is-anchor:before {
            width: 12px;
            height: 12px; } }
  .c-unit-step03 .select {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 70px;
    margin: 0 0 60px 0; }
    @media screen and (max-width: 767px) {
      .c-unit-step03 .select {
        margin: 0 0 30px 0; } }
    .c-unit-step03 .select_inner {
      border-radius: 10px;
      border: 1px solid #ccc;
      background: #f8f8f8;
      -ms-flex-preferred-size: 370px;
      flex-basis: 370px;
      display: -ms-flexbox;
      display: flex;
      font-size: 22px;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative;
      cursor: pointer;
      cursor: pointer; }
      .c-unit-step03 .select_inner a {
        display: block;
        height: 100%;
        width: 100%;
        line-height: 68px;
        text-align: center; }
        @media screen and (max-width: 767px) {
          .c-unit-step03 .select_inner a {
            display: block;
            height: 100%;
            width: 100%;
            line-height: 1.5;
            padding-top: 7px;
            text-align: center; } }
      @media screen and (max-width: 767px) {
        .c-unit-step03 .select_inner {
          -ms-flex-preferred-size: 48.529%;
          flex-basis: 48.529%;
          font-size: 15px;
          margin: 0 0 35px 0;
          height: 62px; } }
      @media screen and (min-width: 768px) and (max-width: 1025px) {
        .c-unit-step03 .select_inner {
          -ms-flex-preferred-size: 48.529%;
          flex-basis: 48.529%; } }
      .c-unit-step03 .select_inner:before {
        position: absolute;
        top: -42px;
        margin: auto;
        content: "";
        vertical-align: middle;
        right: 0;
        left: 0;
        width: 16px;
        height: 16px;
        border-top: 2px solid #666;
        border-right: 2px solid #666;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg); }
        @media screen and (max-width: 767px) {
          .c-unit-step03 .select_inner:before {
            top: -25px;
            width: 10px;
            height: 10px; } }
    .c-unit-step03 .select .is-next:after {
      position: absolute;
      bottom: -33px;
      margin: auto;
      content: "";
      vertical-align: middle;
      right: 0;
      left: 0;
      width: 16px;
      height: 16px;
      border-top: 2px solid #666;
      border-right: 2px solid #666;
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg); }
      @media screen and (max-width: 767px) {
        .c-unit-step03 .select .is-next:after {
          top: 60px;
          width: 10px;
          height: 10px; } }
  .c-unit-step03 .answer {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #ccc;
    background: #f8f8f8;
    padding: 30px 40px;
    margin: 0 0 60px 0;
    position: relative; }
    .c-unit-step03 .answer > a {
      display: block;
      position: absolute;
      height: 100%;
      top: 0;
      left: 0;
      width: 100%;
      padding: 35px 0 0 30px; }
      @media screen and (max-width: 767px) {
        .c-unit-step03 .answer > a {
          padding: 18px 0 0 15px; } }
    @media screen and (max-width: 767px) {
      .c-unit-step03 .answer {
        font-size: 15px;
        padding: 10px 15px;
        height: auto;
        margin: 0 0 40px 0; } }
    .c-unit-step03 .answer p {
      font-size: 22px;
      line-height: 1.4; }
      @media screen and (max-width: 767px) {
        .c-unit-step03 .answer p {
          font-size: 15px;
          margin-bottom: 10px; } }
    .c-unit-step03 .answer .btn {
      margin: 30px 0 0 0;
      border-radius: 10px;
      height: 80px;
      display: block;
      text-align: center;
      padding: 10px 0;
      -ms-flex-align: center;
      align-items: center;
      background: #e00000;
      font-size: 25px;
      font-weight: 500;
      color: #fff;
      box-shadow: 0px 4px 2px 0px #cc0000;
      text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
      position: relative;
      transition: 0.3s all ease-out; }
      @media screen and (max-width: 767px) {
        .c-unit-step03 .answer .btn {
          font-size: 17px;
          padding: 12px 0;
          height: auto;
          margin: 15px 0 0 0; } }
      .c-unit-step03 .answer .btn span {
        font-size: 18px;
        display: block; }
        @media screen and (max-width: 767px) {
          .c-unit-step03 .answer .btn span {
            font-size: 12px; } }
      .c-unit-step03 .answer .btn:hover {
        box-shadow: 0px 6px 6px 0px #cc0000; }
      .c-unit-step03 .answer .btn.green {
        background: #00cc66;
        box-shadow: 0px 4px 1px 0px #00990f;
        text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.6); }
    .c-unit-step03 .answer:after {
      position: absolute;
      bottom: -33px;
      margin: auto;
      content: "";
      vertical-align: middle;
      right: 0;
      left: 0;
      width: 16px;
      height: 16px;
      border-top: 2px solid #666;
      border-right: 2px solid #666;
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg); }
      @media screen and (max-width: 767px) {
        .c-unit-step03 .answer:after {
          bottom: -24px;
          width: 10px;
          height: 10px; } }
    .c-unit-step03 .answer.is-end:after {
      display: none !important; }
    .c-unit-step03 .answer .innercontent {
      background: #ddd;
      padding: 20px;
      border-radius: 10px;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .c-unit-step03 .answer .innercontent {
          padding: 10px; } }
      .c-unit-step03 .answer .innercontent img {
        margin-bottom: 20px; }
        @media screen and (max-width: 767px) {
          .c-unit-step03 .answer .innercontent img {
            width: 100%; } }
      .c-unit-step03 .answer .innercontent .c-btn-text {
        background: #fff; }
    .c-unit-step03 .answer.is-single {
      height: 100px;
      padding: 0; }
      @media screen and (max-width: 767px) {
        .c-unit-step03 .answer.is-single {
          height: 50px; } }
      .c-unit-step03 .answer.is-single a {
        padding: 30px 40px;
        display: block; }
        @media screen and (max-width: 767px) {
          .c-unit-step03 .answer.is-single a {
            padding: 15px 20px; } }

/*
**
* タブデザイン flexプロパティを使用しているので、可変になる。
**
*/
.c-tablist {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-bottom: 1px solid #ddd;
  padding: 0 10px;
  margin: 0 0 50px 0; }
  @media screen and (max-width: 767px) {
    .c-tablist {
      padding: 0 5px;
      margin: 0 0 30px 0; } }
  .c-tablist li {
    border-radius: 10px 10px 0 0;
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px;
    text-align: center;
    margin: 0 10px 0 0;
    background: #ddd;
    border: 1px solid #ddd;
    border-bottom: none;
    position: relative;
    transition: 0.2s all ease; }
    @media screen and (max-width: 767px) {
      .c-tablist li {
        font-size: 12px;
        margin: 0 5px 0 0;
        padding: 5px; } }
    .c-tablist li a {
      display: block;
      color: inherit;
      width: 100%;
      text-decoration: none;
      height: 100%; }
    .c-tablist li:last-child {
      margin: 0 0 0 0; }
    .c-tablist li.is-active {
      border-bottom: 1px solid #fff;
      background: #fff;
      display: -ms-flexbox;
      display: flex;
      position: relative; }
      .c-tablist li.is-active:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -2px;
        width: 100%;
        border-bottom: 1px solid #fff;
        z-index: 99; }
      .c-tablist li.is-active:hover {
        background: #fff;
        color: #666; }
    .c-tablist li.is-cv {
      background: #e60012;
      color: #fff; }
      .c-tablist li.is-cv.is-active {
        border-bottom: 1px solid #fff;
        background: #fff;
        color: #e60012;
        position: relative; }
        .c-tablist li.is-cv.is-active:after {
          content: '';
          position: absolute;
          left: 0;
          bottom: -2px;
          width: 100%;
          border-bottom: 1px solid #fff;
          z-index: 99; }
    .c-tablist li:hover {
      background: #ccc; }
      .c-tablist li:hover.is-active {
        background: #fff; }

.c-table-01 {
  width: 100%;
  height: auto;
  border: 1px solid #ddd;
  border-collapse: collapse;
  color: #666;
  margin: 0 0 30px 0;
  table-layout: fixed; }
  @media screen and (max-width: 767px) {
    .c-table-01 {
      margin: 0 0 20px 0; } }
  .c-table-01 .is-strong {
    background: #fee !important; }
  .c-table-01 thead th {
    font-weight: 300;
    border: 1px solid #ddd;
    background: #eee;
    font-size: 20px;
    vertical-align: top;
    padding: 2% 5%;
    word-break: break-all;
    white-space: normal; }
    @media screen and (max-width: 767px) {
      .c-table-01 thead th {
        font-size: 15px;
        padding: 10px; } }
    .c-table-01 thead th.is-small_thead {
      padding: 2%; }
    .c-table-01 thead th.is-clearcell {
      position: relative; }
      .c-table-01 thead th.is-clearcell:before {
        display: block;
        position: absolute !important;
        content: '';
        border-top: 1px solid #eee;
        position: relative;
        top: -1px;
        left: 0;
        width: 100%;
        height: 1px; }
  .c-table-01 tbody tr th {
    font-weight: 300;
    text-align: left;
    border: 1px solid #ddd;
    background: #eee;
    font-size: 20px;
    box-sizing: border-box;
    padding: 2% 2%;
    vertical-align: top;
    word-break: break-word;
    white-space: normal; }
    @media screen and (max-width: 767px) {
      .c-table-01 tbody tr th {
        font-size: 12px;
        padding: 10px; } }
    .c-table-01 tbody tr th.is-clearcell {
      position: relative; }
      .c-table-01 tbody tr th.is-clearcell:before {
        display: block;
        position: absolute !important;
        content: '';
        border-top: 1px solid #ddd;
        position: relative;
        top: -1px;
        left: 0;
        width: 100%;
        height: 1px; }
    .c-table-01 tbody tr th.second_thead {
      position: relative; }
      .c-table-01 tbody tr th.second_thead:before {
        content: '';
        width: 100%;
        height: 1px;
        background: #eee;
        z-index: 99;
        display: block;
        position: absolute;
        top: -1px;
        left: 0; }
  .c-table-01 tbody tr td {
    text-align: center;
    border: 1px solid #ddd;
    font-size: 16px;
    padding: 2% 2%;
    background: #fff;
    vertical-align: top;
    word-break: break-word;
    text-align: left;
    white-space: normal; }
    @media screen and (max-width: 767px) {
      .c-table-01 tbody tr td {
        font-size: 12px;
        padding: 10px; } }
    .c-table-01 tbody tr td p {
      margin: 0 0 20px 0; }
      @media screen and (max-width: 767px) {
        .c-table-01 tbody tr td p {
          margin: 0 0 10px 0; } }
    .c-table-01 tbody tr td .c-textlink {
      display: inline !important; }
      .c-table-01 tbody tr td .c-textlink:before {
        top: 50%; }
    .c-table-01 tbody tr td ul, .c-table-01 tbody tr td ol {
      margin-bottom: 0 !important; }
      @media screen and (max-width: 767px) {
        .c-table-01 tbody tr td ul li, .c-table-01 tbody tr td ol li {
          font-size: 12px; } }
    .c-table-01 tbody tr td .c-txt-01 {
      font-size: 16px; }
      @media screen and (max-width: 767px) {
        .c-table-01 tbody tr td .c-txt-01 {
          font-size: 14px; } }
    .c-table-01 tbody tr td.is-clearcell {
      position: relative; }
      .c-table-01 tbody tr td.is-clearcell:before {
        display: block;
        position: absolute !important;
        content: '';
        border-top: 1px solid #fff;
        position: relative;
        top: -1px;
        margin-left: -15px;
        width: 100%;
        height: 1px; }
        @media screen and (max-width: 767px) {
          .c-table-01 tbody tr td.is-clearcell:before {
            margin-left: -10px; } }
  @media screen and (max-width: 767px) {
    .c-table-01 .c-table-01 {
      min-width: 220px !important;
      overflow-y: scroll !important; } }
  .c-table-01 .c-table-01 tbody tr th {
    text-align: center;
    font-size: 12px;
    vertical-align: top;
    text-align: center;
    padding: 2% 2%;
    white-space: normal;
    word-break: break-word; }
  .c-table-01 .c-table-01 tbody tr td {
    font-size: 12px;
    vertical-align: middle;
    text-align: center;
    padding: 2% 2%;
    white-space: normal;
    word-break: break-word; }
  .c-table-01 .c-table-01 thead tr th {
    text-align: center;
    font-size: 13px;
    vertical-align: top;
    text-align: center;
    padding: 2% 2%;
    white-space: normal;
    word-break: break-word; }
  .c-table-01 .c-table-01 thead tr td {
    font-size: 12px;
    vertical-align: middle;
    text-align: center;
    padding: 2% 2%;
    white-space: normal;
    word-break: break-word; }
  .c-table-01 .c-table-01 ul, .c-table-01 .c-table-01 ol {
    font-size: 12px; }
  .c-table-01 .flag_icon {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle; }
  .c-table-01 .c-table_innericonList {
    margin-left: 10px !important; }
    .c-table-01 .c-table_innericonList li {
      text-indent: 0px !important; }
  .c-table-01 .is-t-border_top_dotted {
    border-top: 2px dotted #ddd; }

/*
* pc only
*/
.c-table-02_pc {
  width: 100%;
  border: 1px solid #ddd;
  border-collapse: collapse;
  color: #333;
  margin: 0 0 30px 0; }
  @media screen and (max-width: 767px) {
    .c-table-02_pc {
      margin: 0 0 20px 0; } }
  .c-table-02_pc thead tr {
    width: 100%; }
  .c-table-02_pc thead th {
    height: 65px;
    color: #333;
    font-weight: 300;
    border: 1px solid #ddd;
    width: 33.333%;
    background: #eee;
    font-size: 18px;
    text-align: left;
    padding: 0 40px;
    box-sizing: border-box;
    vertical-align: middle; }
  .c-table-02_pc tbody th {
    border: 1px solid #ddd;
    width: 33.333%; }
  .c-table-02_pc tbody tr {
    background: #fff; }
  .c-table-02_pc tbody td {
    vertical-align: top;
    padding: 10px 30px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    background: #f8f8f8;
    font-size: 16px; }
  .c-table-02_pc tbody td[rowspan] {
    background: #fff; }
  .c-table-02_pc tbody td[colspan] {
    background: #fff; }
  .c-table-02_pc a {
    color: #e60012; }
    .c-table-02_pc a.is-target:after {
      content: '';
      background: url(/assets/img/common/icon/icon_newtab.png) no-repeat center center !important;
      width: 1em;
      height: 1em;
      background-size: contain !important;
      left: inherit;
      display: inline-block;
      vertical-align: middle;
      margin: 0 4px;
      position: relative;
      top: -2px; }
    .c-table-02_pc a:before {
      position: relative;
      display: inline-block;
      top: 50%;
      margin: auto;
      content: '';
      background: url(/assets/img/common/icon/icon_arrow.png) center center no-repeat;
      background-size: contain;
      left: 0;
      width: 10px;
      height: 10px;
      margin-left: -0.7em; }
    .c-table-02_pc a:visited {
      background: #ff4957; }

.c-table-02_sp {
  width: 100%;
  border: 1px solid #ddd;
  border-collapse: collapse;
  color: #333; }
  .c-table-02_sp thead tr {
    width: 100%; }
  .c-table-02_sp thead th {
    height: 65px;
    color: #333;
    font-weight: 300;
    border: 1px solid #ddd;
    width: 33.333%;
    background: #eee;
    font-size: 18px;
    text-align: left;
    padding: 0 40px;
    box-sizing: border-box;
    vertical-align: middle; }
  .c-table-02_sp tbody th {
    border: 1px solid #ddd;
    width: 33.333%; }
  .c-table-02_sp tbody tr {
    background: #fff; }
  .c-table-02_sp tbody td {
    vertical-align: top;
    padding: 20px 30px;
    font-size: 16px;
    border: 1px solid #ddd;
    background: #f8f8f8;
    font-size: 16px; }
  .c-table-02_sp tbody td[rowspan] {
    background: #fff; }
  .c-table-02_sp tbody td[colspan] {
    background: #fff; }

/*
*ファンドラインナップ
*/
.c-table-03 {
  width: 100%;
  border: 1px solid #ddd;
  border-collapse: collapse;
  margin-bottom: 30px; }
  .c-table-03 tbody tr {
    width: 100%; }
    .c-table-03 tbody tr th {
      font-weight: 300;
      text-align: left;
      border: 1px solid #ddd;
      background: #eee;
      color: #666;
      font-size: 22px;
      vertical-align: top;
      padding: 20px;
      box-sizing: border-box; }
      @media screen and (max-width: 767px) {
        .c-table-03 tbody tr th {
          font-size: 13px;
          padding: 10px; } }
    .c-table-03 tbody tr td {
      width: auto;
      text-align: left;
      vertical-align: top;
      border: 1px solid #ddd;
      font-size: 16px;
      color: #666;
      padding: 20px;
      box-sizing: border-box; }
      @media screen and (max-width: 767px) {
        .c-table-03 tbody tr td {
          font-size: 13px;
          padding: 10px 15px; } }
      .c-table-03 tbody tr td span {
        font-size: 13px;
        display: block; }
      .c-table-03 tbody tr td > a:before {
        display: none; }
  .c-table-03 .deco_01:before {
    content: '●';
    font-size: 12px;
    margin-right: 10px; }
  .c-table-03 .decolist_01 {
    margin-left: 20px; }
    .c-table-03 .decolist_01 li {
      text-indent: -20px;
      margin: 0 0 20px 0; }
      .c-table-03 .decolist_01 li:before {
        content: '●';
        font-size: 12px;
        margin-right: 10px; }
  .c-table-03 a {
    color: #e60012; }
    .c-table-03 a.is-target:after {
      content: '';
      background: url(/assets/img/common/icon/icon_newtab.png) no-repeat center center !important;
      width: 1em;
      height: 1em;
      background-size: contain !important;
      left: inherit;
      display: inline-block;
      vertical-align: middle;
      margin: 0 4px;
      position: relative;
      top: -2px; }
    .c-table-03 a:before {
      position: relative;
      display: inline-block;
      top: 50%;
      margin: auto;
      content: '';
      background: url(/assets/img/common/icon/icon_arrow.png) center center no-repeat;
      background-size: contain;
      left: 0;
      width: 10px;
      height: 10px;
      margin-left: -0.7em; }
    .c-table-03 a:visited {
      background: #ff4957; }

.c-table-tab {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ddd;
  margin: 0px 0 50px 0; }
  @media screen and (max-width: 767px) {
    .c-table-tab {
      margin: 0;
      width: 110%;
      margin-left: -5%;
      padding: 0 10px;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .c-table-tab li {
    position: relative;
    top: 1px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #ddd;
    border-bottom: 1px solid #fff;
    border-radius: 10px 10px 0 0;
    -ms-flex-preferred-size: 176px;
    flex-basis: 176px;
    height: 50px;
    margin-left: 10px; }
    @media screen and (max-width: 767px) {
      .c-table-tab li {
        -ms-flex-preferred-size: 49.5%;
        flex-basis: 49.5%;
        margin-left: 0; } }
  .c-table-tab .is-hide {
    background: #f8f8f8;
    border-bottom: 1px solid #ddd; }

.c-tabletext-01 {
  font-size: 22px;
  color: #666;
  margin: 15px 0 20px 0; }
  @media screen and (max-width: 767px) {
    .c-tabletext-01 {
      font-size: 16px;
      margin: 8px 0 10px 0; } }

.innerTable_01 {
  margin: 0 0 20px 0;
  border-collapse: collapse; }
  @media screen and (max-width: 767px) {
    .innerTable_01 {
      overflow: scroll;
      display: block; } }
  .innerTable_01 th, .innerTable_01 td {
    font-size: 14px;
    vertical-align: middle;
    text-align: center; }

.innerTable_02 {
  margin: 0 0 20px 0;
  border-collapse: collapse; }
  @media screen and (max-width: 767px) {
    .innerTable_02 {
      overflow: scroll; } }
  .innerTable_02 tr {
    width: 100%; }
  .innerTable_02 th, .innerTable_02 td {
    font-size: 16px;
    padding: 0;
    vertical-align: middle;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .innerTable_02 th, .innerTable_02 td {
        font-size: 14px; } }

.c-table_innertable {
  width: 100%;
  margin-top: 15px;
  text-indent: 0 !important; }
  @media screen and (max-width: 767px) {
    .c-table_innertable {
      max-width: 220px;
      margin-top: 10px;
      overflow-y: scroll; } }

.c-table-06 {
  width: 100%;
  height: auto;
  border: 1px solid #ddd;
  background: #eee;
  border-collapse: collapse;
  color: #666;
  margin: 0 0 30px 0;
  table-layout: fixed; }
  .c-table-06 td > div {
    display: table;
    padding: 1em; }
    @media screen and (max-width: 767px) {
      .c-table-06 td > div {
        font-size: 10px; } }
    .c-table-06 td > div img {
      display: table-cell;
      vertical-align: middle;
      padding: 1em 0 1em 1em; }
    .c-table-06 td > div span {
      display: table-cell;
      vertical-align: middle;
      padding: 1em 0 1em 1em;
      font-size: 13px; }
  @media screen and (max-width: 767px) {
    .c-table-06 {
      margin: 0 0 20px 0; } }

.c-table-cal--area {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: row;
  flex-direction: row; }
  @media screen and (max-width: 767px) {
    .c-table-cal--area {
      -ms-flex-direction: column;
      flex-direction: column; } }

.c-table-cal01 {
  width: 48%;
  height: auto;
  border: 1px solid #ddd;
  border-collapse: collapse;
  color: #666;
  margin: 0 0 30px 0;
  table-layout: fixed; }
  .c-table-cal01__ttl {
    border-left: solid 2px #ccc;
    margin-bottom: 1em;
    padding-left: 1em;
    text-align: left; }
  @media screen and (max-width: 767px) {
    .c-table-cal01 {
      width: 100%;
      margin: 0 0 20px 0; } }
  .c-table-cal01 thead th {
    font-weight: 300;
    border: 1px solid #ddd;
    background: #eee;
    font-size: 14px;
    vertical-align: top;
    padding: 2% 5%;
    word-break: break-all;
    white-space: normal;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .c-table-cal01 thead th {
        font-size: 12px;
        padding: 10px; } }
    .c-table-cal01 thead th.is-small_thead {
      padding: 2%; }
  .c-table-cal01 tbody tr .cell--pink {
    background: #ffeeee;
    color: #e60012; }
  .c-table-cal01 tbody tr th {
    font-weight: 300;
    text-align: left;
    border: 1px solid #ddd;
    background: #eee;
    font-size: 20px;
    box-sizing: border-box;
    padding: 2% 2%;
    vertical-align: top;
    word-break: break-word;
    white-space: normal; }
    @media screen and (max-width: 767px) {
      .c-table-cal01 tbody tr th {
        font-size: 12px;
        padding: 10px; } }
  .c-table-cal01 tbody tr td {
    text-align: center;
    border: 1px solid #ddd;
    font-size: 14px;
    padding: 2% 2%;
    background: #fff;
    vertical-align: top;
    word-break: break-word;
    white-space: normal; }
    @media screen and (max-width: 767px) {
      .c-table-cal01 tbody tr td {
        font-size: 12px;
        padding: 10px; } }

.is-en .c-table-01 th, .is-en .c-table-01 td {
  word-break: break-word;
  word-wrap: break-word; }

.c-txt-01 {
  font-size: 18px;
  text-align: left;
  line-height: 1.4;
  font-weight: 300;
  color: #666;
  margin: 0 0 20px 0;
  box-sizing: border-box; }
  .c-txt-01 a {
    color: #e60012;
    text-decoration: underline;
    transition: all 0.2s ease; }
    .c-txt-01 a:hover {
      text-decoration: none;
      opacity: 0.7; }
    .c-txt-01 a:visited {
      color: #848484; }
  @media screen and (max-width: 767px) {
    .c-txt-01 {
      font-size: 13px;
      margin: 0 0 20px 0; } }

.c-txt-01_02 {
  font-size: 16px;
  text-align: left;
  line-height: 1.4;
  font-weight: 300;
  color: #666;
  margin: 0 0 20px 0; }
  @media screen and (max-width: 767px) {
    .c-txt-01_02 {
      font-size: 12px;
      margin: 0 0 20px 0; } }
  .c-txt-01_02 a {
    color: #e60012;
    text-decoration: underline;
    transition: all 0.2s ease; }
    .c-txt-01_02 a:hover {
      text-decoration: none;
      opacity: 0.7; }
    .c-txt-01_02 a:visited {
      color: #848484; }

.c-txt-01_03 {
  font-size: 22px;
  text-align: left;
  line-height: 1.4;
  font-weight: 300;
  color: #666;
  margin: 0 0 20px 0; }
  @media screen and (max-width: 767px) {
    .c-txt-01_03 {
      font-size: 16px;
      margin: 0 0 20px 0; } }
  .c-txt-01_02 a {
    color: #e60012;
    text-decoration: underline;
    transition: all 0.2s ease; }
    .c-txt-01_02 a:hover {
      text-decoration: none;
      opacity: 0.7; }
    .c-txt-01_02 a:visited {
      color: #848484; }
/*
**
* 注釈用かも
*
**
*/
.c-txt-02 {
  font-size: 13px;
  text-align: left;
  margin: 0 0 20px 0; }
  @media screen and (max-width: 767px) {
    .c-txt-02 {
      font-size: 11px;
      margin: 0 0 20px 0; } }
  .c-txt-02 a {
    color: #e60012;
    text-decoration: underline;
    transition: all 0.2s ease; }
    .c-txt-02 a:hover {
      text-decoration: none;
      opacity: 0.7; }
    .c-txt-02 a:visited {
      color: #848484; }

.c-txt-03 {
  font-size: 10px;
  text-align: left;
  margin: 0 0 20px 0; }
  @media screen and (max-width: 767px) {
    .c-txt-03 {
      font-size: 10px;
      margin: 0 0 20px 0; } }
  .c-txt-03 a {
    color: #e60012;
    text-decoration: underline;
    transition: all 0.2s ease; }
    .c-txt-03 a:hover {
      text-decoration: none;
      opacity: 0.7; }
    .c-txt-03 a:visited {
      color: #848484; }

.c-decotxt-01 {
  font-size: 16px;
  text-align: left;
  margin: 0 0 30px 0; }
  @media screen and (max-width: 767px) {
    .c-decotxt-01 {
      font-size: 11px;
      margin: 0 0 20px 0; } }
  .c-decotxt-01:before {
    content: '●';
    font-size: 12px;
    margin-right: 10px; }
  .c-decotxt-01 a {
    color: #e60012;
    text-decoration: underline;
    transition: all 0.2s ease; }
    .c-decotxt-01 a:hover {
      text-decoration: none;
      opacity: 0.7; }
    .c-decotxt-01 a:visited {
      color: #848484; }
  .c-decotxt-01.is-red:before {
    color: #e60012; }

/*
**
* テキストリンク
*
**
*/
/*
**
* 先頭にアイコンがついているテキスト
*
**
*/
.c-icontxt-01 {
  font-size: 18px;
  text-align: left;
  margin: 0 0 20px 0;
  color: #666; }
  .c-icontxt-01:before {
    content: '';
    display: inline-block;
    background: url(/assets/img/common/icon/cauntion.png) center center no-repeat;
    width: 20px;
    height: 20px;
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px; }
  @media screen and (max-width: 767px) {
    .c-icontxt-01 {
      font-size: 13px;
      margin: 0 0 20px 0; } }
  .c-icontxt-01 a {
    color: #e60012;
    text-decoration: underline;
    transition: all 0.2s ease; }
    .c-icontxt-01 a:hover {
      text-decoration: none;
      opacity: 0.7; }
    .c-icontxt-01 a:visited {
      color: #848484; }

.c-txt-idt {
  margin: 0 0 0 1em;
  text-indent: -1em !important;
  display: inline-block; }

/*
* この中のCSSだけで完結させる
* パーツであり、再利用性は無い。
*/
.c-uniqueParts_search {
  display: block;
  margin: 0 11% 0 0; }
  @media screen and (max-width: 599px) {
    .c-uniqueParts_search {
      width: 72.3%;
      margin: 0 0 15px 15px;
      display: inline-block;
      vertical-align: top; } }
  @media screen and (max-width: 959px) {
    .c-uniqueParts_search {
      width: 70%;
      right: 10px !important;
      margin: 0 0 15px 15px;
      display: inline-block;
      vertical-align: top; } }

.c-uniqueParts_fzchange {
  display: block;
  position: absolute;
  right: 10px;
  top: 9px; }
  @media screen and (max-width: 767px) {
    .c-uniqueParts_fzchange {
      display: none; } }

.c-uniqueParts_newslist {
  margin: 0 auto;
  width: 1000px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0 0 0 30px; }
  @media screen and (max-width: 767px) {
    .c-uniqueParts_newslist {
      display: block;
      text-align: center;
      width: 100%;
      padding: 0;
      margin-top: 10px; } }
  .c-uniqueParts_newslist p {
    color: #e60012;
    display: inline-block;
    line-height: 27px;
    vertical-align: top;
    font-size: 15px;
    display: none;
    position: absolute; }
    @media screen and (max-width: 767px) {
      .c-uniqueParts_newslist p {
        display: block;
        text-align: center;
        font-size: 13px;
        position: static;
        margin-bottom: 10px; } }
  .c-uniqueParts_newslist ul {
    margin-left: 120px;
    width: 770px;
    padding: 0 20px 0 20px;
    box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .c-uniqueParts_newslist ul {
        display: block;
        text-align: center;
        margin: 0 auto;
        width: 92%;
        position: relative;
        top: -18px; } }
    .c-uniqueParts_newslist ul:after {
      content: '';
      width: 1px;
      height: 27px;
      background: #e60012;
      display: inline-block;
      position: absolute;
      right: 0px;
      top: 0; }
      @media screen and (max-width: 767px) {
        .c-uniqueParts_newslist ul:after {
          display: none; } }
    .c-uniqueParts_newslist ul:before {
      content: '';
      width: 1px;
      height: 27px;
      background: #e60012;
      display: inline-block;
      position: absolute;
      top: 0;
      left: 0; }
      @media screen and (max-width: 767px) {
        .c-uniqueParts_newslist ul:before {
          display: none; } }
  .c-uniqueParts_newslist li {
    vertical-align: top;
    font-size: 13px;
    margin: 5px 0 0 0;
    color: #e60012;
    text-decoration: underline; }
    @media screen and (max-width: 767px) {
      .c-uniqueParts_newslist li {
        visibility: visible;
        border: none;
        font-size: 10px;
        text-decoration: underline; } }
  .c-uniqueParts_newslist .slick-prev {
    border: 1px solid #e60012;
    border-radius: 10px 0 0 10px;
    position: absolute;
    top: 14px;
    left: 786px; }
    @media screen and (max-width: 767px) {
      .c-uniqueParts_newslist .slick-prev {
        border: 1px solid #e92131;
        border-radius: 10px 0 0 10px;
        position: absolute;
        top: 12px;
        height: 50px;
        left: -4%; } }
    .c-uniqueParts_newslist .slick-prev:before {
      content: '';
      width: 6px;
      height: 6px;
      border-top: 1px solid #e60012;
      border-right: 1px solid #e60012;
      -webkit-transform: rotate(-135deg);
      transform: rotate(-135deg);
      position: absolute;
      top: 0;
      bottom: 0;
      right: 5px;
      margin: auto;
      vertical-align: middle; }
  .c-uniqueParts_newslist .slick-next {
    border: 1px solid #e60012;
    border-radius: 0 10px 10px 0;
    position: absolute;
    top: 14px;
    left: 810px; }
    @media screen and (max-width: 767px) {
      .c-uniqueParts_newslist .slick-next {
        border: 1px solid #e92131;
        border-radius: 10px 0 0 10px;
        position: absolute;
        border-radius: 0 10px 10px 0;
        height: 50px;
        top: 12px;
        left: 99%; } }
    .c-uniqueParts_newslist .slick-next:before {
      content: '';
      width: 6px;
      height: 6px;
      border-top: 1px solid #e60012;
      border-right: 1px solid #e60012;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      top: 0;
      bottom: 0;
      right: 8px;
      margin: auto;
      vertical-align: middle; }

.c-unique-breadthumb {
  border-bottom: 1px solid #d6d6d6;
  margin: 10px 0 15px 0;
  padding: 0 0 0 23px; }
  @media screen and (max-width: 767px) {
    .c-unique-breadthumb {
      overflow-y: scroll;
      white-space: nowrap; } }
  .c-unique-breadthumb li {
    font-size: 13px;
    color: #666;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0 25px 0 0;
    line-height: 1;
    transition: 0.3s all ease-out; }
    .c-unique-breadthumb li:hover {
      opacity: 0.7; }
    .c-unique-breadthumb li:after {
      content: '';
      width: 8px;
      height: 8px;
      border-top: 1px solid #666;
      border-right: 1px solid #666;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      top: 0;
      right: -15px;
      bottom: 0;
      margin: auto;
      vertical-align: middle; }
    .c-unique-breadthumb li:last-child {
      color: #666; }
      .c-unique-breadthumb li:last-child:after {
        display: none; }
  .c-unique-breadthumb a {
    color: inherit;
    text-decoration: none; }
    .c-unique-breadthumb a:visited {
      color: inherit; }

@media screen and (max-width: 767px) {
  .c-unique-breadthumb.hojinTop {
    margin-bottom: 0; } }

.u-unique-flat35 {
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
  width: 520px;
  padding: 30px 20px;
  box-sizing: border-box;
  display: block;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
  border-radius: 10px;
  border: 1px solid #ccc; }
  .u-unique-flat35:hover {
    box-shadow: 1px 5px 15px grey; }
    @media screen and (max-width: 767px) {
      .u-unique-flat35:hover {
        box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); } }
  @media screen and (max-width: 767px) {
    .u-unique-flat35 {
      width: 100%;
      padding: 10px 20px;
      margin-top: 25px;
      margin-bottom: 20px; } }
  .u-unique-flat35 h3 {
    font-size: 25px;
    line-height: 1.4;
    font-weight: normal; }
    @media screen and (max-width: 767px) {
      .u-unique-flat35 h3 {
        font-size: 18px; } }
  .u-unique-flat35 p {
    color: #666;
    font-size: 16px; }
    @media screen and (max-width: 767px) {
      .u-unique-flat35 p {
        font-size: 15px; } }
    .u-unique-flat35 p span {
      font-size: 13px;
      display: block; }

.c-unique-cvsystem {
  position: fixed;
  margin: 0;
  top: 38%;
  right: 0;
  color: #fff;
  width: 110px;
  border: 1px solid #fff;
  border-right: none;
  border-radius: 10px;
  z-index: 99; }
  .c-unique-cvsystem ul {
    margin: 0;
    background-color: rgba(80, 80, 80, 0.85);
    box-shadow: 0px 9px 15px 0px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    border-radius: 10px 0 0 10px; }
  .c-unique-cvsystem li {
    margin: 0;
    padding: 5px 0;
    font-size: 16px;
    text-align: center;
    border-bottom: 1px solid #fff;
    transition: 0.3s all ease-out; }
    .c-unique-cvsystem li:last-child {
      border-bottom: none; }
    .c-unique-cvsystem li a {
      display: block;
      text-decoration: none;
      color: #fff; }
    .c-unique-cvsystem li:hover {
      opacity: 0.4; }
  .c-unique-cvsystem .closebtn {
    background-color: rgba(80, 80, 80, 0.85);
    border-radius: 10px 0 0 0;
    position: absolute;
    width: 29px;
    height: 29px;
    font-size: 0;
    top: -29px;
    right: 0; }
    .c-unique-cvsystem .closebtn:before {
      content: '';
      position: absolute;
      top: 10px;
      left: 16px;
      height: 14px;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      width: 1px;
      content: '';
      background: #fff;
      display: inline-block; }
    .c-unique-cvsystem .closebtn:after {
      content: '';
      position: absolute;
      top: 10px;
      left: 16px;
      height: 14px;
      -webkit-transform: rotate(-135deg);
      transform: rotate(-135deg);
      width: 1px;
      content: '';
      background: #fff;
      display: inline-block; }
  .c-unique-cvsystem.btn-remove {
    right: -100px;
    opacity: 0;
    transition: 0.2s all ease; }

.c-unique-cvsystem_sp {
  display: none; }
  @media screen and (max-width: 767px) {
    .c-unique-cvsystem_sp {
      margin: 0;
      z-index: 999;
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      height: auto;
      background: #fff;
      box-shadow: 0px -10px 15px 0px rgba(0, 0, 0, 0.2);
      display: none;
      font-size: 0px; }
      .c-unique-cvsystem_sp li {
        display: inline-block;
        width: 33.333%;
        vertical-align: middle;
        margin: 0;
        padding: 5px 0 0 0;
        text-align: center;
        box-sizing: border-box;
        border-right: 1px solid #ddd; }
        .c-unique-cvsystem_sp li.two_btn {
        width: 50%;}
        .c-unique-cvsystem_sp li:last-child {
          border-right: none; }
        .c-unique-cvsystem_sp li p {
          font-size: 12px; }
        .c-unique-cvsystem_sp li figure {
          height: 22px; }
          .c-unique-cvsystem_sp li figure img {
            height: 100%;
            width: auto; } }
  .c-unique-cvsystem_sp a {
    text-decoration: none;
    color: inherit; }

.js-changetab li {
  cursor: pointer; }

.c-border01 {
  width: 100%;
  height: 1px;
  background: #ccc;
  margin: 0 auto;
  border: none; }
  @media screen and (max-width: 767px) {
    .c-border01 {
      width: 92%; } }

.fund_iframe {
  width: 100%; }

.c-uniqueParts_hotfix {
  margin: 0 auto;
  margin-top: 15px;
  width: 1000px;
  height: auto;
  background: #ffcc00;
  border-radius: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row; }
  @media screen and (max-width: 767px) {
    .c-uniqueParts_hotfix {
      width: 100%;
      height: auto;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .c-uniqueParts_hotfix .hdg {
    width: 100%;
    font-size: 16px;
    width: 148px;
    font-weight: bold;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media screen and (max-width: 767px) {
      .c-uniqueParts_hotfix .hdg {
        font-size: 15px;
        padding: 5px 0; } }
  .c-uniqueParts_hotfix .text {
    margin: 2px 2px 2px 0;
    padding: 10px 0 10px 20px;
    height: auto;
    -ms-flex: 1;
    flex: 1;
    border-radius: 0px 10px 10px 0;
    background: #fff1b8;
    font-size: 15px;
    font-weight: bold;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: left;
    align-items: left;
    -ms-flex-pack: start;
    justify-content: flex-start;
    box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .c-uniqueParts_hotfix .text {
        margin: 0;
        height: auto;
        font-size: 12px;
        border-radius: 0 0 10px 10px;
        padding: 5px 20px; } }
  .c-uniqueParts_hotfix a {
    text-decoration: underline; }


/*コロナ関連お知らせ用（不要になったら削除して）*/
.c-uniqueParts_hotfix2 {
  margin: 0 auto;
  margin-top: 15px;
  width: 1000px;
  height: auto;
  background: #ffcc00;
  border-radius: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row; }
  @media screen and (max-width: 767px) {
    .c-uniqueParts_hotfix2 {
      width: 100%;
      height: auto;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .c-uniqueParts_hotfix2 .hdg {
    width: 100%;
    font-size: 14px;
    width: 148px;
    font-weight: bold;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media screen and (max-width: 767px) {
      .c-uniqueParts_hotfix2 .hdg {
        width: 300px;
        font-size: 15px;
        padding: 5px 0; } }
  .c-uniqueParts_hotfix2 .text {
    margin: 2px 2px 2px 0;
    padding: 10px 0 10px 20px;
    height: auto;
    -ms-flex: 1;
    flex: 1;
    border-radius: 0px 10px 10px 0;
    background: #fff1b8;
    font-size: 15px;
    font-weight: bold;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: left;
    align-items: left;
    -ms-flex-pack: start;
    justify-content: flex-start;
    box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .c-uniqueParts_hotfix2 .text {
        margin: 0;
        height: auto;
        font-size: 12px;
        border-radius: 0 0 10px 10px;
        padding: 5px 20px; } }
  .c-uniqueParts_hotfix2 a {
    text-decoration: underline; }



/* c-unit-04
* モジュールベース -- box コンテンツ　
* 命名としてboxではなくunitを使用しています。
*/
.c-unit-btn {
  display: block;
  border-radius: 10px;
  border: 1px solid #ccc;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
  width: 300px;
  height: 60px;
  margin: 0 0 0 10px;
  padding: 0 0 0 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 22px;
  color: #333;
  position: relative;
  box-sizing: border-box;
  line-height: 1.3;
  text-decoration: none; }
  .c-unit-btn:hover {
    box-shadow: 1px 5px 15px grey; }
    @media screen and (max-width: 767px) {
      .c-unit-btn:hover {
        box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); } }
  @media screen and (max-width: 767px) {
    .c-unit-btn {
      width: 100%;
      margin: 10px 0 0 0px;
      padding: 0 0 0 60px;
      height: 50px;
      font-size: 20px; } }
  .c-unit-btn:before {
    position: absolute;
    top: 0;
    left: 0;
    padding-right: 15px;
    border-right: 1px solid #ccc;
    width: 60px;
    height: 100%;
    display: inline-block;
    content: '';
    margin-right: 30px;
    background: url(/assets/img/common/icon/btn_icon05.png) center center no-repeat;
    background-size: 32px; }
  @media screen and (max-width: 767px) {
    .c-unit-btn.single {
      margin: 0 auto !important;
      width: 90%;
      margin-top: 10px !important; } }

.c-unit-btn02 {
  width: 310px; }
  .c-unit-btn02 .icon {
    width: 65px;
    margin-right: 15px; }
    .c-unit-btn02 .icon img {
      width: 36px; }
  .c-unit-btn02 .hdg {
    width: 210px;
    text-align: left;
    font-size: 18px; }

.c-unit-btn03 {
  height: 100px;
  display: block;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
  border-radius: 10px;
  border: 1px solid #ccc;
  width: 340px;
  overflow: hidden; }
  .c-unit-btn03:hover {
    box-shadow: 1px 5px 15px grey; }
    @media screen and (max-width: 767px) {
      .c-unit-btn03:hover {
        box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); } }
  .c-unit-btn03 .hdg {
    text-align: left;
    font-size: 18px;
    height: 100px;
    padding: 22px 0px;
    box-sizing: border-box; }
  .c-unit-btn03 .icon {
    width: 100px;
    text-align: center;
    padding: 15px 21px;
    box-sizing: border-box; }
    .c-unit-btn03 .icon img {
      width: 100%; }
  .c-unit-btn03.green {
    background: #00cc66; }
    .c-unit-btn03.green .icon {
      padding: 13px 10px;
      border: none; }
    .c-unit-btn03.green .hdg {
      color: #fff;
      padding: 10px 0px;
      text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3); }
      .c-unit-btn03.green .hdg span {
        display: block;
        font-size: 16px; }
  .c-unit-btn03:nth-child(odd) {
    margin-left: 0; }

.c-unit-btn04 {
  margin: 0 auto;
  border: 1px solid #666;
  border-radius: 30px;
  padding: 5px 10px;
  color: #666;
  text-decoration: none;
  display: inline-block;
  transition: 0.2s all ease; }
  @media screen and (max-width: 767px) {
    .c-unit-btn04 {
      color: #666;
      font-size: 10px; } }
  .c-unit-btn04:hover {
    background: #666;
    color: #fff; }
  .c-unit-btn04.is-target:after {
    content: '';
    background: url(/assets/img/common/icon/icon_newtab.png) no-repeat center center !important;
    width: 12px;
    height: 12px;
    background-size: contain !important;
    top: 0;
    left: inherit;
    right: 0px;
    display: inline-block; }

.c-unit-btn05 {
  margin: 0 auto;
  height: 50px;
  line-height: 50px;
  border: 1px solid #666;
  border-radius: 30px;
  display: block;
  color: #333;
  font-size: 18px;
  background: #fff;
  text-decoration: none;
  transition: all 0.2s ease;
  margin-top: 20px; }
  .c-unit-btn05:hover {
    box-shadow: 1px 5px 15px grey; }
    @media screen and (max-width: 767px) {
      .c-unit-btn05:hover {
        box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); } }
  @media screen and (max-width: 767px) {
    .c-unit-btn05 {
      width: 100%;
      font-size: 14px;
      text-align: center; } }

.c-unit-innerbtn {
  background: #e60012;
  color: #fff;
  border-radius: 20px;
  font-size: 14px;
  padding: 4px 10px; }

.c-unit-hdg01 {
  background: #eee;
  font-size: 25px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #666;
  font-weight: 300; }
  @media screen and (max-width: 767px) {
    .c-unit-hdg01 {
      font-size: 17px;
      height: 40px;
      line-height: 40px; } }

.c-unit-hdg02 {
  background: #eee;
  font-size: 20px;
  color: #333;
  width: 380px;
  height: 80px;
  line-height: 1.4;
  padding: 10px 20px;
  border-radius: 10px 10px 0 0;
  box-sizing: border-box;
  font-weight: normal;
  text-align: center;
  display: table-cell;
  vertical-align: middle; }

.c-unit-hdg03 {
  background: #eee;
  font-size: 25px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #666;
  font-weight: 300; }
  .c-unit-hdg03 span {
    height: 30px;
    line-height: 30px;
    background: #e60012;
    font-size: 22px;
    color: #fff;
    border-radius: 15px;
    width: 60px;
    box-sizing: border-box;
    display: inline-block;
    font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
    font-weight: bold;
    margin-right: 15px; }

.c-unit-subhdg01 {
  margin: 0;
  font-size: 22px;
  color: #333;
  font-weight: normal;
  text-align: center; }
.c-unit-subhdg02 {
  margin: 0;
  font-size: 16px;
  color: #333;
  font-weight: normal;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .c-unit-subhdg01 {
      font-size: 13px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-align: center;
      align-items: center;
      text-align: left; }
    .c-unit-subhdg02 {
      font-size: 10px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-align: center;
      align-items: center;
      text-align: left; }
    .c-unit-subhdg03 {
      font-size: 10px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-align: center;
      align-items: center;
      text-align: center; } }
  .c-unit-subhdg01.single {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }

.c-unit-text01 {
  font-size: 18px;
  color: #333;
  text-align: left; }
  @media screen and (max-width: 767px) {
    .c-unit-text01 {
      font-size: 15px; } }
  .c-unit-text01 span {
    font-size: 14px;
    color: #000;
    padding: 0 0 0 20px; }
    @media screen and (max-width: 767px) {
      .c-unit-text01 span {
        display: block;
        padding: 10px 0; }
        .c-unit-text01 span span {
          padding: 0 0 0 8px; } }

.c-unit-text02 {
  font-size: 13px;
  color: #333;
  border-bottom: 1px solid #333;
  text-align: left; }
  .c-unit-text02 span {
    font-size: 14px;
    color: #000;
    padding: 0 0 0 20px; }

.c-unit-text03 {
  font-size: 20px;
  color: #333;
  text-align: left; }
  .c-unit-text03 span {
    font-size: 14px;
    color: #000;
    padding: 0 0 0 20px; }
    @media screen and (max-width: 767px) {
      .c-unit-text03 span {
        display: block; } }
  @media screen and (max-width: 767px) {
    .c-unit-text03 {
      font-size: 15px; } }

.c-unit-number {
  font-size: 80px !important;
  color: #e60012;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2); }
  .c-unit-number span {
    font-size: 43px; }
  @media screen and (max-width: 767px) {
    .c-unit-number {
      font-size: 40px !important;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center; } }
      
      
.c-unit-number_02 {
  font-size: 40px !important;
  color: #e60012;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2); }
  .c-unit-number_02 span {
    font-size: 16px; }
  @media screen and (max-width: 767px) {
    .c-unit-number_02 {
      font-size: 20px !important;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center; }
  .c-unit-number_02 span {
    font-size: 10px; }
  .c-unit-number_03 span {
    font-size: 16px; } }

.c-unit-icon01 {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 30px 0 0 0;
  width: 50%;
  padding-top: 30px; }
  .c-unit-icon01 img {
    width: 77px; }

.c-unit-icon02 {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 30px 0 0 0;
  width: 50%;
  padding-top: 30px; }
  .c-unit-icon02 img {
    width: 60px; }

.c-unit-icon03 {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 30px 0 0 0;
  width: 50%; }
  .c-unit-icon03 img {
    width: 60px; }

.c-unit-graybg {
  background: #f8f8f8; }

.c-unit-inner {
  margin: 0 auto;
  width: 700px;
  padding: 20px 0 0 0; }
  @media screen and (max-width: 767px) {
    .c-unit-inner {
      width: 100%;
      padding: 15px; } }

.c-unit-flex {
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 767px) {
    .c-unit-flex {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .c-unit-flex .c-unit-flexitem {
    margin: 0 0 20px 0;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 10px;
    border: 1px solid #ccc;
    font-size: 0px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .c-unit-flex .c-unit-flexitem {
        border-radius: 0px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
        margin: 0;
        padding: 0; }
      .c-unit-flex_02 .c-unit-flexitem_sp {
        border-radius: 0px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-preferred-size: 100% !important;
        flex-basis: 22% !important;
        margin: 0;
        padding: 0; }
        .c-unit-flex .c-unit-flexitem:before {
          display: none; } }
    .c-unit-flex .c-unit-flexitem:nth-child(even) {
      margin-left: 10px; }
      @media screen and (max-width: 767px) {
        .c-unit-flex .c-unit-flexitem:nth-child(even) {
          margin-left: 0; } }
    .c-unit-flex .c-unit-flexitem:nth-child(odd) {
      margin-right: 10px; }
      @media screen and (max-width: 767px) {
        .c-unit-flex .c-unit-flexitem:nth-child(odd) {
          margin-right: 0; } }
    .c-unit-flex .c-unit-flexitem.non-bd {
      border: none;
      overflow: visible; }
    .c-unit-flex .c-unit-flexitem.uniquewidth_01 {
      -ms-flex: 1;
      flex: 1; }
      .c-unit-flex .c-unit-flexitem.uniquewidth_01 p {
        font-size: 13px;
        color: #666;
        text-align: left;
        line-height: 1.7; }
        @media screen and (max-width: 767px) {
          .c-unit-flex .c-unit-flexitem.uniquewidth_01 p {
            font-size: 9px; } }
    .c-unit-flex .c-unit-flexitem.uniquewidth_02:before {
      display: none; }
    .c-unit-flex .c-unit-flexitem.uniquewidth_02 p {
      font-size: 13px;
      color: #666;
      text-align: left;
      line-height: 1.7; }
      @media screen and (max-width: 767px) {
        .c-unit-flex .c-unit-flexitem.uniquewidth_02 p {
          font-size: 9px; } }
    @media screen and (max-width: 767px) {
      .c-unit-flex .c-unit-flexitem.border_on {
        border-bottom: 1px solid #ddd;
        margin-bottom: 15px; } }
    .c-unit-flex .c-unit-flexitem.is-singleitem {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center; }
    .c-unit-flex .c-unit-flexitem.is-border {
      border: 1px solid #ddd !important; }
    .c-unit-flex_02 .c-unit-flexitem_sp.is-border {
      border: 1px solid #ddd !important; }
  .c-unit-flex.single {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .c-unit-flex.single .c-unit-flexitem {
      -ms-flex-preferred-size: 50% !important;
      flex-basis: 50% !important;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center; }
  .c-unit-flex.small {
    margin: 0 auto !important;
    width: 80% !important;
    -ms-flex-pack: center;
    justify-content: center; }

.c-unit-linktext {
  margin: 30px 0 0 0;
  padding: 0 20px 0 0;
  display: inline-block;
  width: 50%; }
  .c-unit-linktext li {
    display: block;
    font-size: 16px;
    line-height: 1.4;
    text-align: left;
    padding: 0 0 2px 0;
    position: relative;
    color: #666; }
    .c-unit-linktext li:before {
      position: absolute;
      content: '';
      top: 2px;
      left: -15px;
      box-sizing: border-box;
      width: 10px;
      height: 10px;
      border: 8px solid transparent;
      border-left: 7px solid #ccc; }
    .c-unit-linktext li a {
      padding: 0 0 2px 0;
      margin: 0 0 20px 0;
      display: block;
      color: inherit;
      transition: 0.3s all ease-out; }
      .c-unit-linktext li a:hover {
        opacity: 0.7; }

.c-unit-q-list {
  margin: 0 0 30px 0;
  padding: 0 0 0 40px; }
  @media screen and (max-width: 767px) {
    .c-unit-q-list {
      margin: 0 0 20px 0;
      padding: 0 0 0 30px; } }
  .c-unit-q-list li {
    margin: 0 0 20px 0; }
    @media screen and (max-width: 767px) {
      .c-unit-q-list li:last-child {
        margin: 0; } }
  .c-unit-q-list span {
    margin: 0 15px 0 -45px;
    font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
    font-weight: bold;
    line-height: 1.3;
    border: 2px solid #e60012;
    color: #e60012;
    font-size: 20px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .c-unit-q-list span {
        font-size: 13px;
        width: 20px;
        height: 20px;
        line-height: 1.4;
        margin: 0 15px 0 -35px; } }
  .c-unit-q-list p {
    font-size: 18px;
    color: #666;
    display: inline;
    border-bottom: 1px solid #666; }
    @media screen and (max-width: 767px) {
      .c-unit-q-list p {
        font-size: 15px;
        line-height: 1.7; } }
    .c-unit-q-list p a {
      color: inherit;
      text-decoration: none;
      transition: 0.3s all ease-out; }
      .c-unit-q-list p a:hover {
        opacity: 0.7; }
      .c-unit-q-list p a.is-target:after {
        content: '';
        background: url(/assets/img/common/icon/icon_newtab.png) no-repeat center center !important;
        width: 12px;
        height: 12px;
        background-size: contain !important;
        top: 0;
        left: inherit;
        right: 0px;
        display: inline-block; }
  @media screen and (max-width: 767px) {
    .c-unit-q-list .is-qa {
      margin: 0 0 10px 0; } }
  .c-unit-q-list .is-qa p {
    border: none; }
  .c-unit-q-list .is-answer {
    border-bottom: 1px solid #ddd;
    padding: 0 0 20px 0; }
    .c-unit-q-list .is-answer p {
      border: none; }
    .c-unit-q-list .is-answer span {
      background: #e60012;
      color: #fff; }
    .c-unit-q-list .is-answer > .c-list_01 {
      margin-top: -30px; }
      @media screen and (max-width: 767px) {
        .c-unit-q-list .is-answer > .c-list_01 {
          margin-top: -20px; } }

.c-unit-iconarrow {
  position: relative; }
  .c-unit-iconarrow:before {
    position: absolute;
    content: '';
    top: -1px;
    left: -22px;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border: 8px solid transparent;
    border-left: 10px solid #666; }
  .c-unit-iconarrow:after {
    position: absolute;
    content: '';
    top: 3px;
    left: -33px;
    width: 12px;
    height: 8px;
    border-left: 12px solid #666; }
  .c-unit-iconarrow.up:before {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: -12px;
    left: -33px; }
  .c-unit-iconarrow.up:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 6px;
    left: -30px; }
  .c-unit-iconarrow.down:before {
    -webkit-transform: rotate(-270deg);
    transform: rotate(-270deg);
    top: 10px;
    left: -33px; }
  .c-unit-iconarrow.down:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 0px;
    left: -30px; }

/* c-unit-01
* モジュールベース -- box コンテンツ　
* 命名としてboxではなくunitを使用しています。
*/
.c-unit-flex {
  display: -ms-flexbox;
  display: flex;
  border: none; }
  @media screen and (max-width: 767px) {
    .c-unit-flex {
      padding: 0 15px;
      margin: 10px 0; } }
      
      .c-unit-flex_02 {
  display: -ms-flexbox;
  display: flex;
  border: none;}
  @media screen and (max-width: 767px) {
    .c-unit-flex_02 {
      padding: 0 0 0 5px;
      margin: 0px 0; } }

.c-unit-flexitem {
  -ms-flex: 1;
  flex: 1;
  border: none !important; }
  .c-unit-flexitem:nth-child(even) {
    position: relative; }
    .c-unit-flexitem:nth-child(even):before {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      width: 1px;
      padding: 30px 0;
      height: 170px;
      background: #ccc; }
  .c-unit-flexitem.uniquewidth_01 {
    -ms-flex: 1;
    flex: 1; }
    .c-unit-flexitem.uniquewidth_01 p {
      font-size: 13px;
      color: #666;
      text-align: left;
      line-height: 1.7; }
      @media screen and (max-width: 767px) {
        .c-unit-flexitem.uniquewidth_01 p {
          font-size: 9px; } }
  .c-unit-flexitem.uniquewidth_02:before {
    display: none; }
  .c-unit-flexitem.non-before:before {
    display: none; }

/* c-unit-03
* モジュールベース -- box コンテンツ　
* モジュールだけで対応出来ないものを記述してください。
*/
.c-unit-03 {
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -ms-flexbox;
  display: flex; }
  .c-unit-03 .item {
    border-radius: 10px;
    border: 1px solid #ccc;
    -ms-flex-preferred-size: 240px;
    flex-basis: 240px;
    height: 200px;
    overflow: hidden;
    text-align: center;
    background: #f8f8f8;
    box-sizing: border-box; }
  .c-unit-03 figure {
    height: 120px;
    overflow: hidden; }
  .c-unit-03 .hdg {
    color: #333;
    height: 80px;
    width: 240px;
    padding: 0 28px;
    font-size: 18px;
    line-height: 1.4;
    text-align: left;
    font-weight: normal;
    display: table-cell;
    vertical-align: middle; }

/* c-unit-04
* モジュールベース -- box コンテンツ　
* ボックスといいつつリストっぽいですがこのモジュールで
*/
.c-unit-04 {
  border-radius: 10px;
  border: 1px solid #ffeeee;
  overflow: hidden;
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .c-unit-04 {
      margin-bottom: 20px; } }
  .c-unit-04 .hdg {
    background: #ffeeee;
    font-size: 25px;
    font-weight: normal;
    text-align: center;
    height: 60px;
    line-height: 60px;
    color: #e60012; }
    @media screen and (max-width: 767px) {
      .c-unit-04 .hdg {
        padding: 15px;
        font-size: 17px;
        height: auto;
        line-height: 1.2;
        text-align: left;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        color: #333; } }
  .c-unit-04 .icon {
    display: inline-block;
    top: 2px;
    margin-right: 4px;
    position: relative;
    width: 26px; }
    @media screen and (max-width: 767px) {
      .c-unit-04 .icon {
        width: 40px;
        margin-right: 10px; } }
    .c-unit-04 .icon img {
      width: 100%; }
  .c-unit-04 .inner {
    padding: 30px;
    box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .c-unit-04 .inner {
        padding: 15px; } }
    @media screen and (max-width: 767px) {
      .c-unit-04 .inner.is-accordion {
        display: none; } }
  .c-unit-04 p {
    font-size: 18px;
    line-height: 1.6;
    text-align: left;
    color: #666; }
    @media screen and (max-width: 767px) {
      .c-unit-04 p {
        font-size: 11px; } }
  .c-unit-04 ul {
    padding: 0 0 0 14px; }
  .c-unit-04 li {
    font-size: 18px;
    color: #666;
    line-height: 1.6;
    margin: 10px 0 0 -2px;
    margin-top: 10px;
    text-indent: -8px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .c-unit-04 li {
        font-size: 11px;
        margin: 5px 0 0 -2px; } }
    .c-unit-04 li:before {
      position: relative;
      left: -6px;
      top: -1px;
      content: '';
      background: #e60012;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      display: inline-block; }
  .c-unit-04 .p-desc {
    font-size: 13px;
    color: #666; }
    @media screen and (max-width: 767px) {
      .c-unit-04 .p-desc {
        font-size: 10px; } }

.c-unit-textlist li {
  display: inline-block;
  width: 33%;
  padding: 0  13px;
  margin: 0 0 10px 0;
  position: relative;
  line-height: 1;
  color: #666;
  font-size: 16px;
  transition: 0.3s all ease-out; }
  .c-unit-textlist li:hover {
    opacity: 0.7; }
  .c-unit-textlist li:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    margin-right: 10px;
    margin-top: 5px;
    display: inline-block;
    position: absolute;
    left: 2px;
    border-width: 5px 0 5px 4px;
    z-index: 999;
    border-color: transparent transparent transparent #ccc; }
  .c-unit-textlist li a {
    border-bottom: 1px solid #666; }

.c-unit-textlist.twoline li {
  width: 49%; }
  @media screen and (max-width: 767px) {
    .c-unit-textlist.twoline li {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%; } }

.c-unit-bd {
  border: none;
  margin: 50px 0;
  height: 1px;
  width: 100%;
  background: #ccc; }
  @media screen and (max-width: 767px) {
    .c-unit-bd {
      margin: 25px 0; } }

.c-unit-05 {
  border-radius: 10px;
  border: 1px solid #ccc;
  border: none;
  overflow: hidden;
  color: #333; }
  .c-unit-05_container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 30px 0; }
    @media screen and (max-width: 767px) {
      .c-unit-05_container {
        margin: 0 0 20px 0; } }
    .c-unit-05_container .text01 {
      font-size: 14px;
      margin: 0 0 20px 0; }
      @media screen and (max-width: 767px) {
        .c-unit-05_container .text01 {
          font-size: 12px;
          margin: 0 0 10px 0; } }
  .c-unit-05_inner {
    -ms-flex-preferred-size: 215px;
    flex-basis: 215px;
    margin: 0 0 20px 0; }
    @media screen and (max-width: 767px) {
      .c-unit-05_inner {
        -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
        margin: 0 0 10px 0; } }
    @media screen and (max-width: 767px) {
      .c-unit-05_inner.last-margin {
        margin-top: 20px; } }
    .c-unit-05_inner.twocolumn {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      width: 50%; }
      @media screen and (max-width: 767px) {
        .c-unit-05_inner.twocolumn {
          -ms-flex-preferred-size: 49%;
          flex-basis: 49%; } }
    .c-unit-05_inner .hdg {
      font-size: 25px; }
    .c-unit-05_inner .shopname {
      font-size: 20px; }
      @media screen and (max-width: 767px) {
        .c-unit-05_inner .shopname {
          font-size: 14px; } }
    .c-unit-05_inner address {
      font-size: 22px;
      font-weight: bold;
      color: #000;
      font-style: normal;
      margin: 10px 0;
      font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif; }
      .c-unit-05_inner address span {
        top: 2px;
        position: relative; }
      @media screen and (max-width: 767px) {
        .c-unit-05_inner address {
          margin: 0;
          font-size: 14px; } }
    .c-unit-05_inner dl {
      font-size: 14px; }
      .c-unit-05_inner dl dt {
        width: 90px;
        vertical-align: top;
        display: inline-block;
        text-align: left; }
      .c-unit-05_inner dl dd {
        width: 100px;
        vertical-align: top;
        display: inline-block;
        text-align: left; }
      @media screen and (max-width: 767px) {
        .c-unit-05_inner dl {
          font-size: 10px; } }
    .c-unit-05_inner .c-unit-bd {
      margin: 25px 0 0px 0; }
    .c-unit-05_inner .c-btn_03 {
      width: 100%; }
  .c-unit-05_subhdg {
    font-size: 25px;
    margin: 0 0 20px 0; }
    @media screen and (max-width: 767px) {
      .c-unit-05_subhdg {
        margin: 0 0 10px 0;
        font-size: 14px; } }

.c-unit-05_caution {
  border-radius: 20px;
  width: 100%;
  margin: 0 auto;
  margin-top: -20px;
  padding: 2px 10px;
  background: #eee;
  font-size: 13px;
  border: 1px solid #ddd;
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .c-unit-05_caution {
      border-radius: 10px;
      display: block;
      font-size: 10px;
      margin: 0 auto;
      margin-top: -10px !important;
      margin-bottom: 15px; } }

/* c-unit-02
* モジュールベース -- box コンテンツ　
* モジュールだけで対応出来ないものを記述してください。
*/
.c-unit {
  border-radius: 10px;
  border: 1px solid #ccc;
  overflow: hidden; }

.c-unit02 {
  border-radius: 10px;
  border: 1px solid #ccc;
  border: none;
  overflow: hidden;
  padding-bottom: 40px;
  margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
    .c-unit02 {
      margin-bottom: 25px;
      padding-bottom: 0; } }
  .c-unit02 .c-unit-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 20px 0 10px 0; }
  .c-unit02 .c-unit-flexitem {
    margin: 0 0 0 0;
    -ms-flex: 1;
    flex: 1; }
    @media screen and (max-width: 767px) {
      .c-unit02 .c-unit-flexitem {
        border-radius: 10px; } }
    .c-unit02 .c-unit-flexitem.green {
      border: none; }
    .c-unit02 .c-unit-flexitem .icon {
      padding: 0;
      width: 100px; }
      .c-unit02 .c-unit-flexitem .icon img {
        height: auto;
        width: 77%; }
    .c-unit02 .c-unit-flexitem .hdg {
      -ms-flex: 1;
      flex: 1; }
  .c-unit02 .c-unit-bd {
    margin: 25px 0 10px 0; }

/*
**
* unit よく使うコンテナー
**
*/
.c-unit_container {
  border-radius: 10px;
  border: 1px solid #ccc;
  overflow: hidden;
  margin: 0 0 30px 0; }
  @media screen and (max-width: 767px) {
    .c-unit_container {
      margin: 0 0 20px 0; } }
  .c-unit_container .unit-hdg {
    background: #f8f8f8;
    font-size: 25px;
    padding: 15px 0;
    line-height: 1.4;
    text-align: center;
    font-weight: 300;
    border-bottom: 1px solid #ccc; }
    @media screen and (max-width: 767px) {
      .c-unit_container .unit-hdg {
        font-size: 15px;
        min-height: 50px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 10px;
        height: auto;
        line-height: 1.3; } }
    @media screen and (max-width: 767px) {
      .c-unit_container .unit-hdg.icon-caution {
        text-align: left; } }
    .c-unit_container .unit-hdg.icon-caution:before {
      content: '';
      display: inline-block;
      background: url(/assets/img/common/icon/cauntion.png) center center no-repeat;
      width: 34px;
      height: 32px;
      background-size: 100% 100%;
      vertical-align: top;
      position: relative;
      margin-right: 10px;
      top: 3px; }
    @media screen and (max-width: 767px) {
      .c-unit_container .unit-hdg.is-trigger {
        text-align: left;
        -ms-flex-pack: start;
        justify-content: flex-start; }
        .c-unit_container .unit-hdg.is-trigger:after {
          position: absolute;
          content: "";
          vertical-align: middle;
          right: 8%;
          width: 12px;
          height: 12px;
          border-top: 2px solid #e92131;
          border-right: 2px solid #e92131;
          -webkit-transform: rotate(135deg) translateY(0%);
          transform: rotate(135deg) translateY(0%);
          transition: 0.2s all ease; } }
    .c-unit_container .unit-hdg.is-active:after {
      margin-top: 4px;
      -webkit-transform: rotate(-45deg) translateY(0%);
      transform: rotate(-45deg) translateY(0%); }
    .c-unit_container .unit-hdg.is-photoheading {
      height: 100px;
      line-height: 100px;
      font-weight: normal;
      font-size: 25px;
      padding: 0 0 0 27px;
      margin: 0 0 30px 0;
      text-align: left;
      background: url(/assets/img/kojin/saving/common/bg_01.jpg) top left no-repeat !important;
      background-size: 100% !important; }
      @media screen and (max-width: 767px) {
        .c-unit_container .unit-hdg.is-photoheading {
          margin: 0 0 20px 0;
          padding: 0 0 0 18px;
          font-size: 17px;
          line-height: 1.6;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
          align-items: center;
          -ms-flex-pack: start;
          justify-content: flex-start;
          background: url(/assets/img/kojin/saving/common/bg_01_sp.jpg) top left no-repeat !important;
          background-size: contain !important; } }
    .c-unit_container .unit-hdg .qa {
      background: #e60012;
      color: #fff;
      border-radius: 20px;
      padding: 5px 15px;
      line-height: 1;
      font-weight: 500;
      font-family: sans-serif;
      margin: 0 10px 0 0; }
      @media screen and (max-width: 767px) {
        .c-unit_container .unit-hdg .qa {
          padding: 3px 10px;
          font-size: 12px; } }
  .c-unit_container .inner {
    margin: 30px; }
    @media screen and (max-width: 767px) {
      .c-unit_container .inner {
        margin: 15px; } }
    .c-unit_container .inner .underline {
      margin: 0 0 30px 0;
      border: none;
      width: 100%;
      height: 1px;
      background: #ddd; }
      @media screen and (max-width: 767px) {
        .c-unit_container .inner .underline {
          margin: 0 0 20px 0; } }
    @media screen and (max-width: 767px) {
      .c-unit_container .inner ul {
        font-size: 13px; } }
    @media screen and (max-width: 767px) {
      .c-unit_container .inner ul li .c-list_04 {
        margin-top: 10px !important; } }
    .c-unit_container .inner p {
      font-size: 16px; }
      @media screen and (max-width: 767px) {
        .c-unit_container .inner p {
          font-size: 13px; } }
    .c-unit_container .inner .c-list_04 {
      margin-left: 15px; }
      @media screen and (max-width: 767px) {
        .c-unit_container .inner .c-list_04 {
          margin-left: 10px; } }
  .c-unit_container.bg-gray {
    background: #f8f8f8; }
    .c-unit_container.bg-gray > .unit-hdg {
      background: #eee; }
  .c-unit_container.is-red {
    border-color: #ffeeee; }
    .c-unit_container.is-red .unit-hdg {
      background: #ffeeee;
      border-bottom: 1px solid #ffeeee; }


/*
**
* コロナお知らせまとめ時に追加202102
**
*/
.c-unit_container_co {
/*  border-radius: 10px;*/
  border: 1px solid #ccc;
  overflow: hidden;
  margin: 0 auto;
  width: 1000px;
  text-decoration: underline;
  
   }
  @media screen and (max-width: 767px) {
    .c-unit_container_co {
      margin: 0 0 20px 0;
  width: 100%; } }
  .c-unit_container_co .unit-hdg {
    background: #f8f8f8;
/*    font-size: 25px;*/
    font-size: 16px;
/*    padding: 15px 0;*/
    padding: 5px 0;
    line-height: 1.4;
    text-align: center;
    font-weight: 300;
    border-bottom: 1px solid #ccc; }
    @media screen and (max-width: 767px) {
      .c-unit_container_co .unit-hdg {
        font-size: 15px;
        min-height: 50px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 10px;
        height: auto;
        line-height: 1.3; } }
      .c-unit_container_co .unit-hdg.icon-caution {
        text-align: left;
        padding-left: 20px; } }
    @media screen and (max-width: 767px) {
      .c-unit_container_co .unit-hdg.icon-caution {
        text-align: left; } }
    .c-unit_container_co .unit-hdg.icon-caution:before {
      content: '';
      display: inline-block;
      background: url(/assets/img/common/icon/cauntion.png) center center no-repeat;
/*
      width: 34px;
      height: 32px;
*/      
      width: 20px;
      height: 19px;
      background-size: 100% 100%;
      vertical-align: top;
      position: relative;
      margin-right: 10px;
      top: 3px; }
    @media screen and (max-width: 767px) {
    .c-unit_container_co .unit-hdg.icon-caution:before {
/*      width: 50px;
      height: 32px; } }*/
      width: 25px;
      height: 15px; } }
    @media screen and (max-width: 767px) {
      .c-unit_container_co .unit-hdg.is-trigger {
        text-align: left;
        -ms-flex-pack: start;
        justify-content: flex-start; }
        .c-unit_container_co .unit-hdg.is-trigger:after {
          position: absolute;
          content: "";
          vertical-align: middle;
          right: 8%;
          width: 12px;
          height: 12px;
          border-top: 2px solid #e92131;
          border-right: 2px solid #e92131;
          -webkit-transform: rotate(135deg) translateY(0%);
          transform: rotate(135deg) translateY(0%);
          transition: 0.2s all ease; } }
    .c-unit_container_co .unit-hdg.is-active:after {
      margin-top: 4px;
      -webkit-transform: rotate(-45deg) translateY(0%);
      transform: rotate(-45deg) translateY(0%); }
    .c-unit_container_co .unit-hdg.is-photoheading {
      height: 100px;
      line-height: 100px;
      font-weight: normal;
      font-size: 25px;
      padding: 0 0 0 27px;
      margin: 0 0 30px 0;
      text-align: left;
      background: url(/assets/img/kojin/saving/common/bg_01.jpg) top left no-repeat !important;
      background-size: 100% !important; }
      @media screen and (max-width: 767px) {
        .c-unit_container_co .unit-hdg.is-photoheading {
          margin: 0 0 20px 0;
          padding: 0 0 0 18px;
          font-size: 17px;
          line-height: 1.6;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
          align-items: center;
          -ms-flex-pack: start;
          justify-content: flex-start;
          background: url(/assets/img/kojin/saving/common/bg_01_sp.jpg) top left no-repeat !important;
          background-size: contain !important; } }
    .c-unit_container_co .unit-hdg .qa {
      background: #e60012;
      color: #fff;
      border-radius: 20px;
      padding: 5px 15px;
      line-height: 1;
      font-weight: 500;
      font-family: sans-serif;
      margin: 0 10px 0 0; }
      @media screen and (max-width: 767px) {
        .c-unit_container_co .unit-hdg .qa {
          padding: 3px 10px;
          font-size: 12px; } }
  .c-unit_container_co .inner {
    margin: 30px; }
    @media screen and (max-width: 767px) {
      .c-unit_container_co .inner {
        margin: 15px; } }
    .c-unit_container_co .inner .underline {
      margin: 0 0 30px 0;
      border: none;
      width: 100%;
      height: 1px;
      background: #ddd; }
      @media screen and (max-width: 767px) {
        .c-unit_container_co .inner .underline {
          margin: 0 0 20px 0; } }
    @media screen and (max-width: 767px) {
      .c-unit_container_co .inner ul {
        font-size: 13px; } }
    @media screen and (max-width: 767px) {
      .c-unit_container_co .inner ul li .c-list_04 {
        margin-top: 10px !important; } }
    .c-unit_container_co .inner p {
      font-size: 16px; }
      @media screen and (max-width: 767px) {
        .c-unit_container_co .inner p {
          font-size: 13px; } }
    .c-unit_container_co .inner .c-list_04 {
      margin-left: 15px; }
      @media screen and (max-width: 767px) {
        .c-unit_container_co .inner .c-list_04 {
          margin-left: 10px; } }
  .c-unit_container_co.bg-gray {
    background: #f8f8f8; }
    .c-unit_container_co.bg-gray > .unit-hdg {
      background: #eee; }
  .c-unit_container_co.is-red {
    border-color: #ffeeee; }
    .c-unit_container_co.is-red .unit-hdg {
      background: #ffeeee;
      border-bottom: 1px solid #ffeeee; }
      
/*
**
* ランキング部分 / 松ページ どうしてもレスポンシブになるので別で制御する
**
*/
.c-unit-rankingContainer {
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 30px 0; }
  @media screen and (max-width: 767px) {
    .c-unit-rankingContainer {
      -ms-flex-direction: column;
      flex-direction: column;
      margin: 0 0 20px 0; } }
  .c-unit-rankingContainer .hdg {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    height: 80px;
    background: #f8f8f8;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 0 !important; }

.c-unit-rankInner {
  -ms-flex: 1;
  flex: 1;
  border-radius: 10px;
  border: 1px solid #ccc;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .c-unit-rankInner {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; } }
  .c-unit-rankInner:first-child {
    margin-right: 20px; }
    @media screen and (max-width: 767px) {
      .c-unit-rankInner:first-child {
        margin-right: 0;
        margin-bottom: 20px; } }

.c-unit-ranklist {
  font-size: 0px;
  text-align: left;
  width: 350px; }
  @media screen and (max-width: 767px) {
    .c-unit-ranklist {
      width: 100%;
      padding-bottom: 10px; } }
  .c-unit-ranklist hr {
    border: none;
    width: 100%;
    height: 1px;
    background: #ccc; }
  .c-unit-ranklist dt {
    font-size: 18px;
    color: #333;
    font-size: 18px;
    width: 70px;
    text-align: center;
    display: inline-block;
    border-top: none !important;
    vertical-align: top;
    padding: 10px 10px 15px 10px;
    box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .c-unit-ranklist dt.sp-bdnone {
        border-top: none !important; } }
    @media screen and (max-width: 767px) {
      .c-unit-ranklist dt {
        width: 80px; } }
    .c-unit-ranklist dt span {
      margin-top: 5px;
      display: block; }
      .c-unit-ranklist dt span img {
        width: 23px; }
    .c-unit-ranklist dt:last-child {
      border-bottom: none; }
    .c-unit-ranklist dt.non-bd {
      border-bottom: none; }
    @media screen and (max-width: 767px) {
      .c-unit-ranklist dt.sp-bdnone {
        border-top: none; } }
  .c-unit-ranklist dd {
    display: inline-block;
    vertical-align: top;
    width: 266px;
    text-align: left;
    padding: 10px 10px 20px 20px;
    box-sizing: border-box;
    line-height: 1.5; }
    @media screen and (max-width: 767px) {
      .c-unit-ranklist dd {
        width: 71.5%;
        padding-top: 20px; } }
    .c-unit-ranklist dd p {
      font-size: 18px;
      color: #333;
      display: inline;
      border-bottom: 1px solid #333; }
      @media screen and (max-width: 767px) {
        .c-unit-ranklist dd p {
          font-size: 13px; } }
    .c-unit-ranklist dd:last-child {
      border-bottom: none; }
      @media screen and (max-width: 767px) {
        .c-unit-ranklist dd:last-child {
          border-left: none;
          border-bottom: none;
          border-right: none; } }
    @media screen and (max-width: 767px) {
      .c-unit-ranklist dd.sp-bdnone {
        border-top: none !important; } }

/*
**
* unit　囲み線のみのもの
**
*/
.c-unit_square {
  border: 1px solid #ddd;
  padding: 15px 15px;
  margin: 0 0 30px 0; }
  @media screen and (max-width: 767px) {
    .c-unit_square {
      margin: 0 0 20px 0;
      padding: 10px; } }
  .c-unit_square.is-bold {
    border-width: 2px; }
  .c-unit_square.is-red {
    border-color: #ffeeee; }
  .c-unit_square ul {
    margin: 0;
    margin-left: 20px; }
    .c-unit_square ul li:last-child {
      margin-bottom: 0;
      padding-bottom: 0; }
  .c-unit_square p {
    margin: 0;
    padding: 0; }
    .c-unit_square p a {
      margin: 0;
      padding: 0; }
  .c-unit_square .c-btn-text {
    padding: 10px 30px; }
    @media screen and (max-width: 767px) {
      .c-unit_square .c-btn-text {
        padding: 10px 5px; } }
  .c-unit_square .c-list_02 {
    margin: 0 0 20px 20px; }


/*
**
* コロナお知らせまとめ時に追加202102個人トップ要囲み線のみのもの
**
*/

.c-unit_square_co {
  border: 2px solid #ddd;
  border-radius: 5px;
/*  padding: 15px 15px;*/
  padding: 5px 5px;
  width: 1000px;
/*  margin: 10px auto 10px auto; }*/
  margin: 5px auto 5px auto; }
  @media screen and (max-width: 767px) {
    .c-unit_square_co {
      margin: 0 0 20px 0;
      padding: 10px;
      width: 100%; } }
  .c-unit_square_co.is-bold {
    border-width: 2px; }
  .c-unit_square_co.is-red {
    border-color: #ffeeee; }

/*  .c-unit_square_co.is-red .unit-hdg {*/
  .c-unit_square_co.unit-hdg {
    background: #ffeeee;
    border-bottom: 2px solid #ddd; }
/*    border-bottom: 1px solid #ffeeee; }*/
  
  .c-unit_square_co ul {
    margin: 0;
    margin-left: 20px; }
    .c-unit_square_co ul li:last-child {
      margin-bottom: 0;
      padding-bottom: 0; }
  .c-unit_square_co p {
    margin: 0;
    padding: 0; }
    .c-unit_square_co p a {
      margin: 0;
      padding: 0; }
  .c-unit_square_co .c-btn-text {
    padding: 10px 30px; }
    @media screen and (max-width: 767px) {
      .c-unit_square_co .c-btn-text {
        padding: 10px 5px; } }
  .c-unit_square_co .c-list_02 {
    margin: 0 0 20px 20px; }

    
.c-unit-qatitleblock {
  background: #f8f8f8;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 110px;
  font-size: 23px;
  margin: 0 0 30px 0;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  border: 1px solid #ccc;
  transition: all 0.2s ease;
  padding: 10px 25px 10px 25px;
  color: #666; }
  .c-unit-qatitleblock:hover {
    box-shadow: 1px 5px 15px grey; }
    @media screen and (max-width: 767px) {
      .c-unit-qatitleblock:hover {
        box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); } }
  @media screen and (max-width: 767px) {
    .c-unit-qatitleblock {
      font-size: 13px;
      margin: 0 0 20px 0;
      padding: 15px 12px 15px 12px;
      height: auto; } }
  .c-unit-qatitleblock .qa {
    background: #e60012;
    color: #fff;
    border-radius: 20px;
    padding: 5px 15px;
    line-height: 1;
    font-weight: 500;
    font-family: sans-serif;
    margin: 0 10px 0 0; }
    @media screen and (max-width: 767px) {
      .c-unit-qatitleblock .qa {
        padding: 3px 10px;
        font-size: 12px; } }
  .c-unit-qatitleblock.is-target:after {
    content: '';
    background: url(/assets/img/common/icon/icon_newtab.png) no-repeat center center !important;
    width: 20px;
    height: 20px;
    background-size: contain !important;
    top: 73%;
    left: inherit;
    right: 12px;
    position: absolute; }
    @media screen and (max-width: 767px) {
      .c-unit-qatitleblock.is-target:after {
        content: '';
        background: url(/assets/img/common/icon/icon_newtab.png) no-repeat center center !important;
        width: 13px;
        height: 13px;
        background-size: contain !important;
        top: 60%;
        left: inherit;
        right: 10px;
        position: absolute; } }

.p-conferenceTrouble__btn {
  display: -ms-flexbox !important;
  display: flex !important;
  color: #666;
  margin-top: 20px !important;
  text-decoration: none;
  font-size: 14px; }
  @media screen and (max-width: 767px) {
    .p-conferenceTrouble__btn {
      margin-top: 10px; } }

.p-convenience_point {
  -ms-flex-pack: center;
  justify-content: center; }

.p-convenience_subhdg {
  text-align: center;
  font-weight: 300;
  font-size: 30px;
  margin: 0 0 30px 0;
  color: #666; }
  @media screen and (max-width: 767px) {
    .p-convenience_subhdg {
      margin: 0 0 20px 0;
      font-size: 20px; } }

.p-convenience_caution {
  background: #f8f8f8;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  height: 110px;
  font-size: 23px;
  margin: 0 0 30px 0;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  border: 1px solid #ccc;
  transition: all 0.2s ease;
  padding: 10px 25px 10px 25px;
  color: #666; }
  .p-convenience_caution:hover {
    box-shadow: 1px 5px 15px grey; }
    @media screen and (max-width: 767px) {
      .p-convenience_caution:hover {
        box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); } }
  @media screen and (max-width: 767px) {
    .p-convenience_caution {
      font-size: 13px;
      margin: 0 0 20px 0;
      padding: 5px 12px 5px 12px;
      height: auto; } }
  .p-convenience_caution:before {
    content: '';
    height: 100%;
    width: 55px;
    margin: 0 10px 0 0;
    background: url(/assets/img/kojin/convenience/is/icon_01.png) center center no-repeat;
    background-size: contain; }
    @media screen and (max-width: 767px) {
      .p-convenience_caution:before {
        height: 44px; } }

.p-convenience_layout {
  margin-bottom: 20px;
  padding-bottom: 10px; }
  @media screen and (max-width: 767px) {
    .p-convenience_layout {
      margin-bottom: 20px; } }

@media screen and (max-width: 767px) {
  .p-credit-extage_container {
    -ms-flex-direction: column;
    flex-direction: column; } }

@media screen and (max-width: 767px) {
  .p-credit-extage_btn {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -ms-flex: 1;
    flex: 1; } }

@media screen and (max-width: 767px) {
  .p-credit-extage_btn02 {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%; }
    .p-credit-extage_btn02 img {
      width: 100px; }
    .p-credit-extage_btn02 .text {
      border-left: 1px solid #ddd;
      height: 100%;
      -ms-flex-align: center;
      align-items: center;
      border-top: none;
      -ms-flex-pack: start;
      justify-content: flex-start;
      text-align: left;
      padding: 25px 10px 0 10px; } }
    @media screen and (max-width: 767px) and (max-width: 767px) {
      .p-credit-extage_btn02 .text {
        padding: 25px 10px 25px 10px; } }

.p-foreign_hdgcaption {
  width: 250px; }

.p-hojin-improvement-btn {
  margin: 0 auto; }

.p-index_allclass {
  opacity: 0;
  transition: 0.4s all ease; }

.p-index-mvContainer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%; }
  @media screen and (min-width: 600px) and (max-width: 1000px) {
    .p-index-mvContainer {
      width: 95%;
      margin: 0 auto;
      margin-left: 1%; } }

.p-index-mvleft {
  -ms-flex-preferred-size: 747px;
  flex-basis: 747px;
  margin-right: 12px;
  -ms-flex-positive: 0;
  flex-grow: 0; }
  @media screen and (max-width: 767px) {
    .p-index-mvleft {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      margin-right: 0;
      overflow: hidden; } }
  @media screen and (min-width: 600px) and (max-width: 1000px) {
    .p-index-mvleft {
      width: 70%; } }

.p-index-mvright {
  -ms-flex: 1;
  flex: 1; }
  @media screen and (max-width: 767px) {
    .p-index-mvright {
      display: none; } }

/* 法人slider */
.p-hindex-carousel {
  font-size: 0px;
  height: 276px;
  overflow: hidden; }
  @media screen and (max-width: 320px) {
    .p-hindex-carousel {
      height: auto;
      max-height: 115px; } }
  @media screen and (min-width: 321px) and (max-width: 376px) {
    .p-hindex-carousel {
      max-height: 135px;
      height: auto; } }
  @media screen and (min-width: 377px) and (max-width: 425px) {
    .p-hindex-carousel {
      max-height: 153px;
      height: auto; } }
  @media screen and (min-width: 426) and (max-width: 726px) {
    .p-hindex-carousel {
      max-height: auto;
      height: auto; } }
  .p-hindex-carousel ul {
    margin: 0; }
    .p-hindex-carousel ul li {
      font-size: 0px !important; }
  .p-hindex-carousel .slick-slide {
    margin: 0; }
  .p-hindex-carousel .slide {
    width: 497px;
    vertical-align: top;
    box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .p-hindex-carousel .slide {
        width: 100%; } }
    @media screen and (min-width: 600px) and (max-width: 1000px) {
      .p-hindex-carousel .slide {
        width: 470px; } }
    .p-hindex-carousel .slide .slick-list {
      overflow: visible; }
  .p-hindex-carousel .slider-nav {
    padding-left: 8px;
    width: 250px;
    height: 278px;
    vertical-align: top;
    box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .p-hindex-carousel .slider-nav {
        display: none; } }
    @media screen and (min-width: 600px) and (max-width: 1000px) {
      .p-hindex-carousel .slider-nav {
        width: 235px; } }
    .p-hindex-carousel .slider-nav li {
      margin: 0;
      font-size: 0px !important;
      margin-bottom: 5px; }
  .p-hindex-carousel img {
    max-width: 100%;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    border: 1px solid #ccc;
    transition: all 0.2s ease; }
    .p-hindex-carousel img:hover {
      box-shadow: 1px 5px 15px grey; }
      @media screen and (max-width: 767px) {
        .p-hindex-carousel img:hover {
          box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); } }
    @media screen and (max-width: 767px) {
      .p-hindex-carousel img {
        width: 100%;
        box-shadow: none;
        border-radius: 0px;
        border: none; } }
  .p-hindex-carousel .slick-next {
    position: absolute;
    right: 0;
    margin: 0;
    z-index: 99; }
    .p-hindex-carousel .slick-next:before {
      content: '';
      width: 13px;
      height: 13px;
      border-top: 1px solid #fff;
      border-right: 1px solid #fff;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      top: 0;
      bottom: 0;
      right: 8px;
      margin: auto;
      vertical-align: middle; }
  .p-hindex-carousel .slick-prev {
    position: absolute;
    left: 10px;
    margin: 0;
    z-index: 99; }
    .p-hindex-carousel .slick-prev:before {
      content: '';
      width: 13px;
      height: 13px;
      border-top: 1px solid #fff;
      border-right: 1px solid #fff;
      -webkit-transform: rotate(-135deg);
      transform: rotate(-135deg);
      position: absolute;
      top: 0;
      bottom: 0;
      right: 8px;
      margin: auto;
      vertical-align: middle; }

/*
*indexでしか使わないような見出し
*
*/
.p-index-hdg01 {
  padding: 60px 0 30px 0;
  font-size: 30px;
  position: relative;
  font-weight: 300; }
  @media screen and (max-width: 767px) {
    .p-index-hdg01 {
      text-align: center;
      font-size: 25px;
      padding: 0;
      margin: 30px 0 15px 0; } }
  .p-index-hdg01 span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px; }
#osusume {
	padding-top: 30px;
}

/*
*indexでしか使わないようなユニークなボタン
*
*/
.p-index-btn {
  margin: 0 auto;
  padding-top: 10px;
  display: block;
  width: 180px;
  padding: 5px 0;
  border-radius: 5px;
  box-shadow: 0px 2px 0px 0px #cc0000;
  background: #e00000;
  color: #fff;
  text-align: center;
  font-size: 13px;
  line-height: 1.3;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.17);
  transition: 0.2s all ease; }
  .p-index-btn:hover {
    box-shadow: 0px 3px 3px 0px #cc0000; }
  .p-index-btn span {
    display: block;
    font-weight: 500;
    font-size: 18px; }
  .p-index-btn.orange {
    background: #ff9900;
    box-shadow: 0px 2px 0px 0px #cc6600; }
    .p-index-btn.orange:hover {
      box-shadow: 0px 3px 3px 0px #cc6600; }

.textbtn {
  margin: 0 auto;
  margin-top: 10px;
  display: block;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 11px;
  padding: 2px 10px;
  text-align: center;
  color: #666;
  box-sizing: border-box;
  width: 180px;
  transition: 0.2s all ease; }
  .textbtn:hover {
    background: #ccc;
    color: #fff; }

.p-index-btn02 {
  display: block;
  margin: 0 auto;
  width: 190px;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-sizing: border-box;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
  background: #fff;
  text-align: center; }
  .p-index-btn02:hover {
    box-shadow: 1px 5px 15px grey; }
    @media screen and (max-width: 767px) {
      .p-index-btn02:hover {
        box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); } }
  .p-index-btn02 span {
    display: inline-block;
    vertical-align: top;
    padding: 10px 5px 5px 10px; }
  .p-index-btn02 p {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    padding: 5px 0;
    line-height: 1.3;
    text-align: left; }
    
.p-index-btn02.hojin {
  display: block;
  margin: 0 auto 6px auto;
  width: 190px;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-sizing: border-box;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
  background: #fff;
  text-align: center; }
  .p-index-btn02.hojin:hover {
    box-shadow: 1px 5px 15px grey; }
    @media screen and (max-width: 767px) {
      .p-index-btn02.hojin:hover {
        box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); } }
  .p-index-btn02.hojin span {
    display: inline-block;
    vertical-align: top;
    padding: 10px 5px 5px 10px; }
  .p-index-btn02.hojin p {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    padding: 15px 0;
    line-height: 1.3;
    text-align: left; }

.p-index-btn03 {
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  width: 300px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #ddd;
  border-radius: 25px;
  box-sizing: border-box;
  background: #fff;
  text-align: center;
  font-size: 14px;
  transition: all 0.2s ease; }
  .p-index-btn03:hover {
    background: #aaa;
    color: #fff; }
  @media screen and (max-width: 767px) {
    .p-index-btn03 {
      background: #666;
      border-radius: 10px;
      color: #fff;
      height: 43px;
      line-height: 40px;
      width: 92%; } }

.p-index-btn04 {
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 25px;
  height: 50px;
  font-size: 13px;
  line-height: 50px;
  color: #666;
  margin-right: 10px;
  background: #fff;
  text-align: center;
  transition: 0.2s all ease;
  height: 50px;
  line-height: 50px; }
  .p-index-btn04:hover {
    background: #aaa;
    color: #fff; }
  .p-index-btn04.last {
    margin-right: 0; }
  .p-index-btn04 span {
    display: inline-block;
    font-size: 10px; }
      
.p-index-mvleft.hojin {
  position: relative; }

.p-hojin-index-mainimg {
  position: absolute;
  left: 0;
  top: 0; }
  @media screen and (min-width: 768px) and (max-width: 1025px) {
    .p-hojin-index-mainimg {
      width: 67%; }
      .p-hojin-index-mainimg img {
        max-width: 100%; } }

.p-hojin-index-mainimg img {
  vertical-align: bottom; }

.p-hojin-index-mainimg02wrap {
  position: absolute;
  left: 502px;
  top: 0; }
  @media screen and (min-width: 768px) and (max-width: 1025px) {
    .p-hojin-index-mainimg02wrap {
      left: 67%;
      width: 34%; }
      .p-hojin-index-mainimg02wrap img {
        max-width: 100%; } }

.p-hojin-index-mainimg02 img {
  vertical-align: bottom; }

.p-hojin-index-mainimg_sp {
  border: solid 1px #ccc;
  margin-bottom: 2%; }

.p-hojin-index-mainimg_sp img {
  width: 100%;
  vertical-align: bottom; }

.p-hojin-index-mainimg02wrap_sp {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.p-hojin-index-mainimg02_sp {
  border: solid 1px #ccc;
  margin-right: 2%;
  width: 50%; }

.p-hojin-index-mainimg02_sp:last-child {
  margin-right: 0; }

.p-hojin-index-mainimg02_sp img {
  width: 100%;
  vertical-align: bottom; }

.p-index_sp-btn01.orange {
  background: #ff9900;
  box-shadow: 0px 2px 0px 0px #cc6600; }

.p-hojin-lifestagesupport-btn.c-btn_09 {
  margin-right: 10px; }
  @media screen and (min-width: 600px) and (max-width: 1000px) {
    .p-hojin-lifestagesupport-btn.c-btn_09 {
      -ms-flex-preferred-size: 210px;
      flex-basis: 210px; } }

.p-hojin-lifestagesupport-btn.c-btn_09:nth-child(n+4) {
  margin-top: 0;
  margin-right: 0; }

@media screen and (min-width: 600px) and (max-width: 1000px) {
  .p-hojin-lifestagesupport-btn.c-btn_09:nth-child(2) {
    margin-right: 0; } }

@media screen and (max-width: 767px) {
  .p-hojin-lifestagesupport-btn.c-btn_09:nth-child(2n) {
    margin-right: 0; } }

@media screen and (min-width: 600px) and (max-width: 1000px) {
  .p-hojin-lifestagesupport-btn.c-btn_09:nth-child(2) {
    margin-right: 10px; } }

@media screen and (max-width: 767px) {
  .p-hojin-lifestagesupport-btn.c-btn_09:last-child {
    margin-bottom: 10px; } }

@media screen and (max-width: 767px) {
  .p-hojin-lifestagesupport-btn.c-btn_09:not(:last-child) {
    margin-bottom: 10px; } }

.p-hojin-lifestagesupport {
  width: 1000px; }

@media screen and (max-width: 767px) {
  .p-hojin-lifestagesupport {
    width: auto; } }

@media screen and (min-width: 600px) and (max-width: 1000px) {
  .p-hojin-lifestagesupport {
    width: 100%; } }

.p-hojin-index-btn04 {
  width: 31%;
  display: inline-block !important;
  border: 1px solid #ddd;
  border-radius: 25px;
  font-size: 13px;
  color: #666;
  margin-right: 10px;
  background: #fff;
  text-align: center;
  transition: 0.2s all ease;
  box-shadow: 0 !important; }
  .p-hojin-index-btn04:hover {
    background: #aaa;
    color: #fff; }
  .p-hojin-index-btn04.last {
    margin-right: 0; }

.c-btn-text.three-btn.p-hojin-index-btn04 {
  display: inline-block;
  vertical-align: middle;
  box-shadow: none !important;
  height: 5em;
  padding: 10px 0; }

@media screen and (max-width: 767px) {
  .c-btn-text.three-btn.p-hojin-index-btn04 {
    height: auto; } }

.c-btn-text.three-btn.p-hojin-index-btn04.single {
  width: 31%;
  display: inline-block;
  vertical-align: middle;
  box-shadow: none !important;
  height: auto;
  padding: 10px 30px; }

@media screen and (max-width: 767px) {
  .c-btn-text.three-btn.p-hojin-index-btn04.single {
    height: auto;
    width: 48%; } }

.p-index-btn05 {
  height: 100px;
  -ms-flex: 1;
  flex: 1;
  margin: 0 15px 15px 0;
  border-radius: 10px;
  border: 1px solid #ccc;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  font-size: 0px;
  overflow: hidden;
  transition: all 0.2s ease;
  box-sizing: border-box; }
  .p-index-btn05:hover {
    box-shadow: 1px 5px 15px grey; }
    @media screen and (max-width: 767px) {
      .p-index-btn05:hover {
        box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); } }
  .p-index-btn05 figure {
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    height: 100px; }
  .p-index-btn05 .textarea {
    display: inline-block;
    vertical-align: middle;
    height: 100px;
    width: 210px;
    padding: 10px;
    box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .p-index-btn05 .textarea {
        width: 65%; } }
    @media screen and (min-width: 600px) and (max-width: 1000px) {
      .p-index-btn05 .textarea {
        width: 65%; } }
  .p-index-btn05 .textarea_app {
    display: inline-block;
    vertical-align: middle;
    height: 100px;
    width: 140px;
    padding: 15px 5px 10px 5px;
    box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .p-index-btn05 .textarea_app {
        width: 65%; } }
    @media screen and (min-width: 600px) and (max-width: 1000px) {
      .p-index-btn05 .textarea_app {
        width: 65%; } }
  .p-index-btn05 h4 {
    color: #333;
    line-height: 1;
    font-size: 18px;
    font-weight: normal; }
    .p-index-btn05 h4 span {
      margin: 10px 0 0 0;
      display: block;
      color: #666;
      font-size: 14px; }
    @media screen and (min-width: 600px) and (max-width: 1000px) {
      .p-index-btn05 h4 {
        font-size: 16px; } }
  .p-index-btn05.last {
    margin-right: 0; }

.p-index-btn05.hojin {
  height: 100px;
  -ms-flex: 1;
  flex: 1;
  margin: 0 15px 15px 0;
  border-radius: 10px;
  border: 1px solid #ccc;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  font-size: 0px;
  overflow: hidden;
  transition: all 0.2s ease;
  box-sizing: border-box; }
  .p-index-btn05.hojin:hover {
    box-shadow: 1px 5px 15px grey; }
    @media screen and (max-width: 767px) {
      .p-index-btn05.hojin:hover {
        box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); } }
  .p-index-btn05.hojin figure {
    display: inline-block;
    vertical-align: middle;
    width: 98px;
    height: 118px;
    margin-top: -8px; }
  .p-index-btn05.hojin .textarea {
    display: inline-block;
    vertical-align: middle;
    height: 100px;
    width: 210px;
    padding: 10px;
    box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .p-index-btn05.hojin .textarea {
        width: 65%; } }
    @media screen and (min-width: 600px) and (max-width: 1000px) {
      .p-index-btn05.hojin .textarea {
        width: 65%; } }
  .p-index-btn05.hojin h4 {
    color: #333;
    line-height: 1;
    font-size: 18px;
    font-weight: normal; }
    .p-index-btn05.hojin h4 span {
      margin: 10px 0 0 0;
      display: block;
      color: #666;
      font-size: 14px; }
    @media screen and (min-width: 600px) and (max-width: 1000px) {
      .p-index-btn05.hojin h4 {
        font-size: 16px; } }
  .p-index-btn05.hojin.last {
    margin-right: 0; }

.p-index-btn06 {
  height: 60px;
  margin: 0 15px 15px 0;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
  border-radius: 10px;
  border: 1px solid #ccc;
  overflow: hidden;
  line-height: 60px; }
  .p-index-btn06:hover {
    box-shadow: 1px 5px 15px grey; }
    @media screen and (max-width: 767px) {
      .p-index-btn06:hover {
        box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); } }
  @media screen and (max-width: 767px) {
    .p-index-btn06 {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      margin: 0 0 15px 0; } }
  .p-index-btn06 figure {
    display: inline-block;
    vertical-align: middle; }
  .p-index-btn06 a {
    display: block; }
  .p-index-btn06 p {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    color: #333;
    padding: 0 0 0 20px; }
  @media screen and (max-width: 767px) {
    .p-index-btn06:last-child {
      margin-bottom: 30px; } }

.p-index-btn07 {
  -ms-flex-preferred-size: 325px;
  flex-basis: 325px;
  border-radius: 10px;
  border: 1px solid #ccc;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
  overflow: hidden;
  height: 120px; }
  .p-index-btn07:hover {
    box-shadow: 1px 5px 15px grey; }
    @media screen and (max-width: 767px) {
      .p-index-btn07:hover {
        box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); } }
  @media screen and (max-width: 767px) {
    .p-index-btn07 {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      margin: 10px;
      height: 50px; } }
  .p-index-btn07:last-child {
    margin: 0 10px; }
  .p-index-btn07 a {
    display: block; }
  .p-index-btn07 figure {
    height: 120px;
    width: 100px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 35px 0;
    box-sizing: border-box;
    border-right: 1px solid #ddd; }
    .p-index-btn07 figure.height-adjust {
      padding-top: 30px !important; }
      @media screen and (max-width: 767px) {
        .p-index-btn07 figure.height-adjust {
          padding-top: 0; } }
    @media screen and (max-width: 767px) {
      .p-index-btn07 figure {
        height: 50px;
        padding: 10px;
        width: 50px;
        line-height: 50px; }
        .p-index-btn07 figure img {
          width: 100%;
          height: auto; } }
    @media screen and (min-width: 600px) and (max-width: 1000px) {
      .p-index-btn07 figure {
        width: 90px; } }
  .p-index-btn07 h3 {
    display: inline-block;
    width: 200px;
    vertical-align: top;
    font-weight: normal;
    line-height: 1.3;
    color: #333;
    font-size: 18px;
    padding: 13px 0 0 10px;
    box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .p-index-btn07 h3 {
        font-size: 15px;
        padding: 5px 0 0 10px; } }
    @media screen and (min-width: 600px) and (max-width: 1000px) {
      .p-index-btn07 h3 {
        width: 180px;
        font-size: 16px; } }
    .p-index-btn07 h3 span {
      display: block;
      font-size: 14px;
      color: #666;
      margin: 10px 10px 0 0; }
      @media screen and (max-width: 767px) {
        .p-index-btn07 h3 span {
          display: none; } }

/*
*メニュー
*
*/
.p-hojin-index-menu-list {
  border-bottom: solid 1px #fff; }
  .p-hojin-index-menu-list img {
    width: 100%; }
  .p-hojin-index-menu-list a {
    color: #fff;
    text-decoration: none; }
  .p-hojin-index-menu-list span {
    width: 66px;
    line-height: 66px;
    height: 66px;
    margin-right: 10px;
    border-right: 1px solid #ddd;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: center; }
  .p-hojin-index-menu-list .hdg {
    font-size: 18px;
    text-align: left;
    font-weight: normal;
    overflow: hidden;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #ddd;
    background: #eee;
    transition: 0.2s all ease; }
    @media screen and (max-width: 767px) {
      .p-hojin-index-menu-list .hdg {
        background: #333;
        position: relative;
        font-size: 18px;
        height: 95px;
        line-height: 95px;
        position: relative;
        top: -15px;
        border: none; } }
    .p-hojin-index-menu-list .hdg:after {
      content: '';
      display: none; }
      @media screen and (max-width: 767px) {
        .p-hojin-index-menu-list .hdg:after {
          content: '';
          display: block;
          -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
          top: 52%;
          right: 18px;
          border-top: 2px solid;
          border-right: 2px solid;
          position: absolute;
          -webkit-transform-origin: 50% 80%;
          transform-origin: 50% 80%;
          width: 10px;
          height: 10px;
          border-color: #e60012; } }
  .p-hojin-index-menu-list ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0; }

@media screen and (max-width: 767px) {
  .p-hojin-index-menu-list span {
    border: none;
    position: relative;
    margin-left: 10px; } }

.p-index-menu-list {
  width: 240px;
  margin-top: 15px;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
  border-radius: 10px;
  border: 1px solid #ccc;
  overflow: hidden; }
  .p-index-menu-list:hover {
    box-shadow: 1px 5px 15px grey; }
    @media screen and (max-width: 767px) {
      .p-index-menu-list:hover {
        box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); } }
  @media screen and (min-width: 600px) and (max-width: 1000px) {
    .p-index-menu-list {
      width: 220px; } }
  @media screen and (max-width: 767px) {
    .p-index-menu-list {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      border: none;
      box-shadow: none;
      border-radius: 0px;
      background: #333;
      color: #fff;
      font-weight: 300;
      margin-top: 0;
      border-bottom: 1px solid #fff; } }
  .p-index-menu-list:hover .pathicon path {
    fill: #fff;
    transition: 0.2s all ease; }
    @media screen and (max-width: 767px) {
      .p-index-menu-list:hover .pathicon path {
        fill: #e60012;
        transition: none; } }
  .p-index-menu-list:hover .hdg {
    background: #e60012;
    color: #fff; }
    @media screen and (max-width: 767px) {
      .p-index-menu-list:hover .hdg {
        background: #333;
        color: #fff; } }
    .p-index-menu-list:hover .hdg.is-active:after {
      -webkit-transform: rotate(-45deg) translateY(-50%);
      transform: rotate(-45deg) translateY(-50%);
      top: 63%;
      right: 8px; }
  @media screen and (max-width: 767px) {
    .p-index-menu-list:hover {
      background: #333;
      color: #fff;
      box-shadow: none; } }
  .p-index-menu-list .hdg {
    font-size: 23px;
    text-align: left;
    font-weight: normal;
    overflow: hidden;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #ddd;
    background: #eee;
    transition: 0.2s all ease; }
    @media screen and (max-width: 767px) {
      .p-index-menu-list .hdg {
        background: #333;
        position: relative;
        font-size: 25px;
        height: 95px;
        line-height: 95px;
        position: relative;
        top: -15px;
        border: none; } }
    @media screen and (min-width: 600px) and (max-width: 1000px) {
      .p-index-menu-list .hdg {
        font-size: 18px; } }
    .p-index-menu-list .hdg:after {
      content: '';
      display: none; }
      @media screen and (max-width: 767px) {
        .p-index-menu-list .hdg:after {
          content: '';
          display: block;
          -webkit-transform: rotate(135deg) translateY(-50%);
          transform: rotate(135deg) translateY(-50%);
          top: 48%;
          right: 18px;
          border-top: 2px solid;
          border-right: 2px solid;
          position: absolute;
          -webkit-transform-origin: 50% 80%;
          transform-origin: 50% 80%;
          width: 10px;
          height: 10px;
          border-color: #e60012; } }
  .p-index-menu-list ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0; }
    .p-index-menu-list ul a:hover {
      opacity: 1; }
  .p-index-menu-list li {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    margin: 0;
    padding: 0 0 0 20px;
    height: 40px;
    line-height: 40px;
    font-size: 17px;
    background: #fff;
    text-decoration: none;
    position: relative; }
    .p-index-menu-list li:hover {
      background: #e60012;
      color: #fff;
      opacity: 1; }
      .p-index-menu-list li:hover .is-important {
        background: #e60012;
        color: #fff;
        border: 1px solid #fff; }
    .p-index-menu-list li .is-important {
      color: #e60012;
      border: 1px solid #e60012;
      margin: 0 5px 0 4px;
      padding: 5px;
      font-size: 11px;
      width: auto;
      border-radius: 15px;
      display: inline-block;
      height: auto;
      line-height: 8px;
      transition: 0.4s all; }
      @media screen and (max-width: 767px) {
        .p-index-menu-list li .is-important {
          color: #fff;
          border: 1px solid #fff;
          margin: 0 5px 0 4px;
          padding: 7px 5px;
          top: 0;
          left: 10px;
          font-size: 10px;
          width: auto;
          border-radius: 10px;
          display: inline-block;
          height: auto;
          line-height: 1;
          transition: 0.4s all; } }
    @media screen and (max-width: 767px) {
      .p-index-menu-list li {
        background: #fff;
        color: #333; } }
    .p-index-menu-list li:before {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      margin-right: 10px;
      display: inline-block;
      position: absolute;
      top: 40%;
      left: 10px;
      border-width: 5px 0 5px 5px;
      border-color: transparent transparent transparent #ccc; }
      @media screen and (max-width: 767px) {
        .p-index-menu-list li:before {
          content: '';
          width: 0;
          height: 0;
          border-style: solid;
          margin-right: 10px;
          margin-top: 5px;
          display: inline-block;
          border-width: 5px 0 5px 4px;
          border-color: transparent transparent transparent #666; } }
    .p-index-menu-list li:last-child {
      border-bottom: none;
      text-align: center;
      padding: 0;
      height: 50px;
      line-height: 50px; }
      @media screen and (max-width: 767px) {
        .p-index-menu-list li:last-child {
          text-align: left;
          padding-left: 20px; } }
      .p-index-menu-list li:last-child:before {
        display: none; }
    .p-index-menu-list li a {
      color: inherit;
      text-decoration: none;
      display: block; }
  .p-index-menu-list p {
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    color: #333; }
  .p-index-menu-list span {
    width: 60px;
    line-height: 60px;
    height: 60px;
    margin-right: 10px;
    border-right: 1px solid #ddd;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: center;
    padding: 4px 0; }
    @media screen and (max-width: 767px) {
      .p-index-menu-list span {
        border: none;
        position: relative;
        top: 15px;
        margin-left: 10px; } }
  .p-index-menu-list .pathicon_01 {
    width: 24px; }
    @media screen and (max-width: 767px) {
      .p-index-menu-list .pathicon_01 {
        width: 30px; } }
  .p-index-menu-list .pathicon_02 {
    width: 35px; }
    @media screen and (max-width: 767px) {
      .p-index-menu-list .pathicon_02 {
        width: 40px; } }
  .p-index-menu-list .pathicon_03 {
    width: 33px; }
    @media screen and (max-width: 767px) {
      .p-index-menu-list .pathicon_03 {
        width: 36px; } }
  .p-index-menu-list .pathicon_04 {
    width: 38px; }
    @media screen and (max-width: 767px) {
      .p-index-menu-list .pathicon_04 {
        width: 44px; } }
  .p-index-menu-list figcaption {
    font-size: 0px; }
    @media screen and (max-width: 767px) {
      .p-index-menu-list figcaption {
        font-weight: bold;
        font-size: 12px;
        position: absolute;
        bottom: -30px;
        font-weight: bold;
        left: 84px;
        color: #666; } }

/*
*メニュー下のナビゲーション
*
*/
.p-index-navbtn {
  margin-top: 50px;
  width: 190px;
  height: 70px;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
  border-radius: 10px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-size: 0px;
  position: relative;
  line-height: 70px; }
  .p-index-navbtn:hover {
    box-shadow: 1px 5px 15px grey; }
    @media screen and (max-width: 767px) {
      .p-index-navbtn:hover {
        box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); } }
  @media screen and (max-width: 767px) {
    .p-index-navbtn {
      padding: 7px;
      background: #fff;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-direction: column;
      flex-direction: column;
      height: 85px;
      margin-top: 0;
      line-height: 1;
      -ms-flex-preferred-size: 30.4347826087%;
      flex-basis: 30.4347826087%; } }
  @media screen and (min-width: 600px) and (max-width: 1000px) {
    .p-index-navbtn {
      width: 160px; } }
  .p-index-navbtn span {
    height: 70px;
    padding: 15px 15px 15px 10px;
    line-height: 70px;
    vertical-align: top;
    text-align: center;
    display: inline-block;
    box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .p-index-navbtn span {
        display: block;
        height: auto;
        padding: 0 0 0 0;
        line-height: 1; } }
  .p-index-navbtn .hdg {
    width: 110px;
    font-size: 16px;
    line-height: 1.3;
    text-align: left;
    padding: 10px 0;
    vertical-align: middle;
    display: inline-block;
    box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .p-index-navbtn .hdg {
        width: 100%;
        padding: 5px 0 0 0;
        text-align: center;
        font-size: 13px; } }
    @media screen and (min-width: 600px) and (max-width: 1000px) {
      .p-index-navbtn .hdg {
        width: 80px; } }
  .p-index-navbtn.is-target:after {
    content: '';
    background: url(/assets/img/common/icon/icon_newtab.png) no-repeat center center !important;
    width: 15px;
    height: 15px;
    background-size: contain !important;
    top: 57%;
    left: inherit;
    right: 10px;
    position: absolute; }
    @media screen and (max-width: 767px) {
      .p-index-navbtn.is-target:after {
        width: 10px;
        height: 10px;
        top: 81%;
        right: 5px; } }

/*
*全幅のパネルLayout
*
*/
.p-index-panel {
  -ms-flex-align: center;
  align-items: center;
  margin: 50px 0 0 0;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .p-index-panel {
      margin: 0 0 0 0; } }
  .p-index-panel a {
    display: block; }
  .p-index-panel p {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    position: absolute;
    display: block;
    width: 100%;
    top: 50%;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    text-shadow: 0 0 0 black;
    transform: translate(-50%, -50%);
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
    z-index: 99;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased; }
    .p-index-panel p span {
      position: relative;
      margin-right: 8px;
      display: inline-block; }
    .p-index-panel p:before {
      content: '';
      background: url(/assets/img/index/circle_arrow.svg);
      background-size: contain;
      width: 17px;
      height: 17px;
      position: relative;
      top: 2px;
      left: -6px;
      border-radius: 50%;
      display: inline-block; }

.p-index-panel-01 {
  -ms-flex-preferred-size: 42.14%;
  flex-basis: 42.14%;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .p-index-panel-01 {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      -ms-flex: 1;
      flex: 1; } }
  .p-index-panel-01 img {
    width: 100%;
    transition: 0.2s all ease;
    position: relative;
    vertical-align: bottom; }
  .p-index-panel-01 a {
    transition: 0.2s all ease; }
    .p-index-panel-01 a:after {
      transition: 0.2s all ease;
      content: '';
      position: absolute;
      background: rgba(0, 0, 0, 0.5);
      opacity: 0;
      width: 100%;
      height: 100%;
      z-index: 9;
      left: 0;
      top: 0; }
      @media screen and (max-width: 767px) {
        .p-index-panel-01 a:after {
          display: none; } }
    .p-index-panel-01 a:hover img {
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
      transition: 0.2s all ease; }
    .p-index-panel-01 a:hover p {
      -webkit-transform: translate(-50%, -50%), scale(1);
      transform: translate(-50%, -50%), scale(1); }
    .p-index-panel-01 a:hover:after {
      opacity: 1; }

.p-index-panel-02 {
  -ms-flex: 1;
  flex: 1;
  position: relative;
  margin: 0; }
  @media screen and (max-width: 767px) {
    .p-index-panel-02 {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      overflow: hidden;
      -ms-flex: 1;
      flex: 1;
      border-bottom: 3px solid #fff;
      border-right: 3px solid #fff; } }
  @media screen and (max-width: 767px) {
    .p-index-panel-02:last-child {
      border-right: 0px; } }
  .p-index-panel-02 img {
    width: 100%;
    transition: 0.2s all ease;
    vertical-align: top; }
    @media screen and (max-width: 767px) {
      .p-index-panel-02 img {
        height: 100%;
        width: 100%; }
        .p-index-panel-02 img:hover {
          -webkit-transform: none;
          transform: none; } }
  .p-index-panel-02 .is-afterNone:before {
    display: none; }
  .p-index-panel-02 a {
    transition: 0.2s all ease;
    overflow: hidden; }
    .p-index-panel-02 a:after {
      transition: 0.2s all ease;
      content: '';
      position: absolute;
      background: rgba(0, 0, 0, 0.5);
      opacity: 0;
      width: 100%;
      height: 100%;
      z-index: 9;
      left: 0;
      top: 0; }
      @media screen and (max-width: 767px) {
        .p-index-panel-02 a:after {
          display: none; } }
    .p-index-panel-02 a:hover img {
      -webkit-transform: scale(1.3);
      transform: scale(1.3);
      transition: 0.2s all ease; }
      @media screen and (max-width: 767px) {
        .p-index-panel-02 a:hover img {
          -webkit-transform: scale(1);
          transform: scale(1); } }
    .p-index-panel-02 a:hover p {
      -webkit-transform: translate(-50%, -50%), scale(1);
      transform: translate(-50%, -50%), scale(1); }
    .p-index-panel-02 a:hover:after {
      opacity: 1; }
  .p-index-panel-02 p span {
    display: inline-block;
    font-size: 13px; }
    @media screen and (max-width: 767px) {
      .p-index-panel-02 p span {
        display: inline;
        font-size: 12px; } }
  @media screen and (max-width: 767px) {
    .p-index-panel-02 p {
      padding: 0 10px;
      font-size: 17px; } }
  .p-index-panel-02 p.p-index_pc-unique:before {
    top: -17px; }
  .p-index-panel-02 .c-grid-container {
    margin: 0; }





.p-index-panel-02_2 {
  -ms-flex: 1;
  flex: 1;
  position: relative;
  margin: 0; }
  @media screen and (max-width: 767px) {
    .p-index-panel-02_2 {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      overflow: hidden;
      -ms-flex: 1;
      flex: 1;
      border-bottom: 3px solid #fff;
      border-right: 3px solid #fff; } }
  @media screen and (max-width: 767px) {
    .p-index-panel-02_2:last-child {
      border-right: 0px; } }
  .p-index-panel-02_2 img {
    width: 100%;
    transition: 0.2s all ease;
    vertical-align: top; }
    @media screen and (max-width: 767px) {
      .p-index-panel-02_2 img {
        height: 100%;
        width: 100%; }
        .p-index-panel-02_2 img:hover {
          -webkit-transform: none;
          transform: none; } }
  .p-index-panel-02_2 .is-afterNone:before {
    display: none; }
  .p-index-panel-02_2 a {
    transition: 0.2s all ease;
    overflow: hidden; }
    .p-index-panel-02_2 a:after {
      transition: 0.2s all ease;
      content: '';
      position: absolute;
      background: rgba(0, 0, 0, 0.5);
      opacity: 0;
      width: 100%;
      height: 100%;
      z-index: 9;
      left: 0;
      top: 0; }
      @media screen and (max-width: 767px) {
        .p-index-panel-02_2 a:after {
          display: none; } }
    .p-index-panel-02_2 a:hover img {
      -webkit-transform: scale(1.3);
      transform: scale(1.3);
      transition: 0.2s all ease; }
      @media screen and (max-width: 767px) {
        .p-index-panel-02_2 a:hover img {
          -webkit-transform: scale(1);
          transform: scale(1); } }
    .p-index-panel-02_2 a:hover p {
      -webkit-transform: translate(-50%, -50%), scale(1);
      transform: translate(-50%, -50%), scale(1); }
    .p-index-panel-02_2 a:hover:after {
      opacity: 1; }
  .p-index-panel-02_2 p span {
    display: inline-block;
    font-size: 13px; }
    @media screen and (max-width: 767px) {
      .p-index-panel-02_2 p span {
        display: inline;
        font-size: 12px; } }
  @media screen and (max-width: 767px) {
    .p-index-panel-02_2 p {
      padding: 0 10px;
      font-size: 17px; } }
  .p-index-panel-02_2 p.p-index_pc-unique:before {
    top: 3px; }
  .p-index-panel-02_2 .c-grid-container {
    margin: 0; }




.p-index-pageContainer {
  position: relative; }
  @media screen and (min-width: 600px) and (max-width: 1000px) {
    .p-index-pageContainer {
      padding: 0px 30px; } }
  .p-index-pageContainer .allbtn {
    position: absolute;
    top: 10px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    right: 0;
    border: 1px solid #ddd;
    border-radius: 15px;
    font-size: 13px;
    text-align: center;
    transition: 0.2s all ease; }
    @media screen and (min-width: 600px) and (max-width: 1000px) {
      .p-index-pageContainer .allbtn {
        right: 30px; } }
    .p-index-pageContainer .allbtn.red {
      color: #e60012;
      border-color: #e60012; }
    .p-index-pageContainer .allbtn:hover {
      border: #e60012 1px solid;
      background: #e60012;
      color: #fff; }

/*
* おすすめ記事部分
*/
.p-indexblocklist-wrapper {
  background: #f8f8f8;
  padding-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .p-indexblocklist-wrapper {
      padding-bottom: 15px;
      margin-bottom: 0; } }

.p-index-blocklist {
  margin-left: 10px; }
  .p-index-blocklist li {
    width: 240px;
    height: 260px;
    transition: 0.2s all ease;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease;
    border-radius: 10px;
    margin: 0 15px 15px 5px;
    padding-bottom: 35px;
    overflow: hidden; }
    .p-index-blocklist li:hover {
      box-shadow: 1px 5px 15px grey; }
      @media screen and (max-width: 767px) {
        .p-index-blocklist li:hover {
          box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); } }
    @media screen and (max-width: 767px) {
      .p-index-blocklist li {
        height: 290px; } } /* おすすめのコンテンツSPのボックスheight */
  .p-index-blocklist p {
    font-size: 16px;
    color: #666;
    margin: 0px 15px; }
  .p-index-blocklist .hdg {
    margin: 15px;
    font-size: 20px;
    color: #000; }
    @media screen and (max-width: 767px) {
      .p-index-blocklist .hdg {
        margin: 10px; } }
/*2022/01/06 add start*/
    .p-index-blocklist figure {
      width: auto;
      height: auto;
      overflow: hidden; }
      .p-index-blocklist figure img {
        width: 100%; } }
/*2022/01/06 add end*/

  @media screen and (max-width: 767px) {
    .p-index-blocklist figure {
      width: 100%;
      height: 100px;
      overflow: hidden; }
      .p-index-blocklist figure img {
        width: 100%; } }
  .p-index-blocklist .slick-prev.slick-arrow {
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: -50px;
    width: 30px;
    height: 30px;
    border-top: 1px solid #e60012;
    border-right: 1px solid #e60012;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg); }
  .p-index-blocklist .slick-next.slick-arrow {
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: -50px;
    width: 30px;
    height: 30px;
    border-top: 1px solid #e60012;
    border-right: 1px solid #e60012;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .p-index-blocklist > .slick-dots {
    bottom: -45px; }
    .p-index-blocklist > .slick-dots li {
      background: #666;
      width: 10px;
      height: 10px;
      margin: 15px 7px;
      border-radius: 10px;
      padding-bottom: 0;
      box-shadow: none; }
    .p-index-blocklist > .slick-dots .slick-active {
      background: #e60012; }
  .p-index-blocklist a {
    color: inherit;
    text-decoration: none; }

/*
* キャンペーン用(text→バナー化)2021/01/06
*/
.p-index-blocklist02 {
  margin-left: 10px; }
  .p-index-blocklist02 li {
    width: 240px;
    height: 250px;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease;
    border-radius: 10px;
    /*margin: 0 15px 15px 5px;*/
    margin: 0 8px 10px 8px;
    padding-bottom: 35px;
    overflow: hidden; }
    .p-index-blocklist02 li:hover {
      box-shadow: 1px 5px 15px grey; }
      @media screen and (max-width: 767px) {
        .p-index-blocklist02 li:hover {
          box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); } }
    @media screen and (max-width: 767px) {
      .p-index-blocklist02 li {
        height: 320px; } }
  .p-index-blocklist02 p {
    font-size: 16px;
    color: #666;
    margin: 0px 15px; }
  .p-index-blocklist02 .hdg {
    margin: 15px;
    font-size: 18px;
    color: #000; }
    @media screen and (max-width: 767px) {
      .p-index-blocklist02 .hdg {
        margin: 10px; } }
    .p-index-blocklist02 figure {
      width: auto;
      height: auto;
      overflow: hidden; }
      .p-index-blocklist02 figure img {
        width: 100%; } }
  @media screen and (max-width: 767px) {
    .p-index-blocklist02 figure {
      width: 100%;
      height: auto;
      overflow: hidden; }
      .p-index-blocklist02 figure img {
        width: 100%; } }
  .p-index-blocklist02 .slick-prev.slick-arrow {
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: -50px;
    width: 30px;
    height: 30px;
    border-top: 1px solid #e60012;
    border-right: 1px solid #e60012;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg); }
  .p-index-blocklist02 .slick-next.slick-arrow {
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: -50px;
    width: 30px;
    height: 30px;
    border-top: 1px solid #e60012;
    border-right: 1px solid #e60012;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .p-index-blocklist02 > .slick-dots {
    bottom: -45px; }
    .p-index-blocklist02 > .slick-dots li {
      background: #666;
      width: 10px;
      height: 10px;
      margin: 15px 7px;
      border-radius: 10px;
      padding-bottom: 0;
      box-shadow: none; }
    .p-index-blocklist02 > .slick-dots .slick-active {
      background: #e60012; }
  .p-index-blocklist02 a {
    color: inherit;
    text-decoration: none; }
    
.p-index-blocklist02_sp li {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%; }

/*
* キャンペーンセミナー部分
*/
.p-index-textlist {
  border-top: 1px solid #ddd;
  font-size: 14px;
  color: #666; }
  .p-index-textlist li {
    border-bottom: 1px solid #ddd;
    padding: 10px;
    transition: 0.2s all ease; }
    .p-index-textlist li:hover {
      color: #e60012; }
  .p-index-textlist time {
    display: inline-block;
    vertical-align: top;
    width:120px;
/*    margin-right: auto; }*/
    margin-right: 45px; }
    .p-index-textlist time .is-important {
      background: #e60012;
      color: #fff;
      margin: 0 5px 0 4px;
      padding: 1px 10px;
      font-size: 11px;
      border-radius: 15px;
      display: inline-block; }
  .p-index-textlist p {
    display: inline-block;
    vertical-align: top;
    text-decoration: underline;
    -webkit-text-decoration-color: #666;
    text-decoration-color: #666; }
    .p-index-textlist p:before {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      margin-right: 10px;
      margin-top: 5px;
      display: inline-block;
      border-width: 5px 0 5px 4px;
      border-color: transparent transparent transparent #e60012; }
    .p-index-textlist p:hover {
      text-decoration: none; }
  .p-index-textlist .is-pdf {
    position: relative; }
  .p-index-textlist a {
    color: inherit;
    text-decoration: none; }
  .p-index-textlist .is-target {
    vertical-align: middle;
    position: static; }
  .p-index-textlist.is-active {
    display: block; }

.p-index-textlist2 {
  border-top: 1px solid #ddd;
  font-size: 14px;
  color: #666; }
  .p-index-textlist2 li {
    border-bottom: 1px solid #ddd;
    padding: 10px;
    transition: 0.2s all ease; }
    .p-index-textlist2 li:hover {
      color: #e60012; }
  .p-index-textlist2 time {
    display: inline-block;
    vertical-align: top;
    margin-right: 45px; }
    .p-index-textlist2 time .is-important {
      background: #e60012;
      color: #fff;
      margin: 0 5px 0 4px;
      padding: 1px 10px;
      font-size: 11px;
      border-radius: 15px;
      display: inline-block; }
  .p-index-textlist2 p {
    display: inline-block;
    vertical-align: top;
    text-decoration: underline;
    -webkit-text-decoration-color: #666;
    text-decoration-color: #666; }
    .p-index-textlist2 p:before {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      margin-right: 10px;
      margin-top: 5px;
      display: inline-block;
      border-width: 5px 0 5px 4px;
      border-color: transparent transparent transparent #e60012; }
    .p-index-textlist2 p:hover {
      text-decoration: none; }
  .p-index-textlist2 .is-pdf {
    position: relative; }
  .p-index-textlist2 a {
    color: inherit;
    text-decoration: none; }
  .p-index-textlist2 .is-target {
    vertical-align: middle;
    position: static; }

.p-index-banner {
  margin: 0 auto;
  width: 830px;
  -ms-flex-pack: center;
  justify-content: center; }
  @media screen and (max-width: 767px) {
    .p-index-banner {
      display: none; } }
  .p-index-banner li {
    border: 1px solid #ddd !important;
    border-radius: 10px !important;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease;
    margin-right: 10px;
    height: 50px;
    -ms-flex-preferred-size: 200px !important;
    flex-basis: 200px !important;
    overflow: hidden; }
    .p-index-banner li:hover {
      box-shadow: 1px 5px 15px grey; }
      @media screen and (max-width: 767px) {
        .p-index-banner li:hover {
          box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); } }
    .p-index-banner li img {
      width: 100%; }

/*
* 個人トップ5ボタン用に追加
*/
.top-5button {
  margin: 0 auto;
  width: 980px;
  -ms-flex-pack: center;
  justify-content: center; }
  @media screen and (max-width: 767px) {
    .top-5button {
      display: none; } }
  .top-5button li {
    border: 1px solid #ddd !important;
    border-radius: 10px !important;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease;
    margin-right: 10px;
    height: 48px;
    -ms-flex-preferred-size: 190px !important;
    flex-basis: 190px !important;
    overflow: hidden; }
    .top-5button li:hover {
      box-shadow: 1px 5px 15px grey; }
      @media screen and (max-width: 767px) {
        .top-5button li:hover {
          box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); } }
    .top-5button li img {
      width: 100%; }

/*
* sp only
*/
.p-index_sp-menulist {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  @media screen and (max-width: 767px) {
    .p-index_sp-menulist {
      display: none;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 0; } }
  .p-index_sp-menulist .is-active {
    background: #fff;
    display: block; }
  @media screen and (max-width: 767px) {
    .p-index_sp-menulist li {
      height: 50px;
      line-height: 50px;
      background: #666;
      color: #fff; }
      .p-index_sp-menulist li a {
        padding: 0 0 0px 30px;
        color: inherit;
        text-decoration: none; } }
  @media screen and (max-width: 767px) {
    .p-index_sp-menulist li:after {
      content: '';
      display: block;
      -webkit-transform: rotate(45deg) translateY(-50%);
      transform: rotate(45deg) translateY(-50%);
      top: 48%;
      right: 22px;
      border-top: 1px solid;
      border-right: 1px solid;
      position: absolute;
      -webkit-transform-origin: 50% 80%;
      transform-origin: 50% 80%;
      width: 10px;
      height: 10px;
      border-color: #e92131; } }
  @media screen and (max-width: 767px) {
    .p-index_sp-menulist li:before {
      display: none; } }
  .p-index_sp-menulist li:hover {
    background: #666; }

/*
* sp only content01【conversion】
*/
.p-index_sp-conversionbox {
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center; }
  .p-index_sp-conversionbox li {
    height: 75px;
    margin-right: 10px;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-preferred-size: 44%;
    flex-basis: 44%;
    border-radius: 10px;
    border: 1px solid #ccc;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    position: relative; }
    .p-index_sp-conversionbox li a {
      position: relative;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      color: #666; }
      .p-index_sp-conversionbox li a:visited {
        color: #666; }
  .p-index_sp-conversionbox .atm_btn {
    display: inline-block;
    margin-top: 14px;
    width: 42px;
    height: 75px;
    margin-right: 0;
    padding-left: 10px; }
    .p-index_sp-conversionbox .atm_btn img {
      width: 100%; }
  .p-index_sp-conversionbox .apply_btn {
    display: inline-block;
    margin-right: 0;
    margin-top: 10px;
    width: 42px;
    padding-left: 10px;
    height: 75px; }
    .p-index_sp-conversionbox .apply_btn img {
      width: 100%; }
  .p-index_sp-conversionbox p {
    width: 60%;
    font-size: 14px;
    margin-left: 3.3%;
    display: inline-block;
    vertical-align: top;
    margin-top: 13px; }

/*
* sp only 【Navigation】
*/
.p-index_sp-nav {
  background: #d0d0d0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 5px 0 0 0;
  -ms-flex-pack: center;
  justify-content: center; }
  .p-index_sp-nav li {
    -ms-flex-preferred-size: 28.5333333333%;
    flex-basis: 28.5333333333%;
    margin-bottom: 10px;
    margin-right: 10px;
    height: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    border: 1px solid #ccc;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    background: #fff; }
    .p-index_sp-nav li figure {
      width: 100%; }
      .p-index_sp-nav li figure.is-card {
        width: 75px; }
    .p-index_sp-nav li img {
      width: 100%; }
  .p-index_sp-nav p {
    text-align: center;
    font-size: 12px; }
  .p-index_sp-nav a {
    color: #666;
    text-decoration: none; }
    .p-index_sp-nav a:visited {
      color: #666; }

/*
* sp only 【Navigation2】
*/
.p-index_sp-nav02 {
  background: none; }
  @media screen and (max-width: 767px) {
    .p-index_sp-nav02 {
      margin-top: 30px;
      background: #eee;
      padding: 30px 4%; } }

/*
* sp only 【conversion_btn】
*/
.p-index_sp-btn01 {
  display: block;
  width: 100%;
  background: #e00000;
  border-radius: 10px;
  box-shadow: 0px 5px 8px 0px rgba(204, 0, 0, 0.004);
  font-size: 22px;
  height: 75px;
  padding: 12px 0;
  margin: 12px 0;
  text-align: center;
  color: #fff;
  font-weight: 700;
  text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3); }
  .p-index_sp-btn01 span {
    display: block;
    font-size: 12px; }
  .p-index_sp-btn01 figure {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    margin-right: 10px; }

.p-index_sp-btn02 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .p-index_sp-btn02 li {
    -ms-flex-preferred-size: 48.5507246377%;
    flex-basis: 48.5507246377%;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-size: 11px;
    padding: 10px 5px;
    text-align: center; }
    .p-index_sp-btn02 li a {
      color: #666;
      text-decoration: none; }
      .p-index_sp-btn02 li a:visited {
        color: #666; }

.p-index_sp-nav02large {
  -ms-flex-preferred-size: 190px;
  flex-basis: 190px;
  height: 68px; }
  @media screen and (max-width: 767px) {
    .p-index_sp-nav02large {
      margin-top: 10px;
      -ms-flex-preferred-size: 48.5507246377%;
      flex-basis: 48.5507246377%; } }

.p-index_sp-nav02order_01 {
  -ms-flex-order: 3;
  order: 3; }
  @media screen and (max-width: 767px) {
    .p-index_sp-nav02order_01 {
      -ms-flex-order: 1;
      order: 1; } }

.p-index_sp-nav02order_02 {
  -ms-flex-order: 4;
  order: 4; }
  @media screen and (max-width: 767px) {
    .p-index_sp-nav02order_02 {
      -ms-flex-order: 2;
      order: 2; } }

.p-index_sp-nav02order_03 {
  -ms-flex-order: 5;
  order: 5; }
  @media screen and (max-width: 767px) {
    .p-index_sp-nav02order_03 {
      -ms-flex-order: 3;
      order: 3; } }

.p-index_sp-nav02order_04 {
  -ms-flex-order: 1;
  order: 1; }
  @media screen and (max-width: 767px) {
    .p-index_sp-nav02order_04 {
      -ms-flex-order: 4;
      order: 4; } }

.p-index_sp-nav02order_05 {
  -ms-flex-order: 2;
  order: 2; }
  @media screen and (max-width: 767px) {
    .p-index_sp-nav02order_05 {
      -ms-flex-order: 5;
      order: 5; } }

.p-index-panel-02-order_01 {
  -ms-flex-order: 1;
  order: 1; }
  @media screen and (max-width: 767px) {
    .p-index-panel-02-order_01 {
      -ms-flex-order: 2;
      order: 2;
      border-right: none; } }

.p-index-panel-02-order_02 {
  -ms-flex-order: 2;
  order: 2; }
  @media screen and (max-width: 767px) {
    .p-index-panel-02-order_02 {
      -ms-flex-order: 1;
      order: 1;
      border-right: 3px solid #fff !important; } }

.p-index-blocklist_sp li {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%; }

.p-index_sp-listorderwrap_01 {
  -ms-flex-order: 2;
  order: 2; }
  @media screen and (max-width: 767px) {
    .p-index_sp-listorderwrap_01 {
      -ms-flex-order: 1;
      order: 1; } }

.p-index_sp-listorderwrap_02 {
  -ms-flex-order: 3;
  order: 3; }
  @media screen and (max-width: 767px) {
    .p-index_sp-listorderwrap_02 {
      -ms-flex-order: 2;
      order: 2; } }

.p-index_sp-listorderwrap_03 {
  -ms-flex-order: 1;
  order: 1; }
  @media screen and (max-width: 767px) {
    .p-index_sp-listorderwrap_03 {
      -ms-flex-order: 3;
      order: 3; } }

@media screen and (max-width: 767px) {
  .p-index-textlist {
    display: none; } }

@media screen and (max-width: 767px) {
  .p-index_sp-textlist {
    border-radius: 10px;
    border: 1px solid #ccc;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    background: #fff;
    overflow: hidden; }
    .p-index_sp-textlist h2 {
      font-size: 20px;
      height: 75px;
      padding: 0 15px;
      line-height: 75px;
      font-weight: 300;
      position: relative;
      box-sizing: border-box; }
      .p-index_sp-textlist h2:after {
        content: '';
        display: block;
        -webkit-transform: rotate(135deg) translateY(-50%);
        transform: rotate(135deg) translateY(-50%);
        top: 25%;
        right: 15px;
        border-top: 1px solid;
        border-right: 1px solid;
        position: absolute;
        -webkit-transform-origin: 50% 80%;
        transform-origin: 50% 80%;
        width: 10px;
        height: 10px;
        border-color: #666; }
      .p-index_sp-textlist h2.is-active:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 37%;
        right: 8px; } }

@media screen and (max-width: 767px) {
  .p-index_sp-textlist .allbtn {
    border: 1px solid #ddd;
    margin: 0 auto;
    padding: 5px 10px;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border-radius: 5px; } }

/*
*ボタン順番入れ替え
*/
@media screen and (max-width: 767px) {
  .p-index_sp-btn03wrap {
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -ms-flexbox !important;
    display: flex !important; } }

@media screen and (max-width: 767px) {
  .p-index_sp-btn03_01 {
    height: 125px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 0 0 15px 0; }
    .p-index_sp-btn03_01 figure {
      height: 125px;
      overflow: hidden; }
      .p-index_sp-btn03_01 figure img {
        height: 130px; }
    .p-index_sp-btn03_01 .textarea {
      height: auto; } }

@media screen and (max-width: 767px) {
  .p-index_sp-btn03_02 {
    height: 65px;
    -ms-flex: 0.5;
    flex: 0.5;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin: 0 10px 15px 0; }
    .p-index_sp-btn03_02 figure {
      width: 52px;
      height: 65px;
      vertical-align: top;
      overflow: hidden; }
      .p-index_sp-btn03_02 figure img {
        height: 70px; }
    .p-index_sp-btn03_02 .textarea {
      height: 65px;
      -ms-flex: 1;
      flex: 0.5;
      width: 70%;
      padding: 0 0 0 5px;
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      box-sizing: border-box;
      top: 0;
      left: 55px;
      -ms-flex-align: center;
      align-items: center; }
      .p-index_sp-btn03_02 .textarea h4 {
        font-size: 11px;
        line-height: 1.5; }
      .p-index_sp-btn03_02 .textarea span {
        display: none; } }

.p-index_sp-btn03_02:nth-child(3) {
  margin-right: 0; }

.p-index_sp-btn03_02:last-child {
  margin-right: 0; }

@media screen and (max-width: 767px) {
  .p-index_sp-btn03_02.hojin {
    height: 65px;
    -ms-flex: 0.5;
    flex: 0.5;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin: 0 10px 15px 0; }
    .p-index_sp-btn03_02.hojin figure {
      width: 52px;
      height: 65px;
      vertical-align: top;
      overflow: hidden; }
      .p-index_sp-btn03_02.hojin figure img {
        height: 70px; }
    .p-index_sp-btn03_02.hojin .textarea {
      height: 65px;
      -ms-flex: 1;
      flex: 0.5;
      width: 70%;
      padding: 0 0 0 5px;
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      box-sizing: border-box;
      top: 0;
      left: 55px;
      -ms-flex-align: center;
      align-items: center; }
      .p-index_sp-btn03_02.hojin .textarea h4 {
        font-size: 11px;
        line-height: 1.5; }
      .p-index_sp-btn03_02.hojin .textarea span {
        display: none; } }

.p-index_sp-btn03_02.hojin:nth-child(3) {
  margin-right: 0; }

.p-index_sp-btn03_02.hojin:last-child {
  margin-right: 0; }

.p-index_sp-btn03_desc {
  line-height: 28px !important; }
  .p-index_sp-btn03_desc span {
    line-height: 1.4 !important;
    font-size: 10px !important;
    margin-top: -8px !important;
    display: block !important; }

@media screen and (max-width: 767px) {
  .p-index_sp-panel {
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
    overflow: hidden;
    margin: 0;
    min-height: 200px;
    border: none;
    position: relative; }
    .p-index_sp-panel:after {
      display: block;
      content: '';
      width: 3px;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      background: #fff;
      z-index: 9999; } }

@media screen and (max-width: 767px) {
  .p-index_sp-panel img {
    width: 100%; } }

@media screen and (max-width: 767px) {
  .p-index_sp-panel p {
    font-size: 15px; }
    .p-index_sp-panel p:before {
      display: none; } }

.p-index_sp-panel:last-child:after {
  display: none; }

@media screen and (max-width: 767px) {
  .p-index_sp-uniqueClass01 {
    position: relative;
    left: -4px;
    top: -2px; } }

.p-index_sp-index-btn07wrap {
  display: none; }

@media screen and (max-width: 767px) {
  .p-index_sp-panelheight-adjust {
    width: 50%; }
    .p-index_sp-panelheight-adjust a {
      overflow: hidden;
      height: auto; }
    .p-index_sp-panelheight-adjust img {
      width: 100%; } }

@media screen and (max-width: 767px) {
  .p-index_sp-panelheight-adjust p {
    display: none; } }

@media screen and (min-width: 600px) and (max-width: 1000px) {
  .p-index_tabConainer {
    padding: 0px 30px; } }

.p-index_column {
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 767px) {
    .p-index_column {
      -ms-flex-direction: column;
      flex-direction: column;
      margin: 0 -4%; } }
  .p-index_column_item {
    max-width: 50%;
    width: 50%;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin: 0 5px;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); }
    @media screen and (max-width: 767px) {
      .p-index_column_item {
        max-width: 100%;
        width: 100%;
        margin: 0;
        border-radius: 0px;
        border: none; } }
    .p-index_column_item:first-child {
      margin-left: 0px; }
    .p-index_column_item:last-child {
      margin-right: 0px; }
    .p-index_column_item:hover h3 {
      background: #e60012;
      color: #fff; }
      @media screen and (max-width: 767px) {
        .p-index_column_item:hover h3 {
          background: #333; } }
      .p-index_column_item:hover h3 span.icon_01 {
        background-image: url(/assets/img/hojin/index/top_menu_icon_01_hvr.png); }
        @media screen and (max-width: 767px) {
          .p-index_column_item:hover h3 span.icon_01 {
            background-image: url(/assets/img/hojin/index/top_menu_icon_01.png); } }
      .p-index_column_item:hover h3 span.icon_02 {
        background-image: url(/assets/img/hojin/index/top_menu_icon_02_hvr.png); }
        @media screen and (max-width: 767px) {
          .p-index_column_item:hover h3 span.icon_02 {
            background-image: url(/assets/img/hojin/index/top_menu_icon_02.png); } }
      .p-index_column_item:hover h3 span.icon_03 {
        background-image: url(/assets/img/hojin/index/top_menu_icon_03_hvr.png); }
        @media screen and (max-width: 767px) {
          .p-index_column_item:hover h3 span.icon_03 {
            background-image: url(/assets/img/hojin/index/top_menu_icon_03.png); } }
      .p-index_column_item:hover h3 span.icon_04 {
        background-image: url(/assets/img/hojin/index/top_menu_icon_04_hvr.png); }
        @media screen and (max-width: 767px) {
          .p-index_column_item:hover h3 span.icon_04 {
            background-image: url(/assets/img/hojin/index/top_menu_icon_04.png); } }
    .p-index_column_item h3 {
      border-radius: 10px 10px 0 0;
      background: #f8f8f8;
      font-size: 24px;
      color: #666;
      text-align: left;
      line-height: 66px;
      box-sizing: border-box;
      font-weight: normal;
      border-bottom: 1px solid #ddd;
      transition: 0.2s all ease; }
      .p-index_column_item h3 a {
        display: block; }
      @media screen and (max-width: 767px) {
        .p-index_column_item h3 {
          background: #333;
          color: #fff;
          padding: 0 15px;
          font-size: 17px;
          border-radius: 0px;
          position: relative; } }
      .p-index_column_item h3.is-active:after {
        display: none; }
        @media screen and (max-width: 767px) {
          .p-index_column_item h3.is-active:after {
            content: '';
            display: block;
            -webkit-transform: rotate(-45deg) translateY(-50%);
            transform: rotate(-45deg) translateY(-50%);
            top: 50%;
            right: 8px;
            border-width: 1px;
            border-top: 1px solid;
            border-right: 1px solid;
            border-left: 0px;
            border-bottom: 0px;
            position: absolute;
            width: 10px;
            height: 10px;
            border-color: #e60012; } }
      .p-index_column_item h3:after {
        display: none; }
        @media screen and (max-width: 767px) {
          .p-index_column_item h3:after {
            content: '';
            display: block;
            -webkit-transform: rotate(135deg) translateY(-50%);
            transform: rotate(135deg) translateY(-50%);
            top: 35%;
            right: 15px;
            border-width: 1px;
            border-top: 1px solid;
            border-right: 1px solid;
            border-left: 0px;
            border-bottom: 0px;
            position: absolute;
            width: 10px;
            height: 10px;
            border-color: #e60012; } }
      .p-index_column_item h3 span {
        margin-right: 20px;
        display: inline-block;
        vertical-align: top;
        border-right: 1px solid #ddd;
        /* padding: 10px; */
        height: 66px;
        width: 66px;
        text-align: center;
        box-sizing: border-box; }
        @media screen and (max-width: 767px) {
          .p-index_column_item h3 span {
            border: none;
            max-width: 80px;
            max-height: auto; } }
        .p-index_column_item h3 span img {
          max-width: 100%;
          max-height: 100%; }
        .p-index_column_item h3 span.icon_01 {
          background-size: cover;
          background-image: url(/assets/img/hojin/index/top_menu_icon_01.png); }
        .p-index_column_item h3 span.icon_02 {
          background-size: cover;
          background-image: url(/assets/img/hojin/index/top_menu_icon_02.png); }
        .p-index_column_item h3 span.icon_03 {
          background-size: cover;
          background-image: url(/assets/img/hojin/index/top_menu_icon_03.png); }
        .p-index_column_item h3 span.icon_04 {
          background-size: cover;
          background-image: url(/assets/img/hojin/index/top_menu_icon_04.png); }
  @media screen and (max-width: 767px) {
    .p-index_column_list {
      display: none;
      transition: 0.2s display ease; } }
  .p-index_column_list > li {
    border-bottom: 1px solid #ddd;
    background: #fff;
    height: 75px;
    transition: 0.2s all ease;
    position: relative;
    cursor: pointer; }
    @media screen and (max-width: 767px) {
      .p-index_column_list > li {
        height: auto;
        padding: 20px 15px;
        background: #666;
        color: #fff;
        position: relative; } }
    .p-index_column_list > li:after {
      display: none; }
      @media screen and (max-width: 767px) {
        .p-index_column_list > li:after {
          content: '';
          display: block;
          -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
          top: 50%;
          right: 15px;
          border-width: 1px;
          border-top: 1px solid;
          border-right: 1px solid;
          border-left: 0px;
          border-bottom: 0px;
          position: absolute;
          width: 10px;
          height: 10px;
          border-color: #e60012; } }
    .p-index_column_list > li.last-more {
      text-align: center;
      line-height: 50px;
      font-size: 14px;
      height: 50px;
      border-radius: 0 0 10px 10px;
      transition: 0.2s background-color ease; }
      @media screen and (max-width: 767px) {
        .p-index_column_list > li.last-more {
          height: 45px;
          line-height: 45px;
          padding: 0 15px;
          border-radius: 0px; } }
      .p-index_column_list > li.last-more:hover {
        background: #666;
        color: #fff; }
    .p-index_column_list > li a {
      text-decoration: none;
      color: inherit;
      display: block; }
    .p-index_column_list > li p {
      padding: 15px 20px 0px 10px;
      font-size: 16px;
      color: #666;
      text-align: left;
      position: relative; }
      @media screen and (max-width: 767px) {
        .p-index_column_list > li p {
          color: #fff;
          padding: 0px; } }
      .p-index_column_list > li p:before {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        margin-right: 10px;
        margin-top: 2px;
        display: inline-block;
        border-width: 5px 0 5px 4px;
        border-color: transparent transparent transparent #ddd; }
        @media screen and (max-width: 767px) {
          .p-index_column_list > li p:before {
            display: none; } }
    .p-index_column_list > li:hover {
      background: #666; }
      .p-index_column_list > li:hover p {
        color: #fff; }
      .p-index_column_list > li:hover .p-index_label li {
        background: #e60012;
        color: #fff; }
    .p-index_column_list > li.is-target {
      position: relative; }
      .p-index_column_list > li.is-target:before {
        content: '';
        background: url(/assets/img/common/icon/icon_newtab.png) no-repeat center center !important;
        width: 13px;
        height: 13px;
        background-size: contain !important;
        top: 43%;
        left: inherit;
        right: 12px;
        position: absolute; }
        @media screen and (max-width: 767px) {
          .p-index_column_list > li.is-target:before {
            top: 75%;
            right: 7px;
            background: url(/assets/img/common/icon/icon_newtab-w.png) no-repeat center center !important;
            background-size: contain !important; } }
  .p-index_column_list.is-show {
    display: block; }

.p-index_label {
  padding: 0 10px 10px 30px; }
  @media screen and (max-width: 767px) {
    .p-index_label {
      display: block;
      padding: 0; } }
  .p-index_label > li {
    border-radius: 20px;
    border: 1px solid #e60012;
    color: #e60012;
    background: #fff;
    padding: 2px 5px;
    font-size: 10px;
    text-align: center;
    display: inline-block;
    margin-right: 5px; }

@media screen and (max-width: 767px) {
  .p-hojin_firstbutton {
    -ms-flex-preferred-size: 48.5507246377% !important;
    flex-basis: 48.5507246377% !important;
    max-width: 48.5507246377% !important;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-size: 11px;
    padding: 10px 5px;
    text-align: center; } }

.p-hojin_firstbutton p.is-target:after {
  content: '';
  background: url(/assets/img/common/icon/icon_newtab.png) no-repeat center center !important;
  width: 10px;
  height: 10px;
  background-size: contain !important;
  top: 43%;
  left: inherit;
  right: 12px;
  position: absolute; }

.p-index-mvright a.p-index-btn.orange.is-target:after {
  content: '';
  background: url(/assets/img/common/icon/icon_newtab-w.png) no-repeat center center !important;
  width: 1em;
  height: 1em;
  background-size: contain !important;
  left: inherit;
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px; }

.p-housing-cancer-list {
  margin: 0 !important; }

#carousel_require {
  display: inline-block;
  vertical-align: top; }

#carousel_nav_require {
  display: inline-block;
  vertical-align: top; }

/* slider */
.p-index-carousel {
  font-size: 0px;
  /* height: 276px;*/
    width: 100%;
  overflow: hidden; }
  @media screen and (max-width: 320px) {
    .p-index-carousel {
      height: auto;
/*      max-height: 115px; } }*/
      max-height: 230px; } }
  @media screen and (min-width: 321px) and (max-width: 376px) {
    .p-index-carousel {
/*      max-height: 135px;*/
      max-height: 250px;
      height: auto; } }
  @media screen and (min-width: 377px) and (max-width: 425px) {
    .p-index-carousel {
/*      max-height: 153px;*/
      max-height: 270px;
      height: auto; } }
  @media screen and (min-width: 426) and (max-width: 726px) {
    .p-index-carousel {
      max-height: auto;
      height: auto; } }
  .p-index-carousel ul {
    margin: 0; }
    .p-index-carousel ul li {
      font-size: 0px !important; }
  .p-index-carousel .slick-slide {
    margin: 0; }
  .p-index-carousel .slide {
    width: 746px;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .p-index-carousel .slide {
        width: 100%; } }
    @media screen and (min-width: 600px) and (max-width: 1000px) {
      .p-index-carousel .slide {
        width: 746px; } }
    .p-index-carousel .slide .slick-list {
      overflow: visible; }
  .p-index-carousel .slider-nav {
        display: none; }
    @media screen and (max-width: 767px) {
      .p-index-carousel .slider-nav {
        display: none; } }
    @media screen and (min-width: 600px) and (max-width: 1000px) {
      .p-index-carousel .slider-nav {
        width: 235px; } }
    .p-index-carousel .slider-nav li {
      margin: 0;
      font-size: 0px !important;
      margin-bottom: 5px; }
  .p-index-carousel img {
    max-width: 100%;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    border: 1px solid #ccc;
    transition: all 0.2s ease; }
    .p-index-carousel img:hover {
      box-shadow: 1px 5px 15px grey; }
      @media screen and (max-width: 767px) {
        .p-index-carousel img:hover {
          box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); } }
    @media screen and (max-width: 767px) {
      .p-index-carousel img {
        width: 100%;
        box-shadow: none;
        border-radius: 0px;
        border: none; } }

  .p-index-carousel ul > .slick-dots {
    bottom: -45px; }
    .p-index-carousel ul > .slick-dots li {
      background: #666;
      width: 10px;
      height: 10px;
      margin: 15px 10px;
      border-radius: 10px;
      padding-bottom: 0;
      box-shadow: none; }
    .p-index-carousel ul > .slick-dots .slick-active {
      background: #e60012; }
  .p-index-carousel a {
    color: inherit;
    text-decoration: none; }

  .p-index-carousel .slick-prev {
    background: #fff;
    opacity: 0.5;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    position: absolute;
    height: 60px;
    width: 25px;
    top: 50%;
    left: 0px;
    right: 0;
    margin: 0;
    z-index: 99;
    border-radius: 0px 10px 10px 0px;
    border: 1px solid #e60012; }
    @media screen and (max-width: 767px) {
      .p-index-carousel .slick-prev {
        height: 40px;
        left: 0px;
        top: 50%;
        right: 0;
        margin: 0;
        border-radius:  0 5px 5px 0;
        width: 15px; } }
        
    .p-index-carousel .slick-prev:before {
      position: absolute;
      margin: auto;
      content: "";
      vertical-align: middle;
      right: 0;
      border-top: 1px solid #fff;
      border-right: 1px solid #fff;
      bottom: 0;
      margin: auto;
      right: 2px;
      top: 2px;
      bottom: 0;
      width: 13px;
      height: 13px;
      border-top: 2px solid #e60012;
      border-right: 2px solid #e60012;
      -webkit-transform: rotate(-135deg);
      transform: rotate(-135deg); }
      @media screen and (max-width: 767px) {
        .p-index-carousel .slick-prev:before {
      position: absolute;
      margin: auto;
      content: "";
      vertical-align: middle;
      right: 0;
      border-top: 1px solid #fff;
      border-right: 1px solid #fff;
      bottom: 0;
      margin: auto;
      left: -2px;
      border-top: 2px solid #e60012;
      border-right: 2px solid #e60012;
      -webkit-transform: rotate(-135deg);
      transform: rotate(-135deg);
          top: 0px;
          width: 7px;
          height: 7px; } }

  .p-index-carousel .slick-next {
    background: #fff;
    opacity: 0.5;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    position: absolute;
    height: 60px;
    width: 25px;
    top: 50%;
/*    margin-left: 25px;*/
    border-radius: 10px 0px 0px 10px;
    left: 720px;
    margin: 0;
    z-index: 99; 
    border: 1px solid #e60012; }
    @media screen and (max-width: 767px) {
      .p-index-carousel .slick-next {
        height: 40px;
        left: inherit;
        right: 0;
/*        top: 56%;*/
        border-radius: 5px 0 0 5px;
        width: 15px; } }
    .p-index-carousel .slick-next:before {
      position: absolute;
      margin: auto;
      content: "";
      vertical-align: middle;
      left: 2px;
      top: 2px;
      bottom: 0;
      width: 13px;
      height: 13px;
      border-top: 2px solid #e60012;
      border-right: 2px solid #e60012;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
      @media screen and (max-width: 767px) {
       .p-index-carousel .slick-next:before {
/*          top: 16px;*/
          top: 0px;
          width: 7px;
          height: 7px;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); } }

      
/* slider */
.p-hojin-index-carousel {
  font-size: 0px;
/*  height: 276px;*/
  height: 365px;
  overflow: hidden; }
  @media screen and (max-width: 320px) {
    .p-hojin-index-carousel {
      height: auto;
/*      max-height: 115px; } }*/
      max-height: 230px; } }
  @media screen and (min-width: 321px) and (max-width: 376px) {
    .p-hojin-index-carousel {
/*      max-height: 135px;*/
      max-height: 280px;
      height: auto; } }
  @media screen and (min-width: 377px) and (max-width: 425px) {
    .p-hojin-index-carousel {
/*      max-height: 153px;*/
      max-height: 300px;
      height: auto; } }
  @media screen and (min-width: 426) and (max-width: 726px) {
    .p-hojin-index-carousel {
      max-height: auto;
      height: auto; } }
  .p-hojin-index-carousel ul {
    margin: 0; }
    .p-hojin-index-carousel ul li {
      font-size: 0px !important; }
  .p-hojin-index-carousel .slick-slide {
    margin: 0; }
  .p-hojin-index-carousel .slide {
    width: 497px;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .p-hojin-index-carousel .slide {
        width: 100%; } }
    @media screen and (min-width: 600px) and (max-width: 1000px) {
      .p-hojin-index-carousel .slide {
        width: 470px; } }
    .p-hojin-index-carousel .slide .slick-list {
      overflow: visible; }
  .p-hojin-index-carousel .slider-nav {
    padding-left: 8px;
    width: 250px;
/*    height: 278px;*/
    height: 367px;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .p-hojin-index-carousel .slider-nav {
        display: none; } }
    @media screen and (min-width: 600px) and (max-width: 1000px) {
      .p-hojin-index-carousel .slider-nav {
        width: 235px; } }
    .p-hojin-index-carousel .slider-nav li {
      margin: 0;
      font-size: 0px !important;
      margin-bottom: 5px; }
  .p-hojin-index-carousel img {
    max-width: 100%;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    border: 1px solid #ccc;
    transition: all 0.2s ease; }
    .p-hojin-index-carousel img:hover {
      box-shadow: 1px 5px 15px grey; }
      @media screen and (max-width: 767px) {
        .p-hojin-index-carousel img:hover {
          box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); } }
    @media screen and (max-width: 767px) {
      .p-hojin-index-carousel img {
        width: 100%;
        box-shadow: none;
        border-radius: 0px;
        border: none; } }
  .p-hojin-index-carousel .slick-next {
    position: absolute;
    right: 0;
    margin: 0;
    z-index: 99; }
    .p-hojin-index-carousel .slick-next:before {
      content: '';
      width: 13px;
      height: 13px;
      border-top: 1px solid #fff;
      border-right: 1px solid #fff;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      top: 0;
      bottom: 0;
      right: 8px;
      margin: auto;
      vertical-align: middle; }
  .p-hojin-index-carousel .slick-prev {
    position: absolute;
    left: 10px;
    margin: 0;
    z-index: 99; }
    .p-hojin-index-carousel .slick-prev:before {
      content: '';
      width: 13px;
      height: 13px;
      border-top: 1px solid #fff;
      border-right: 1px solid #fff;
      -webkit-transform: rotate(-135deg);
      transform: rotate(-135deg);
      position: absolute;
      top: 0;
      bottom: 0;
      right: 8px;
      margin: auto;
      vertical-align: middle; }

/*
*slider下のアイコンボタン
* アイコンの上下揃えが怪しいので調整必須かも
*/
.p-index-iconlist {
  height: 100px;
  margin: 5px 0 0 0; }
  @media screen and (max-width: 767px) {
    .p-index-iconlist {
      display: none; } }
  .p-index-iconlist li {
    -ms-flex-preferred-size: 157px;
    flex-basis: 157px;
    margin: 0;
    border-radius: 10px;
    border: 1px solid #ccc;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease;
    text-align: center;
    position: relative;
    overflow: hidden; }
    .p-index-iconlist li:hover {
      box-shadow: 1px 5px 15px grey; }
      @media screen and (max-width: 767px) {
        .p-index-iconlist li:hover {
          box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); } }
    @media screen and (min-width: 600px) and (max-width: 1000px) {
      .p-index-iconlist li {
        width: 130px; } }
    .p-index-iconlist li img {
      width: 100%; }
    .p-index-iconlist li a:hover {
      opacity: 1; }

/*
*カルーセル横のアイテム
*
*/
.p-index-mvside {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #ccc;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  background: #eee;
  padding: 2px 0 5px 0;
  box-sizing: border-box; }
  .p-index-mvside .item {
    position: relative;
    left: 13px;
    top: 5px;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    border: 1px solid #eee;
    border-radius: 10px 0 0 10px;
    width: 228px;
    padding: 8px 0 24px 0;
    margin: 0 0 10px 0;
    box-sizing: border-box;
    background: #fff;
    text-align: center; }
  .p-index-mvside h2 {
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 5px; }
    .p-index-mvside h2 span {
      font-size: 20px;
      display: block; }
  .p-index-mvside .item.hojin {
    position: relative;
    left: 13px;
    top: 5px;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    border: 1px solid #eee;
    border-radius: 10px 0 0 10px;
    width: 228px;
    padding: 8px 0 15px 0;
    margin: 0 0 10px 0;
    box-sizing: border-box;
    background: #fff;
    text-align: center; }
  @media screen and (min-width: 768px) and (max-width: 1025px) {
    .p-index-mvside ul li a p {
      padding: 13px !important; } }

.p-insurance-hdg01 {
  line-height: 1.6;
  text-align: center; }

.p-hojin-lifestage {
  min-width: 760px; }
  @media screen and (min-width: 768px) and (max-width: 1025px) {
    .p-hojin-lifestage {
      min-width: auto; } }

@media screen and (max-width: 767px) {
  .p-hojin-lifestage {
    min-width: 100%; } }

.p-hojin-lifestage .c-btn_09 {
  -ms-flex-preferred-size: 180px;
  flex-basis: 180px;
  margin-bottom: 60px; }
  .p-hojin-lifestage .c-btn_09 img {
    width: 180px; }

@media screen and (max-width: 767px) {
  .p-hojin-lifestage .c-btn_09 {
    -ms-flex-preferred-size: 47.5%;
    flex-basis: 47.5%;
    max-width: 47.5%;
    margin-bottom: 30px; }
    .p-hojin-lifestage .c-btn_09 img {
      width: 100%; } }

@media screen and (min-width: 768px) and (max-width: 1025px) {
  .p-hojin-lifestage .c-btn_09 {
    -ms-flex-preferred-size: 160px;
    flex-basis: 160px;
    max-width: 160px;
    -ms-flex: 1;
    flex: 1; }
    .p-hojin-lifestage .c-btn_09:nth-child(2) {
      margin-right: 10px; }
    .p-hojin-lifestage .c-btn_09:nth-child(4) {
      margin-right: 0; } }

.p-hojin-lifestage-btn {
  -ms-flex: none;
  flex: none;
  width: 50%;
  max-width: 49% !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .p-hojin-lifestage-btn p {
    width: 100%;
    display: block; }
  @media screen and (max-width: 767px) {
    .p-hojin-lifestage-btn {
      -ms-flex: none;
      flex: none;
      width: 100%;
      max-width: 100% !important;
      min-width: 100% !important; } }

.p-lifystyle_hdg {
  position: relative;
  padding-left: 90px; }
  @media screen and (max-width: 767px) {
    .p-lifystyle_hdg {
      padding-left: 60px; } }
  .p-lifystyle_hdg:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 77px;
    height: 64px;
    background: url("/assets/img/kojin/loan/housing/lineup/option/lifestyle/icon_hdg_pc.png") center center no-repeat;
    background-size: contain; }
    @media screen and (max-width: 767px) {
      .p-lifystyle_hdg:before {
        width: 55px;
        height: 56px; } }
  .p-lifystyle_hdg.is-single:before {
    top: -20px; }

@media screen and (max-width: 767px) {
  .p-housing-btnwrap {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; } }

@media screen and (max-width: 767px) {
  .p-moduleheader {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px; } }

.p-moduleheader li {
  font-size: 14px;
  -ms-flex: 1;
  flex: 1; }
  @media screen and (max-width: 767px) {
    .p-moduleheader li {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      border-bottom: 1px solid #fff;
      text-align: left;
      padding: 10px 0 10px 10px; } }

.p-moduleguide_hdg {
  font-size: 60px;
  color: #666;
  font-weight: 100;
  line-height: 1; }
  @media screen and (max-width: 767px) {
    .p-moduleguide_hdg {
      margin-top: 20px;
      font-size: 30px; } }

.p-moduleguide_subhdg {
  font-size: 30px;
  background: #666;
  font-weight: 100;
  color: #fff;
  padding: 15px;
  display: block;
  width: 100%;
  line-height: 1;
  position: relative;
  margin: 70px 0 40px 0; }
  @media screen and (max-width: 767px) {
    .p-moduleguide_subhdg {
      font-size: 20px;
      margin: 30px 0 20px 0; } }
  .p-moduleguide_subhdg a {
    display: inline-block;
    font-size: 13px;
    border-bottom: 1px solid #fff;
    text-decoration: none;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 20px;
    letter-spacing: 0.1rem; }

.p-moduleguide_txt {
  margin: 0 0 30px 0;
  font-size: 18px;
  color: #666;
  font-weight: 100;
  line-height: 1.6; }
  @media screen and (max-width: 767px) {
    .p-moduleguide_txt {
      font-size: 14px; } }

.p-modulecontant {
  position: relative; }
  @media screen and (max-width: 767px) {
    .p-modulecontant {
      margin: 0 auto;
      width: 92%; } }
  .p-modulecontant .sourcetitle {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 10px;
    background: #000;
    color: #fff;
    padding: 10px 20px;
    box-sizing: border-box; }
  .p-modulecontant pre {
    border: 1px solid #ccc;
    background: #ddd;
    margin: 20px 0 30px 0;
    padding: 0 0 0 0;
    position: relative;
    box-sizing: border-box;
    white-space: pre-wrap;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); }
  .p-modulecontant code {
    color: #000;
    padding: 0 10px;
    font-size: 10px;
    color: #333;
    display: block;
    word-wrap: break-word; }

.p-modulesidenav_module {
  -ms-flex-preferred-size: 200px;
  flex-basis: 200px; }
  @media screen and (max-width: 767px) {
    .p-modulesidenav_module {
      display: block;
      width: 100%; } }
  .p-modulesidenav_module ul {
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
    border: 1px solid #ccc;
    width: 200px;
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      .p-modulesidenav_module ul {
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .p-modulesidenav_module li {
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    color: #333;
    margin: 0;
    padding: 10px 20px 10px 20px;
    position: relative;
    height: 45px;
    position: relative;
    box-sizing: border-box;
    transition: all .5s; }
    @media screen and (max-width: 767px) {
      .p-modulesidenav_module li {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%; } }
    .p-modulesidenav_module li:last-child {
      border-bottom: 0px; }
    .p-modulesidenav_module li:first-child {
      background: #666;
      color: #fff;
      font-weight: 400; }
      @media screen and (max-width: 767px) {
        .p-modulesidenav_module li:first-child {
          -ms-flex-preferred-size: 100%;
          flex-basis: 100%; } }
      .p-modulesidenav_module li:first-child:after {
        display: none; }
    .p-modulesidenav_module li:after {
      content: '';
      width: 6px;
      height: 6px;
      border-top: 1px solid #e60012;
      border-right: 1px solid #e60012;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      top: 0;
      bottom: 0;
      right: 10px;
      margin: auto;
      content: "";
      vertical-align: middle; }
    .p-modulesidenav_module li:hover {
      background: #ddd;
      cursor: pointer; }
    .p-modulesidenav_module li.is-current {
      border-bottom: 2px solid #ccc;
      background: #eee; }
      @media screen and (max-width: 767px) {
        .p-modulesidenav_module li.is-current {
          border-bottom: 1px solid #ccc; } }
    .p-modulesidenav_module li a {
      text-decoration: none;
      color: #666;
      padding: 10px 20px 10px 20px;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.p-modulelist_inline {
  margin-top: 40px; }
  .p-modulelist_inline li {
    display: inline-block;
    position: relative;
    padding: 0 0 0 10px;
    box-sizing: border-box;
    color: #e60012;
    width: 49%;
    margin: 10px 0; }
    .p-modulelist_inline li:before {
      content: '';
      width: 6px;
      height: 6px;
      border-top: 1px solid #e60012;
      border-right: 1px solid #e60012;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      content: "";
      vertical-align: middle; }
    .p-modulelist_inline li a {
      text-decoration: none;
      color: #e60012; }

.p-modulelist_imgdesc {
  color: #666;
  border-bottom: 1px solid #ccc;
  font-weight: 100;
  margin-bottom: 50px; }

.p-modulelist_txt {
  color: #666;
  margin: 15px 0 0 0;
  list-style-type: disc;
  padding-left: 20px; }
  .p-modulelist_txt li {
    margin: 5px 0 0 0;
    font-size: 14px;
    list-style-type: disc; }
    .p-modulelist_txt li.bold {
      font-weight: bold; }
    .p-modulelist_txt li.small {
      font-size: 13px; }
    .p-modulelist_txt li.normal {
      font-size: 18px; }

.p-module_breadcrumb {
  width: 1200px;
  height: auto;
  border-bottom: 1px solid #ccc;
  padding: 5px 0px;
  margin: 0 0 30px 0; }
  @media screen and (max-width: 767px) {
    .p-module_breadcrumb {
      display: none; } }
  .p-module_breadcrumb li {
    display: inline-block;
    font-size: 13px;
    position: relative;
    padding-right: 10px;
    margin-right: 10px; }
    .p-module_breadcrumb li:after {
      content: '';
      width: 6px;
      height: 6px;
      border-top: 1px solid #666;
      border-right: 1px solid #666;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      content: "";
      vertical-align: middle; }
    .p-module_breadcrumb li.is-current {
      color: #e60012; }
      .p-module_breadcrumb li.is-current:after {
        display: none; }
    .p-module_breadcrumb li a {
      color: inherit;
      text-decoration: none; }

.p-module-wrapper {
  margin-top: 10px;
  border: 1px solid #ccc;
  padding: 20px;
  box-sizing: border-box; }

.p-myaccess_trouble--singlebtn {
  width: 100%; }

.p-myaccess_trouble--btn01 {
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  border: 1px solid #ccc;
  transition: all 0.2s ease;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 10px 30px 10px;
  -ms-flex: 1;
  flex: 1;
  margin: 0 20px 0 0;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box; }
  .p-myaccess_trouble--btn01:hover {
    box-shadow: 1px 5px 15px grey; }
    @media screen and (max-width: 767px) {
      .p-myaccess_trouble--btn01:hover {
        box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); } }
  .p-myaccess_trouble--btn01:after {
    position: absolute;
    bottom: 10px;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 50%;
    width: 10px;
    height: 10px;
    border-top: 1px solid #e60012;
    border-right: 1px solid #e60012;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); }
  .p-myaccess_trouble--btn01 figure {
    width: 100px;
    height: 120px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .p-myaccess_trouble--btn01 figure {
        display: block;
        height: auto;
        max-width: 92%;
        width: 92%;
        margin: 0 auto; } }
    .p-myaccess_trouble--btn01 figure img {
      width: 100%; }
      @media screen and (max-width: 767px) {
        .p-myaccess_trouble--btn01 figure img {
          width: 90%; } }
  .p-myaccess_trouble--btn01 .desc {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    color: #e60012;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin-left: 10px; }
    @media screen and (max-width: 767px) {
      .p-myaccess_trouble--btn01 .desc {
        margin-left: 0; } }
  .p-myaccess_trouble--btn01:last-child {
    margin: 0; }
  .p-myaccess_trouble--btn01.two-item {
    max-width: 240px; }
  .p-myaccess_trouble--btn01.is-active {
    box-shadow: 1px 5px 15px grey; }

.p-myaccess_trouble--question {
  background: #fff !important; }
  @media screen and (max-width: 767px) {
    .p-myaccess_trouble--question {
      -ms-flex-align: center;
      align-items: center; } }
  .p-myaccess_trouble--question .text {
    font-size: 15px !important; }

.p-myaccess_trouble--questionicon {
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
  font-weight: bold;
  line-height: 1.3;
  border: 2px solid #e60012;
  color: #e60012;
  font-size: 20px;
  border-radius: 50%;
  margin: 15px -15px 0 15px;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .p-myaccess_trouble--questionicon {
      margin: 0 0 0 10px;
      width: 20px;
      height: 20px;
      font-size: 13px;
      line-height: 1.4; } }

.p-myaccess_trouble--text {
  border-radius: 10px;
  border: 1px solid #ccc;
  background: #fff;
  height: auto;
  margin: 0 0 60px 0; }
  .p-myaccess_trouble--text > p {
    padding: 20px 30px;
    line-height: 1.5;
    font-size: 15px; }
    .p-myaccess_trouble--text > p span {
      font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
      font-weight: bold;
      line-height: 1.3;
      border: 2px solid #e60012;
      color: #e60012;
      font-size: 20px;
      border-radius: 50%;
      margin: 0 15px 0 -15px;
      width: 30px;
      height: 30px;
      display: inline-block;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .p-myaccess_trouble--text > p span {
          width: 20px;
          height: 20px;
          line-height: 1.4;
          font-size: 13px; } }

.p-myaccess_trouble--box {
  border-radius: 10px;
  border: 1px solid #ccc;
  background: #fff;
  padding: 20px 30px;
  margin: 0 0 60px 0; }
  .p-myaccess_trouble--box .c-txt-01 {
    color: #000; }
  .p-myaccess_trouble--box .c-grid-float {
    margin-bottom: 30px; }
  .p-myaccess_trouble--box .c-grid-float-l .item-left img {
    width: 100px; }
    @media screen and (max-width: 767px) {
      .p-myaccess_trouble--box .c-grid-float-l .item-left img {
        width: 80px;
        max-width: 80px; } }
  @media screen and (max-width: 767px) {
    .p-myaccess_trouble--box .c-grid-float-l.is-inlineblock > .item-right {
      min-width: 60%;
      max-width: 60%; } }
  .p-myaccess_trouble--box-fsttxt {
    font-size: 24px; }
    @media screen and (max-width: 767px) {
      .p-myaccess_trouble--box-fsttxt {
        font-size: 16px; } }

.p-myaccess_trouble .c-unit-step03 .question .text > span {
  display: block; }

.p-myaccess_trouble--iconblock {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  width: 100%; }
  .p-myaccess_trouble--iconblock .item-left {
    max-width: 80px;
    min-width: 80px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: top; }
    .p-myaccess_trouble--iconblock .item-left img {
      width: 100%; }
  .p-myaccess_trouble--iconblock .item-right {
    display: inline-block;
    vertical-align: top;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .p-myaccess_trouble--iconblock .item-right {
        width: auto; } }
    .p-myaccess_trouble--iconblock .item-right .c-txt-01 {
      display: block;
      margin-bottom: 0; }

.p-saving-common-informaiton .inner .c-txt-01 {
  margin: 20px 0 0 0;
  font-size: 14px; }

.p-myaccess_btn01 {
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 30px 0;
  padding: 10px;
  background: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 10px; }
  @media screen and (max-width: 767px) {
    .p-myaccess_btn01 {
      margin: 0 0 20px 0;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .p-myaccess_btn01 .item {
    background: #fff;
    height: 160px;
    -ms-flex: 1;
    flex: 1;
    margin: 0 20px 0 0;
    border-radius: 10px;
    border: 1px solid #ccc; }
    .p-myaccess_btn01 .item:last-child {
      margin: 0; }
    @media screen and (max-width: 767px) {
      .p-myaccess_btn01 .item {
        max-width: 48%;
        min-width: 48%;
        height: 125px;
        margin: 0 0 10px 0; } }
  .p-myaccess_btn01 .hdg {
    font-size: 18px;
    height: 90px;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    border-bottom: 1px solid #ddd; }
    @media screen and (min-width: 600px) and (max-width: 1000px) {
      .p-myaccess_btn01 .hdg {
        font-size: 14px; } }
    @media screen and (max-width: 767px) {
      .p-myaccess_btn01 .hdg {
        font-size: 12px;
        height: 65px; } }
  .p-myaccess_btn01 .numberarea {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 58px;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 22px; }
    @media screen and (max-width: 767px) {
      .p-myaccess_btn01 .numberarea {
        height: 53px; } }
    .p-myaccess_btn01 .numberarea p {
      color: #e60012;
      line-height: 1;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      font-size: 40px; }
      @media screen and (max-width: 767px) {
        .p-myaccess_btn01 .numberarea p {
          font-size: 38px; } }
    .p-myaccess_btn01 .numberarea span {
      font-size: 22px;
      line-height: 1.3;
      text-align: center;
      display: inline-block; }
      @media screen and (min-width: 600px) and (max-width: 1000px) {
        .p-myaccess_btn01 .numberarea span {
          font-size: 20px; } }
      @media screen and (max-width: 767px) {
        .p-myaccess_btn01 .numberarea span {
          font-size: 18px; } }
    .p-myaccess_btn01 .numberarea .text {
      font-size: 15px;
      display: block; }
      @media screen and (max-width: 767px) {
        .p-myaccess_btn01 .numberarea .text {
          font-size: 14px; } }
  .p-myaccess_btn01.is-link {
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease; }
    .p-myaccess_btn01.is-link:hover {
      box-shadow: 1px 5px 15px grey; }
      @media screen and (max-width: 767px) {
        .p-myaccess_btn01.is-link:hover {
          box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); } }
    @media screen and (max-width: 767px) {
      .p-myaccess_btn01.is-link:hover {
        box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); } }

.p-myaccess_btn02--01 {
  height: 130px; }
  .p-myaccess_btn02--01:before {
    content: '';
    background: url(/assets/img/myaccess/manga_btn01.jpg) !important; }
  @media screen and (max-width: 767px) {
    .p-myaccess_btn02--01 {
      height: auto; }
      .p-myaccess_btn02--01:before {
        background: url(/assets/img/myaccess/manga_btn01_sp.jpg) !important;
        background-repeat: no-repeat !important;
        background-position: center center !important;
        background-size: contain !important; } }

.p-myaccess_btn02--02 {
  height: 130px; }
  .p-myaccess_btn02--02:before {
    content: '';
    background: url(/assets/img/myaccess/manga_btn02.jpg) !important; }
  @media screen and (max-width: 767px) {
    .p-myaccess_btn02--02 {
      height: auto; }
      .p-myaccess_btn02--02:before {
        background: url(/assets/img/myaccess/manga_btn02_sp.jpg) !important;
        background-repeat: no-repeat !important;
        background-position: center center !important;
        background-size: contain !important; } }

.p-myaccess_btn02--03 {
  height: 130px; }
  .p-myaccess_btn02--03:before {
    content: '';
    background: url(/assets/img/myaccess/manga_btn03.jpg) !important; }
  @media screen and (max-width: 767px) {
    .p-myaccess_btn02--03 {
      height: auto; }
      .p-myaccess_btn02--03:before {
        background: url(/assets/img/myaccess/manga_btn03_sp.jpg) !important;
        background-repeat: no-repeat !important;
        background-position: center center !important;
        background-size: contain !important; } }

.p-myaccess_btn02--04 {
  height: 130px; }
  .p-myaccess_btn02--04:before {
    content: '';
    background: url(/assets/img/myaccess/manga_btn04.jpg) !important; }
  @media screen and (max-width: 767px) {
    .p-myaccess_btn02--04 {
      height: auto; }
      .p-myaccess_btn02--04:before {
        background: url(/assets/img/myaccess/manga_btn04_sp.jpg) !important;
        background-repeat: no-repeat !important;
        background-position: center center !important;
        background-size: contain !important; } }

.p-myaccess_table {
  text-align: center !important;
  font-size: 16px !important;
  padding: 5px 10px !important;
  vertical-align: middle !important; }
  @media screen and (max-width: 767px) {
    .p-myaccess_table {
      font-size: 12px !important; } }

@media screen and (max-width: 767px) {
  .p-myaccess_info {
    width: 100%;
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important; } }

.p-myaccess_btn02 {
  max-width: 70% !important; }
  @media screen and (max-width: 767px) {
    .p-myaccess_btn02 {
      max-width: 100% !important; } }

.p-pension_btn.c-flexbtn {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  .p-pension_btn.c-flexbtn .c-btn-03.two-btn {
    margin-right: 2.6%;
    width: 48.56% !important; }
  .p-pension_btn.c-flexbtn .c-btn-03.two-btn:last-child {
    margin-right: 0; }

.p-privilege04_textlink {
  margin-left: 0;
  font-size: 16px; }
  @media screen and (max-width: 767px) {
    .p-privilege04_textlink {
      margin-left: 0;
      font-size: 12px; } }

.p-privilege04_btn {
  height: auto; }
  @media screen and (max-width: 767px) {
    .p-privilege04_btn {
      height: auto; } }
  .p-privilege04_btn figure img {
    height: 100%; }
    @media screen and (max-width: 767px) {
      .p-privilege04_btn figure img {
        width: 100%;
        height: 100%; } }
  @media screen and (max-width: 767px) {
    .p-privilege04_btn .btn-txt {
      padding: 0 15px; } }
  .p-privilege04_btn .desc {
    width: 100%; }
  @media screen and (max-width: 767px) {
    .p-privilege04_btn .c-textlink {
      margin: 0; } }

#p-shopHoliday td {
  word-break: break-all;
  vertical-align: middle; }
  #p-shopHoliday td.is-strong {
    padding: 2%; }

.p-shopholiday_btn {
  height: auto;
  padding-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .p-shopholiday_btn {
      width: 31% !important;
      max-width: 31% !important;
      -ms-flex-preferred-size: 31% !important;
      flex-basis: 31% !important;
      margin-left: 1% !important;
      padding-right: 10px !important; } }
  .p-shopholiday_btn .hdg {
    text-align: center; }
  @media screen and (max-width: 767px) {
    .p-shopholiday_btn:after {
      left: 80% !important;
      margin-left: -10% !important; } }

.p-shopholiday_title {
  position: relative; }

.p-shopholiday__mapbtn {
  margin-top: 60px; }
  @media screen and (max-width: 767px) {
    .p-shopholiday__mapbtn {
      margin-top: 10px; } }

.p-shopholiday_circle {
  font-size: 30px; }
  @media screen and (max-width: 767px) {
    .p-shopholiday_circle {
      font-size: 25px; } }

@media screen and (max-width: 767px) {
  .p-shopholiday_text001 {
    font-size: 10px !important; } }

.p-shop_relative {
  position: relative;
  margin: 0 0 -10px 0 !important;
  padding: 0 0 0 0 !important; }
  .p-shop_relative > .c-news-02 {
    margin-top: -20px; }

.p-shop_spcontainer {
  padding: 20px 0 0 0; }

.p-shop_spcontainer02 {
  padding: 20px 0; }

.p-shopbtnwrapper {
  margin-top: 10px !important; }

.p-shop-formwrap {
  height: auto;
  background: #none;
  border: none; }

.p-shop_btn {
  display: inline-block; }

input.p-shop_btn {
  margin: 0px 10px 0 0; }

.p-shop_btn02 {
  max-width: 700px !important;
  font-size: 35px;
  font-weight: 700;
  padding: 1% !important;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -ms-flex-preferred-size: 100% !important;
  flex-basis: 100% !important; }
  @media screen and (max-width: 767px) {
    .p-shop_btn02 {
      margin-top: 10px !important;
      font-size: 15px;
      width: 100%; } }

.p-shop-btn03 li {
  margin: 0 20px 20px 0;
  width: 230px;
  height: 80px;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  border: 1px solid #ccc; }

.p-shop-btn04 {
  max-width: 37.3333333333% !important;
  margin-top: 20px !important;
  text-align: center !important; }

.p-shop-btn05 {
  max-width: 37.3333333333% !important;
  margin-top: 20px !important; }

.p-shop_txt01 {
  font-size: 14px;
  margin: 0 0 10px 0;
  display: block; }
  .p-shop_txt01.strong {
    font-weight: 700; }

.p-shop_formSelct .c-btn_searchform {
  margin-top: 20px; }

.p-shop_formSelct label {
  margin: 0 40px 0 0; }

.p-shop-hdg-02 {
  font-size: 22px; }

.p-shop-hdg-01sp {
  border-top: 2px solid #ccc;
  font-size: 17px;
  font-weight: normal;
  background: #666;
  padding: 15px;
  color: #fff;
  position: relative; }
  .p-shop-hdg-01sp:after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #e60012;
    border-right: 2px solid #e60012;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    transition: 0.2s all ease;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    vertical-align: middle; }
  .p-shop-hdg-01sp.is-active:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

select::-ms-expand {
  display: block; }

.p-shop-content {
  display: -ms-flexbox;
  display: flex; }
  .p-shop-content_L {
    -ms-flex: 2;
    flex: 2; }
  .p-shop-content_R {
    -ms-flex: 1;
    flex: 1; }
    .p-shop-content_R .c-btn_03 {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      width: 100%;
      max-width: 100%;
      height: 60px;
      min-height: 60px;
      word-wrap: break-word; }
    .p-shop-content_R .c-btn_searchform {
      margin-bottom: 40px; }

.p-shop_selectarea {
  border-radius: 5px;
  padding: 0 0 0 5px;
  border: 1px solid #ddd;
  width: 100px;
  height: 20px;
  font-size: 10px;
  -webkit-appearance: menulist !important;
  -ms-appearance: menu !important;
  -moz-appearance: menulist !important; }
  @media screen and (max-width: 767px) {
    .p-shop_selectarea {
      -webkit-appearance: none !important; } }

.p-shop_parts_02 {
  margin-bottom: 10px; }
  .p-shop_parts_02 p {
    font-size: 14px;
    width: 80px;
    text-align: left;
    display: inline-block;
    vertical-align: top; }
    @media screen and (max-width: 767px) {
      .p-shop_parts_02 p {
        font-size: 15px;
        vertical-align: middle; } }
  .p-shop_parts_02 .p-shop_selectarea {
    display: inline-block;
    vertical-align: top;
    width: 100px;
    -webkit-appearance: menulist !important;
    -ms-appearance: menu !important;
    -moz-appearance: menulist !important; }
    @media screen and (max-width: 767px) {
      .p-shop_parts_02 .p-shop_selectarea {
        width: 71.6%;
        height: 35px;
        background: #eee;
        vertical-align: middle;
        -webkit-appearance: none !important; } }
  .p-shop_parts_02 .p-shop_searchbtn {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    border-radius: 5px;
    text-align: center;
    padding: 2px 0 0 0;
    margin: 0 0 0 15px;
    width: 50px;
    border: 1px solid #ddd; }
    .p-shop_parts_02 .p-shop_searchbtn input[type="image"] {
      width: 15px;
      height: auto; }

.p-shop_spsearch {
  height: 35px;
  text-align: center;
  padding: 10px;
  border-radius: 10px; }

.p-shop_list {
  width: 640px; }

.p-shop_list02 {
  width: 100%;
  padding: 0;
  margin: 0 0 0 0; }
  .p-shop_list02 li {
    position: relative;
    padding: 15px;
    border-bottom: 1px solid #ddd;
    font-size: 15px;
    margin: 0; }
    .p-shop_list02 li:after {
      content: '';
      width: 10px;
      height: 10px;
      border-top: 2px solid #e60012;
      border-right: 2px solid #e60012;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      transition: 0.2s all ease;
      top: 0;
      bottom: 0;
      right: 10px;
      margin: auto;
      vertical-align: middle; }
    .p-shop_list02 li.parent-item {
      background: #ccc;
      border-bottom: 2px solid #666;
      border-bottom: 2px solid #666; }
      .p-shop_list02 li.parent-item.is-active:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
    .p-shop_list02 li a {
      color: #666;
      text-decoration: none; }
  .p-shop_list02 ul {
    display: none; }

.p-shop_selectarea02 {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #ddd;
  border-radius: 10px;
  margin-right: 5px;
  font-size: 12px;
  padding: 5px;
  -webkit-appearance: menulist !important;
  -ms-appearance: menu !important;
  -moz-appearance: menulist !important;
  position: relative; }
  .p-shop_selectarea02.small {
    width: 100px; }
  .p-shop_selectarea02.big {
    width: 150px; }
  @media screen and (max-width: 767px) {
    .p-shop_selectarea02 {
      -webkit-appearance: none !important;
      width: 100%;
      height: 35px;
      font-size: 15px;
      background: #eee;
      background-image: url(/assets/img/shop/index/icon-arrow.png);
      background-repeat: no-repeat;
      background-position: center right 10px;
      background-size: 10px; } }
  .p-shop_selectarea02:after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #e60012;
    border-right: 2px solid #e60012;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    transition: 0.2s all ease;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    vertical-align: middle; }
    @media screen and (max-width: 767px) {
      .p-shop_selectarea02:after {
        -webkit-appearance: none !important;
        content: '';
        width: 10px;
        height: 10px;
        border-top: 2px solid #e60012;
        border-right: 2px solid #e60012;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        transition: 0.2s all ease;
        top: 0;
        bottom: 0;
        right: 10px;
        margin: auto;
        vertical-align: middle; } }

.p-shop_checkbox {
  margin: 0 20px 20px 0;
  display: inline-block;
  vertical-align: top; }
  .p-shop_checkbox input[type=checkbox] {
    display: none; }
  @media screen and (max-width: 767px) {
    .p-shop_checkbox input[type=checkbox]:checked + .p-credit-apply_checkbox:before {
      left: 6px;
      margin-top: -5px;
      width: 5px;
      height: 10px; } }
  @media screen and (max-width: 767px) {
    .p-shop_checkbox {
      width: 29.8%;
      margin: 0 8px 10px 0; } }
  .p-shop_checkbox > .p-credit-apply_checkbox {
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    width: 230px;
    height: 60px;
    font-size: 18px;
    padding: 0 10px 0 60px;
    font-size: 16px;
    line-height: 1.4;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .p-shop_checkbox > .p-credit-apply_checkbox {
        width: 100%;
        font-size: 12px;
        height: 75px;
        padding: 0 5px 0 30px; } }
    .p-shop_checkbox > .p-credit-apply_checkbox:nth-chilid(3n) {
      margin-right: 0; }
    @media screen and (max-width: 767px) {
      .p-shop_checkbox > .p-credit-apply_checkbox:after {
        width: 20px; } }
    @media screen and (max-width: 767px) {
      .p-shop_checkbox > .p-credit-apply_checkbox:before {
        left: 6px;
        margin-top: -5px;
        width: 5px;
        height: 10px; } }

.p-sitemap_seach {
  width: 100%;
  margin-left: 0px; }
  .p-sitemap_seach form {
    display: block;
    margin: 0 auto;
    width: 600px !important;
    height: 40px;
    border-radius: 30px !important;
    margin-top: 40px;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .p-sitemap_seach form {
        width: 100% !important;
        margin-top: 10px;
        border-radius: 10px !important;
        margin-bottom: -15px; } }
  .p-sitemap_seach form input[type="text"] {
    font-size: 22px;
    line-height: 40px;
    height: 40px; }
    @media screen and (max-width: 767px) {
      .p-sitemap_seach form input[type="text"] {
        font-size: 14px; } }
  .p-sitemap_seach form input[type="image"] {
    height: 40px;
    width: auto;
    padding: 5px 25px;
    border-radius: 25px; }
    @media screen and (max-width: 767px) {
      .p-sitemap_seach form input[type="image"] {
        height: 40px;
        width: auto;
        padding: 7px 20px;
        border-radius: 15px; } }

.js-heightcalc #main-contents {
  float: none;
  margin: 0 auto;
  width: 710px; }

.js-heightcalc #contents-area ol li {
  list-style: inherit; }

.js-heightcalc #contents-area .excel-icon a:after {
  display: none !important; }

.js-heightcalc .pdf-block-01 {
  width: 710px;
  min-height: 1px;
  clear: both;
  margin: 5px auto 0 auto;
  padding: 10px;
  border: solid 1px #cccccc; }
  .js-heightcalc .pdf-block-01 .pdf-banner {
    float: left;
    width: 158px; }
  .js-heightcalc .pdf-block-01 .pdf-banner p {
    margin-top: 5px; }
  .js-heightcalc .pdf-block-01 .pdf-text {
    float: right;
    width: 512px;
    line-height: 1.2; }
  .js-heightcalc .pdf-block-01 .pdf-text p {
    margin-top: 0; }
  .js-heightcalc .pdf-block-01 a:link {
    text-decoration: underline;
    color: #003399; }
  .js-heightcalc .pdf-block-01 a:visited {
    text-decoration: underline;
    color: #990099; }

.js-heightcalc .pdf-block-01:after {
  content: " ";
  display: block;
  clear: both; }

.js-heightcalc .red {
  color: #e00000; }

.js-heightcalc sup {
  top: inherit;
  line-height: inherit;
  position: static; }

.js-heightcalc u {
  text-decoration: underline; }

.p-willtrust-list span {
  border: none;
  width: auto;
  height: auto;
  display: inline-block;
  vertical-align: middle; }
  .p-willtrust-list span img {
    width: 34px; }

.p-willtrust-list p {
  display: inline;
  width: 94%;
  vertical-align: middle; }

@media screen and (max-width: 767px) {
  .p-willtrust-list span {
    margin: 5px 5px 0 -38px; } }

.p-insurance-willtrust_hdg {
  height: 110px;
  font-weight: normal;
  font-size: 25px;
  line-height: 1.4;
  padding: 0 0 0 27px;
  margin: 0 0 30px 0;
  background-size: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .p-insurance-willtrust_hdg {
      height: 100px;
      font-size: 18px; } }
  .p-insurance-willtrust_hdg.image_01 {
    background: url(/assets/img/kojin/insurance/will_trust/index/hdg_bg01_pc.jpg) top left no-repeat; }
    @media screen and (max-width: 767px) {
      .p-insurance-willtrust_hdg.image_01 {
        background: url(/assets/img/kojin/insurance/will_trust/index/hdg_bg01_sp.jpg) top left no-repeat;
        background-size: cover; } }
  .p-insurance-willtrust_hdg.image_02 {
    background: url(/assets/img/kojin/insurance/will_trust/index/hdg_bg02_pc.jpg) top left no-repeat; }
    @media screen and (max-width: 767px) {
      .p-insurance-willtrust_hdg.image_02 {
        background: url(/assets/img/kojin/insurance/will_trust/index/hdg_bg02_sp.jpg) top left no-repeat;
        background-size: cover; } }

.p-willtrust_icon {
  position: relative;
  top: 5px;
  right: 5px; }
  @media screen and (max-width: 767px) {
    .p-willtrust_icon {
      top: 0; } }

.p-campaign-mycar-fvnumber {
  font-size: 16px;
  text-align: center;
  margin-bottom: 25px;
  line-height: 1;
  margin-top: -40px; }
  @media screen and (max-width: 767px) {
    .p-campaign-mycar-fvnumber {
      text-align: left;
      position: relative;
      font-size: 12px;
      margin-top: -20px; } }
  .p-campaign-mycar-fvnumber .number {
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
    font-size: 30px;
    color: #e60012;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      .p-campaign-mycar-fvnumber .number {
        font-size: 20px; } }
  .p-campaign-mycar-fvnumber .bignumber {
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
    font-size: 40px;
    color: #e60012;
    font-weight: bold;
    margin-left: 0; }
    @media screen and (max-width: 767px) {
      .p-campaign-mycar-fvnumber .bignumber {
        font-size: 30px; } }
  .p-campaign-mycar-fvnumber .value {
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
    font-size: 20px;
    color: #e60012;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      .p-campaign-mycar-fvnumber .value {
        font-size: 14px; } }
  .p-campaign-mycar-fvnumber .sub {
    font-size: 14px; }
    @media screen and (max-width: 767px) {
      .p-campaign-mycar-fvnumber .sub {
        font-size: 12px;
        position: absolute;
        bottom: -20px;
        right: 1px; } }

.p-campaign-mycar-contentnumber {
  font-size: 30px;
  text-align: center;
  margin: 0 0 40px 0px; }
  @media screen and (max-width: 767px) {
    .p-campaign-mycar-contentnumber {
      font-size: 25px; } }
  .p-campaign-mycar-contentnumber .number {
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
    font-size: 30px;
    color: #e60012;
    font-weight: bold;
    font-size: 81px; }
    @media screen and (max-width: 767px) {
      .p-campaign-mycar-contentnumber .number {
        font-size: 50px; } }
  .p-campaign-mycar-contentnumber .value {
    margin: 0px 10px;
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
    font-size: 20px;
    color: #e60012;
    font-weight: bold;
    font-size: 43px; }
    @media screen and (max-width: 767px) {
      .p-campaign-mycar-contentnumber .value {
        font-size: 20px; } }

.p-campaign-mycar {
  margin: 0 auto !important;
  width: 100% !important; }

.p-campaign-mycar .l-main_section {
  margin: 0 auto !important;
  width: 760px !important;
  margin-bottom: 50px;
  padding-bottom: 20px; }

@media screen and (max-width: 767px) {
  .p-campaign-mycar .l-main_section {
    width: 95% !important;
    margin-bottom: 20px;
    padding-bottom: 15px; } }

.p-campaign-mycar .l-main_inner {
  margin: 0 auto; }

.p-campaign-mycar .medium_inner {
  width: 1000px;
  margin: 0 auto; }

.p-campaign-mycar .p-campaign-mycarkv {
  height: 245px;
  width: 100%;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  margin-bottom: 50px; }

@media screen and (max-width: 767px) {
  .p-campaign-mycar .p-campaign-mycarkv {
    margin-bottom: 10px; } }

.p-campaign-mycar .p-campaign-mycarkv .inner {
  margin: 0 auto;
  width: 1000px;
  height: 100%;
  background: url("/assets/img/campaign/mycar/index/pic_01_pc.png") center center no-repeat;
  background-size: auto;
  position: relative; }

.p-campaign-mycar .p-campaign-mycarkv .campaignloaninner {
  margin: 0 auto;
  width: 1000px;
  height: 100%;
  background: url("/assets/img/campaign/loan/index/pic_01_pc.png") center center no-repeat;
  background-size: auto;
  position: relative; }

.p-campaign-mycar .p-campaign-mycarkv .campaigneducationinner {
  margin: 0 auto;
  width: 1000px;
  height: 100%;
  background: url("/assets/img/campaign/education/index/pic_01_pc.png") center center no-repeat;
  background-size: auto;
  position: relative; }

.p-campaign-mycar .p-campaign-mycarkv .campaigncardloaninner {
  margin: 0 auto;
  width: 1000px;
  height: 100%;
  background: url("/assets/img/campaign/cardloan/index/pic_01_pc.jpg") center center no-repeat;
  background-size: auto;
  position: relative; }
  
.p-campaign-mycar .p-campaign-mycarkv .campaignmycar_premiuminner {
  margin: 0 auto;
  width: 1000px;
  height: 100%;
  background: url("/assets/img/campaign/mycar_premium/index/pic_01_pc.png") center center no-repeat;
  background-size: auto;
  position: relative; }
  
.p-campaign-mycar .p-campaign-mycarkv .campaignreforminner {
  margin: 0 auto;
  width: 1000px;
  height: 100%;
  background: url("/assets/img/campaign/reform/index/pic_01_pc.png") center center no-repeat;
  background-size: auto;
  position: relative; }
  
/* 202110 無担保金利ライトボックスページ化に伴う追加*/
.p-campaign-mycar .p-campaign-mycarkv .kinrimycarinner {
  margin: 0 auto;
  width: 1000px;
  height: 100%;
  background: url("/assets/img/kinri/mycar/pic_01_pc.jpg") center center no-repeat;
  background-size: auto;
  position: relative; }
  
.p-campaign-mycar .p-campaign-mycarkv .kinrimycar_premiuminner {
  margin: 0 auto;
  width: 1000px;
  height: 100%;
  background: url("/assets/img/kinri/mycar_premium/pic_01_pc.jpg") center center no-repeat;
  background-size: auto;
  position: relative; }
  
.p-campaign-mycar .p-campaign-mycarkv .kinrireforminner {
  margin: 0 auto;
  width: 1000px;
  height: 100%;
  background: url("/assets/img/kinri/reform/pic_01_pc.jpg") center center no-repeat;
  background-size: auto;
  position: relative; }


/* 202210 教育ローン金利ページ用追加*/
.p-campaign-mycar .p-campaign-mycarkv .kinrieducationinner {
  margin: 0 auto;
  width: 1000px;
  height: 100%;
  background: url("/assets/img/kinri/education/pic_01_pc.jpg") center center no-repeat;
  background-size: auto;
  position: relative; }
  


@media screen and (max-width: 767px) {
  .p-campaign-mycar .p-campaign-mycarkv .inner {
    background: url("/assets/img/campaign/mycar/index/pic_01_sp.png") center center no-repeat;
    width: 100%;
    background-size: contain; }
  .p-campaign-mycar .p-campaign-mycarkv .campaignloaninner {
    background: url("/assets/img/campaign/loan/index/pic_01_sp.png") center center no-repeat;
    width: 100%;
    background-size: contain; }
  .p-campaign-mycar .p-campaign-mycarkv .campaigneducationinner {
    background: url("/assets/img/campaign/education/index/pic_01_sp.png") center center no-repeat;
    width: 100%;
    background-size: contain; }
  .p-campaign-mycar .p-campaign-mycarkv .campaigncardloaninner {
    background: url("/assets/img/campaign/cardloan/index/pic_01_sp.jpg") center center no-repeat;
    width: 100%;
    background-size: contain; }
  .p-campaign-mycar .p-campaign-mycarkv .campaignmycar_premiuminner {
    background: url("/assets/img/campaign/mycar_premium/index/pic_01_sp.png") center center no-repeat;
    width: 100%;
    background-size: contain; }
  .p-campaign-mycar .p-campaign-mycarkv .campaignreforminner {
    background: url("/assets/img/campaign/reform/index/pic_01_sp.png") center center no-repeat;
    width: 100%;
    background-size: contain; }
  .p-campaign-mycar .p-campaign-mycarkv .kinrimycarinner {
    background: url("/assets/img/kinri/mycar/pic_01_sp.jpg") center center no-repeat;
    width: 100%;
    background-size: contain; }
  .p-campaign-mycar .p-campaign-mycarkv .kinrimycar_premiuminner {
    background: url("/assets/img/kinri/mycar_premium/pic_01_sp.jpg") center center no-repeat;
    width: 100%;
    background-size: contain; }
  .p-campaign-mycar .p-campaign-mycarkv .kinrireforminner {
    background: url("/assets/img/kinri/reform/pic_01_sp.jpg") center center no-repeat;
    width: 100%;
    background-size: contain; } 
/* 202210 教育ローン金利ページ用追加*/
  .p-campaign-mycar .p-campaign-mycarkv .kinrieducationinner {
    background: url("/assets/img/kinri/education/pic_01_sp.jpg") center center no-repeat;
    width: 100%;
    background-size: contain; }}

.p-campaign-mycar .p-campaign-mycarkv .inner .text {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  position: absolute;
  left: 20px;
  bottom: 5px;
  color: #fff; }

@media screen and (max-width: 767px) {
  .p-campaign-mycar .p-campaign-mycarkv .inner .text {
    font-size: 10px;
    width: 90%; } }

.p-campaign-mycar .p-campaign-mycarkv .inner .text span {
  font-weight: normal;
  font-size: 13px;
  display: block; }

@media screen and (max-width: 767px) {
  .p-campaign-mycar .p-campaign-mycarkv .inner .text span {
    font-size: 10px; } }

.p-campaign-mycar .info-area {
  position: relative; }

@media screen and (max-width: 767px) {
  .p-campaign-mycar .info-area {
    text-align: center; } }

@media screen and (max-width: 767px) {
  .p-campaign-mycar .info-area .c-txt-01 {
    text-align: center; } }

.p-campaign-mycar .info-area .tel {
  font-size: 28px;
  font-weight: 700;
  color: #666; }

.p-campaign-mycar .info-area .tel span {
  margin-left: 10px; }

.p-campaign-mycar .info-area .caution {
  text-align: left; }

@media screen and (max-width: 767px) {
  .p-campaign-mycar .info-area .caution {
    text-align: center; } }

.p-campaign-mycar .c-btn_03 b {
  display: inline-block; }

.p-campaign-mycar .p-campaign-mycar-block_conents {
  font-size: 0px; }

@media screen and (max-width: 767px) {
  .p-campaign-mycar .p-campaign-mycar-block_conents {
    width: 95%;
    margin: 0 auto; } }

.p-campaign-mycar .p-campaign-mycar-block_conents .item-content {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-right: 10px;
  width: 370px;
  margin-bottom: 15px; }

@media screen and (max-width: 767px) {
  .p-campaign-mycar .p-campaign-mycar-block_conents .item-content {
    width: 100%; } }

.p-campaign-mycar .p-campaign-mycar-block_conents .item-content:nth-child(2n) {
  margin-right: 10px; }

@media screen and (max-width: 767px) {
  .p-campaign-mycar .p-campaign-mycar-block_conents .item-content:nth-child(2n) {
    margin-right: 0; } }

.p-campaign-mycar .p-campaign-mycar-block_conents .item-content .small-text {
  font-size: 13px;
  margin-top: 10px;
  display: block; }

.p-campaign-mycar .p-campaign-mycar-block_conents .item {
  position: relative; }

.p-campaign-mycar .p-campaign-mycar-block_conents .item img {
  position: relative; }

@media screen and (max-width: 767px) {
  .p-campaign-mycar .p-campaign-mycar-block_conents .item img {
    max-width: 100%; } }

.p-campaign-mycar .p-campaign-mycar-block_conents .item .text {
  width: 285px;
  padding: 0 20px 0 11px;
  box-sizing: border-box;
  position: absolute;
  top: 130px;
  left: 86px;
  font-size: 14px;
  line-height: 1.4; }

@media screen and (max-width: 767px) {
  .p-campaign-mycar .p-campaign-mycar-block_conents .item .text {
    width: 75%;
    padding: 0 20px 0 11px;
    box-sizing: border-box;
    position: absolute;
    left: 22%;
    top: 0;
    font-size: 12px;
    line-height: 1.4; } }

@media screen and (max-width: 767px) {
  .p-campaign-mycar .p-campaign-mycar-block_conents .item .text.box-01 {
    top: 60%; } }

@media screen and (max-width: 767px) {
  .p-campaign-mycar .p-campaign-mycar-block_conents .item .text.box-02 {
    top: 54%; } }

@media screen and (max-width: 767px) {
  .p-campaign-mycar .p-campaign-mycar-block_conents .item .text.box-03 {
    top: 64%; } }

.p-campaign-mycar .p-campaign-mycar-block_conents .item .c-textlink {
  margin-top: 10px;
  display: block; }

.p-campaign-mycar .p-campaign-mycar-block_btn {
  font-size: 16px; }

@media screen and (max-width: 767px) {
  .p-campaign-mycar .p-campaign-mycar-block_btn {
    font-size: 13px; } }

.p-campaign-mycar .p-campaign-mycar-block_btn02:before {
  background: url(/assets/img/campaign/mycar/index/btn_01.png) center center no-repeat !important;
  background-size: contain !important; }

.p-campaign-mycar .p-campaign-mycar-block_btn03 {
  border: 2px solid #e60012; }

.p-campaign-mycar .p-campaign-mycar-block_btn03:before {
  border-right: 2px solid #e60012;
  background: url(/assets/img/campaign/mycar/index/btn_02.png) center center no-repeat !important;
  background-size: contain !important; }

.p-campaign-mycar .p-campaign-mycar-block_hdg {
  padding-top: 50px; }

@media screen and (max-width: 767px) {
  .p-campaign-mycar .p-campaign-mycar-block_hdg {
    padding-top: 30px; } }

.p-campaign-mycar hr {
  display: none; }

@media screen and (max-width: 767px) {
  .p-campaign-mycar hr {
    display: block;
    margin: 5px 0 20px 0;
    border: none;
    height: 1px;
    width: 100%;
    background: #ddd; } }

.p-campaign-mycar-modal {
  margin: 0 auto;
  width: 600px;
  max-height: 700px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.8);
  padding: 60px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 10px;
  overflow: auto; }

@media screen and (max-width: 767px) {
  .p-campaign-mycar-modal {
    width: 95%;
    max-height: 78%;
    padding: 20px; } }

.p-campaign-mycar-modal h2 {
  margin-bottom: 10px; }

.p-campaign-mycar-modal .btn-container {
  display: block;
  font-size: 0px;
  padding: 0;
  margin-bottom: 0;
  border: none; }

.p-campaign-mycar-modal .btn-container li {
  display: inline-block;
  width: 48.9%;
  border-radius: 10px;
  height: 100px;
  box-sizing: border-box;
  line-height: 100px;
  font-size: 18px;
  padding: 0;
  border: none;
  background: #00cc66;
  box-shadow: 0px 4px 2px 0px #009933;
  text-align: center;
  margin-right: 10px;
  color: #fff;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.17);
  transition: all 0.2s ease; }

.p-campaign-mycar-modal .btn-container li:hover {
  box-shadow: 1px 5px 15px grey; }

.p-campaign-mycar-modal .btn-container li:last-child {
  margin-right: 0px; }

@media screen and (max-width: 767px) {
  .p-campaign-mycar-modal .btn-container li {
    width: 48.1%;
    height: 50px;
    font-size: 14px;
    line-height: 50px; } }

.p-campaign-mycar-modal .btn-container li.is-active:after {
  display: none; }

.p-campaign-mycar-modal .btn-container.is-tabview {
  border-bottom: 1px solid #ddd; }

.p-campaign-mycar-modal .btn-container.is-tabview li {
  height: 50px;
  line-height: 50px;
  border: 1px solid #ddd;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  box-shadow: none;
  background: #fff;
  color: #000;
  text-shadow: none; }

.p-campaign-mycar-modal .btn-container.is-tabview li.is-active {
  background: #fff;
  border-bottom: 1px solid #fff;
  color: #000; }

@media screen and (max-width: 767px) {
  .p-campaign-mycar-modal .btn-container.is-tabview li {
    height: 30px;
    line-height: 30px; } }

.p-campaign-mycar-modal .btn-container.is-tabview li:after {
  display: block; }

.p-campaign-mycar-modal .btn-container.is-tabview .c-btn_01 {
  -webkit-transform: none;
  transform: none;
  zoom: 1; }

.p-campaign-mycar-modal .btn-container.is-tabview .c-btn_01 {
  -webkit-transform: none;
  transform: none;
  zoom: 1; }

.p-campaign-mycar-modal .p-campaign-mycar-modalinner {
  padding: 0 50px 30px 50px;
  box-sizing: border-box;
  transition: 0.4s;
  border: 1px solid #ddd;
  border-top: none; }

@media screen and (max-width: 767px) {
  .p-campaign-mycar-modal .p-campaign-mycar-modalinner {
    padding: 0 25px 15px 25px; } }

.p-campaign-mycar-modal .p-campaign-mycar-modalinner figure {
  margin-bottom: 20px; }

@media screen and (max-width: 767px) {
  .p-campaign-mycar-modal .p-campaign-mycar-modalinner figure {
    margin-bottom: 10px; } }

.p-campaign-mycar-modal .p-campaign-mycar-modalinner > .c-btn_01 {
  width: 100%;
  max-width: 100%; }

.p-campaign-mycar-modal .p-campaign-mycar-modalinner ul {
  margin: 20px 0 10px 20px; }

.p-campaign-mycar-modal .p-campaign-mycar-modalinner li {
  font-size: 14px;
  color: #666; }

.p-campaign-mycar-modal .c-btn-text {
  margin-top: 20px;
  min-width: 200px; }

.p-campaign-mycar-modal .c-btn_01 {
  max-width: 100%;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
  z-index: 99999;
  visibility: visible;
  font-weight: normal; }

.p-campaign-mycar-modal .modal_cv {
  background: #00cc66;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 4px 2px 0px #009933;
  font-size: 22px;
  text-align: center;
  width: 100%;
  display: block;
  position: relative;
  padding: 5px 0;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.17);
  line-height: 1;
  transition: 0.2s all ease; }

.p-campaign-mycar-modal .modal_cv:hover {
  box-shadow: 0px 6px 6px 0px #009933; }

@media screen and (max-width: 767px) {
  .p-campaign-mycar-modal .modal_cv {
    padding: 2px 0;
    font-size: 17px; } }

.p-campaign-mycar-modal .modal_cv span {
  font-size: 16px;
  line-height: 1;
  display: block;
  margin: 5px 0; }

@media screen and (max-width: 767px) {
  .p-campaign-mycar-modal .modal_cv span {
    font-size: 11px; } }

.p-campaign-mycar-modal .modal_cv.is-target:after {
  content: '';
  background: url(/assets/img/common/icon/icon_newtab-w.png) no-repeat !important;
  width: 20px;
  height: 20px;
  background-size: contain !important;
  top: inherit;
  bottom: 5px;
  left: inherit;
  right: 10px;
  position: absolute; }

.p-campaign-mycar-modal .info-area {
  text-align: center; }

.p-campaign-mycar-modal .info-area .c-txt-01 {
  text-align: center; }

#tooltips_01 {
  position: absolute;
  right: 0px;
  bottom: -200px;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  z-index: 9999; }
  #tooltips_01 .tooltips-close {
    text-decoration: underline;
    color: #e60012;
    cursor: pointer; }

#tooltips_02 {
  position: absolute;
  right: 0px;
  bottom: -200px;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  background: #fff;
  padding: 10px;
  z-index: 9999;
  border-radius: 10px; }
  #tooltips_02 .tooltips-close {
    text-decoration: underline;
    color: #e60012;
    cursor: pointer; }

.caution_01, .caution_02 {
  cursor: pointer; }

.modal-close {
  cursor: pointer; }

.modal-open {
  cursor: pointer; }

.p-campaign-mycar-modal {
  margin: 0 auto;
  width: 600px;
  max-height: 700px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.8);
  padding: 60px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 10px;
  overflow: auto; }
  @media screen and (max-width: 767px) {
    .p-campaign-mycar-modal {
      width: 95%;
      max-height: 78%;
      padding: 20px; } }
  .p-campaign-mycar-modal h2 {
    margin-bottom: 10px; }
  .p-campaign-mycar-modal .btn-container {
    display: block;
    font-size: 0px;
    padding: 0;
    margin-bottom: 0;
    border: none; }
    .p-campaign-mycar-modal .btn-container li {
      display: inline-block;
      width: 48.9%;
      border-radius: 10px;
      height: 100px;
      box-sizing: border-box;
      line-height: 100px;
      font-size: 18px;
      padding: 0;
      border: none;
      background: #00cc66;
      box-shadow: 0px 4px 2px 0px #009933;
      text-align: center;
      margin-right: 10px;
      color: #fff;
      text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.17);
      transition: all 0.2s ease; }
      .p-campaign-mycar-modal .btn-container li:hover {
        box-shadow: 1px 5px 15px grey; }
      .p-campaign-mycar-modal .btn-container li:last-child {
        margin-right: 0px; }
      @media screen and (max-width: 767px) {
        .p-campaign-mycar-modal .btn-container li {
          width: 48.1%;
          height: 50px;
          font-size: 14px;
          line-height: 50px; } }
      .p-campaign-mycar-modal .btn-container li.is-active:after {
        display: none; }
    .p-campaign-mycar-modal .btn-container.is-tabview {
      border-bottom: 1px solid #ddd; }
      .p-campaign-mycar-modal .btn-container.is-tabview li {
        height: 50px;
        line-height: 50px;
        border: 1px solid #ddd;
        border-bottom: none;
        border-radius: 10px 10px 0 0;
        box-shadow: none;
        background: #fff;
        color: #000;
        text-shadow: none; }
        .p-campaign-mycar-modal .btn-container.is-tabview li.is-active {
          background: #fff;
          border-bottom: 1px solid #fff;
          color: #000; }
        @media screen and (max-width: 767px) {
          .p-campaign-mycar-modal .btn-container.is-tabview li {
            height: 30px;
            line-height: 30px; } }
        .p-campaign-mycar-modal .btn-container.is-tabview li:after {
          display: block; }
      .p-campaign-mycar-modal .btn-container.is-tabview .c-btn_01 {
        -webkit-transform: none;
        transform: none;
        zoom: 1; }
      .p-campaign-mycar-modal .btn-container.is-tabview .c-btn_01 {
        -webkit-transform: none;
        transform: none;
        zoom: 1; }
  .p-campaign-mycar-modal .p-campaign-mycar-modalinner {
    padding: 0 50px 30px 50px;
    box-sizing: border-box;
    transition: 0.4s;
    border: 1px solid #ddd;
    border-top: none; }
    @media screen and (max-width: 767px) {
      .p-campaign-mycar-modal .p-campaign-mycar-modalinner {
        padding: 0 25px 15px 25px; } }
    .p-campaign-mycar-modal .p-campaign-mycar-modalinner figure {
      margin-bottom: 20px; }
      @media screen and (max-width: 767px) {
        .p-campaign-mycar-modal .p-campaign-mycar-modalinner figure {
          margin-bottom: 10px; } }
    .p-campaign-mycar-modal .p-campaign-mycar-modalinner > .c-btn_01 {
      width: 100%;
      max-width: 100%; }
    .p-campaign-mycar-modal .p-campaign-mycar-modalinner ul {
      margin: 20px 0 10px 20px; }
    .p-campaign-mycar-modal .p-campaign-mycar-modalinner li {
      font-size: 14px;
      color: #666; }
  .p-campaign-mycar-modal .c-btn-text {
    margin-top: 20px;
    min-width: 200px; }
  .p-campaign-mycar-modal .c-btn_01 {
    max-width: 100%;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
    z-index: 99999;
    visibility: visible;
    font-weight: normal; }
  .p-campaign-mycar-modal .modal_cv {
    background: #00cc66;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 4px 2px 0px #009933;
    font-size: 22px;
    text-align: center;
    width: 100%;
    display: block;
    position: relative;
    padding: 5px 0;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.17);
    line-height: 1;
    transition: 0.2s all ease; }
    .p-campaign-mycar-modal .modal_cv:hover {
      box-shadow: 0px 6px 6px 0px #009933; }
    @media screen and (max-width: 767px) {
      .p-campaign-mycar-modal .modal_cv {
        padding: 2px 0;
        font-size: 17px; } }
    .p-campaign-mycar-modal .modal_cv span {
      font-size: 16px;
      line-height: 1;
      display: block;
      margin: 5px 0; }
      @media screen and (max-width: 767px) {
        .p-campaign-mycar-modal .modal_cv span {
          font-size: 11px; } }
    .p-campaign-mycar-modal .modal_cv.is-target:after {
      content: '';
      background: url(/assets/img/common/icon/icon_newtab-w.png) no-repeat !important;
      width: 20px;
      height: 20px;
      background-size: contain !important;
      top: inherit;
      bottom: 5px;
      left: inherit;
      right: 10px;
      position: absolute; }
  .p-campaign-mycar-modal .info-area {
    text-align: center; }
    .p-campaign-mycar-modal .info-area .c-txt-01 {
      text-align: center; }

#tooltips_01 {
  position: absolute;
  right: 0px;
  bottom: -200px;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  z-index: 9999; }
  #tooltips_01 .tooltips-close {
    text-decoration: underline;
    color: #e60012;
    cursor: pointer; }

#tooltips_02 {
  position: absolute;
  right: 0px;
  bottom: -200px;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  background: #fff;
  padding: 10px;
  z-index: 9999;
  border-radius: 10px; }
  #tooltips_02 .tooltips-close {
    text-decoration: underline;
    color: #e60012;
    cursor: pointer; }

.caution_01, .caution_02 {
  cursor: pointer; }

.modal-close {
  cursor: pointer; }

.modal-open {
  cursor: pointer; }

.p-company-common__list {
  display: none; }
  @media screen and (max-width: 767px) {
    .p-company-common__list {
      margin: 0 auto;
      margin-top: 30px !important;
      margin-bottom: 15px !important;
      width: 92% !important;
      border: none !important;
      overflow: visible !important; } }
  .p-company-common__list li {
    display: none; }
    @media screen and (max-width: 767px) {
      .p-company-common__list li {
        border-radius: 10px;
        font-size: 11px !important;
        width: 49%;
        margin-bottom: 10px !important;
        text-align: center;
        -ms-flex-preferred-size: 49% !important;
        flex-basis: 49% !important;
        background: none !important;
        color: #333 !important;
        vertical-align: top;
        display: inline-block;
        box-sizing: border-box;
        border: 1px solid #ddd; }
        .p-company-common__list li:nth-child(odd) {
          margin-right: 2%; }
        .p-company-common__list li a {
          padding: 10px 5px !important;
          color: inherit !important;
          display: block;
          text-decoration: none; } }
    @media screen and (max-width: 767px) {
      .p-company-common__list li:last-child {
        border-bottom: 1px solid #ddd !important; } }
    .p-company-common__list li:after {
      display: none !important; }

.p-company-index__container {
  margin-bottom: 50px !important;
  padding-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .p-company-index__container {
      margin: auto !important;
      width: 92% !important;
      margin-bottom: 40px !important;
      padding-bottom: 20px; } }
  .p-company-index__container .c-grid-container.p-company-index__news {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    @media screen and (max-width: 767px) {
      .p-company-index__container .c-grid-container.p-company-index__news {
        display: block;
        margin-bottom: 0; } }
    .p-company-index__container .c-grid-container.p-company-index__news .c-grid-item {
      -ms-flex-negative: 0;
      flex-shrink: 0; }
  .p-company-index__container-01 {
    width: 100% !important;
    margin-bottom: 40px !important; }
    .p-company-index__container-01 .p-index-hdg01 {
      margin-bottom: 0;
      margin: auto;
      width: 1000px; }
      @media screen and (max-width: 767px) {
        .p-company-index__container-01 .p-index-hdg01 {
          width: 92%;
          text-align: left;
          margin-bottom: 20px; } }
  .p-company-index__container .p-company-index__list__container-news {
    margin: 0 20px 0 auto; }
  .p-company-index__container .p-company-index__list__container-info {
    margin: 0 20px 0 auto; }
    @media screen and (max-width: 767px) {
      .p-company-index__container .p-company-index__list__container-info {
        margin-bottom: 20px; } }
  .p-company-index__container .p-index-btn04 {
    position: relative; }
    @media screen and (max-width: 767px) {
      .p-company-index__container .p-index-btn04 {
        margin-right: 0; } }
  .p-company-index__container .p-index-btn04.is-target:after {
    content: '';
    background: url(/assets/img/common/icon/icon_newtab.png) no-repeat center center !important;
    width: 10px;
    height: 10px;
    background-size: contain !important;
    top: 43%;
    left: inherit;
    right: 12px;
    position: absolute; }

.p-company-index__slider li {
  border-radius: 10px;
  overflow: hidden; }

.p-company-index__slider .slick-next {
  left: 975px;
  border-radius: 10px 0 0 10px !important; }
  .p-company-index__slider .slick-next:before {
    right: 4px; }
    @media screen and (max-width: 767px) {
      .p-company-index__slider .slick-next:before {
        right: 0px; } }
  @media screen and (max-width: 767px) {
    .p-company-index__slider .slick-next {
      left: auto;
      border-radius: 5px 0 0 5px !important; } }

.p-company-index__slider .slick-prev {
  border-radius: 0 10px 10px 0 !important; }
  .p-company-index__slider .slick-prev:before {
    left: 4px; }
    @media screen and (max-width: 767px) {
      .p-company-index__slider .slick-prev:before {
        left: 0; } }
  @media screen and (max-width: 767px) {
    .p-company-index__slider .slick-prev {
      border-radius: 0 5px 5px 0 !important; } }

.p-company-index__block__container {
  font-size: 0px; }

.p-company-index__block__item {
  width: 325px;
  margin: 0 11px 10px 0;
  vertical-align: top;
  display: inline-block;
  overflow: hidden;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
  border-radius: 10px;
  border: 1px solid #ccc; }
  .p-company-index__block__item:hover {
    box-shadow: 1px 5px 15px grey; }
    @media screen and (max-width: 767px) {
      .p-company-index__block__item:hover {
        box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); } }
  @media screen and (max-width: 767px) {
    .p-company-index__block__item {
      width: 48.2%;
      margin-right: 10px; } }
  @media screen and (max-width: 767px) {
    .p-company-index__block__item:nth-child(2n) {
      margin-right: 0px !important; } }
  .p-company-index__block__item:nth-child(3n) {
    margin-right: 0px; }
    @media screen and (max-width: 767px) {
      .p-company-index__block__item:nth-child(3n) {
        margin-right: 10px; } }
  .p-company-index__block__item img {
    width: 100%; }
  .p-company-index__block__item .text {
    text-align: center;
    height: 50px; }
    @media screen and (max-width: 767px) {
      .p-company-index__block__item .text {
        height: auto; } }
    .p-company-index__block__item .text p {
      line-height: 50px;
      font-size: 20px; }
      @media screen and (max-width: 767px) {
        .p-company-index__block__item .text p {
          font-size: 15px;
          line-height: normal;
          padding: 10px 0; } }
      @media screen and (max-width: 767px) {
        .p-company-index__block__item .text p span {
          font-size: 10px; } }

.p-company-index__block__imgItem {
  width: 24.8%;
  height: auto;
  margin-right: 0.1%;
  display: inline-block;
  position: relative;
  transition: 0.2s -webkit-transform ease;
  transition: 0.2s transform ease;
  transition: 0.2s transform ease, 0.2s -webkit-transform ease; }
  .p-company-index__block__imgItem:after {
    transition: 0.2s all ease;
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    left: 0;
    top: 0; }
  .p-company-index__block__imgItem p {
    font-size: 18px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99; }
  .p-company-index__block__imgItem img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  .p-company-index__block__imgItem:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  .p-company-index__block__imgItem:hover:after {
    opacity: 1; }

@media screen and (max-width: 767px) {
  .p-company-index__block__panelitem {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    margin: 0;
    min-height: 100%; } }

@media screen and (max-width: 767px) {
  .p-company-index__block__panelitem:after {
    display: none; } }

.p-company-index__list .allbtn {
  border: 1px solid #ddd;
  margin: 0 auto;
  padding: 5px 10px;
  display: block;
  border-radius: 5px;
  position: relative;
  top: auto;
  right: auto;
  line-height: inherit;
  height: auto; }

@media screen and (max-width: 767px) {
  .p-company-index__list {
    display: block; } }

@media screen and (max-width: 767px) {
  .p-company-index__list.is-hide {
    display: none; } }

@media screen and (max-width: 767px) {
  .p-company-index__list__container {
    margin: auto;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #ccc;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    background: #fff;
    margin-bottom: 20px; } }

@media screen and (max-width: 767px) {
  .p-company-index__list__hdg {
    font-size: 20px;
    height: 75px;
    padding: 0 15px;
    line-height: 75px;
    font-weight: 300;
    margin: 0;
    text-align: left;
    position: relative;
    box-sizing: border-box; } }

@media screen and (max-width: 767px) {
  .p-company-index__list__hdg:after {
    content: '';
    display: block;
    -webkit-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
    top: 45%;
    right: 15px;
    border-top: 1px solid;
    border-right: 1px solid;
    position: absolute;
    -webkit-transform-origin: 50% 80%;
    transform-origin: 50% 80%;
    width: 10px;
    height: 10px;
    border-color: #666; } }

@media screen and (max-width: 767px) {
  .p-company-index__list__hdg.is-active:after {
    top: 25% !important;
    right: 25px;
    -webkit-transform: rotate(135deg) translateY(-50%);
    transform: rotate(135deg) translateY(-50%); } }

.p-company-index__btn {
  line-height: 1.2;
  padding: 10px 20px;
  height: auto; }

.p-company-index__icon_01 {
  background-size: cover;
  background-image: url(/assets/img/company/index/icon_menu_01.png); }

.p-company-index__icon_02 {
  background-size: cover;
  background-image: url(/assets/img/company/index/icon_menu_02.png); }

.p-company-index__icon_03 {
  background-size: cover;
  background-image: url(/assets/img/company/index/icon_menu_03.png); }

.p-company-index__icon_04 {
  background-size: cover;
  background-image: url(/assets/img/company/index/icon_menu_04.png); }

.p-company-index__icon_05 {
  background-size: cover;
  background-image: url(/assets/img/company/index/icon_menu_05.png); }

.p-company-index__btnarea .p-company-info-plan-btn03.is-single {
  max-width: 326px; }
  @media screen and (max-width: 767px) {
    .p-company-index__btnarea .p-company-info-plan-btn03.is-single {
      max-width: 100%; } }

.p-company-csrcs .column-item {
  min-width: 20%;
  max-width: 20%; }
  .p-company-csrcs .column-item.last-item {
    min-width: 80%;
    max-width: 80%; }
    .p-company-csrcs .column-item.last-item .desc {
      padding-top: 0; }

.p-company-csr-news.l-main_content.p-index-pageContainer {
  width: auto; }

.p-company-csr-textadjust {
  display: block;
  margin: 20px 0 10px 20px; }

.p-company-info-diversity__list {
  margin-bottom: 10px; }

.p-company-info-plan-txt {
  font-size: 26px; }
  @media screen and (max-width: 767px) {
    .p-company-info-plan-txt {
      font-size: 17px; } }

.p-company-info-plan-number {
  font-size: 40px !important; }
  @media screen and (max-width: 767px) {
    .p-company-info-plan-number {
      font-size: 38px !important; } }

@media screen and (max-width: 767px) {
  .p-company-info-plan-number02 {
    width: 49%; } }

@media screen and (max-width: 767px) {
  .p-company-info-plan-numberContainer {
    padding-left: 0;
    padding-right: 0; } }

@media screen and (max-width: 767px) {
  .p-company-info-plan-numberContainer:last-child {
    padding-bottom: 0; } }

@media screen and (max-width: 767px) {
  .p-company-info-plan-numberContainer:last-child .p-loan-housing-item {
    margin-bottom: 0; } }

.p-company-info-plan-container .c-unit-flex.p-loan-housing-itemcontainer {
  margin-bottom: 30px; }

@media screen and (max-width: 767px) {
  .p-company-info-plan-btn03_wrapper {
    margin-bottom: 0; } }

.p-company-info-plan-btn03_wrapper.c-grid-container {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
  min-width: 760px; }
  @media screen and (max-width: 767px) {
    .p-company-info-plan-btn03_wrapper.c-grid-container {
      min-width: 100%; } }
  @media screen and (min-width: 768px) and (max-width: 1025px) {
    .p-company-info-plan-btn03_wrapper.c-grid-container {
      min-width: auto; } }

@media screen and (max-width: 767px) {
  .p-company-info-plan-btn03_wrapper .c-grid-item {
    margin: 0; } }

.p-company-info-plan-btn03 {
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 25px;
  height: 50px;
  font-size: 13px;
  line-height: 50px;
  color: #666;
  margin-right: 10px;
  background: #fff;
  text-align: center;
  transition: 0.2s all ease;
  height: 50px;
  line-height: 50px; }
  @media screen and (max-width: 767px) {
    .p-company-info-plan-btn03 {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
      -ms-flex-pack: center;
      justify-content: center;
      max-width: 100%;
      line-height: 1.4;
      font-size: 10px;
      text-align: center;
      padding: 8px 7px;
      height: auto;
      margin-right: 0;
      margin-bottom: 20px !important; } }
  @media screen and (min-width: 768px) and (max-width: 1025px) {
    .p-company-info-plan-btn03 {
      line-height: 1.3;
      padding: 12px 5px 10px 5px !important; } }
  .p-company-info-plan-btn03:hover {
    background: #aaa;
    color: #fff; }
  .p-company-info-plan-btn03.last {
    margin-right: 0;
    margin-top: 0; }
    @media screen and (max-width: 767px) {
      .p-company-info-plan-btn03.last {
        width: 100%;
        max-width: 100%; } }
  .p-company-info-plan-btn03.is-single {
    max-width: 246px; }
    @media screen and (max-width: 767px) {
      .p-company-info-plan-btn03.is-single {
        width: 100%;
        max-width: 100%; } }
    @media screen and (min-width: 768px) and (max-width: 1025px) {
      .p-company-info-plan-btn03.is-single {
        max-width: 208px; } }

.p-company-ir-finance-table.c-table-01 tbody tr td {
  vertical-align: middle;
  text-align: center; }

@media screen and (min-width: 768px) and (max-width: 1025px) {
  .p-companyrecruit__wrapper {
    width: 100% !important; } }

.p-companyrecruit__kv {
  width: 100%;
  max-width: 1000px;
  height: 448px;
  margin-top: 30px;
  padding: 285px 25px 25px 25px;
  box-sizing: border-box;
  border-radius: 10px;
  position: relative;
  background: url(/assets/img/company/recruit/keyvisual_pc.jpg) top left no-repeat;
  background-size: contain; }
  @media screen and (max-width: 767px) {
    .p-companyrecruit__kv {
      max-width: 100%;
      width: 100%;
      padding: 15px;
      height: auto;
      background: url(/assets/img/company/recruit/keyvisual_sp.jpg) top left no-repeat;
      background-size: cover;
      padding-top: 89%;
      border-radius: 0px; } }
  @media screen and (min-width: 768px) and (max-width: 1025px) {
    .p-companyrecruit__kv {
      max-width: 100%;
      padding: 255px 25px 25px 25px; } }

.p-companyrecruit__kvcontent {
  font-size: 0px; }
  .p-companyrecruit__kvcontent-01 {
    vertical-align: top;
    display: inline-block;
    background: #fff;
    padding: 25px;
    box-sizing: border-box;
    border-radius: 10px;
    width: 325px;
    height: 150px; }
    @media screen and (max-width: 767px) {
      .p-companyrecruit__kvcontent-01 {
        position: absolute;
        width: 92%;
        padding: 15px;
        bottom: 6%;
        height: auto; } }
  .p-companyrecruit__kvcontent-01title {
    font-size: 20px;
    line-height: 1;
    text-align: center;
    font-weight: normal;
    margin-bottom: 20px; }
  .p-companyrecruit__kvcontent-01button {
    position: relative;
    width: 100%;
    color: #fff;
    line-height: 1;
    padding: 20px 0;
    text-align: center;
    display: block;
    background: #e60012;
    font-size: 16px;
    border-radius: 10px;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease;
    cursor: pointer; }
    .p-companyrecruit__kvcontent-01button:hover {
      box-shadow: 1px 5px 15px grey; }
      @media screen and (max-width: 767px) {
        .p-companyrecruit__kvcontent-01button:hover {
          box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); } }
    .p-companyrecruit__kvcontent-01button:after {
      content: '';
      background: url(/assets/img/common/icon/icon_newtab-w.png) no-repeat center center !important;
      width: 1em;
      height: 1em;
      background-size: contain !important;
      left: inherit;
      display: inline-block;
      vertical-align: middle;
      margin: 0 4px; }
  .p-companyrecruit__kvcontent-02 {
    margin-left: 5px;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    width: 620px;
    height: 150px; }
    @media screen and (max-width: 767px) {
      .p-companyrecruit__kvcontent-02 {
        display: none; } }
    @media screen and (min-width: 768px) and (max-width: 1025px) {
      .p-companyrecruit__kvcontent-02 {
        width: 560px; } }
  .p-companyrecruit__kvcontent-02title {
    font-size: 20px;
    line-height: 1;
    text-align: left;
    font-weight: normal;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .p-companyrecruit__kvcontent-02title {
        margin-bottom: 10px;
        margin-top: 30px; } }
  .p-companyrecruit__kvcontent-02list {
    height: 85px;
    overflow-y: scroll;
    border-top: 1px solid #ccc; }
    .p-companyrecruit__kvcontent-02list li {
      font-size: 14px;
      border-bottom: 1px solid #ccc;
      position: relative;
      box-sizing: border-box;
      overflow: hidden; }
      .p-companyrecruit__kvcontent-02list li:after {
        content: '';
        width: 0;
        position: absolute;
        top: 10px;
        left: 10px;
        height: 0;
        border-style: solid;
        display: inline-block;
        border-width: 5px 0 5px 4px;
        border-color: transparent transparent transparent #e60012; }
      .p-companyrecruit__kvcontent-02list li a {
        transition: 0.2s ease;
        transition-property: color ,background-color;
        padding: 5px 10px 5px 20px;
        display: -ms-flexbox;
        display: flex;
        color: #666;
        cursor: pointer; }
        .p-companyrecruit__kvcontent-02list li a:hover {
          color: #e60012;
          -webkit-text-decoration-color: #e60012;
          text-decoration-color: #e60012;
          background: #ffeeee; }
        .p-companyrecruit__kvcontent-02list li a span {
          width: 17%;
          margin-right: 3%;
          max-width: 17%; }
        .p-companyrecruit__kvcontent-02list li a p {
          width: 80%;
          max-width: 80%; }

.p-companyrecruit__gridcontainer {
  font-size: 0px;
  margin-top: 20px;
  margin-bottom: 50px;
  padding-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .p-companyrecruit__gridcontainer {
      margin: 0 auto;
      width: 92%;
      margin-top: 50px; } }

.p-companyrecruit__griditem {
  width: 325px;
  overflow: hidden;
  height: 250px;
  position: relative;
  background: #fff;
  vertical-align: top;
  display: inline-block;
  border-radius: 10px;
  border: 1px solid #ccc;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
  margin-right: 10px; }
  .p-companyrecruit__griditem:hover {
    box-shadow: 1px 5px 15px grey; }
    @media screen and (max-width: 767px) {
      .p-companyrecruit__griditem:hover {
        box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); } }
  .p-companyrecruit__griditem:after {
    content: '';
    background: url(/assets/img/common/icon/icon_newtab.png) no-repeat center center !important;
    width: 15px;
    height: 15px;
    background-size: contain !important;
    left: inherit;
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px; }
    @media screen and (max-width: 767px) {
      .p-companyrecruit__griditem:after {
        width: 10px;
        height: 10px; } }
  @media screen and (max-width: 767px) {
    .p-companyrecruit__griditem {
      width: 100%;
      height: auto;
      margin-bottom: 10px; } }
  @media screen and (min-width: 768px) and (max-width: 1025px) {
    .p-companyrecruit__griditem {
      width: 32.5%; } }
  .p-companyrecruit__griditem:last-child {
    margin-right: 0px; }
  .p-companyrecruit__griditem img {
    max-width: 100%; }
  .p-companyrecruit__griditem-textarea {
    padding: 15px;
    box-sizing: border-box; }
  .p-companyrecruit__griditem-title {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: normal;
    line-height: 1.4;
    text-align: left; }
  .p-companyrecruit__griditem-text {
    font-size: 16px;
    color: #888;
    line-height: 1.6;
    text-align: left; }

.p-companyrecruit__sponly {
  display: none; }
  @media screen and (max-width: 767px) {
    .p-companyrecruit__sponly {
      display: block; } }
  .p-companyrecruit__sponly-hdg {
    color: #666;
    margin-top: 50px; }

.p-film_library-btn:nth-child(3n) {
  margin-right: 0; }

.p-film_library-btn:nth-child(n+4) {
  margin-top: 20px; }
  @media screen and (max-width: 767px) {
    .p-film_library-btn:nth-child(n+4) {
      margin-top: 0; } }

@media screen and (max-width: 767px) {
  .p-english-corporate-message.c-media_01.is-border img {
    max-width: 150px; } }

.is-en .p-index__mv {
  width: 740px; }
  @media screen and (max-width: 767px) {
    .is-en .p-index__mv {
      margin-top: 20px;
      width: 100%; } }

.is-en .p-index__img01 {
  display: inline-block;
  width: 500px;
  margin-right: 34px; }
  @media screen and (max-width: 767px) {
    .is-en .p-index__img01 {
      width: 70%;
      margin-right: 0; } }

.is-en .p-index__img01 img {
  width: 500px; }
  @media screen and (max-width: 767px) {
    .is-en .p-index__img01 img {
      width: 100%; } }

.is-en .p-index__img02 img {
  width: 200px; }
  @media screen and (max-width: 767px) {
    .is-en .p-index__img02 img {
      width: 28%; } }

@media screen and (min-width: 768px) and (max-width: 1025px) {
  .p-faq__head {
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 15px !important; } }

@media screen and (max-width: 767px) {
  .p-faq__hdg {
    margin-top: 30px; } }

.p-faq__form {
  width: 600px;
  position: relative;
  margin: 0;
  height: 50px;
  line-height: 50px; }
  @media screen and (max-width: 767px) {
    .p-faq__form {
      width: 100%; } }
  .p-faq__form input[type="image"] {
    width: 63px; }
    @media screen and (max-width: 767px) {
      .p-faq__form input[type="image"] {
        width: auto;
        z-index: 999;
        height: 100%; } }
  @media screen and (max-width: 767px) {
    .p-faq__form input[type="text"] {
      padding: 0 65px 0 10px;
      box-sizing: border-box; } }
  .p-faq__form input[type="text"]::-webkit-input-placeholder {
    font-size: 11px; }
  .p-faq__form input[type="text"]:-ms-input-placeholder {
    font-size: 11px; }
  .p-faq__form input[type="text"]::placeholder {
    font-size: 11px; }

.p-faq__layout {
  margin: 30px 0 0 0; }
  .p-faq__layout--left {
    width: 228px;
    padding-right: 20px;
    box-sizing: border-box;
    vertical-align: top;
    display: inline-block; }
    @media screen and (max-width: 767px) {
      .p-faq__layout--left {
        width: 100%;
        padding-right: 0; } }
  .p-faq__layout--right {
    width: 524px;
    box-sizing: border-box;
    vertical-align: top;
    display: inline-block; }
    @media screen and (max-width: 767px) {
      .p-faq__layout--right {
        width: 100%; } }

.p-faq__list--001 {
  padding: 0 0 0 35px;
  box-sizing: border-box; }
  @media screen and (max-width: 767px) {
    .p-faq__list--001 {
      width: 100%;
      padding-right: 0; } }
  .p-faq__list--001 li {
    margin: 0 0px 10px 10px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 1.7;
    border-bottom: 1px solid #ddd; }
    @media screen and (max-width: 767px) {
      .p-faq__list--001 li {
        font-size: 15px; } }
    .p-faq__list--001 li a {
      color: #666; }
  .p-faq__list--001 span {
    margin: 0 15px 0 -45px;
    font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
    font-weight: bold;
    line-height: 1.3;
    border: 2px solid #e60012;
    color: #e60012;
    font-size: 20px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center; }

.p-faq__list--002 li {
  margin: 0 10px 10px 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd; }
  .p-faq__list--002 li a {
    color: #666; }

.p-faq__list--002 span {
  margin-right: 20px; }

.p-faq__btn {
  transition: all 0.2s ease;
  box-shadow: none; }
  .p-faq__btn:hover {
    background: #666;
    color: #fff; }
  .p-faq__btn:hover {
    box-shadow: none; }

.p-faq__caption {
  position: absolute;
  font-size: 12px;
  margin: 17px 0 0 20px;
  font-weight: normal; }

.p-faq__anchor {
  display: none; }
  @media screen and (max-width: 767px) {
    .p-faq__anchor {
      display: -ms-flexbox;
      display: flex;
      font-size: 0px; } }
  .p-faq__anchor li {
    display: none;
    font-size: 14px; }
    @media screen and (max-width: 767px) {
      .p-faq__anchor li {
        width: 33.3333%;
        padding: 10px 10px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        border: 1px solid #ccc;
        background: #fff;
        border-radius: 10px;
        box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); } }
    .p-faq__anchor li:nth-child(2) {
      margin: 0 10px; }
    .p-faq__anchor li a {
      text-decoration: none; }

@media screen and (max-width: 767px) {
  .p-loan-housing_photobtn figure {
    width: 110px;
    overflow: none; } }

@media screen and (max-width: 767px) {
  .p-loan-housing_photobtn figure img {
    width: 100%;
    position: relative;
    height: auto; } }

@media screen and (max-width: 767px) {
  .p-loan-housing-itemcontainer {
    padding: 0; } }

@media screen and (max-width: 767px) {
  .p-loan-housing-itemcontainer > .c-unit-btn {
    width: 100% !important; } }

@media screen and (max-width: 767px) {
  .p-loan-housing-item {
    display: block !important;
    text-align: left !important; } }

@media screen and (max-width: 767px) {
  .p-loan-housing-item > .c-unit-number {
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
    font-size: 38px !important; }
  .p-loan-housing-item > .c-unit-number_03{  
    color: #e60012;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2); 
    display: inline-block;
    vertical-align: center;
    margin-top: 5px;
    font-size: 30px !important; } }

@media screen and (max-width: 767px) {
  .p-loan-housing-item > .c-unit-number span {
    font-size: 29px; } }

@media screen and (max-width: 767px) {
  .p-loan-housing-item > .c-unit-subhdg01 {
    display: inline-block;
    vertical-align: top;
    width: 115px;
    margin-top: 5px; } }

.p-loan-housing-item > .sub-text {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 45px;
  font-size: 13px !important;
  color: #666;
  text-align: left; }
  @media screen and (max-width: 767px) {
    .p-loan-housing-item > .sub-text {
      margin-top: 0;
      text-align: center;
      padding-left: 0; } }

.p-loan-housing-item > .c-unit-btn {
  margin-left: 30px; }
  @media screen and (max-width: 767px) {
    .p-loan-housing-item > .c-unit-btn {
      margin-left: 0;
      width: 100% !important; } }

@media screen and (max-width: 767px) {
  .p-loan-housing-item-over-btn {
    width: 100% !important; } }

.p-myaccess-security_heading {
  font-size: 18px;
  margin: 0 0 30px 0;
  font-weight: 700; }
  @media screen and (max-width: 767px) {
    .p-myaccess-security_heading {
      font-size: 14px;
      margin: 0 0 15px 0; } }
  .p-myaccess-security_heading span {
    color: #fff;
    font-size: 18px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    font-weight: 700;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    background: #e60012; }
  .p-myaccess-security_heading p {
    vertical-align: top;
    display: inline-block;
    width: 650px;
    padding: 5px 0 0 0; }
    @media screen and (max-width: 767px) {
      .p-myaccess-security_heading p {
        width: 80%; } }

.p-myaccess-security_contents {
  margin: 0 0 30px 0;
  position: relative;
  font-size: 0px; }
  @media screen and (max-width: 767px) {
    .p-myaccess-security_contents {
      margin: 0 0 15px 0; } }
  .p-myaccess-security_contents .inner {
    width: 370px;
    display: inline-block;
    margin-right: 20px; }
    @media screen and (max-width: 767px) {
      .p-myaccess-security_contents .inner {
        width: 100%; } }
    .p-myaccess-security_contents .inner .answer {
      width: 100%;
      height: 70px;
      line-height: 70px;
      font-weight: bold;
      background: #f8f8f8;
      color: #333;
      text-align: center;
      font-size: 24px;
      border-radius: 10px;
      box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
      transition: all 0.2s ease; }
      .p-myaccess-security_contents .inner .answer:hover {
        box-shadow: 1px 5px 15px grey; }
        @media screen and (max-width: 767px) {
          .p-myaccess-security_contents .inner .answer:hover {
            box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); } }
      @media screen and (max-width: 767px) {
        .p-myaccess-security_contents .inner .answer {
          font-size: 16px;
          height: 40px;
          line-height: 40px; } }
      .p-myaccess-security_contents .inner .answer:first-child {
        margin-right: 2%; }
      .p-myaccess-security_contents .inner .answer:before {
        content: 'はい'; }
    .p-myaccess-security_contents .inner.active .answer {
      background: #e60012;
      color: #fff;
      font-weight: bold; }
      .p-myaccess-security_contents .inner.active .answer:before {
        content: 'キケンです'; }
  .p-myaccess-security_contents .disabled {
    width: 370px;
    display: inline-block;
    margin-right: 0; }
    @media screen and (max-width: 767px) {
      .p-myaccess-security_contents .disabled {
        width: 100%; } }
    .p-myaccess-security_contents .disabled .answer {
      width: 100%;
      height: 70px;
      line-height: 70px;
      font-weight: bold;
      background: #f8f8f8;
      color: #333;
      text-align: center;
      font-size: 24px;
      border-radius: 10px;
      box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
      transition: all 0.2s ease; }
      .p-myaccess-security_contents .disabled .answer:hover {
        box-shadow: 1px 5px 15px grey; }
        @media screen and (max-width: 767px) {
          .p-myaccess-security_contents .disabled .answer:hover {
            box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); } }
      @media screen and (max-width: 767px) {
        .p-myaccess-security_contents .disabled .answer {
          font-size: 16px;
          height: 40px;
          line-height: 40px; } }
      .p-myaccess-security_contents .disabled .answer:before {
        content: 'いいえ'; }
    .p-myaccess-security_contents .disabled.active .answer {
      background: #e60012;
      color: #fff;
      font-weight: bold; }
      .p-myaccess-security_contents .disabled.active .answer:before {
        content: '安全です'; }
  .p-myaccess-security_contents:first-child {
    margin-right: 2%; }
  .p-myaccess-security_contents.active {
    background: #e60012;
    color: #fff;
    font-weight: bold; }
  .p-myaccess-security_contents .last-content {
    border: 2px solid #e60012;
    font-size: 18px;
    text-align: left;
    width: 100%;
    padding: 20px;
    margin-top: 20px;
    font-weight: bold; }

.ac-content {
  margin: 0 auto;
  width: 700px;
  border: 1px solid #ddd;
  border-radius: 10px;
  margin-bottom: 30px;
  margin-top: 30px;
  padding: 20px;
  text-align: left;
  display: table;
  display: none; }
  @media screen and (max-width: 767px) {
    .ac-content {
      width: 100%;
      padding: 10px; } }
  .ac-content figure {
    display: table-cell;
    vertical-align: top;
    margin-top: 30px; }
    @media screen and (max-width: 767px) {
      .ac-content figure {
        display: block;
        margin-bottom: 10px;
        margin-top: 0;
        text-align: center; } }
  .ac-content .text-block {
    padding: 0 0 0 20px;
    display: table-cell;
    vertical-align: top;
    text-align: left; }
    @media screen and (max-width: 767px) {
      .ac-content .text-block {
        display: block;
        padding: 0 0 0 0; } }
    .ac-content .text-block p {
      font-size: 16px; }
      @media screen and (max-width: 767px) {
        .ac-content .text-block p {
          font-size: 13px; } }
    .ac-content .text-block h3 {
      font-size: 18px;
      font-weight: bold; }
      @media screen and (max-width: 767px) {
        .ac-content .text-block h3 {
          font-size: 15px; } }
    @media screen and (max-width: 767px) {
      .ac-content .text-block a {
        margin-bottom: 0 !important; } }

/*=========================================

=========================================*/

/*
*
* wrap系
*
*
*/
.p-saving-blockbtn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .p-saving-blockbtn {
      padding: 12px 2px 2px 12px; } }
  .p-saving-blockbtn .box-btn {
    -ms-flex-preferred-size: 240px;
    flex-basis: 240px;
    height: 240px;
    border-radius: 10px;
    border: 1px solid #ccc;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease;
    margin-bottom: 20px; }
    .p-saving-blockbtn .box-btn:hover {
      box-shadow: 1px 5px 15px grey; }
      @media screen and (max-width: 767px) {
        .p-saving-blockbtn .box-btn:hover {
          box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); } }
    @media screen and (max-width: 767px) {
      .p-saving-blockbtn .box-btn {
        margin: 0 10px 10px 0;
        padding: 19px 3px 10px 3px;
        height: 105px;
        box-sizing: border-box;
        -ms-flex-preferred-size: 28.6%;
        flex-basis: 28.6%;
        max-width: 28.6%;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; } }
    .p-saving-blockbtn .box-btn figure {
      height: 120px;
      border-bottom: 1px solid #ddd;
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 1;
      flex: 1;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media screen and (max-width: 767px) {
        .p-saving-blockbtn .box-btn figure {
          width: 40px;
          height: 40px;
          border-bottom: 0px;
          text-align: center;
          margin: 0 auto; }
          .p-saving-blockbtn .box-btn figure img {
            width: 100% !important; } }
    .p-saving-blockbtn .box-btn .textarea {
      padding: 15px;
      box-sizing: border-box; }
      @media screen and (max-width: 767px) {
        .p-saving-blockbtn .box-btn .textarea {
          padding: 5px 0;
          text-align: center; } }
    .p-saving-blockbtn .box-btn h3 {
      font-size: 23px;
      font-weight: normal;
      margin-bottom: 15px; }
      @media screen and (max-width: 767px) {
        .p-saving-blockbtn .box-btn h3 {
          font-size: 13px; } }
    .p-saving-blockbtn .box-btn p {
      font-size: 16px;
      line-height: 1.5;
      color: #666; }
    .p-saving-blockbtn .box-btn.largebox {
      -ms-flex-preferred-size: 500px;
      flex-basis: 500px;
      background: #f8f8f8; }
      .p-saving-blockbtn .box-btn.largebox h3 {
        text-align: center; }
        @media screen and (max-width: 767px) {
          .p-saving-blockbtn .box-btn.largebox h3 {
            font-size: 12px; } }
      @media screen and (max-width: 767px) {
        .p-saving-blockbtn .box-btn.largebox {
          -ms-flex: 2;
          flex: 2;
          max-width: 100%;
          padding: 10px; } }
    @media screen and (max-width: 767px) {
      .p-saving-blockbtn .box-btn.flex-single {
        text-align: center;
        -ms-flex: 1;
        flex: 1; } }

#firsttab, #secondtab {
  border: 1px solid #ddd;
  border-radius: 0 0 10px; }

.p-saving-tab {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .p-saving-tab li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex: 0.495;
    flex: 0.495;
    border: 1px solid #ddd;
    border-bottom: 0px;
    border-radius: 10px 10px 0 0;
    background: #eee;
    font-size: 15px;
    transition: 0.2s all ease; }
    .p-saving-tab li.is-hide {
      border-radius: 10px 10px 0 0;
      border-bottom: none;
      background: #f8f8f8; }
    .p-saving-tab li.is-active {
      background: #fff; }

.p-saving-drop h3 {
  font-size: 16px;
  font-weight: 300;
  height: 75px;
  line-height: 75px;
  background: #f8f8f8;
  width: 108%;
  margin-left: -4%;
  padding-left: 19%;
  position: relative; }
  .p-saving-drop h3 span {
    position: absolute;
    top: 13%;
    left: 5%; }
    .p-saving-drop h3 span img {
      width: 23%; }
  .p-saving-drop h3:after {
    position: absolute;
    top: 34%;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 8%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #666;
    border-right: 2px solid #666;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg) translateY(-50%); }

.p-saving-drop .p-saving-droplist {
  display: none;
  padding: 25px 0 0 30px; }
  .p-saving-drop .p-saving-droplist li {
    font-size: 15px;
    margin-bottom: 25px;
    position: relative; }
    .p-saving-drop .p-saving-droplist li:after {
      position: absolute;
      content: '';
      top: 2px;
      left: -15px;
      box-sizing: border-box;
      width: 10px;
      height: 10px;
      border: 8px solid transparent;
      border-left: 7px solid #ccc; }

.tabcontainer {
  display: none; }
  .tabcontainer.is-active {
    display: block;
    border-top: none !important; }

.p-rankflex {
  display: -ms-flexbox !important;
  display: flex !important; }
  .p-rankflex > .c-unit-flexitem {
    border: 1px solid #ddd !important; }
    .p-rankflex > .c-unit-flexitem:before {
      display: none; }

.unique_margin {
  margin-top: 50px; }
  @media screen and (max-width: 767px) {
    .unique_margin {
      margin-top: 20px; } }

.hdg-cauntion {
  bottom: 15px !important; }
  @media screen and (max-width: 767px) {
    .hdg-cauntion:before {
      width: 21px !important; } }

@media screen and (max-width: 767px) {
  .p-saving-btn01 .btn-text {
    padding: 10px; } }

@media screen and (max-width: 767px) {
  .p-saving-btn01 figure {
    height: 100%;
    width: 120px;
    min-height: 115px;
    position: relative; } }

@media screen and (max-width: 767px) {
  .p-saving-btn01 img {
    height: 115px !important;
    width: auto !important;
    overflow: hidden;
    top: 0;
    left: 0;
    position: absolute !important; } }

/*=========================================

=========================================*/

/*
*
* テキスト系
*
*
*/
.p-investment-text01 {
  font-size: 13px;
  color: #666; }
  @media screen and (max-width: 767px) {
    .p-investment-text01 {
      font-size: 10px;
      text-decoration: underline;
      line-height: 1.1; } }

@media screen and (max-width: 767px) {
  .p-investment-btn01 {
    height: auto;
    margin-bottom: 10px; }
    .p-investment-btn01 .icon {
      width: 67px;
      padding: 0; }
      .p-investment-btn01 .icon img {
        width: 100%;
        height: auto; }
    .p-investment-btn01 > .hdg > .desc {
      display: block; } }

@media screen and (max-width: 767px) {
  .p-investment-btnwrap {
    margin: -10px 0 0 0 !important; } }

.p-saving-common-informaiton {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 0 0 40px 0;
  overflow: hidden; }
  .p-saving-common-informaiton__sttl {
    margin-bottom: 25px;
    font-size: 22px;
    font-weight: bold; }
  .p-saving-common-informaiton__cap {
    font-size: 18px; }
  .p-saving-common-informaiton .hdg {
    height: 100px;
    line-height: 100px;
    font-weight: normal;
    font-size: 25px;
    padding: 0 0 0 27px;
    margin: 0 0 30px 0;
    border-bottom: 1px solid #ddd; }
    @media screen and (max-width: 767px) {
      .p-saving-common-informaiton .hdg {
        margin: 0 0 20px 0;
        padding: 0 0 0 18px;
        font-size: 17px;
        line-height: 1.6;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: start;
        justify-content: flex-start; } }
    .p-saving-common-informaiton .hdg.hdg_02 {
      line-height: 1.5;
      padding-top: 12px; }
      @media screen and (max-width: 767px) {
        .p-saving-common-informaiton .hdg.hdg_02 {
          padding-top: 0px; } }
  .p-saving-common-informaiton .inner {
    padding: 0px 27px 0px 27px;
    box-sizing: border-box; }
    .p-saving-common-informaiton .inner p {
      font-size: 22px; }
      @media screen and (max-width: 767px) {
        .p-saving-common-informaiton .inner p {
          font-size: 14px; } }
    .p-saving-common-informaiton .inner .caption {
      font-size: 16px !important;
      margin-bottom: 10px; }
      @media screen and (max-width: 767px) {
        .p-saving-common-informaiton .inner .caption {
          font-size: 12px;
          margin-bottom: 0; } }
    @media screen and (max-width: 767px) {
      .p-saving-common-informaiton .inner {
        padding: 0px 13px; } }
  .p-saving-common-informaiton .cautionlist {
    margin: 30px 0 0 0; }
    @media screen and (max-width: 767px) {
      .p-saving-common-informaiton .cautionlist {
        margin: 20px 0 0 0; } }
    .p-saving-common-informaiton .cautionlist li {
      font-size: 14px;
      line-height: 1.7; }
      @media screen and (max-width: 767px) {
        .p-saving-common-informaiton .cautionlist li {
          margin: 0 0 12px 0; } }
  .p-saving-common-informaiton .address {
    margin: 10px 0 25px 0; }
    .p-saving-common-informaiton .address .tel {
      font-size: 22px;
      font-weight: bold;
      display: inline-block;
      vertical-align: top;
      margin: 0 20px 0 0; }
      @media screen and (max-width: 767px) {
        .p-saving-common-informaiton .address .tel {
          font-size: 26px; } }
    .p-saving-common-informaiton .address span {
      position: relative;
      top: 2px;
      margin-right: 10px; }
    .p-saving-common-informaiton .address .desc {
      background: #eee;
      border-radius: 10px;
      display: inline-block;
      vertical-align: top;
      font-size: 13px;
      width: 470px;
      padding: 10px 10px;
      margin: 3px 0 0 0;
      text-align: left; }
      @media screen and (max-width: 767px) {
        .p-saving-common-informaiton .address .desc {
          font-size: 10px;
          width: 100%;
          border-radius: 10px;
          padding: 2px 5px; } }
  .p-saving-common-informaiton hr {
    border: none;
    height: 1px;
    width: 100%;
    background: #ccc;
    margin: 30px 0; }

/*=========================================

=========================================*/

.p-fundtab {
  font-size: 0;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 767px) {
    .p-fundtab {
      padding: 0 10px;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .p-fundtab li {
    -ms-flex: 1;
    flex: 1;
    height: 50px;
    line-height: 50px;
    border: 1px solid #ddd;
    border-radius: 10px 10px 0 0;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    text-align: center;
    border-bottom: none;
    border-bottom: 0px;
    background: #f8f8f8;
    border-bottom: 1px solid #ddd; }
    @media screen and (max-width: 767px) {
      .p-fundtab li {
        font-size: 14px;
        -ms-flex: 0.48;
        flex: 0.48; } }
    .p-fundtab li.is-hide {
      border-bottom: 0px;
      background: #f8f8f8;
      border-bottom: 1px solid #ddd; }
    .p-fundtab li.active {
      background: #fff;
      border-bottom: none; }

.p-fundContainer {
  padding: 30px 5px 35px 30px;
  margin-top: -50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border: 1px solid #ddd;
  border-top: 0px; }
  @media screen and (max-width: 767px) {
    .p-fundContainer {
      padding: 0 2.3% 2% 0;
      width: 90.625%;
      margin: 0 auto;
      border: none; } }
  .p-fundContainer .p-funditem {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 25px 25px 0px;
    border-radius: 10px;
    border: 1px solid #ccc;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease;
    -ms-flex-preferred-size: 210px;
    flex-basis: 210px;
    max-width: 210px;
    height: 100px; }
    .p-fundContainer .p-funditem:hover {
      box-shadow: 1px 5px 15px grey; }
      @media screen and (max-width: 767px) {
        .p-fundContainer .p-funditem:hover {
          box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); } }
    @media screen and (max-width: 767px) {
      .p-fundContainer .p-funditem {
        margin: 0 1.1% 3.2%;
        padding: 10px;
        height: auto;
        box-sizing: border-box;
        -ms-flex-preferred-size: 31%;
        flex-basis: 31%;
        max-width: 31%;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; } }
    @media screen and (max-width: 767px) {
      .p-fundContainer .p-funditem.flex-single {
        -ms-flex: 1;
        flex: 1; } }
    .p-fundContainer .p-funditem.last-item {
      max-width: 445px;
      -ms-flex-preferred-size: 445px;
      flex-basis: 445px;
      background: #f8f8f8; }
      @media screen and (max-width: 767px) {
        .p-fundContainer .p-funditem.last-item {
          -ms-flex: 2;
          flex: 2;
          max-width: inherit; } }
  .p-fundContainer .hdg {
    font-size: 20px;
    color: #666;
    font-weight: 300;
    margin-bottom: 15px; }
    @media screen and (max-width: 767px) {
      .p-fundContainer .hdg {
        font-size: 15px;
        margin-bottom: 0; } }
  .p-fundContainer .icon {
    width: 40px;
    height: auto; }
    .p-fundContainer .icon img {
      width: 100%; }
  .p-fundContainer.pc-onlynavi {
    visibility: visible;
    height: auto; }
    @media screen and (max-width: 767px) {
      .p-fundContainer.pc-onlynavi {
        visibility: hidden;
        height: 0px; } }
  .p-fundContainer.sp-onlynavi {
    visibility: hidden;
    height: 0px; }
    @media screen and (max-width: 767px) {
      .p-fundContainer.sp-onlynavi {
        visibility: visible;
        height: auto;
        border: none !important; } }
  .p-fundContainer.last-item {
    display: block; }

.p-fund-heading {
  font-weight: 300;
  font-size: 25px;
  letter-spacing: normal;
  color: #747474;
  line-height: 1.5;
  margin: 0 0 20px 0;
  padding: 15px 0 0 0; }
  @media screen and (max-width: 767px) {
    .p-fund-heading {
      background: #f8f8f8;
      width: 108%;
      margin-left: -4%;
      padding: 10px 30px 0 30px;
      margin-bottom: 0;
      text-align: left;
      height: auto;
      font-size: 20px;
      font-weight: 300;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-direction: column;
      flex-direction: column;
      position: relative;
      border-bottom: 1px solid #ddd; } }
  .p-fund-heading span {
    font-size: 18px;
    color: #666;
    display: block;
    margin: 15px 0; }
    @media screen and (max-width: 767px) {
      .p-fund-heading span {
        display: block;
        font-size: 12px;
        margin-right: 20px; } }
  .p-fund-heading:after {
    display: none; }
    @media screen and (max-width: 767px) {
      .p-fund-heading:after {
        content: '';
        display: block;
        -webkit-transform: rotate(135deg) translateY(50%);
        transform: rotate(135deg) translateY(50%);
        top: 50%;
        right: 0;
        margin-right: 5%;
        border-top: 1px solid;
        border-right: 1px solid;
        position: absolute;
        width: 10px;
        height: 10px;
        border-color: #e92131; } }
  .p-fund-heading:before {
    content: '';
    height: 23px;
    width: 5px;
    position: relative;
    left: 0;
    top: 2px;
    margin-right: 15px;
    display: inline-block;
    border-left: 5px solid #e60012; }
    @media screen and (max-width: 767px) {
      .p-fund-heading:before {
        display: none; } }

@media screen and (max-width: 767px) {
  .p-fundContainer_sp {
    margin: 0 auto;
    padding: 20px 0;
    width: 90.625%;
    display: none; } }

.p-fundContainer_rank {
  -ms-flex: 0.48;
  flex: 0.48;
  max-width: 338px; }

.p-fundicon-list {
  box-sizing: border-box; }
  @media screen and (max-width: 767px) {
    .p-fundicon-list {
      padding: 0; } }
  .p-fundicon-list li {
    display: inline-block;
    font-size: 16px;
    vertical-align: top;
    color: #666;
    margin: 0 20px 10px 0; }
    @media screen and (max-width: 767px) {
      .p-fundicon-list li {
        display: block;
        margin: 0 0 5px 0; } }
    .p-fundicon-list li span {
      margin-right: 5px;
      display: inline-block;
      vertical-align: top; }
      @media screen and (max-width: 767px) {
        .p-fundicon-list li span {
          position: relative;
          display: inline-block;
          vertical-align: top;
          margin-right: 10px; } }
      @media screen and (max-width: 767px) {
        .p-fundicon-list li span img {
          vertical-align: top; } }
    .p-fundicon-list li p {
      display: inline-block;
      vertical-align: middle; }
      @media screen and (max-width: 767px) {
        .p-fundicon-list li p {
          display: inline-block;
          max-width: 180px;
          vertical-align: middle;
          font-size: 11px !important; } }

.p-fundicon-list02 {
  margin: 10px 0 0 0; }
  @media screen and (max-width: 767px) {
    .p-fundicon-list02 {
      margin: 5px 0 0 0; } }
  .p-fundicon-list02 li {
    display: inline-block;
    vertical-align: top; }

.p-fund-hdg {
  position: relative; }
  .p-fund-hdg span {
    position: absolute;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    right: 0;
    top: 0;
    font-size: 13px; }
  .p-fund-hdg a {
    position: relative; }
    .p-fund-hdg a:before {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      margin-right: 10px;
      margin-top: 5px;
      display: inline-block;
      border-width: 5px 0 5px 4px;
      border-color: transparent transparent transparent #ccc; }

.p-fundwrap_sp {
  margin: 20px 0; }

/*=========================================

=========================================*/

/*
*
* テキスト系
*
*
*/
.p-internet-mv {
  border-radius: 10px;
  border: 1px solid #ccc;
  padding: 30px 0 0 0;
  margin: 0 0 30px 0; }
  @media screen and (max-width: 767px) {
    .p-internet-mv {
      padding: 20px 0 0 0;
      margin: 0 0 20px 0; } }
  .p-internet-mv h2 {
    font-size: 30px;
    font-weight: 700;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .p-internet-mv h2 {
        font-size: 15px; } }
  .p-internet-mv h3 {
    font-size: 40px;
    color: #e60012;
    text-align: center;
    font-weight: 500; }
    @media screen and (max-width: 767px) {
      .p-internet-mv h3 {
        font-size: 22px; } }
    .p-internet-mv h3 .number {
      font-size: 80px; }
      @media screen and (max-width: 767px) {
        .p-internet-mv h3 .number {
          font-size: 35px; } }
    .p-internet-mv h3 .value {
      font-size: 45px; }
      @media screen and (max-width: 767px) {
        .p-internet-mv h3 .value {
          font-size: 26px; } }
  .p-internet-mv img {
    vertical-align: top; }

.p-saving-btnContainer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 30px 0 0 0; }
  @media screen and (max-width: 767px) {
    .p-saving-btnContainer {
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; } }

.p-saving-btn.is-icon01:before, .p-saving-btn.is-icon02:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0; }

.p-saving-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 22px;
  max-width: 370px;
  border-radius: 10px;
  font-weight: 300;
  background: #fff;
  min-height: 80px;
  position: relative;
  padding: 0 1% 0 15%;
  transition: 0.2s all ease; }
  @media screen and (max-width: 767px) {
    .p-saving-btn {
      margin: 10px 0;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
      min-height: 50px;
      padding: 0 1% 0 25%;
      font-size: 17px; } }
  .p-saving-btn span {
    display: block;
    font-size: 18px; }
    @media screen and (max-width: 767px) {
      .p-saving-btn span {
        font-size: 11px; } }
  .p-saving-btn.is-icon01:before {
    background: url("/assets/img/kojin/saving/investment/btn_icon_03.png") center center;
    background-size: contain;
    width: 100px;
    height: 100%;
    border-right: 1px solid #ddd; }
    @media screen and (max-width: 767px) {
      .p-saving-btn.is-icon01:before {
        width: 75px;
        height: 100%; } }
  .p-saving-btn.is-icon02:before {
    background: url("/assets/img/kojin/saving/investment/btn_icon_04.png") center center;
    background-size: contain;
    width: 100px;
    height: 100%;
    border-right: 1px solid #ddd; }
    @media screen and (max-width: 767px) {
      .p-saving-btn.is-icon02:before {
        width: 75px;
        height: 100%; } }
  .p-saving-btn.is-red {
    background: #e60012;
    color: #fff;
    box-shadow: 0px 2px 0px 0px #cc0000;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.17); }
    .p-saving-btn.is-red:hover {
      box-shadow: 0px 6px 6px 0px #cc0000; }
  .p-saving-btn.is-green {
    background: #00cc66;
    color: #fff;
    font-size: 25px;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 4px 2px 0px #009933; }
    .p-saving-btn.is-green:hover {
      box-shadow: 0px 6px 6px 0px #009933; }
    @media screen and (max-width: 767px) {
      .p-saving-btn.is-green {
        font-size: 19px; } }
  .p-saving-btn.is-pink {
    background: #ff6666;
    color: #fff;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 4px 2px 0px #cc3333; }
    .p-saving-btn.is-pink:hover {
      box-shadow: 0px 6px 6px 0px #cc3333; }
    @media screen and (max-width: 767px) {
      .p-saving-btn.is-pink {
        font-size: 19px; } }

.p-fund-desc {
  font-size: 18px;
  color: #666;
  margin: 15px 0; }

@media screen and (max-width: 767px) {
  .p-internet-btnConteinr {
    -ms-flex-direction: column;
    flex-direction: column; } }

@media screen and (max-width: 767px) {
  .p-internet-btn {
    margin-bottom: 10px;
    max-width: 100% !important;
    min-height: 65px;
    height: 65px !important;
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
    text-align: left !important;
    display: block !important; } }

@media screen and (max-width: 767px) {
  .p-internet-btn figure {
    width: 65px;
    height: 65px;
    display: inline-block;
    vertical-align: top; } }

@media screen and (max-width: 767px) {
  .p-internet-btn figure img {
    width: 100%; } }

@media screen and (max-width: 767px) {
  .p-internet-btn .hdg {
    font-size: 16px;
    display: inline-block;
    padding: 8px 20px;
    vertical-align: top;
    height: auto;
    width: auto; } }

/*=========================================

=========================================*/

.p-isa_numberContainer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.p-isa_numberItem {
  border-radius: 10px;
  border: 1px solid #ccc;
  background: #f8f8f8;
  padding: 30px 20px;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 46%;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .p-isa_numberItem {
      padding: 12px 7px;
      text-align: center;
      max-width: 46%; } }
  .p-isa_numberItem:first-child {
    position: relative; }
    .p-isa_numberItem:first-child:after {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      top: 33%;
      margin-right: 10px;
      margin-top: 5px;
      display: inline-block;
      border-width: 15px 0 15px 20px;
      border-color: transparent transparent transparent #666666;
      right: -47px; }
      @media screen and (max-width: 767px) {
        .p-isa_numberItem:first-child:after {
          content: '';
          position: absolute;
          width: 0;
          height: 0;
          border-style: solid;
          top: 40%;
          margin-right: 0;
          margin-top: 0;
          display: inline-block;
          border-width: 10px 0 10px 10px;
          border-color: transparent transparent transparent #666666;
          right: -14%; } }
  .p-isa_numberItem .title {
    font-size: 17px; }
    @media screen and (max-width: 767px) {
      .p-isa_numberItem .title {
        font-size: 13px; } }
  .p-isa_numberItem .number {
    font-size: 61px !important;
    color: #e60012;
    line-height: 1;
    margin-top: 10px;
    font-weight: 700;
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2); }
    @media screen and (max-width: 767px) {
      .p-isa_numberItem .number {
        font-size: 30px;
        margin-top: 0; } }
    .p-isa_numberItem .number .value {
      font-weight: 300;
      font-size: 30px; }
      @media screen and (max-width: 767px) {
        .p-isa_numberItem .number .value {
          font-size: 13px; } }
    .p-isa_numberItem .number .text {
      text-shadow: none;
      font-weight: 300;
      font-size: 30px;
      color: #333;
      margin-right: 15px; }
      @media screen and (max-width: 767px) {
        .p-isa_numberItem .number .text {
          font-size: 13px; } }

.p-isa_nexttext {
  font-size: 13px;
  margin: 15px 0 60px 0;
  margin-left: 15px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .p-isa_nexttext {
      margin-left: 10px; } }
  .p-isa_nexttext:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    border-style: solid;
    margin: 0 auto;
    top: 70px;
    display: block;
    border-width: 20px;
    border-color: #666666 transparent transparent transparent; }
    @media screen and (max-width: 767px) {
      .p-isa_nexttext:after {
        top: 115%;
        right: 0;
        border-width: 10px;
        left: 0; } }

.p-cancer_btn {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }
  .p-cancer_btn span {
    width: 100%;
    display: block; }
  .p-cancer_btn ul, .p-cancer_btn li {
    width: 100%; }

@media screen and (max-width: 767px) {
  .p-credit-supercard_btn figure {
    height: auto; }
  .p-credit-supercard_btn img {
    width: 100% !important;
    position: relative !important;
    height: auto !important; }
  .p-credit-supercard_btn .btn-text .hdg {
    width: 100%; }
  .p-credit-supercard_btn .btn-text .desc {
    width: 100%; }
  .p-credit-supercard_btn .desc {
    width: 100%; } }

.p-credit-supercard_btn .btn-text .hdg {
  width: 100%; }

.p-credit-supercard_btn .btn-text .desc {
  width: 100%; }

.p-credit-supercard_btn .desc {
  width: 100%; }

@media screen and (max-width: 767px) {
  .p-credit-photo-btn {
    height: auto; } }

@media screen and (max-width: 767px) {
  .p-credit-photo-btn figure {
    height: auto; } }

@media screen and (max-width: 767px) {
  .p-credit-photo-btn figure img {
    width: auto;
    height: auto; } }

.p-credit-photo-btn .btn-text .hdg {
  width: 100%; }

.p-credit-photo-btn .btn-text .desc {
  width: 100%; }

.p-credit-photo-btn .desc {
  width: 100%; }

.p-service-credit_nestlist_01 {
  margin-left: 40px; }
  @media screen and (max-width: 767px) {
    .p-service-credit_nestlist_01 {
      margin-left: 30px; } }
  .p-service-credit_nestlist_01 li {
    font-size: 18px; }
    @media screen and (max-width: 767px) {
      .p-service-credit_nestlist_01 li {
        font-size: 11px; }
        .p-service-credit_nestlist_01 li:before {
          font-size: 10px; } }

.p-service-credit_nestlist_02 {
  margin-left: 70px; }
  @media screen and (max-width: 767px) {
    .p-service-credit_nestlist_02 {
      margin-left: 50px; } }
  .p-service-credit_nestlist_02 li {
    font-size: 18px; }
    @media screen and (max-width: 767px) {
      .p-service-credit_nestlist_02 li {
        font-size: 10px; }
        .p-service-credit_nestlist_02 li:before {
          font-size: 10px; } }
    .p-service-credit_nestlist_02 li:before {
      font-size: 10px; }

.p-service-credit_nestlist_03 {
  margin-left: 110px; }
  @media screen and (max-width: 767px) {
    .p-service-credit_nestlist_03 {
      margin-left: 70px; } }
  .p-service-credit_nestlist_03 li {
    font-size: 18px; }
    @media screen and (max-width: 767px) {
      .p-service-credit_nestlist_03 li {
        font-size: 10px; }
        .p-service-credit_nestlist_03 li:before {
          font-size: 10px; } }
    .p-service-credit_nestlist_03 li:before {
      font-size: 10px; }

/*=========================================

=========================================*/

.p-credit-apply_scrollblock {
  border: 1px solid #ccc;
  padding: 15px;
  height: 340px;
  width: 700px;
  margin: 0 auto;
  overflow-x: scroll; }

@media screen and (max-width: 767px) {
  .p-credit-apply_scrollblock {
    width: 96%; } }

.p-credit-apply_checkbox {
  box-sizing: border-box;
  transition: background-color 0.2s linear;
  position: relative;
  display: block;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 20px;
  width: 176px;
  line-height: 40px;
  height: 40px;
  padding: 0 0 0 60px;
  font-size: 22px;
  color: #666;
  border-radius: 10px;
  vertical-align: middle;
  background: #eee;
  cursor: pointer;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); }

@media screen and (max-width: 767px) {
  .p-credit-apply_checkbox {
    font-size: 14px;
    padding: 0 0 0 21%; } }

.p-credit-apply_checkbox:after {
  transition: border-color 0.2s linear;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 44px;
  height: 100%;
  background: #ddd;
  border-radius: 10px 0px 0px 10px;
  content: ''; }

input[type=checkbox]:checked + .p-credit-apply_checkbox:after {
  background: #e60012; }

.p-credit-apply_checkbox:before {
  transition: all 0.2s linear;
  position: absolute;
  top: 50%;
  left: 18px;
  display: block;
  margin-top: -10px;
  border-right: 3px solid #aaa;
  border-bottom: 3px solid #aaa;
  width: 10px;
  height: 15px;
  border-radius: 0px;
  content: '';
  opacity: 1;
  z-index: 9;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

input[type=checkbox]:checked + .p-credit-apply_checkbox:before {
  opacity: 1;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  width: 10px;
  height: 15px;
  border-radius: 0px; }

.p-credit-apply_border {
  width: 100%;
  height: 1px;
  background: #ffeeee;
  border: none;
  margin: 0 0 30px 0; }

@media screen and (max-width: 767px) {
  .p-credit-apply_border {
    margin: 0 0 20px 0; } }

.p-serviceCreditInsurance_list > li {
  font-size: 16px; }
  @media screen and (max-width: 767px) {
    .p-serviceCreditInsurance_list > li {
      font-size: 14px; } }

@media screen and (max-width: 767px) {
  .p-pension_btn figure {
    height: auto !important; } }

@media screen and (max-width: 767px) {
  .p-pension_btn figure img {
    width: 120px; } }

.p-insurance_sup {
  display: inline-block;
  margin-left: -1px;
  margin-right: -1px;
  font-size: 11px; }

.p-shopPurposeLifeplan_commonbtn span {
  width: 100%;
  display: block; }

.p-shopPurposeLifeplan_commonbtn:before {
  border-radius: 10px 0 0 10px;
  background-repeat: no-repeat !important;
  background-size: cover !important; }

@media screen and (max-width: 767px) {
  .p-shopPurposeLifeplan_commonbtn.money-plan {
    min-height: 80px; } }

.p-shopPurposeLifeplan_commonbtn.money-plan:before {
  height: 160px;
  background: url("/assets/img/shop/purpose/lifeplan/common/img_01_pc.jpg") !important; }
  @media screen and (max-width: 767px) {
    .p-shopPurposeLifeplan_commonbtn.money-plan:before {
      height: 100%;
      background: url("/assets/img/shop/purpose/lifeplan/common/img_01_sp.jpg") !important;
      background-repeat: no-repeat !important;
      background-size: cover !important; } }

@media screen and (max-width: 767px) {
  .p-shopPurposeLifeplan_commonbtn.insurance {
    min-height: 80px; } }

.p-shopPurposeLifeplan_commonbtn.insurance:before {
  background: url("/assets/img/shop/purpose/lifeplan/common/img_02.jpg") !important; }
  @media screen and (max-width: 767px) {
    .p-shopPurposeLifeplan_commonbtn.insurance:before {
      height: 100%;
      background-repeat: no-repeat !important;
      background-size: cover !important; } }

@media screen and (max-width: 767px) {
  .p-shopPurposeLifeplan_commonbtn.world {
    min-height: 80px; } }

.p-shopPurposeLifeplan_commonbtn.world:before {
  background: url("/assets/img/shop/purpose/lifeplan/common/img_07_pc.jpg") !important; }
  @media screen and (max-width: 767px) {
    .p-shopPurposeLifeplan_commonbtn.world:before {
      height: 100%;
      background: url("/assets/img/shop/purpose/lifeplan/common/img_07_sp.jpg") !important;
      background-repeat: no-repeat !important;
      background-size: cover !important; } }

@media screen and (max-width: 767px) {
  .p-shopPurposeLifeplan_commonbtn.seminar {
    min-height: 80px; } }

.p-shopPurposeLifeplan_commonbtn.seminar:before {
  background: url("/assets/img/shop/purpose/lifeplan/common/img_04_pc.jpg") !important; }
  @media screen and (max-width: 767px) {
    .p-shopPurposeLifeplan_commonbtn.seminar:before {
      height: 100%;
      background: url("/assets/img/shop/purpose/lifeplan/common/img_04_sp.jpg") !important;
      background-repeat: no-repeat;
      background-size: cover !important; } }

@media screen and (max-width: 767px) {
  .p-shopPurposeLifeplan_commonbtn.autodeposit {
    min-height: 80px; } }

.p-shopPurposeLifeplan_commonbtn.autodeposit:before {
  background: url("/assets/img/shop/purpose/lifeplan/common/img_05.jpg") !important; }
  @media screen and (max-width: 767px) {
    .p-shopPurposeLifeplan_commonbtn.autodeposit:before {
      height: 100%;
      background-repeat: no-repeat !important;
      background-size: cover !important; } }

@media screen and (max-width: 767px) {
  .p-shopPurposeLifeplan_commonbtn.atm {
    min-height: 80px; } }

.p-shopPurposeLifeplan_commonbtn.atm:before {
  background: url("/assets/img/shop/purpose/lifeplan/common/img_03.jpg") !important; }
  @media screen and (max-width: 767px) {
    .p-shopPurposeLifeplan_commonbtn.atm:before {
      height: 100%;
      background-repeat: no-repeat !important;
      background-size: cover !important; } }

@media screen and (max-width: 767px) {
  .p-shopPurposeLifeplan_commonbtn.foreign {
    min-height: 80px; } }

.p-shopPurposeLifeplan_commonbtn.foreign:before {
  background: url("/assets/img/shop/purpose/lifeplan/common/img_06.jpg") !important; }
  @media screen and (max-width: 767px) {
    .p-shopPurposeLifeplan_commonbtn.foreign:before {
      height: 100%;
      background-repeat: no-repeat !important;
      background-size: cover !important; } }

.p-shopPurposeLifeplan_photobtn {
  margin: 0 10px 0 0; }
  @media screen and (max-width: 767px) {
    .p-shopPurposeLifeplan_photobtn:nth-child(2n) {
      margin-right: 0px; } }

.p-shopPurposeLifeplanshop_list {
  margin-left: 13px;
  margin-top: 10px; }
  .p-shopPurposeLifeplanshop_list li {
    color: #666;
    margin-bottom: 5px; }
  @media screen and (max-width: 767px) {
    .p-shopPurposeLifeplanshop_list {
      margin-left: 10px;
      margin-top: 5px; } }

.p-shopPurposeLifeplan__mapbtn {
  border: 1px solid #ddd;
  font-size: 16px;
  border-radius: 10px;
  display: inline-block;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  position: absolute;
  right: 10px;
  top: -30px;
  background: #fff;
  text-decoration: none;
  color: #666;
  margin-top: 0;
  padding: 10px 20px;
  transition: all 0.2s ease; }
  .p-shopPurposeLifeplan__mapbtn:hover {
    box-shadow: 1px 5px 15px grey; }
    @media screen and (max-width: 767px) {
      .p-shopPurposeLifeplan__mapbtn:hover {
        box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); } }
  @media screen and (max-width: 767px) {
    .p-shopPurposeLifeplan__mapbtn {
      position: absolute;
      display: inline-block;
      margin: 0;
      top: 10px;
      font-size: 13px;
      right: 0; } }
  .p-shopPurposeLifeplan__mapbtn p {
    margin: 0 !important;
    text-align: center; }
  .p-shopPurposeLifeplan__mapbtn.is-target:after {
    content: '';
    background: url(/assets/img/common/icon/icon_newtab.png) no-repeat center center !important;
    width: 15px;
    height: 15px;
    background-size: contain !important;
    top: 0;
    left: inherit;
    margin-left: 5px;
    position: relative;
    display: inline-block; }
    @media screen and (max-width: 767px) {
      .p-shopPurposeLifeplan__mapbtn.is-target:after {
        width: 15px;
        top: 0;
        bottom: 10px;
        height: 15px; } }
  .p-shopPurposeLifeplan__mapbtn:visited {
    color: #848484; }

.p-shopPurposeLifeplan__table {
  position: relative;
  background: none !important; }
  .p-shopPurposeLifeplan__table .p-shopPurposeLifeplan__mapbtn {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media screen and (max-width: 767px) {
      .p-shopPurposeLifeplan__table .p-shopPurposeLifeplan__mapbtn {
        top: 0;
        -webkit-transform: none;
        transform: none; } }
  @media screen and (max-width: 767px) {
    .p-shopPurposeLifeplan__table .p-shopPurposeLifeplan__mapbtn {
      width: 100%;
      display: block;
      position: static; } }

.p-shopPurposeLifeplan__list li {
  position: relative; }
  @media screen and (max-width: 767px) {
    .p-shopPurposeLifeplan__list li:last-child {
      padding-bottom: 40px; } }

.p-shopPurposeLifeplan__btn {
  width: 23.02%;
  -ms-flex-preferred-size: auto !important;
  flex-basis: auto !important; }
  @media screen and (max-width: 767px) {
    .p-shopPurposeLifeplan__btn {
      -ms-flex-preferred-size: 49% !important;
      flex-basis: 49% !important;
      padding: 5px 10px 20px 10px !important; } }
  @media screen and (max-width: 767px) {
    .p-shopPurposeLifeplan__btn:after {
      display: none; } }
  @media screen and (max-width: 767px) {
    .p-shopPurposeLifeplan__btn:before {
      position: absolute;
      margin: auto;
      content: "";
      vertical-align: middle;
      left: 50% !important;
      bottom: 10px !important;
      width: 10px;
      height: 10px;
      border-top: 1px solid #e60012;
      border-right: 1px solid #e60012;
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg); } }

.s-mt0 {
  margin-top: 0px !important; }

.s-mr0 {
  margin-right: 0px !important; }

.s-mb0 {
  margin-bottom: 0px !important; }

.s-ml0 {
  margin-left: 0px !important; }

.s-pt0 {
  padding-top: 0px !important; }

.s-pr0 {
  padding-right: 0px !important; }

.s-pb0 {
  padding-bottom: 0px !important; }

.s-pl0 {
  padding-left: 0px !important; }

.s-p0 {
  padding: 0px !important; }

.s-mt5 {
  margin-top: 5px !important; }

.s-mr5 {
  margin-right: 5px !important; }

.s-mb5 {
  margin-bottom: 5px !important; }

.s-ml5 {
  margin-left: 5px !important; }

.s-pt5 {
  padding-top: 5px !important; }

.s-pr5 {
  padding-right: 5px !important; }

.s-pb5 {
  padding-bottom: 5px !important; }

.s-pl5 {
  padding-left: 5px !important; }

.s-p5 {
  padding: 5px !important; }

.s-mt10 {
  margin-top: 10px !important; }

.s-mr10 {
  margin-right: 10px !important; }

.s-mb10 {
  margin-bottom: 10px !important; }

.s-ml10 {
  margin-left: 10px !important; }

.s-pt10 {
  padding-top: 10px !important; }

.s-pr10 {
  padding-right: 10px !important; }

.s-pb10 {
  padding-bottom: 10px !important; }

.s-pl10 {
  padding-left: 10px !important; }

.s-p10 {
  padding: 10px !important; }

.s-mt15 {
  margin-top: 15px !important; }

.s-mr15 {
  margin-right: 15px !important; }

.s-mb15 {
  margin-bottom: 15px !important; }

.s-ml15 {
  margin-left: 15px !important; }

.s-pt15 {
  padding-top: 15px !important; }

.s-pr15 {
  padding-right: 15px !important; }

.s-pb15 {
  padding-bottom: 15px !important; }

.s-pl15 {
  padding-left: 15px !important; }

.s-p15 {
  padding: 15px !important; }

.s-mt20 {
  margin-top: 20px !important; }

.s-mr20 {
  margin-right: 20px !important; }

.s-mb20 {
  margin-bottom: 20px !important; }

.s-ml20 {
  margin-left: 20px !important; }

.s-pt20 {
  padding-top: 20px !important; }

.s-pr20 {
  padding-right: 20px !important; }

.s-pb20 {
  padding-bottom: 20px !important; }

.s-pl20 {
  padding-left: 20px !important; }

.s-p20 {
  padding: 20px !important; }

.s-mt25 {
  margin-top: 25px !important; }

.s-mr25 {
  margin-right: 25px !important; }

.s-mb25 {
  margin-bottom: 25px !important; }

.s-ml25 {
  margin-left: 25px !important; }

.s-pt25 {
  padding-top: 25px !important; }

.s-pr25 {
  padding-right: 25px !important; }

.s-pb25 {
  padding-bottom: 25px !important; }

.s-pl25 {
  padding-left: 25px !important; }

.s-p25 {
  padding: 25px !important; }

.s-mt30 {
  margin-top: 30px !important; }

.s-mr30 {
  margin-right: 30px !important; }

.s-mb30 {
  margin-bottom: 30px !important; }

.s-ml30 {
  margin-left: 30px !important; }

.s-pt30 {
  padding-top: 30px !important; }

.s-pr30 {
  padding-right: 30px !important; }

.s-pb30 {
  padding-bottom: 30px !important; }

.s-pl30 {
  padding-left: 30px !important; }

.s-p30 {
  padding: 30px !important; }

.s-mt35 {
  margin-top: 35px !important; }

.s-mr35 {
  margin-right: 35px !important; }

.s-mb35 {
  margin-bottom: 35px !important; }

.s-ml35 {
  margin-left: 35px !important; }

.s-pt35 {
  padding-top: 35px !important; }

.s-pr35 {
  padding-right: 35px !important; }

.s-pb35 {
  padding-bottom: 35px !important; }

.s-pl35 {
  padding-left: 35px !important; }

.s-p35 {
  padding: 35px !important; }

.s-mt40 {
  margin-top: 40px !important; }

.s-mr40 {
  margin-right: 40px !important; }

.s-mb40 {
  margin-bottom: 40px !important; }

.s-ml40 {
  margin-left: 40px !important; }

.s-pt40 {
  padding-top: 40px !important; }

.s-pr40 {
  padding-right: 40px !important; }

.s-pb40 {
  padding-bottom: 40px !important; }

.s-pl40 {
  padding-left: 40px !important; }

.s-p40 {
  padding: 40px !important; }

.s-mt45 {
  margin-top: 45px !important; }

.s-mr45 {
  margin-right: 45px !important; }

.s-mb45 {
  margin-bottom: 45px !important; }

.s-ml45 {
  margin-left: 45px !important; }

.s-pt45 {
  padding-top: 45px !important; }

.s-pr45 {
  padding-right: 45px !important; }

.s-pb45 {
  padding-bottom: 45px !important; }

.s-pl45 {
  padding-left: 45px !important; }

.s-p45 {
  padding: 45px !important; }

.s-mt50 {
  margin-top: 50px !important; }

.s-mr50 {
  margin-right: 50px !important; }

.s-mb50 {
  margin-bottom: 50px !important; }

.s-ml50 {
  margin-left: 50px !important; }

.s-pt50 {
  padding-top: 50px !important; }

.s-pr50 {
  padding-right: 50px !important; }

.s-pb50 {
  padding-bottom: 50px !important; }

.s-pl50 {
  padding-left: 50px !important; }

.s-p50 {
  padding: 50px !important; }

.s-mt55 {
  margin-top: 55px !important; }

.s-mr55 {
  margin-right: 55px !important; }

.s-mb55 {
  margin-bottom: 55px !important; }

.s-ml55 {
  margin-left: 55px !important; }

.s-pt55 {
  padding-top: 55px !important; }

.s-pr55 {
  padding-right: 55px !important; }

.s-pb55 {
  padding-bottom: 55px !important; }

.s-pl55 {
  padding-left: 55px !important; }

.s-p55 {
  padding: 55px !important; }

.s-mt60 {
  margin-top: 60px !important; }

.s-mr60 {
  margin-right: 60px !important; }

.s-mb60 {
  margin-bottom: 60px !important; }

.s-ml60 {
  margin-left: 60px !important; }

.s-pt60 {
  padding-top: 60px !important; }

.s-pr60 {
  padding-right: 60px !important; }

.s-pb60 {
  padding-bottom: 60px !important; }

.s-pl60 {
  padding-left: 60px !important; }

.s-p60 {
  padding: 60px !important; }

.s-mt65 {
  margin-top: 65px !important; }

.s-mr65 {
  margin-right: 65px !important; }

.s-mb65 {
  margin-bottom: 65px !important; }

.s-ml65 {
  margin-left: 65px !important; }

.s-pt65 {
  padding-top: 65px !important; }

.s-pr65 {
  padding-right: 65px !important; }

.s-pb65 {
  padding-bottom: 65px !important; }

.s-pl65 {
  padding-left: 65px !important; }

.s-p65 {
  padding: 65px !important; }

.s-mt70 {
  margin-top: 70px !important; }

.s-mr70 {
  margin-right: 70px !important; }

.s-mb70 {
  margin-bottom: 70px !important; }

.s-ml70 {
  margin-left: 70px !important; }

.s-pt70 {
  padding-top: 70px !important; }

.s-pr70 {
  padding-right: 70px !important; }

.s-pb70 {
  padding-bottom: 70px !important; }

.s-pl70 {
  padding-left: 70px !important; }

.s-p70 {
  padding: 70px !important; }

.s-mt75 {
  margin-top: 75px !important; }

.s-mr75 {
  margin-right: 75px !important; }

.s-mb75 {
  margin-bottom: 75px !important; }

.s-ml75 {
  margin-left: 75px !important; }

.s-pt75 {
  padding-top: 75px !important; }

.s-pr75 {
  padding-right: 75px !important; }

.s-pb75 {
  padding-bottom: 75px !important; }

.s-pl75 {
  padding-left: 75px !important; }

.s-p75 {
  padding: 75px !important; }

.s-mt80 {
  margin-top: 80px !important; }

.s-mr80 {
  margin-right: 80px !important; }

.s-mb80 {
  margin-bottom: 80px !important; }

.s-ml80 {
  margin-left: 80px !important; }

.s-pt80 {
  padding-top: 80px !important; }

.s-pr80 {
  padding-right: 80px !important; }

.s-pb80 {
  padding-bottom: 80px !important; }

.s-pl80 {
  padding-left: 80px !important; }

.s-p80 {
  padding: 80px !important; }

.s-mt85 {
  margin-top: 85px !important; }

.s-mr85 {
  margin-right: 85px !important; }

.s-mb85 {
  margin-bottom: 85px !important; }

.s-ml85 {
  margin-left: 85px !important; }

.s-pt85 {
  padding-top: 85px !important; }

.s-pr85 {
  padding-right: 85px !important; }

.s-pb85 {
  padding-bottom: 85px !important; }

.s-pl85 {
  padding-left: 85px !important; }

.s-p85 {
  padding: 85px !important; }

.s-mt90 {
  margin-top: 90px !important; }

.s-mr90 {
  margin-right: 90px !important; }

.s-mb90 {
  margin-bottom: 90px !important; }

.s-ml90 {
  margin-left: 90px !important; }

.s-pt90 {
  padding-top: 90px !important; }

.s-pr90 {
  padding-right: 90px !important; }

.s-pb90 {
  padding-bottom: 90px !important; }

.s-pl90 {
  padding-left: 90px !important; }

.s-p90 {
  padding: 90px !important; }

.s-mt95 {
  margin-top: 95px !important; }

.s-mr95 {
  margin-right: 95px !important; }

.s-mb95 {
  margin-bottom: 95px !important; }

.s-ml95 {
  margin-left: 95px !important; }

.s-pt95 {
  padding-top: 95px !important; }

.s-pr95 {
  padding-right: 95px !important; }

.s-pb95 {
  padding-bottom: 95px !important; }

.s-pl95 {
  padding-left: 95px !important; }

.s-p95 {
  padding: 95px !important; }

.s-mt100 {
  margin-top: 100px !important; }

.s-mr100 {
  margin-right: 100px !important; }

.s-mb100 {
  margin-bottom: 100px !important; }

.s-ml100 {
  margin-left: 100px !important; }

.s-pt100 {
  padding-top: 100px !important; }

.s-pr100 {
  padding-right: 100px !important; }

.s-pb100 {
  padding-bottom: 100px !important; }

.s-pl100 {
  padding-left: 100px !important; }

.s-p100 {
  padding: 100px !important; }

.s-fz-10 {
  font-size: 10px !important; }

.s-fz-11 {
  font-size: 11px !important; }

.s-fz-12 {
  font-size: 12px !important; }

.s-fz-13 {
  font-size: 13px !important; }

.s-fz-14 {
  font-size: 14px !important; }

.s-fz-15 {
  font-size: 15px !important; }

.s-fz-16 {
  font-size: 16px !important; }

.s-fz-17 {
  font-size: 17px !important; }

.s-fz-18 {
  font-size: 18px !important; }

.s-fz-19 {
  font-size: 19px !important; }

.s-fz-20 {
  font-size: 20px !important; }

.s-fz-21 {
  font-size: 21px !important; }

.s-fz-22 {
  font-size: 22px !important; }

.s-fz-23 {
  font-size: 23px !important; }

.s-fz-24 {
  font-size: 24px !important; }

.s-fz-25 {
  font-size: 25px !important; }

.s-fz-26 {
  font-size: 26px !important; }

.s-fz-27 {
  font-size: 27px !important; }

.s-fz-28 {
  font-size: 28px !important; }

.s-fz-29 {
  font-size: 29px !important; }

.s-fz-30 {
  font-size: 30px !important; }

.s-fz-31 {
  font-size: 31px !important; }

.s-fz-32 {
  font-size: 32px !important; }

.s-fz-33 {
  font-size: 33px !important; }

.s-fz-34 {
  font-size: 34px !important; }

.s-fz-35 {
  font-size: 35px !important; }

.s-fz-36 {
  font-size: 36px !important; }

.s-fz-37 {
  font-size: 37px !important; }

.s-fz-38 {
  font-size: 38px !important; }

.s-fz-39 {
  font-size: 39px !important; }

.s-fz-40 {
  font-size: 40px !important; }

.s-fz-41 {
  font-size: 41px !important; }

.s-fz-42 {
  font-size: 42px !important; }

.s-fz-43 {
  font-size: 43px !important; }

.s-fz-44 {
  font-size: 44px !important; }

.s-fz-45 {
  font-size: 45px !important; }

.s-fz-46 {
  font-size: 46px !important; }

.s-fz-47 {
  font-size: 47px !important; }

.s-fz-48 {
  font-size: 48px !important; }

.s-fz-49 {
  font-size: 49px !important; }

.s-fz-50 {
  font-size: 50px !important; }

.s-lh-10 {
  line-height: 1 !important; }

.s-lh-11 {
  line-height: 1.1 !important; }

.s-lh-12 {
  line-height: 1.2 !important; }

.s-lh-13 {
  line-height: 1.3 !important; }

.s-lh-14 {
  line-height: 1.4 !important; }

.s-lh-15 {
  line-height: 1.5 !important; }

.s-lh-16 {
  line-height: 1.6 !important; }

.s-lh-17 {
  line-height: 1.7 !important; }

.s-lh-18 {
  line-height: 1.8 !important; }

.s-lh-19 {
  line-height: 1.9 !important; }

.s-lh-20 {
  line-height: 2 !important; }

.s-lh-21 {
  line-height: 2.1 !important; }

.s-lh-22 {
  line-height: 2.2 !important; }

.s-lh-23 {
  line-height: 2.3 !important; }

.s-lh-24 {
  line-height: 2.4 !important; }

.s-lh-25 {
  line-height: 2.5 !important; }

.s-lh-26 {
  line-height: 2.6 !important; }

.s-lh-27 {
  line-height: 2.7 !important; }

.s-lh-28 {
  line-height: 2.8 !important; }

.s-lh-29 {
  line-height: 2.9 !important; }

.s-lh-30 {
  line-height: 3 !important; }

.table_width1 {
  width: 1% !important; }

.table_width2 {
  width: 2% !important; }

.table_width3 {
  width: 3% !important; }

.table_width4 {
  width: 4% !important; }

.table_width5 {
  width: 5% !important; }

.table_width6 {
  width: 6% !important; }

.table_width7 {
  width: 7% !important; }

.table_width8 {
  width: 8% !important; }

.table_width9 {
  width: 9% !important; }

.table_width10 {
  width: 10% !important; }

.table_width11 {
  width: 11% !important; }

.table_width12 {
  width: 12% !important; }

.table_width13 {
  width: 13% !important; }

.table_width14 {
  width: 14% !important; }

.table_width15 {
  width: 15% !important; }

.table_width16 {
  width: 16% !important; }

.table_width17 {
  width: 17% !important; }

.table_width18 {
  width: 18% !important; }

.table_width19 {
  width: 19% !important; }

.table_width20 {
  width: 20% !important; }

.table_width21 {
  width: 21% !important; }

.table_width22 {
  width: 22% !important; }

.table_width23 {
  width: 23% !important; }

.table_width24 {
  width: 24% !important; }

.table_width25 {
  width: 25% !important; }

.table_width26 {
  width: 26% !important; }

.table_width27 {
  width: 27% !important; }

.table_width28 {
  width: 28% !important; }

.table_width29 {
  width: 29% !important; }

.table_width30 {
  width: 30% !important; }

.table_width31 {
  width: 31% !important; }

.table_width32 {
  width: 32% !important; }

.table_width33 {
  width: 33% !important; }

.table_width34 {
  width: 34% !important; }

.table_width35 {
  width: 35% !important; }

.table_width36 {
  width: 36% !important; }

.table_width37 {
  width: 37% !important; }

.table_width38 {
  width: 38% !important; }

.table_width39 {
  width: 39% !important; }

.table_width40 {
  width: 40% !important; }

.table_width41 {
  width: 41% !important; }

.table_width42 {
  width: 42% !important; }

.table_width43 {
  width: 43% !important; }

.table_width44 {
  width: 44% !important; }

.table_width45 {
  width: 45% !important; }

.table_width46 {
  width: 46% !important; }

.table_width47 {
  width: 47% !important; }

.table_width48 {
  width: 48% !important; }

.table_width49 {
  width: 49% !important; }

.table_width50 {
  width: 50% !important; }

.table_width51 {
  width: 51% !important; }

.table_width52 {
  width: 52% !important; }

.table_width53 {
  width: 53% !important; }

.table_width54 {
  width: 54% !important; }

.table_width55 {
  width: 55% !important; }

.table_width56 {
  width: 56% !important; }

.table_width57 {
  width: 57% !important; }

.table_width58 {
  width: 58% !important; }

.table_width59 {
  width: 59% !important; }

.table_width60 {
  width: 60% !important; }

.table_width61 {
  width: 61% !important; }

.table_width62 {
  width: 62% !important; }

.table_width63 {
  width: 63% !important; }

.table_width64 {
  width: 64% !important; }

.table_width65 {
  width: 65% !important; }

.table_width66 {
  width: 66% !important; }

.table_width67 {
  width: 67% !important; }

.table_width68 {
  width: 68% !important; }

.table_width69 {
  width: 69% !important; }

.table_width70 {
  width: 70% !important; }

.table_width71 {
  width: 71% !important; }

.table_width72 {
  width: 72% !important; }

.table_width73 {
  width: 73% !important; }

.table_width74 {
  width: 74% !important; }

.table_width75 {
  width: 75% !important; }

.table_width76 {
  width: 76% !important; }

.table_width77 {
  width: 77% !important; }

.table_width78 {
  width: 78% !important; }

.table_width79 {
  width: 79% !important; }

.table_width80 {
  width: 80% !important; }

.table_width81 {
  width: 81% !important; }

.table_width82 {
  width: 82% !important; }

.table_width83 {
  width: 83% !important; }

.table_width84 {
  width: 84% !important; }

.table_width85 {
  width: 85% !important; }

.table_width86 {
  width: 86% !important; }

.table_width87 {
  width: 87% !important; }

.table_width88 {
  width: 88% !important; }

.table_width89 {
  width: 89% !important; }

.table_width90 {
  width: 90% !important; }

.table_width91 {
  width: 91% !important; }

.table_width92 {
  width: 92% !important; }

.table_width93 {
  width: 93% !important; }

.table_width94 {
  width: 94% !important; }

.table_width95 {
  width: 95% !important; }

.table_width96 {
  width: 96% !important; }

.table_width97 {
  width: 97% !important; }

.table_width98 {
  width: 98% !important; }

.table_width99 {
  width: 99% !important; }

.table_width100 {
  width: 100% !important; }

@media screen and (max-width: 767px) {
  .s-fullwidth {
    width: 100% !important; } }

.pc-fullwidth {
  width: 100% !important; }

.pc-none {
  display: none; }
  @media screen and (max-width: 767px) {
    .pc-none {
      display: block; } }

.sp-none {
  display: block; }
  @media screen and (max-width: 767px) {
    .sp-none {
      display: none !important; } }

.s-flex {
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 767px) {
    .s-flex {
      display: -ms-flexbox;
      display: flex; } }

.is-pdf:after {
  content: '';
  background: url("/assets/img/common/icon/icon_pdf.png") no-repeat center center !important;
  position: relative;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  background-size: contain !important;
  top: -2px;
  left: 4px; }
  @media screen and (max-width: 767px) {
    .is-pdf:after {
      width: 15px;
      height: 15px; } }

a[href$=".pdf"]:after {
  content: '';
  background: url("/assets/img/common/icon/icon_pdf.png") no-repeat center center !important;
  position: relative;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  background-size: contain !important;
  top: -2px;
  left: 4px; }
  @media screen and (max-width: 767px) {
    a[href$=".pdf"]:after {
      width: 15px;
      height: 15px; } }

a[href$=".pdf"] img:after {
  display: none; }

a[href$=".xls"]:after {
  content: '';
  background: url("/assets/img/common/icon/icon_xls.png") no-repeat center center !important;
  position: relative;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  background-size: contain !important;
  top: -2px;
  left: 4px; }
  @media screen and (max-width: 767px) {
    a[href$=".xls"]:after {
      width: 15px;
      height: 15px; } }

a[href$=".xls"] img:after {
  display: none; }

a[href$=".doc"]:after {
  content: '';
  background: url("/assets/img/common/icon/icon_doc.png") no-repeat center center !important;
  position: relative;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  background-size: contain !important;
  top: -2px;
  left: 4px; }
  @media screen and (max-width: 767px) {
    a[href$=".doc"]:after {
      width: 15px;
      height: 15px; } }

img a[href$=".doc"]:after {
  display: none; }

.s-icon-none:after, .s-icon-none:before {
  display: none !important; }

.s-fullwh {
  width: 100%; }

.s-align-center {
  text-align: center !important; }

.s-align-left {
  text-align: left !important; }

.s-align-right {
  text-align: right !important; }

.s-font-hiragino {
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif !important; }

.s-fontadjust {
  font-family: "Noto Sans Japanese" !important; }

.s-fw-normal {
  font-weight: normal !important; }

.s-va-middle {
  vertical-align: middle !important; }

.s-underline {
  text-decoration: underline !important; }

.m-auto {
  margin: auto; }

.s-bold {
  font-weight: 700 !important; }

.s-thin {
  font-weight: 100; }

.s-color-gray {
  color: #666 !important; }
  .s-color-gray:visited {
    color: #848484; }

.s-color-red {
  color: #e60012 !important; }

.s-bg-thinred {
  background: #ffeeee !important; }

.s-bg-gray {
  background: #dddddd !important; }

.s-bg-lightgray {
  background: #f8f8f8; }

.s-bg-white {
  background: #fff; }

.s-after-hide:after {
  display: none !important; }

.s-text-indent0 {
  text-indent: 0 !important; }

.s-border-top-none {
  border-top: none !important; }

.s-border-bottom-none {
  border-bottom: none !important; }

.s-border-left-none {
  border-left: none !important; }

.s-border-right-none {
  border-right: none !important; }

.s-linktext {
  color: #e60012;
  text-decoration: underline;
  transition: all 0.2s ease; }
  .s-linktext:hover {
    text-decoration: none;
    opacity: 0.7; }
  .s-linktext:visited {
    color: #848484; }

.s-mini-text {
  font-size: 14px !important; }

.s-content-none-before:before {
  content: none !important; }

.s-content-none-after:after {
  content: none !important; }

footer {
  background: #fff;
  margin-top: 50px;
  font-family: 'Noto Sans Japanese'; }
  footer svg {
    fill: #666; }
  @media screen and (max-width: 767px) {
    footer {
      margin-top: 82px;
      position: relative;
      bottom: 83px; } }
  footer.is-simple {
    font-family: 'Noto Sans Japanese' !important; }

.l-footer-content {
  margin: 0 auto;
  width: 1000px; }
  @media screen and (max-width: 767px) {
    .l-footer-content {
      width: 100%;
      margin: 0; } }

.l-footer-sns {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center; }
  .l-footer-sns h2 {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #333;
    font-weight: 300; }
    @media screen and (max-width: 767px) {
      .l-footer-sns h2 {
        font-size: 13px;
        font-weight: normal;
        margin-bottom: 15px; } }
  .l-footer-sns .icon {
    margin: 0;
    margin-left: 40px;
    display: inline-block;
    vertical-align: middle; }
    @media screen and (max-width: 767px) {
      .l-footer-sns .icon {
        margin-left: 0; } }
  .l-footer-sns li {
    margin: 0;
    display: inline;
    margin-right: 30px; }
    .l-footer-sns li:hover {
      transition: 0.3s all;
      opacity: 0.8; }

.l-footer-menu {
  border-bottom: 1px solid #ddd; }
  @media screen and (max-width: 767px) {
    .l-footer-menu {
      display: none; } }
  .l-footer-menu ul {
    margin: 0 auto;
    width: 1000px;
    font-size: 0px; }
    .l-footer-menu ul li {
      width: 25%;
      margin: 0;
      font-size: 18px;
      text-align: center;
      height: 50px;
      line-height: 50px;
      display: inline-block;
      vertical-align: top;
      transition: 0.2s all ease; }
      .l-footer-menu ul li.is-current {
        background: #e60012;
        color: #fff; }
      .l-footer-menu ul li:hover {
        background: #666;
        color: #fff; }
    .l-footer-menu ul a {
      color: inherit;
      display: block;
      width: 100%;
      height: 100%;
      text-decoration: none; }

.l-footer-sitemap {
  margin-right: 10px; }
  .l-footer-sitemap ul li {
    margin: 0;
    transition: 0.3s all ease-out;
    margin: 0 0 20px 0;
    padding: 0 20px 0 0;
    color: #666;
    list-style: none;
    font-weight: normal;
    font-size: 14px;
    position: relative;
    box-sizing: border-box; }
    .l-footer-sitemap ul li:hover {
      opacity: 0.7; }
    .l-footer-sitemap ul li:before {
      content: '';
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background: #ccc;
      position: absolute;
      left: -14px;
      top: 8px; }
    .l-footer-sitemap ul li:first-child {
      font-size: 16px;
      font-weight: bold;
      padding: 0 10px 0 0; }
      .l-footer-sitemap ul li:first-child:before {
        content: '';
        background: #e60012;
        width: 14px;
        height: 12px;
        position: absolute;
        top: 8px;
        left: -20px;
        border-radius: 4px 0px 4px 0; }
      .l-footer-sitemap ul li:first-child:after {
        position: absolute;
        margin: auto;
        content: "";
        vertical-align: middle;
        top: 12px;
        left: -16px;
        width: 4px;
        height: 4px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
  .l-footer-sitemap a {
    color: inherit;
    text-decoration: none; }
    .l-footer-sitemap a:visited {
      color: #848484; }

.l-footer-sitemap_hojin {
  margin-right: 10px; }
  .l-footer-sitemap_hojin .fixLine {
    margin-top: 43px; }
  .l-footer-sitemap_hojin ul.category li:first-child {
    font-size: 16px;
    font-weight: bold;
    padding: 0; }
    .l-footer-sitemap_hojin ul.category li:first-child:before {
      content: '';
      background: #e60012;
      width: 14px;
      height: 12px;
      position: absolute;
      top: 8px;
      left: -20px;
      border-radius: 4px 0px 4px 0; }
    .l-footer-sitemap_hojin ul.category li:first-child:after {
      position: absolute;
      margin: auto;
      content: "";
      vertical-align: middle;
      top: 12px;
      left: -16px;
      width: 4px;
      height: 4px;
      border-top: 1px solid #fff;
      border-right: 1px solid #fff;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
  .l-footer-sitemap_hojin ul li h3 {
    font-weight: bold;
    padding: 0; }
  .l-footer-sitemap_hojin ul li {
    margin: 0;
    transition: 0.3s all ease-out;
    margin: 0 0 20px 0;
    padding: 0 20px 0 0;
    color: #666;
    list-style: none;
    font-weight: normal;
    font-size: 13px;
    position: relative;
    box-sizing: border-box; }
    .l-footer-sitemap_hojin ul li:hover {
      opacity: 0.7; }
    .l-footer-sitemap_hojin ul li:before {
      content: '';
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background: #ccc;
      position: absolute;
      left: -14px;
      top: 8px; }
    .l-footer-sitemap_hojin ul li:first-child {
      font-size: 13px;
      padding: 0; }
  .l-footer-sitemap_hojin ul li.hdg {
    margin: 0;
    transition: 0.3s all ease-out;
    margin: 0 0 20px 0;
    padding: 0 20px 0 0;
    color: #666;
    list-style: none;
    font-weight: normal;
    position: relative;
    left: -18px;
    box-sizing: border-box; }
    .l-footer-sitemap_hojin ul li.hdg:hover {
      opacity: 0.7; }
    .l-footer-sitemap_hojin ul li.hdg:before {
      content: none !important;
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background: #000;
      position: absolute;
      left: -14px;
      top: 8px; }
    .l-footer-sitemap_hojin ul li.hdg:hover {
      opacity: 1; }
    .l-footer-sitemap_hojin ul li.hdg:first-child {
      font-size: 13px;
      padding: 0; }
  .l-footer-sitemap_hojin a {
    color: inherit;
    text-decoration: none; }
    .l-footer-sitemap_hojin a:visited {
      color: #848484; }

.l-footer-uniqueParts {
  position: relative;
  width: 440px;
  left: 550px;
  top: 0;
  margin-bottom: 15px; }
  @media screen and (max-width: 767px) {
    .l-footer-uniqueParts {
      position: static;
      width: 100%;
      text-align: center; } }
  @media screen and (min-width: 768px) and (max-width: 1025px) {
    .l-footer-uniqueParts {
      left: 490px; } }
  .l-footer-uniqueParts p {
    position: absolute;
    right: 270px;
    top: -100px;
    border: 1px solid #ddd;
    width: 250px;
    height: 53px;
    border-radius: 30px;
    box-sizing: border-box;
    text-align: center;
    transition: 0.2s all ease; }
    .l-footer-uniqueParts p:hover {
      background: #666;
      color: #fff; }
      .l-footer-uniqueParts p:hover:before {
        background: url(/assets/img/common/icon/pin_w.png) center center no-repeat; }
    .l-footer-uniqueParts p span {
      display: inline-block;
      vertical-align: middle;
      margin-right: 5px;
      margin-top: 3px; }
    .l-footer-uniqueParts p a {
      padding: 10px;
      position: absolute;
      width: 100%;
      height: 100%;
      line-height: 1.8;
      font-size: 16px;
      display: block;
      cursor: pointer; }
  .l-footer-uniqueParts .atm_btn {
    position: absolute;
    right: 0;
    top: -100px;
    border: 1px solid #ddd;
    border-radius: 30px; }
    .l-footer-uniqueParts .atm_btn:before {
      content: '';
      display: block;
      background: url(/assets/img/common/icon/pin_sp_02.png) center center no-repeat;
      background-size: contain;
      width: 17px;
      height: 23px;
      position: absolute;
      top: 13px;
      left: 33px; }
    .l-footer-uniqueParts .atm_btn a {
      padding: 10px 40px; }
  .l-footer-uniqueParts > .c-uniqueParts_search {
    top: -22px;
    left: 190px;
    position: relative;
    width: 80.93%;
    height: 30px;
    margin: 15px 0; }
    @media screen and (max-width: 767px) {
      .l-footer-uniqueParts > .c-uniqueParts_search {
        top: 0;
        left: 0; } }
    .l-footer-uniqueParts > .c-uniqueParts_search > .c-btn_searchform {
      height: 30px;
      padding: 4px 8px; }
      @media screen and (max-width: 767px) {
        .l-footer-uniqueParts > .c-uniqueParts_search > .c-btn_searchform {
          height: 40px; } }
    .l-footer-uniqueParts > .c-uniqueParts_search > .c-btn_searchform input[type="image"] {
      height: 30px;
      top: 0;
      padding: 3px 11px;
      width: auto;
      border: 1px solid #ddd; }
      @media screen and (max-width: 767px) {
        .l-footer-uniqueParts > .c-uniqueParts_search > .c-btn_searchform input[type="image"] {
          height: 40px;
          padding: 5px 10px;
          width: auto;
          top: 0; } }
    .l-footer-uniqueParts > .c-uniqueParts_search > .c-btn_searchform input[type="text"] {
      top: -6px; }
      @media screen and (max-width: 767px) {
        .l-footer-uniqueParts > .c-uniqueParts_search > .c-btn_searchform input[type="text"] {
          top: 0px; } }
  .l-footer-uniqueParts > .c-uniqueParts_fzchange {
    right: 0px;
    top: -20px; }

.l-footer-uniqueParts_hojin {
  position: relative;
  width: 440px;
  left: 550px;
  top: 0;
  margin-bottom: 15px; }
  @media screen and (max-width: 767px) {
    .l-footer-uniqueParts_hojin {
      position: static;
      width: 100%;
      text-align: center; } }
  @media screen and (min-width: 768px) and (max-width: 1025px) {
    .l-footer-uniqueParts_hojin {
      left: 490px; } }
  .l-footer-uniqueParts_hojin p {
    position: absolute;
    right: 0;
    top: -100px;
    border: 1px solid #ddd;
    width: 250px;
    border-radius: 30px;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
    text-align: left;
    transition: 0.2s all ease; }
    .l-footer-uniqueParts_hojin p:hover {
      background: #666;
      color: #fff; }
      .l-footer-uniqueParts_hojin p:hover:before {
        background: url(/assets/img/common/icon/pin_w.png) center center no-repeat; }
    .l-footer-uniqueParts_hojin p span {
      display: inline-block;
      vertical-align: middle;
      padding-left: 20px;
      padding-top: 5px;
      box-sizing: border-box; }
    .l-footer-uniqueParts_hojin p a {
      padding: 13px 10px 10px 60px;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      line-height: 1.8;
      width: 100%;
      height: 100%; }
  .l-footer-uniqueParts_hojin .atm_btn {
    position: absolute;
    right: 0;
    top: -40px;
    border: 1px solid #ddd;
    border-radius: 30px;
    padding: 10px 40px; }
    .l-footer-uniqueParts_hojin .atm_btn:before {
      content: '';
      display: block;
      background: url(/assets/img/common/icon/pin_sp_02.png) center center no-repeat;
      background-size: contain;
      width: 17px;
      height: 23px;
      position: absolute;
      top: 12px;
      left: 33px; }
  .l-footer-uniqueParts_hojin > .c-uniqueParts_search {
    top: -22px;
    left: 190px;
    position: relative;
    width: 80.93%;
    height: 30px;
    margin: 15px 0; }
    @media screen and (max-width: 767px) {
      .l-footer-uniqueParts_hojin > .c-uniqueParts_search {
        top: 0;
        left: 0; } }
    .l-footer-uniqueParts_hojin > .c-uniqueParts_search > .c-btn_searchform {
      height: 30px;
      padding: 4px 8px; }
      @media screen and (max-width: 767px) {
        .l-footer-uniqueParts_hojin > .c-uniqueParts_search > .c-btn_searchform {
          height: 40px; } }
    .l-footer-uniqueParts_hojin > .c-uniqueParts_search > .c-btn_searchform input[type="image"] {
      height: 30px;
      top: 0;
      padding: 3px 11px;
      width: auto;
      border: 1px solid #ddd; }
      @media screen and (max-width: 767px) {
        .l-footer-uniqueParts_hojin > .c-uniqueParts_search > .c-btn_searchform input[type="image"] {
          height: 40px;
          padding: 5px 10px;
          width: auto;
          top: 0; } }
    .l-footer-uniqueParts_hojin > .c-uniqueParts_search > .c-btn_searchform input[type="text"] {
      top: -6px; }
      @media screen and (max-width: 767px) {
        .l-footer-uniqueParts_hojin > .c-uniqueParts_search > .c-btn_searchform input[type="text"] {
          top: 0px; } }
  .l-footer-uniqueParts_hojin > .c-uniqueParts_fzchange {
    right: 0px;
    top: -20px; }

.l-footer-uniqueParts_company {
  position: relative;
  width: 440px;
  left: 550px;
  top: 42px;
  margin-bottom: 15px; }
  @media screen and (max-width: 767px) {
    .l-footer-uniqueParts_company {
      position: static;
      width: 100%;
      text-align: center; } }
  .l-footer-uniqueParts_company p {
    position: absolute;
    right: 270px;
    top: -100px;
    border: 1px solid #ddd;
    width: 250px;
    border-radius: 30px;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
    transition: 0.2s all ease; }
    .l-footer-uniqueParts_company p:hover {
      background: #666;
      color: #fff; }
      .l-footer-uniqueParts_company p:hover:before {
        background: url(/assets/img/common/icon/pin_w.png) center center no-repeat; }
    .l-footer-uniqueParts_company p span {
      display: inline-block;
      vertical-align: middle;
      margin-right: 5px; }
  .l-footer-uniqueParts_company .atm_btn {
    position: absolute;
    right: 0;
    top: -100px;
    border: 1px solid #ddd;
    border-radius: 30px;
    padding: 10px 40px; }
    .l-footer-uniqueParts_company .atm_btn:before {
      content: '';
      display: block;
      background: url(/assets/img/common/icon/pin_sp_02.png) center center no-repeat;
      background-size: contain;
      width: 17px;
      height: 23px;
      position: absolute;
      top: 12px;
      left: 33px; }
  .l-footer-uniqueParts_company > .c-uniqueParts_search {
    top: -22px;
    left: 190px;
    position: relative;
    width: 80.93%;
    height: 30px;
    margin: 15px 0; }
    @media screen and (max-width: 767px) {
      .l-footer-uniqueParts_company > .c-uniqueParts_search {
        top: 0;
        left: 0; } }
    .l-footer-uniqueParts_company > .c-uniqueParts_search > .c-btn_searchform {
      height: 30px;
      padding: 4px 8px; }
      @media screen and (max-width: 767px) {
        .l-footer-uniqueParts_company > .c-uniqueParts_search > .c-btn_searchform {
          height: 40px; } }
    .l-footer-uniqueParts_company > .c-uniqueParts_search > .c-btn_searchform input[type="image"] {
      height: 30px;
      top: 0;
      padding: 3px 11px;
      width: auto;
      border: 1px solid #ddd; }
      @media screen and (max-width: 767px) {
        .l-footer-uniqueParts_company > .c-uniqueParts_search > .c-btn_searchform input[type="image"] {
          height: 40px;
          padding: 5px 10px;
          width: auto;
          top: 0; } }
    .l-footer-uniqueParts_company > .c-uniqueParts_search > .c-btn_searchform input[type="text"] {
      top: -6px; }
      @media screen and (max-width: 767px) {
        .l-footer-uniqueParts_company > .c-uniqueParts_search > .c-btn_searchform input[type="text"] {
          top: 0px; } }
  .l-footer-uniqueParts_company > .c-uniqueParts_fzchange {
    right: 0px;
    top: -20px; }

.l-footer-list {
  text-align: left;
  margin-top: 60px;
  margin-left: -10px; }
  @media screen and (max-width: 767px) {
    .l-footer-list {
      text-align: left;
      margin: 20px 0 0 0;
      width: 100%; } }
  .l-footer-list li {
    margin: 0;
    padding: 0px 10px;
    border-right: 1px solid #666;
    font-size: 14px;
    color: #666;
    display: inline-block;
    vertical-align: top;
    list-style: none; }
    .l-footer-list li:last-child {
      border-right: none; }
    @media screen and (max-width: 767px) {
      .l-footer-list li {
        font-size: 10px; } }
  .l-footer-list a {
    color: inherit;
    text-decoration: none; }
    .l-footer-list a:visited {
      color: #848484; }

.c-footer-copyright {
  padding: 30px 0;
  border-top: 1px solid #ddd; }
  @media screen and (max-width: 767px) {
    .c-footer-copyright {
      margin: 0 auto;
      padding: 5px 0;
      width: 92%; } }
  .c-footer-copyright figure {
    display: inline-block;
    vertical-align: top; }
    @media screen and (max-width: 767px) {
      .c-footer-copyright figure {
        vertical-align: top;
        width: 34.6666666667%; } }
  .c-footer-copyright .textarea {
    display: inline-block;
    padding: 20px 0 0 0;
    vertical-align: middle;
    box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .c-footer-copyright .textarea {
        font-size: 10px;
        position: relative;
        width: 100%;
        padding: 0 0 0;
        box-sizing: border-box;
        top: 10px; } }
    .c-footer-copyright .textarea.is-en {
      position: relative;
      width: 100%; }
      @media screen and (max-width: 767px) {
        .c-footer-copyright .textarea.is-en {
          font-size: 0px; } }
      .c-footer-copyright .textarea.is-en p {
        display: inline-block;
        vertical-align: middle; }
        @media screen and (max-width: 767px) {
          .c-footer-copyright .textarea.is-en p {
            width: 50%;
            display: inline-block;
            vertical-align: top; } }
        .c-footer-copyright .textarea.is-en p:last-child {
          position: absolute;
          right: 0;
          top: 20px; }
          @media screen and (max-width: 767px) {
            .c-footer-copyright .textarea.is-en p:last-child {
              position: static; } }
  .c-footer-copyright p {
    font-size: 12px;
    color: #666; }
    @media screen and (max-width: 767px) {
      .c-footer-copyright p {
        font-size: 10px; } }

/*
* sp footer css
*/
.l-footer_sp-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: none;
  border-bottom: 1px solid #b1b1b1; }
  .l-footer_sp-list li {
    margin: 0;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    height: 46px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    color: #333;
    padding: 0 20px;
    border-top: 1px solid #b1b1b1;
    position: relative; }
    .l-footer_sp-list li:nth-child(odd) {
      border-right: 1px solid #b1b1b1; }
    .l-footer_sp-list li:after {
      content: '';
      display: block;
      -webkit-transform: rotate(45deg) translateY(-50%);
      transform: rotate(45deg) translateY(-50%);
      top: 45%;
      right: 20px;
      border-top: 1px solid;
      border-right: 1px solid;
      position: absolute;
      -webkit-transform-origin: 50% 80%;
      transform-origin: 50% 80%;
      width: 10px;
      height: 10px;
      border-color: #ccc; }

#pagetop {
  position: fixed;
  z-index: 999;
  display: none;
  bottom: 40px;
  right: 10px;
  width: 50px;
  height: 50px;
  background-color: rgba(34, 34, 34, 0.702);
  border-radius: 5px;
  box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.4);
  transition: 0.2s all ease; }
  #pagetop:hover {
    opacity: 0.8; }
  #pagetop:after {
    content: '';
    display: block;
    -webkit-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
    top: 25px;
    right: 5px;
    border-top: 2px solid;
    border-right: 2px solid;
    position: absolute;
    -webkit-transform-origin: 50% 80%;
    transform-origin: 50% 80%;
    width: 18px;
    height: 18px;
    border-color: #ccc; }
  @media screen and (max-width: 767px) {
    #pagetop {
      position: fixed;
      z-index: 999;
      display: none;
      bottom: 60px;
      right: 10px;
      width: 36px;
      height: 36px;
      background: rgba(0, 0, 0, 0.7);
      border-radius: 5px; }
      #pagetop:after {
        content: '';
        display: block;
        -webkit-transform: rotate(-45deg) translateY(-50%);
        transform: rotate(-45deg) translateY(-50%);
        top: 18px;
        right: 3px;
        border-top: 2px solid;
        border-right: 2px solid;
        position: absolute;
        -webkit-transform-origin: 50% 80%;
        transform-origin: 50% 80%;
        width: 14px;
        height: 14px;
        border-color: #ccc; } }

.l-header {
  position: relative; }
  @media screen and (max-width: 767px) {
    .l-header {
      position: relative; } }

.l-header_container {
  position: relative;
  width: 100%; }
  .l-header_container.firstContainer {
    height: 60px;
    padding: 5px 0px;
    box-sizing: border-box; 
  border-bottom: 1px solid #ccc;}

.l-header_RightBlock {
  right: 0%;
  top: 6px;
  position: absolute; }
  .l-header_RightBlock .l-header-textcode {
    position: absolute;
    font-size: 12px;
    color: #666;
    left: 1%;
    top: 33px; }
    @media screen and (max-width: 767px) {
      .l-header_RightBlock .l-header-textcode {
        top: 23px; } }

.l-header_langchabgebutton {
  display: inline-block;
  margin-left: 19%;
  vertical-align: top;
  margin-top: 8px;
  font-size: 12px;
  line-height: 1;
  padding: 10px 10px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 5px; }

.l-headerMenu_01 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  @media screen and (max-width: 767px) {
    .l-headerMenu_01 {
      margin: 0; } }
  .l-headerMenu_01 li {
    font-size: 13px;
    margin: 0;
    margin-right: 30px;
    color: #666;
    list-style: none;
    transition: 0.3s all ease-out; }
    .l-headerMenu_01 li:hover {
      opacity: 0.7; }
    @media screen and (max-width: 767px) {
      .l-headerMenu_01 li {
        font-size: 12px;
        margin-right: 20px; } }
    .l-headerMenu_01 li a {
      color: inherit;
      text-decoration: none; }

.l-headerMenu_02 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0; }
  .l-headerMenu_02 li {
    font-size: 13px;
    padding: 5px 0;
    margin: 0;
    line-height: 1.7;
    -ms-flex-preferred-size: 140px;
    flex-basis: 140px;
    text-align: center;
    list-style: none;
    cursor: pointer;
    transition: 0.3s all ease-out; }
    .l-headerMenu_02 li:hover {
      opacity: 0.7; }
    @media screen and (max-width: 767px) {
      .l-headerMenu_02 li {
        -ms-flex-preferred-size: 13%;
        flex-basis: 13%;
        font-size: 12px; } }
    .l-headerMenu_02 li:first-child {
      background: #666;
      color: #fff; }
    .l-headerMenu_02 li a {
      display: block;
      color: inherit;
      text-decoration: none; }
    .l-headerMenu_02 li:hover {
      background: #666;
      color: #fff;
      -webkit-transform: 0.2s all ease-out;
      transform: 0.2s all ease-out; }

.l-headerMenu_03 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 99;
  position: relative;
  margin: 0 auto;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  background: #666; }
  .l-headerMenu_03:before, .l-headerMenu_03:after {
    content: "";
    display: table; }
  .l-headerMenu_03:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 10px;
    z-index: 99999999;
    visibility: visible; }
  .l-headerMenu_03 li {
    margin: 0;
    padding: 0;
    -ms-flex-preferred-size: 15.4166666667%;
    flex-basis: 15.4166666667%;
    font-size: 16px;
    text-align: center;
    background: #666;
    height: 40px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    border-right: 1px solid #fff;
    box-sizing: border-box;
  border-top: 1px solid #fff }
    .l-headerMenu_03 li a {
      color: inherit;
      text-decoration: none;
      display: block;
      width: 100%;
      height: 100%;
      padding: 7px 0; }
    .l-headerMenu_03 li:first-child {
      -ms-flex-preferred-size: 7.5%;
      flex-basis: 7.5%;
      background: #e60012; }
      .l-headerMenu_03 li:first-child a {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center; }
    .l-headerMenu_03 li:last-child {
      border-right: none; }
    .l-headerMenu_03 li.is-active {
      background: #e60012;
      color: #fff; }
    .l-headerMenu_03 li:hover {
      background: #e60012; }
    @media screen and (max-width: 767px) {
      .l-headerMenu_03 li {
        font-size: 12px; } }

/* 法人ヘッダ */
.l-headerMenu_03.hojin {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 99;
  position: relative;
  margin: 0 auto;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0; }
  .l-headerMenu_03.hojin:before, .l-headerMenu_03.hojin:after {
    content: "";
    display: table; }
  .l-headerMenu_03.hojin:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 10px;
    z-index: 99999999;
    visibility: visible; }
  .l-headerMenu_03.hojin li {
    margin: 0;
    padding: 0;
    -ms-flex-preferred-size: 15.4166666667%;
    flex-basis: 15.4166666667%;
    font-size: 13px;
    text-align: center;
    background: #666;
    height: 45px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    border-right: 1px solid #fff;
    box-sizing: border-box; }
    .l-headerMenu_03.hojin li a {
      color: inherit;
      text-decoration: none;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
      height: 100%;
      padding: 7px 0; }
    .l-headerMenu_03.hojin li:first-child {
      -ms-flex-preferred-size: 7.5%;
      flex-basis: 7.5%;
      background: #e60012; }
    .l-headerMenu_03.hojin li:last-child {
      border-right: none; }
    .l-headerMenu_03.hojin li.is-active {
      background: #e60012;
      color: #fff; }
    .l-headerMenu_03.hojin li:hover {
      background: #e60012; }
    @media screen and (max-width: 767px) {
      .l-headerMenu_03.hojin li {
        font-size: 12px; } }

.l-headerMenu_03_company {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 99;
  position: relative;
  margin: 0 auto;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #fff }
  .l-headerMenu_03_company:before, .l-headerMenu_03_company:after {
    content: "";
    display: table; }
  .l-headerMenu_03_company:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 10px;
    z-index: 99999999;
    visibility: visible; }
  .l-headerMenu_03_company li {
    margin: 0;
    padding: 0;
    -ms-flex-preferred-size: 18.5%;
    flex-basis: 18.5%;
    font-size: 16px;
    text-align: center;
    background: #666;
    height: 40px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    border-right: 1px solid #fff;
    box-sizing: border-box; }
    .l-headerMenu_03_company li a {
      color: inherit;
      text-decoration: none;
      display: block;
      width: 100%;
      height: 100%;
      padding: 7px 0; }
    .l-headerMenu_03_company li:first-child {
      -ms-flex-preferred-size: 7.5%;
      flex-basis: 7.5%;
      background: #e60012; }
      .l-headerMenu_03_company li:first-child a {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center; }
    .l-headerMenu_03_company li:last-child {
      border-right: none; }
    .l-headerMenu_03_company li.is-active {
      background: #e60012;
      color: #fff; }
    .l-headerMenu_03_company li:hover {
      background: #e60012; }
    @media screen and (max-width: 767px) {
      .l-headerMenu_03_company li {
        font-size: 12px; } }

.headingblock_hdgwrap {
  width: 100% !important;
  text-align: left !important;
  margin-top: -5px; }

.headingblock {
  margin: 0 auto;
  width: 1000px;
  height: auto;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 0px 0px 20px 20px;
  background: #fff;
  padding: 0px 50px 30px 50px;
  z-index: 99;
  margin: 0 auto;
  list-style: none;
  font-size: 0px;
  box-sizing: border-box;
  text-align: left;
  border-bottom: 1px solid #f2f2f2; }
  .headingblock:before, .headingblock:after {
    content: "";
    display: table; }
  .headingblock:after {
    clear: both; }
  .headingblock > li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    background: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 285px; }
    .headingblock > li a {
      color: #777;
      padding: 0 0;
      width: 95%;
      display: block;
      text-decoration: none; }
    .headingblock > li > ul {
      padding: 0;
      margin: 10px 0 0;
      list-style: none;
      box-sizing: border-box;
      width: 100%;
      height: auto;
      box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
      top: 0px;
      display: inline-block;
      vertical-align: top;
      position: relative;
      border-radius: 10px;
      border: 1px solid #ccc;
      overflow: hidden; }
      .headingblock > li > ul:before, .headingblock > li > ul:after {
        content: "";
        display: table; }
      .headingblock > li > ul:after {
        clear: both; }
      .headingblock > li > ul > li {
        padding: 0 15px;
        color: #000;
        width: 100%;
        margin: 0 !important;
        height: 40px;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        -ms-flex-align: center;
        align-items: center;
        color: #666;
        font-size: 14px;
        line-height: 1.2;
        text-align: left;
        border-bottom: 1px solid #ccc;
        border-right: none;
        box-sizing: border-box;
        transition: all 0.2s ease; }
        .headingblock > li > ul > li:hover {
          background: #666;
          color: #fff; }
        .headingblock > li > ul > li img {
          width: 100%; }
        .headingblock > li > ul > li a {
          border: 0;
          color: inherit;
          text-decoration: none;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
          align-items: center;
          height: 100%;
          width: 100% !important;
          position: absolute;
          top: 0;
          left: 0;
          padding: 0 10px 0 30px;
          -ms-flex-pack: start;
          justify-content: flex-start;
          transition: none; }
          .headingblock > li > ul > li a:hover {
            opacity: 1; }
        .headingblock > li > ul > li:first-child {
          background: #e60012;
          color: #fff;
          text-align: center;
          height: 50px; }
          .headingblock > li > ul > li:first-child h3 {
            font-size: 20px;
            font-weight: 100; }
          .headingblock > li > ul > li:first-child:before {
            display: none; }
        .headingblock > li > ul > li:before {
          content: '';
          width: 0;
          height: 0;
          border-style: solid;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          margin-right: 10px;
          position: absolute;
          left: 10px;
          top: 50%;
          display: inline-block;
          border-width: 5px 0 5px 4px;
          border-color: transparent transparent transparent #666; }
      .headingblock > li > ul:last-child {
        margin-right: 0; }
    .headingblock > li:first-child {
      background: none; }
    .headingblock > li.two-coumn {
      width: 435px; }
  .headingblock .atm_btn {
    position: absolute;
    top: 170px;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px 0 10px 35px;
    left: 10px;
    width: 100%;
    text-align: center;
    transition: 0.2s all ease;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); }
    .headingblock .atm_btn:before {
      content: '';
      display: block;
      background: url(/assets/img/common/icon/pin_sp_02.png) center center no-repeat;
      background-size: contain;
      width: 17px;
      height: 23px;
      position: absolute;
      top: 12px;
      left: 74px; }
    .headingblock .atm_btn:hover {
      background: #666; }
      .headingblock .atm_btn:hover a {
        color: #fff !important; }

.js-headercontainer {
  height: 0px;
  z-index: 9999;
  position: absolute;
  overflow: hidden;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%; }
  .js-headercontainer > div {
    margin: 0 auto;
    max-width: 1400px;
    background: #fff;
    border-radius: 0px 0px 20px 20px; }

.is-shadow {
  box-shadow: 0px 30px 30px 0px black;
  padding-bottom: 100px; }

.l-headerMegamenu {
  position: relative;
  margin-bottom: 30px; }
  .l-headerMegamenu h2 {
    font-size: 40px;
    line-height: 1;
    color: #000;
    font-weight: 100; }
  .l-headerMegamenu h2 .small {
    top: 0px;
    font-size: 32px;
    line-height: 1;
    color: #000;
    font-weight: 100; }
  .l-headerMegamenu span {
    display: inline-block;
    top: 24px;
    position: relative;
    margin-right: 20px; }

.l-headerMegamenu_close {
  position: absolute;
  top: 40px;
  right: 0;
  border-radius: 30px;
  background: #666;
  font-size: 20px;
  width: 180px;
  padding: 10px 0px 10px 30px;
  box-sizing: border-box;
  text-align: center;
  font-weight: normal;
  transition: 0.2s all ease; }
  .l-headerMegamenu_close:after {
    position: absolute;
    top: 12px;
    left: 50px;
    height: 28px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 1px;
    content: '';
    background: #fff;
    display: inline-block; }
  .l-headerMegamenu_close:before {
    position: absolute;
    top: 12px;
    left: 50px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 28px;
    width: 1px;
    content: '';
    background: #fff;
    display: inline-block; }
  .l-headerMegamenu_close a {
    color: #fff !important;
    width: auto !important;
    text-decoration: none; }
  .l-headerMegamenu_close:hover {
    border: 1px solid #666;
    background: #fff; }
    .l-headerMegamenu_close:hover a {
      color: #333 !important; }
    .l-headerMegamenu_close:hover:after {
      background: #666; }
    .l-headerMegamenu_close:hover:before {
      background: #666; }

.l-headerMegamenu_top {
  margin: 25px 0 0 15px;
  display: inline-block;
  border: 1px solid #666;
  border-radius: 30px;
  font-size: 15px;
  padding: 6px 20px;
  vertical-align: top;
  transition: 0.2s all ease; }
  .l-headerMegamenu_top a {
    display: inline-block !important;
    width: 100% !important;
    color: inherit;
    text-decoration: none; }
  .l-headerMegamenu_top:hover {
    background: #666;
    color: #fff; }
    .l-headerMegamenu_top:hover a {
      color: #fff !important; }

.l-headerMegamenu_inlinelist {
  text-align: right;
  margin-top: 30px; }
  .l-headerMegamenu_inlinelist p {
    display: inline-block;
    vertical-align: top;
    border-radius: 30px;
    color: #666;
    border: 1px solid #ccc;
    padding: 5px 20px;
    font-size: 14px;
    margin-right: 20px;
    transition: 0.2s all ease; }
    .l-headerMegamenu_inlinelist p:last-child {
      margin-right: 0px; }
    .l-headerMegamenu_inlinelist p a {
      width: 100% !important;
      text-decoration: none; }
    .l-headerMegamenu_inlinelist p:hover {
      background: #666;
      color: #fff; }
      .l-headerMegamenu_inlinelist p:hover a {
        color: #fff; }


.l-headerMegamenu_hojinbtn {
    text-align: center;
  margin-top: 30px; }
  .l-headerMegamenu_hojinbtn p {
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    display: inline-block;
    vertical-align: middle;
    border-radius: 30px;
    color: #666;
    border: 1px solid #ccc;
    padding: 5px 20px;
    font-size: 16px;
    margin-right: 20px;
    transition: 0.2s all ease; }
    .l-headerMegamenu_hojinbtn p:last-child {
      margin-right: 0px; }
    .l-headerMegamenu_hojinbtn p a {
    width:200px;
    height:50px;
    display:table-cell;
    vertical-align: middle;
/*      width: 100% !important;*/
      text-decoration: none; }
    .l-headerMegamenu_hojinbtn p:hover {
      background: #666;
      color: #fff; }
      .l-headerMegamenu_hojinbtn p:hover a {
        color: #fff; }


.l-headerMenu_any {
  position: absolute;
  right: 0px;
  height: 100%;
  top: 0;
  font-size: 0px; }
  .l-headerMenu_any li {
    margin: 0;
    padding: 5px 10px;
    width: 140px;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    box-sizing: border-box;
    transition: 0.2s all ease;
    position: relative; }
    .l-headerMenu_any li:first-child {
      font-size: 13px;
      color: #666;
      width: 150px; }
      .l-headerMenu_any li:first-child:before {
        content: '';
        width: 11px;
        position: absolute;
        top: 50%;
        left: 5px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 15px;
        display: inline-block;
        background-color: #fff;
        background: url(/assets/img/index/icon_any02.png) center center no-repeat;
        margin-right: 5px;
        background-size: contain; }
      .l-headerMenu_any li:first-child:hover {
        background-color: #666;
        color: #fff; }
        .l-headerMenu_any li:first-child:hover a {
          color: #fff;
          opacity: 1; }
          .l-headerMenu_any li:first-child:hover a:visited {
            color: #fff; }
        .l-headerMenu_any li:first-child:hover:before {
          background: url(/assets/img/common/icon/pin_w.png) center center no-repeat;
          background-size: cover; }
      .l-headerMenu_any li:first-child a {
        transition: none !important;
        line-height: 1.8; }
        .l-headerMenu_any li:first-child a:visited {
          color: #666; }
    .l-headerMenu_any li:last-child {
      font-size: 13px;
      background: #e00000;
      color: #fff; }
      .l-headerMenu_any li:last-child:before {
        content: '';
        width: 11px;
        position: absolute;
        top: 50%;
        left: 10px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 14px;
        display: inline-block;
        background: url(/assets/img/index/icon_any01.png) center center no-repeat;
        margin-right: 5px;
        background-size: contain; }
      .l-headerMenu_any li:last-child:hover {
        background: #e60012; }
      .l-headerMenu_any li:last-child a.is-target:after {
        content: '';
        background: url(/assets/img/common/icon/icon_newtab-w.png) no-repeat center center !important;
        width: 1em;
        height: 1em;
        background-size: contain !important;
        left: inherit;
        display: inline-block;
        vertical-align: middle;
        margin: 0 4px; }
      .l-headerMenu_any li:last-child a:visited {
        color: inherit; }
  .l-headerMenu_any a {
    color: inherit;
    text-decoration: none;
    padding: 6px 10px 5px 10px;
    position: absolute;
    top: 0;
    display: block;
    left: 0;
    width: 100%;
    height: 100%; }

.l-headerMenu_any.hojin {
  position: absolute;
  right: 0px;
  height: 100%;
  top: 0;
  font-size: 0px; }
  .l-headerMenu_any.hojin li {
    margin: 0;
    padding: 5px 10px;
    width: 180px;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    box-sizing: border-box;
    transition: 0.2s all ease;
    position: relative; }
    .l-headerMenu_any.hojin li:first-child {
      font-size: 13px;
      color: #666;
      width: 150px; }
      .l-headerMenu_any.hojin li:first-child:before {
        content: '';
        width: 11px;
        position: absolute;
        top: 50%;
        left: 5px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 15px;
        display: inline-block;
        background-color: #fff;
        background: url(/assets/img/index/icon_any02.png) center center no-repeat;
        margin-right: 5px;
        background-size: contain; }
      .l-headerMenu_any.hojin li:first-child:hover {
        background-color: #666;
        color: #fff; }
        .l-headerMenu_any.hojin li:first-child:hover a {
          color: #fff;
          opacity: 1; }
          .l-headerMenu_any.hojin li:first-child:hover a:visited {
            color: #fff; }
        .l-headerMenu_any.hojin li:first-child:hover:before {
          background: url(/assets/img/common/icon/pin_w.png) center center no-repeat;
          background-size: cover; }
      .l-headerMenu_any.hojin li:first-child a {
        transition: none !important; }
        .l-headerMenu_any.hojin li:first-child a:visited {
          color: #666; }
          /*20210401ビジネスポータル導線追加*/
    .l-headerMenu_any.hojin li:nth-child(2) {
      font-size: 13px;
      color: #fff;
      width: 180px !important;
      background: #ff9900;
      /*background: #65b2e9;*/
      /*background: #ffaeed;*/   }
      .l-headerMenu_any li:nth-child(2):before {
        content: '';
        width: 11px;
        position: absolute;
        top: 50%;
        left: 10px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 14px;
        display: inline-block;
        background: url(/assets/img/index/icon_any01.png) center center no-repeat;
        background-size: contain; }
      .l-headerMenu_any li:nth-child(2) a.is-target:after {
        content: '';
        background: url(/assets/img/common/icon/icon_newtab-w.png) no-repeat center center !important;
        width: 1em;
        height: 1em;
        background-size: contain !important;
        left: inherit;
        display: inline-block;
        vertical-align: middle;
        margin: 0 4px; }
      .l-headerMenu_any li:nth-child(2) a:visited {
        color: inherit; }
    .l-headerMenu_any.hojin li:last-child {
      font-size: 13px;
      background: #e00000;
      color: #fff; 
      width: 250px !important;}
      .l-headerMenu_any.hojin li:last-child:before {
        content: '';
        width: 11px;
        position: absolute;
        top: 50%;
        left: 10px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 14px;
        display: inline-block;
        background: url(/assets/img/index/icon_any01.png) center center no-repeat;
        margin-right: 5px;
        background-size: contain; }
      .l-headerMenu_any.hojin li:last-child:hover {
        background: #e60012; }
      .l-headerMenu_any.hojin li:last-child a.is-target:after {
        content: '';
        background: url(/assets/img/common/icon/icon_newtab-w.png) no-repeat center center !important;
        width: 1em;
        height: 1em;
        background-size: contain !important;
        left: inherit;
        display: inline-block;
        vertical-align: middle;
        margin: 0 4px; }
      .l-headerMenu_any.hojin li:last-child a:visited {
        color: inherit; }
  .l-headerMenu_any.hojin a {
    color: inherit;
    text-decoration: none;
    padding: 6px 10px 5px 10px;
    position: absolute;
    top: 0;
    display: block;
    left: 0;
    width: 100%;
    height: 100%; }

.l-headerMenu_any.recruit {
  position: absolute;
  right: 0px;
  height: 100%;
  top: 0;
  font-size: 0px; }
  .l-headerMenu_any.recruit li {
    margin: 0;
    padding: 5px 10px;
    width: 140px;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    box-sizing: border-box;
    transition: 0.2s all ease;
    position: relative;
    background: transparent; }
    .l-headerMenu_any.recruit li:first-child {
      font-size: 13px;
      color: #666;
      width: 150px; }
      .l-headerMenu_any.recruit li:first-child:before {
        content: '';
        width: 11px;
        position: absolute;
        top: 50%;
        left: 5px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 15px;
        display: inline-block;
        background-color: #fff;
        background: url(/assets/img/index/icon_any02.png) center center no-repeat;
        margin-right: 5px;
        background-size: contain; }
      .l-headerMenu_any.recruit li:first-child:hover {
        background-color: #666;
        color: #fff; }
        .l-headerMenu_any.recruit li:first-child:hover a {
          color: #fff;
          opacity: 1; }
          .l-headerMenu_any.recruit li:first-child:hover a:visited {
            color: #fff; }
        .l-headerMenu_any.recruit li:first-child:hover:before {
          background: url(/assets/img/common/icon/pin_w.png) center center no-repeat;
          background-size: cover; }
      .l-headerMenu_any.recruit li:first-child a {
        transition: none !important; }
        .l-headerMenu_any.recruit li:first-child a:visited {
          color: #666; }
        .l-headerMenu_any.recruit li:first-child a:after {
          background: url(/assets/img/common/icon/icon_newtab.png) center center no-repeat !important; }
  .l-headerMenu_any.recruit a {
    color: inherit;
    text-decoration: none;
    padding: 6px 10px 5px 10px;
    position: absolute;
    top: 0;
    display: block;
    left: 0;
    width: 100%;
    height: 100%; }

body #header_require header .l-header_container .l-header_RightBlock .l-header-RightBlock-under {
  display: block;
  position: relative;
  top: -4px; }
  body #header_require header .l-header_container .l-header_RightBlock .l-header-RightBlock-under p {
    padding-left: 15px;
    font-size: 11px;
    color: #666;
    display: inline-block; }
  body #header_require header .l-header_container .l-header_RightBlock .l-header-RightBlock-under > .c-uniqueParts_search {
    right: 190px;
    position: absolute;
    margin: 0;
    top: 30px; }

.s-fontadjust .l-header_RightBlock {
  font-size: 120%; }

@media screen and (max-width: 767px) {
  .s-fontadjust .drawer-hamburger .label {
    top: 3px; } }

@media screen and (max-width: 767px) {
  .s-fontadjust .drawer-hamburger-icon {
    top: -2px; } }

@media all and (-ms-high-contrast: none) {
  .s-fontadjust .l-header_RightBlock {
    font-size: 118%\0; }
  .s-fontadjust .c-btn_fzchange-fake p {
    top: 0; } }

.js-headerMegamenuclose {
  opacity: 0 !important;
  display: none !important; }

.js-headerMenuon {
  display: none !important;
  opacity: 0 !important; }

.l-header-longmegaNavi {
  width: 595px !important; }
  .l-header-longmegaNavi ul {
    width: 100% !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .l-header-longmegaNavi ul li {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      width: auto;
      box-sizing: border-box;
      padding: 0 !important; }
      .l-header-longmegaNavi ul li:before {
        position: relative;
        left: 10px;
        margin-right: 20px !important; }
      .l-header-longmegaNavi ul li:first-child {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding: 0 15px !important;
        height: 60px; }
      .l-header-longmegaNavi ul li:nth-child(even) {
        border-right: 1px solid #ddd; }
      .l-header-longmegaNavi ul li.twoline {
        height: 51px;
        line-height: 1.2;
        padding-top: 10px; }
        .l-header-longmegaNavi ul li.twoline:before {
          margin-top: 12px; }
      .l-header-longmegaNavi ul li.is-hidden:hover {
        background: #fff; }
      .l-header-longmegaNavi ul li.is-hidden:before {
        display: none; }
      .l-header-longmegaNavi ul li.is-bdnone {
        border-bottom: none; }
      .l-header-longmegaNavi ul li a {
        width: auto !important;
        text-decoration: none;
        color: inherit; }

@media all and (-ms-high-contrast: none) {
  .l-header-longmegaNavi > ul > li {
    -ms-flex-preferred-size: 49.9%;
    flex-basis: 49.9%; } }

/* spはヘッダー別ファイルなのでCSSも別でコーディング
*
*/
.l-header_sp {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 5px 0 10px 0; }
  .l-header_sp h1 {
    width: 37%;
    height: auto;
    margin-left: 2%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 2px; }
    .l-header_sp h1 img {
      width: 100%;
      height: auto; }
      .l-header_sp h1 img.is-en {
        padding: 5px 0; }
  .l-header_sp ul {
    display: inline-block;
    vertical-align: top;
    font-size: 0px;
    position: absolute;
    top: 5px;
    right: 60px; }
    .l-header_sp ul li {
      width: 55px;
      height: 50px;
      margin: 0;
      padding: 0;
      margin-right: 5px;
      box-sizing: border-box;
      display: inline-block;
      vertical-align: top;
      border-radius: 10px;
      border: 1px solid #ccc;
      text-align: center;
      font-size: 10px;
      line-height: 1.2; }
    .l-header_sp ul .logon {
      padding-top: 5px; }
      .l-header_sp ul .logon img {
        width: 20px; }
    .l-header_sp ul .logon.hojin {
      padding-top: 5px; }
      .l-header_sp ul .logon.hojin img {
        width: 20px; }
    .l-header_sp ul .atm {
      position: relative;
      padding-top: 3px; }
      .l-header_sp ul .atm img {
        width: 13px; }
    .l-header_sp ul .lang {
      padding-top: 5px; }
      .l-header_sp ul .lang img {
        width: 25px; }
  .l-header_sp a {
    text-decoration: none;
    color: inherit; }
    .l-header_sp a:visited {
      color: #333; }

.s-fontadjust .l-header_sp {
  padding-bottom: 18px; }
  .s-fontadjust .l-header_sp .logon {
    margin-bottom: 2px; }
  .s-fontadjust .l-header_sp .atm {
    margin-bottom: 2px; }

/*
*金融コード
*/
.l-header_sp-textcode {
  display: block;
  font-size: 10px;
  color: #666;
  background: #eee;
  text-align: left;
  padding: 3px 0 3px 8px; }

/*
* ヘッダーオープンボタン
*/
.l-header_sp-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  display: inline-block;
  vertical-align: top;
  width: 55px;
  height: 50px;
  background: #333;
  color: #fff;
  font-size: 10px;
  text-align: center;
  padding: 6px 0 5px 0;
  border-radius: 10px;
  border: 1px solid #ccc;
  line-height: 1;
  z-index: 999999; }
  .l-header_sp-btn span {
    margin: 0 auto;
    margin-bottom: 6px;
    width: 28px;
    height: 3px;
    background: #fff;
    display: block;
    border-radius: 4px; }

.l-header_sp-Menu {
  width: 100%;
  height: auto;
  padding: 15px 0 10px 0;
  background: #fff;
  border-radius: 0 0 0 15px; }

.l-header_sp-Close:after, .l-header_sp-Close:before, .l-header_sp-Closebtn:after, .l-header_sp-Closebtn:before {
  margin: 0 auto;
  position: absolute;
  top: 14%;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  content: '';
  height: 27px;
  width: 3px;
  background: #fff;
  border-radius: 5px; }

.l-header_sp-Close {
  border-radius: 10px;
  border: 1px solid #ccc;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  width: 55px;
  height: 50px;
  padding-top: 32px;
  background: #333;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  position: absolute;
  top: 20px;
  right: 12px;
  text-align: center;
  z-index: 9999; }
  .l-header_sp-Close:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg); }
  .l-header_sp-Close:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.l-header_sp-Nav {
  border-top: 1px solid #ccc;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  color: #333;
  background: #fff; }
  .l-header_sp-Nav > h2 {
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    display: block;
    height: 50px;
    line-height: 50px;
    background: #eee;
    border-bottom: 1px solid #ccc; }
  .l-header_sp-Nav > ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .l-header_sp-Nav > ul > li {
      padding: 0 0 0 20px;
      margin: 0;
      line-height: 50px;
      font-size: 12px;
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      position: relative;
      list-style: none;
      border-bottom: 1px solid #ccc; }
      .l-header_sp-Nav > ul > li:nth-child(odd) {
        border-right: 1px solid #ccc; }
      .l-header_sp-Nav > ul > li.single {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        text-align: center;
        border-right: none; }
      .l-header_sp-Nav > ul > li a {
        color: inherit;
        text-decoration: none;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -ms-flex-align: center;
        align-items: center;
        height: 100%; }
      .l-header_sp-Nav > ul > li:before {
        position: absolute;
        top: 46%;
        margin: auto;
        content: "";
        vertical-align: middle;
        left: 5px;
        width: 5px;
        height: 5px;
        border-top: 1px solid #ccc;
        border-right: 1px solid #ccc;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
/*
      .l-header_sp-Nav > ul > li:last-child:before {
        display: none; }
*/
      .l-header_sp-Nav > ul > li:last-child.is-truelast:before {
        display: block; }
  .l-header_sp-Nav .l-header_sp-iconNav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .l-header_sp-Nav .l-header_sp-iconNav > li {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      text-align: left;
      display: block;
      padding: 0 0 0 15px;
      -ms-flex-align: center;
      align-items: center;
      position: relative; }
      .l-header_sp-Nav .l-header_sp-iconNav > li:nth-child(odd) {
        border-right: none; }
      .l-header_sp-Nav .l-header_sp-iconNav > li:before {
        display: none; }
      .l-header_sp-Nav .l-header_sp-iconNav > li:first-child:after {
        display: none; }
      .l-header_sp-Nav .l-header_sp-iconNav > li:first-child a {
        color: inherit;
        text-decoration: none;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
        position: absolute;
        top: 0;
        display: block; }
      .l-header_sp-Nav .l-header_sp-iconNav > li:after {
        position: absolute;
        top: 18px;
        margin: auto;
        content: "";
        vertical-align: middle;
        right: 7px;
        width: 10px;
        height: 10px;
        border-top: 1px solid #ccc;
        border-right: 1px solid #ccc;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg); }
      .l-header_sp-Nav .l-header_sp-iconNav > li.is-active:after {
        top: 21px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
    .l-header_sp-Nav .l-header_sp-iconNav span {
      display: inline-block;
      vertical-align: middle;
      width: 40px;
      height: 40px;
      margin-right: 10px;
      margin-bottom: 2px;
      position: relative; }
      .l-header_sp-Nav .l-header_sp-iconNav span img {
        width: 40px;
        vertical-align: top;
        height: auto; }
    .l-header_sp-Nav .l-header_sp-iconNav p {
      display: inline-block;
      vertical-align: middle; }

.l-header_sp-Closebtn {
  border-radius: 10px;
  border: 1px solid #ccc;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 280px;
  background: #333;
  height: 40px;
  line-height: 40px;
  color: #fff;
  padding: 0 0 0 20px;
  font-size: 15px;
  text-align: center;
  display: block;
  position: relative; }
  .l-header_sp-Closebtn:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    left: -60px; }
  .l-header_sp-Closebtn:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: -60px; }

.l-header_sp-iconNav-child {
  display: none; }
  .l-header_sp-iconNav-child > li {
    display: block;
    border-bottom: 1px solid #ddd;
    position: relative;
    height: 50px;
    display: -ms-flexbox !important;
    display: flex !important;
    line-height: 1.4;
    -ms-flex-align: center;
    align-items: center; }
    .l-header_sp-iconNav-child > li:before {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      margin-right: 10px;
      margin-top: 5px;
      display: inline-block;
      border-width: 5px 0 5px 4px;
      border-color: transparent transparent transparent #666; }
    .l-header_sp-iconNav-child > li.hdg {
      color: #e60012; }
      .l-header_sp-iconNav-child > li.hdg:before {
        display: none; }
    .l-header_sp-iconNav-child > li.twoline {
      line-height: 2; }
    .l-header_sp-iconNav-child > li h3 {
      font-weight: bold; }

/*
* 上書き
*/
.l-header_sp-headclose {
  margin-top: 10px; }

.drawer-hamburger:hover {
  background: #333; }

.drawer-hamburger {
  position: absolute;
  top: 5px !important;
  right: 5px !important;
  padding: 10px 0 0 0 !important;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  border: 0;
  outline: 0;
  width: 50px;
  height: 50px;
  background: #333;
  border-radius: 10px;
  box-sizing: border-box;
  z-index: 1; }
  .drawer-hamburger .label {
    font-size: 10px;
    color: #fff;
    text-align: center;
    position: relative;
    top: 2px; }

.drawer-hamburger-icon {
  background: #fff;
  width: 25px;
  margin: 0 auto; }
  .drawer-hamburger-icon:before {
    background: #fff;
    width: 25px;
    top: -7px; }
  .drawer-hamburger-icon:after {
    top: 7px;
    background: #fff;
    width: 25px; }

.drawer--right .drawer-nav {
  right: -86.66%; }

.drawer-nav {
  width: 86.66%;
  z-index: 999; }

.drawer-menu {
  height: auto; }

.js-overlay {
  background: rgba(0, 0, 0, 0.6);
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  min-height: 100%;
  height: 100%;
  position: absolute;
  top: 132px;
  left: 0;
  right: 0;
  display: none;
  z-index: 999; }
  .js-overlay.hojin {
  top: 137px;}
  @media screen and (max-width: 767px) {
    .js-overlay {
      top: 0;
      display: none;
      z-index: 9;
      background: transparent; } }

.drawer-overlay {
  z-index: 9;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0.22) 6%, rgba(0, 0, 0, 0.3) 7%, black 16%, black 100%); }

.l-header_lp {
  border-bottom: 1px solid #ddd; }
  .l-header_lp .c-uniqueParts_fzchange {
    top: 15px;
    right: 127px; }
  .l-header_lp .lp-close-btn {
    background: #e60012;
    color: #fff;
    right: 20px;
    font-size: 15px;
    padding: 1px 15px 1px 30px;
    position: relative;
    top: 15px;
    border-radius: 15px;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); }
    @media screen and (max-width: 767px) {
      .l-header_lp .lp-close-btn {
        right: 15px; } }
    .l-header_lp .lp-close-btn:after {
      position: absolute;
      top: 4px;
      left: 15px;
      height: 15px;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      right: 50px;
      width: 1px;
      content: '';
      background: #fff;
      display: inline-block; }
    .l-header_lp .lp-close-btn:before {
      position: absolute;
      top: 4px;
      left: 15px;
      height: 15px;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      width: 1px;
      content: '';
      background: #fff;
      display: inline-block; }

.menu {
  position: relative; }

#tabnextlink {
  position: absolute;
  z-index: 999; }
  #tabnextlink li {
    background: none; }

.is-simpleheader {
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px !important;
  font-family: 'Noto Sans Japanese' !important; }
  .is-simpleheader.is-en {
    font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif !important; }

.l-header_ennavi {
  display: inline-block;
  line-height: 60px;
  padding-right: 270px;
  box-sizing: border-box;
  margin-top: -10px; }
  .l-header_ennavi li {
    display: inline-block;
    margin-right: 50px;
    font-size: 14px; }
  .l-header_ennavi a {
    color: inherit;
    text-decoration: none; }
    .l-header_ennavi a:visited {
      color: inherit; }

.l-main_container {
  margin: 0 auto;
  width: 100%;
  height: auto;
  max-width: 1600px;
  background: #fff; }
  @media screen and (max-width: 599px) {
    .l-main_container {
      max-width: 100%;
      width: 100%;
      height: auto; } }

.l-main_section {
  width: 760px;
  margin: 0 0 50px 0;
  padding: 0 0 20px 0; }
  @media screen and (max-width: 767px) {
    .l-main_section {
      width: 100%;
      margin: 0 0 40px 0;
      padding: 0 0 20px 0; } }
  @media screen and (min-width: 600px) and (max-width: 1000px) {
    .l-main_section {
      width: 100%; } }
  .l-main_section.is-border {
    border-bottom: 1px solid #ddd; }
  .l-main_section > iframe {
    width: 100%;
    height: auto;
    min-height: 1480px; }

.l-main_content {
  margin: 0 auto;
  width: 1000px; }
  @media screen and (max-width: 767px) {
    .l-main_content {
      width: 100%;
      margin: 0; } }
  @media screen and (max-width: 767px) {
    .l-main_content.l-main_spwrapper {
      margin: 0 auto;
      width: 92%; } }

@media screen and (max-width: 767px) {
  .l-main_lowertemplate {
    -webkit-transform: scale(0.44);
    transform: scale(0.44);
    display: block;
    -webkit-transform-origin: top left;
    transform-origin: top left; } }

.l-main_inner {
  width: 760px; }
  @media screen and (max-width: 767px) {
    .l-main_inner {
      width: 92%;
      box-sizing: border-box;
      margin: 0 auto; } }
  @media screen and (min-width: 600px) and (max-width: 1000px) {
    .l-main_inner {
      margin: auto;
      width: 92%; } }
  .l-main_inner iframe {
    width: 100%; }

.l-main_fullinner {
  width: 100%; }
  @media screen and (max-width: 767px) {
    .l-main_fullinner {
      width: 100%;
      margin: 0 auto; } }

.l-main_flex {
  margin: 0 auto;
  width: 1000px;
  height: auto;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 767px) {
    .l-main_flex {
      width: auto;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; } }
  @media screen and (min-width: 600px) and (max-width: 1000px) {
    .l-main_flex {
      padding: 0 30px; } }
  .l-main_flex.lower {
    display: block; }
    @media screen and (max-width: 767px) {
      .l-main_flex.lower {
        width: 100% !important;
        overflow: scroll; } }

.l-main_flex--main {
  -ms-flex: 1;
  flex: 1;
  margin-left: 40px;
  width: 760px; }
  @media screen and (max-width: 767px) {
    .l-main_flex--main {
      -ms-flex-preferred-size: auto;
      flex-basis: auto;
      width: 100%;
      box-sizing: border-box;
      margin-left: 0;
      margin: 0 auto; } }
      
      
      
/*
**
* 新本部棟ページ作成時追加202101・PC時横幅900pxの1カラムページ用
**
*/

.l-main_flex-w900 {
  -ms-flex: 1;
  flex: 1;
  margin: 0 auto;
  width: 900px;
  align: center }
  @media screen and (max-width: 767px) {
    .l-main_flex-w900 {
      -ms-flex-preferred-size: auto;
      flex-basis: auto;
      width: 100%;
      box-sizing: border-box;
      margin-left: 0;
      margin: 0 auto; } }
      

.l-main_section-w900 {
  width: 900px;
  margin: 0 0 50px 0;
  padding: 0 0 20px 0; }
  @media screen and (max-width: 767px) {
    .l-main_section-w900 {
      width: 100%;
      margin: 0 0 40px 0;
      padding: 0 0 20px 0; } }
  @media screen and (min-width: 600px) and (max-width: 1000px) {
    .l-main_section-w900 {
      width: 100%; } }
  .l-main_section-w900.is-border {
    border-bottom: 1px solid #ddd; }
  .l-main_section-w900 > iframe {
    width: 100%;
    height: auto;
    min-height: 1480px; }
    

.l-main_firstview {
  margin: 0;
  padding: 0; }

.l-lp_wrapper {
  margin: 0 auto;
  padding: 50px 0 20px 0; }
  @media screen and (max-width: 767px) {
    .l-lp_wrapper {
      padding: 30px 0 20px 0; } }

.l-single_wrapper {
  margin: 0 auto;
  padding: 0 0 20px 0; }
  @media screen and (max-width: 767px) {
    .l-single_wrapper {
      padding: 0 0 20px 0; } }

@media screen and (max-width: 767px) {
  .drawer #contents-area {
    width: 100%; } }

.l-main_lowertemplate {
  display: block; }

@media screen and (min-width: 0px) and (max-width: 318px) {
  .l-main_lowertemplate {
    overflow: visible !important;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0; }
  .js-heightcalc {
    overflow: hidden; } }

@media screen and (min-width: 319px) and (max-width: 320px) {
  .l-main_lowertemplate {
    overflow: visible !important;
    -webkit-transform: scale(0.43);
    transform: scale(0.43);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0; }
  .js-heightcalc {
    overflow: hidden; } }

@media screen and (min-width: 321px) and (max-width: 375px) {
  .l-main_lowertemplate {
    overflow: visible !important;
    -webkit-transform: scale(0.484);
    transform: scale(0.484);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0; }
  .js-heightcalc {
    overflow: hidden; } }

@media screen and (min-width: 376px) and (max-width: 415px) {
  .l-main_lowertemplate {
    overflow: visible !important;
    -webkit-transform: scale(0.528);
    transform: scale(0.528);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0; }
  .js-heightcalc {
    overflow: hidden; } }

@media screen and (min-width: 416px) and (max-width: 767px) {
  .l-main_lowertemplate {
    overflow: visible !important;
    -webkit-transform: scale(0.585);
    transform: scale(0.585);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0; }
  .js-heightcalc {
    overflow: hidden; } }

.l-sidebar {
  -ms-flex-preferred-size: 200px;
  flex-basis: 200px; }
  @media screen and (max-width: 767px) {
    .l-sidebar {
      display: block;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      -ms-flex: 1;
      flex: 1; } }
  .l-sidebar ul {
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    border: 1px solid #ccc;
    width: 200px;
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      .l-sidebar ul {
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border-radius: 0;
        box-shadow: none; } }
    .l-sidebar ul li {
      border-bottom: 1px solid #ccc;
      font-size: 16px;
      color: #333;
      margin: 0;
      padding: 0;
      position: relative;
      box-sizing: border-box; }
      @media screen and (max-width: 767px) {
        .l-sidebar ul li {
          -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
          background: #666;
          margin: 0;
          color: #fff;
          font-size: 14px;
          padding: 0; } }
      .l-sidebar ul li a {
        text-decoration: none;
        color: inherit;
        display: block;
        padding: 10px 20px 10px 20px;
        box-sizing: border-box; }
        @media screen and (max-width: 767px) {
          .l-sidebar ul li a {
            display: block;
            padding: 10px 20px; } }
        .l-sidebar ul li a.is-target:after {
          content: '';
          background: url(/assets/img/common/icon/icon_newtab.png) no-repeat center center !important;
          width: 13px;
          height: 13px;
          background-size: contain !important;
          margin-left: 5px;
          display: inline-block; }
          @media screen and (max-width: 767px) {
            .l-sidebar ul li a.is-target:after {
              content: '';
              background: url(/assets/img/common/icon/icon_newtab-w.png) no-repeat center center !important;
              width: 20px;
              height: 20px;
              position: relative;
              top: 6px; } }
      .l-sidebar ul li:last-child {
        border-bottom: 0px; }
      .l-sidebar ul li:first-child {
        background: #666;
        color: #fff;
        font-weight: 400; }
        .l-sidebar ul li:first-child a {
          display: block;
          text-decoration: center;
          text-decoration: none;
          width: 100%;
          -ms-flex-align: center;
          align-items: center; }
        @media screen and (max-width: 767px) {
          .l-sidebar ul li:first-child {
            -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
            background: #333;
            text-align: center;
            font-weight: 500;
            font-size: 25px; } }
        .l-sidebar ul li:first-child:after {
          display: none; }
        .l-sidebar ul li:first-child.is-current {
          border-bottom: 2px solid #ccc;
          background: #666; }
          @media screen and (max-width: 767px) {
            .l-sidebar ul li:first-child.is-current {
              border-bottom: 1px solid #ccc; } }
      .l-sidebar ul li:after {
        content: '';
        width: 6px;
        height: 6px;
        border-top: 1px solid #e60012;
        border-right: 1px solid #e60012;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 0;
        bottom: 0;
        right: 10px;
        margin: auto;
        content: "";
        vertical-align: middle; }
      .l-sidebar ul li:hover {
        background: #ddd;
        cursor: pointer; }
        @media screen and (max-width: 767px) {
          .l-sidebar ul li:hover {
            background: #666; } }
      .l-sidebar ul li.is-current {
        border-bottom: 2px solid #ccc;
        background: #eee; }
        @media screen and (max-width: 767px) {
          .l-sidebar ul li.is-current {
            border-bottom: 1px solid #ccc; } }
      .l-sidebar ul li span {
        margin-right: 10px;
        position: relative;
        top: 3px; }
        @media screen and (max-width: 767px) {
          .l-sidebar ul li span img {
            height: 20px; } }
    .l-sidebar ul .is-nest_01 {
      cursor: default !important;
      margin: 5px 0;
      padding: 0 0 0 10px; }
      @media screen and (max-width: 767px) {
        .l-sidebar ul .is-nest_01 {
          background: #666;
          margin: 0;
          padding: 10px 0px 10px 20px; } }
      .l-sidebar ul .is-nest_01:after {
        display: none; }
        @media screen and (max-width: 767px) {
          .l-sidebar ul .is-nest_01:after {
            top: 14%; } }
      .l-sidebar ul .is-nest_01:hover {
        background: #fff; }
        @media screen and (max-width: 767px) {
          .l-sidebar ul .is-nest_01:hover {
            background: #666; } }
      .l-sidebar ul .is-nest_01 ul {
        border: none;
        box-shadow: none;
        border-radius: none;
        margin: 0 !important;
        max-width: 188px;
        padding: 0 0 0 0 !important;
        cursor: default; }
        @media screen and (max-width: 767px) {
          .l-sidebar ul .is-nest_01 ul {
            max-width: 100%; } }
        .l-sidebar ul .is-nest_01 ul > li {
          margin: 0 !important;
          padding: 0 0 0 10px !important;
          border: none;
          font-size: 14px;
          cursor: default; }
          .l-sidebar ul .is-nest_01 ul > li:hover {
            background: #fff; }
            @media screen and (max-width: 767px) {
              .l-sidebar ul .is-nest_01 ul > li:hover {
                background: #666; } }
          @media screen and (max-width: 767px) {
            .l-sidebar ul .is-nest_01 ul > li {
              margin: 0 !important;
              font-size: 14px; } }
          .l-sidebar ul .is-nest_01 ul > li a {
            margin: 0;
            display: block;
            padding: 5px 10px 5px 10px !important; }
            @media screen and (max-width: 767px) {
              .l-sidebar ul .is-nest_01 ul > li a {
                padding: 5px 0 !important;
                color: #fff !important; } }
            .l-sidebar ul .is-nest_01 ul > li a:hover {
              background: #fff;
              color: #e60012 !important;
              opacity: 1; }
              @media screen and (max-width: 767px) {
                .l-sidebar ul .is-nest_01 ul > li a:hover {
                  background: #666;
                  color: #fff; } }
              .l-sidebar ul .is-nest_01 ul > li a:hover a {
                opacity: 1; }
            .l-sidebar ul .is-nest_01 ul > li a:before {
              content: '';
              width: 0;
              height: 0;
              border-style: solid;
              margin-right: 10px;
              display: inline-block;
              position: absolute;
              left: 10px;
              top: 10px;
              border-width: 5px 0 5px 4px;
              border-color: transparent transparent transparent #e60012; }
              @media screen and (max-width: 767px) {
                .l-sidebar ul .is-nest_01 ul > li a:before {
                  -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
                  top: 50%;
                  left: 0; } }
          .l-sidebar ul .is-nest_01 ul > li:first-child {
            background: none;
            color: #333; }
            @media screen and (max-width: 767px) {
              .l-sidebar ul .is-nest_01 ul > li:first-child {
                color: #fff;
                text-align: left;
                font-size: 14px;
                font-weight: normal; } }
            .l-sidebar ul .is-nest_01 ul > li:first-child a {
              -ms-flex-pack: start;
              justify-content: flex-start; }
          .l-sidebar ul .is-nest_01 ul > li:after {
            display: none; }
          .l-sidebar ul .is-nest_01 ul > li.is-current {
            border: none; }
      .l-sidebar ul .is-nest_01.last-item {
        margin-bottom: 0px; }
  .l-sidebar .l-sidebar_sub {
    margin: 20px 0 0 0;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    border: 1px solid #ccc; }
    @media screen and (max-width: 767px) {
      .l-sidebar .l-sidebar_sub {
        display: none; } }
    .l-sidebar .l-sidebar_sub li {
      padding: 10px 10px 10px 20px;
      font-size: 16px;
      cursor: none; }
      @media screen and (max-width: 767px) {
        .l-sidebar .l-sidebar_sub li {
          background: #f8f8f8;
          color: #333; } }
      .l-sidebar .l-sidebar_sub li:before {
        display: none; }
      .l-sidebar .l-sidebar_sub li:first-child {
        background: #fff;
        color: #666;
        text-align: left; }
        @media screen and (max-width: 767px) {
          .l-sidebar .l-sidebar_sub li:first-child {
            font-size: 12px;
            padding: 10px; } }
        .l-sidebar .l-sidebar_sub li:first-child:hover {
          background: #ddd; }
        .l-sidebar .l-sidebar_sub li:first-child a {
          text-align: left;
          display: block;
          color: #333; }
        .l-sidebar .l-sidebar_sub li:first-child:after {
          display: block; }
      .l-sidebar ul li.is-active {
        background: #eee; }
        @media screen and (max-width: 767px) {
          .l-sidebar ul li.is-active {
            background: #666; } }

.l-sidebar_unique {
  -ms-flex-preferred-size: 200px;
  flex-basis: 200px; }
  @media screen and (max-width: 767px) {
    .l-sidebar_unique {
      display: block;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      -ms-flex: 1;
      flex: 1;
      margin-top: 40px; } }

.l-sidebar_market {
  border: 1px solid #ddd;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  overflow: hidden;
  box-sizing: border-box; }
  .l-sidebar_market .hdg {
    padding: 10px 20px 10px 20px;
    background: #666;
    color: #fff;
    margin: 0 0 10px 0;
    font-weight: 400; }
  .l-sidebar_market .inner {
    padding: 10px; }
    .l-sidebar_market .inner img {
      width: 100%; }
      
.flat35_img {
  position: relative;
                    }
                    
.flat35_img .img02 {
  position: relative;
    width: auto;
    max-width: 100%;
    vertical-align: top;
  align: center;
                    }
                    

.flat35_img .text1 {
  position: absolute;
  color: #d6344a;
  top: 53%;
  left: 39%;
  font-weight: bold;
  font-size: 45px;
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif !important;
  -ms-transform: translate(-50% ,-50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
                    }
.flat35_img .text2 {
  position: absolute;
  color: #d6344a;
  top: 77%;
  left: 39%;
  font-weight: bold;
  font-size: 45px;
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif !important;
  -ms-transform: translate(-50% ,-50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
                    }
.flat35_img .text3 {
  position: absolute;
  color: #d6344a;
  top: 78%;
  left: 42%;
  font-weight: bold;
  font-size: 40px;
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif !important;
  -ms-transform: translate(-50% ,-50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
                    }
  
  @media screen and (max-width: 767px) {
  .flat35_img .text1 {
  position: absolute;
  color: #d6344a;
  top: 52%;
  left: 38%;
  font-weight: bold;
  font-size: 25px;
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif !important;
  -ms-transform: translate(-50% ,-50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
                    }
.flat35_img .text2 {
  position: absolute;
  color: #d6344a;
  top: 76.5%;
  left: 38%;
  font-weight: bold;
  font-size: 25px;
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif !important;
  -ms-transform: translate(-50% ,-50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
                    }
.flat35_img .text3 {
  position: absolute;
  color: #d6344a;
  top: 76.5%;
  left: 36%;
  font-weight: bold;
  font-size: 30px;
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif !important;
  -ms-transform: translate(-50% ,-50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
                    } }
                    
  
.flat35_img img {
  width: 100%; 
}

/* blogCard START*/

.blogCard {
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 16px;
  margin-bottom: 1.6rem;
}
.blogCardCont {
  position: relative;
  margin-bottom: 5px;
  min-height: 100px;
}
.blogCardCont p {
  font-size: 16px;
  color:#848484;
  overflow: hidden;
  margin: 0;
}
.blogCardTxt {
  margin-right: 110px;
}
.blogCardTxt p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.blogCardTitle {
  margin-bottom: 5px;
  overflow: hidden;
  -webkit-line-clamp: 2 !important;
}
.blogCardTitle a {
  color:#666;
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  text-decoration: underline;
}
.blogCardTitle a:hover {
  text-decoration: underline;
}
.blogCardImg {
  position: absolute;
  top: 0;
  right: 0;
}
.blogCardImg__wrap {
  float: right;
  width: 15%;
  min-width: 100px;
  height: 100px;
  overflow: hidden;
  position: relative;
}
.blogCardImg__wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: none;
  max-height: 100%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.blogCardFooter {
  font-size: 12px;
}
.blogCardFooter a {
  color: #9aa5ab;
}
.blogCardFooter a img {
  margin-right: 5px;
}
.blogCardTitle a i,
.blog article .blogCardFooter a i {
  display: none;
}
.blogCard.blogCard--noimg .blogCardCont {
  min-height: auto;
}
blogCard.blogCard--noimg .blogCardTxt {
  margin-right: 0;
}

/* blogCard END*/      


/* 202101 SDGsページの紙風なの実装のため追加*/
.sdgsnote {
  position: relative;
  width: 100%;
  padding: 3em 2.5em;
  margin: 2em  auto;
  overflow: hidden;
  background:#f7f7f7;
/*  border: solid 1px #ccc;*/
}
  @media screen and (max-width: 767px) {
.sdgsnote {
  padding: 3em 0.5em;
  margin: 2em  auto;
} }

.sdgsnote:before {
  content:"";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 80px 30px 0;
  border-style: solid;
  border-color: #ccc #fff #ccc #fff;
  display: block;
  width: 0;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}

/* 202110 無担保金利ライトボックスページ化に伴う追加*/
.kinri-number {  
    color: #e60012;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2); 
    display: inline-block;
    vertical-align: center;
    margin-top: 5px;
}