@charset "UTF-8";
/*! sanitize.css v6.0.0 | CC0 License | github.com/csstools/sanitize.css */
/* Document
 * ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Correct the line height in all browsers.
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 4. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  line-height: 1.15;
  /* 1 */
  cursor: default;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  word-break: break-word;
  /* 4 */
}

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Add the correct text decoration in Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/*
 * Remove the text shadow on text selections in Firefox 61- (opinionated).
 * 1. Restore the coloring undone by defining the text shadow
 *    in all browsers (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000;
  /* 1 */
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000;
  /* 1 */
  text-shadow: none;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge, Firefox, and IE.
 */
button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Restore the focus styles unset by the previous rule in Firefox.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the inner border and padding in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * Show the overflow in Edge and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in Edge and IE.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay on clickable elements in all browsers (opinionated).
 * 2. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
  /* 2 */
}

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy="true"] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled],
[disabled] {
  cursor: disabled;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

/*-------------------------------------------

Reset

--------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

/*form
input, button, textarea{
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
*/
html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
}

/***************
common
***************/
body {
  color: #333333;
  -webkit-print-color-adjust: exact;
  font-size: 15px;
  /**/
  line-height: 1.8;
  font-family: 'Noto Sans JP', sans-serif;
}

body a {
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  text-decoration: none;
  color: #333;
}

body a:hover {
  color: #333;
  text-decoration: underline;
}

body img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
  max-width: 100%;
  width: auto;
}

.en {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

.en_bold {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

/***************
pc
***************/
.onlySP {
  display: none;
}

.onlyPC {
  display: block;
}

.wrapper main {
  padding: 100px 0 0 0;
}

.notfound404 {
  text-align: center;
}

.notfound404_link {
  text-align: center;
  max-width: 700px;
  margin: 30px auto 0;
  padding: 0 0 120px 0;
}

.notfound404_link a {
  border-radius: 6px;
  border: 1px solid #C5C5C5;
  padding: 19px 50px 19px 30px;
  font-size: 15px;
  line-height: 15pt;
  font-weight: 700;
  display: inline-block;
  width: 100%;
  background-image: url(../../assets/img/common/icon01.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 7px 13px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #333333;
}

.notfound404_link a:hover {
  background: #e6e6e6;
  background-image: url(../../assets/img/common/icon01.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 7px 13px;
  text-decoration: none;
}

/**********************************

header

**********************************/
header {
  position: fixed;
  /*
	position: relative;
	*/
  width: 100%;
  z-index: 10;
  height: 100px;
  padding: 0 50px;
  background: #FFF;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

header.is-animation {
  height: 70px;
}

header.is-animation .inner nav .menu .menuInner .mainNavi .list .mega {
  top: 70px;
}

header.is-animation .inner nav .menu .menuInner .menuTop {
  display: none;
}

header.is-animation .inner nav .menu .menuInner .head_right .ttl {
  display: none;
}

header.is-animation .inner nav .menu .menuInner .head_right {
  margin-top: 20px;
  width: 178px;
  margin-left: 25px;
}

header.is-animation .inner nav .menu .menuInner .head_right .tel {
  font-size: 21px;
  line-height: 21pt;
  background-size: 20px 20px;
  padding: 0 0 0 22px;
  letter-spacing: 0.03em;
}

header.is-animation .inner .head_block .head_left {
  margin: 20px 0 0 0;
}

header.is-animation .inner nav .menu .menuInner .mainNavi .list .titleLink {
  font-size: 15px;
  line-height: 18pt;
}

header.is-animation .inner nav .menu .menuInner .mainNavi .list {
  height: 50px;
  margin: 0 30px -21px 0;
}

header .base {
  display: inline-block;
}

header .sub {
  display: none;
}

header.is-animation .base {
  display: none;
}

header.is-animation .sub {
  display: inline-block;
}

header .inner {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .inner h1, header .inner div.logo {
  width: 216px;
  position: relative;
  top: auto;
  left: auto;
  margin: 25px 0 0 0;
}

body.ipad header .inner h1, body.ipad header .inner div.logo {
  width: 216px;
  position: absolute;
  top: 5px;
  left: 10px;
}

header .inner h1 img, header .inner div.logo img {
  width: 216px;
  height: auto;
}

header .inner nav {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

header .inner nav .btn {
  display: none;
}

header .inner nav .head_tel {
  display: none;
}

header .inner nav .head_mail {
  display: none;
}

header .inner nav .head_line {
  display: none;
}

header.is-animation .inner .sub {
  width: 75px;
}

header.is-animation .inner h1 img.sub, header.is-animation .inner div.logo img.sub {
  width: 75px;
}

header.is-animation .inner h1, header.is-animation .inner div.logo {
  margin: 15px 0 0 0;
}

header .inner nav .menu .menuInner .mainNavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  bottom: -14px;
  left: 0;
  width: 100%;
  z-index: 0;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

header .inner nav .menu .menuInner .mainNavi .list {
  height: 48px;
  margin: 0 30px -19px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

header .inner nav .menu .menuInner .mainNavi .list.onlySP {
  display: none;
}

header .inner nav .menu .menuInner .mainNavi .list .titleLink {
  font-size: 16px;
  line-height: 20pt;
  font-weight: 600;
  position: relative;
  width: 100%;
  color: #333333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
}

header .inner nav .menu .menuInner .mainNavi .list.lst {
  margin-right: 0px;
}

body.ipad header .inner nav .menu .menuInner .mainNavi .list .padlink {
  pointer-events: none;
}

header .inner nav .menu .menuInner .mainNavi .list .titleLink:hover {
  text-decoration: none;
}

header .inner nav .menu .menuInner .mainNavi .list .titleLink .mega .megaTop .categoryLink a:hover {
  text-decoration: underline;
}

header .inner nav .menu .menuInner .mainNavi .list .titleLink::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 14px;
  /*テキストからの距離*/
  width: 0%;
  /*初期状態では下線非表示*/
  height: 2px;
  /*下線の高さ*/
  background: #9D1427;
  /*下線の色*/
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /*アニメーション速度*/
}

header .inner nav .menu .menuInner .mainNavi .list:hover .titleLink::before {
  width: 100%;
}

header.is-animation .inner nav .menu .menuInner .mainNavi .list .titleLink::before {
  bottom: 15px;
}

@-webkit-keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

header .inner nav .menu .menuInner .mainNavi .list:hover .mega {
  display: block;
  -webkit-animation: show 0.3s linear 0s;
          animation: show 0.3s linear 0s;
  background: -webkit-gradient(linear, left top, right top, from(#9D1427), color-stop(20%, #9D1427), color-stop(20%, #F0F0F0), to(#F0F0F0));
  background: -webkit-linear-gradient(left, #9D1427 0%, #9D1427 20%, #F0F0F0 20%, #F0F0F0 100%);
  background: linear-gradient(90deg, #9D1427 0%, #9D1427 20%, #F0F0F0 20%, #F0F0F0 100%);
  visibility: visible;
}

header .inner nav .menu .menuInner .mainNavi .list:hover .mega p {
  margin: 0 0 0 0;
}

header .inner nav .menu .menuInner .mainNavi .list .mega {
  background: #fff;
  display: none;
  -webkit-transition: 1s visibility linear, 1s opacity linear;
  transition: 1s visibility linear, 1s opacity linear;
  position: absolute;
  top: 100px;
  left: 0;
  z-index: 2;
  width: 100%;
  visibility: hidden;
  /*
	transition: opacity ease-in-out .5s, visibility ease-in-out .5s;
*/
}

body.ipad.active .inner nav .menu .menuInner .mainNavi .list .mega.linkOpen {
  display: block;
  visibility: visible;
  opacity: 1;
}

header .inner nav .menu .menuInner .mainNavi .list .mx1200s {
  max-width: 1300px;
  margin: 0 auto 0;
  padding: 0 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .inner nav .menu .menuInner .mainNavi .list .mega .megaTop {
  width: 23%;
  background: #9A142A;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
}

header .inner nav .menu .menuInner .mainNavi .list .mega .megaBottom {
  width: 77%;
}

header .inner nav .menu .menuInner .mainNavi .list .mega .megaBottom.first {
  padding: 40px 0 40px 50px;
}

header .inner nav .menu .menuInner .mainNavi .list .mega .megaBottom.first ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
}

header .inner nav .menu .menuInner .mainNavi .list .mega .megaBottom.first ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  max-width: 280px;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
}

header .inner nav .menu .menuInner .mainNavi .list .mega .megaBottom.first ul li a {
  background: #FFF;
  width: 100%;
  border-radius: 3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 17px 25px 17px 20px;
  font-size: 15px;
  line-height: 15pt;
  background-image: url(../../assets/img/common/icon01.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 7px 13px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

header .inner nav .menu .menuInner .mainNavi .list .mega .megaBottom.first ul li a:hover {
  background: #e6e6e6;
  background-image: url(../../assets/img/common/icon01.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 7px 13px;
}

header .inner nav .menu .menuInner .mainNavi .list .mega .megaBottom.second {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 0 40px 50px;
}

header .inner nav .menu .menuInner .mainNavi .list .mega .megaBottom.third {
  padding: 40px 0 28px 50px;
}

header .inner nav .menu .menuInner .mainNavi .list .mega .megaBottom.third ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

header .inner nav .menu .menuInner .mainNavi .list .mega .megaBottom.third ul li {
  display: inline-block;
  width: 33%;
  max-width: 280px;
}

header .inner nav .menu .menuInner .mainNavi .list .mega .megaBottom.third ul li a {
  background: #FFF;
  width: 100%;
  border-radius: 3px;
  display: inline-block;
  padding: 17px 20px;
  font-size: 15px;
  line-height: 15pt;
  background-image: url(../../assets/img/common/icon01.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 7px 13px;
  margin-bottom: 12px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

header .inner nav .menu .menuInner .mainNavi .list .mega .megaBottom.third ul li a:hover {
  background: #e6e6e6;
  background-image: url(../../assets/img/common/icon01.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 7px 13px;
}

header .inner nav .menu .menuInner .mainNavi .list .mega .megaBottom.second ul.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 59%;
  max-width: 506px;
  margin-right: 1%;
}

header .inner nav .menu .menuInner .mainNavi .list .mega .megaBottom.second ul.left li {
  width: 49%;
  max-width: 245px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
}

header .inner nav .menu .menuInner .mainNavi .list .mega .megaBottom.second ul.left li a {
  background: #FFF;
  text-align: center;
  font-size: 19px;
  line-height: 19pt;
  color: #9D1427 !important;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
              -ms-grid-row-align: stretch;
          align-self: stretch;
  width: 100%;
  border-radius: 3px;
  font-weight: 700;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

header .inner nav .menu .menuInner .mainNavi .list .mega .megaBottom.second ul.left li a:hover {
  background: #e6e6e6;
}

header .inner nav .menu .menuInner .mainNavi .list .mega .megaBottom.second ul.left li:nth-child(2) a {
  background-image: url(../../assets/img/common/icon_1m_pc.svg);
  background-repeat: no-repeat;
  background-position: center top 65%;
  background-size: 116px 88px;
  padding: 50px 0 0 0;
}

header .inner nav .menu .menuInner .mainNavi .list .mega .megaBottom.second ul.left li:nth-child(3) a {
  background-image: url(../../assets/img/common/icon_2m_pc.svg);
  background-repeat: no-repeat;
  background-position: center top 65%;
  background-size: 113px 89px;
  padding: 50px 0 0 0;
}

header .inner nav .menu .menuInner .mainNavi .list .mega .megaBottom.second ul.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 40.5%;
  max-width: 354px;
}

header .inner nav .menu .menuInner .mainNavi .list .mega .megaBottom.second ul.right li {
  width: 49%;
  max-width: 170px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

header .inner nav .menu .menuInner .mainNavi .list .mega .megaBottom.second ul.right li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #FFF;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 16pt;
  color: #9D1427 !important;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  width: 100%;
  border-radius: 3px;
  padding: 27px 17px;
  margin: 0 0 14px 0;
  font-weight: 700;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

header .inner nav .menu .menuInner .mainNavi .list .mega .megaBottom.second ul.right li a:hover {
  background: #e6e6e6;
}

header .inner nav .menu .menuInner .mainNavi .list .mega .megaBottom.second ul.right li:nth-child(1) a {
  padding: 16px 17px;
  background-image: url(../../assets/img/common/icon_3m_pc.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 26px 34px;
}

header .inner nav .menu .menuInner .mainNavi .list .mega .megaBottom.second ul.right li:nth-child(2) a {
  padding: 16px 17px;
  background-image: url(../../assets/img/common/icon_4m_pc.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 24px 26px;
}

header .inner nav .menu .menuInner .mainNavi .list .mega .megaBottom.second ul.right li:nth-child(3) a {
  background-image: url(../../assets/img/common/icon_5m_pc.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 24px 26px;
}

header .inner nav .menu .menuInner .mainNavi .list .mega .megaBottom.second ul.right li:nth-child(4) a {
  background-image: url(../../assets/img/common/icon_6m_pc.svg);
  background-repeat: no-repeat;
  background-position: right 13px center;
  background-size: 27px 26px;
}

header .inner nav .menu .menuInner .mainNavi .list .mega .megaBottom.second ul.right li:nth-child(5) a {
  margin: 0;
  padding: 16px 17px;
  background-image: url(../../assets/img/common/icon_7m_pc.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 26px 26px;
}

header .inner nav .menu .menuInner .mainNavi .list .mega .megaBottom.second ul.right li:nth-child(6) a {
  margin: 0;
  padding: 16px 17px;
  background-image: url(../../assets/img/common/icon_8m_pc.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 23px 28px;
}

header .inner nav .menu .menuInner .mainNavi .list .mega .megaTop .categoryLink span {
  background: #9D1427;
  color: #fff;
  text-align: left;
  padding: 50px 20px 52px 0;
  /**/
  display: block;
  font-size: 23px;
  line-height: 23pt;
  color: #fff;
  font-weight: 700;
  width: 100%;
}

header .inner nav .menu .menuInner .mainNavi .list .mega .megaTop .categoryLink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  width: 100%;
}

header .inner nav .menu .menuInner .mainNavi .list .mega .megaTop .categoryLink a {
  background: #9D1427;
  color: #fff;
  text-align: left;
  padding: 50px 20px 52px 0;
  display: block;
  font-size: 23px;
  line-height: 22pt;
  color: #fff;
  font-weight: 700;
  width: 100%;
  /*
	display: flex;
	align-self: stretch;
	*/
}

header .inner nav .menu .menuInner .mainNavi .list .mega .megaTop .categoryLink a em {
  display: inline-block;
  background: url(../../assets/img/common/icon02.svg) right center no-repeat;
  background-size: 22px 22px;
  padding: 0 30px 0 0;
  color: #FFF;
}

/*
header .inner nav .menu .menuInner .mainNavi .list .mega .megaTop .categoryLink.no_text a
header .inner nav .menu .menuInner .mainNavi .list .mega .megaTop .categoryLink.no_text a {
	padding: 46px 45px 46px;
}
*/
/*
header .inner nav .menu .menuInner .mainNavi .list .mega .megaTop .categoryLink a:hover{
	background:#156ca5;
}
*/
/*
header .inner nav .menu .menuInner .mainNavi .list .mega .megaTop .categoryLink a span{
	background: url(../img/common/linkIconWhite3.png) no-repeat;
	background-position:right 6% center;
	background-size:25px 10px;
	padding-right: 50px;
	transition: 0.3s;
	color:#FFF;
}
header .inner nav .menu .menuInner .mainNavi .list .mega .megaTop .categoryLink a:hover span{
	background: url(../img/common/linkIconWhite3.png) no-repeat;
	background-size:25px 10px;
	background-position:right 0% center;
}
*/
header .inner nav .menu .menuInner .menuTop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 15px;
  margin-bottom: 9px;
}

header .inner nav .menu .menuInner .menuTop ul li {
  display: inline-block;
}

header .inner nav .menu .menuInner .menuTop ul a {
  font-size: 12px;
  display: inline-block;
  position: relative;
  margin: 0 0 0px 20px;
}

header .head_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

header .head_block .head_left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

header .head_block .head_left .mainNavi {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

header .head_block .head_left .menuTop {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

header .head_block .head_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 207px;
  margin-left: 35px;
  margin-top: 22px;
}

header .head_block .head_right .ttl {
  width: 100%;
  border-radius: 3px;
  background: #9D1427;
  color: #FFF;
  font-size: 12px;
  line-height: 12pt;
  text-align: center;
  height: 22px;
  padding: 3px 0 0 0;
  margin: 0 0 8px 0;
}

header .head_block .head_right .ttl em {
  font-weight: 700;
}

header .head_block .head_right .ttl span {
  display: inline-block;
}

header .head_block .head_right .tel {
  font-size: 24px;
  line-height: 24pt;
  letter-spacing: 0.04em;
  color: #9D1427;
  background: url(../../assets/img/common/tel1.svg) left center no-repeat;
  background-size: 22px 22px;
  padding: 0 0 0 26px;
}

header .inner nav .menu .menuInner .mainNavi .list .mega .megaBottom.third ul li.onlySP {
  display: none;
}

header .inner nav .menu .menuInner .mainNavi .list .mega .megaBottom.second ul li.onlySP {
  display: none;
}

header .inner nav .menu .menuInner .mainNavi .list .mega .megaBottom.third ul::after {
  content: "";
  display: block;
  width: 33%;
  max-width: 280px;
}

/**********************************

aside.banner

**********************************/
/*
aside.banner {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-bottom: 120px;
}
aside.banner a,
aside.banner a img {
	display: block;
}
aside.banner .slide{
	width: 702px;
}
aside.banner .slide ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
aside.banner .slide ul li {
	margin:0 15px 15px 0;
	max-width:224px;
}
aside.banner .slide ul li img{
	width:100%;
}
aside.banner .slide ul li:nth-child(3n) {
	margin-right: 0;
}
*/
/**********************************

aside.side

**********************************/
aside.side {
  width: 50px;
  height: auto;
  overflow: visible;
  position: fixed;
  right: 0;
  top: 100px;
  /*
	margin-top: -270.5px;
	*/
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* slide */
aside.side {
  opacity: 1;
  pointer-events: initial;
}

aside.side.hide {
  opacity: 0 !important;
  pointer-events: none !important;
}

aside.side .side-slide dl {
  width: 200px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

aside.side .side-slide {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

aside.side .side-slide:hover dl {
  -webkit-transform: translateX(-150px);
          transform: translateX(-150px);
}

aside.side .side-slide.open {
  -webkit-transform: translateX(-150px);
          transform: translateX(-150px);
}

aside.side .side-slide.open:hover {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

body.ipad aside.side .side-slide.open dl.hoverOpen {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

body.ipad aside.side .side-slide dl.hoverOpen {
  -webkit-transform: translateX(-150px);
          transform: translateX(-150px);
}

/*
aside.side .side-slide.open dl,
aside.side .side-slide dl:hover{
	transform: translateX(-150px);
}
body.ipad aside.side .side-slide.open dl.hoverOpen,
body.ipad aside.side .side-slide dl.hoverOpen{
	transform: translateX(-150px);
}
*/
aside.side .side-slide dl dd ul li.ttl {
  padding: 12px 8px;
  text-align: center;
}

aside.side .side-slide dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

aside.side .side-slide dl dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 13px;
  line-height: 1.53;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50px;
}

aside.side .side-slide dl dt div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50px;
}

aside.side .side-slide dl.side-line dd {
  background: #EFEFEF;
}

aside.side .side-slide dl.side-mail dd {
  background: #FFFFFF;
}

aside.side .side-slide dl.side-tel dd {
  background: #EFEFEF;
}

aside.side .side-slide dl.side-ttl dd {
  background: #333333;
  color: #FFF;
  font-size: 12px;
  line-height: 15pt;
  font-weight: 400;
  padding: 10px 0 10px 0;
  text-align: center;
}

aside.side .side-slide dl.side-ttl dd em {
  font-weight: 700;
}

aside.side .side-slide dl dd {
  width: calc( 100% - 50px);
  background: #fff;
}

aside.side .side-slide a dl dt img {
  width: 50px;
}

aside.side .side-slide a dl dd {
  width: 100%;
  position: relative;
  padding: 12px 15px;
  font-size: 14px;
  line-height: 18pt;
  font-weight: 700;
  color: #333333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

aside.side .side-slide dl.side-tel dd {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 16px;
  padding: 11px 15px;
  color: #333333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/**********************************

footer

**********************************/
footer {
  background: #333333;
  position: relative;
  padding: 0 50px;
}

/*
footer .pageTop {
	width: 56px;
	height: 56px;
	position: absolute;
	top:-56px;
	right: 0;
}
footer .pageTop a{
	background:#004e81 url(../img/common/pageTop2.png) center 25px no-repeat;
	background-size: 17px 10px;
}
footer .pageTop.classA a{
	background:#004e81 url(../img/common/pageTop2.png) center 25px no-repeat;
	background-size: 17px 10px;
	transition:0.3s;
}
footer .pageTop.classB a{
	transition:0.3s;
	background:#eff5f9 url(../img/common/pageTop.png) center 25px no-repeat;
	background-size: 17px 10px;
}
footer .pageTop a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0px 0 0 0;
	transition: all 0.2s ease;
}
footer .pageTop.classA a:hover{
	background:#004e81 url(../img/common/pageTop2.png) center 20px no-repeat;
	background-size: 17px 10px;
}
footer .pageTop.classB a:hover{
	background:#eff5f9 url(../img/common/pageTop.png) center 20px no-repeat;
	background-size: 17px 10px;
}
*/
/*
footer .pageTop a img{
	width:17px;
}
footer .pageTop a:hover{
	padding: 0px 0 10px 0;
}

footer .pageTop a:hover img{
	opacity: 1.0;
	width:17px;
}
*/
footer .inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding-top: 80px;
}

footer .inner .footerMain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 60px 0;
  border-bottom: 1px solid #434343;
}

footer .inner .footerSub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0 30px 0;
}

footer .inner .footerSub .left ul li {
  display: inline-block;
}

footer .inner .footerSub .left ul li a {
  display: inline-block;
  color: #b7b7b7 !important;
  font-size: 12px;
  margin-right: 25px;
}

footer .inner .footerSub .right small {
  text-align: right;
  color: #b7b7b7 !important;
  font-size: 12px;
}

body.ipad footer .inner .footerMain {
  padding: 0 12px;
}

footer .inner .footerMain .leftCon {
  /*
	width: 954px;
	*/
}

footer .inner .footerMain .leftCon .leftBottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

footer .inner .footerMain .leftCon .leftBottom ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

footer .inner .footerMain .leftCon .leftBottom ul li {
  display: inline-block;
}

footer .inner .footerMain .leftCon .leftBottom ul li a {
  font-size: 12px;
  line-height: 14pt;
  color: #FFF !important;
  margin-right: 25px;
}

footer .inner .footerMain .leftCon .leftTop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

footer .inner .footerMain .leftCon .leftTop .globalNav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

footer .inner .footerMain .leftCon .leftTop .globalNav .list {
  margin-right: 30px;
}

body.ipad footer .inner .footerMain .leftCon .leftTop .globalNav .list {
  margin-right: 35px;
}

footer .inner .footerMain .leftCon .leftTop .globalNav .list .mega {
  display: none;
}

footer .inner .footerMain .leftCon .leftTop .globalNav .list .link--category {
  font-size: 15px;
  font-weight: 700;
}

footer .inner .footerMain .leftCon .leftTop .globalNav .list a.link--category {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #FFF !important;
}

footer .inner .footerMain .leftCon .leftTop .globalNav .list a.link--category::after {
  position: absolute;
  bottom: -7px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #FFF;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

footer .inner .footerMain .leftCon .leftTop .globalNav .list .link--category:hover {
  text-decoration: underline;
}

/*
footer .inner .footerMain .leftCon .leftTop .globalNav .list a.link--category:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
*/
footer .inner .footerMain .leftCon .leftTop .globalNav .list .mega .box .title {
  display: none;
}

footer .inner .footerMain .leftCon .leftTop .globalNav .list .mega .box .megaList {
  margin-top: 16px;
}

footer .inner .footerMain .leftCon .leftTop .globalNav .list .mega .box .megaList .megaListBox:not(:last-child) {
  margin-bottom: 3px;
}

footer .inner .footerMain .leftCon .leftTop .globalNav .list .mega .box .megaList .megaListBox .link--page {
  font-size: 13px;
  color: #7a7a7a;
}

body.ipad footer .inner .footerMain .leftCon .leftTop .globalNav .list .mega .box .megaList .megaListBox .link--page {
  font-size: 11px;
}

body.ipad footer .inner .footerMain .leftCon .leftTop .globalNav .list .mega .box .megaList .megaListBox:not(:last-child) {
  margin-bottom: 6px;
}

footer .inner .footerMain .leftCon .leftTop .globalNav .list .mega .box .megaList .megaListBox a:hover {
  text-decoration: underline;
}

header .inner nav .menu .menuInner .mainNavi .list .mega .megaTop .categoryLink a:hover em {
  text-decoration: underline;
}

footer .inner .footerMain .rightCon img {
  width: 132px;
  /*
	width: calc( 100% - 954px );
	padding-top: 5px;
*/
}

/*
footer .inner small {
	font-size: 10px;
	color: #848484;
	position: absolute;
	bottom:15px;
	left: 140px;
}
footer .inner .footerMain .rightCon .privacy_logo{
	width:90px;
}
*/
footer .pageTop {
  width: 60px;
  height: 60px;
  position: absolute;
  top: -60px;
  right: 0;
}

footer .pageTop a {
  background: #ebebeb url(../img/common/pageTop.png) center 25px no-repeat;
  background-size: 12px 8px;
}

footer .pageTop.classA a {
  background: #ebebeb url(../img/common/pageTop.png) center 25px no-repeat;
  background-size: 12px 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

footer .pageTop.classB a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #ebebeb url(../img/common/pageTop.png) center 25px no-repeat;
  background-size: 12px 8px;
}

footer .pageTop a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 0 0 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

footer .pageTop.classA a:hover {
  background: #dedede url(../img/common/pageTop.png) center 15px no-repeat;
  background-size: 12px 8px;
}

footer .pageTop.classB a:hover {
  background: #dedede url(../img/common/pageTop.png) center 15px no-repeat;
  background-size: 12px 8px;
}

/*---------------Break Add---------------*/
@media screen and (min-width: 768px) and (max-width: 1000px) {
  header .inner nav .menu .menuInner .mainNavi .list .titleLink {
    font-size: 1vw;
  }
  aside.side {
    /*
		margin-top: -300.5px;
		*/
    top: 70px;
  }
  header {
    padding: 0 20px;
  }
  header.is-animation {
    padding: 0 20px;
  }
  header {
    height: 70px;
  }
  footer .inner .footerSub {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 30px 0 30px 0;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  footer .inner .footerMain .leftCon .leftTop .globalNav .list {
    margin-right: 15px;
  }
  footer .inner .footerMain .leftCon .leftTop .globalNav .list .link--category {
    font-size: 13px;
  }
  footer .inner .footerSub .right {
    margin-top: 10px;
  }
  footer .inner .footerMain .rightCon img {
    width: 100px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  header .inner nav .menu .menuInner .mainNavi .list .titleLink::before {
    bottom: 15px;
  }
  header .inner nav .menu .menuInner .mainNavi .list .mega .megaTop .categoryLink a {
    font-size: 18px;
    line-height: 22pt;
  }
  header .inner nav .menu .menuInner .mainNavi .list .mega .megaBottom.third ul li a {
    font-size: 13px;
    line-height: 15pt;
    margin-bottom: 1%;
  }
  header .inner nav .menu .menuInner .mainNavi .list .mega .megaTop .categoryLink span {
    font-size: 18px;
    line-height: 22pt;
  }
  header .inner nav .menu .menuInner .mainNavi .list .mega .megaBottom.first ul li a {
    font-size: 13px;
    line-height: 15pt;
  }
  header .inner nav .menu .menuInner .mainNavi .list .mega .megaBottom.second ul.right {
    width: 40%;
  }
  header .inner nav .menu .menuInner .mainNavi .list .mega .megaBottom.second ul.right li a {
    margin: 0 0 1% 0;
  }
  header.is-animation {
    height: 50px;
  }
  header.is-animation .inner nav .menu .menuInner .mainNavi .list.lst {
    margin: 0 0 -6px 0;
  }
  .wrapper main {
    padding: 70px 0 0 0;
  }
  header .inner nav .menu .menuInner .mainNavi .list .mega {
    top: 70px;
  }
  header.is-animation .inner nav .menu .menuInner .mainNavi .list .mega {
    top: 50px;
  }
  header .inner nav .menu .menuInner .menuTop {
    margin: 8px 0 1px 0;
  }
  header.is-animation .inner nav .menu .menuInner .menuTop {
    margin: 7px 0 1px 0;
  }
  header .inner nav .menu .menuInner .menuTop ul a {
    font-size: 10px;
    margin: 0 0 0px 5px;
  }
  header.is-animation .inner nav .menu .menuInner .menuTop ul a {
    font-size: 10px;
    margin: 0 0 0px 5px;
  }
  header .inner h1, header .inner div.logo {
    width: 150px;
    margin: 18px 0 0 0;
  }
  header.is-animation .inner h1, header.is-animation .inner div.logo {
    width: 150px;
    margin: 12px 0 0 0;
  }
  header .inner nav .menu .menuInner .mainNavi .list {
    margin: 0 15px -6px 0;
    height: 42px;
  }
  header.is-animation .inner .head_block .head_left {
    margin: 12px 0 0 0;
  }
  header.is-animation .inner nav .menu .menuInner .mainNavi .list {
    margin: 0 15px -6px 0;
    height: 42px;
  }
  header.is-animation .inner nav .menu .menuInner .mainNavi .list .titleLink {
    font-size: 1vw;
  }
  header.is-animation .inner nav .menu .menuInner .head_right .tel {
    font-size: 14px;
    color: #9D1427;
    background: none;
    padding: 0 0 0 0px;
    margin: -1px 0 0 0;
  }
  header.is-animation .inner h1 img.sub, header.is-animation .inner div.logo img.sub {
    width: 50px;
  }
  header .head_block .head_right {
    width: 108px;
    margin-left: 10px;
    margin-top: 13px;
  }
  header .head_block .head_right .ttl {
    font-size: 10px;
    margin: 0 0 0px 0;
  }
  header .head_block .head_right .ttl em {
    font-weight: 700;
  }
  header .head_block .head_right .ttl span {
    display: none;
  }
  header .head_block .head_right .tel {
    font-size: 14px;
    color: #9D1427;
    background: none;
    padding: 0 0 0 0px;
    margin: -8px 0 0 0;
  }
  header.is-animation .inner nav .menu .menuInner .head_right {
    width: 108px;
    margin-left: 15px;
    margin-top: 12px;
  }
  header .inner nav .menu .menuInner .mainNavi .list .mega .megaBottom.second ul.right li:nth-child(1) a {
    background-image: none;
  }
  header .inner nav .menu .menuInner .mainNavi .list .mega .megaBottom.second ul.right li:nth-child(2) a {
    background-image: none;
  }
  header .inner nav .menu .menuInner .mainNavi .list .mega .megaBottom.second ul.right li:nth-child(3) a {
    background-image: none;
  }
  header .inner nav .menu .menuInner .mainNavi .list .mega .megaBottom.second ul.right li:nth-child(4) a {
    background-image: none;
  }
  header .inner nav .menu .menuInner .mainNavi .list .mega .megaBottom.second ul.right li:nth-child(5) a {
    background-image: none;
  }
  header .inner nav .menu .menuInner .mainNavi .list .mega .megaBottom.second ul.right li:nth-child(6) a {
    background-image: none;
  }
  header.is-animation .inner nav .menu .menuInner .mainNavi .list .titleLink::before {
    bottom: 13px;
  }
}

@media screen and (min-width: 900px) and (max-width: 1000px) {
  header .inner nav .menu .menuInner .mainNavi .list .titleLink {
    font-size: 1.3vw;
  }
  header.is-animation .inner nav .menu .menuInner .mainNavi .list .titleLink {
    font-size: 1.3vw;
  }
}

@media screen and (min-width: 1001px) and (max-width: 1200px) {
  header .inner nav .menu .menuInner .mainNavi .list .mega .megaBottom.second ul.right li:nth-child(1) a {
    background-image: none;
  }
  header .inner nav .menu .menuInner .mainNavi .list .mega .megaBottom.second ul.right li:nth-child(2) a {
    background-image: none;
  }
  header .inner nav .menu .menuInner .mainNavi .list .mega .megaBottom.second ul.right li:nth-child(3) a {
    background-image: none;
  }
  header .inner nav .menu .menuInner .mainNavi .list .mega .megaBottom.second ul.right li:nth-child(4) a {
    background-image: none;
  }
  header .inner nav .menu .menuInner .mainNavi .list .mega .megaBottom.second ul.right li:nth-child(5) a {
    background-image: none;
  }
  header .inner nav .menu .menuInner .mainNavi .list .mega .megaBottom.second ul.right li:nth-child(6) a {
    background-image: none;
  }
  header .inner nav .menu .menuInner .mainNavi .list .mega .megaBottom.second ul.right {
    width: 40%;
  }
  header .inner nav .menu .menuInner .mainNavi .list .titleLink {
    font-size: 1.4vw;
  }
  header .inner h1, header .inner div.logo {
    width: 175px;
    margin: 30px 0 0 0;
  }
  header {
    padding: 0 20px;
  }
  header .inner nav .menu .menuInner .mainNavi .list {
    margin: 0 20px -19px 0;
    height: 51px;
  }
  header .head_block .head_right {
    margin-left: 20px;
  }
  header.is-animation .head_block .head_right {
    margin-left: 20px;
  }
  header .inner nav .menu .menuInner .menuTop ul a {
    margin: 0 0 0 15px;
  }
  header .head_block .head_right {
    width: 170px;
  }
  header.is-animation .inner nav .menu .menuInner .head_right {
    width: 150px;
  }
  header .head_block .head_right .tel {
    font-size: 20px;
    line-height: 20pt;
    letter-spacing: 0.03em;
    background: url(../../assets/img/common/tel1.svg) left center no-repeat;
    background-size: 18px 18px;
    padding: 0 0 0 22px;
  }
  header.is-animation .head_block .head_right .tel {
    font-size: 16px;
    line-height: 20pt;
    letter-spacing: 0.03em;
    background: url(../../assets/img/common/tel1.svg) left 5px no-repeat;
    background-size: 18px 18px;
    padding: 0 0 0 22px;
  }
  header.is-animation .inner nav .menu .menuInner .mainNavi .list .titleLink {
    font-size: 13px;
  }
  header.is-animation .inner nav .menu .menuInner .mainNavi .list {
    margin: 0 20px -19px 0;
    height: 51px;
  }
  header.is-animation .inner nav .menu .menuInner .head_right .tel {
    font-size: 16px;
    line-height: 20pt;
    background-size: 15px 15px;
    padding: 0 0 0 18px;
  }
  header .inner nav .menu .menuInner .mainNavi .list.lst {
    margin-right: 0px;
  }
  header.is-animation .inner nav .menu .menuInner .mainNavi .list .titleLink::before {
    bottom: 17px;
  }
}

@media screen and (min-width: 1050px) and (max-width: 1300px) {
  header .inner nav .menu .menuInner .mainNavi .list .titleLink {
    font-size: 15px;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1300px) {
  header {
    padding: 0 20px;
  }
}

/*-----下層-----*/
.breadcrumb {
  border-top: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
  font-size: 10px;
  line-height: 10pt;
  color: #9F9F9F;
  height: 42px;
  text-align: left;
}

.breadcrumb ul {
  padding: 13px 50px 14px 50px;
}

.breadcrumb ul li {
  display: inline-block;
  margin: 0 6px 0 0;
  position: relative;
}

.breadcrumb ul a {
  display: inline-block;
  position: relative;
  color: #333333;
  padding: 0 6px 0 0;
}

.breadcrumb ul li:after {
  content: ">";
  display: inline-block;
  color: #9F9F9F;
  margin: 0 0 0 0px;
}

.breadcrumb ul li:last-child:after {
  content: none;
}

.w_under h1 {
  background: #9D1427;
  color: #FFF;
  text-align: center;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.1em;
  line-height: 39pt;
  padding: 69px 50px;
}

.w_under aside.side {
  top: 142px;
}

.base_area_01 {
  padding: 80px 50px 0 50px;
}

.base_area_01 .ir_1000 {
  max-width: 1000px;
  margin: auto;
}

.base_area_01 .ir_1000 h2 {
  font-size: 32px;
  line-height: 36pt;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}

.base_area_01 .ir_1100 {
  max-width: 1100px;
  margin: auto;
}

.base_area_01 .ir_1100 h2 {
  font-size: 32px;
  line-height: 36pt;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}

.base_area_01 .ir_1200 {
  max-width: 1200px;
  margin: auto;
}

.base_area_01 .ir_1200 h2 {
  font-size: 32px;
  line-height: 36pt;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}

.base_area_01 .ir_900 {
  max-width: 900px;
  margin: auto;
}

.base_area_01_t {
  padding: 70px 50px 0 50px;
}

.base_area_01_t .ir_1000 {
  max-width: 1000px;
  margin: auto;
}

.base_area_01_t .ir_1000 h2 {
  font-size: 32px;
  line-height: 36pt;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}

.base_area_01_t .ir_1100 {
  max-width: 1100px;
  margin: auto;
}

.base_area_01_t .ir_1100 h2 {
  font-size: 32px;
  line-height: 36pt;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}

.base_area_01_t .ir_1200 {
  max-width: 1200px;
  margin: auto;
}

.base_area_01_t .ir_1200 h2 {
  font-size: 32px;
  line-height: 36pt;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}

.base_area_01_t .ir_900 {
  max-width: 900px;
  margin: auto;
}

.base_area_01_t .ir_900_t {
  max-width: 900px;
  margin: 3px auto 0;
}

.under_last {
  margin: 0 0 120px 0;
}

.under_contact_block {
  margin: 0px 0 0 0;
}

.under_contact_block .ttl_area {
  background: #9D1427;
  padding: 20px 50px;
  position: relative;
}

.under_contact_block .ttl_area .ir {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.under_contact_block .ttl_area .ir .ms_ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
}

.under_contact_block .ttl_area .ir .ms_ttl .photos {
  width: 115px;
  margin-right: 35px;
}

.under_contact_block .ttl_area .ir .ms_ttl .photos img {
  position: absolute;
  max-width: 115px;
  bottom: 0;
}

.under_contact_block .ttl_area .ir .ms_ttl .text {
  color: #FFF;
  font-size: 22px;
  line-height: 24pt;
}

.under_contact_block .ttl_area .ir .ms_ttl .text em {
  font-weight: 700;
}

.under_contact_block .areas {
  background: #EDEDED;
  padding: 50px;
}

.under_contact_block .areas .fbox {
  max-width: 950px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.under_contact_block .areas .fbox .lefts {
  width: calc(100% / 2);
  border-right: 1px solid #C5C5C5;
  padding: 0 60px 0 0;
}

.under_contact_block .areas .fbox .lefts .bottom_tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.under_contact_block .areas .fbox .lefts .bottom_tel .tel_left {
  width: 59px;
  height: 59px;
  background: #9D1427;
  border-radius: 4px;
  padding: 20px 0 0 0;
}

.under_contact_block .areas .fbox .lefts .bottom_tel .tel_left img {
  margin: auto;
  width: 22px;
}

.under_contact_block .areas .fbox .lefts .bottom_tel .tel_right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 0 0 24px;
}

.under_contact_block .areas .fbox .lefts .bottom_tel .tel_right .ttl01 {
  font-size: 13px;
  color: #333333;
  line-height: 13pt;
  margin: 0 0 5px 0;
}

.under_contact_block .areas .fbox .lefts .bottom_tel .tel_right .ttl02 {
  font-size: 35px;
  color: #9D1427;
  line-height: 30pt;
  margin: 0 0 0px 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.under_contact_block .areas .fbox .lefts .bottom_mail a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFF;
  border-radius: 4px;
  margin: 18px 0 0 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.under_contact_block .areas .fbox .lefts .bottom_mail a .mail_left {
  background: #DEDEDE;
  width: 59px;
  height: 59px;
  padding: 20px 0 0 0;
  border-radius: 4px 0px 0px 4px;
}

.under_contact_block .areas .fbox .lefts .bottom_mail a .mail_left img {
  width: 26px;
  margin: auto;
}

.under_contact_block .areas .fbox .lefts .bottom_mail a .mail_right {
  font-size: 18px;
  line-height: 18pt;
  font-weight: 700;
  color: #333333;
  padding: 0 0 4px 20px;
  background-image: url(../../assets/img/common/icon01.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 7px 13px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.under_contact_block .areas .fbox .lefts .bottom_mail a:hover {
  background: #e6e6e6;
  text-decoration: none;
}

.under_contact_block .areas .fbox .rights {
  width: calc(100% / 2);
  padding: 0 0 0 30px;
  text-align: center;
}

.under_contact_block .areas .fbox .rights a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.under_contact_block .areas .fbox .rights a:hover {
  text-decoration: none;
}

.under_contact_block .areas .fbox .rights a:hover .ttl {
  text-decoration: underline;
}

.under_contact_block .areas .fbox .rights .bottom_line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.under_contact_block .areas .fbox .rights .bottom_line .line_left {
  width: 59px;
  height: 59px;
  background: #06C755;
  padding: 12px 0 0 0;
  border-radius: 4px;
}

.under_contact_block .areas .fbox .rights .bottom_line .line_left img {
  margin: auto;
  width: 40px;
}

.under_contact_block .areas .fbox .rights .bottom_line .line_center {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 20px 0 20px;
  text-align: left;
}

.under_contact_block .areas .fbox .rights .bottom_line .line_center .ttl {
  color: #333333;
  font-size: 20px;
  line-height: 20pt;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.under_contact_block .areas .fbox .rights .bottom_line .line_center .text {
  font-size: 13px;
  color: #333333;
  line-height: 16pt;
}

.under_contact_block .areas .fbox .rights .bottom_line .line_right {
  width: 90px;
}

.under_contact_block .areas .fbox .rights p {
  font-weight: 700;
  color: #9D1427;
  margin: 20px 0 0px 0;
  padding: 0 0 0 27px;
  background-image: url(../../assets/img/common/bottom_icon_04.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 17px 14px;
  display: inline-block;
}

.gray_block {
  background: #F7F7F7;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .w_under aside.side {
    top: 112px;
  }
  .under_contact_block {
    margin: 0px 0 0 0;
  }
  .under_contact_block .ttl_area {
    background: #9D1427;
    padding: 20px 50px;
    position: relative;
  }
  .under_contact_block .ttl_area .ir {
    max-width: 1200px;
    margin: auto;
    text-align: center;
  }
  .under_contact_block .ttl_area .ir .ms_ttl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: left;
  }
  .under_contact_block .ttl_area .ir .ms_ttl .photos {
    width: 115px;
    margin-right: 35px;
  }
  .under_contact_block .ttl_area .ir .ms_ttl .photos img {
    position: absolute;
    max-width: 115px;
    bottom: 0;
  }
  .under_contact_block .ttl_area .ir .ms_ttl .text {
    color: #FFF;
    font-size: 22px;
    line-height: 24pt;
  }
  .under_contact_block .ttl_area .ir .ms_ttl .text em {
    font-weight: 700;
  }
  .under_contact_block .areas {
    background: #EDEDED;
    padding: 50px;
  }
  .under_contact_block .areas .fbox {
    max-width: 950px;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .under_contact_block .areas .fbox .lefts {
    width: calc(100% / 2);
    border-right: 1px solid #C5C5C5;
    padding: 0 30px 0 0;
  }
  .under_contact_block .areas .fbox .lefts .bottom_tel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .under_contact_block .areas .fbox .lefts .bottom_tel .tel_left {
    width: 59px;
    height: 59px;
    background: #9D1427;
    border-radius: 4px;
    padding: 20px 0 0 0;
  }
  .under_contact_block .areas .fbox .lefts .bottom_tel .tel_left img {
    margin: auto;
    width: 22px;
  }
  .under_contact_block .areas .fbox .lefts .bottom_tel .tel_right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0 0 0 24px;
  }
  .under_contact_block .areas .fbox .lefts .bottom_tel .tel_right .ttl01 {
    font-size: 13px;
    color: #333333;
    line-height: 13pt;
    margin: 0 0 5px 0;
  }
  .under_contact_block .areas .fbox .lefts .bottom_tel .tel_right .ttl02 {
    font-size: 28px;
    color: #9D1427;
    line-height: 30pt;
    margin: 0 0 0px 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    letter-spacing: 0.05em;
  }
  .under_contact_block .areas .fbox .lefts .bottom_mail a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: #FFF;
    border-radius: 4px;
    margin: 18px 0 0 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .under_contact_block .areas .fbox .lefts .bottom_mail a .mail_left {
    background: #DEDEDE;
    width: 59px;
    height: 59px;
    padding: 20px 0 0 0;
    border-radius: 4px 0px 0px 4px;
  }
  .under_contact_block .areas .fbox .lefts .bottom_mail a .mail_left img {
    width: 26px;
    margin: auto;
  }
  .under_contact_block .areas .fbox .lefts .bottom_mail a .mail_right {
    font-size: 14px;
    line-height: 14pt;
    font-weight: 700;
    color: #333333;
    padding: 0 0 4px 20px;
    background-image: url(../../assets/img/common/icon01.svg);
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 7px 13px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .under_contact_block .areas .fbox .lefts .bottom_mail a:hover {
    background: #e6e6e6;
    text-decoration: none;
  }
  .under_contact_block .areas .fbox .rights {
    width: calc(100% / 2);
    padding: 0 0 0 30px;
    text-align: center;
  }
  .under_contact_block .areas .fbox .rights a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .under_contact_block .areas .fbox .rights a:hover {
    text-decoration: none;
  }
  .under_contact_block .areas .fbox .rights a:hover .ttl {
    text-decoration: underline;
  }
  .under_contact_block .areas .fbox .rights .bottom_line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .under_contact_block .areas .fbox .rights .bottom_line .line_left {
    width: 59px;
    height: 59px;
    background: #06C755;
    padding: 12px 0 0 0;
    border-radius: 4px;
  }
  .under_contact_block .areas .fbox .rights .bottom_line .line_left img {
    margin: auto;
    width: 40px;
  }
  .under_contact_block .areas .fbox .rights .bottom_line .line_center {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0 20px 0 20px;
    text-align: left;
  }
  .under_contact_block .areas .fbox .rights .bottom_line .line_center .ttl {
    color: #333333;
    font-size: 20px;
    line-height: 20pt;
    font-weight: 700;
    margin: 0 0 10px 0;
  }
  .under_contact_block .areas .fbox .rights .bottom_line .line_center .text {
    font-size: 13px;
    color: #333333;
    line-height: 16pt;
  }
  .under_contact_block .areas .fbox .rights .bottom_line .line_right {
    width: 90px;
  }
  .under_contact_block .areas .fbox .rights p {
    font-weight: 700;
    color: #9D1427;
    margin: 20px 0 0px 0;
    padding: 0 0 0 27px;
    background-image: url(../../assets/img/common/bottom_icon_04.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 17px 14px;
    display: inline-block;
    font-size: 11px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1301px) {
  /*
	.w_under h1{
		padding:67px 20px;
	}
	*/
  .breadcrumb ul {
    padding: 13px 20px 14px 20px;
  }
}

@media screen and (orientation: portrait) {
  /* 縦向きの場合のスタイル */
  aside.side .side-slide:hover dl {
    -webkit-transform: translateX(-180px);
            transform: translateX(-180px);
  }
  aside.side .side-slide.open {
    -webkit-transform: translateX(-180px);
            transform: translateX(-180px);
  }
  aside.side .side-slide.open:hover {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  aside.side .side-slide dl {
    width: 230px;
  }
}

/*---------------IE hack---------------*/
@media all and (-ms-high-contrast: none) {
  .under_contact_block .areas .fbox .rights a {
    width: 100%;
  }
}

/***************
sp
***************/
@media screen and (max-width: 48em) {
  html {
    font-size: 16px;
  }
  body {
    font-size: 14px;
  }
  body img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 48em) {
  .onlySP {
    display: block;
  }
  .onlyPC {
    display: none;
  }
  .notfound404_link {
    text-align: center;
    max-width: 700px;
    margin: 20px auto 0;
    width: 80%;
    padding: 0 0 80px 0;
  }
  .notfound404_link a {
    border-radius: 6px;
    border: 1px solid #C5C5C5;
    padding: 18px 0px 18px 0px;
    font-size: 13px;
    line-height: 13pt;
    font-weight: 700;
    display: inline-block;
    width: 100%;
    background-image: url(../../assets/img/common/icon01.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 7px 13px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #333333;
  }
  .notfound404_link a:hover {
    background: #e6e6e6;
    background-image: url(../../assets/img/common/icon01.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 7px 13px;
  }
  body {
    height: 100vh;
  }
  /* Safari用のハックは、Chromeに適用されないようにする */
  @supports (-webkit-touch-callout: none) {
    body {
      /* Safari用のハック */
      height: -webkit-fill-available;
    }
  }
  .wrapper main {
    padding: 57px 0 0 0;
  }
  /**********************************

header

**********************************/
  header.is-animation {
    height: 57px;
  }
  header {
    height: 57px;
    padding: 0 0;
    position: fixed;
    background: #FFF;
    z-index: 2;
    width: 100%;
  }
  header .inner h1, header .inner div.logo {
    width: 120px;
    top: 14px;
    left: 15px;
    position: absolute;
  }
  header .base {
    display: block;
  }
  header .sub {
    display: none;
  }
  header.is-animation .base {
    display: block;
  }
  header.is-animation .sub {
    display: none;
  }
  header.is-animation .inner h1, header.is-animation .inner div.logo {
    margin: 0px 0 0 0;
  }
  header.is-animation .inner nav .menu .menuInner .head_right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-left: 0px;
    margin-top: 22px;
  }
  header .inner h1, header .inner div.logo {
    margin: 0;
  }
  header .inner nav {
    height: 0;
  }
  header .inner nav .head_tel {
    display: block;
  }
  header .inner nav .head_mail {
    display: block;
  }
  header .inner nav .head_line {
    display: block;
  }
  header .inner nav .head_tel a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: 26px;
    height: 26pt;
    right: 137px;
    top: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .inner nav .head_tel a img {
    width: 21px;
    margin: auto;
  }
  header .inner nav .head_mail a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: 26px;
    height: 26pt;
    right: 99px;
    top: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .inner nav .head_mail a img {
    width: 22px;
    margin: auto;
  }
  header .inner nav .head_line a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: 26px;
    height: 26pt;
    right: 60px;
    top: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .inner nav .head_line a img {
    width: 26px;
    margin: auto;
  }
  header .inner nav .btn {
    display: block;
    width: 57px;
    height: 57px;
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 1;
    color: #333333;
  }
  header .inner nav .btn span {
    display: block;
    width: 30px;
    height: 1px;
    background: #333333;
    position: absolute;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  header .inner nav .btn span:nth-child(1) {
    top: calc(50% - 8px);
  }
  header .inner nav .btn span:nth-child(2) {
    top: calc(50% - 3px);
  }
  header .inner nav .btn span:nth-child(3) {
    top: calc(50% - -2px);
  }
  /* open */
  body.menuOpen {
    height: 100%;
    overflow: hidden;
  }
  body.menuOpen header .inner nav {
    height: auto;
  }
  body.menuOpen header .inner nav .btn span {
    width: 30px;
    left: 45%;
  }
  body.menuOpen header .inner nav .btn span:nth-child(1) {
    top: 67%;
    -webkit-transform: rotate(45deg) translate(-50%, 0);
            transform: rotate(45deg) translate(-50%, 0);
  }
  body.menuOpen header .inner nav .btn span:nth-child(2) {
    opacity: 0;
  }
  body.menuOpen header .inner nav .btn span:nth-child(3) {
    top: 30%;
    -webkit-transform: rotate(-45deg) translate(-50%, 0);
            transform: rotate(-45deg) translate(-50%, 0);
  }
  body.menuOpen header .inner nav .menu .menuInner .mainNavi .list .mega {
    visibility: visible;
    opacity: 1;
  }
  @-webkit-keyframes show {
    from {
      opacity: 1;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes show {
    from {
      opacity: 1;
    }
    to {
      opacity: 1;
    }
  }
  header .inner nav .menu .menuInner .mainNavi .list .mega {
    display: block;
    background: none;
  }
  header .inner nav .menu .menuInner .mainNavi .list:hover .mega {
    display: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  /* open */
  header.is-animation .inner nav .menu .menuInner .menuTop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  header.is-animation .inner .head_block .head_left {
    margin: 0;
  }
  header .inner nav .menu {
    visibility: hidden;
    opacity: 1;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    top: 57px;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    right: 0;
    height: calc( 100% - 57px);
    position: fixed;
  }
  body.menuOpen header .inner nav .menu {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    visibility: visible;
    opacity: 1;
    overflow: scroll;
    height: calc( 100% - 57px);
    position: fixed;
    width: 100%;
    background: #F7F7F7;
    z-index: 10;
    top: 57px;
  }
  header .inner nav .menu .menuInner {
    padding: 0 0px;
  }
  header .inner nav .menu .menuInner .mainNavi {
    display: block;
    position: static;
  }
  header .inner nav .menu .menuInner .mainNavi .list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: auto;
    text-align: left;
  }
  header.is-animation .inner nav .menu .menuInner .mainNavi .list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: auto;
    text-align: left;
  }
  header .inner nav .menu .menuInner .mainNavi .list .titleLink {
    font-size: 14px;
    font-weight: 700;
    width: 100%;
    margin: auto;
    color: #333;
    padding: 20px 0px 10px 0;
    border-bottom: 1px solid #DDDDDD;
  }
  body.ipad header .inner nav .menu .menuInner .mainNavi .list .padlink {
    pointer-events: none;
  }
  header .inner nav .menu .menuInner .mainNavi .list .titleLink:hover {
    color: #333;
  }
  header .inner nav .menu .menuInner .mainNavi .list:not(:last-child) .titleLink::after,
  header .inner nav .menu .menuInner .mainNavi .list .titleLink::after {
    content: "";
    display: block;
    width: 25px;
    height: 10px;
    /*
	background: url(../img/common/linkIconWhite2.png) no-repeat;
	*/
    background-size: 25px 10px;
    position: absolute;
    right: 21px;
    top: 46%;
    -webkit-transform: none;
            transform: none;
  }
  header .inner nav .menu .menuInner .mainNavi .list.hover:not(:last-child) .titleLink::after,
  header .inner nav .menu .menuInner .mainNavi .list.hover .titleLink::after {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #9A142A;
    border-left: 2px solid #9A142A;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    line-height: 1;
    position: absolute;
    right: 10px;
    top: 55%;
    background: none;
  }
  header .inner nav .menu .menuInner .mainNavi .list.hover:not(:last-child) .titleLink.accOpen::after,
  header .inner nav .menu .menuInner .mainNavi .list.hover .titleLink.accOpen::after {
    border: none;
    border-top: 2px solid #9A142A;
    border-right: 2px solid #9A142A;
    top: 55%;
  }
  header .inner nav .menu .menuInner .mainNavi .list .titleLink::before {
    content: none;
  }
  header .inner nav .menu .menuInner .mainNavi .list .mega {
    position: static;
    display: none;
  }
  header .inner nav .menu .menuInner .mainNavi .list .mega .megaTop {
    display: none;
  }
  header .inner nav .menu .menuInner .menuTop {
    padding: 0px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  header .inner nav .menu .menuInner .menuTop ul {
    width: 50%;
    text-align: left;
  }
  header .inner nav .menu .menuInner .menuTop ul li {
    display: block;
  }
  header .inner nav .menu .menuInner .menuTop ul a {
    font-size: 12px;
    display: inline-block;
    position: relative;
    margin: 0 0 5px 0;
  }
  header .inner nav .menu .menuInner .menuTop ul a:before {
    content: "・";
  }
  header .megaBottom {
    padding: 20px 15px;
  }
  header .megaBottom a {
    font-size: 14px;
    display: inline-block;
    margin: 0 0 10px 0;
  }
  header .megaBottom a:before {
    content: "・";
  }
  header .head_block {
    display: block;
  }
  header .head_block .head_left {
    display: block;
    padding: 0 15px;
  }
  header .head_block .head_left .mainNavi {
    -webkit-box-ordinal-group: auto;
    -webkit-order: auto;
        -ms-flex-order: auto;
            order: auto;
  }
  header .head_block .head_left .menuTop {
    -webkit-box-ordinal-group: auto;
    -webkit-order: auto;
        -ms-flex-order: auto;
            order: auto;
  }
  header .head_block .head_right {
    display: block;
  }
  header .head_block .head_right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
    margin-left: 0px;
    margin-top: 22px;
  }
  header .head_block .head_right .ttl {
    width: 100%;
    border-radius: 0px;
    background: #333333;
    color: #FFF;
    font-size: 14px;
    line-height: 14pt;
    text-align: center;
    height: auto;
    padding: 10px 0 10px 0;
    margin: 0 0 0px 0;
  }
  header .head_block .head_right .ttl em {
    font-weight: 700;
  }
  header .head_block .head_right .ttl span {
    display: inline-block;
  }
  header .head_block .head_right .tel_sp {
    width: 100%;
  }
  header .head_block .head_right .tel_sp a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  header .head_block .head_right .tel_sp a dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #FFF;
  }
  header .head_block .head_right .tel_sp a dl dt {
    width: 50px;
  }
  header .head_block .head_right .tel_sp a dl dd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    font-size: 20px;
    padding: 0 50px 0 0;
  }
  header .head_block .head_right .cm_sp {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header .head_block .head_right .cm_sp .mails {
    width: 100%;
    max-width: 50%;
  }
  header .head_block .head_right .cm_sp .mails a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  header .head_block .head_right .cm_sp .mails a dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #FFF;
  }
  header .head_block .head_right .cm_sp .mails a dl dt {
    width: 50px;
    background: #efefef;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
                -ms-grid-row-align: stretch;
            align-self: stretch;
  }
  header .head_block .head_right .cm_sp .mails a dl dd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    font-size: 15px;
    line-height: 15pt;
    padding: 15px 0px 15px 0;
    font-weight: 700;
    border-top: 1px solid #DDDDDD;
  }
  header .head_block .head_right .cm_sp .lines {
    width: 100%;
    max-width: 50%;
  }
  header .head_block .head_right .cm_sp .lines a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  header .head_block .head_right .cm_sp .lines a dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #FFF;
  }
  header .head_block .head_right .cm_sp .lines a dl dt {
    width: 50px;
    background: #06c755;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
                -ms-grid-row-align: stretch;
            align-self: stretch;
  }
  header .head_block .head_right .cm_sp .lines a dl dd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    font-size: 15px;
    line-height: 15pt;
    padding: 15px 0px 15px 0;
    font-weight: 700;
    border-top: 1px solid #DDDDDD;
  }
  header .inner nav .menu .menuInner .mainNavi .list .mx1200s {
    padding: 0 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  header .inner nav .menu .menuInner .mainNavi .list:hover .mega {
    background: none;
  }
  header .inner nav .menu .menuInner .mainNavi .list .mega .megaTop {
    width: 100%;
    background: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
    display: none;
  }
  header .inner nav .menu .menuInner .mainNavi .list .mega .megaBottom {
    width: 100%;
  }
  header .inner nav .menu .menuInner .mainNavi .list .mega .megaBottom.first {
    padding: 15px 0px 0 10px;
    display: block;
  }
  header .inner nav .menu .menuInner .mainNavi .list .mega .megaBottom.first ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  header .inner nav .menu .menuInner .mainNavi .list .mega .megaBottom.first ul li {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    text-align: left;
  }
  header .inner nav .menu .menuInner .mainNavi .list .mega .megaBottom.first ul li a {
    background: none;
    width: 100%;
    border-radius: 0;
    display: inline-block;
    padding: 0;
    font-size: 14px;
    line-height: 14pt;
    background-image: none;
    margin-bottom: 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  header .inner nav .menu .menuInner .mainNavi .list .mega .megaBottom.first ul li a:hover {
    background: none;
  }
  header .inner nav .menu .menuInner .mainNavi .list .mega .megaBottom.second ul li.onlySP {
    display: inline-block;
  }
  header .inner nav .menu .menuInner .mainNavi .list .mega .megaBottom.third ul li.onlySP {
    display: inline-block;
  }
  header .inner nav .menu .menuInner .mainNavi .list .mega .megaBottom.second {
    padding: 15px 0px 0 10px;
    display: block;
  }
  header .inner nav .menu .menuInner .mainNavi .list .mega .megaBottom.third {
    padding: 15px 0px 0 10px;
  }
  header .inner nav .menu .menuInner .mainNavi .list .mega .megaBottom.third ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  header .inner nav .menu .menuInner .mainNavi .list .mega .megaBottom.third ul li {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    text-align: left;
  }
  header .inner nav .menu .menuInner .mainNavi .list .mega .megaBottom.third ul li a {
    background: none;
    width: 100%;
    border-radius: 0;
    display: inline-block;
    padding: 0;
    font-size: 14px;
    line-height: 14pt;
    background-image: none;
    margin-bottom: 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  header .inner nav .menu .menuInner .mainNavi .list .mega .megaBottom.third ul li a:hover {
    background: none;
    background-image: none;
  }
  header .inner nav .menu .menuInner .mainNavi .list .mega .megaBottom.second ul.left {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
  header .inner nav .menu .menuInner .mainNavi .list .mega .megaBottom.second ul.left li {
    width: 100%;
    max-width: 100%;
    display: inline-block;
    text-align: left;
  }
  header .inner nav .menu .menuInner .mainNavi .list .mega .megaBottom.second ul.left li a {
    background: none;
    width: 100%;
    border-radius: 0;
    display: inline-block;
    padding: 0;
    font-size: 14px;
    line-height: 14pt;
    background-image: none;
    margin-bottom: 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-align: left;
    color: #333333 !important;
    font-weight: 400;
  }
  header .inner nav .menu .menuInner .mainNavi .list .mega .megaBottom.second ul.left li a:hover {
    background: none;
  }
  header .inner nav .menu .menuInner .mainNavi .list .mega .megaBottom.second ul.left li:nth-child(1) a {
    background-image: none;
    padding: 0;
  }
  header .inner nav .menu .menuInner .mainNavi .list .mega .megaBottom.second ul.left li:nth-child(2) a {
    background-image: none;
    padding: 0;
  }
  header .inner nav .menu .menuInner .mainNavi .list .mega .megaBottom.second ul.left li:nth-child(3) a {
    background-image: none;
    padding: 0;
  }
  header .inner nav .menu .menuInner .mainNavi .list .mega .megaBottom.second ul.right {
    display: block;
    width: 100%;
    max-width: 100%;
    text-align: left;
  }
  header .inner nav .menu .menuInner .mainNavi .list .mega .megaBottom.second ul.right li {
    width: 100%;
    max-width: 100%;
    display: inline-block;
    text-align: left;
  }
  header .inner nav .menu .menuInner .mainNavi .list .mega .megaBottom.second ul.right li a {
    background: none;
    width: 100%;
    border-radius: 0;
    display: inline-block;
    padding: 0;
    font-size: 14px;
    line-height: 14pt;
    background-image: none;
    margin-bottom: 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #333333 !important;
    font-weight: 400;
  }
  header .inner nav .menu .menuInner .mainNavi .list .mega .megaBottom.second ul.right li a:hover {
    background: none;
  }
  header .inner nav .menu .menuInner .mainNavi .list .mega .megaBottom.second ul.right li:nth-child(1) a {
    background-image: none;
    padding: 0;
  }
  header .inner nav .menu .menuInner .mainNavi .list .mega .megaBottom.second ul.right li:nth-child(2) a {
    background-image: none;
    padding: 0;
  }
  header .inner nav .menu .menuInner .mainNavi .list .mega .megaBottom.second ul.right li:nth-child(3) a {
    background-image: none;
    padding: 0;
  }
  header .inner nav .menu .menuInner .mainNavi .list .mega .megaBottom.second ul.right li:nth-child(4) a {
    background-image: none;
    padding: 0;
  }
  header .inner nav .menu .menuInner .mainNavi .list .mega .megaBottom.second ul.right li:nth-child(5) a {
    background-image: none;
    padding: 0;
    margin-bottom: 10px;
  }
  header .inner nav .menu .menuInner .mainNavi .list .mega .megaBottom.second ul.right li:nth-child(6) a {
    background-image: none;
    padding: 0;
    margin-bottom: 10px;
  }
  header .inner nav .menu .menuInner .mainNavi .list .mega .megaTop .categoryLink span {
    background: #9D1427;
    color: #fff;
    text-align: left;
    padding: 50px 20px 52px 0;
    /**/
    display: block;
    font-size: 23px;
    line-height: 23pt;
    color: #fff;
    font-weight: 700;
    width: 100%;
  }
  header .inner nav .menu .menuInner .mainNavi .list .mega .megaTop .categoryLink {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
    width: 100%;
  }
  header .inner nav .menu .menuInner .mainNavi .list .mega .megaTop .categoryLink a {
    background: #9D1427;
    color: #fff;
    text-align: left;
    padding: 50px 20px 52px 0;
    display: block;
    font-size: 23px;
    line-height: 22pt;
    color: #fff;
    font-weight: 700;
    width: 100%;
    /*
	display: flex;
	align-self: stretch;
	*/
  }
  header .inner nav .menu .menuInner .mainNavi .list .mega .megaTop .categoryLink a em {
    display: inline-block;
    background: url(../../assets/img/common/icon02.svg) right center no-repeat;
    background-size: 22px 22px;
    padding: 0 30px 0 0;
  }
  /**********************************

	aside.banner

	**********************************/
  aside.side {
    display: none;
  }
  aside.side .side-slide.close {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    -webkit-transform: translateY(140px);
            transform: translateY(140px);
  }
  aside.side .side-slide.close.open {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  aside.banner {
    /*
		max-width: 90%;
		*/
    max-width: 100%;
    display: block;
    padding-bottom: 60px;
  }
  aside.banner a img {
    width: 100%;
  }
  aside.banner .bigBanner {
    width: 90%;
    margin: 0 auto 38px;
  }
  aside.banner .slide {
    width: 100%;
  }
  aside.banner .slide ul {
    display: block;
    padding: 0 calc( ( 100% - 224px ) / 2);
    position: relative;
  }
  aside.banner .slide ul a.slickPrev,
  aside.banner .slide ul a.slickNext {
    font-size: 10px;
    line-height: 33px;
    text-align: center;
    display: block;
    width: 33px;
    height: 33px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    font-size: 0;
  }
  aside.banner .slide ul a.slickPrev {
    left: 10px;
  }
  aside.banner .slide ul a.slickNext {
    right: 10px;
  }
  aside.banner .slide ul a.slickPrev::after,
  aside.banner .slide ul a.slickNext::after {
    content: "";
    display: block;
    width: 33px;
    height: 33px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  aside.banner .slide ul a.slickPrev::after {
    background: url("../../assets/img/common/icon_arrow_left.png") no-repeat center;
    background-size: 100% auto;
  }
  aside.banner .slide ul a.slickNext::after {
    background: url("../../assets/img/common/icon_arrow_right.png") no-repeat center;
    background-size: 100% auto;
  }
  aside.banner .slide ul li {
    margin: 0;
  }
  /**********************************

	aside.side

	**********************************/
  aside.side {
    width: 100%;
    position: fixed;
    right: 0;
    left: 0;
    top: auto !important;
    bottom: 0;
    margin-top: 0 !important;
  }
  aside.side .side-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  aside.side .side-slide a {
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  /*
	aside.side .side-slide dl {
    width: 50%;
		transform:none;
	}
	
	aside.side .side-slide dl.side-contact,
	aside.side .side-slide dl.side-document {
    	border: none;
	}
	*/
  aside.side .side-slide.open dl,
  aside.side .side-slide dl:hover {
    -webkit-transform: none;
            transform: none;
  }
  /*
	aside.side .side-slide dl dt {
    	flex-direction: row;
		width: 100%;
		height: 60px;
		padding: 0;
		font-size: 11px;
	}
	aside.side .side-slide dl dt a{
    display: flex !important;
    align-items: center;
    justify-content: center;
		flex-direction: row;
		width: 100%;
		height: 100%;
		color: #ffffff;
	}
	*/
  /*
	aside.side .side-slide dl dt img {
    	height: auto;
    	width: 18px;
	}
	*/
  /*
	aside.side .side-slide dl.side-document dt img {
    width: 13px;
	}
	*/
  /*
	aside.side .side-slide dl dt br{
		display: none;
	}
	aside.side .side-slide dl dd {
    display: none;
	}

	*/
  aside.side .side-slide dl dd ul li.ttl {
    padding: 10px 0 10px 0;
  }
  aside.side .side-slide dl.side-ttl dt {
    display: none;
  }
  aside.side .side-slide dl.side-ttl dd {
    background: #333333;
    color: #FFF;
    font-size: 14px;
    line-height: 14pt;
    text-align: center;
    height: auto;
    padding: 10px 0 10px 0;
    font-weight: 400;
    width: 100%;
  }
  aside.side .side-slide dl.side-ttl dd em {
    font-weight: 700;
  }
  aside.side .side-slide dl {
    width: 100%;
  }
  aside.side .side-slide dl.side-tel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #FFF;
  }
  aside.side .side-slide dl.side-tel a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  aside.side .side-slide dl.side-tel dt {
    width: 50px;
  }
  aside.side .side-slide dl.side-tel dd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    font-size: 20px;
    padding: 0 50px 0 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    background: #FFF;
    display: inline-block;
  }
  aside.side .side-slide a.mail {
    width: 50%;
  }
  aside.side .side-slide a.line {
    width: 50%;
  }
  aside.side .side-slide dl.side-line dd {
    background: #FFF;
  }
  aside.side .side-slide dl dd ul li.tel {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    font-size: 20px;
    padding: 0 50px 0 0;
  }
  aside.side .side-slide a.line dl dd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    font-size: 15px;
    line-height: 15pt;
    padding: 15px 0px 15px 0;
    font-weight: 700;
    border-top: 1px solid #DDDDDD;
    display: inline-block;
  }
  aside.side .side-slide a.mail dl dt {
    background: #efefef;
  }
  aside.side .side-slide a.line dl dt {
    background: #06c755;
  }
  aside.side .side-slide a.mail dl dd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    font-size: 15px;
    line-height: 15pt;
    padding: 15px 0px 15px 0;
    font-weight: 700;
    border-top: 1px solid #DDDDDD;
    display: inline-block;
  }
  /**********************************

footer

**********************************/
  footer {
    padding: 0;
  }
  /*
footer .pageTop {
	width: 40px;
	height: 39px;
	top:-39px;
	z-index:1;
}
footer .pageTop a{
	padding: 5px 0 0;
}
footer .pageTop a{
    background: #004e81 url(../img/common/pageTop2.png) center 14px no-repeat;
    background-size: 17px 10px;
}
footer .pageTop.classA a{
    background: #004e81 url(../img/common/pageTop2.png) center 14px no-repeat;
    background-size: 17px 10px;
    transition: 0.3s;
}
footer .pageTop.classB a{
	transition:0.3s;
	background:#eff5f9 url(../img/common/pageTop.png) center 14px no-repeat;
	background-size: 17px 10px;
}

footer .pageTop.classA a:hover{
    background: #004e81 url(../img/common/pageTop2.png) center 14px no-repeat;
    background-size: 17px 10px;
}
footer .pageTop.classB a:hover{
	background:#eff5f9 url(../img/common/pageTop.png) center 14px no-repeat;
	background-size: 17px 10px;
}

footer .pageTop a img{
	width: 9px;
	height: 5px;
}
*/
  footer .inner {
    padding: 20px 15px 30px 15px;
    border-top: none;
  }
  footer .inner .footerMain {
    display: block;
    padding: 0 0 40px 0;
  }
  footer .inner .footerSub {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 15px 0 0px 0;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  footer .inner .footerSub .left ul li {
    display: inline-block;
    width: 100%;
  }
  footer .inner .footerSub .left ul li a {
    display: inline-block;
    color: #b7b7b7;
    font-size: 12px;
    line-height: 12pt;
    margin-right: 0px;
    margin-top: 11px;
    width: 100%;
    text-align: left;
  }
  footer .inner .footerSub .right small {
    text-align: right;
    color: #b7b7b7;
    font-size: 12px;
    margin-top: 30px;
    display: inline-block;
  }
  footer .inner .footerMain .leftCon {
    width: 100%;
  }
  footer .inner .footerMain .leftCon .leftTop {
    display: block;
  }
  footer .inner .footerMain .leftCon .leftTop .globalNav {
    display: block;
    position: relative;
    /*
	padding-bottom: 26px;
	margin-bottom: 24px;
	*/
  }
  /*
footer .inner .footerMain .leftCon .leftTop .globalNav::after{
	content: "";
	display: block;
	background: #d8e3eb;
	width: 100%;
	height: 1.5px;
	position: absolute;
	bottom: 0;
	left: 0;
}
*/
  footer .inner .footerMain .leftCon .leftTop .globalNav .list {
    margin: 0;
    padding: 0px 0;
    /*
	border-bottom:1px solid #434343;
	*/
  }
  /*
footer .inner .footerMain .leftCon .leftTop .globalNav .list:not(:last-child) {
	margin: 0 0 14px;
}
*/
  footer .inner .footerMain .leftCon .leftTop .globalNav .list .link--category {
    font-size: 14px;
    position: relative;
    display: block;
  }
  footer .inner .footerMain .leftCon .leftTop .globalNav .list.hover .link--category {
    background: url(../../assets/img/common/icon_img_01.png) 98% 62% no-repeat;
    background-size: 13px 9px;
  }
  footer .inner .footerMain .leftCon .leftTop .globalNav .list.hover .link--category.accOpen {
    background: url(../../assets/img/common/icon_img_01on.png) 98% 62% no-repeat;
    background-size: 13px 9px;
  }
  /*
footer .inner .footerMain .leftCon .leftTop .globalNav .list.hover .link--category::before {
	content: "";
	display: block;
	background: none;
	width: 10px;
	height: 11px;
	position: absolute;
	top: 13px;
	right: 8%;
	transform: rotate(-45deg);
	border-top: 1px solid #444;
	border-right: 1px solid #444;
	line-height: 1;
}
*/
  footer .inner .footerMain .leftCon .leftTop .globalNav .list a.link--category {
    display: block;
    border-bottom: 1px solid #434343;
    padding: 20px 0 10px 0;
    text-align: left;
  }
  footer .inner .footerMain .leftCon .leftTop .globalNav .list a.link--category::after {
    content: none;
  }
  footer .inner .footerMain .leftCon .leftTop .globalNav .list .link--category.accOpen {
    /*
	color: #004e81;
	*/
  }
  /*
footer .inner .footerMain .leftCon .leftTop .globalNav .list .link--category.accOpen::before{
	content: "";
	display: block;
	background: #004e81;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	border: none;
}
*/
  footer .inner .footerMain .leftCon .leftTop .globalNav .list .link--category.accOpen span {
    display: inline-block;
    /*
	background: #eff5f9;
	*/
    position: relative;
    z-index: 1;
    padding-right: 20px;
  }
  footer .inner .footerMain .leftCon .leftTop .globalNav .list .mega {
    margin-bottom: 19px;
    /*
	margin-top:10px;
	*/
    display: none;
  }
  footer .inner .footerMain .leftCon .leftTop .globalNav .list .mega .box {
    padding: 15px 0px 0 10px;
    text-align: left;
  }
  footer .inner .footerMain .leftCon .leftTop .globalNav .list .mega .box .title {
    display: block;
    margin-bottom: 10px;
  }
  footer .inner .footerMain .leftCon .leftTop .globalNav .list .mega .box .megaList {
    margin-top: 0px;
  }
  footer .inner .footerMain .leftCon .leftTop .globalNav .list .mega .box .megaList .megaListBox:not(:last-child) {
    margin-bottom: 10px;
  }
  footer .inner .footerMain .leftCon .leftTop .globalNav .list .mega .box .title .link--categoryTop,
  footer .inner .footerMain .leftCon .leftTop .globalNav .list .mega .box .megaList .megaListBox .link--page {
    font-size: 14px;
    line-height: 14pt;
    position: relative;
    color: #FFF;
    display: inline-block;
    width: 100%;
  }
  footer .inner .footerMain .leftCon .leftTop .globalNav .list .mega .box .title .link--categoryTop:before,
  footer .inner .footerMain .leftCon .leftTop .globalNav .list .mega .box .megaList .megaListBox .link--page:before {
    content: "・";
  }
  /*
footer .inner .footerMain .leftCon .leftTop .globalNav .list .mega .box .title .link--categoryTop::before,
footer .inner .footerMain .leftCon .leftTop .globalNav .list .mega .box .megaList .megaListBox .link--page::before {
	content: "";
	display: block;
	background: #aabbc6;
	width: 10px;
	height: 1px;
	position: absolute;
	top: 9px;
	left: 0;
}
*/
  footer .inner .footerMain .rightCon {
    width: 100%;
    margin: 20px 0 0 0;
  }
  /*
footer .inner small {
	position: static;
	margin-top: 19px;
	display: block;
	text-align:center;
}
*/
  footer .inner .footerMain .leftCon .leftBottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer .inner .footerMain .leftCon .leftBottom ul {
    width: 100%;
    max-width: 50%;
    display: block;
  }
  footer .inner .footerMain .leftCon .leftBottom ul li {
    display: inline-block;
    width: 100%;
  }
  footer .inner .footerMain .leftCon .leftBottom ul li a {
    font-size: 12px;
    line-height: 14pt;
    color: #FFF;
    margin-right: 0px;
    width: 100%;
    display: inline-block;
    position: relative;
    margin: 0 0 10px 0;
    text-align: left;
  }
  footer .inner .footerMain .leftCon .leftBottom ul li a:before {
    content: "・";
    font-size: 12px;
    line-height: 14pt;
    color: #FFF;
    display: inline-block;
  }
  header.is-animation .inner nav .menu .menuInner .head_right .ttl {
    display: block;
  }
  footer .pageTop {
    display: none !important;
  }
  .page_top a {
    display: block;
    text-align: center;
    background: #272727 url(../../assets/img/common/icon_img_01on.png) center center no-repeat;
    background-size: 13px 9px;
    height: 56px;
  }
  /*------------下層------------*/
  .breadcrumb {
    height: 32px;
    text-align: left;
  }
  .breadcrumb ul {
    padding: 8px 15px 10px 15px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow: auto;
    white-space: nowrap;
    overflow: scroll;
    /*
		overflow-x: hidden;
		overflow-y: hidden;
		*/
  }
  .breadcrumb ul li {
    display: inline-block;
    margin: 0 6px 0 0;
    position: relative;
  }
  .w_under h1 {
    font-size: 22px;
    letter-spacing: 0.1em;
    line-height: 24pt;
    padding: 37px 15px 40px 15px;
  }
  .w_under aside.side {
    top: 142px;
  }
  .base_area_01 {
    padding: 40px 15px 0 15px;
  }
  .base_area_01 .ir_1000 {
    max-width: 1000px;
    margin: auto;
  }
  .base_area_01 .ir_1000 h2 {
    letter-spacing: 0.1em;
    font-size: 22px;
    font-weight: 700;
    line-height: 24pt;
    text-align: center;
  }
  .base_area_01 .ir_1100 {
    max-width: 1100px;
    margin: auto;
  }
  .base_area_01 .ir_1100 h2 {
    letter-spacing: 0.1em;
    font-size: 22px;
    font-weight: 700;
    line-height: 24pt;
    text-align: center;
  }
  .base_area_01 .ir_1200 {
    max-width: 1200px;
    margin: auto;
  }
  .base_area_01 .ir_1200 h2 {
    letter-spacing: 0.1em;
    font-size: 22px;
    font-weight: 700;
    line-height: 24pt;
    text-align: center;
  }
  .base_area_01 .ir_900 {
    max-width: 900px;
    margin: auto;
  }
  .base_area_01_t {
    padding: 35px 15px 0 15px;
  }
  .base_area_01_t .ir_1000 {
    max-width: 1000px;
    margin: auto;
  }
  .base_area_01_t .ir_1000 h2 {
    letter-spacing: 0.1em;
    font-size: 22px;
    font-weight: 700;
    line-height: 24pt;
    text-align: center;
  }
  .base_area_01_t .ir_1100 {
    max-width: 1100px;
    margin: auto;
  }
  .base_area_01_t .ir_1100 h2 {
    letter-spacing: 0.1em;
    font-size: 22px;
    font-weight: 700;
    line-height: 24pt;
    text-align: center;
  }
  .base_area_01_t .ir_1200 {
    max-width: 1200px;
    margin: auto;
  }
  .base_area_01_t .ir_1200 h2 {
    letter-spacing: 0.1em;
    font-size: 22px;
    font-weight: 700;
    line-height: 24pt;
    text-align: center;
  }
  .base_area_01_t .ir_900 {
    max-width: 900px;
    margin: auto;
  }
  .base_area_01_t .ir_900_t {
    max-width: 900px;
    margin: 0px auto 0;
  }
  .under_last {
    margin: 0 0 80px 0;
  }
  .under_contact_block {
    margin: 0px 0 0 0;
  }
  .under_contact_block .ttl_area {
    padding: 15px 20px;
  }
  .under_contact_block .ttl_area .ir .ms_ttl .photos {
    width: 75px;
    margin-right: 15px;
    margin-left: -5px;
  }
  .under_contact_block .ttl_area .ir .ms_ttl .photos img {
    max-width: 75px;
  }
  .under_contact_block .ttl_area .ir .ms_ttl .text {
    font-size: 14px;
    line-height: 16pt;
  }
  .under_contact_block .areas {
    background: #EDEDED;
    padding: 30px;
  }
  .under_contact_block .areas .fbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .under_contact_block .areas .fbox .lefts {
    width: 100%;
    border-right: none;
    padding: 0 0px 0 0;
  }
  .under_contact_block .areas .fbox .lefts .bottom_tel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
  }
  .under_contact_block .areas .fbox .lefts .bottom_tel a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: #FFF;
    border-radius: 4px;
    margin: 0 0 10px 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 100%;
  }
  .under_contact_block .areas .fbox .lefts .bottom_tel a:hover {
    background: #e6e6e6;
    text-decoration: none;
  }
  .under_contact_block .areas .fbox .lefts .bottom_tel .tel_left {
    width: 50px;
    height: 50px;
    background: #9D1427;
    border-radius: 4px 0px 0px 4px;
    padding: 15px 0 0 0;
  }
  .under_contact_block .areas .fbox .lefts .bottom_tel .tel_left img {
    margin: auto;
    width: 20px;
  }
  .under_contact_block .areas .fbox .lefts .bottom_tel .tel_right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0 0 0 24px;
  }
  .under_contact_block .areas .fbox .lefts .bottom_tel .tel_right .ttl01 {
    display: none;
  }
  .under_contact_block .areas .fbox .lefts .bottom_tel .tel_right .ttl02 {
    font-size: 20px;
    line-height: 20pt;
    background-image: url(../../assets/img/common/icon01.svg);
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 7px 13px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .under_contact_block .areas .fbox .lefts .bottom_mail a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: #FFF;
    border-radius: 4px;
    margin: 0 0 10px 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    text-align: left;
  }
  .under_contact_block .areas .fbox .lefts .bottom_mail a .mail_left {
    background: #DEDEDE;
    width: 50px;
    height: 50px;
    padding: 18px 0 0 0;
    border-radius: 4px 0px 0px 4px;
  }
  .under_contact_block .areas .fbox .lefts .bottom_mail a .mail_left img {
    width: 22px;
    margin: auto;
  }
  .under_contact_block .areas .fbox .lefts .bottom_mail a .mail_right {
    font-size: 15px;
    line-height: 15pt;
    font-weight: 700;
    color: #333333;
    padding: 0 0 0px 20px;
    background-image: url(../../assets/img/common/icon01.svg);
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 7px 13px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .under_contact_block .areas .fbox .lefts .bottom_mail a:hover {
    background: #e6e6e6;
    text-decoration: none;
  }
  .under_contact_block .areas .fbox .rights {
    width: 100%;
    padding: 0 0 0 0px;
    text-align: center;
  }
  .under_contact_block .areas .fbox .rights .bottom_line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
  }
  .under_contact_block .areas .fbox .rights .bottom_line a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: #FFF;
    border-radius: 4px;
    margin: 0 0 0px 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 100%;
    transition: 0.4s;
  }
  .under_contact_block .areas .fbox .rights .bottom_line a:hover {
    background: #e6e6e6;
    text-decoration: none;
  }
  .under_contact_block .areas .fbox .rights .bottom_line .line_left {
    width: 50px;
    height: 50px;
    background: #06C755;
    padding: 13px 0 0 0;
    border-radius: 4px 0px 0px 4px;
  }
  .under_contact_block .areas .fbox .rights .bottom_line .line_left img {
    margin: auto;
    width: 26px;
  }
  .under_contact_block .areas .fbox .rights .bottom_line .line_center {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0 0px 0 0px;
    padding: 0 0 0 20px;
    text-align: left;
    background-image: url(../../assets/img/common/icon01.svg);
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 7px 13px;
    flex: 1;
  }
  .under_contact_block .areas .fbox .rights .bottom_line .line_center .ttl {
    font-size: 15px;
    line-height: 15pt;
    margin: 0 0 0px 0;
  }
  .under_contact_block .areas .fbox .rights .bottom_line .line_center .text {
    display: none;
  }
  .under_contact_block .areas .fbox .rights .bottom_line .line_right {
    display: none;
  }
  .under_contact_block .areas .fbox .rights p {
    font-size: 12px;
    line-height: 12pt;
    font-weight: 700;
    color: #9D1427;
    margin: 20px 0 0px 0;
    padding: 0 0 0 22px;
    background-image: url(../../assets/img/common/bottom_icon_04.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 13px 10px;
    display: inline-block;
  }
  header .inner nav .menu .menuInner .mainNavi .list .mega .megaBottom.third ul::after {
    content: none;
  }
}

/* 各スタイル PC */
.index_main {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#9d1427+0,6e0e1c+100 */
  background: #9d1427;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #9d1427 0%, #6e0e1c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#9d1427), to(#6e0e1c));
  background: linear-gradient(to bottom, #9d1427 0%, #6e0e1c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d1427', endColorstr='#6e0e1c',GradientType=0 );
  /* IE6-9 */
  padding: 0px 50px 0 50px;
  position: relative;
}

.index_main .ir {
  margin: 0 auto 0;
  max-width: 1200px;
  width: 100%;
  position: relative;
}

.index_main .ir .main_cont {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 47px 0 0 0;
}

.index_main .ir .main_cont .photos {
  max-width: 447px;
  position: absolute;
  right: 22px;
  top: 52px;
}

.index_main .ir .main_cont .lefts {
  max-width: 660px;
  width: 60%;
}

.index_main .ir .main_cont .lefts h1 {
  text-align: center;
  color: #FFF;
  font-size: 54px;
  font-weight: 700;
  line-height: 60pt;
  letter-spacing: 0.1em;
}

.index_main .ir .main_cont .lefts h1 span {
  background: url(../../assets/img/index/icon_img_04.svg) left top no-repeat;
  background-size: 77px 38px;
  padding: 0 0 0 100px;
  display: inline-block;
  font-weight: 400;
  font-size: 26px;
  line-height: 32pt;
  display: inline-block;
  margin: 0 0 25px 0;
}

.index_main .ir .main_cont .lefts h1 em {
  display: inline-block;
  position: relative;
}

.index_main .ir .main_cont .lefts h1 em.noid {
  padding: 0 0 0 25px;
}

.index_main .ir .main_cont .lefts h1 em.noid:after {
  content: none;
}

.index_main .ir .main_cont .lefts h1 em:after {
  content: "";
  width: 6px;
  height: 6px;
  background: #F4A72C;
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
  border-radius: 6px;
  margin: auto;
}

.index_main .ir .main_cont .lefts ul {
  margin: 36px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.index_main .ir .main_cont .lefts ul li {
  text-align: center;
  font-size: 20px;
}

.index_main .ir .main_cont .lefts ul li:nth-child(2) {
  margin: 0 20px;
}

.index_main .ir .main_cont .lefts ul li:nth-child(1) img {
  width: 12vw;
  max-width: 145px;
}

.index_main .ir .main_cont .lefts ul li:nth-child(2) img {
  width: 12vw;
  max-width: 145px;
}

.index_main .ir .main_cont .lefts ul li:nth-child(3) img {
  width: 14vw;
  max-width: 172px;
}

.index_main .ir .main_cont .lefts .sub {
  color: #c5c5c5;
  text-align: center;
  font-size: 11px;
  line-height: 13pt;
  margin: 20px 0 0 0;
}

.index_main .side_txt {
  color: #FFF;
  font-size: 10px;
  position: absolute;
  right: -20px;
  bottom: 65px;
  font-weight: 400;
  text-align: right;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  display: inline-block;
}

.index_main .side_txt em {
  font-size: 13px;
}

.news_block {
  background: #F0F0F0;
  padding: 0 50px;
}

.news_block .ir {
  max-width: 1200px;
  margin: auto;
  padding: 15px 0;
}

.news_block .ir dl {
  font-size: 14px;
  line-height: 18pt;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.news_block .ir dl dt {
  width: 100px;
}

.news_block .ir dl dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.news_block .ir dl dd p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.news_block .ir dl dd p a:hover {
  text-decoration: underline;
}

.news_block .ir dl dd .news_link a {
  display: inline-block;
  background: #FFF;
  background-image: url(../../assets/img/common/icon01.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 7px 13px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 12px;
  line-height: 12pt;
  padding: 12px 45px 12px 25px;
  text-align: left;
  margin-left: 60px;
  /*
                    max-width:150px;
                    width:100%;
                    */
  font-weight: 700;
  border-radius: 3px;
}

.news_block .ir dl dd .news_link a:hover {
  background: #e6e6e6;
  background-image: url(../../assets/img/common/icon01.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 7px 13px;
  text-decoration: none;
}

.corona_block {
  padding: 50px;
}

.corona_block .ir {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.corona_block .ir a {
  display: inline-block;
  width: 100%;
  padding: 20px;
  color: #333333;
  background: #FFF;
  border: 4px solid #EDEDED;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.corona_block .ir a em {
  font-weight: 700;
  color: #9D1427;
  font-size: 17px;
  line-height: 17pt;
  margin-right: 50px;
}

.corona_block .ir a:hover {
  background: #EDEDED;
  text-decoration: none;
}

.research_block {
  background: #9D1427;
  padding: 80px 50px;
}

.research_block .ir {
  max-width: 1200px;
  margin: auto;
}

.research_block .ir h2 {
  color: #FFF;
  letter-spacing: 0.1em;
  font-size: 32px;
  font-weight: 700;
  line-height: 38pt;
  text-align: center;
  margin: 0 0 25px 0;
}

.research_block .ir .text {
  text-align: center;
  color: #FFF;
}

.research_block .ir .research_area {
  margin: 50px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.research_block .ir .research_area .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 58%;
  max-width: 690px;
}

.research_block .ir .research_area .left li {
  width: 49%;
  max-width: 335px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
}

.research_block .ir .research_area .left li a {
  background: #FFF;
  text-align: center;
  font-size: 24px;
  line-height: 24pt;
  color: #9D1427;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
              -ms-grid-row-align: stretch;
          align-self: stretch;
  width: 100%;
  border-radius: 3px;
  font-weight: 700;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.research_block .ir .research_area .left li a span {
  background-image: url(../../assets/img/index/icon_img_05.svg);
  background-size: 22px 22px;
  background-repeat: no-repeat;
  background-position: right center;
  padding: 0 38px 0 0;
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.research_block .ir .research_area .left li a:hover {
  background: #ffccd3;
}

.research_block .ir .research_area .left li a:hover span {
  text-decoration: none;
  background-image: url(../../assets/img/index/icon_img_05on.svg);
  background-size: 22px 22px;
  background-repeat: no-repeat;
  background-position: right center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.research_block .ir .research_area .left li:nth-child(1) a {
  background-image: url(../../assets/img/common/icon_1t_pc.svg);
  background-repeat: no-repeat;
  background-position: center top 65%;
  background-size: 160px 122px;
  padding: 73px 0 0 0;
}

.research_block .ir .research_area .left li:nth-child(2) a {
  background-image: url(../../assets/img/common/icon_2t_pc.svg);
  background-repeat: no-repeat;
  background-position: center top 65%;
  background-size: 162px 122px;
  padding: 73px 0 0 0;
}

.research_block .ir .research_area .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 41%;
  max-width: 490px;
}

.research_block .ir .research_area .right li {
  width: 49%;
  max-width: 235px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.research_block .ir .research_area .right li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #FFF;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 18pt;
  color: #9D1427;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  width: 100%;
  border-radius: 3px;
  padding: 38px 20px;
  margin: 0 0 20px 0;
  font-weight: 700;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.research_block .ir .research_area .right li a span {
  background-image: url(../../assets/img/index/icon_img_05.svg);
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: center right;
  padding: 0 30px 0 0;
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.research_block .ir .research_area .right li a:hover {
  background: #ffccd3;
  text-decoration: none !important;
}

.research_block .ir .research_area .right li a:hover span {
  background-image: url(../../assets/img/index/icon_img_05on.svg);
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: center right;
  padding: 0 30px 0 0;
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

.research_block .ir .research_area .right li:nth-child(1) a {
  padding: 26px 20px;
  background-image: url(../../assets/img/common/icon_3t_pc.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 34px 46px;
}

.research_block .ir .research_area .right li:nth-child(2) a {
  padding: 26px 20px;
  background-image: url(../../assets/img/common/icon_4t_pc.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 32px 36px;
}

.research_block .ir .research_area .right li:nth-child(3) a {
  background-image: url(../../assets/img/common/icon_5t_pc.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 33px 36px;
}

.research_block .ir .research_area .right li:nth-child(4) a {
  background-image: url(../../assets/img/common/icon_6t_pc.svg);
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 36px 35px;
}

.research_block .ir .research_area .right li:nth-child(5) a {
  margin: 0;
  padding: 26px 20px;
  background-image: url(../../assets/img/common/icon_7t_pc.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 35px 35px;
}

.research_block .ir .research_area .right li:nth-child(6) a {
  margin: 0;
  padding: 26px 20px;
  background-image: url(../../assets/img/common/icon_8t_pc.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 32px 39px;
}

.research_block .ir .research_btn {
  text-align: center;
  max-width: 700px;
  margin: 50px auto 0;
}

.research_block .ir .research_btn a {
  border-radius: 6px;
  border: 1px solid #b75764;
  padding: 19px 50px 19px 30px;
  font-size: 15px;
  line-height: 15pt;
  font-weight: 700;
  color: #FFF;
  display: inline-block;
  width: 100%;
  background-image: url(../../assets/img/common/icon05.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 7px 13px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.research_block .ir .research_btn a:hover {
  background: #7e0617;
  background-image: url(../../assets/img/common/icon05.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 7px 13px;
  text-decoration: none;
}

.strong_block {
  padding: 80px 0px 0 0;
}

.strong_block .ir {
  /*
        max-width:1200px;
        */
  margin: auto;
  padding: 0 50px;
}

.strong_block .ir h2 {
  letter-spacing: 0.1em;
  font-size: 32px;
  font-weight: 700;
  line-height: 38pt;
  text-align: center;
  margin: 0 0 25px 0;
}

.strong_block .ir .text {
  text-align: center;
  margin: 0 0 50px 0;
}

.strong_block .ir .box {
  position: relative;
  border: 10px solid #EDEDED;
  padding: 40px 50px 40px 50px;
  max-width: 1200px;
  margin: 0 auto 70px;
}

.strong_block .ir .box .photos {
  position: absolute;
  left: 60px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  max-width: 176px;
}

.strong_block .ir .box .box_tl {
  color: #9d1427;
  font-size: 22px;
  line-height: 25pt;
  margin: 0 0 15px 220px;
  font-weight: 700;
}

.strong_block .ir .box p {
  margin: 0 0 0 220px;
}

.strong_block .ir .box .name {
  position: absolute;
  left: 30px;
  top: 15%;
  font-size: 11px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  display: inline-block;
  color: #767676;
  text-align: right;
}

.strong_block .ir .box .name.onlySP {
  display: none;
}

.strong_block .areas {
  background-image: url(../../assets/img/index/bg_img_02.png);
  background-size: 80vw 100%;
  background-position: right 0px center;
  padding: 80px 0;
}

.strong_block .areas .fbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 5vw 0 0;
}

.strong_block .areas .fbox .photos {
  width: 51%;
}

.strong_block .areas .fbox .texts {
  padding: 0 0px 0 5vw;
  width: 49%;
}

.strong_block .areas .fbox .texts ul {
  font-size: 16px;
  line-height: 25pt;
}

.strong_block .areas .fbox .texts ul li:nth-child(1) {
  background: url(../../assets/img/index/icon_nm_01.png) left top no-repeat;
  background-size: 47px 47px;
  padding: 5px 0 10px 60px;
  margin: 0 0 17px 0;
}

.strong_block .areas .fbox .texts ul li:nth-child(2) {
  background: url(../../assets/img/index/icon_nm_02.png) left top no-repeat;
  background-size: 47px 47px;
  padding: 5px 0 10px 60px;
  margin: 0 0 8px 0;
}

.strong_block .areas .fbox .texts ul li:nth-child(3) {
  background: url(../../assets/img/index/icon_nm_03.png) left top no-repeat;
  background-size: 47px 47px;
  padding: 5px 0 10px 60px;
  margin: 0 0 17px 0;
}

.strong_block .areas .fbox .texts ul li:nth-child(4) {
  background: url(../../assets/img/index/icon_nm_04.png) left top no-repeat;
  background-size: 47px 47px;
  padding: 5px 0 10px 60px;
  margin: 0 0 8px 0;
}

.strong_block .areas .fbox .texts ul li:nth-child(5) {
  background: url(../../assets/img/index/icon_nm_05.png) left top no-repeat;
  background-size: 47px 47px;
  padding: 5px 0 10px 60px;
  margin: 0 0 0px 0;
}

.strong_block .areas .fbox .texts ul li em {
  font-weight: 700;
  font-size: 20px;
  display: inline-block;
  position: relative;
}

.strong_block .areas .fbox .texts ul li em:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #FFBF5A;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.strong_block .areas .fbox .texts .btn {
  margin: 40px 0 0 0;
  width: 80%;
  text-align: center;
  max-width: 340px;
}

.strong_block .areas .fbox .texts .btn a {
  background: #9D1427;
  color: #FFF;
  font-weight: 700;
  font-size: 13px;
  line-height: 13pt;
  background-image: url(../../assets/img/common/icon05.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 7px 13px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  width: 100%;
  padding: 21px 0px 21px 0;
  border-radius: 4px;
}

.strong_block .areas .fbox .texts .btn a:hover {
  background: #7e0617;
  background-image: url(../../assets/img/common/icon05.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 7px 13px;
  text-decoration: none;
}

.strong_block .areas_second {
  background-image: url(../../assets/img/index/bg_img_02.png);
  background-size: 80vw 100%;
  background-position: left 0px center;
  padding: 80px 0;
  margin: 50px 0 0 0;
}

.strong_block .areas_second .fbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  /*
            justify-content: flex-end;
            */
  padding: 0 0 0 5vw;
}

.strong_block .areas_second .fbox .photos {
  width: 51%;
}

.strong_block .areas_second .fbox .texts {
  padding: 0 5vw 0 0px;
  width: 49%;
}

.strong_block .areas_second .fbox .texts .ttl {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 4px 0;
  letter-spacing: 0.1em;
}

.strong_block .areas_second .fbox .texts h3 {
  font-size: 32px;
  line-height: 48px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.strong_block .areas_second .fbox .texts p {
  margin: 30px 0 0 0;
}

.strong_block .areas_second .fbox .texts .btn {
  margin: 40px 0 0 0;
  width: 80%;
  text-align: center;
  max-width: 340px;
}

.strong_block .areas_second .fbox .texts .btn a {
  background: #9D1427;
  color: #FFF;
  font-weight: 700;
  font-size: 13px;
  line-height: 13pt;
  background-image: url(../../assets/img/common/icon05.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 7px 13px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  width: 100%;
  padding: 21px 0px 21px 0;
  border-radius: 4px;
}

.strong_block .areas_second .fbox .texts .btn a:hover {
  background: #7e0617;
  background-image: url(../../assets/img/common/icon05.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 7px 13px;
  text-decoration: none;
}

.plan_block {
  padding: 80px 50px;
}

.plan_block .ir {
  max-width: 1200px;
  margin: auto;
}

.plan_block .ir h2 {
  letter-spacing: 0.1em;
  font-size: 32px;
  font-weight: 700;
  line-height: 32pt;
  text-align: center;
  margin: 0 0 30px 0;
}

.plan_block .ir h2 span {
  font-size: 16px;
}

.plan_block .ir h2 span sup {
  font-size: 10px;
}

.plan_block .ir .text {
  text-align: center;
  margin: 0 0 50px 0;
}

.plan_block .ir .area01 {
  border-radius: 4px;
  background: #009F7A;
  padding: 40px;
  margin-bottom: 30px;
}

.plan_block .ir .area01 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.plan_block .ir .area01 .box .lefts {
  background: #FFF;
  font-weight: 700;
  color: #1F9F7A;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #FFF;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  padding: 0 50px 0 30px;
  position: relative;
  margin-right: 30px;
}

.plan_block .ir .area01 .box .lefts img {
  width: 20px;
  margin-right: 13px;
}

.plan_block .ir .area01 .box .lefts:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -7px;
  border: 7px solid transparent;
  border-left: 6px solid #FFF;
}

.plan_block .ir .area01 .box .rights dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.plan_block .ir .area01 .box .rights dl dt {
  margin-right: 20px;
  width: 45px;
}

.plan_block .ir .area01 .box .rights dl dt em {
  background: #9D1427;
  color: #FFF;
  font-weight: 700;
  font-size: 21px;
  line-height: 21pt;
  text-align: center;
  display: inline-block;
  width: 45px;
  height: 45px;
  padding: 9px 0 0 0;
}

.plan_block .ir .area01 .box .rights dl dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 700;
  font-size: 26px;
  line-height: 32pt;
  color: #FFF;
}

.plan_block .ir .area01 .box .rights dl dd span {
  font-size: 14px;
  line-height: 18pt;
  font-weight: 400;
  display: block;
  margin: 0 0 5px 0;
}

.plan_block .ir .area02 {
  border-radius: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  border: 5px solid #D5D5D5;
}

.plan_block .ir .area02 .box {
  width: calc(100% / 3);
  padding: 35px;
}

.plan_block .ir .area02 .box p {
  text-align: center;
  font-size: 13px;
  line-height: 16pt;
  margin-top: 30px;
}

.plan_block .ir .area02 .box .ttl {
  background: #797979;
  text-align: center;
  color: #FFF;
  padding: 15px 10px;
  position: relative;
  margin-bottom: 35px;
}

.plan_block .ir .area02 .box .ttl:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -7px;
  border: 7px solid transparent;
  border-top: 6px solid #797979;
}

.plan_block .ir .area02 .box dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.plan_block .ir .area02 .box dl dt {
  margin-right: 20px;
  width: 45px;
}

.plan_block .ir .area02 .box dl dt em {
  background: #9D1427;
  color: #FFF;
  font-weight: 700;
  font-size: 21px;
  line-height: 21pt;
  text-align: center;
  display: inline-block;
  width: 45px;
  height: 45px;
  padding: 9px 0 0 0;
}

.plan_block .ir .area02 .box dl dd {
  font-weight: 700;
  font-size: 26px;
  line-height: 32pt;
}

.plan_block .ir .area02 .box.bd {
  border-left: 2px solid #D5D5D5;
  border-right: 2px solid #D5D5D5;
}

.plan_block .sub {
  text-align: right;
  margin-top: 10px;
  font-size: 12px;
  color: #717171;
}

.plan_block .plan_btn {
  text-align: center;
  max-width: 700px;
  margin: 29px auto 0;
}

.plan_block .plan_btn a {
  border-radius: 6px;
  border: 1px solid #C5C5C5;
  padding: 19px 50px 19px 30px;
  font-size: 15px;
  line-height: 15pt;
  font-weight: 700;
  display: inline-block;
  width: 100%;
  background-image: url(../../assets/img/common/icon01.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 7px 13px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #333333;
}

.plan_block .plan_btn a:hover {
  background: #e6e6e6;
  background-image: url(../../assets/img/common/icon01.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 7px 13px;
  text-decoration: none;
}

.red_block {
  background: #9D1427;
  padding: 43px 50px;
}

.red_block .ir {
  max-width: 1200px;
  margin: auto;
  color: #FFF;
  font-size: 20px;
  line-height: 28pt;
  text-align: center;
}

.area_block .area_bg {
  background: url(../../assets/img/index/bg_img_03.jpg) center top no-repeat;
  background-size: cover;
  /*
        background-attachment: fixed;
        */
  position: relative;
  height: 340px;
}

.area_block .area_bg .ir {
  max-width: 1200px;
  width: 87%;
  margin: auto;
  background: #FFF;
  text-align: center;
  padding: 55px 50px 0 50px;
  position: absolute;
  bottom: 0;
  left: 0px;
  right: 0px;
}

.area_block .area_bg .ir h2 {
  letter-spacing: 0.1em;
  font-size: 32px;
  font-weight: 700;
  line-height: 32pt;
  text-align: center;
}

.area_block .area_bg .ir h2 span {
  font-size: 16px;
}

.area_block .ir50 {
  padding: 0 50px 80px 50px;
}

.area_block .area_ir {
  max-width: 1200px;
  margin: 0 auto 0;
}

.area_block .area_ir .text {
  text-align: center;
  margin: 30px 0 50px 0;
}

.area_block .area_ir .photos {
  margin: 0 auto 40px;
  max-width: 700px;
}

.area_block .area_ir .photos img {
  width: 100%;
}

.area_block .area_ir ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 1px solid #C5C5C5;
  border-top: 1px solid #C5C5C5;
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

.area_block .area_ir ul li {
  width: calc(100% / 3);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.area_block .area_ir ul li a {
  width: 100%;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  background: #FFF;
  border-right: 1px solid #C5C5C5;
  border-bottom: 1px solid #C5C5C5;
  padding: 16px 40px 16px 20px;
  background-image: url(../../assets/img/common/icon01.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 7px 13px;
  color: #333333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.area_block .area_ir ul li a:hover {
  background: #e6e6e6;
  background-image: url(../../assets/img/common/icon01.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 7px 13px;
}

.area_block .area_btn {
  text-align: center;
  max-width: 700px;
  margin: 50px auto 0;
}

.area_block .area_btn a {
  border-radius: 6px;
  border: 1px solid #C5C5C5;
  padding: 19px 50px 19px 30px;
  font-size: 15px;
  line-height: 15pt;
  font-weight: 700;
  display: inline-block;
  width: 100%;
  background-image: url(../../assets/img/common/icon01.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 7px 13px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #333333;
}

.area_block .area_btn a:hover {
  background: #e6e6e6;
  background-image: url(../../assets/img/common/icon01.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 7px 13px;
  text-decoration: none;
}

.flow_block {
  background: #F7F7F7;
  padding: 80px 50px;
}

.flow_block .ir {
  max-width: 1000px;
  margin: auto;
}

.flow_block .ir h2 {
  letter-spacing: 0.1em;
  font-size: 32px;
  font-weight: 700;
  line-height: 38pt;
  text-align: center;
  margin: 0 0 25px 0;
}

.flow_block .ir .text {
  text-align: center;
  margin-bottom: 40px;
}

.flow_block .ir .step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #C5C5C5;
  position: relative;
  margin-bottom: 25px;
}

.flow_block .ir .step .icons {
  background: #333333;
  width: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flow_block .ir .step .icons img {
  max-width: 34px;
  margin: auto;
}

.flow_block .ir .step dl {
  padding: 25px 30px;
  background: #FFF;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.flow_block .ir .step dl dt {
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  line-height: 12pt;
  margin-bottom: 10px;
}

.flow_block .ir .step dl dt span {
  font-weight: 400;
  font-size: 13px;
  line-height: 11pt;
  background: #9D1427;
  color: #FFF;
  padding: 4px 10px 3px 10px;
  margin-right: 10px;
  vertical-align: middle;
  border-radius: 3px;
}

.flow_block .ir .step dl dt span em {
  font-weight: 700;
  font-size: 16px;
  line-height: 16pt;
}

.flow_block .ir .step dl dd {
  color: #717171;
  font-size: 14px;
}

.flow_block .ir .step:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -20px;
  border: 20px solid transparent;
  border-top: 12px solid #C5C5C5;
}

.flow_block .ir .step.none:before {
  content: none;
}

.flow_block .ir .flow_btn {
  text-align: center;
  max-width: 700px;
  margin: 50px auto 0;
}

.flow_block .ir .flow_btn a {
  border-radius: 6px;
  border: 1px solid #C5C5C5;
  padding: 19px 50px 19px 30px;
  font-size: 15px;
  line-height: 15pt;
  font-weight: 700;
  display: inline-block;
  width: 100%;
  background-image: url(../../assets/img/common/icon01.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 7px 13px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #333333;
}

.flow_block .ir .flow_btn a:hover {
  background: #e6e6e6;
  background-image: url(../../assets/img/common/icon01.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 7px 13px;
  text-decoration: none;
}

.media_block .media_area {
  background: #9D1427;
  padding: 43px 50px;
}

.media_block .media_area .ir {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.media_block .media_area .ir .ms_ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.media_block .media_area .ir .ms_ttl .photos {
  position: relative;
  width: 150px;
  margin-right: 60px;
}

.media_block .media_area .ir .ms_ttl .photos img {
  position: absolute;
  max-width: 150px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.media_block .media_area .ir .ms_ttl h2 {
  color: #FFF;
  font-size: 28px;
  line-height: 34pt;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.media_block .ir_in {
  padding: 0 50px;
}

.media_block .ir_in .in_area {
  max-width: 1100px;
  margin: 0 auto 0;
}

.media_block .ir_in .in_area .border_block.extra_mgn {
  padding: 40px 0 50px 0;
}

.media_block .ir_in .in_area .border_block {
  padding: 46px 0 50px 0;
  border-bottom: 1px solid #DDDDDD;
}

.media_block .ir_in .in_area .border_block .ttl_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}

.media_block .ir_in .in_area .border_block .ttl_area div {
  padding: 10px 20px 10px 0;
  margin-right: 30px;
  border-right: 1px solid #DDDDDD;
}

.media_block .ir_in .in_area .border_block .ttl_area div img {
  width: 136px;
}

.media_block .ir_in .in_area .border_block .ttl_area h3 {
  font-weight: 700;
  font-size: 21px;
  line-height: 26pt;
}

.media_block .ir_in .in_area .border_block .ttl_area h3 span {
  font-size: 13px;
  font-weight: 400;
  display: block;
}

.media_block .ir_in .in_area .border_block .text01 {
  font-size: 14px;
  line-height: 18pt;
  margin: 0 0 30px 0;
}

.media_block .ir_in .in_area .border_block .text02 {
  font-size: 12px;
  line-height: 16pt;
  margin: 30px 0 0 0;
}

.media_block .ir_in .in_area .border_block .banner_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 30px 0;
}

.media_block .ir_in .in_area .border_block .banner_block div {
  width: 33%;
  max-width: 352px;
}

.media_block .ir_in .in_area .border_block .banner_block div a {
  width: 100%;
}

.media_block .ir_in .in_area .border_block .btn_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px 0 0 0;
}

.media_block .ir_in .in_area .border_block .btn_area .btn1 {
  width: 100%;
  max-width: 300px;
  margin-right: 15px;
}

.media_block .ir_in .in_area .border_block .btn_area .btn1 a {
  background: #FFEBD8;
  padding: 0 20px 0 40px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 3px;
  width: 100%;
  display: inline-block;
}

.media_block .ir_in .in_area .border_block .btn_area .btn1 a img {
  width: 240px;
}

.media_block .ir_in .in_area .border_block .btn_area .btn1 a:hover {
  background: #ffd5ad;
}

.media_block .ir_in .in_area .border_block .btn_area .btn2 {
  width: 100%;
  max-width: 300px;
  margin-left: 15px;
}

.media_block .ir_in .in_area .border_block .btn_area .btn2 a {
  background: #E6F6FF;
  padding: 0 20px 0 40px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 3px;
  width: 100%;
  display: inline-block;
}

.media_block .ir_in .in_area .border_block .btn_area .btn2 a img {
  width: 240px;
}

.media_block .ir_in .in_area .border_block .btn_area .btn2 a:hover {
  background: #c4eaff;
}

.media_block .ir_in .in_area .border_block.end {
  padding: 46px 0 50px 0;
  /*
                border-bottom:none;
                */
}

.media_block .ir_in .in_area .fbox {
  width: 100%;
  max-width: 720px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.media_block .ir_in .in_area .fbox .media_ir {
  width: 48%;
  max-width: 340px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.media_block .ir_in .in_area .fbox .media_ir .lefts {
  width: 150px;
  padding-right: 25px;
}

.media_block .ir_in .in_area .fbox .media_ir .rights {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.media_block .ir_in .in_area .fbox .media_ir .rights .ttls {
  background: url(../../assets/img/index/bg_img_03.png) center center no-repeat;
  background-size: contain;
  width: 100%;
  text-align: center;
  padding: 5px 0;
  color: #FFF;
  font-size: 12px;
  letter-spacing: 0.05em;
  margin: 0 0 0px 0;
}

.media_block .ir_in .in_area .fbox .media_ir .rights img {
  width: 67.1%;
  margin: 5px auto 5px;
}

.media_block .ir_in .in_area .fbox .media_ir .rights p {
  margin: 0px 0 0 0;
  font-size: 12px;
  line-height: 15pt;
  color: #777777;
}

.media_block .ir_in .in_area .fbox .media_ir.lst .rights img {
  width: 91.5%;
  margin: 5px auto 0;
}

.media_block .ir_in .fboxs2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.media_block .ir_in .media_btn {
  text-align: center;
  max-width: 700px;
  margin: 30px auto 0;
}

.media_block .ir_in .media_btn a {
  border-radius: 6px;
  border: 1px solid #C5C5C5;
  padding: 19px 50px 19px 30px;
  font-size: 15px;
  line-height: 15pt;
  font-weight: 700;
  display: inline-block;
  width: 100%;
  background-image: url(../../assets/img/common/icon01.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 7px 13px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #333333;
}

.media_block .ir_in .media_btn a:hover {
  background: #e6e6e6;
  background-image: url(../../assets/img/common/icon01.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 7px 13px;
  text-decoration: none;
}

.qa_block {
  padding: 80px 50px;
}

.qa_block .ir {
  max-width: 1000px;
  margin: auto;
}

.qa_block .ir h2 {
  letter-spacing: 0.1em;
  font-size: 32px;
  font-weight: 700;
  line-height: 38pt;
  text-align: center;
  margin: 0 0 25px 0;
}

.qa_block .ir .text {
  text-align: center;
  margin-bottom: 40px;
}

.qa_block .qa_btn {
  text-align: center;
  max-width: 700px;
  margin: 50px auto 0;
}

.qa_block .qa_btn a {
  border-radius: 6px;
  border: 1px solid #C5C5C5;
  padding: 19px 50px 19px 30px;
  font-size: 15px;
  line-height: 15pt;
  font-weight: 700;
  display: inline-block;
  width: 100%;
  background-image: url(../../assets/img/common/icon01.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 7px 13px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #333333;
}

.qa_block .qa_btn a:hover {
  background: #e6e6e6;
  background-image: url(../../assets/img/common/icon01.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 7px 13px;
  text-decoration: none;
}

.qa_block div.ttl_menu {
  border-bottom: 1px solid #C5C5C5;
}

.qa_block .ttl_menu span {
  font-weight: 700;
  padding: 0;
  margin: 29px 0 15px 0px;
  position: relative;
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 18pt;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.qa_block .ttl_menu span:hover em {
  text-decoration: underline;
}

.qa_block .ttl_menu span {
  background: url(../../assets/img/index/acc_icon.png) 98% center no-repeat;
  background-size: 21px 21px;
}

.qa_block .ttl_menu span em {
  display: inline-block;
  padding: 4px 50px 4px 44px;
  background-image: url(../../assets/img/index/qa_icon.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 30px 30px;
}

.qa_block .ttl_menu.active span {
  background: url(../../assets/img/index/acc_icon_on.png) 98% center no-repeat;
  background-size: 21px 21px;
}

.qa_block .ttl_menu.active span em {
  text-decoration: underline;
}

.qa_block .childs {
  display: none;
}

.qa_block .childs.answers {
  padding: 20px 0 0px 0px;
  margin: 0 0 50px 0;
}

.voice_block {
  background: #F7F7F7;
  padding: 80px 50px;
}

.voice_block .ir {
  max-width: 1000px;
  margin: auto;
}

.voice_block .ir h2 {
  letter-spacing: 0.1em;
  font-size: 32px;
  font-weight: 700;
  line-height: 38pt;
  text-align: center;
  margin: 0 0 25px 0;
}

.voice_block .ir .text {
  text-align: center;
  margin-bottom: 40px;
}

.voice_block .ir dl.left_icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.voice_block .ir dl.left_icon dt {
  width: 61px;
  margin-right: 30px;
}

.voice_block .ir dl.left_icon dt img {
  width: 100%;
  max-width: 61px;
}

.voice_block .ir dl.left_icon dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #FFFFFF;
  padding: 25px 40px;
  position: relative;
  border-radius: 4px;
}

.voice_block .ir dl.left_icon dd em {
  font-weight: 700;
  display: block;
  margin: 0 0 10px 0;
  font-size: 16px;
  line-height: 20pt;
  border-bottom: 1px solid #C5C5C5;
  padding: 0 0 13px 0px;
}

.voice_block .ir dl.left_icon dd em span {
  display: inline-block;
  border-left: 3px solid #9D1427;
  padding: 0 0 0 15px;
}

.voice_block .ir dl.left_icon dd:before {
  content: "";
  position: absolute;
  top: 20%;
  left: -18px;
  margin-top: -10px;
  border: 7px solid transparent;
  border-right: 11px solid #FFFFFF;
}

.voice_block .ir dl.right_icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0;
}

.voice_block .ir dl.right_icon dt {
  width: 61px;
  margin-left: 30px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.voice_block .ir dl.right_icon dt img {
  width: 100%;
  max-width: 61px;
}

.voice_block .ir dl.right_icon dd {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #FFFFFF;
  padding: 25px 40px;
  position: relative;
  border-radius: 4px;
}

.voice_block .ir dl.right_icon dd em {
  font-weight: 700;
  display: block;
  margin: 0 0 10px 0;
  font-size: 16px;
  line-height: 20pt;
  border-bottom: 1px solid #C5C5C5;
  padding: 0 0 13px 0px;
}

.voice_block .ir dl.right_icon dd em span {
  display: inline-block;
  border-left: 3px solid #9D1427;
  padding: 0 0 0 15px;
}

.voice_block .ir dl.right_icon dd:before {
  content: "";
  position: absolute;
  top: 20%;
  left: 100%;
  margin-top: -10px;
  border: 7px solid transparent;
  border-left: 11px solid #FFFFFF;
}

.voice_block .ir .voice_btn {
  text-align: center;
  max-width: 700px;
  margin: 50px auto 0;
}

.voice_block .ir .voice_btn a {
  border-radius: 6px;
  border: 1px solid #C5C5C5;
  padding: 19px 50px 19px 30px;
  font-size: 15px;
  line-height: 15pt;
  font-weight: 700;
  display: inline-block;
  width: 100%;
  background-image: url(../../assets/img/common/icon01.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 7px 13px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #333333;
}

.voice_block .ir .voice_btn a:hover {
  background: #e6e6e6;
  background-image: url(../../assets/img/common/icon01.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 7px 13px;
  text-decoration: none;
}

.read_content {
  background: #F7F7F7;
  padding: 0px 50px 80px 50px;
}

.read_content a {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 1000px;
}

.read_content a .ir {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.read_content a:hover {
  text-decoration: none !important;
}

.read_content a:hover .ir {
  background: #7e0617 url(../../assets/img/index/bg_img_05on.png) right center no-repeat;
  background-size: contain;
  text-decoration: none;
}

.read_content .ir {
  max-width: 1000px;
  background: #9D1427 url(../../assets/img/index/bg_img_05.png) right center no-repeat;
  background-size: contain;
  padding: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.read_content .ir .left {
  width: 45%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: 1px solid #bb5b68;
}

.read_content .ir .left div img {
  max-width: 75px;
  margin-right: 30px;
}

.read_content .ir .left h2 {
  font-size: 22px;
  color: #FFF;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.read_content .ir .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 55%;
  padding: 0 0 0 35px;
  color: #FFF;
  font-size: 14px;
}

.nippon_block {
  background: #e4e4e4;
  padding: 50px 50px;
}

.nippon_block .ir {
  max-width: 700px;
  margin: auto;
}

.nippon_block .ir img {
  max-width: 500px;
  margin: auto;
}

.nippon_block .ir .text {
  text-align: center;
  margin-top: 15px;
}

.about_block {
  padding: 80px 50px;
}

.about_block .ir {
  max-width: 1000px;
  margin: auto;
}

.about_block .ir h2 {
  letter-spacing: 0.1em;
  font-size: 32px;
  font-weight: 700;
  line-height: 38pt;
  text-align: center;
  margin: 0 0 30px 0;
}

.about_block .ir .text {
  text-align: center;
  margin-bottom: 40px;
}

.about_block div.ttl_menu {
  border-bottom: 1px solid #C5C5C5;
}

.about_block .ttl_menu span {
  font-weight: 700;
  padding: 0;
  margin: 31px 0 20px 0px;
  position: relative;
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 18pt;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.about_block .ttl_menu span:hover em {
  text-decoration: underline;
}

.about_block .ttl_menu span {
  background: url(../../assets/img/index/acc_icon.png) 98% center no-repeat;
  background-size: 21px 21px;
}

.about_block .ttl_menu span em {
  display: inline-block;
  padding: 0px 0px 0px 16px;
  /*
  background-image: url(../../assets/img/index/qa_icon.png);

  background-repeat: no-repeat;
  background-position: left center ; //右から15pxで、縦の中央
    background-size:30px 30px;
    */
  border-left: 3px solid #9D1427;
}

.about_block .ttl_menu.active span {
  background: url(../../assets/img/index/acc_icon_on.png) 98% center no-repeat;
  background-size: 21px 21px;
}

.about_block .ttl_menu.active span em {
  text-decoration: underline;
}

.about_block .childs {
  display: none;
}

.about_block .childs.answers {
  padding: 20px 0 0px 0px;
  margin: 0 0 50px 0;
}

.text_banner_block {
  background: #F7F7F7;
  padding: 80px 50px;
}

.text_banner_block .ir {
  max-width: 1200px;
  margin: auto;
}

.text_banner_block .ir .bigs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 25px 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.text_banner_block .ir .bigs li {
  width: 32.5%;
  max-width: 386px;
  margin: 0 0 1.5% 0;
  background: #000;
}

.text_banner_block .ir .bigs li.black01 a {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 16pt;
  padding: 29px 0 30px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  background: #9D1427 url(../../assets/img/index/bg_img_05.png) right center no-repeat;
  background-size: contain;
  color: #FFF;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.text_banner_block .ir .bigs li.black01 a:hover {
  text-decoration: none;
  background: #7e0617 url(../../assets/img/index/bg_img_05on.png) right center no-repeat;
  background-size: contain;
}

.text_banner_block .ir .smalls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.text_banner_block .ir .smalls li {
  width: 24.5%;
  max-width: 286px;
  margin: 0 0 1.5% 0;
  background: #000;
}

.text_banner_block a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.text_banner_block .black01 a:hover img {
  opacity: 0.82;
}

.text_banner_block .black02 a:hover img {
  opacity: 0.8;
}

.text_banner_block .white01 a:hover img {
  opacity: 0.93;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  /*
    .research_block .ir .research_area{
        flex-wrap: wrap;
    }
    .research_block .ir .research_area .left{
        width:100%;
        max-width:100%;
    }
    .research_block .ir .research_area .right{
        width:100%;
        max-width:100%;
    }
    .research_block .ir .research_area .left li{
        width:100%;
        max-width:49%;
    }
    .research_block .ir .research_area .left li:nth-child(1) a{
        padding: 60px 0 220px 0;
    }
    .research_block .ir .research_area .left li:nth-child(2) a{
        padding: 60px 0 220px 0;
    }
    .research_block .ir .research_area .left li a{
        margin:0 0 14px 0;
    }
    .research_block .ir .research_area .right li{
        max-width:49%;
    }
    .research_block .ir .research_area .right li:nth-child(3) a{
        margin:7px 0 0 0;
        padding:20px 0 80px 0;
    }
    .research_block .ir .research_area .right li:nth-child(4) a{
        margin:7px 0 0 0;
        padding:20px 0 80px 0;
    }
    .research_block .ir .research_area .right li:nth-child(1) a {
        margin:0 0 7px 0;
        padding:20px 0 80px 0;
    }
    .research_block .ir .research_area .right li:nth-child(2) a {
        margin:0 0 7px 0;
        padding:20px 0 80px 0;
    }
    */
  .research_block .ir .research_area {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .research_block .ir .research_area .left {
    width: 100%;
    max-width: 100%;
  }
  .research_block .ir .research_area .right {
    width: 100%;
    max-width: 100%;
  }
  .research_block .ir .research_area .left li {
    width: 100%;
    max-width: 49%;
  }
  .research_block .ir .research_area .left li:nth-child(1) a {
    padding: 60px 0 220px 0;
  }
  .research_block .ir .research_area .left li:nth-child(2) a {
    padding: 60px 0 220px 0;
  }
  .research_block .ir .research_area .left li a {
    margin: 0 0 14px 0;
  }
  .research_block .ir .research_area .right li {
    max-width: 49%;
  }
}

.slider1_item {
  margin: 0 7.5px;
}

.index_slider_01 {
  margin: 0 -7.5px;
}

.slider2_item {
  margin: 0 7.5px;
  background: #434343;
  text-align: center;
  font-size: 12px;
  line-height: 14pt;
  padding: 10px;
  border-radius: 4px;
}

.slider2_item p {
  padding: 10px 0 3px 0;
  color: #FFF;
}

.slider2_item a:hover {
  color: #FFF;
}

.index_slider_02 {
  margin: 0 -7.5px;
}

.slider3_item {
  margin: 0 7.5px;
  background: #434343;
  text-align: center;
  font-size: 12px;
  line-height: 14pt;
  padding: 10px;
  border-radius: 4px;
}

.slider3_item p {
  padding: 15px 0 8px 0;
  color: #FFF;
}

.slider3_item a:hover {
  color: #FFF;
}

.index_slider_03 {
  margin: 0 -7.5px;
}

.slider3_item .slider3_block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: url(../../assets/img/index/slider3_icon.png) center center no-repeat;
  background-size: 30px 30px;
  color: #FFF;
  padding: 15px 0 5px 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -35px 0;
}

.slider3_item .slider3_block .icon {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background: #9D1427;
  color: #FFF;
  text-align: center;
  font-size: 10px;
  line-height: 10pt;
  width: 38px;
  height: 38px;
  border-radius: 38px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  padding: 5px 0 0 0;
  top: 15px;
}

.slider3_item .slider3_block .icon em {
  font-size: 14px;
}

.slider3_item .slider3_block .left {
  width: 48%;
  text-align: center;
  font-size: 10px;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  margin: 0 0 0 -5px;
}

.slider3_item .slider3_block .left em {
  font-size: 15px;
  display: block;
  margin: 4px 0 0 0;
}

.slider3_item .slider3_block .right {
  width: 48%;
  text-align: center;
  font-size: 10px;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  margin: 0 -5px 0 0;
}

.slider3_item .slider3_block .right em {
  font-size: 15px;
  display: block;
  margin: 4px 0 0 0;
}

.slider4_item {
  margin: 0 7.5px;
  background: #434343;
  text-align: center;
  font-size: 11px;
  line-height: 14pt;
  padding: 10px;
  border-radius: 4px;
}

.slider4_item p {
  padding: 5px 0 0px 0;
  color: #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
}

.slider4_item em {
  font-size: 12px;
  line-height: 13pt;
  display: block;
  width: 100%;
}

.slider4_item span {
  display: block;
  width: 100%;
}

.slider4_item a:hover {
  color: #FFF;
}

.index_slider_04 {
  margin: 0 -7.5px;
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
  .index_main {
    padding: 0px 50px 0 50px;
  }
  .index_main .ir .main_cont .photos {
    width: 38%;
    max-width: 447px;
    position: absolute;
    right: 5px;
    top: 3vw;
  }
  .index_main .ir .main_cont .lefts {
    max-width: 660px;
    width: 60%;
  }
  .index_main .ir .main_cont .lefts h1 {
    font-size: 4vw;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 0.1em;
  }
  .index_main .ir .main_cont .lefts h1 span {
    background: url(../../assets/img/index/icon_img_04.svg) left center no-repeat;
    background-size: 25% auto;
    padding: 0 0 0 8vw;
    font-size: 2vw;
    line-height: 32pt;
    margin: 0 0 5px 0;
  }
  .index_main .ir .main_cont .lefts h1 em:after {
    width: 4px;
    height: 4px;
  }
  .index_main .ir .main_cont .lefts ul {
    width: 80%;
  }
  .index_main .ir .main_cont .lefts ul li:nth-child(2) {
    margin: 0 5px;
  }
  .index_main .ir .main_cont .lefts .sub {
    color: #c5c5c5;
    text-align: center;
    font-size: 10px;
    line-height: 12pt;
    margin: 10px 0 0 0;
  }
  .index_main .side_txt {
    bottom: 5vw;
    font-size: 0.8vw;
  }
  .index_main .side_txt em {
    font-size: 1.0vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .index_main .ir .main_cont {
    padding: 2vw 0 0 0;
  }
  .index_main .ir .main_cont .lefts ul {
    margin: 10px auto 0;
  }
}

@media screen and (min-width: 1100px) and (max-width: 1300px) {
  .index_main .ir .main_cont {
    padding: 3vw 0 0 0;
  }
}

@media screen and (min-width: 1100px) and (max-width: 1300px) {
  .index_main .ir .main_cont .lefts ul {
    margin: 25px auto 0;
    width: 100%;
  }
}

@media screen and (min-width: 1800px) and (max-width: 4000px) {
  .strong_block .areas .fbox .photos {
    /*
        width: 820px;
        */
  }
  .strong_block .areas .fbox .texts {
    /*
        width:580px;

        padding: 0 5vw 0 5vw;
                */
  }
  .strong_block .areas_second .fbox .photos {
    /*
        width: 820px;
        */
  }
  .strong_block .areas_second .fbox .texts {
    /*
        width:580px;
        */
    padding: 0 5vw 0 0vw;
  }
  /*
        padding:0 0 0 50px;
    }
    */
}

/*
@media screen and (min-width: 1700px) and (max-width:4000px) {
    .strong_block .areas_second .fbox .photos{
        width:895px;
    }
}
*/
@media screen and (min-width: 1300px) and (max-width: 1700px) {
  .strong_block .areas .fbox .texts {
    width: 625px;
  }
  .strong_block .areas .fbox .photos {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .strong_block .areas_second .fbox .texts {
    width: 625px;
  }
  .strong_block .areas_second .fbox .photos {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .strong_block .areas .fbox .texts {
    padding: 0 0 0 7vw;
  }
  .strong_block .areas_second .fbox .texts {
    padding: 0 7vw 0 0px;
  }
  .strong_block .areas_second .fbox {
    padding: 0 0 0 7vw;
  }
  .strong_block .areas .fbox {
    padding: 0 7vw 0 0;
  }
}

@media screen and (min-width: 1701px) and (max-width: 4000px) {
  .strong_block .areas .fbox .photos {
    width: 943px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
  .strong_block .areas_second .fbox .photos {
    width: 943px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
  .strong_block .areas .fbox .texts {
    width: 625px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .strong_block .areas_second .fbox .texts {
    width: 625px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .strong_block .areas .fbox {
    max-width: 1700px;
    margin-left: auto;
    margin-right: auto;
  }
  .strong_block .areas_second .fbox {
    max-width: 1700px;
    margin-left: auto;
    margin-right: auto;
  }
  .strong_block .areas .fbox .texts {
    padding: 0 0 0 6.5vw;
  }
  .strong_block .areas_second .fbox .texts {
    padding: 0 6.5vw 0 0px;
  }
  .strong_block .areas_second .fbox {
    padding: 0 0 0 7vw;
  }
  .strong_block .areas .fbox {
    padding: 0 7vw 0 0;
  }
}

/*---------------IE hack---------------*/
@media all and (-ms-high-contrast: none) {
  .index_main .side_txt {
    bottom: auto;
    top: 250px;
  }
  aside.side .side-slide dl dt {
    width: auto;
    height: 40px;
  }
  aside.side .side-slide dl.side-ttl dd {
    display: block;
  }
  aside.side .side-slide dl.side-ttl dd em {
    display: inline-block;
  }
  .plan_block .ir .area01 .box .lefts {
    width: 30%;
  }
  .plan_block .ir .area01 .box .rights {
    width: 30%;
  }
  .flow_block .ir .step .icons {
    -webkit-box-pack: unset;
    -webkit-justify-content: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
  .flow_block .ir .step .icons img {
    margin: 0;
  }
  .area_block .area_ir ul li {
    width: 33.33%;
  }
}

.salon_list_01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 1px solid #C5C5C5;
  border-top: 1px solid #C5C5C5;
  width: 100%;
}

.salon_list_01 li {
  width: calc(100% / 3);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.salon_list_01 li a {
  width: 100%;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  background: #FFF;
  border-right: 1px solid #C5C5C5;
  border-bottom: 1px solid #C5C5C5;
  padding: 16px 40px 16px 20px;
  background-image: url(../../assets/img/common/icon03.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 13px 7px;
  color: #333333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.salon_list_01 li a:hover {
  /*
            background:#e6e6e6;
            */
  background-image: url(../../assets/img/common/icon03.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 13px 7px;
  color: #9d1427;
}

.salon_area_01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 6px solid #EDEDED;
}

.salon_area_01 .lefts {
  width: 50%;
  background-image: url(../../assets/img/salon/bg_img_01.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}

.salon_area_01 .lefts dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 40px;
  border-right: 3px solid #EDEDED;
}

.salon_area_01 .lefts dl dt.red {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #9D1427;
  color: #FFF;
  font-size: 13px;
  line-height: 16pt;
  width: 100px;
  height: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-radius: 100px;
  font-weight: 700;
}

.salon_area_01 .lefts dl dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 0 0 20px;
}

.salon_area_01 .rights {
  width: 50%;
  background-image: url(../../assets/img/salon/bg_img_02.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}

.salon_area_01 .rights dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 40px;
  border-left: 3px solid #EDEDED;
}

.salon_area_01 .rights dl dt.blue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #41BFC4;
  color: #FFF;
  font-size: 13px;
  line-height: 16pt;
  width: 100px;
  height: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-radius: 100px;
  font-weight: 700;
}

.salon_area_01 .rights dl dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 0 0 20px;
}

.salon_list_02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -5px 0 20px 0;
}

.salon_list_02 li {
  width: 48%;
  max-width: 525px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 60px 0 0 0;
}

.salon_list_02 li .left {
  width: 60%;
  max-width: 300px;
  margin: 0 10px 0 0;
}

.salon_list_02 li .photo {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 210px;
}

.salon_list_02 li h3 {
  font-size: 21px;
  line-height: 24pt;
  padding: 0 0 1px 17px;
  font-weight: 700;
  background-image: url(../../assets/img/salon/bg_img_03.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 3px 24px;
  margin: -5px 0 15px 0;
}

.salon_list_02 li .adress {
  font-size: 15px;
  line-height: 18pt;
  margin: 0 0 8px 0;
  padding: 0 0 0 17px;
}

.salon_list_02 li p {
  color: #717171;
  font-size: 11px;
  line-height: 13pt;
  padding: 0 0 0 17px;
}

.salon_list_02 li .btn {
  text-align: center;
  padding: 15px 0 0 17px;
}

.salon_list_02 li .btn a {
  text-align: center;
  font-size: 13px;
  line-height: 13pt;
  background: #FFF;
  font-weight: 700;
  width: 100%;
  border-radius: 3px;
  padding: 16px 25px 16px 20px;
  background-image: url(../../assets/img/common/icon01.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 7px 13px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #C5C5C5;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 220px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.salon_list_02 li .btn a:hover {
  background-color: #e6e6e6;
  text-decoration: none;
}

@media screen and (min-width: 768px) and (max-width: 1150px) {
  .salon_area_01 .lefts {
    width: 50%;
    background-image: url(../../assets/img/salon/bg_img_01.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
  }
  .salon_area_01 .lefts dl {
    padding: 13px 10vw 13px 10px;
  }
  .salon_area_01 .lefts dl dd {
    padding: 0 0 0 10px;
  }
  .salon_area_01 .rights {
    width: 50%;
    background-image: url(../../assets/img/salon/bg_img_02.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 40% auto;
  }
  .salon_area_01 .rights dl {
    padding: 13px 12vw 13px 10px;
  }
  .salon_area_01 .rights dl dd {
    padding: 0 0 0 10px;
  }
}

/*---------------IE hack---------------*/
@media all and (-ms-high-contrast: none) {
  .salon_list_02 li .photo {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
  }
}

.voice_block_01 .text01 {
  text-align: center;
  margin: 30px 0 0 0;
}

.voice_block_01 .voice_list_01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 795px;
  margin: 50px auto 0;
}

.voice_block_01 .voice_list_01 li {
  width: 100%;
  max-width: 200px;
  margin: 0 32.5px 35px 32.5px;
  text-align: center;
}

.voice_block_01 .voice_list_01 li p {
  font-weight: 700;
}

.voice_block_01 .voice_list_01 li .glp1 {
  /*
                background: url(../../assets/img/voice/icon01.png) center center no-repeat;
                background-size:cover;
                */
  width: 200px;
  height: 200px;
  color: #FFF;
  margin: 15px 0 0 0;
  position: relative;
}

.voice_block_01 .voice_list_01 li .glp1 div {
  font-weight: 700;
  font-size: 30px;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}

.voice_block_01 .voice_list_01 li .glp1 div em {
  font-size: 40px;
  line-height: 30pt;
}

.voice_block_01 .voice_list_01 li .glp2 {
  /*
                background: url(../../assets/img/voice/icon02.png) center center no-repeat;
                background-size:cover;
                */
  width: 200px;
  height: 200px;
  color: #FFF;
  margin: 15px 0 0 0;
  position: relative;
}

.voice_block_01 .voice_list_01 li .glp2 div {
  font-weight: 700;
  font-size: 30px;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}

.voice_block_01 .voice_list_01 li .glp2 div em {
  font-size: 40px;
  line-height: 30pt;
}

.voice_block_01 .voice_list_01 li .glp3 {
  /*
                background: url(../../assets/img/voice/icon03.png) center center no-repeat;
                background-size:cover;
                */
  width: 200px;
  height: 200px;
  color: #FFF;
  margin: 15px 0 0 0;
  position: relative;
}

.voice_block_01 .voice_list_01 li .glp3 div {
  font-weight: 700;
  font-size: 30px;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}

.voice_block_01 .voice_list_01 li .glp3 div em {
  font-size: 40px;
  line-height: 30pt;
}

.voice_block_01 .voice_list_01 li .glp4 {
  /*
                background: url(../../assets/img/voice/icon04.png) center center no-repeat;
                background-size:cover;
                */
  width: 200px;
  height: 200px;
  color: #FFF;
  margin: 15px 0 0 0;
  position: relative;
}

.voice_block_01 .voice_list_01 li .glp4 div {
  font-weight: 700;
  font-size: 30px;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}

.voice_block_01 .voice_list_01 li .glp4 div em {
  font-size: 40px;
  line-height: 30pt;
}

.voice_block_01 .voice_list_01 li .glp5 {
  /*
                background: url(../../assets/img/voice/icon05.png) center center no-repeat;
                background-size:cover;
                */
  width: 200px;
  height: 200px;
  color: #FFF;
  margin: 15px 0 0 0;
  position: relative;
}

.voice_block_01 .voice_list_01 li .glp5 div {
  font-weight: 700;
  font-size: 30px;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}

.voice_block_01 .voice_list_01 li .glp5 div em {
  font-size: 40px;
  line-height: 30pt;
}

.voice_block_01 .voice_list_01 li .glp6 {
  background: url(../../assets/img/voice/icon06.png) center center no-repeat;
  background-size: cover;
  width: 200px;
  height: 200px;
  color: #FFF;
  margin: 15px 0 0 0;
  position: relative;
}

.voice_block_01 .voice_list_01 li .glp6 div {
  font-weight: 700;
  font-size: 30px;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}

.voice_block_01 .voice_list_01 li .glp6 div em {
  font-size: 40px;
  line-height: 30pt;
}

.voice_block_01 .voice_list_01 li:nth-child(4), .voice_block_01 .voice_list_01 li:nth-child(5) {
  margin: 0 32.5px 0px 32.5px;
}

.voice_block_02 {
  margin: 80px 0 0 0;
  padding: 70px 50px 120px 50px;
}

.voice_block_02 .text01 {
  text-align: center;
  margin: 30px 0 45px 0;
}

.voice_block_02 .voice_area_02 dl.left_icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.voice_block_02 .voice_area_02 dl.left_icon dt {
  width: 61px;
  margin-right: 30px;
}

.voice_block_02 .voice_area_02 dl.left_icon dt img {
  width: 100%;
  max-width: 61px;
}

.voice_block_02 .voice_area_02 dl.left_icon dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #FFFFFF;
  padding: 25px 40px;
  position: relative;
  border-radius: 4px;
}

.voice_block_02 .voice_area_02 dl.left_icon dd em {
  font-weight: 700;
  display: block;
  margin: 0 0 10px 0;
  font-size: 16px;
  line-height: 20pt;
  border-bottom: 1px solid #C5C5C5;
  padding: 0 0 13px 0px;
}

.voice_block_02 .voice_area_02 dl.left_icon dd em span {
  display: inline-block;
  border-left: 3px solid #9D1427;
  padding: 0 0 0 15px;
}

.voice_block_02 .voice_area_02 dl.left_icon dd:before {
  content: "";
  position: absolute;
  top: 20%;
  left: -18px;
  margin-top: -10px;
  border: 7px solid transparent;
  border-right: 11px solid #FFFFFF;
}

.voice_block_02 .voice_area_02 dl.right_icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0;
}

.voice_block_02 .voice_area_02 dl.right_icon dt {
  width: 61px;
  margin-left: 30px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.voice_block_02 .voice_area_02 dl.right_icon dt img {
  width: 100%;
  max-width: 61px;
}

.voice_block_02 .voice_area_02 dl.right_icon dd {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #FFFFFF;
  padding: 25px 40px;
  position: relative;
  border-radius: 4px;
}

.voice_block_02 .voice_area_02 dl.right_icon dd em {
  font-weight: 700;
  display: block;
  margin: 0 0 10px 0;
  font-size: 16px;
  line-height: 20pt;
  border-bottom: 1px solid #C5C5C5;
  padding: 0 0 13px 0px;
}

.voice_block_02 .voice_area_02 dl.right_icon dd em span {
  display: inline-block;
  border-left: 3px solid #9D1427;
  padding: 0 0 0 15px;
}

.voice_block_02 .voice_area_02 dl.right_icon dd:before {
  content: "";
  position: absolute;
  top: 20%;
  left: 100%;
  margin-top: -10px;
  border: 7px solid transparent;
  border-left: 11px solid #FFFFFF;
}

.qa_list_01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 1px solid #C5C5C5;
  border-top: 1px solid #C5C5C5;
  width: 100%;
}

.qa_list_01 li {
  width: calc(100% / 3);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.qa_list_01 li a {
  width: 100%;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  background: #FFF;
  border-right: 1px solid #C5C5C5;
  border-bottom: 1px solid #C5C5C5;
  padding: 17px 40px 17px 20px;
  background-image: url(../../assets/img/common/icon03.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 13px 7px;
  color: #333333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.qa_list_01 li a:hover {
  /*
            background:#e6e6e6;
            */
  background-image: url(../../assets/img/common/icon03.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 13px 7px;
  color: #9D1427;
}

.qa_big_box .qa_blocks ul {
  margin: 50px 0 20px 0;
}

.qa_big_box .qa_blocks div.ttl_menu {
  border-bottom: 1px solid #C5C5C5;
}

.qa_big_box .qa_blocks .ttl_menu span {
  font-weight: 700;
  padding: 0;
  margin: 29px 0 15px 0px;
  position: relative;
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 18pt;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.qa_big_box .qa_blocks .ttl_menu span:hover em {
  text-decoration: underline;
}

.qa_big_box .qa_blocks .ttl_menu span {
  background: url(../../assets/img/index/acc_icon.png) 98% center no-repeat;
  background-size: 21px 21px;
}

.qa_big_box .qa_blocks .ttl_menu span em {
  display: inline-block;
  padding: 4px 50px 4px 44px;
  background-image: url(../../assets/img/index/qa_icon.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 30px 30px;
}

.qa_big_box .qa_blocks .ttl_menu.active span {
  background: url(../../assets/img/index/acc_icon_on.png) 98% center no-repeat;
  background-size: 21px 21px;
}

.qa_big_box .qa_blocks .ttl_menu.active span em {
  text-decoration: underline;
}

.qa_big_box .qa_blocks .childs {
  display: none;
}

.qa_big_box .qa_blocks .childs.answers {
  padding: 20px 0 0px 0px;
  margin: 0 0 50px 0;
}

.qa_big_box .qa_blocks:last-of-type {
  margin: 0 0 120px 0;
}

.blog_cat h1 {
  background: #F7F7F7;
  color: #333333;
}

.blog_cat_detail {
  background: #F7F7F7;
  padding: 0 50px;
}

.blog_cat_detail h1 {
  background: none;
  color: #333333;
  max-width: 900px;
  margin: auto;
  text-align: left;
  padding: 40px 0px 48px 0px;
}

.blog_cat_detail h1 span {
  display: block;
  background: #9D1427;
  color: #FFF;
  font-size: 12px;
  line-height: 12pt;
  padding: 3px 2px 3px 2px;
  width: 88px;
  text-align: center;
  margin: 0 0 8px 0;
}

.blog_first_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 55px 0 75px 0;
}

.blog_first_block li {
  max-width: 340px;
  width: 30%;
  position: relative;
}

.blog_first_block li h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24pt;
}

.blog_first_block li p {
  margin: 10px 0 0 0;
  font-size: 13px;
  line-height: 18pt;
  color: #717171;
}

.blog_first_block li .photo {
  overflow: hidden;
  background: #000;
  position: relative;
  text-align: center;
  margin: 0 0 16px 0;
}

.blog_first_block li .photo span {
  position: absolute;
  display: inline-block;
  background: #9D1427;
  color: #FFF;
  font-size: 12px;
  line-height: 12pt;
  padding: 3px 2px 3px 2px;
  width: 88px;
  z-index: 1;
  left: 0;
  bottom: 0;
}

.blog_first_block li .photo img {
  position: relative;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 220px;
}

.blog_first_block li a:hover img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  opacity: 0.7;
}

.blog_first_block li a:hover {
  text-decoration: none;
}

.blog_first_block li a:hover h3 {
  text-decoration: underline;
}

.blog_first_block.cat {
  margin: 0px 0 75px 0;
}

.blog_second_block a:hover {
  text-decoration: none;
}

.blog_second_block a:hover dt em {
  text-decoration: underline;
}

.blog_second_block dl {
  margin: 0 0 35px 0;
}

.blog_second_block dl dt {
  font-size: 18px;
  line-height: 22pt;
  font-weight: 700;
}

.blog_second_block dl dt span {
  display: block;
  background: #9D1427;
  color: #FFF;
  font-size: 12px;
  padding: 3px 2px 3px 2px;
  width: 88px;
  text-align: center;
  font-weight: 400;
  line-height: 12pt;
  margin: 0 0 5px 0;
}

.blog_second_block dl dd {
  margin: 2px 0 0 0;
  font-size: 13px;
  line-height: 18pt;
  color: #717171;
}

.blog_numbeling {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 50px auto 10px;
}

.blog_numbeling .backs a {
  background-image: url(../../assets/img/common/icon04.svg);
  background-repeat: no-repeat;
  background-position: left 0 center;
  background-size: 7px 13px;
  padding: 0 30px 0 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  height: 50px;
  line-height: 15pt;
  font-size: 15px;
}

.blog_numbeling .backs a:hover {
  text-decoration: underline;
  color: #9d1427;
}

.blog_numbeling .nexts a {
  background-image: url(../../assets/img/common/icon01.svg);
  background-repeat: no-repeat;
  background-position: right 0 center;
  background-size: 7px 13px;
  padding: 0 15px 0 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  height: 50px;
  line-height: 15pt;
  font-size: 15px;
}

.blog_numbeling .nexts a:hover {
  text-decoration: underline;
  color: #9d1427;
}

.blog_numbeling ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog_numbeling ul li a {
  font-size: 15px;
  line-height: 15pt;
  text-align: center;
  border-top: 1px solid #C5C5C5;
  border-left: 1px solid #C5C5C5;
  border-bottom: 1px solid #C5C5C5;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

.blog_numbeling ul li a:hover {
  background: #9D1427;
  color: #FFF;
  border-top: 1px solid #9D1427;
  border-left: 1px solid #9D1427;
  border-bottom: 1px solid #9D1427;
}

.blog_numbeling ul li:last-child a {
  border-right: 1px solid #C5C5C5;
}

.blog_numbeling ul li:last-child a:hover {
  border-right: 1px solid #9D1427;
}

.blog_numbeling ul li.active {
  font-size: 15px;
  line-height: 15pt;
  text-align: center;
  background: #333333;
  color: #FFF;
  border-top: 1px solid #333333;
  border-left: 1px solid #333333;
  border-bottom: 1px solid #333333;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog_numbeling ul li.active:last-child {
  border-right: 1px solid #333333;
}

.blog_third_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 52px auto 120px;
}

.blog_third_block li {
  width: 33%;
  max-width: 384px;
  margin: 0 0 20px 0;
}

.blog_third_block li:nth-child(4) {
  margin: 0 0 0 0;
}

.blog_third_block li:nth-child(5) {
  margin: 0 0 0 0;
}

.blog_third_block li:nth-child(6) {
  margin: 0 0 0 0;
}

.blog_third_block li a {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #333 !important;
}

.blog_third_block li a .lefts {
  width: 90px;
  height: 90px;
  background: #333333;
  padding: 0px 0 0 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.blog_third_block li a .lefts img {
  width: 51px;
  margin: auto;
}

.blog_third_block li a .rights {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-top: 1px solid #C5C5C5;
  border-right: 1px solid #C5C5C5;
  border-bottom: 1px solid #C5C5C5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 50px 0 20px;
  font-size: 18px;
  line-height: 18pt;
  font-weight: 700;
  background-image: url(../../assets/img/common/icon01.svg);
  background-repeat: no-repeat;
  background-position: right 30px center;
  background-size: 7px 13px;
}

.blog_third_block li a:hover {
  color: #9d1427;
}

.blog_detail_area .detail_anker {
  border: 6px solid #EDEDED;
  padding: 25px 40px;
  margin: 55px auto 0;
}

.blog_detail_area .detail_anker dl dd {
  margin: 0 0 0 30px;
}

.blog_detail_area .detail_anker dl a {
  color: #9D1427;
  text-decoration: underline;
}

.blog_detail_area .detail_anker dl a:hover {
  text-decoration: none;
}

.blog_detail_area h2 {
  font-size: 26px;
  line-height: 28pt;
  letter-spacing: 0;
  font-weight: 700;
  border-bottom: 1px solid #C5C5C5;
  padding: 0 0 22px 0px;
  margin: 100px 0 20px 0;
}

.blog_detail_area h2 em {
  padding: 0 0 1px 21px;
  border-left: 4px solid #9D1427;
  display: inline-block;
}

.blog_detail_area h2:first-of-type {
  margin: 50px 0 20px 0;
}

.blog_detail_area h3 {
  margin: 60px 0 15px 0;
  font-size: 22px;
  line-height: 24pt;
  font-weight: 700;
}

.blog_detail_area h4 {
  margin: 65px 0 12px 0;
  font-size: 17px;
  line-height: 18pt;
  font-weight: 700;
}

.blog_detail_area p {
  margin: 0px 0 20px 0;
}

.blog_detail_area .detail_photo {
  margin: 25px 0;
  max-width: 600px;
}

.blog_detail_area .detail_photo.center {
  margin: 25px auto 25px;
}

.blog_detail_area .detail_photo.center img {
  margin: auto;
}

.blog_detail_area blockquote {
  margin: 60px 0 0 0;
  background: #F7F7F7;
  position: relative;
  padding: 35px 80px;
}

.blog_detail_area blockquote:before {
  content: "";
  background: url(../../assets/img/articles/icon01.png);
  background-size: 18px 15px;
  width: 18px;
  height: 15px;
  position: absolute;
  top: 40px;
  left: 35px;
}

.blog_detail_area blockquote:after {
  content: "";
  background: url(../../assets/img/articles/icon02.png);
  background-size: 18px 15px;
  width: 18px;
  height: 15px;
  position: absolute;
  bottom: 40px;
  right: 35px;
}

.blog_detail_area table {
  width: 100%;
  margin: 80px auto 0;
  border-top: 1px solid #717171;
  border-left: 1px solid #717171;
}

.blog_detail_area table th {
  background: #F7F7F7;
  text-align: left;
  padding: 15px;
  font-size: 14px;
  line-height: 16pt;
  border-right: 1px solid #717171;
  border-bottom: 1px solid #717171;
}

.blog_detail_area table thead th {
  border-right: 1px solid #717171;
  border-bottom: 1px solid #717171;
  background: #DDDDDD;
  text-align: center;
}

.blog_detail_area table td {
  border-right: 1px solid #717171;
  border-bottom: 1px solid #717171;
  text-align: center;
  padding: 15px;
  font-size: 14px;
  line-height: 16pt;
}

.detail_navigation {
  margin: 60px auto 120px;
  border-top: 1px solid #EDEDED;
}

.detail_navigation .inr {
  padding: 0 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 40px auto 0px;
}

.detail_navigation .inr .centers {
  max-width: 500px;
  width: 80%;
}

.detail_navigation .inr .centers a {
  line-height: 15pt;
  font-size: 15px;
  border: 1px solid #C5C5C5;
  height: 58px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  border-radius: 4px;
  font-weight: 700;
  background-image: url(../../assets/img/common/icon01.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 7px 13px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.detail_navigation .inr .centers a:hover {
  background: #e6e6e6;
  background-image: url(../../assets/img/common/icon01.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 7px 13px;
  text-decoration: none;
}

.detail_navigation .inr .backs a {
  background-image: url(../../assets/img/common/icon04.svg);
  background-repeat: no-repeat;
  background-position: left 0 center;
  background-size: 7px 13px;
  padding: 0 30px 0 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  height: 58px;
  line-height: 15pt;
  font-size: 15px;
}

.detail_navigation .inr .backs a:hover {
  text-decoration: underline;
  color: #9d1427;
}

.detail_navigation .inr .nexts a {
  background-image: url(../../assets/img/common/icon01.svg);
  background-repeat: no-repeat;
  background-position: right 0 center;
  background-size: 7px 13px;
  padding: 0 15px 0 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  height: 58px;
  line-height: 15pt;
  font-size: 15px;
}

.detail_navigation .inr .nexts a:hover {
  text-decoration: underline;
  color: #9d1427;
}

section.contact_block {
  text-align: center;
}

section.contact_block .balloontitle-area-bl {
  background: #2d598b;
  text-align: center;
  color: #fff;
  padding: 20px 0;
}

section.contact_block .balloontitle-area-bl h2 {
  font-size: 24px;
}

section.contact_block .container {
  background-color: #d9edf7;
  padding: 0 0 60px;
}

section.contact_block .container .col-md-12 p {
  margin: 5px 0 0 0;
}

section.contact_block .balloontitle-area-bl::after {
  content: "";
  position: absolute;
  /* bottom: -100px; */
  left: 50%;
  border: 50px solid transparent;
  border-top: 50px solid #2d598b;
  margin-left: -50px;
}

section.contact_block .container .btn-tel-2 {
  position: relative;
}

section.contact_block .container .btn-tel-2 p {
  display: block;
  position: absolute;
  bottom: 30%;
  left: 22%;
  font-size: 20px;
  cursor: pointer;
  font-weight: bold;
  line-height: 0;
  color: #333;
  z-index: 5;
}

section.contact_block .col-md-4 {
  width: 100%;
  max-width: 224px;
  margin: 0 15px;
}

section.contact_block .pc {
  display: block;
}

section.contact_block .sp {
  display: none;
}

section.contact_block .col-md-offset-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 25px auto 0;
}

#form-body {
  /*
    p:last-of-type{
        text-align:center;
    }
    */
}

#form-body .contact-title {
  text-align: center;
  padding: 0px 0 30px 0;
  font-size: 30px;
  font-weight: bold;
}

#form-body p.notice {
  font-weight: bold;
  border: 2px solid #e1b754;
  border-radius: 10px;
  padding: 15px 15px 15px 85px;
  background: url(../../assets/img/contact/form-alert.png) 15px 15px no-repeat;
  background-size: 60px 60px;
  margin-bottom: 20px;
  background-color: #f5e8bb;
  text-align: left !important;
}

#form-body .rdb {
  color: #c00;
  font-weight: bold;
}

#form-body dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e3e3e3;
}

#form-body dl dt {
  padding: 30px 0;
  width: 240px;
  font-weight: 700;
}

#form-body dl dd {
  padding: 30px 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#form-body dl dd input, #form-body dl dd button, #form-body dl dd textarea, #form-body dl dd select {
  border: 1px solid #C5C5C5;
  -webkit-appearance: auto !important;
     -moz-appearance: auto !important;
          appearance: auto !important;
  background: #fbfbfb;
  padding: 5px 8px;
  width: auto;
  max-width: 100%;
  font-size: 15px;
  line-height: 15pt;
}

#form-body dl dd textarea {
  width: 100%;
}

#form-body dl dd select {
  padding: 5px 8px 8px 8px;
}

#form-body dl dd label {
  margin: 0 10px 0 0;
  cursor: pointer;
}

#form-body dl dd small {
  display: block;
  margin: 5px 0 0 0;
  font-size: 13px;
  color: #666;
}

#form-body dl:last-of-type {
  margin: 0 0 50px 0;
}

#form-body .submitBtn {
  text-align: center;
  margin: 30px 0 0 0;
}

#form-body .submitBtn .send_conf {
  background: #009966;
  color: #fff;
  display: inline-block;
  width: auto;
  padding: 15px 45px;
  font-size: 18px;
  margin-bottom: 30px;
  border: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  cursor: pointer;
  margin: 0px auto 0;
}

#form-body .submitBtn .send_conf:hover {
  opacity: 0.7;
}

section.chosa-privacy {
  margin: 120px auto 120px;
}

section.chosa-privacy .big_img {
  max-width: 1200px;
  width: 100%;
}

section.chosa-privacy .balloontitle-area-rd {
  background: #900;
  text-align: center;
  color: #fff;
  padding: 20px 0;
}

section.chosa-privacy .balloontitle-area-rd p {
  margin: 0px;
}

section.chosa-privacy .balloontitle-area-rd h2 {
  font-size: 24px;
}

section.chosa-privacy .balloontitle-area-rd::after {
  content: "";
  position: absolute;
  /* bottom: -100px; */
  left: 50%;
  border: 50px solid transparent;
  border-top: 50px solid #900;
  margin-left: -50px;
}

section.chosa-privacy .mt50 {
  margin-top: 50px;
}

section.chosa-privacy h3.prh3 {
  font-size: 16px;
  line-height: 20pt;
  margin: 20px auto 0;
  text-align: center;
}

section.chosa-privacy .container .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 50px auto 0;
}

section.chosa-privacy .container .row.extra {
  margin: 20px auto 0;
}

section.chosa-privacy .col-md-6 {
  width: 48%;
}

section.chosa-privacy .pr6 {
  border: 4px solid #a60000;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 30px;
  margin-bottom: 30px;
}

section.chosa-privacy .ffbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

section.chosa-privacy .ffbox div {
  width: 40%;
  max-width: 180px;
  margin-right: 30px;
}

section.chosa-privacy .pr6 h4 {
  font-size: 18px;
  line-height: 21pt;
  margin-top: 0;
  margin-bottom: 18px;
  display: block;
  font-weight: 700;
}

section.chosa-privacy .pr6 h4 span {
  font-size: 15px;
  line-height: 16pt;
  padding: 3px 8px;
  width: 30px;
  height: 30px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background: #a60000;
  color: #fff;
  margin-right: 10px;
  display: inline-block;
  text-align: center;
}

section.chosa-privacy .pr6 img {
  width: 100%;
  max-width: 180px;
}

section.chosa-privacy .pr6 p {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 60%;
  max-width: 100%;
}

section.chosa-privacy .pr6.seconds {
  margin-bottom: 0;
}

section.chosa-privacy .pr6.lasts {
  margin-bottom: 0;
}

h1.hbds {
  border-top: 3px solid #a60000;
  padding: 15px 0 0 0;
  color: #333 !important;
  font-size: 24px;
  font-weight: 700;
}

#line-at .mb30 {
  margin-bottom: 30px !important;
}

#line-at .titles {
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background: #ebe9e4;
}

#line-at .titles h2 {
  border-left: 6px solid #a60000;
  padding-left: 20px;
  font-size: 20px;
  margin: 0 0 0 0;
  color: #333;
  font-weight: 700;
}

#line-at h3 {
  color: #333;
  font-size: 20px;
}

#line-at #line-at p {
  color: #333;
  line-height: 34px;
  font-size: 18px;
}

#line-at p.line-notice {
  text-align: right;
  font-size: 14px !important;
  line-height: 22px !important;
}

#line-at .fr {
  float: right;
}

#line-at ul#line-step {
  list-style: none;
  margin: 0 20px 0 20px;
  width: 683px;
  font-weight: bold;
}

#line-at ul#line-step li.step1 {
  background: url(../../assets/img/contact/line-step1.png) no-repeat;
  background-size: 77px;
  padding-left: 120px;
}

#line-at ul#line-step li.step2 {
  background: url(../../assets/img/contact/line-step2.png) no-repeat;
  background-size: 77px;
  padding-left: 120px;
  padding-top: 10px;
}

#line-at ul#line-step li.step3 {
  background: url(../../assets/img/contact/line-step3.png) no-repeat;
  background-size: 77px;
  padding-left: 120px;
  height: 230px;
}

#line-at ul#line-step li p {
  font-size: 20px;
}

#line-at ul#line-step li.step1 p.step-waku {
  background: #dce5e4;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 15px 25px;
}

#line-at ul#line-step li.step1 p.step-waku {
  background: #dce5e4;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 15px 25px;
}

#line-at ul#line-step li.step3 .fr {
  float: right;
  margin: 0 0 0 15px;
}

#line-at img.img01 {
  width: 50%;
}

#line-at p {
  color: #333;
  line-height: 34px;
  font-size: 18px;
}

#line-at img.img02 {
  width: 30px;
}

#line-at img.img03 {
  width: 20px;
}

#line-at img {
  display: inline-block;
}

#line-at p {
  margin: 20px 0;
}

#line-at img.img04 {
  width: 100%;
  max-width: 776px;
}

#line-at img.img05 {
  width: 100%;
  max-width: 220px;
}

#form-input .container {
  margin: 50px auto 0;
}

#form-input .container div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 10px;
}

#form-input input:hover {
  opacity: 0.7;
}

#form-input #input-send {
  background: #a60000;
  color: #fff;
  display: inline-block;
  width: 100%;
  padding: 15px 45px;
  font-size: 18px;
  margin-bottom: 30px;
  border: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}

#form-input input[type=submit] {
  /* width: 60%; */
  text-align: center !important;
}

#form-input button, html input[type="button"], #form-input input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

#form-input input, #form-input textarea, #form-input select, #form-input input[type=search], #form-input button {
  font-size: 100%;
  font-family: inherit;
  margin-bottom: 10px;
}

#form-input input, #form-input button, #form-input select, #form-input textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

#form-input #input-confirm, #form-input #input-edit, #form-input #input-send {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

#form-input #input-edit {
  background: #eae9e4;
  color: #fff;
  display: inline-block;
  width: 100%;
  padding: 15px 45px;
  font-size: 18px;
  margin-bottom: 30px;
  border: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}

#form-input input[type=submit] {
  /* width: 60%; */
  text-align: center !important;
}

#form-input button, #form-input html input[type="button"], #form-input input[type="reset"], #form-input input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

.contant_ttl_end {
  text-align: center;
}

.contant_ttl_end div {
  letter-spacing: 0.1em;
  font-size: 32px;
  font-weight: 700;
  line-height: 32pt;
  text-align: center;
  margin-bottom: 30px;
}

.contant_ttl_end div span {
  font-size: 16px;
  display: block;
}

.contant_ttl_end .topback_btn {
  text-align: center;
  max-width: 700px;
  margin: 50px auto 0;
}

.contant_ttl_end .topback_btn a {
  border-radius: 6px;
  border: 1px solid #C5C5C5;
  padding: 19px 50px 19px 30px;
  font-size: 15px;
  line-height: 15pt;
  font-weight: 700;
  display: inline-block;
  width: 100%;
  background-image: url(../../assets/img/common/icon01.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 7px 13px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #333333;
}

.contant_ttl_end .topback_btn a:hover {
  background: #e6e6e6;
  background-image: url(../../assets/img/common/icon01.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 7px 13px;
  text-decoration: none;
}

.chosa_block_01 .text {
  text-align: center;
}

.chosa_block_01 .chosa_area_list {
  margin: 50px auto 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.chosa_block_01 .chosa_area_list .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 100%;
}

.chosa_block_01 .chosa_area_list .left li {
  width: 48.5%;
  max-width: 580px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  margin: 0 0 30px 0;
}

.chosa_block_01 .chosa_area_list .left li a {
  background: #FFF;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
              -ms-grid-row-align: stretch;
          align-self: stretch;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 6px solid #EDEDED;
  padding: 53px 40px 44px 40px;
  text-align: center;
}

.chosa_block_01 .chosa_area_list .left li a span {
  background-image: url(../../assets/img/index/icon_img_05.svg);
  background-size: 22px 22px;
  background-repeat: no-repeat;
  background-position: right center;
  padding: 0 35px 0px 0;
  display: inline-block;
  font-size: 28px;
  line-height: 28pt;
  color: #9D1427;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 700;
}

.chosa_block_01 .chosa_area_list .left li a p {
  max-width: 350px;
  margin: 38px auto 0;
  display: block;
  text-align: left;
}

.chosa_block_01 .chosa_area_list .left li a:hover {
  background: #f7f7f7;
  text-decoration: none;
}

.chosa_block_01 .chosa_area_list .left li a:hover span {
  background-image: url(../../assets/img/index/icon_img_05on.svg);
  background-size: 22px 22px;
  background-repeat: no-repeat;
  background-position: right center;
}

.chosa_block_01 .chosa_area_list .left li:nth-child(1) a .icon_01 {
  max-width: 112px;
  margin: 43px auto 0;
}

.chosa_block_01 .chosa_area_list .left li:nth-child(2) a .icon_02 {
  max-width: 100px;
  margin: 43px auto 0;
}

.chosa_block_01 .chosa_area_list .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
}

.chosa_block_01 .chosa_area_list .right li {
  width: 48.5%;
  max-width: 580px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 0 0;
}

.chosa_block_01 .chosa_area_list .right li a {
  display: block;
  background: #FFF;
  /*
                    align-items: center;
                    */
  color: #9D1427;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
              -ms-grid-row-align: stretch;
          align-self: stretch;
  width: 100%;
  border: 6px solid #EDEDED;
  padding: 41px 136px 39px 52px;
  margin: 0 0 30px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.chosa_block_01 .chosa_area_list .right li a span {
  background-image: url(../../assets/img/index/icon_img_05.svg);
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: right center;
  padding: 0 28px 0 0;
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: auto;
  font-weight: 700;
  font-size: 21px;
  line-height: 22pt;
}

.chosa_block_01 .chosa_area_list .right li a p {
  margin: 14px auto 0;
  text-align: left;
  color: #333333;
  font-size: 14px;
  line-height: 19pt;
}

.chosa_block_01 .chosa_area_list .right li a:hover {
  background: #f7f7f7;
  text-decoration: none;
}

.chosa_block_01 .chosa_area_list .right li a:hover span {
  background-image: url(../../assets/img/index/icon_img_05on.svg);
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: right center;
  padding: 0 28px 0 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.chosa_block_01 .chosa_area_list .right li:nth-child(1) a {
  background-image: url(../../assets/img/common/icon_3c_pc.svg);
  background-repeat: no-repeat;
  background-position: right 40px center;
  background-size: 52px 69 px;
}

.chosa_block_01 .chosa_area_list .right li:nth-child(2) a {
  background-image: url(../../assets/img/common/icon_4c_pc.svg);
  background-repeat: no-repeat;
  background-position: right 42px center;
  background-size: 48px 54px;
}

.chosa_block_01 .chosa_area_list .right li:nth-child(3) a {
  background-image: url(../../assets/img/common/icon_5c_pc.svg);
  background-repeat: no-repeat;
  background-position: right 38px center;
  background-size: 50px 55px;
}

.chosa_block_01 .chosa_area_list .right li:nth-child(4) a {
  background-image: url(../../assets/img/common/icon_6c_pc.svg);
  background-repeat: no-repeat;
  background-position: right 36px center;
  background-size: 54px 53px;
}

.chosa_block_01 .chosa_area_list .right li:nth-child(5) a {
  background-image: url(../../assets/img/common/icon_7c_pc.svg);
  background-repeat: no-repeat;
  background-position: right 34px center;
  background-size: 53px 52px;
  margin: 0;
}

.chosa_block_01 .chosa_area_list .right li:nth-child(6) a {
  background-image: url(../../assets/img/common/icon_8c_pc.svg);
  background-repeat: no-repeat;
  background-position: right 40px center;
  background-size: 48px 58px;
  margin: 0;
}

.uwaki_index_main {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#9d1427+0,6e0e1c+100 */
  background: #9d1427;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #9d1427 0%, #6e0e1c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#9d1427), to(#6e0e1c));
  background: linear-gradient(to bottom, #9d1427 0%, #6e0e1c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d1427', endColorstr='#6e0e1c',GradientType=0 );
  /* IE6-9 */
  padding: 0px 50px 0 50px;
  position: relative;
  height: 500px;
}

.uwaki_index_main .ir {
  margin: 0 auto 0;
  max-width: 1200px;
  width: 100%;
  position: relative;
}

.uwaki_index_main .ir .main_cont {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 19px 0 0 0;
}

.uwaki_index_main .ir .main_cont .photos {
  max-width: 464px;
  position: absolute;
  right: 32px;
}

.uwaki_index_main .ir .main_cont .lefts {
  max-width: 620px;
  width: 60%;
  padding: 75px 0 0 0;
}

.uwaki_index_main .ir .main_cont .lefts h1 {
  text-align: center;
  color: #FFF;
  font-size: 48px;
  font-weight: 700;
  line-height: 56pt;
  letter-spacing: 0.1em;
  background: none;
  padding: 0;
}

.uwaki_index_main .ir .main_cont .lefts h1 img {
  display: inline-block;
  margin-right: 8px;
}

.uwaki_index_main .ir .main_cont .lefts h1 span {
  background-image: url(../../assets/img/index/icon_img_04.svg);
  background-size: 81px 40px;
  background-repeat: no-repeat;
  background-position: left 0 top 21px;
  padding: 0 0 0 92px;
  display: inline-block;
  /*
                        font-weight:400;

                        font-size:26px;
                        line-height:32pt;
                        */
  display: inline-block;
  margin: 0 0 0px 0;
}

.uwaki_index_main .ir .main_cont .lefts h1 em {
  display: inline-block;
  position: relative;
}

.uwaki_index_main .ir .main_cont .lefts h1 em.noid {
  padding: 0 0 0 25px;
}

.uwaki_index_main .ir .main_cont .lefts h1 em.noid:after {
  content: none;
}

.uwaki_index_main .ir .main_cont .lefts h1 em:after {
  content: "";
  width: 6px;
  height: 6px;
  background: #F4A72C;
  position: absolute;
  left: 0;
  right: 0;
  top: -7px;
  border-radius: 6px;
  margin: auto;
}

.uwaki_index_main .ir .main_cont .lefts ul {
  margin: 45px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.uwaki_index_main .ir .main_cont .lefts ul li {
  text-align: center;
  font-size: 20px;
}

.uwaki_index_main .ir .main_cont .lefts ul li:nth-child(2) {
  margin: 0 20px;
}

.uwaki_index_main .ir .main_cont .lefts ul li:nth-child(1) img {
  width: 12vw;
  max-width: 145px;
}

.uwaki_index_main .ir .main_cont .lefts ul li:nth-child(2) img {
  width: 12vw;
  max-width: 145px;
}

.uwaki_index_main .ir .main_cont .lefts ul li:nth-child(3) img {
  width: 14vw;
  max-width: 172px;
}

.uwaki_index_main .ir .main_cont .lefts .sub {
  color: #c5c5c5;
  text-align: center;
  font-size: 11px;
  line-height: 13pt;
  margin: 20px 0 0 0;
}

.uwaki_index_main .side_txt {
  color: #FFF;
  font-size: 11px;
  position: absolute;
  right: -20px;
  bottom: 20px;
  font-weight: 400;
  text-align: right;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  display: inline-block;
}

.uwaki_index_main .side_txt em {
  font-size: 13px;
}

.hitosagashi_index_main {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#9d1427+0,6e0e1c+100 */
  background: #9d1427;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #9d1427 0%, #6e0e1c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#9d1427), to(#6e0e1c));
  background: linear-gradient(to bottom, #9d1427 0%, #6e0e1c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d1427', endColorstr='#6e0e1c',GradientType=0 );
  /* IE6-9 */
  padding: 0px 50px 0 50px;
  position: relative;
  height: 500px;
}

.hitosagashi_index_main .ir {
  margin: 0 auto 0;
  max-width: 1200px;
  width: 100%;
  position: relative;
}

.hitosagashi_index_main .ir .main_cont {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0px 0 0 0;
}

.hitosagashi_index_main .ir .main_cont .photos {
  max-width: 545px;
  position: absolute;
  right: 7px;
}

.hitosagashi_index_main .ir .main_cont .lefts {
  max-width: 700px;
  width: 65%;
  padding: 65px 0 0 0;
}

.hitosagashi_index_main .ir .main_cont .lefts h1 {
  text-align: center;
  color: #FFF;
  font-size: 48px;
  font-weight: 700;
  line-height: 56pt;
  letter-spacing: 0.1em;
  background: none;
  padding: 0;
}

.hitosagashi_index_main .ir .main_cont .lefts h1 span {
  background: url(../../assets/img/index/icon_img_04.svg) left 2px no-repeat;
  background-size: 77px 38px;
  padding: 0 0 0 100px;
  display: inline-block;
  font-weight: 400;
  font-size: 26px;
  line-height: 30pt;
  display: inline-block;
  margin: 0 0 35px 0;
}

.hitosagashi_index_main .ir .main_cont .lefts h1 em {
  display: inline-block;
  position: relative;
}

.hitosagashi_index_main .ir .main_cont .lefts h1 em.noid {
  padding: 0 0 0 25px;
}

.hitosagashi_index_main .ir .main_cont .lefts h1 em.noid:after {
  content: none;
}

.hitosagashi_index_main .ir .main_cont .lefts h1 em:after {
  content: "";
  width: 6px;
  height: 6px;
  background: #F4A72C;
  position: absolute;
  left: 0;
  right: 0;
  top: -7px;
  border-radius: 6px;
  margin: auto;
}

.hitosagashi_index_main .ir .main_cont .lefts .icon {
  max-width: 530px;
  margin: 25px auto 0;
}

.hitosagashi_index_main .side_txt {
  color: #FFF;
  font-size: 11px;
  position: absolute;
  right: 5px;
  bottom: 20px;
  font-weight: 400;
  text-align: right;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  display: inline-block;
}

.hitosagashi_index_main .side_txt em {
  font-size: 13px;
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
  .uwaki_index_main {
    height: auto;
    padding: 0px 50px 0 50px;
  }
  .uwaki_index_main .ir .main_cont .photos {
    width: 39%;
    max-width: 464px;
    position: absolute;
    right: 15px;
    top: 1.2vw;
  }
  .uwaki_index_main .ir .main_cont .lefts {
    max-width: 660px;
    width: 60%;
    padding: 3.8vw 0 0 0;
  }
  .uwaki_index_main .ir .main_cont .lefts h1 {
    font-size: 3.8vw;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 0.1em;
  }
  .uwaki_index_main .ir .main_cont .lefts h1 span {
    background-image: url(../../assets/img/index/icon_img_04.svg);
    background-size: 40% auto;
    background-repeat: no-repeat;
    background-position: left 0 top 1.7vw;
    padding: 0 0 0 7.2vw;
    /*
                            font-size:2vw;
                            line-height:32pt;
                            */
    margin: 0 0 0px 0;
  }
  .uwaki_index_main .ir .main_cont .lefts h1 em:after {
    width: 4px;
    height: 4px;
  }
  .uwaki_index_main .ir .main_cont .lefts ul {
    width: 80%;
  }
  .uwaki_index_main .ir .main_cont .lefts ul li:nth-child(2) {
    margin: 0 5px;
  }
  .uwaki_index_main .ir .main_cont .lefts .sub {
    color: #c5c5c5;
    text-align: center;
    font-size: 10px;
    line-height: 12pt;
    margin: 10px 0 0 0;
  }
  .uwaki_index_main .side_txt {
    font-size: 10px;
  }
  .uwaki_index_main .side_txt em {
    font-size: 12px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .uwaki_index_main .ir .main_cont {
    padding: 2vw 0 0 0;
  }
  .uwaki_index_main .ir .main_cont .lefts ul {
    margin: 10px auto 0;
  }
}

@media screen and (min-width: 1100px) and (max-width: 1300px) {
  .uwaki_index_main .ir .main_cont {
    padding: 3vw 0 0 0;
  }
}

@media screen and (min-width: 1100px) and (max-width: 1300px) {
  .uwaki_index_main .ir .main_cont .lefts ul {
    margin: 25px auto 0;
    width: 100%;
  }
}

/*---------------IE hack---------------*/
@media all and (-ms-high-contrast: none) {
  .uwaki_index_main .side_txt {
    bottom: auto;
    top: 250px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
  .hitosagashi_index_main {
    padding: 0px 50px 0 50px;
    height: auto;
  }
  .hitosagashi_index_main .ir .main_cont .photos {
    width: 44.5%;
    max-width: 545px;
    position: absolute;
    right: 5px;
    top: 0.8vw;
  }
  .hitosagashi_index_main .ir .main_cont .lefts {
    max-width: 720px;
    width: 65%;
    padding: 0.5vw 0 0 0;
  }
  .hitosagashi_index_main .ir .main_cont .lefts h1 {
    font-size: 3.8vw;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 0.1em;
  }
  .hitosagashi_index_main .ir .main_cont .lefts h1 span {
    background: url(../../assets/img/index/icon_img_04.svg) left center no-repeat;
    background-size: 25% auto;
    padding: 0 0 0 7vw;
    font-size: 2vw;
    line-height: 32pt;
    margin: 0 0 2.5vw 0;
  }
  .hitosagashi_index_main .ir .main_cont .lefts h1 em:after {
    width: 4px;
    height: 4px;
  }
  .hitosagashi_index_main .ir .main_cont .lefts .sub {
    color: #c5c5c5;
    text-align: center;
    font-size: 10px;
    line-height: 12pt;
    margin: 10px 0 0 0;
  }
  .hitosagashi_index_main .ir .main_cont .lefts .icon {
    margin: 2vw auto 0;
    width: 72%;
  }
  .hitosagashi_index_main .side_txt {
    font-size: 10px;
  }
  .hitosagashi_index_main .side_txt em {
    font-size: 12px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .hitosagashi_index_main .ir .main_cont {
    padding: 2vw 0 0 0;
  }
  .hitosagashi_index_main .ir .main_cont .lefts ul {
    margin: 10px auto 0;
  }
}

@media screen and (min-width: 1100px) and (max-width: 1300px) {
  .hitosagashi_index_main .ir .main_cont {
    padding: 2.8vw 0 0 0;
  }
}

@media screen and (min-width: 1100px) and (max-width: 1300px) {
  .hitosagashi_index_main .ir .main_cont .lefts ul {
    margin: 25px auto 0;
    width: 100%;
  }
}

/*---------------IE hack---------------*/
@media all and (-ms-high-contrast: none) {
  .hitosagashi_index_main .side_txt {
    bottom: auto;
    top: 250px;
  }
}

.elected_detail_area {
  margin: 0 0 120px 0;
}

.elected_detail_area h2:first-of-type {
  margin: 70px 0 0 0;
}

.elected_detail_area .detail_anker {
  border: 6px solid #EDEDED;
  padding: 28px 64px 26px 64px;
  margin: 0px auto 0;
}

.elected_detail_area .detail_anker dl dt {
  font-weight: 700;
  font-size: 18px;
  line-height: 22pt;
  margin: 25px 0 12px 0;
}

.elected_detail_area .detail_anker dl dd {
  margin: 0 0 9px 0px;
  font-size: 16px;
  line-height: 20pt;
}

.elected_detail_area .detail_anker dl:first-of-type dt {
  margin: 0 0 10px 0;
}

.elected_detail_area .detail_anker dl a {
  color: #9D1427;
  text-decoration: underline;
  background-image: url(../../assets/img/elected/icon_img_01.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 23px 20px;
  padding: 0 0 0 32px;
}

.elected_detail_area .detail_anker dl a:hover {
  text-decoration: none;
}

.elected_detail_area h2 {
  font-size: 32px;
  line-height: 36pt;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin: 85px 0 20px 0;
}

.elected_detail_area .h2_under {
  text-align: center;
  margin: 32px 0 0 0;
}

.elected_detail_area h3 {
  margin: 60px 0 15px 0;
  font-size: 22px;
  line-height: 24pt;
  font-weight: 700;
  background-image: url(../../assets/img/elected/icon_img_02.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 32px 28px;
  padding: 0 0 0 40px;
}

.elected_detail_area .glf_area {
  margin: 25px 0 25px 0;
  background: #F7F7F7;
  padding: 45px 50px 45px 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.elected_detail_area .glf_area .left {
  max-width: 580px;
  width: 67%;
}

.elected_detail_area .glf_area .right {
  width: 30%;
  max-width: 270px;
}

.elected_detail_area .glf_area .right img {
  width: 100%;
}

.elected_detail_area .glf_area .ttl {
  font-weight: 700;
  font-size: 17px;
  line-height: 20pt;
  margin: 0 0 17px 0;
}

.elected_detail_area .glf_area dl {
  margin: 0px 0 20px 0;
}

.elected_detail_area .glf_area dl dt {
  font-weight: 700;
  margin: 0 0 2px 0;
}

.elected_detail_area .glf_area dl:last-of-type {
  margin: 0;
}

.elected_detail_area .detail_anker_02 {
  border: 6px solid #EDEDED;
  padding: 36px 64px 26px 64px;
  margin: 45px auto 0;
}

.elected_detail_area .detail_anker_02 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.elected_detail_area .detail_anker_02 ul li {
  width: 100%;
  max-width: 48%;
}

.elected_detail_area .detail_anker_02 ul li a {
  margin: 0 0 9px 0px;
  font-size: 16px;
  line-height: 20pt;
  color: #9D1427;
  text-decoration: underline;
  background-image: url(../../assets/img/elected/icon_img_01.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 23px 20px;
  padding: 0 0 0 32px;
  width: 100%;
  display: inline-block;
}

.elected_detail_area .detail_anker_02 a:hover {
  text-decoration: none;
}

.elected_detail_area .point_text {
  background: #EDEDED;
  text-align: center;
  padding: 19px 10px 26px 10px;
  font-size: 18px;
  line-height: 22pt;
}

.elected_detail_area p {
  margin: 0px 0 20px 0;
}

.elected_detail_area .bottom_banner_areas {
  margin: 55px 0 0 0;
  background: #F7F7F7;
  padding: 20px 30px 30px 30px;
}

.elected_detail_area .bottom_banner_areas .ttl {
  font-size: 16px;
  line-height: 16pt;
  margin: 0 0 5px 0;
  font-weight: 700;
}

.elected_detail_area .bottom_banner_areas ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.elected_detail_area .bottom_banner_areas ul li {
  width: 24%;
  max-width: 227px;
  margin: 10px 0 0 0;
}

.elected_detail_area .bottom_banner_areas ul:after {
  content: "";
  display: block;
  width: 24%;
  max-width: 227px;
  height: 0;
}

.elected_detail_area .bottom_banner_areas li a:hover img {
  opacity: 0.7;
}

.price_list_01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 1px solid #C5C5C5;
  border-top: 1px solid #C5C5C5;
  width: 100%;
}

.price_list_01 li {
  width: calc(100% / 5);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.price_list_01 li a {
  width: 100%;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  background: #FFF;
  border-right: 1px solid #C5C5C5;
  border-bottom: 1px solid #C5C5C5;
  padding: 17px 40px 17px 20px;
  background-image: url(../../assets/img/common/icon03.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 13px 7px;
  color: #333333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.price_list_01 li a:hover {
  /*
            background:#e6e6e6;
            */
  background-image: url(../../assets/img/common/icon03.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 13px 7px;
  color: #9D1427;
}

.price_blocks .text01 {
  text-align: center;
  margin: 32px 0 0 0;
}

.price_blocks .price_first {
  margin: 45px 0 0 0;
  border: 5px solid #9A142A;
  border-radius: 4px;
}

.price_blocks .price_first .area01 {
  background: #9A142A;
  padding: 25px;
}

.price_blocks .price_first .area01 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.price_blocks .price_first .area01 .box .lefts {
  background: #FFD64D;
  font-weight: 700;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  padding: 15px 40px 15px 40px;
  position: relative;
  margin-right: 0px;
  font-size: 15px;
  line-height: 15pt;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.price_blocks .price_first .area01 .box .lefts:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-top: 5px solid #FFD64D;
  margin-top: 0;
}

.price_blocks .price_first .area01 .box .rights {
  width: 100%;
}

.price_blocks .price_first .area01 .box .rights dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0 0 0;
}

.price_blocks .price_first .area01 .box .rights dl dt {
  margin-right: 0px;
  width: 0px;
}

.price_blocks .price_first .area01 .box .rights dl dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 700;
  font-size: 26px;
  line-height: 28pt;
  color: #FFF;
  text-align: center;
}

.price_blocks .price_first .first_area {
  background: #FFF;
  padding: 45px 100px 50px 100px;
}

.price_blocks .price_first .first_area .ttl {
  font-size: 24px;
  text-align: center;
  line-height: 27pt;
  font-weight: 700;
}

.price_blocks .price_first .first_area .text02 {
  text-align: center;
  margin: 25px 0 27px 0;
}

.price_blocks .price_first .first_area .fbox {
  border-top: 1px solid #DDDDDD;
  padding: 34px 0 35px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.price_blocks .price_first .first_area .fbox .sub_tl {
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  line-height: 24pt;
  margin: 0 0 15px 0;
}

.price_blocks .price_first .first_area .fbox .sub_tl em {
  background: #9D1427;
  color: #FFF;
  font-size: 14px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  text-align: center;
  /* ←文字を左右に中央揃え */
  line-height: 44px;
  /* ←文字を上下に中央揃え */
  margin-right: 15px;
}

.price_blocks .price_first .first_area .fbox .f_left {
  width: 50%;
  border-right: 1px solid #DDDDDD;
  padding: 0 40px 0 0;
}

.price_blocks .price_first .first_area .fbox .f_left ul {
  margin: 12px 0 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.price_blocks .price_first .first_area .fbox .f_left ul li {
  width: 50%;
}

.price_blocks .price_first .first_area .fbox .f_right {
  width: 50%;
  padding: 0 0 0 40px;
}

.price_blocks .price_first .first_area .fbox .f_right .sub_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.price_blocks .price_first .first_area .fbox .f_right .sub_box p {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.price_blocks .price_first .first_area .fbox .f_right .sub_box .photo {
  width: 100%;
  max-width: 176px;
  margin: 0 0 0 40px;
}

.price_blocks .ir_1200.price_1200 {
  margin: 10px auto 0;
}

.price_blocks .price_second {
  margin: 45px 0 0 0;
  border: 5px solid #009F7A;
  border-radius: 4px;
}

.price_blocks .price_second .area01 {
  background: #009F7A;
  padding: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.price_blocks .price_second .area01 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 300px;
}

.price_blocks .price_second .area01 .box .lefts {
  background: #FFF;
  font-weight: 700;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  padding: 15px 10px 15px 10px;
  position: relative;
  margin-right: 0px;
  font-size: 15px;
  line-height: 15pt;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #1F9F7A;
  width: 100%;
}

.price_blocks .price_second .area01 .box .lefts img {
  width: 20px;
  margin-right: 13px;
}

.price_blocks .price_second .area01 .box .lefts:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-top: 5px solid #FFF;
  margin-top: 0;
}

.price_blocks .price_second .area01 .box .rights dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0 0 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.price_blocks .price_second .area01 .box .rights dl dt {
  margin-right: 15px;
  width: 44px;
}

.price_blocks .price_second .area01 .box .rights dl dt em {
  background: #9D1427;
  color: #FFF;
  font-weight: 700;
  font-size: 21px;
  line-height: 21pt;
  text-align: center;
  display: inline-block;
  width: 44px;
  height: 44px;
  padding: 9px 0 0 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

.price_blocks .price_second .area01 .box .rights dl dd {
  /*
                    flex: 1;
                    */
  font-weight: 700;
  font-size: 26px;
  line-height: 28pt;
  color: #FFF;
  text-align: center;
  /*
                    width:100%;
                    justify-content: center;
                    */
}

.price_blocks .price_second .first_area {
  background: #FFF;
  padding: 45px 100px 50px 100px;
}

.price_blocks .price_second .first_area .ttl {
  font-size: 24px;
  text-align: center;
  line-height: 27pt;
  font-weight: 700;
}

.price_blocks .price_second .first_area .text02 {
  margin: 25px 0 27px 0;
}

.price_blocks .price_second .first_area .price_plan {
  border-top: 1px solid #DDDDDD;
  padding: 30px 0 0 0;
}

.price_blocks .price_second .first_area .price_plan h4 {
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  line-height: 24pt;
  margin: 0 0 20px 0;
}

.price_blocks .price_second .first_area .price_plan h4 em {
  background: #333333;
  color: #FFF;
  font-size: 14px;
  width: 50px;
  height: 30px;
  text-align: center;
  /* ←文字を左右に中央揃え */
  line-height: 30px;
  /* ←文字を上下に中央揃え */
  margin-right: 15px;
}

.price_blocks .price_second .first_area .price_plan dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 8px 0 0 0;
}

.price_blocks .price_second .first_area .price_plan dl dt {
  width: 130px;
  text-align: center;
}

.price_blocks .price_second .first_area .price_plan dl dt span {
  display: inline-block;
  width: 100%;
  font-size: 12px;
  line-height: 12pt;
  padding: 5px 0;
  border: 1px solid #C5C5C5;
}

.price_blocks .price_second .first_area .price_plan dl dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 0 0 15px;
}

.price_blocks .price_second .first_area .price_plan dl dd em {
  color: #9D1427;
  font-weight: 700;
  font-size: 17px;
}

.price_blocks .price_second.extra_color {
  border: 5px solid #DDDDDD;
  margin: 60px 0 0 0;
}

.price_blocks .price_second.extra_color .area01 {
  background: #DDDDDD;
}

.price_blocks .price_second.extra_color .area01 .box .lefts {
  background: #797979;
  color: #fff;
}

.price_blocks .price_second.extra_color .area01 .box .lefts:before {
  border-top: 5px solid #797979;
}

.price_blocks .price_second.extra_color .area01 .box .rights dl dd {
  color: #333333;
}

.price_blocks .price_second.extra_color .area01 .box .lefts {
  font-weight: 400;
}

.price_bottom_text {
  text-align: center;
  font-size: 20px;
  line-height: 26pt;
  margin: 50px auto 0;
}

.credit_price_area {
  padding: 0 50px;
  margin: 0 0 120px 0;
}

.credit_price_area .box {
  margin: 60px auto 0;
  max-width: 1000px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #2D3450;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.credit_price_area .box .left {
  color: #FFF;
  width: 50%;
  padding: 40px 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
              -ms-grid-row-align: stretch;
          align-self: stretch;
}

.credit_price_area .box .left div {
  font-size: 22px;
  line-height: 22pt;
  font-weight: 700;
  margin: 0 0 15px 0;
}

.credit_price_area .box .left p {
  font-size: 14px;
  line-height: 18pt;
}

.credit_price_area .box .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  border-top: 4px solid #2D3450;
  border-right: 4px solid #2D3450;
  border-bottom: 4px solid #2D3450;
  background: #FFF url(../../assets/img/price/bg_img_01.png) left center no-repeat;
  background-size: cover;
  width: 50%;
  max-width: 510px;
  padding: 0 40px;
}

.credit_price_area .box .right img {
  width: 100%;
  max-width: 380px;
  margin: auto;
}

.point_list_01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 1px solid #C5C5C5;
  border-top: 1px solid #C5C5C5;
  width: 100%;
  max-width: 670px;
  margin: auto;
}

.point_list_01 li {
  width: calc(100% / 2);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.point_list_01 li a {
  width: 100%;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  background: #FFF;
  border-right: 1px solid #C5C5C5;
  border-bottom: 1px solid #C5C5C5;
  padding: 17px 40px 17px 20px;
  background-image: url(../../assets/img/common/icon03.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 13px 7px;
  color: #333333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.point_list_01 li a:hover {
  /*
            background:#e6e6e6;
            */
  background-image: url(../../assets/img/common/icon03.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 13px 7px;
  color: #9D1427;
}

.point_blocks .text01 {
  text-align: center;
  margin: 32px 0 0 0;
}

.point_blocks_01 {
  padding: 80px 0px 80px 0;
}

.point_blocks_01 .areas {
  background-image: url(../../assets/img/index/bg_img_02.png);
  background-size: 80vw 100%;
  background-position: right 0px center;
  padding: 60px 0;
}

.point_blocks_01 .areas .fbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 5vw 0 0;
}

.point_blocks_01 .areas .fbox .photos {
  width: 50%;
}

.point_blocks_01 .areas .fbox .texts {
  padding: 0 0px 0 5vw;
  width: 50%;
}

.point_blocks_01 .areas .fbox .texts h3 {
  font-size: 32px;
  line-height: 48px;
  letter-spacing: 0.1em;
}

.point_blocks_01 .areas .fbox .texts h3 em {
  font-weight: 700;
  font-size: 32px;
  display: inline-block;
  position: relative;
}

.point_blocks_01 .areas .fbox .texts h3 em:after {
  content: "";
  width: 100%;
  height: 4px;
  background: #FFBF5A;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.point_blocks_01 .areas .fbox .texts p {
  margin: 30px 0 0 0;
}

.point_blocks_01 .areas_second {
  background-image: url(../../assets/img/index/bg_img_02.png);
  background-size: 80vw 100%;
  background-position: left 0px center;
  padding: 60px 0;
  margin: 60px 0 60px 0;
}

.point_blocks_01 .areas_second .fbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 5vw;
}

.point_blocks_01 .areas_second .fbox .photos {
  width: 50%;
}

.point_blocks_01 .areas_second .fbox .texts {
  padding: 0 5vw 0 0px;
  width: 50%;
}

.point_blocks_01 .areas_second .fbox .texts h3 {
  font-size: 32px;
  line-height: 48px;
  letter-spacing: 0.1em;
}

.point_blocks_01 .areas_second .fbox .texts h3 em {
  font-weight: 700;
  font-size: 32px;
  display: inline-block;
  position: relative;
}

.point_blocks_01 .areas_second .fbox .texts h3 em:after {
  content: "";
  width: 100%;
  height: 4px;
  background: #FFBF5A;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.point_blocks_01 .areas_second .fbox .texts p {
  margin: 30px 0 0 0;
}

.point_blocks_01 .fbox.extra {
  padding: 0 5vw 0 5vw;
}

.point_blocks_01 .bottom_banner_areas {
  margin: 40px auto 0;
  background: #FFF;
  padding: 30px;
}

.point_blocks_01 .bottom_banner_areas div {
  font-size: 16px;
  font-weight: 700;
  line-height: 20pt;
  margin: 0 0 5px 0;
}

.point_blocks_01 .bottom_banner_areas ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.point_blocks_01 .bottom_banner_areas ul li {
  width: 48%;
  border: 1px solid #858585;
  margin: 10px 0 0 0;
}

.point_blocks_01 .bottom_text_areas {
  margin: 40px auto 0;
  background: #FFF;
  padding: 30px;
}

.point_blocks_01 .bottom_text_areas dt {
  font-size: 16px;
  font-weight: 700;
  line-height: 20pt;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #DDDDDD;
  padding: 0 0 10px 0;
}

.point_blocks_01 .bottom_text_areas dd {
  margin: 3px 0 0 0;
  background-image: url(../../assets/img/point/icon_img_01.png);
  background-size: 8px 8px;
  background-position: left 0px top 10px;
  padding: 0 0 0 15px;
}

.point_blocks_01 .bottom_text_areas dd span {
  font-size: 13px;
  color: #717171;
}

.media_block_point .media_area {
  background: #9D1427;
  padding: 43px 50px;
}

.media_block_point .media_area .ir {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.media_block_point .media_area .ir .ms_ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.media_block_point .media_area .ir .ms_ttl .photos {
  position: relative;
  width: 150px;
  margin-right: 60px;
}

.media_block_point .media_area .ir .ms_ttl .photos img {
  position: absolute;
  max-width: 150px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.media_block_point .media_area .ir .ms_ttl h2 {
  color: #FFF;
  font-size: 28px;
  line-height: 34pt;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.media_block_point .ir_in {
  padding: 0 50px;
}

.media_block_point .ir_in .in_area {
  max-width: 1100px;
  margin: 0 auto 0;
}

.media_block_point .ir_in .in_area .border_block.extra_mgn {
  padding: 40px 0 50px 0;
}

.media_block_point .ir_in .in_area .border_block {
  padding: 46px 0 50px 0;
  border-bottom: 1px solid #DDDDDD;
}

.media_block_point .ir_in .in_area .border_block .ttl_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}

.media_block_point .ir_in .in_area .border_block .ttl_area div {
  padding: 10px 20px 10px 0;
  margin-right: 30px;
  border-right: 1px solid #DDDDDD;
}

.media_block_point .ir_in .in_area .border_block .ttl_area div img {
  width: 136px;
}

.media_block_point .ir_in .in_area .border_block .ttl_area h3 {
  font-weight: 700;
  font-size: 21px;
  line-height: 26pt;
}

.media_block_point .ir_in .in_area .border_block .ttl_area h3 span {
  font-size: 13px;
  font-weight: 400;
  display: block;
}

.media_block_point .ir_in .in_area .border_block .text01 {
  font-size: 14px;
  line-height: 18pt;
  margin: 0 0 30px 0;
}

.media_block_point .ir_in .in_area .border_block .text02 {
  font-size: 12px;
  line-height: 16pt;
  margin: 30px 0 0 0;
}

.media_block_point .ir_in .in_area .border_block .banner_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 30px 0;
}

.media_block_point .ir_in .in_area .border_block .banner_block div {
  width: 33%;
  max-width: 352px;
}

.media_block_point .ir_in .in_area .border_block .banner_block div a {
  width: 100%;
}

.media_block_point .ir_in .in_area .border_block .btn_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px 0 0 0;
}

.media_block_point .ir_in .in_area .border_block .btn_area .btn1 {
  width: 100%;
  max-width: 300px;
  margin-right: 15px;
}

.media_block_point .ir_in .in_area .border_block .btn_area .btn1 a {
  background: #FFEBD8;
  padding: 0 20px 0 40px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 3px;
  width: 100%;
  display: inline-block;
}

.media_block_point .ir_in .in_area .border_block .btn_area .btn1 a img {
  width: 240px;
}

.media_block_point .ir_in .in_area .border_block .btn_area .btn1 a:hover {
  background: #ffd5ad;
}

.media_block_point .ir_in .in_area .border_block .btn_area .btn2 {
  width: 100%;
  max-width: 300px;
  margin-left: 15px;
}

.media_block_point .ir_in .in_area .border_block .btn_area .btn2 a {
  background: #E6F6FF;
  padding: 0 20px 0 40px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 3px;
  width: 100%;
  display: inline-block;
}

.media_block_point .ir_in .in_area .border_block .btn_area .btn2 a img {
  width: 240px;
}

.media_block_point .ir_in .in_area .border_block .btn_area .btn2 a:hover {
  background: #c4eaff;
}

.media_block_point .ir_in .in_area .border_block.end {
  padding: 46px 0 50px 0;
  /*
                border-bottom:none;
                */
}

.media_block_point .ir_in .in_area .fbox {
  width: 100%;
  max-width: 720px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.media_block_point .ir_in .in_area .fbox .media_ir {
  width: 48%;
  max-width: 340px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.media_block_point .ir_in .in_area .fbox .media_ir .lefts {
  width: 150px;
  padding-right: 25px;
}

.media_block_point .ir_in .in_area .fbox .media_ir .rights {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.media_block_point .ir_in .in_area .fbox .media_ir .rights .ttls {
  background: url(../../assets/img/index/bg_img_03.png) center center no-repeat;
  background-size: contain;
  width: 100%;
  text-align: center;
  padding: 5px 0;
  color: #FFF;
  font-size: 12px;
  letter-spacing: 0.05em;
  margin: 0 0 0px 0;
}

.media_block_point .ir_in .in_area .fbox .media_ir .rights img {
  width: 67.1%;
  margin: 5px auto 5px;
}

.media_block_point .ir_in .in_area .fbox .media_ir .rights p {
  margin: 0px 0 0 0;
  font-size: 12px;
  line-height: 15pt;
  color: #777777;
}

.media_block_point .ir_in .in_area .fbox .media_ir.lst .rights img {
  width: 91.5%;
  margin: 5px auto 0;
}

.media_block_point .ir_in .fboxs2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.media_block_point .ir_in .media_btn {
  text-align: center;
  max-width: 700px;
  margin: 30px auto 0;
}

.media_block_point .ir_in .media_btn a {
  border-radius: 6px;
  border: 1px solid #C5C5C5;
  padding: 19px 50px 19px 30px;
  font-size: 15px;
  line-height: 15pt;
  font-weight: 700;
  display: inline-block;
  width: 100%;
  background-image: url(../../assets/img/common/icon01.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 7px 13px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #333333;
}

.media_block_point .ir_in .media_btn a:hover {
  background: #e6e6e6;
  background-image: url(../../assets/img/common/icon01.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 7px 13px;
  text-decoration: none;
}

.elected_detail_area_point {
  margin: 0 0 120px 0;
}

.elected_detail_area_point h2:first-of-type {
  margin: 10px 0 0 0;
}

.elected_detail_area_point h2 {
  font-size: 32px;
  line-height: 36pt;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin: 85px 0 20px 0;
}

.elected_detail_area_point .h2_under {
  text-align: center;
  margin: 32px 0 0 0;
}

.elected_detail_area_point h3 {
  margin: 60px 0 15px 0;
  font-size: 22px;
  line-height: 24pt;
  font-weight: 700;
  background-image: url(../../assets/img/elected/icon_img_02.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 32px 28px;
  padding: 0 0 0 40px;
}

.elected_detail_area_point .detail_anker_02 {
  border: 6px solid #EDEDED;
  padding: 36px 64px 26px 64px;
  margin: 45px auto 0;
}

.elected_detail_area_point .detail_anker_02 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.elected_detail_area_point .detail_anker_02 ul li {
  width: 100%;
  max-width: 48%;
}

.elected_detail_area_point .detail_anker_02 ul li a {
  margin: 0 0 9px 0px;
  font-size: 16px;
  line-height: 20pt;
  color: #9D1427;
  text-decoration: underline;
  background-image: url(../../assets/img/elected/icon_img_01.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 23px 20px;
  padding: 0 0 0 32px;
  width: 100%;
  display: inline-block;
}

.elected_detail_area_point .detail_anker_02 a:hover {
  text-decoration: none;
}

.elected_detail_area_point .point_text {
  background: #EDEDED;
  text-align: center;
  padding: 19px 10px 26px 10px;
  font-size: 18px;
  line-height: 22pt;
}

.elected_detail_area_point p {
  margin: 0px 0 20px 0;
}

.elected_detail_area_point .bottom_banner_areas {
  margin: 55px 0 0 0;
  background: #F7F7F7;
  padding: 20px 30px 30px 30px;
}

.elected_detail_area_point .bottom_banner_areas .ttl {
  font-size: 16px;
  line-height: 16pt;
  margin: 0 0 5px 0;
  font-weight: 700;
}

.elected_detail_area_point .bottom_banner_areas ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.elected_detail_area_point .bottom_banner_areas ul li {
  width: 24.2%;
  max-width: 227px;
  margin: 10px 0 0 0;
}

.elected_detail_area_point .bottom_banner_areas ul:after {
  content: "";
  display: block;
  width: 24.2%;
  max-width: 227px;
  height: 0;
}

.elected_detail_area_point .bottom_banner_areas li a:hover img {
  opacity: 0.7;
}

.elected_detail_area_point.base_area_01 {
  padding: 0px 50px 0 50px;
}

.elected_detail_area_point.base_area_01 .ir_1000 h2 {
  padding: 80px 0 0 0;
}

@media screen and (min-width: 1800px) and (max-width: 4000px) {
  .point_blocks_01 .areas_second .fbox .texts {
    padding: 0 5vw 0 0vw;
  }
}

@media screen and (min-width: 1300px) and (max-width: 1700px) {
  .point_blocks_01 .areas .fbox .texts {
    /*
        width:625px;
        */
  }
  .point_blocks_01 .areas .fbox .photos {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .point_blocks_01 .areas_second .fbox .texts {
    /*
        width:625px;
        */
  }
  .point_blocks_01 .areas_second .fbox .photos {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .point_blocks_01 .areas .fbox .texts {
    padding: 0 0 0 6vw;
  }
  .point_blocks_01 .areas_second .fbox .texts {
    padding: 0 6vw 0 0px;
  }
  .point_blocks_01 .areas_second .fbox {
    padding: 0 0 0 7vw;
  }
  .point_blocks_01 .areas .fbox {
    padding: 0 6vw 0 0;
  }
  .point_blocks_01 .fbox.extra {
    padding: 0 7vw 0 7vw;
  }
}

@media screen and (min-width: 1701px) and (max-width: 4000px) {
  .point_blocks_01 .areas .fbox .photos {
    /*
        width:943px;
        */
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
  .point_blocks_01 .areas_second .fbox .photos {
    /*
        width:943px;
        */
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
  .point_blocks_01 .areas .fbox .texts {
    /*
        width:625px;
        */
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .point_blocks_01 .areas_second .fbox .texts {
    /*
        width:625px;
        */
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .point_blocks_01 .areas .fbox {
    max-width: 1700px;
    margin-left: auto;
    margin-right: auto;
  }
  .point_blocks_01 .areas_second .fbox {
    max-width: 1700px;
    margin-left: auto;
    margin-right: auto;
  }
  /*
    .point_blocks_01 .areas .fbox .texts{
        padding:0 0 0 6.5vw;
    }
    .point_blocks_01 .areas_second .fbox .texts {
        padding: 0 6.5vw 0 0px;
    }
    .point_blocks_01 .areas_second .fbox{
        padding: 0 0 0 7vw;
    }
    .point_blocks_01 .areas .fbox{
        padding: 0 7vw 0 0;
    }
    */
  .point_blocks_01 .fbox.extra {
    max-width: 1700px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 7vw;
  }
  .point_blocks_01 .areas_second .fbox {
    padding: 0 0 0 7vw;
  }
  .point_blocks_01 .areas_second .fbox.extra {
    padding: 0 7vw;
  }
}

.chosa_temp_block_01 .text01 {
  margin: 30px 0 0 0;
}

.chosa_temp_block_02 {
  margin: 100px 0 0 0;
  background: #F7F7F7;
  padding: 0 0 80px 0;
}

.chosa_temp_block_02 h2 span {
  font-size: 16px;
}

.chosa_temp_block_02 .text01 {
  text-align: center;
  margin: 30px 0 0 0;
}

.chosa_temp_block_02 .detail_anker_02 {
  border: 4px solid #EDEDED;
  padding: 36px 64px 26px 64px;
  margin: 45px auto 0;
  background: #FFF;
}

.chosa_temp_block_02 .detail_anker_02 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.chosa_temp_block_02 .detail_anker_02 ul li {
  width: 100%;
  max-width: 48%;
  margin: 0 0 9px 0px;
  font-size: 17px;
  line-height: 20pt;
  background-image: url(../../assets/img/elected/icon_img_01.png);
  background-repeat: no-repeat;
  background-position: left 0 top 5px;
  background-size: 23px 20px;
  padding: 0 0 0 32px;
  width: 100%;
  display: inline-block;
  font-weight: 700;
}

.chosa_temp_block_02 .detail_anker_02 ul li a {
  margin: 0 0 9px 0px;
  font-size: 16px;
  line-height: 20pt;
  color: #9D1427;
  text-decoration: underline;
  background-image: url(../../assets/img/elected/icon_img_01.png);
  background-repeat: no-repeat;
  background-position: left 0 top 5px;
  background-size: 23px 20px;
  padding: 0 0 0 32px;
  width: 100%;
  display: inline-block;
}

.chosa_temp_block_02 .detail_anker_02 a:hover {
  text-decoration: none;
}

.chosa_temp_block_02 .detail_anker_02 ul.sublist {
  margin: 5px 0 0 0;
}

.chosa_temp_block_02 .detail_anker_02 ul.sublist li {
  background-image: none;
  font-weight: 400;
  padding: 0;
}

.chosa_temp_block_02 .detail_anker_02.extra {
  margin: 20px auto 0;
}

.chosa_temp_block_03 {
  margin: 0px 0 0 0;
  background: #F7F7F7;
  padding: 0 0 80px 0;
}

.chosa_temp_block_03 .text01 {
  text-align: center;
  margin: 30px 0 0 0;
}

.chosa_temp_block_03 .chosa_step_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  background: #FFF;
  margin: 0 0 40px 0;
  position: relative;
}

.chosa_temp_block_03 .chosa_step_block .step_area {
  background: #333333;
  width: 60px;
  padding: 30px 0 0 0;
  text-align: center;
  font-weight: 700;
  font-size: 23px;
  line-height: 23pt;
  color: #FFF;
  font-family: 'Poppins', sans-serif;
}

.chosa_temp_block_03 .chosa_step_block .step_area span {
  font-size: 13px;
  line-height: 13pt;
  display: block;
  font-weight: 400;
}

.chosa_temp_block_03 .chosa_step_block .step_center_area {
  padding: 25px 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.chosa_temp_block_03 .chosa_step_block .step_center_area h3 {
  font-size: 22px;
  line-height: 25pt;
  font-weight: 700;
  margin: 0 0 9px 0;
}

.chosa_temp_block_03 .chosa_step_block .step_center_area p {
  font-size: 14px;
  line-height: 18pt;
}

.chosa_temp_block_03 .chosa_step_block .step_right_area {
  width: 100%;
  max-width: 345px;
}

.chosa_temp_block_03 .chosa_step_block:after {
  content: "";
  background-image: url(../../assets/img/chosa/temp/icon_img_01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 33px 11px;
  position: absolute;
  width: 33px;
  height: 11px;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -25px;
}

.chosa_temp_block_03 .chosa_step_block:last-of-type {
  margin: 0 0 0 0;
}

.chosa_temp_block_03 .chosa_step_block:last-of-type:after {
  content: none;
}

.chosa_temp_block_03 .chosa_step_block:first-of-type {
  margin: 36px 0 40px 0;
}

.chosa_temp_block_03 .step_btn {
  text-align: center;
  max-width: 700px;
  margin: 50px auto 0;
}

.chosa_temp_block_03 .step_btn a {
  border-radius: 6px;
  border: 1px solid #C5C5C5;
  padding: 19px 50px 19px 30px;
  font-size: 15px;
  line-height: 15pt;
  font-weight: 700;
  display: inline-block;
  width: 100%;
  background-image: url(../../assets/img/index/icon_img_11.png);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 10px 14px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #333333;
}

.chosa_temp_block_03 .step_btn a:hover {
  background: #e6e6e6;
  background-image: url(../../assets/img/index/icon_img_11.png);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 10px 14px;
  text-decoration: none;
}

.plan_block_temp {
  padding: 80px 50px;
}

.plan_block_temp .ir {
  max-width: 1200px;
  margin: auto;
}

.plan_block_temp .ir h2 {
  letter-spacing: 0.1em;
  font-size: 32px;
  font-weight: 700;
  line-height: 32pt;
  text-align: center;
  margin: 0 0 30px 0;
}

.plan_block_temp .ir h2 span {
  font-size: 16px;
}

.plan_block_temp .ir h2 span sup {
  font-size: 10px;
}

.plan_block_temp .ir .text {
  text-align: center;
  margin: 0 0 50px 0;
}

.plan_block_temp .ir .area01 {
  border-radius: 4px;
  background: #009F7A;
  padding: 40px;
  margin-bottom: 30px;
}

.plan_block_temp .ir .area01 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.plan_block_temp .ir .area01 .box .lefts {
  background: #FFF;
  font-weight: 700;
  color: #1F9F7A;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #FFF;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  padding: 0 50px 0 30px;
  position: relative;
  margin-right: 30px;
}

.plan_block_temp .ir .area01 .box .lefts img {
  width: 20px;
  margin-right: 13px;
}

.plan_block_temp .ir .area01 .box .lefts:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -7px;
  border: 7px solid transparent;
  border-left: 6px solid #FFF;
}

.plan_block_temp .ir .area01 .box .rights dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.plan_block_temp .ir .area01 .box .rights dl dt {
  margin-right: 20px;
  width: 45px;
}

.plan_block_temp .ir .area01 .box .rights dl dt em {
  background: #9D1427;
  color: #FFF;
  font-weight: 700;
  font-size: 21px;
  line-height: 21pt;
  text-align: center;
  display: inline-block;
  width: 45px;
  height: 45px;
  padding: 9px 0 0 0;
}

.plan_block_temp .ir .area01 .box .rights dl dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 700;
  font-size: 26px;
  line-height: 32pt;
  color: #FFF;
}

.plan_block_temp .ir .area01 .box .rights dl dd span {
  font-size: 14px;
  line-height: 18pt;
  font-weight: 400;
  display: block;
  margin: 0 0 5px 0;
}

.plan_block_temp .ir .area02 {
  border-radius: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  border: 5px solid #D5D5D5;
}

.plan_block_temp .ir .area02 .box {
  width: calc(100% / 3);
  padding: 35px;
}

.plan_block_temp .ir .area02 .box p {
  text-align: center;
  font-size: 13px;
  line-height: 16pt;
  margin-top: 30px;
}

.plan_block_temp .ir .area02 .box .ttl {
  background: #797979;
  text-align: center;
  color: #FFF;
  padding: 15px 10px;
  position: relative;
  margin-bottom: 35px;
}

.plan_block_temp .ir .area02 .box .ttl:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -7px;
  border: 7px solid transparent;
  border-top: 6px solid #797979;
}

.plan_block_temp .ir .area02 .box dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.plan_block_temp .ir .area02 .box dl dt {
  margin-right: 20px;
  width: 45px;
}

.plan_block_temp .ir .area02 .box dl dt em {
  background: #9D1427;
  color: #FFF;
  font-weight: 700;
  font-size: 21px;
  line-height: 21pt;
  text-align: center;
  display: inline-block;
  width: 45px;
  height: 45px;
  padding: 9px 0 0 0;
}

.plan_block_temp .ir .area02 .box dl dd {
  font-weight: 700;
  font-size: 26px;
  line-height: 32pt;
}

.plan_block_temp .ir .area02 .box.bd {
  border-left: 2px solid #D5D5D5;
  border-right: 2px solid #D5D5D5;
}

.plan_block_temp .sub {
  text-align: right;
  margin-top: 10px;
  font-size: 12px;
  color: #717171;
}

.plan_block_temp .plan_btn {
  text-align: center;
  max-width: 700px;
  margin: 29px auto 0;
}

.plan_block_temp .plan_btn a {
  border-radius: 6px;
  border: 1px solid #C5C5C5;
  padding: 19px 50px 19px 30px;
  font-size: 15px;
  line-height: 15pt;
  font-weight: 700;
  display: inline-block;
  width: 100%;
  background-image: url(../../assets/img/index/icon_img_11.png);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 10px 14px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #333333;
}

.plan_block_temp .plan_btn a:hover {
  background: #e6e6e6;
  background-image: url(../../assets/img/index/icon_img_11.png);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 10px 14px;
  text-decoration: none;
}

.red_block_temp {
  background: #9D1427;
  padding: 43px 50px;
}

.red_block_temp .ir {
  max-width: 1200px;
  margin: auto;
  color: #FFF;
  font-size: 20px;
  line-height: 28pt;
  text-align: center;
}

.chosa_temp_block_04 {
  margin: 0px 0 0 0;
  background: #F7F7F7;
  padding: 0 0 80px 0;
}

.chosa_temp_block_04 .text01 {
  text-align: center;
  margin: 30px 0 0 0;
}

.chosa_temp_block_04 .borders {
  border-left: 5px solid #D5D5D5;
  border-right: 5px solid #D5D5D5;
  border-bottom: 5px solid #D5D5D5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.chosa_temp_block_04 .chosa_step_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #FFF;
  margin: 0 0 30px 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.chosa_temp_block_04 .chosa_step_block .step_area {
  background: #333333;
  width: 100%;
  padding: 25px 0 25px 0;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 24pt;
  color: #FFF;
}

.chosa_temp_block_04 .chosa_step_block .step_area span {
  font-weight: 400;
}

.chosa_temp_block_04 .chosa_step_block .step_center_area {
  padding: 40px 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.chosa_temp_block_04 .chosa_step_block .step_center_area h3 {
  font-size: 17px;
  line-height: 20pt;
  font-weight: 700;
  margin: 0 0 2px 0;
}

.chosa_temp_block_04 .chosa_step_block .step_center_area p {
  font-size: 14px;
  line-height: 18pt;
}

.chosa_temp_block_04 .chosa_step_block .step_right_area {
  background: #F7F7F7;
  width: 100%;
  max-width: 295px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  color: #9D1427;
  font-size: 20px;
  line-height: 24pt;
  padding: 60px 0;
  text-align: center;
}

.chosa_temp_block_04 .chosa_step_block:last-of-type {
  margin: 0 0 0 0;
}

.chosa_temp_block_04 .chosa_step_block:first-of-type {
  margin: 36px 0 40px 0;
}

.chosa_temp_block_05 {
  margin: 0px 0 0 0;
  padding: 0 0 80px 0;
}

.chosa_temp_block_05 .text01 {
  text-align: center;
  margin: 30px 0 0 0;
}

.chosa_temp_block_05 .chosa_temp_block_05_movie_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 50px auto 0;
}

.chosa_temp_block_05 .chosa_temp_block_05_movie_list div {
  width: 18.5%;
  max-width: 222px;
  font-size: 15px;
  line-height: 15pt;
}

.chosa_temp_block_05 .chosa_temp_block_05_movie_list div img {
  margin: 0 0 10px 0;
}

.gray_block_temp {
  background: #EDEDED;
  padding: 30px 50px;
}

.gray_block_temp .ir {
  max-width: 1200px;
  margin: auto;
  font-size: 18px;
  line-height: 22pt;
  font-weight: 700;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.gray_block_temp .ir img {
  width: 42px;
  margin-right: 15px;
}

.qa_block_temp {
  padding: 70px 50px 80px 50px;
}

.qa_block_temp .ir {
  max-width: 1000px;
  margin: auto;
}

.qa_block_temp .ir h2 {
  letter-spacing: 0.1em;
  font-size: 32px;
  font-weight: 700;
  line-height: 38pt;
  text-align: center;
  margin: 0 0 25px 0;
}

.qa_block_temp .ir .text {
  text-align: center;
  margin-bottom: 40px;
}

.qa_block_temp .qa_btn {
  text-align: center;
  max-width: 700px;
  margin: 50px auto 0;
}

.qa_block_temp .qa_btn a {
  border-radius: 6px;
  border: 1px solid #C5C5C5;
  padding: 19px 50px 19px 30px;
  font-size: 15px;
  line-height: 15pt;
  font-weight: 700;
  display: inline-block;
  width: 100%;
  background-image: url(../../assets/img/index/icon_img_11.png);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 10px 14px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #333333;
}

.qa_block_temp .qa_btn a:hover {
  background: #e6e6e6;
  background-image: url(../../assets/img/index/icon_img_11.png);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 10px 14px;
  text-decoration: none;
}

.qa_block_temp div.ttl_menu {
  border-bottom: 1px solid #C5C5C5;
}

.qa_block_temp .ttl_menu span {
  font-weight: 700;
  padding: 0;
  margin: 29px 0 15px 0px;
  position: relative;
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 18pt;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.qa_block_temp .ttl_menu span:hover em {
  text-decoration: underline;
}

.qa_block_temp .ttl_menu span {
  background: url(../../assets/img/index/acc_icon.png) 98% center no-repeat;
  background-size: 21px 21px;
}

.qa_block_temp .ttl_menu span em {
  display: inline-block;
  padding: 4px 50px 4px 44px;
  background-image: url(../../assets/img/index/qa_icon.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 30px 30px;
}

.qa_block_temp .ttl_menu.active span {
  background: url(../../assets/img/index/acc_icon_on.png) 98% center no-repeat;
  background-size: 21px 21px;
}

.qa_block_temp .ttl_menu.active span em {
  text-decoration: underline;
}

.qa_block_temp .childs {
  display: none;
}

.qa_block_temp .childs.answers {
  padding: 20px 0 0px 0px;
  margin: 0 0 50px 0;
}

.voice_block_temp {
  background: #F7F7F7;
  padding: 70px 50px 80px 50px;
}

.voice_block_temp .ir {
  max-width: 1000px;
  margin: auto;
}

.voice_block_temp .ir h2 {
  letter-spacing: 0.1em;
  font-size: 32px;
  font-weight: 700;
  line-height: 38pt;
  text-align: center;
  margin: 0 0 25px 0;
}

.voice_block_temp .ir .text {
  text-align: center;
  margin-bottom: 40px;
}

.voice_block_temp .ir dl.left_icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.voice_block_temp .ir dl.left_icon dt {
  width: 61px;
  margin-right: 30px;
}

.voice_block_temp .ir dl.left_icon dt img {
  width: 100%;
  max-width: 61px;
}

.voice_block_temp .ir dl.left_icon dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #FFFFFF;
  padding: 25px 40px;
  position: relative;
  border-radius: 4px;
}

.voice_block_temp .ir dl.left_icon dd em {
  font-weight: 700;
  display: block;
  margin: 0 0 10px 0;
  font-size: 16px;
  line-height: 20pt;
  border-bottom: 1px solid #C5C5C5;
  padding: 0 0 13px 0px;
}

.voice_block_temp .ir dl.left_icon dd em span {
  display: inline-block;
  border-left: 3px solid #9D1427;
  padding: 0 0 0 15px;
}

.voice_block_temp .ir dl.left_icon dd:before {
  content: "";
  position: absolute;
  top: 20%;
  left: -18px;
  margin-top: -10px;
  border: 7px solid transparent;
  border-right: 11px solid #FFFFFF;
}

.voice_block_temp .ir dl.right_icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0;
}

.voice_block_temp .ir dl.right_icon dt {
  width: 61px;
  margin-left: 30px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.voice_block_temp .ir dl.right_icon dt img {
  width: 100%;
  max-width: 61px;
}

.voice_block_temp .ir dl.right_icon dd {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #FFFFFF;
  padding: 25px 40px;
  position: relative;
  border-radius: 4px;
}

.voice_block_temp .ir dl.right_icon dd em {
  font-weight: 700;
  display: block;
  margin: 0 0 10px 0;
  font-size: 16px;
  line-height: 20pt;
  border-bottom: 1px solid #C5C5C5;
  padding: 0 0 13px 0px;
}

.voice_block_temp .ir dl.right_icon dd em span {
  display: inline-block;
  border-left: 3px solid #9D1427;
  padding: 0 0 0 15px;
}

.voice_block_temp .ir dl.right_icon dd:before {
  content: "";
  position: absolute;
  top: 20%;
  left: 100%;
  margin-top: -10px;
  border: 7px solid transparent;
  border-left: 11px solid #FFFFFF;
}

.voice_block_temp .ir .voice_btn {
  text-align: center;
  max-width: 700px;
  margin: 50px auto 0;
}

.voice_block_temp .ir .voice_btn a {
  border-radius: 6px;
  border: 1px solid #C5C5C5;
  padding: 19px 50px 19px 30px;
  font-size: 15px;
  line-height: 15pt;
  font-weight: 700;
  display: inline-block;
  width: 100%;
  background-image: url(../../assets/img/index/icon_img_11.png);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 10px 14px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #333333;
}

.voice_block_temp .ir .voice_btn a:hover {
  background: #e6e6e6;
  background-image: url(../../assets/img/index/icon_img_11.png);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 10px 14px;
  text-decoration: none;
}

.strong_block_temp {
  padding: 70px 0px 0 0;
  margin: 0 0 0px 0;
}

.strong_block_temp .extra_ttl {
  background: #333333;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 24pt;
  padding: 10px;
  color: #FFF;
}

.strong_block_temp .ir {
  /*
        max-width:1200px;
        */
  margin: auto;
  padding: 0 50px;
}

.strong_block_temp .ir h2 {
  letter-spacing: 0.1em;
  font-size: 32px;
  font-weight: 700;
  line-height: 38pt;
  text-align: center;
  margin: 0 0 25px 0;
}

.strong_block_temp .ir .text {
  text-align: center;
  margin: 0 0 50px 0;
}

.strong_block_temp .ir .box {
  position: relative;
  border: 10px solid #EDEDED;
  padding: 40px 50px 40px 50px;
  max-width: 1200px;
  margin: 0 auto 70px;
}

.strong_block_temp .ir .box .photos {
  position: absolute;
  left: 60px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  max-width: 176px;
}

.strong_block_temp .ir .box .box_tl {
  color: #9d1427;
  font-size: 22px;
  line-height: 25pt;
  margin: 0 0 15px 220px;
  font-weight: 700;
}

.strong_block_temp .ir .box p {
  margin: 0 0 0 220px;
}

.strong_block_temp .ir .box .name {
  position: absolute;
  left: 30px;
  top: 15%;
  font-size: 11px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  display: inline-block;
  color: #767676;
  text-align: right;
}

.strong_block_temp .ir .box .name.onlySP {
  display: none;
}

.strong_block_temp .areas {
  background-image: url(../../assets/img/index/bg_img_02.png);
  background-size: 80vw 100%;
  background-position: right 0px center;
  padding: 80px 0;
}

.strong_block_temp .areas .fbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 5vw 0 0;
}

.strong_block_temp .areas .fbox .photos {
  width: 51%;
}

.strong_block_temp .areas .fbox .texts {
  padding: 0 0px 0 5vw;
  width: 49%;
}

.strong_block_temp .areas .fbox .texts .ttl {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 4px 0;
  letter-spacing: 0.1em;
}

.strong_block_temp .areas .fbox .texts h3 {
  font-size: 32px;
  line-height: 48px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.strong_block_temp .areas .fbox .texts p {
  margin: 30px 0 0 0;
}

.strong_block_temp .areas .fbox .texts ul {
  font-size: 16px;
  line-height: 25pt;
}

.strong_block_temp .areas .fbox .texts ul li:nth-child(1) {
  background: url(../../assets/img/index/icon_nm_01.png) left top no-repeat;
  background-size: 47px 47px;
  padding: 5px 0 10px 60px;
  margin: 0 0 17px 0;
}

.strong_block_temp .areas .fbox .texts ul li:nth-child(2) {
  background: url(../../assets/img/index/icon_nm_02.png) left top no-repeat;
  background-size: 47px 47px;
  padding: 5px 0 10px 60px;
  margin: 0 0 8px 0;
}

.strong_block_temp .areas .fbox .texts ul li:nth-child(3) {
  background: url(../../assets/img/index/icon_nm_03.png) left top no-repeat;
  background-size: 47px 47px;
  padding: 5px 0 10px 60px;
  margin: 0 0 17px 0;
}

.strong_block_temp .areas .fbox .texts ul li:nth-child(4) {
  background: url(../../assets/img/index/icon_nm_04.png) left top no-repeat;
  background-size: 47px 47px;
  padding: 5px 0 10px 60px;
  margin: 0 0 8px 0;
}

.strong_block_temp .areas .fbox .texts ul li:nth-child(5) {
  background: url(../../assets/img/index/icon_nm_05.png) left top no-repeat;
  background-size: 47px 47px;
  padding: 5px 0 10px 60px;
  margin: 0 0 0px 0;
}

.strong_block_temp .areas .fbox .texts ul li em {
  font-weight: 700;
  font-size: 20px;
  display: inline-block;
  position: relative;
}

.strong_block_temp .areas .fbox .texts ul li em:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #FFBF5A;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.strong_block_temp .areas .fbox .texts .btn {
  margin: 40px 0 0 0;
  width: 80%;
  text-align: center;
  max-width: 340px;
}

.strong_block_temp .areas .fbox .texts .btn a {
  border: 1px solid #C5C5C5;
  color: #333;
  font-weight: 700;
  font-size: 13px;
  line-height: 13pt;
  background-image: url(../../assets/img/index/icon_img_11.png);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 10px 14px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  width: 100%;
  padding: 20px 0px 20px 0;
  border-radius: 4px;
}

.strong_block_temp .areas .fbox .texts .btn a:hover {
  background: #e6e6e6;
  background-image: url(../../assets/img/index/icon_img_11.png);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 10px 14px;
  text-decoration: none;
}

.strong_block_temp .areas_second {
  background-image: url(../../assets/img/index/bg_img_02.png);
  background-size: 85vw 100%;
  background-position: left 0px center;
  padding: 80px 0;
  margin: 60px 0 60px 0;
}

.strong_block_temp .areas_second .fbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  /*
            justify-content: flex-end;
            */
  padding: 0 0 0 5vw;
}

.strong_block_temp .areas_second .fbox .photos {
  width: 51%;
}

.strong_block_temp .areas_second .fbox .texts {
  padding: 0 5vw 0 0px;
  width: 49%;
}

.strong_block_temp .areas_second .fbox .texts .ttl {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 4px 0;
  letter-spacing: 0.1em;
}

.strong_block_temp .areas_second .fbox .texts h3 {
  font-size: 32px;
  line-height: 48px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.strong_block_temp .areas_second .fbox .texts p {
  margin: 30px 0 0 0;
}

.strong_block_temp .areas_second .fbox .texts .btn {
  margin: 40px 0 0 0;
  width: 80%;
  text-align: center;
  max-width: 340px;
}

.strong_block_temp .areas_second .fbox .texts .btn a {
  border: 1px solid #C5C5C5;
  color: #333;
  font-weight: 700;
  font-size: 13px;
  line-height: 13pt;
  background-image: url(../../assets/img/index/icon_img_11.png);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 10px 14px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  width: 100%;
  padding: 20px 0px 20px 0;
  border-radius: 4px;
}

.strong_block_temp .areas_second .fbox .texts .btn a:hover {
  background: #e6e6e6;
  background-image: url(../../assets/img/index/icon_img_11.png);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 10px 14px;
  text-decoration: none;
}

.strong_block_temp .radius_blocks {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 7vw 0 0;
  margin: 0 0vw 0 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.strong_block_temp .radius_blocks li {
  background: #FFF1A2;
  text-align: center;
  color: #9D1427;
  width: 32%;
  max-width: 249px;
  height: 249px;
  position: relative;
  /*
            width:32%;
            
            width:249px;
            height:249px;
            */
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  /*
            flex-wrap: wrap;
            */
}

.strong_block_temp .radius_blocks li .cross_left {
  position: absolute;
  width: 44px;
  left: -30px;
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
}

.strong_block_temp .radius_blocks li .cross_right {
  position: absolute;
  width: 44px;
  right: -30px;
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  z-index: 1;
}

.strong_block_temp .radius_blocks li div {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.strong_block_temp .radius_blocks li span {
  font-size: 19px;
  line-height: 22pt;
  display: block;
  margin: 0 0 8px 0;
}

.strong_block_temp .radius_blocks li p {
  font-size: 31px;
  line-height: 31pt;
  font-weight: 700;
  width: 100%;
}

.isms_block_temp {
  padding: 70px 0px 0 0;
  margin: 0 0 80px 0;
}

.isms_block_temp .ir {
  margin: auto;
  padding: 0 50px;
}

.isms_block_temp .ir h2 {
  letter-spacing: 0.1em;
  font-size: 32px;
  font-weight: 700;
  line-height: 38pt;
  text-align: center;
  margin: 0 0 25px 0;
}

.isms_block_temp .fbox {
  max-width: 900px;
  margin: 30px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.isms_block_temp .fbox .photo {
  width: 242px;
}

.isms_block_temp .fbox .photo img {
  width: 100%;
}

.isms_block_temp .fbox .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 0 0 50px;
}

.area_block_temp .area_bg {
  background: url(../../assets/img/index/bg_img_03.jpg) center top no-repeat;
  background-size: cover;
  position: relative;
  height: 340px;
}

.area_block_temp .area_bg .ir {
  width: 87%;
  max-width: 1200px;
  margin: auto;
  background: #FFF;
  text-align: center;
  padding: 55px 50px 0 50px;
  position: absolute;
  bottom: 0;
  left: 0px;
  right: 0px;
}

.area_block_temp .area_bg .ir h2 {
  letter-spacing: 0.1em;
  font-size: 32px;
  font-weight: 700;
  line-height: 32pt;
  text-align: center;
}

.area_block_temp .area_bg .ir h2 span {
  font-size: 16px;
}

.area_block_temp .ir50 {
  padding: 0 50px 80px 50px;
}

.area_block_temp .area_ir {
  max-width: 1200px;
  margin: 0 auto 0;
}

.area_block_temp .area_ir .text {
  text-align: center;
  margin: 30px 0 50px 0;
}

.area_block_temp .area_ir .photos {
  margin: 0 auto 40px;
  max-width: 700px;
}

.area_block_temp .area_ir .photos img {
  width: 100%;
}

.area_block_temp .area_ir ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 1px solid #C5C5C5;
  border-top: 1px solid #C5C5C5;
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

.area_block_temp .area_ir ul li {
  width: calc(100% / 3);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.area_block_temp .area_ir ul li a {
  width: 100%;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  background: #FFF;
  border-right: 1px solid #C5C5C5;
  border-bottom: 1px solid #C5C5C5;
  padding: 16px 40px 16px 20px;
  background-image: url(../../assets/img/common/icon01.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 7px 13px;
  color: #333333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.area_block_temp .area_ir ul li a:hover {
  background: #e6e6e6;
  background-image: url(../../assets/img/common/icon01.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 7px 13px;
}

.area_block_temp .area_btn {
  text-align: center;
  max-width: 700px;
  margin: 50px auto 0;
}

.area_block_temp .area_btn a {
  border-radius: 6px;
  border: 1px solid #C5C5C5;
  padding: 19px 50px 19px 30px;
  font-size: 15px;
  line-height: 15pt;
  font-weight: 700;
  display: inline-block;
  width: 100%;
  background-image: url(../../assets/img/index/icon_img_11.png);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 10px 14px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #333333;
}

.area_block_temp .area_btn a:hover {
  background: #e6e6e6;
  background-image: url(../../assets/img/index/icon_img_11.png);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 10px 14px;
  text-decoration: none;
}

@media screen and (min-width: 768px) and (max-width: 1299px) {
  .strong_block_temp .radius_blocks li {
    width: calc(13vw);
    height: calc(13vw);
    position: relative;
  }
  .strong_block_temp .radius_blocks li .cross_left {
    position: absolute;
    width: 15%;
    height: auto;
    left: -1.5vw;
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
  }
  .strong_block_temp .radius_blocks li .cross_right {
    position: absolute;
    width: 15%;
    height: auto;
    right: -1.5vw;
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    z-index: 1;
  }
  .strong_block_temp .radius_blocks li div {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .strong_block_temp .radius_blocks li span {
    font-size: 1.2vw;
    line-height: 150%;
    display: block;
    margin: 0 0 1px 0;
  }
  .strong_block_temp .radius_blocks li p {
    font-size: 2vw;
    line-height: 150%;
    font-weight: 700;
    width: 100%;
  }
}

.uwaki_block_02 {
  margin: 0px 0 0 0;
  /*
    background-image: url(../../assets/img/chosa/uwaki/bg_img_01.png);
    background-repeat: no-repeat;
    background-position: right top; //右から15pxで、縦の中央
    background-size:contain;
    */
  background-image: url(../../assets/img/chosa/uwaki/bg_img_01.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% 100%;
  padding: 0 0 0px 0;
}

.uwaki_block_02 .text01 {
  text-align: center;
  margin: 30px 0 0 0;
}

.uwaki_block_02 .uwaki_list_01 {
  position: relative;
  margin: 40px auto 0;
  max-width: 580px;
  padding: 0 0 80px 0;
}

.uwaki_block_02 .uwaki_list_01 .uwaki_01 {
  width: 432px;
  height: 88px;
  background-image: url(../../assets/img/chosa/uwaki/bg_img_02.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 432px 88px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0 0 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10px 0 0 80px;
}

.uwaki_block_02 .uwaki_list_01 .uwaki_01 div {
  color: #9D1427;
  font-size: 18px;
  line-height: 18pt;
}

.uwaki_block_02 .uwaki_list_01 .uwaki_01 div em {
  font-weight: 700;
  font-size: 25px;
}

.uwaki_block_02 .uwaki_list_01 .uwaki_01 div span {
  font-size: 21px;
}

.uwaki_block_02 .uwaki_list_01 .uwaki_02 {
  width: 332px;
  height: 88px;
  background-image: url(../../assets/img/chosa/uwaki/bg_img_03.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 332px 88px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0 0 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10px 0 0 0px;
}

.uwaki_block_02 .uwaki_list_01 .uwaki_02 div {
  color: #9D1427;
  font-size: 18px;
  line-height: 18pt;
}

.uwaki_block_02 .uwaki_list_01 .uwaki_02 div em {
  font-weight: 700;
  font-size: 25px;
}

.uwaki_block_02 .uwaki_list_01 .uwaki_02 div span {
  font-size: 21px;
}

.uwaki_block_02 .uwaki_list_01 .uwaki_03 {
  width: 294px;
  height: 88px;
  background-image: url(../../assets/img/chosa/uwaki/bg_img_04.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 294px 88px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0 0 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10px 0 0 140px;
}

.uwaki_block_02 .uwaki_list_01 .uwaki_03 div {
  color: #9D1427;
  font-size: 18px;
  line-height: 18pt;
}

.uwaki_block_02 .uwaki_list_01 .uwaki_03 div em {
  font-weight: 700;
  font-size: 25px;
}

.uwaki_block_02 .uwaki_list_01 .uwaki_03 div span {
  font-size: 21px;
}

.uwaki_block_02 .uwaki_list_01 .photo {
  position: absolute;
  right: -80px;
  bottom: 0;
  max-width: 177px;
}

.uwaki_block_03 {
  background: #851021;
  padding: 0 0 80px 0;
}

.uwaki_block_03 .ir h2 {
  letter-spacing: 0.1em;
  font-size: 32px;
  font-weight: 700;
  line-height: 38pt;
  text-align: center;
  margin: 0 0 30px 0;
  color: #FFF;
}

.uwaki_block_03 .photo {
  max-width: 700px;
  margin: 40px auto 0;
}

.uwaki_block_03 .sub_area {
  max-width: 700px;
  background: #FFF;
  margin: 30px auto 0;
  padding: 25px 45px;
  font-size: 18px;
  font-weight: 700;
  line-height: 22pt;
  color: #9D1427;
}

.uwaki_extra01 {
  margin: 80px 0 0px 0;
}

.uwaki_extra02 {
  background: #F7F7F7;
  padding: 70px 50px 80px 50px;
}

.uwaki_extra03 {
  margin: 0 0 0 0;
}

.uwaki_extra04 {
  margin: 70px 0 0 0;
}

.uwaki_extra06 {
  padding: 70px 50px 120px 50px;
}

.extra_btn {
  text-align: center;
  max-width: 700px;
  margin: 50px auto 0;
}

.extra_btn a {
  border-radius: 6px;
  border: 1px solid #C5C5C5;
  padding: 19px 50px 19px 30px;
  font-size: 15px;
  line-height: 15pt;
  font-weight: 700;
  display: inline-block;
  width: 100%;
  background-image: url(../../assets/img/index/icon_img_11.png);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 10px 14px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #333333;
}

.extra_btn a:hover {
  background: #e6e6e6;
  background-image: url(../../assets/img/index/icon_img_11.png);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 10px 14px;
  text-decoration: none;
}

.extra_btn_ac {
  text-align: center;
  width: 100%;
  max-width: 700px;
  margin: 50px auto 0;
  border-radius: 6px;
  border: 1px solid #C5C5C5;
  padding: 19px 50px 19px 30px;
  font-size: 15px;
  line-height: 15pt;
  font-weight: 700;
  display: inline-block;
  background-image: url(../../assets/img/common/icon06.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 13px 7px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #333333;
  cursor: pointer;
}

.extra_btn_ac:hover {
  background: #e6e6e6;
  background-image: url(../../assets/img/common/icon06.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 13px 7px;
  text-decoration: none;
}

.extra_btn_ac.active {
  background-image: url(../../assets/img/common/icon07.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 13px 7px;
}

.extra_btn_ac_area {
  margin: 0px auto 0;
  display: none;
  text-align: left;
}

.extra_btn_ac_area h4 {
  width: 100%;
  margin: 45px 0 9px 0px;
  font-size: 17px;
  line-height: 20pt;
  display: inline-block;
  font-weight: 700;
}

.hitosagashi_block_02 {
  margin: 0px 0 0 0;
  background-image: url(../../assets/img/chosa/uwaki/bg_img_01.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% 100%;
  padding: 0 0 0px 0;
}

.hitosagashi_block_02 h2 span {
  font-size: 26px;
  display: block;
}

.hitosagashi_block_02 h2 em {
  color: #9D1427;
  display: inline-block;
  position: relative;
}

.hitosagashi_block_02 h2 em:after {
  content: "";
  width: 80%;
  height: 2px;
  background: #FFBF5A;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: auto;
}

.hitosagashi_block_02 .hitosagashi_area_01 {
  max-width: 920px;
  margin: auto;
  position: relative;
  padding: 0 0 80px 0;
}

.hitosagashi_block_02 .hitosagashi_area_01 .photo {
  position: absolute;
  left: 0;
  max-width: 109px;
  bottom: 0;
}

.hitosagashi_block_03 {
  background: #851021;
  padding: 0 0 80px 0;
}

.hitosagashi_block_03 .ir h2 {
  letter-spacing: 0.1em;
  font-size: 32px;
  font-weight: 700;
  line-height: 38pt;
  text-align: center;
  margin: 0 0 30px 0;
  color: #FFF;
}

.hitosagashi_block_03 .block03_area {
  max-width: 1100px;
  margin: auto;
  background: #242424;
  padding: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.hitosagashi_block_03 .block03_area .lefts {
  color: #FFF;
  max-width: 580px;
  width: 60%;
  padding: 0 0px 0 0;
}

.hitosagashi_block_03 .block03_area .lefts h3 {
  font-size: 24px;
  line-height: 28pt;
  font-weight: 700;
  margin: 0 0 15px 0;
}

.hitosagashi_block_03 .block03_area .rights {
  max-width: 345px;
  color: #FFF;
  width: 35%;
}

.hitosagashi_block_03 .block03_area .rights p {
  font-weight: 700;
  margin: 0 0 10px 0;
}

.hitosagashi_block_03 .sub_area {
  max-width: 1100px;
  background: #FFF;
  margin: 0px auto 0;
  padding: 25px 45px;
  font-size: 22px;
  font-weight: 700;
  line-height: 26pt;
  color: #9D1427;
  text-align: center;
}

.hitosagashi_block_04 {
  background: #F7F7F7;
  padding: 70px 50px 80px 50px;
}

.hitosagashi_block_04 .ir {
  max-width: 1100px;
  margin: auto;
}

.hitosagashi_block_04 .ir h2 {
  letter-spacing: 0.1em;
  font-size: 32px;
  font-weight: 700;
  line-height: 38pt;
  text-align: center;
  margin: 0 0 25px 0;
}

.hitosagashi_block_04 .ir h2 em {
  color: #9D1427;
  font-size: 42px;
}

.hitosagashi_block_04 .ir .area {
  border: 6px solid #EDEDED;
  background: #FFF;
  max-width: 1100px;
  margin: auto;
  padding: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.hitosagashi_block_04 .ir .area .lefts {
  max-width: 580px;
  width: 60%;
}

.hitosagashi_block_04 .ir .area .lefts h3 {
  font-size: 24px;
  line-height: 28pt;
  font-weight: 700;
  margin: 0 0 15px 0;
  color: #9D1427;
}

.hitosagashi_block_04 .ir .area .rights {
  max-width: 345px;
  width: 35%;
  /*
                background-image: url(../../assets/img/chosa/hitosagashi/photo_img_04.png);
                background-repeat: no-repeat;
                background-position: right bottom ; //右から15pxで、縦の中央
                background-size:cover;
                */
  margin: 0 0 0 30px;
}

.hitosagashi_block_05 {
  background: #851021;
  padding: 0 0 80px 0;
}

.hitosagashi_block_05 .ir h2 {
  letter-spacing: 0.1em;
  font-size: 32px;
  font-weight: 700;
  line-height: 38pt;
  text-align: center;
  margin: 0 0 30px 0;
  color: #FFF;
}

.hitosagashi_block_05 .ir h2 em {
  color: #FED35A;
}

.hitosagashi_block_05 .area_05 {
  max-width: 700px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  width: 100%;
}

.hitosagashi_block_05 .area_05 .icon {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 55px;
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
}

.hitosagashi_block_05 .area_05 a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 305px;
  height: 305px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFF;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  line-height: 24pt;
  background-image: url(../../assets/img/chosa/hitosagashi/icon_img_04.png);
  background-repeat: no-repeat;
  background-position: center bottom 18%;
  background-size: 29px 16px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.hitosagashi_block_05 .area_05 a span {
  font-weight: 700;
  color: #9D1427;
}

.hitosagashi_block_05 .area_05 a em {
  color: #9D1427;
  font-size: 32px;
  display: block;
  line-height: 34pt;
  font-weight: 700;
}

.hitosagashi_block_05 .area_05 a:hover {
  background: #ffccd3;
  background-image: url(../../assets/img/chosa/hitosagashi/icon_img_04.png);
  background-repeat: no-repeat;
  background-position: center bottom 15%;
  background-size: 29px 16px;
  text-decoration: none;
}

.point_blocks_01.extra_hitosagashi .areas .fbox .texts h3 span {
  display: inline-block;
  background: #9D1427;
  color: #FFF;
  font-size: 16px;
  line-height: 16pt;
  padding: 9px 18px 9px 20px;
  font-weight: 400;
  margin-bottom: 10px;
  border-radius: 4px;
}

.point_blocks_01.extra_hitosagashi .areas .fbox .texts h3 {
  font-weight: 700;
}

.point_blocks_01.extra_hitosagashi .areas_second .fbox .texts h3 span {
  display: inline-block;
  background: #9D1427;
  color: #FFF;
  font-size: 16px;
  line-height: 16pt;
  padding: 9px 18px 9px 20px;
  font-weight: 400;
  margin-bottom: 10px;
  border-radius: 4px;
}

.point_blocks_01.extra_hitosagashi .areas_second .fbox .texts h3 {
  font-weight: 700;
}

.point_blocks_01.extra_hitosagashi .btn {
  margin: 40px 0 0 0;
  width: 80%;
  text-align: center;
  max-width: 340px;
}

.point_blocks_01.extra_hitosagashi .btn a {
  border: 1px solid #C5C5C5;
  color: #333;
  font-weight: 700;
  font-size: 13px;
  line-height: 13pt;
  background-image: url(../../assets/img/index/icon_img_11.png);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 10px 14px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  width: 100%;
  padding: 20px 0px 20px 0;
  border-radius: 4px;
}

.point_blocks_01.extra_hitosagashi .btn a:hover {
  background: #e6e6e6;
  background-image: url(../../assets/img/index/icon_img_11.png);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 10px 14px;
  text-decoration: none;
}

.hitosagashi_block_06 {
  padding: 0px 50px 80px 50px;
}

.hitosagashi_block_06 .ir {
  max-width: 1100px;
  margin: auto;
}

.hitosagashi_block_06 .ir h2 {
  letter-spacing: 0.1em;
  font-size: 32px;
  font-weight: 700;
  line-height: 38pt;
  text-align: center;
  margin: 0 0 25px 0;
}

.hitosagashi_block_06 .text {
  text-align: center;
  margin: 30px 0 0 0;
}

.hitosagashi_block_06 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 50px auto 0;
}

.hitosagashi_block_06 ul li {
  width: 11%;
  max-width: 120px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 18pt;
}

.hitosagashi_block_06 ul li img {
  margin: 0 auto 5px;
  max-width: 75px;
}

.chosa_temp_block_02 .detail_anker_02 ul.hitosagashi li {
  max-width: 30%;
}

.red_block_temp_hitosagashi {
  background: #9D1427;
  padding: 43px 50px;
}

.red_block_temp_hitosagashi .ir {
  max-width: 1200px;
  margin: auto;
  color: #FFF;
  text-align: center;
}

.red_block_temp_hitosagashi .ir div {
  font-size: 22px;
  line-height: 28pt;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.hitosagashi_extra02 {
  background: none;
  margin: 0;
}

.strong_block_temp .areas_second.hitosagashi_extra03 {
  margin: 60px 0 0 0;
}

.isms_block_temp.extra_hitosagashi04 {
  margin: 0 0 120px 0;
}

@media screen and (min-width: 1300px) and (max-width: 1399px) {
  .strong_block_temp .radius_blocks li {
    width: calc(13vw);
    height: calc(13vw);
    position: relative;
  }
  .strong_block_temp .radius_blocks li .cross_left {
    position: absolute;
    width: 15%;
    height: auto;
    left: -1.6vw;
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
  }
  .strong_block_temp .radius_blocks li .cross_right {
    position: absolute;
    width: 15%;
    height: auto;
    right: -1.6vw;
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    z-index: 1;
  }
  .strong_block_temp .radius_blocks li div {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .strong_block_temp .radius_blocks li span {
    font-size: 1.2vw;
    line-height: 150%;
    display: block;
    margin: 0 0 1px 0;
  }
  .strong_block_temp .radius_blocks li p {
    font-size: 2vw;
    line-height: 150%;
    font-weight: 700;
    width: 100%;
  }
}

@media screen and (min-width: 1400px) and (max-width: 1499px) {
  .strong_block_temp .radius_blocks li {
    width: calc(13.8vw);
    height: calc(13.8vw);
    position: relative;
  }
  .strong_block_temp .radius_blocks li .cross_left {
    position: absolute;
    width: 15%;
    height: auto;
    left: -1.5vw;
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
  }
  .strong_block_temp .radius_blocks li .cross_right {
    position: absolute;
    width: 15%;
    height: auto;
    right: -1.5vw;
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    z-index: 1;
  }
  .strong_block_temp .radius_blocks li div {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .strong_block_temp .radius_blocks li span {
    font-size: 1.2vw;
    line-height: 150%;
    display: block;
    margin: 0 0 1px 0;
  }
  .strong_block_temp .radius_blocks li p {
    font-size: 2vw;
    line-height: 150%;
    font-weight: 700;
    width: 100%;
  }
}

@media screen and (min-width: 1500px) and (max-width: 1599px) {
  .strong_block_temp .radius_blocks li {
    width: calc(14.5vw);
    height: calc(14.5vw);
    position: relative;
  }
  .strong_block_temp .radius_blocks li .cross_left {
    position: absolute;
    width: 15%;
    height: auto;
    left: -1.5vw;
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
  }
  .strong_block_temp .radius_blocks li .cross_right {
    position: absolute;
    width: 15%;
    height: auto;
    right: -1.5vw;
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    z-index: 1;
  }
  .strong_block_temp .radius_blocks li div {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .strong_block_temp .radius_blocks li span {
    font-size: 1.2vw;
    line-height: 150%;
    display: block;
    margin: 0 0 1px 0;
  }
  .strong_block_temp .radius_blocks li p {
    font-size: 2vw;
    line-height: 150%;
    font-weight: 700;
    width: 100%;
  }
}

@media screen and (min-width: 1600px) and (max-width: 1699px) {
  .strong_block_temp .radius_blocks {
    padding: 0 6.5vw 0 0;
  }
  .strong_block_temp .radius_blocks li {
    width: calc(15vw);
    height: calc(15vw);
    position: relative;
  }
  .strong_block_temp .radius_blocks li .cross_left {
    position: absolute;
    width: 15%;
    height: auto;
    left: -1.5vw;
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
  }
  .strong_block_temp .radius_blocks li .cross_right {
    position: absolute;
    width: 15%;
    height: auto;
    right: -1.5vw;
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    z-index: 1;
  }
  .strong_block_temp .radius_blocks li div {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .strong_block_temp .radius_blocks li span {
    font-size: 1.2vw;
    line-height: 150%;
    display: block;
    margin: 0 0 1px 0;
  }
  .strong_block_temp .radius_blocks li p {
    font-size: 2vw;
    line-height: 150%;
    font-weight: 700;
    width: 100%;
  }
}

.strong_block_temp .areas .fbox.extra .photos {
  width: 50%;
}

.strong_block_temp .areas .fbox.extra {
  padding: 0 5vw 0 5vw;
}

.strong_block_temp .areas .fbox.extra .texts {
  padding: 0 0px 0 5vw;
  width: 50%;
}

/*---------------IE hack---------------*/
@media all and (-ms-high-contrast: none) {
  .plan_block_temp .ir .area01 .box .lefts {
    width: 30%;
  }
  .plan_block_temp .ir .area01 .box .rights {
    width: 30%;
  }
  .hitosagashi_block_05 .area_05 .icon {
    position: absolute;
    left: 50%;
    right: 0;
    margin: auto;
    max-width: 55px;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .hitosagashi_block_05 .area_05 a:first-of-type {
    margin: 0 0 0 -80px;
  }
}

@media screen and (min-width: 1800px) and (max-width: 4000px) {
  .strong_block_temp .areas_second .fbox .texts {
    padding: 0 5vw 0 0vw;
  }
}

@media screen and (min-width: 1300px) and (max-width: 1700px) {
  .strong_block_temp .areas .fbox .texts {
    width: 625px;
  }
  .strong_block_temp .areas .fbox .photos {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .strong_block_temp .areas_second .fbox .texts {
    width: 625px;
  }
  .strong_block_temp .areas_second .fbox .photos {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .strong_block_temp .areas_second .fbox.extra .photos {
    -webkit-box-flex: unset;
    -webkit-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 58%;
  }
  .strong_block_temp .areas .fbox.extra .photos {
    -webkit-box-flex: unset;
    -webkit-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 58%;
  }
  .strong_block_temp .areas .fbox .texts {
    padding: 0 0 0 7vw;
  }
  .strong_block_temp .areas_second .fbox .texts {
    padding: 0 7vw 0 0px;
  }
  .strong_block_temp .areas_second .fbox .texts.extra {
    padding: 0 5vw 0 0px;
  }
  .strong_block_temp .areas_second .fbox .texts.extra {
    width: 625px;
  }
  .strong_block_temp .areas_second .fbox {
    padding: 0 0 0 7vw;
  }
  .strong_block_temp .areas .fbox {
    padding: 0 7vw 0 0;
  }
  .strong_block_temp .areas .fbox.extra {
    padding: 0 5vw 0 5vw;
  }
  .strong_block_temp .areas .fbox.extra .photos {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .strong_block_temp .areas .fbox.extra .texts {
    padding: 0 0 0 6vw;
  }
}

@media screen and (min-width: 1701px) and (max-width: 4000px) {
  .strong_block_temp .areas_second .fbox.extra .photos {
    width: 880px;
  }
  /*
    .strong_block_temp .areas .fbox.extra .photos{
        width: 880px;
    }
    */
  .strong_block_temp .areas .fbox .photos {
    width: 943px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
  .strong_block_temp .areas_second .fbox .photos {
    width: 943px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
  .strong_block_temp .areas_second .fbox.extra .photos {
    width: 943px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
  .strong_block_temp .areas .fbox .texts {
    width: 625px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .strong_block_temp .areas_second .fbox .texts {
    width: 625px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .strong_block_temp .areas .fbox {
    max-width: 1700px;
    margin-left: auto;
    margin-right: auto;
  }
  .strong_block_temp .areas_second .fbox {
    max-width: 1700px;
    margin-left: auto;
    margin-right: auto;
  }
  .strong_block_temp .areas .fbox .texts {
    padding: 0 0 0 6.5vw;
  }
  .strong_block_temp .areas_second .fbox .texts {
    padding: 0 6.5vw 0 0px;
  }
  .strong_block_temp .areas_second .fbox {
    padding: 0 0 0 7vw;
  }
  .strong_block_temp .areas .fbox {
    padding: 0 7vw 0 0;
  }
  .strong_block_temp .areas .fbox.extra {
    max-width: 1700px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 7vw;
  }
}

/*---------------IE hack---------------*/
@media all and (-ms-high-contrast: none) {
  .plan_block_temp .ir .area01 .box .lefts {
    width: 30%;
  }
  .plan_block_temp .ir .area01 .box .rights {
    width: 30%;
  }
  .flow_block_temp .ir .step .icons {
    -webkit-box-pack: unset;
    -webkit-justify-content: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
  .flow_block_temp .ir .step .icons img {
    margin: 0;
  }
  .area_block_temp .area_ir ul li {
    width: 33.33%;
  }
}

/* 各スタイル SP */
@media screen and (max-width: 48em) {
  .index_main {
    padding: 0px 0px 0 0px;
    position: relative;
  }
  .index_main .ir {
    position: relative;
  }
  .index_main .ir .photos {
    max-width: 100%;
    position: absolute;
    right: 0px;
    left: 4vw;
    margin: auto;
    bottom: -7vw;
    width: 67%;
  }
  .index_main .ir .main_cont {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 5% 0 0 0;
  }
  .index_main .ir .main_cont .lefts {
    max-width: 100%;
    width: 100%;
  }
  .index_main .ir .main_cont .lefts h1 {
    font-size: 6.6vw;
    line-height: 150%;
    letter-spacing: 0.1em;
  }
  .index_main .ir .main_cont .lefts h1 span {
    background: url(../../assets/img/index/icon_img_04.svg) left center no-repeat;
    background-size: 25% auto;
    padding: 0 0 0 13vw;
    display: inline-block;
    font-weight: 400;
    font-size: 3.6vw;
    line-height: 150%;
    margin: 0 0 20px 0;
  }
  .index_main .ir .main_cont .lefts h1 em {
    display: inline-block;
    position: relative;
  }
  .index_main .ir .main_cont .lefts h1 em.noid {
    padding: 0 0 0 25px;
  }
  .index_main .ir .main_cont .lefts h1 em.noid:after {
    content: none;
  }
  .index_main .ir .main_cont .lefts h1 em:after {
    content: "";
    width: 4px;
    height: 4px;
    background: #F4A72C;
    position: absolute;
    left: 0;
    right: 0;
    top: -5px;
    border-radius: 6px;
    margin: auto;
  }
  .index_main .ir .main_cont .lefts ul {
    display: none;
  }
  .index_main .side_txt {
    font-size: 10px;
    right: 10px;
    bottom: 20px;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  .index_main .side_txt em {
    font-size: 11px;
  }
  .news_block {
    background: #F0F0F0;
    padding: 25px 15px 15px 15px;
  }
  .news_block .ir {
    padding: 0px 0;
  }
  .news_block .ir dl {
    font-size: 13px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .news_block .ir dl dt {
    width: 100%;
    margin: 0 0 1px 0;
  }
  .news_block .ir dl dd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
  }
  .news_block .ir dl dd p {
    display: block;
    width: 100%;
  }
  .news_block .ir dl dd .news_link {
    width: 100%;
    text-align: center;
  }
  .news_block .ir dl dd .news_link a {
    display: inline-block;
    font-size: 13px;
    line-height: 13pt;
    padding: 15px 35px 15px 25px;
    margin-left: 0px;
    max-width: 100%;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    margin: 15px 0 0 0;
  }
  .corona_block {
    padding: 20px 15px 40px 15px;
  }
  .corona_block .ir a {
    display: inline-block;
    width: 100%;
    padding: 12px 15px;
    color: #333333;
    background: #FFF;
    border: 4px solid #EDEDED;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-size: 13px;
  }
  .corona_block .ir a em {
    font-weight: 700;
    color: #9D1427;
    font-size: 13px;
    line-height: 16pt;
    margin-right: 0px;
    display: block;
  }
  .corona_block .ir a:hover {
    background: #EDEDED;
    text-decoration: none;
  }
  .top_rank_block {
    padding: 0 20px;
  }
  .top_rank_block ul {
    margin: 30px auto 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top_rank_block ul li:nth-child(2) {
    margin: 0 20px;
  }
  .top_rank_block .sub {
    color: #717171;
    text-align: left;
    font-size: 10px;
    line-height: 13pt;
    margin: 20px 0 0 0;
  }
  .research_block {
    background: #9D1427;
    padding: 50px 15px;
  }
  .research_block .ir h2 {
    font-size: 22px;
    line-height: 28pt;
    margin: 0 0 20px 0;
  }
  .research_block .ir .text {
    text-align: left;
    color: #FFF;
  }
  .research_block .ir .research_area {
    margin: 50px auto 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .research_block .ir .research_area .left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    max-width: 100%;
  }
  .research_block .ir .research_area .left li {
    width: 100%;
    max-width: 48.5%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
  }
  .research_block .ir .research_area .left li a {
    background: #FFF;
    text-align: center;
    font-size: 16px;
    line-height: 20pt;
    color: #9D1427;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
                -ms-grid-row-align: stretch;
            align-self: stretch;
    width: 100%;
    border-radius: 3px;
    font-weight: 700;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-bottom: 5.5%;
  }
  .research_block .ir .research_area .left li a span {
    background-image: url(../../assets/img/index/icon_img_05.svg);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: center right;
    padding: 0 24px 0px 0;
    display: inline-block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .research_block .ir .research_area .left li a:hover {
    background: #e6e6e6;
  }
  .research_block .ir .research_area .left li a:hover span {
    text-decoration: underline;
    background-image: url(../../assets/img/index/icon_img_05on.svg);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: center right;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .research_block .ir .research_area .left li:nth-child(1) a {
    background-image: url(../../assets/img/common/icon_1c_sp.svg);
    background-repeat: no-repeat;
    background-position: center top 65%;
    background-size: 75px 57px;
    padding: 8vw 0 30vw 0;
  }
  .research_block .ir .research_area .left li:nth-child(2) a {
    background-image: url(../../assets/img/common/icon_2c_sp.svg);
    background-repeat: no-repeat;
    background-position: center top 65%;
    background-size: 78px 59px;
    padding: 8vw 0 30vw 0;
  }
  .research_block .ir .research_area .right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
  }
  .research_block .ir .research_area .right li {
    width: 100%;
    max-width: 48.5%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 0 0;
  }
  .research_block .ir .research_area .right li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #FFF;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    line-height: 16pt;
    color: #9D1427;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
    width: 100%;
    border-radius: 3px;
    padding: 23px 15px;
    margin: 0 0 5.5% 0;
    font-weight: 700;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .research_block .ir .research_area .right li a span {
    background-image: url(../../assets/img/index/icon_img_05.svg);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: right center;
    padding: 0 0px 0 0;
    display: inline-block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 100%;
  }
  .research_block .ir .research_area .right li a:hover {
    background: #e6e6e6;
    text-decoration: underline;
  }
  .research_block .ir .research_area .right li a:hover span {
    background-image: url(../../assets/img/index/icon_img_05on.svg);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: right center;
    padding: 0 25px 0 0;
    display: inline-block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .research_block .ir .research_area .right li:nth-child(1) a {
    padding: 13px 15px 12px 15px;
    background-image: none;
    margin-bottom: 5%;
  }
  .research_block .ir .research_area .right li:nth-child(2) a {
    padding: 13px 15px 12px 15px;
    background-image: none;
    margin-bottom: 5%;
  }
  .research_block .ir .research_area .right li:nth-child(3) a {
    background-image: none;
  }
  .research_block .ir .research_area .right li:nth-child(4) a {
    background-image: none;
  }
  .research_block .ir .research_area .right li:nth-child(5) a {
    padding: 13px 15px 12px 15px;
    background-image: none;
  }
  .research_block .ir .research_area .right li:nth-child(6) a {
    padding: 13px 15px 12px 15px;
    background-image: none;
  }
  .research_block .ir .research_btn {
    text-align: center;
    max-width: 700px;
    width: 80%;
    margin: 30px auto 0;
  }
  .research_block .ir .research_btn a {
    border-radius: 6px;
    border: 1px solid #b75764;
    padding: 18px 0px 18px 0px;
    font-size: 13px;
    line-height: 13pt;
    font-weight: 700;
    color: #FFF;
    display: inline-block;
    width: 100%;
    background-image: url(../../assets/img/common/icon05.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 7px 13px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    letter-spacing: 0.1em;
  }
  .research_block .ir .research_btn a:hover {
    background: #7e0617;
    background-image: url(../../assets/img/common/icon05.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 7px 13px;
  }
  .strong_block {
    padding: 50px 0px 0 0;
  }
  .strong_block .ir {
    margin: auto;
    padding: 0 15px;
  }
  .strong_block .ir h2 {
    letter-spacing: 0.1em;
    font-size: 22px;
    font-weight: 700;
    line-height: 24pt;
    text-align: center;
    margin: 0 0 20px 0;
  }
  .strong_block .ir .text {
    text-align: left;
    margin: 0 0 30px 0;
  }
  .strong_block .ir .box {
    border: 6px solid #EDEDED;
    padding: 25px 25px 25px 30px;
    margin: 0 auto 40px;
  }
  .strong_block .ir .box .photos {
    position: absolute;
    left: 15px;
    top: 50px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    max-width: 94px;
  }
  .strong_block .ir .box .box_tl {
    color: #9d1427;
    font-size: 17px;
    line-height: 20pt;
    margin: 0 0 0px 90px;
    font-weight: 700;
  }
  .strong_block .ir .box p {
    margin: 0 0 0 0px;
    font-size: 13px;
    line-height: 21px;
  }
  .strong_block .ir .box .name {
    position: absolute;
    left: 30px;
    top: 15%;
    font-size: 11px;
    -ms-writing-mode: unset;
    -webkit-writing-mode: unset;
            writing-mode: unset;
    display: inline-block;
    text-align: left;
    display: none;
  }
  .strong_block .ir .box .name.onlySP {
    display: inline-block;
    position: relative;
    left: auto;
    top: auto;
    font-size: 10px;
    margin: 0 0 15px 90px;
  }
  .strong_block .areas {
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(13.5%, #FFF), color-stop(13.5%, #F7F7F7), to(#F7F7F7));
    background: -webkit-linear-gradient(top, #FFF 0%, #FFF 13.5%, #F7F7F7 13.5%, #F7F7F7 100%);
    background: linear-gradient(180deg, #FFF 0%, #FFF 13.5%, #F7F7F7 13.5%, #F7F7F7 100%);
    background-image: auto;
    background-size: 100% 100%;
    padding: 0px 0 50px 0;
  }
  .strong_block .areas .fbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0 15px;
  }
  .strong_block .areas .fbox .photos {
    width: 100%;
  }
  .strong_block .areas .fbox .texts {
    padding: 0 0px 0 0vw;
    width: 100%;
  }
  .strong_block .areas .fbox .texts ul {
    font-size: 14px;
    line-height: 22pt;
    margin: 30px 0 0 0;
  }
  .strong_block .areas .fbox .texts ul li:nth-child(1) {
    background: url(../../assets/img/index/icon_nm_01.png) left top no-repeat;
    background-size: 34px 34px;
    padding: 2px 0 10px 45px;
    margin: 0 0 8px 0;
  }
  .strong_block .areas .fbox .texts ul li:nth-child(2) {
    background: url(../../assets/img/index/icon_nm_02.png) left top no-repeat;
    background-size: 34px 34px;
    padding: 2px 0 10px 45px;
    margin: 0 0 8px 0;
  }
  .strong_block .areas .fbox .texts ul li:nth-child(3) {
    background: url(../../assets/img/index/icon_nm_03.png) left top no-repeat;
    background-size: 34px 34px;
    padding: 2px 0 10px 45px;
    margin: 0 0 8px 0;
  }
  .strong_block .areas .fbox .texts ul li:nth-child(4) {
    background: url(../../assets/img/index/icon_nm_04.png) left top no-repeat;
    background-size: 34px 34px;
    padding: 2px 0 10px 45px;
    margin: 0 0 8px 0;
  }
  .strong_block .areas .fbox .texts ul li:nth-child(5) {
    background: url(../../assets/img/index/icon_nm_05.png) left top no-repeat;
    background-size: 34px 34px;
    padding: 2px 0 10px 45px;
    margin: 0 0 0px 0;
  }
  .strong_block .areas .fbox .texts ul li em {
    font-weight: 700;
    font-size: 18px;
    display: inline-block;
    position: relative;
  }
  .strong_block .areas .fbox .texts ul li em:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #FFBF5A;
    position: absolute;
    bottom: -2px;
    left: 0;
  }
  .strong_block .areas .fbox .texts .btn {
    text-align: center;
    max-width: 700px;
    width: 80%;
    margin: 30px auto 0;
  }
  .strong_block .areas .fbox .texts .btn a {
    border-radius: 6px;
    padding: 18px 0px 18px 0px;
    font-size: 13px;
    line-height: 13pt;
    font-weight: 700;
    color: #FFF;
    display: inline-block;
    width: 100%;
    background-image: url(../../assets/img/index/icon_img_06.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 10px 14px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    letter-spacing: 0.1em;
  }
  .strong_block .areas .fbox .texts .btn a:hover {
    background: #7e0617;
    background-image: url(../../assets/img/index/icon_img_06.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 10px 14px;
  }
  .strong_block .areas_second {
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(37%, #FFF), color-stop(37%, #F7F7F7), to(#F7F7F7));
    background: -webkit-linear-gradient(top, #FFF 0%, #FFF 37%, #F7F7F7 37%, #F7F7F7 100%);
    background: linear-gradient(180deg, #FFF 0%, #FFF 37%, #F7F7F7 37%, #F7F7F7 100%);
    background-image: auto;
    background-size: 100% 100%;
    padding: 0px 0 50px 0;
    margin: 50px 0 0 0;
  }
  .strong_block .areas_second .fbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0 15px;
  }
  .strong_block .areas_second .fbox .photos {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .strong_block .areas_second .fbox .texts {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    padding: 0 0vw 0 0px;
    width: 100%;
  }
  .strong_block .areas_second .fbox .texts .ttl {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 0px 0;
    text-align: center;
    line-height: 18pt;
  }
  .strong_block .areas_second .fbox .texts h3 {
    font-size: 22px;
    line-height: 24pt;
    font-weight: 700;
    text-align: center;
    margin: 0 0 30px 0;
  }
  .strong_block .areas_second .fbox .texts p {
    margin: 30px 0 0 0;
  }
  .strong_block .areas_second .fbox .texts .btn {
    text-align: center;
    max-width: 700px;
    width: 80%;
    margin: 30px auto 0;
  }
  .strong_block .areas_second .fbox .texts .btn a {
    border-radius: 6px;
    padding: 18px 0px 18px 0px;
    font-size: 13px;
    line-height: 13pt;
    font-weight: 700;
    color: #FFF;
    display: inline-block;
    width: 100%;
    background-image: url(../../assets/img/common/icon05.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 7px 13px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    letter-spacing: 0.1em;
  }
  .strong_block .areas_second .fbox .texts .btn a:hover {
    background: #7e0617;
    background-image: url(../../assets/img/common/icon05.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 7px 13px;
  }
  .plan_block {
    padding: 50px 15px;
  }
  .plan_block .ir h2 {
    font-size: 22px;
    line-height: 22pt;
    font-weight: 700;
    text-align: center;
    margin: 0 0 23px 0;
  }
  .plan_block .ir h2 span {
    font-size: 14px;
    margin: 0 0 2px 0;
  }
  .plan_block .ir .text {
    text-align: left;
    margin: 0 0 30px 0;
  }
  .plan_block .ir .area01 {
    border-radius: 4px;
    background: #009F7A;
    padding: 20px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .plan_block .ir .area01 .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    max-width: 300px;
  }
  .plan_block .ir .area01 .box .texts {
    color: #FFF;
    font-size: 12px;
    line-height: 16pt;
    margin: 10px 0 0 0;
    text-align: center;
    width: 100%;
  }
  .plan_block .ir .area01 .box .lefts {
    background: #FFF;
    font-weight: 700;
    color: #1F9F7A;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #FFF;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
    padding: 8px 30px 8px 10px;
    position: relative;
    margin-right: 0px;
    font-size: 13px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .plan_block .ir .area01 .box .lefts img {
    width: 13.5px;
    margin-right: 12px;
  }
  .plan_block .ir .area01 .box .lefts:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border: 5px solid transparent;
    border-top: 5px solid #FFF;
    margin-top: 0;
  }
  .plan_block .ir .area01 .box .rights dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 20px 0 0 0;
  }
  .plan_block .ir .area01 .box .rights dl dt {
    margin-right: 15px;
    width: 30px;
  }
  .plan_block .ir .area01 .box .rights dl dt em {
    background: #9D1427;
    color: #FFF;
    font-weight: 700;
    font-size: 15px;
    line-height: 15pt;
    text-align: center;
    display: inline-block;
    width: 30px;
    height: 30px;
    padding: 5px 0 0 0;
  }
  .plan_block .ir .area01 .box .rights dl dd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-weight: 700;
    font-size: 18px;
    line-height: 24pt;
    color: #FFF;
  }
  .plan_block .ir .area01 .box .rights dl dd span {
    font-size: 12px;
    line-height: 15pt;
    font-weight: 400;
    display: block;
    margin: 0 0 5px 0;
    display: none;
  }
  .plan_block .ir .area02 {
    border-radius: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
    border: 5px solid #D5D5D5;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .plan_block .ir .area02 .box {
    width: 100%;
    padding: 20px;
  }
  .plan_block .ir .area02 .box p {
    text-align: center;
    font-size: 12px;
    line-height: 16pt;
    margin-top: 10px;
  }
  .plan_block .ir .area02 .box .ttl {
    background: #797979;
    text-align: center;
    color: #FFF;
    padding: 11px 10px;
    position: relative;
    margin-bottom: 25px;
    font-size: 13px;
  }
  .plan_block .ir .area02 .box .ttl:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border: 5px solid transparent;
    border-top: 5px solid #797979;
  }
  .plan_block .ir .area02 .box dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .plan_block .ir .area02 .box dl dt {
    margin-right: 15px;
    width: 30px;
  }
  .plan_block .ir .area02 .box dl dt em {
    background: #9D1427;
    color: #FFF;
    font-weight: 700;
    font-size: 15px;
    line-height: 15pt;
    text-align: center;
    display: inline-block;
    width: 30px;
    height: 30px;
    padding: 5px 0 0 0;
  }
  .plan_block .ir .area02 .box dl dd {
    font-weight: 700;
    font-size: 18px;
    line-height: 22pt;
  }
  .plan_block .ir .area02 .box.bd {
    border-left: none;
    border-right: none;
    border-top: 1px solid #D5D5D5;
    border-bottom: 1px solid #D5D5D5;
  }
  .plan_block .sub {
    text-align: right;
    margin-top: 10px;
    font-size: 11px;
    color: #717171;
  }
  .plan_block .plan_btn {
    text-align: center;
    max-width: 700px;
    margin: 20px auto 0;
    width: 80%;
  }
  .plan_block .plan_btn a {
    border-radius: 6px;
    border: 1px solid #C5C5C5;
    padding: 18px 0px 18px 0px;
    font-size: 13px;
    line-height: 13pt;
    font-weight: 700;
    display: inline-block;
    width: 100%;
    background-image: url(../../assets/img/common/icon01.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 7px 13px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #333333;
  }
  .plan_block .plan_btn a:hover {
    background: #e6e6e6;
    background-image: url(../../assets/img/common/icon01.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 7px 13px;
  }
  .red_block {
    padding: 18px 15px;
  }
  .red_block .ir {
    font-size: 15px;
    line-height: 20pt;
  }
  .area_block .area_bg {
    background: url(../../assets/img/index/bg_img_03sp.jpg) center bottom no-repeat;
    background-size: cover;
    background-attachment: scroll;
    position: relative;
    height: 140px;
  }
  .area_block .area_bg .ir {
    max-width: 1200px;
    margin: auto;
    background: #FFF;
    text-align: center;
    padding: 40px 15px 0 15px;
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    width: auto;
  }
  .area_block .area_bg .ir h2 {
    letter-spacing: 0.1em;
    font-size: 22px;
    font-weight: 700;
    line-height: 22pt;
    text-align: center;
    margin: 0 0 -47px 0;
  }
  .area_block .area_bg .ir h2 span {
    font-size: 14px;
  }
  .area_block .ir50 {
    padding: 0 15px 50px 15px;
  }
  .area_block .area_ir .text {
    text-align: left;
    margin: 70px 0 30px 0;
  }
  .area_block .area_ir .photos {
    margin: 0 30px 30px 30px;
    max-width: 100%;
  }
  .area_block .area_ir .photos img {
    width: 100%;
  }
  .area_block .area_ir ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-left: 1px solid #C5C5C5;
    border-top: 1px solid #C5C5C5;
    width: 100%;
  }
  .area_block .area_ir ul li {
    width: calc(100% / 2);
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .area_block .area_ir ul li a {
    width: 100%;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
    background: #FFF;
    border-right: 1px solid #C5C5C5;
    border-bottom: 1px solid #C5C5C5;
    padding: 15px 40px 15px 15px;
    background-image: url(../../assets/img/common/icon01.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 7px 13px;
    color: #333333;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 13px;
  }
  .area_block .area_ir ul li a:hover {
    background: #e6e6e6;
    background-image: url(../../assets/img/common/icon01.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 7px 13px;
  }
  .area_block .area_btn {
    text-align: center;
    max-width: 700px;
    margin: 30px auto 0;
    width: 80%;
  }
  .area_block .area_btn a {
    border-radius: 6px;
    border: 1px solid #C5C5C5;
    padding: 18px 0px 18px 0px;
    font-size: 13px;
    line-height: 13pt;
    font-weight: 700;
    display: inline-block;
    width: 100%;
    background-image: url(../../assets/img/common/icon01.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 7px 13px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #333333;
  }
  .area_block .area_btn a:hover {
    background: #e6e6e6;
    background-image: url(../../assets/img/common/icon01.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 7px 13px;
  }
  .flow_block {
    padding: 50px 15px;
  }
  .flow_block .ir h2 {
    font-size: 22px;
    line-height: 24pt;
    margin: 0 0 20px 0;
  }
  .flow_block .ir .text {
    text-align: left;
    margin-bottom: 40px;
  }
  .flow_block .ir .step {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #C5C5C5;
    position: relative;
    margin-bottom: 25px;
  }
  .flow_block .ir .step .icons {
    background: #333333;
    width: 54px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .flow_block .ir .step .icons img {
    max-width: 26px;
    margin: auto;
  }
  .flow_block .ir .step dl {
    padding: 18px 15px;
    background: #FFF;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .flow_block .ir .step dl dt {
    font-weight: 700;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 10pt;
  }
  .flow_block .ir .step dl dt span {
    font-weight: 400;
    font-size: 10px;
    line-height: 10pt;
    background: #9D1427;
    color: #FFF;
    padding: 4px 10px 3px 10px;
    margin-right: 10px;
    vertical-align: middle;
    border-radius: 3px;
  }
  .flow_block .ir .step dl dt span em {
    font-weight: 700;
    font-size: 16px;
    line-height: 16pt;
    vertical-align: middle;
    margin: -2px 0 0 0;
  }
  .flow_block .ir .step dl dd {
    color: #717171;
    font-size: 12px;
    line-height: 15pt;
  }
  .flow_block .ir .step:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -20px;
    border: 20px solid transparent;
    border-top: 12px solid #C5C5C5;
  }
  .flow_block .ir .flow_btn {
    text-align: center;
    max-width: 700px;
    margin: 30px auto 0;
    width: 80%;
  }
  .flow_block .ir .flow_btn a {
    border-radius: 6px;
    border: 1px solid #C5C5C5;
    padding: 18px 0px 18px 0px;
    font-size: 13px;
    line-height: 13pt;
    font-weight: 700;
    display: inline-block;
    width: 100%;
    background-image: url(../../assets/img/common/icon01.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 7px 13px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #333333;
  }
  .flow_block .ir .flow_btn a:hover {
    background: #e6e6e6;
    background-image: url(../../assets/img/common/icon01.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 7px 13px;
  }
  .media_block .media_area {
    padding: 30px 15px;
  }
  .media_block .media_area .ir {
    margin: auto;
    text-align: center;
  }
  .media_block .media_area .ir .ms_ttl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .media_block .media_area .ir .ms_ttl .photos {
    position: relative;
    width: 97px;
    margin-right: 0px;
  }
  .media_block .media_area .ir .ms_ttl .photos img {
    position: absolute;
    max-width: 97px;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .media_block .media_area .ir .ms_ttl h2 {
    font-size: 20px;
    line-height: 24pt;
    margin: 0 20px 0 -20px;
  }
  .media_block .ir_in {
    padding: 0 0px;
  }
  .media_block .ir_in .in_area {
    max-width: 1100px;
    margin: 0 auto 0;
  }
  .media_block .ir_in .in_area .border_block.extra_mgn {
    padding: 0px 0 40px 0;
  }
  .media_block .ir_in .in_area .border_block {
    padding: 0px 0 40px 0;
    border-bottom: none;
  }
  .media_block .ir_in .in_area .border_block .ttl_area.extraz {
    padding: 30px 0 0 0;
  }
  .media_block .ir_in .in_area .border_block .ttl_area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 25px;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 15px;
    border-top: 1px solid #DDDDDD;
    padding: 35px 0 0 0;
  }
  .media_block .ir_in .in_area .border_block .ttl_area div {
    padding: 10px 20px 10px 0;
    margin-right: 20px;
    border-right: 1px solid #DDDDDD;
  }
  .media_block .ir_in .in_area .border_block .ttl_area div img {
    width: 104px;
  }
  .media_block .ir_in .in_area .border_block .ttl_area h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 22pt;
    text-align: center;
  }
  .media_block .ir_in .in_area .border_block .ttl_area h3 span {
    font-size: 11px;
    font-weight: 400;
    display: block;
  }
  .media_block .ir_in .in_area .border_block .text01 {
    font-size: 14px;
    line-height: 18pt;
    margin: 20px 15px 30px 15px;
  }
  .media_block .ir_in .in_area .border_block .text02 {
    font-size: 12px;
    line-height: 16pt;
    margin: 30px 15px 0 15px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .media_block .ir_in .in_area .border_block .banner_block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 25px 0 30px 0;
  }
  .media_block .ir_in .in_area .border_block .banner_block div {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    margin: 0 40px 10px 40px;
  }
  .media_block .ir_in .in_area .border_block .banner_block div a {
    width: 100%;
  }
  .media_block .ir_in .in_area .border_block .banner_block div:last-child {
    margin: 0 40px 0px 40px;
  }
  .media_block .ir_in .in_area .border_block .btn_area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin: 30px 0 0 0;
  }
  .media_block .ir_in .in_area .border_block .btn_area .btn1 {
    width: 100%;
    max-width: 85%;
    margin-right: 0px;
    margin: 0 0 0px 0;
  }
  .media_block .ir_in .in_area .border_block .btn_area .btn1 a {
    background: #FFEBD8;
    padding: 0 20px 0 40px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 3px;
    width: 100%;
    display: inline-block;
  }
  .media_block .ir_in .in_area .border_block .btn_area .btn1 a img {
    width: 240px;
    margin: auto;
  }
  .media_block .ir_in .in_area .border_block .btn_area .btn1 a:hover {
    background: #ffd5ad;
  }
  .media_block .ir_in .in_area .border_block .btn_area .btn2 {
    width: 100%;
    max-width: 85%;
    margin-right: 0px;
    margin: 0 0 0px 0;
  }
  .media_block .ir_in .in_area .border_block .btn_area .btn2 a {
    background: #E6F6FF;
    padding: 0 20px 0 40px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 3px;
    width: 100%;
    display: inline-block;
    text-align: center;
  }
  .media_block .ir_in .in_area .border_block .btn_area .btn2 a img {
    width: 240px;
    margin: auto;
  }
  .media_block .ir_in .in_area .border_block .btn_area .btn2 a:hover {
    background: #c4eaff;
  }
  .media_block .ir_in .in_area .border_block.end {
    padding: 0px 15px 0px 15px;
    /*
                border-bottom:none;
                */
  }
  .media_block .ir_in .in_area .border_block.end .ttl_area {
    margin: 0;
  }
  .media_block .ir_in .in_area .fbox {
    width: 100%;
    max-width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 30px 0 0 0;
  }
  .media_block .ir_in .in_area .fbox .media_ir {
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 30px 0;
  }
  .media_block .ir_in .in_area .fbox .media_ir .lefts {
    width: 47%;
    padding-right: 30px;
  }
  .media_block .ir_in .in_area .fbox .media_ir .rights {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    width: 51%;
  }
  .media_block .ir_in .in_area .fbox .media_ir .rights .ttls {
    background: url(../../assets/img/index/bg_img_03.png) center center no-repeat;
    background-size: contain;
    width: 100%;
    text-align: center;
    padding: 5px 0;
    color: #FFF;
    font-size: 12px;
    letter-spacing: 0.05em;
    margin: 0 0 0px 0;
  }
  .media_block .ir_in .in_area .fbox .media_ir .rights p {
    margin: 10px 0 0 0;
    font-size: 12px;
    line-height: 15pt;
  }
  .media_block .ir_in .in_area .fbox .media_ir .rights img {
    width: 70%;
    margin: 10px auto 0;
  }
  .media_block .ir_in .in_area .fbox .media_ir.lst {
    margin: 0;
    padding: 0 0 40px 0;
    border-bottom: 1px solid #DDDDDD;
  }
  .media_block .ir_in .in_area .fbox .media_ir.lst .rights img {
    width: 100%;
    margin: 2.5vw auto 0;
  }
  .media_block .ir_in .media_btn {
    text-align: center;
    max-width: 700px;
    margin: 30px auto 0;
    width: 80%;
  }
  .media_block .ir_in .media_btn a {
    border-radius: 6px;
    border: 1px solid #C5C5C5;
    padding: 18px 0px 18px 0px;
    font-size: 13px;
    line-height: 13pt;
    font-weight: 700;
    display: inline-block;
    width: 100%;
    background-image: url(../../assets/img/common/icon01.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 7px 13px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #333333;
  }
  .media_block .ir_in .media_btn a:hover {
    background: #e6e6e6;
    background-image: url(../../assets/img/common/icon01.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 7px 13px;
  }
  .qa_block {
    padding: 50px 15px;
  }
  .qa_block .ir h2 {
    letter-spacing: 0.1em;
    font-size: 22px;
    font-weight: 700;
    line-height: 28pt;
    text-align: center;
    margin: 0 0 20px 0;
  }
  .qa_block .ir .text {
    text-align: left;
    margin-bottom: 30px;
  }
  .qa_block .qa_btn {
    text-align: center;
    max-width: 700px;
    margin: 30px auto 0;
    width: 80%;
  }
  .qa_block .qa_btn a {
    border-radius: 6px;
    border: 1px solid #C5C5C5;
    padding: 18px 0px 18px 0px;
    font-size: 13px;
    line-height: 13pt;
    font-weight: 700;
    display: inline-block;
    width: 100%;
    background-image: url(../../assets/img/common/icon01.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 7px 13px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #333333;
  }
  .qa_block .qa_btn a:hover {
    background: #e6e6e6;
    background-image: url(../../assets/img/common/icon01.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 7px 13px;
  }
  .qa_block div.ttl_menu {
    border-bottom: 1px solid #C5C5C5;
  }
  .qa_block .ttl_menu span {
    font-weight: 700;
    padding: 0;
    margin: 30px 0 15px 0px;
    position: relative;
    display: block;
    position: relative;
    font-size: 14px;
    line-height: 16pt;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .qa_block .ttl_menu span:hover em {
    text-decoration: underline;
  }
  .qa_block .ttl_menu span {
    background: url(../../assets/img/index/acc_icon.png) 98% center no-repeat;
    background-size: 21px 21px;
  }
  .qa_block .ttl_menu span em {
    display: inline-block;
    padding: 5px 40px 5px 44px;
    background-image: url(../../assets/img/index/qa_icon.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px 30px;
  }
  .qa_block .ttl_menu.active span {
    background: url(../../assets/img/index/acc_icon_on.png) 98% center no-repeat;
    background-size: 21px 21px;
  }
  .qa_block .ttl_menu.active span em {
    text-decoration: underline;
  }
  .qa_block .childs {
    display: none;
  }
  .qa_block .childs.answers {
    padding: 20px 0 0px 0px;
    margin: 0 0 40px 0;
  }
  .voice_block {
    padding: 50px 15px;
  }
  .voice_block .ir h2 {
    font-size: 22px;
    line-height: 28pt;
    margin: 0 0 20px 0;
  }
  .voice_block .ir .text {
    text-align: left;
    margin-bottom: 40px;
  }
  .voice_block .ir dl.left_icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .voice_block .ir dl.left_icon dt {
    width: 41px;
    margin-right: 20px;
  }
  .voice_block .ir dl.left_icon dt img {
    width: 100%;
    max-width: 41px;
  }
  .voice_block .ir dl.left_icon dd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background: #FFF;
    padding: 20px 20px;
    position: relative;
    border-radius: 4px;
    font-size: 13px;
    line-height: 21px;
  }
  .voice_block .ir dl.left_icon dd em {
    display: block;
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: 17pt;
  }
  .voice_block .ir dl.left_icon dd:before {
    content: "";
    position: absolute;
    top: 30px;
    left: -18px;
    margin-top: -10px;
    border: 7px solid transparent;
    border-right: 11px solid #FFF;
  }
  .voice_block .ir dl.right_icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 30px 0;
  }
  .voice_block .ir dl.right_icon dt {
    width: 41px;
    margin-left: 20px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .voice_block .ir dl.right_icon dt img {
    width: 100%;
    max-width: 41px;
  }
  .voice_block .ir dl.right_icon dd {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background: #FFF;
    padding: 20px 20px;
    position: relative;
    border-radius: 4px;
    font-size: 13px;
    line-height: 21px;
  }
  .voice_block .ir dl.right_icon dd em {
    display: block;
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: 17pt;
  }
  .voice_block .ir dl.right_icon dd:before {
    content: "";
    position: absolute;
    top: 30px;
    left: 100%;
    margin-top: -10px;
    border: 7px solid transparent;
    border-left: 11px solid #FFF;
  }
  .voice_block .ir .voice_btn {
    text-align: center;
    max-width: 700px;
    margin: 30px auto 0;
    width: 80%;
  }
  .voice_block .ir .voice_btn a {
    border-radius: 6px;
    border: 1px solid #C5C5C5;
    padding: 18px 0px 18px 0px;
    font-size: 13px;
    line-height: 13pt;
    font-weight: 700;
    display: inline-block;
    width: 100%;
    background-image: url(../../assets/img/common/icon01.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 7px 13px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #333333;
  }
  .voice_block .ir .voice_btn a:hover {
    background: #e6e6e6;
    background-image: url(../../assets/img/common/icon01.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 7px 13px;
  }
  .read_content {
    padding: 0px 15px 50px 15px;
  }
  .read_content a:hover .ir {
    background: #7e0617 url(../../assets/img/index/bg_img_05on.png) right bottom no-repeat;
    background-size: 130px 65px;
    text-decoration: none;
  }
  .read_content .ir {
    max-width: 1000px;
    background: #9D1427 url(../../assets/img/index/bg_img_05.png) right bottom no-repeat;
    background-size: 130px 65px;
    padding: 22px 30px 20px 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: auto;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .read_content .ir .left {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-right: none;
    border-bottom: 1px solid #bb5b68;
    margin: 0 0 10px 0;
    padding: 0 0 15px 0;
  }
  .read_content .ir .left div img {
    max-width: 55px;
    margin-right: 20px;
  }
  .read_content .ir .left h2 {
    font-size: 17px;
    line-height: 20pt;
    color: #FFF;
    font-weight: 700;
    letter-spacing: 0.1em;
  }
  .read_content .ir .right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding: 0 0 0 0px;
    color: #FFF;
    font-size: 12px;
    line-height: 15pt;
  }
  .nippon_block {
    padding: 50px 15px;
  }
  .nippon_block .ir {
    max-width: 700px;
    margin: auto;
  }
  .nippon_block .ir img {
    max-width: 500px;
    margin: auto;
  }
  .nippon_block .ir .text {
    text-align: left;
    margin-top: 15px;
  }
  .about_block {
    padding: 50px 15px;
  }
  .about_block .ir h2 {
    font-size: 22px;
    line-height: 28pt;
    margin: 0 0 20px 0;
  }
  .about_block .ir .text {
    text-align: center;
    margin-bottom: 40px;
  }
  .about_block div.ttl_menu {
    border-bottom: 1px solid #C5C5C5;
  }
  .about_block .ttl_menu span {
    font-weight: 700;
    padding: 0;
    margin: 34px 0 19px 0px;
    position: relative;
    display: block;
    position: relative;
    font-size: 14px;
    line-height: 16pt;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .about_block .ttl_menu span:hover em {
    text-decoration: underline;
  }
  .about_block .ttl_menu span {
    background: url(../../assets/img/index/acc_icon.png) 98% center no-repeat;
    background-size: 21px 21px;
  }
  .about_block .ttl_menu span em {
    display: inline-block;
    padding: 1px 0px 1px 14px;
    /*
  background-image: url(../../assets/img/index/qa_icon.png);

  background-repeat: no-repeat;
  background-position: left center ; //右から15pxで、縦の中央
    background-size:30px 30px;
    */
    border-left: 3px solid #9D1427;
  }
  .about_block .ttl_menu.active span {
    background: url(../../assets/img/index/acc_icon_on.png) 98% center no-repeat;
    background-size: 21px 21px;
  }
  .about_block .ttl_menu.active span em {
    text-decoration: underline;
  }
  .about_block .childs {
    display: none;
  }
  .about_block .childs.answers {
    padding: 20px 0 0px 0px;
    margin: 0 0 50px 0;
  }
  .slider1_item {
    margin: 0 7.5px;
  }
  .index_slider_01 {
    margin: 0 0px;
  }
  .slider2_item {
    margin: 0 7.5px;
  }
  .index_slider_02 {
    margin: 0 0px;
  }
  .slider3_item .slider3_block {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: url(../../assets/img/index/slider3_icon.png) center center no-repeat;
    background-size: 21px 21px;
    color: #FFF;
    padding: 15px 0 5px 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: -40px 0;
  }
  .slider3_item .slider3_block .icon {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background: #9D1427;
    color: #FFF;
    text-align: center;
    font-size: 10px;
    line-height: 10pt;
    width: 38px;
    height: 38px;
    border-radius: 38px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    padding: 5px 0 0 0;
    top: 5vw;
  }
  .slider3_item .slider3_block .icon em {
    font-size: 14px;
  }
  .slider3_item .slider3_block .left {
    width: 48%;
    text-align: center;
    font-size: 10px;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transform-origin: center top;
            transform-origin: center top;
    margin: 0 0 0 -5px;
  }
  .slider3_item .slider3_block .left em {
    font-size: 15px;
    display: block;
    margin: 4px 0 0 0;
  }
  .slider3_item .slider3_block .right {
    width: 48%;
    text-align: center;
    font-size: 10px;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transform-origin: center top;
            transform-origin: center top;
    margin: 0 -5px 0 0;
  }
  .slider3_item .slider3_block .right em {
    font-size: 15px;
    display: block;
    margin: 4px 0 0 0;
  }
  .index_slider_03 {
    margin: 0 0px;
  }
  .slider4_item {
    margin: 0 7.5px;
  }
  .index_slider_04 {
    margin: 0 0px;
  }
  .text_banner_block {
    padding: 50px 15px;
  }
  .text_banner_block .ir .bigs {
    margin: 0 0 20px 0;
  }
  .text_banner_block .ir .bigs li {
    width: 100%;
    max-width: 100%;
    margin: 0 0 10px 0;
  }
  .text_banner_block .ir .smalls li {
    width: 49%;
    max-width: 100%;
    margin: 0 0 10px 0;
  }
  .text_banner_block .ir .bigs li.black01 a {
    padding: 7.2vw 0;
  }
}

body.Android .plan_block .ir .area01 .box {
  padding: 8px 20px 8px 20px;
}

body.Android .plan_block .ir .area01 .box .lefts img {
  margin-right: 10px;
}

body.Android .strong_block .ir .box .box_tl {
  font-size: 16px;
  line-height: 18pt;
}

body.Android .strong_block .ir .box {
  padding: 25px 22px 25px 26px;
}

body.Android .plan_block .ir .area01 .box .lefts {
  padding: 8px 0px 8px 15px;
  width: 100%;
}

body.Android .media_block .media_area .ir .ms_ttl h2 {
  margin: 0 10px 0 -30px;
}

@media screen and (max-width: 48em) {
  .salon_list_01 li {
    width: calc(100% / 2);
    text-align: left;
  }
  .salon_list_01 li a {
    width: 100%;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
    background: #FFF;
    border-right: 1px solid #C5C5C5;
    border-bottom: 1px solid #C5C5C5;
    padding: 15px 30px 15px 15px;
    background-image: url(../../assets/img/common/icon03.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 13px 7px;
    color: #333333;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 13px;
  }
  .salon_list_01 li a:hover {
    background: #e6e6e6;
    background-image: url(../../assets/img/common/icon03.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 13px 7px;
  }
  .salon_list_01 li:last-child a {
    padding: 7px 30px 7px 15px;
    line-height: 15pt;
  }
  .salon_area_01 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border: 4px solid #EDEDED;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    text-align: left;
  }
  .salon_area_01 .lefts {
    width: 100%;
    background-image: url(../../assets/img/salon/bg_img_01.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
  }
  .salon_area_01 .lefts dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5px 12px 5px 8px;
    border-right: none;
    border-bottom: 3px solid #EDEDED;
  }
  .salon_area_01 .lefts dl dt.red {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #9D1427;
    color: #FFF;
    font-size: 10px;
    line-height: 12pt;
    width: 72px;
    height: 72px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    border-radius: 100px;
  }
  .salon_area_01 .lefts dl dd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 55px 0 15px;
    font-size: 12px;
    line-height: 14pt;
  }
  .salon_area_01 .rights {
    width: 100%;
    background-image: url(../../assets/img/salon/bg_img_02sp.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
  }
  .salon_area_01 .rights dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5px 12px 5px 8px;
    border-left: none;
  }
  .salon_area_01 .rights dl dt.blue {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #41BFC4;
    color: #FFF;
    font-size: 10px;
    line-height: 12pt;
    width: 72px;
    height: 72px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    border-radius: 100px;
  }
  .salon_area_01 .rights dl dd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 80px 0 15px;
    font-size: 12px;
    line-height: 14pt;
  }
  .salon_list_02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: -10px 0 40px 0;
  }
  .salon_list_02 li {
    width: 100%;
    max-width: 100%;
    margin: 40px 0 0 0;
    position: relative;
    text-align: left;
  }
  .salon_list_02 li .left {
    width: 100%;
    max-width: 100%;
    margin: 0 0px 0 0;
  }
  .salon_list_02 li .photo {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 130px;
    position: absolute;
    width: 35%;
    right: 0;
  }
  .salon_list_02 li h3 {
    font-size: 17px;
    line-height: 20pt;
    padding: 0 0 1px 15px;
    font-weight: 700;
    background-image: url(../../assets/img/salon/bg_img_03.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 3px 24px;
    margin: -5px 0 8px 0;
  }
  .salon_list_02 li .adress {
    font-size: 13px;
    line-height: 21px;
    margin: 0 0 8px 0;
    padding: 0 140px 0 15px;
  }
  .salon_list_02 li p {
    color: #717171;
    font-size: 10px;
    line-height: 12pt;
    padding: 0 0 0 15px;
  }
  .salon_list_02 li .btn {
    text-align: center;
    padding: 17px 0 0 0px;
  }
  .salon_list_02 li .btn a {
    text-align: center;
    font-size: 13px;
    line-height: 13pt;
    background: #FFF;
    font-weight: 700;
    width: 100%;
    border-radius: 3px;
    padding: 16px 25px 16px 20px;
    background-image: url(../../assets/img/common/icon01.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 7px 13px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #C5C5C5;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 80%;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    margin: auto;
  }
  .salon_list_02 li .btn a:hover {
    background-color: #e6e6e6;
  }
}

@media screen and (max-width: 48em) {
  .voice_block_01 .text01 {
    text-align: left;
    margin: 20px 0 0 0;
  }
  .voice_block_01 .voice_list_01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    max-width: 100%;
    margin: 30px 10px 0 10px;
  }
  .voice_block_01 .voice_list_01 li {
    width: 100%;
    max-width: 43%;
    margin: 0 0 30px 0px;
    text-align: center;
  }
  .voice_block_01 .voice_list_01 li p {
    font-weight: 700;
    font-size: 12px;
  }
  .voice_block_01 .voice_list_01 li .glp1 {
    /*
                    background: url(../../assets/img/voice/icon01.png) center center no-repeat;
                    background-size:cover;
                    */
    width: auto;
    height: auto;
    color: #FFF;
    margin: 12px 0 0 0;
    position: relative;
  }
  .voice_block_01 .voice_list_01 li .glp1 div {
    font-weight: 700;
    font-size: 21px;
    bottom: 7vw;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
  }
  .voice_block_01 .voice_list_01 li .glp1 div em {
    font-size: 28px;
    line-height: 28pt;
  }
  .voice_block_01 .voice_list_01 li .glp2 {
    /*
                    background: url(../../assets/img/voice/icon02.png) center center no-repeat;
                    background-size:cover;
                    */
    width: auto;
    height: auto;
    color: #FFF;
    margin: 15px 0 0 0;
    position: relative;
  }
  .voice_block_01 .voice_list_01 li .glp2 div {
    font-weight: 700;
    font-size: 21px;
    bottom: 7vw;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
  }
  .voice_block_01 .voice_list_01 li .glp2 div em {
    font-size: 28px;
    line-height: 28pt;
  }
  .voice_block_01 .voice_list_01 li .glp3 {
    /*
                    background: url(../../assets/img/voice/icon03.png) center center no-repeat;
                    background-size:cover;
                    */
    width: auto;
    height: auto;
    color: #FFF;
    margin: 15px 0 0 0;
    position: relative;
  }
  .voice_block_01 .voice_list_01 li .glp3 div {
    font-weight: 700;
    font-size: 21px;
    bottom: 7vw;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
  }
  .voice_block_01 .voice_list_01 li .glp3 div em {
    font-size: 28px;
    line-height: 28pt;
  }
  .voice_block_01 .voice_list_01 li .glp4 {
    /*
                    background: url(../../assets/img/voice/icon04.png) center center no-repeat;
                    background-size:cover;
                    */
    width: auto;
    height: auto;
    color: #FFF;
    margin: 15px 0 0 0;
    position: relative;
  }
  .voice_block_01 .voice_list_01 li .glp4 div {
    font-weight: 700;
    font-size: 21px;
    bottom: 7vw;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
  }
  .voice_block_01 .voice_list_01 li .glp4 div em {
    font-size: 28px;
    line-height: 28pt;
  }
  .voice_block_01 .voice_list_01 li .glp5 {
    /*
                    background: url(../../assets/img/voice/icon05.png) center center no-repeat;
                    background-size:cover;
                    */
    width: auto;
    height: auto;
    color: #FFF;
    margin: 15px 0 0 0;
    position: relative;
  }
  .voice_block_01 .voice_list_01 li .glp5 div {
    font-weight: 700;
    font-size: 21px;
    bottom: 7vw;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
  }
  .voice_block_01 .voice_list_01 li .glp5 div em {
    font-size: 28px;
    line-height: 28pt;
  }
  .voice_block_01 .voice_list_01 li .glp6 {
    background: url(../../assets/img/voice/icon06.png) center center no-repeat;
    background-size: cover;
    width: 200px;
    height: 200px;
    color: #FFF;
    margin: 15px 0 0 0;
    position: relative;
  }
  .voice_block_01 .voice_list_01 li .glp6 div {
    font-weight: 700;
    font-size: 30px;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
  }
  .voice_block_01 .voice_list_01 li .glp6 div em {
    font-size: 40px;
    line-height: 30pt;
  }
  .voice_block_01 .voice_list_01 li:nth-child(4) {
    margin: 0 0px 30px 0px;
  }
  .voice_block_01 .voice_list_01 li:nth-child(5) {
    margin: 0 0px 0px 0px;
  }
  .voice_block_02 {
    margin: 50px 0 0 0;
    padding: 45px 15px 50px 15px;
  }
  .voice_block_02 .text01 {
    text-align: left;
    margin: 20px 0 25px 0;
  }
  .voice_block_02 .voice_area_02 dl.left_icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .voice_block_02 .voice_area_02 dl.left_icon dt {
    width: 41px;
    margin-right: 20px;
  }
  .voice_block_02 .voice_area_02 dl.left_icon dt img {
    width: 100%;
    max-width: 41px;
  }
  .voice_block_02 .voice_area_02 dl.left_icon dd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background: #FFF;
    padding: 20px 20px;
    position: relative;
    border-radius: 4px;
    font-size: 13px;
    line-height: 21px;
    text-align: left;
  }
  .voice_block_02 .voice_area_02 dl.left_icon dd em {
    display: block;
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: 17pt;
  }
  .voice_block_02 .voice_area_02 dl.left_icon dd:before {
    content: "";
    position: absolute;
    top: 30px;
    left: -18px;
    margin-top: -10px;
    border: 7px solid transparent;
    border-right: 11px solid #FFF;
  }
  .voice_block_02 .voice_area_02 dl.right_icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 30px 0;
  }
  .voice_block_02 .voice_area_02 dl.right_icon dt {
    width: 41px;
    margin-left: 20px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .voice_block_02 .voice_area_02 dl.right_icon dt img {
    width: 100%;
    max-width: 41px;
  }
  .voice_block_02 .voice_area_02 dl.right_icon dd {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background: #FFF;
    padding: 20px 20px;
    position: relative;
    border-radius: 4px;
    font-size: 13px;
    line-height: 21px;
  }
  .voice_block_02 .voice_area_02 dl.right_icon dd em {
    display: block;
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: 17pt;
  }
  .voice_block_02 .voice_area_02 dl.right_icon dd:before {
    content: "";
    position: absolute;
    top: 30px;
    left: 100%;
    margin-top: -10px;
    border: 7px solid transparent;
    border-left: 11px solid #FFF;
  }
}

@media screen and (max-width: 48em) {
  .qa_list_01 li {
    width: calc(100% / 2);
  }
  .qa_list_01 li a {
    width: 100%;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
    background: #FFF;
    border-right: 1px solid #C5C5C5;
    border-bottom: 1px solid #C5C5C5;
    padding: 15px 30px 15px 15px;
    background-image: url(../../assets/img/common/icon03.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 13px 7px;
    color: #333333;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 13px;
  }
  .qa_list_01 li a:hover {
    background: #e6e6e6;
    background-image: url(../../assets/img/common/icon03.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 13px 7px;
  }
  .qa_big_box .qa_blocks ul {
    margin: 30px 0 35px 0;
  }
  .qa_big_box .qa_blocks div.ttl_menu {
    border-bottom: 1px solid #C5C5C5;
  }
  .qa_big_box .qa_blocks .ttl_menu span {
    font-weight: 700;
    padding: 0;
    margin: 30px 0 15px 0px;
    position: relative;
    display: block;
    position: relative;
    font-size: 14px;
    line-height: 16pt;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .qa_big_box .qa_blocks .ttl_menu span:hover em {
    text-decoration: underline;
  }
  .qa_big_box .qa_blocks .ttl_menu span {
    background: url(../../assets/img/index/acc_icon.png) 98% center no-repeat;
    background-size: 21px 21px;
  }
  .qa_big_box .qa_blocks .ttl_menu span em {
    display: inline-block;
    padding: 5px 40px 5px 44px;
    background-image: url(../../assets/img/index/qa_icon.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px 30px;
  }
  .qa_big_box .qa_blocks .ttl_menu.active span {
    background: url(../../assets/img/index/acc_icon_on.png) 98% center no-repeat;
    background-size: 21px 21px;
  }
  .qa_big_box .qa_blocks .ttl_menu.active span em {
    text-decoration: underline;
  }
  .qa_big_box .qa_blocks .childs {
    display: none;
  }
  .qa_big_box .qa_blocks .childs.answers {
    padding: 20px 0 0px 0px;
    margin: 0 0 40px 0;
    text-align: left;
  }
  .qa_big_box .qa_blocks:last-of-type {
    margin: 0 0 80px 0;
  }
  .qa_big_box .qa_blocks div.ttl_menu {
    text-align: left;
  }
  .qa_list_01 li {
    text-align: left;
  }
}

@media screen and (max-width: 48em) {
  .blog_cat_detail {
    padding: 0 15px;
  }
  .blog_cat_detail h1 {
    padding: 20px 0px 28px 0px;
    letter-spacing: 0;
  }
  .blog_first_block {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 30px 0 0 0;
  }
  .blog_first_block li {
    max-width: 100%;
    width: 100%;
    margin: 0 0 50px 0;
    text-align: left;
  }
  .blog_first_block li h3 {
    font-size: 18px;
    line-height: 22pt;
  }
  .blog_first_block li p {
    margin: 10px 0 0 0;
    font-size: 12px;
    line-height: 15pt;
  }
  .blog_first_block li .photo {
    margin: 0 0 10px 0;
  }
  .blog_first_block li .photo img {
    position: relative;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    height: auto;
  }
  .blog_first_block li a:hover img {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
    opacity: 0.7;
  }
  .blog_first_block li a:hover {
    text-decoration: none;
  }
  .blog_first_block.cat {
    margin: 0px 0 0px 0;
  }
  .blog_second_block {
    text-align: left;
  }
  .blog_second_block dl {
    margin: 0 0 30px 0;
  }
  .blog_second_block dl dt {
    font-size: 15px;
    line-height: 18pt;
  }
  .blog_second_block dl dt span {
    display: block;
    background: #9D1427;
    color: #FFF;
    font-size: 12px;
    padding: 3px 2px 3px 2px;
    width: 88px;
    text-align: center;
    font-weight: 400;
    line-height: 12pt;
    margin: 0 0 6px 0;
  }
  .blog_second_block dl dd {
    margin: 6px 0 0 0;
    font-size: 12px;
    line-height: 15pt;
    color: #717171;
  }
  .blog_numbeling {
    margin: 40px auto 35px;
  }
  .blog_numbeling .backs a {
    padding: 0 20px 0 15px;
  }
  .blog_numbeling .nexts a {
    padding: 0 15px 0 20px;
  }
  .blog_numbeling ul li a {
    width: 40px;
    height: 40px;
  }
  .blog_numbeling ul li.active {
    width: 40px;
    height: 40px;
  }
  .blog_third_block {
    margin: 30px auto 80px;
  }
  .blog_third_block li {
    width: 100%;
    max-width: 100%;
    margin: 0 0 15px 0;
  }
  .blog_third_block li:nth-child(4) {
    margin: 0 0 15px 0;
  }
  .blog_third_block li:nth-child(5) {
    margin: 0 0 15px 0;
  }
  .blog_third_block li:nth-child(6) {
    margin: 0 0 0 0;
  }
  .blog_third_block li a {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .blog_third_block li a .lefts {
    width: 80px;
    height: 80px;
    background: #333333;
    padding: 0px 0 0 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .blog_third_block li a .lefts img {
    width: 45px;
    margin: auto;
  }
  .blog_third_block li a .rights {
    padding: 0 40px 0 17px;
    font-size: 15px;
    line-height: 15pt;
    background-position: right 25px center;
  }
  .blog_third_block li a:hover {
    color: #9d1427;
  }
  .detail_navigation {
    margin: 50px auto 80px;
  }
  .detail_navigation .inr {
    padding: 0 15px;
    margin: 30px auto 0px;
  }
  .detail_navigation .inr .centers {
    max-width: 100%;
    width: 50%;
  }
  .detail_navigation .inr .centers a {
    background-position: right 15px center;
  }
  .detail_navigation .inr .centers a:hover {
    background-position: right 15px center;
  }
  .detail_navigation .inr .backs a {
    padding: 0 20px 0 15px;
  }
  .detail_navigation .inr .nexts a {
    padding: 0 15px 0 20px;
  }
  .blog_detail_area .detail_anker {
    border: 6px solid #EDEDED;
    padding: 25px 22px;
    margin: 55px auto 0;
  }
  .blog_detail_area .detail_anker dl {
    font-size: 13px;
    line-height: 15pt;
  }
  .blog_detail_area .detail_anker dl dt {
    margin: 0 0 5px 0;
  }
  .blog_detail_area .detail_anker dl dd {
    margin: 0 0 5px 30px;
  }
  .blog_detail_area .detail_anker dl a {
    color: #9D1427;
    text-decoration: underline;
  }
  .blog_detail_area .detail_anker dl a:hover {
    text-decoration: none;
  }
  .blog_detail_area h2 {
    font-size: 20px;
    line-height: 22pt;
    letter-spacing: 0;
    font-weight: 700;
    border-bottom: 1px solid #C5C5C5;
    padding: 0 0 13px 0px;
    margin: 100px 0 20px 0;
  }
  .blog_detail_area h2 em {
    padding: 0 0 1px 15px;
    border-left: 3px solid #9D1427;
    display: inline-block;
  }
  .blog_detail_area h2:first-of-type {
    margin: 40px 0 20px 0;
  }
  .blog_detail_area h3 {
    margin: 30px 0 15px 0;
    font-size: 17px;
    line-height: 19pt;
  }
  .blog_detail_area h4 {
    margin: 30px 0 12px 0;
    font-size: 14px;
    line-height: 16pt;
  }
  .blog_detail_area p {
    margin: 0px 0 20px 0;
  }
  .blog_detail_area .detail_photo {
    margin: 25px 0 20px 0;
    max-width: 100%;
  }
  .blog_detail_area .detail_photo.center {
    margin: 25px auto 20px;
  }
  .blog_detail_area blockquote {
    margin: 50px 0 0 0;
    background: #F7F7F7;
    position: relative;
    padding: 28px 40px;
  }
  .blog_detail_area blockquote:before {
    content: "";
    background: url(../../assets/img/articles/icon01.png);
    background-size: 18px 15px;
    width: 18px;
    height: 15px;
    position: absolute;
    top: 30px;
    left: 15px;
  }
  .blog_detail_area blockquote:after {
    content: "";
    background: url(../../assets/img/articles/icon02.png);
    background-size: 18px 15px;
    width: 18px;
    height: 15px;
    position: absolute;
    bottom: 30px;
    right: 15px;
  }
  .blog_detail_area table {
    width: 100%;
    margin: 50px auto 0;
    border-top: 1px solid #717171;
    border-left: 1px solid #717171;
  }
  .blog_detail_area table th {
    background: #F7F7F7;
    text-align: left;
    padding: 15px 8px;
    font-size: 13px;
    line-height: 21px;
    border-right: 1px solid #717171;
    border-bottom: 1px solid #717171;
  }
  .blog_detail_area table thead th {
    border-right: 1px solid #717171;
    border-bottom: 1px solid #717171;
    background: #DDDDDD;
    text-align: center;
  }
  .blog_detail_area table td {
    border-right: 1px solid #717171;
    border-bottom: 1px solid #717171;
    text-align: center;
    padding: 15px 8px;
    font-size: 13px;
    line-height: 21px;
  }
}

@media screen and (max-width: 48em) {
  section.contact_block .pc {
    display: block;
  }
  section.contact_block .sp {
    display: none;
  }
  section.contact_block {
    text-align: center;
  }
  section.contact_block .balloontitle-area-bl {
    background: #2d598b;
    text-align: center;
    color: #fff;
    padding: 20px 0;
  }
  section.contact_block .balloontitle-area-bl h2 {
    font-size: calc(140% + 0.5vw);
  }
  section.contact_block .container {
    background-color: #d9edf7;
    padding: 0 0 40px 0;
  }
  section.contact_block .container .col-md-12 p {
    margin: 5px 0 0 0;
  }
  section.contact_block .balloontitle-area-bl::after {
    content: "";
    position: absolute;
    /* bottom: -100px; */
    left: 50%;
    border: 50px solid transparent;
    border-top: 50px solid #2d598b;
    margin-left: -50px;
  }
  section.contact_block .container .btn-tel-2 {
    position: relative;
  }
  section.contact_block .container .btn-tel-2 p {
    display: block;
    position: absolute;
    bottom: 30%;
    font-size: 5vw;
    cursor: pointer;
    font-weight: bold;
    line-height: 0;
    color: #333;
    z-index: 5;
    left: 0;
    right: 0;
    margin: auto;
  }
  section.contact_block .col-md-4 {
    width: 80%;
    max-width: 640px;
    margin: 15px 0px 0 0;
  }
  section.contact_block .pc {
    display: block;
  }
  section.contact_block .sp {
    display: none;
  }
  section.contact_block .col-md-offset-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 25px auto 0;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #form-body .contact-title {
    text-align: center;
    padding: 0px 0 20px 0;
    font-size: 18px;
    font-weight: bold;
  }
  #form-body p.notice {
    font-weight: bold;
    font-size: 13px;
    line-height: 21px;
    border: 2px solid #e1b754;
    border-radius: 10px;
    padding: 15px 15px 15px 75px;
    background: url(../../assets/img/contact/form-alert.png) 15px 15px no-repeat;
    background-size: 60px 60px;
    margin-bottom: 20px;
    background-color: #f5e8bb;
    text-align: left;
  }
  #form-body dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #e3e3e3;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #form-body dl dt {
    padding: 18px 0 0 0;
    width: 100%;
    font-size: 15px;
  }
  #form-body dl dd {
    padding: 5px 0 20px 0;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
  }
  #form-body dl dd input, #form-body dl dd button, #form-body dl dd textarea, #form-body dl dd select {
    border: 1px solid #C5C5C5;
    -webkit-appearance: auto !important;
       -moz-appearance: auto !important;
            appearance: auto !important;
    background: #fbfbfb;
    padding: 5px 8px;
    width: auto;
    max-width: 100%;
    font-size: 14px;
    line-height: 14pt;
  }
  #form-body dl dd textarea {
    width: 100%;
  }
  #form-body dl dd select {
    padding: 5px 8px 8px 8px;
  }
  #form-body dl dd label {
    margin: 0 10px 0 0;
    cursor: pointer;
  }
  #form-body dl dd small {
    display: block;
    margin: 5px 0 0 0;
    font-size: 12px;
    line-height: 14pt;
    color: #666;
  }
  #form-body dl:last-of-type {
    margin: 0 0 30px 0;
  }
  #form-body .submitBtn {
    text-align: center;
    margin: 20px 0 0 0;
  }
  #form-body .submitBtn .send_conf {
    background: #009966;
    color: #fff;
    display: inline-block;
    width: auto;
    padding: 15px 45px;
    font-size: 18px;
    margin-bottom: 30px;
    border: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    cursor: pointer;
    margin: 0px auto 0;
  }
  section.chosa-privacy {
    margin: 60px auto 80px;
  }
  section.chosa-privacy .balloontitle-area-rd {
    background: #900;
    text-align: center;
    color: #fff;
    padding: 20px 0;
  }
  section.chosa-privacy .balloontitle-area-rd p {
    margin: 0px;
  }
  section.chosa-privacy .balloontitle-area-rd h2 {
    font-size: calc(140% + 0.5vw);
  }
  section.chosa-privacy .balloontitle-area-rd::after {
    content: "";
    position: absolute;
    /* bottom: -100px; */
    left: 50%;
    border: 50px solid transparent;
    border-top: 50px solid #900;
    margin-left: -50px;
  }
  section.chosa-privacy .mt50 {
    margin-top: 30px;
  }
  section.chosa-privacy h3.prh3 {
    font-size: 14px;
    margin: 15px auto 30px;
    text-align: center;
  }
  section.chosa-privacy .container .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0px auto 0;
  }
  section.chosa-privacy .col-md-6 {
    width: 100%;
  }
  section.chosa-privacy .ffbox div {
    width: 40%;
    max-width: 180px;
    margin-right: 20px;
  }
  section.chosa-privacy .pr6 h4 {
    font-size: 16px;
    line-height: 18pt;
    margin-top: 0;
    margin-bottom: 18px;
  }
  section.chosa-privacy .pr6 h4 span {
    font-size: 14px;
    line-height: 14pt;
    padding: 3px 8px;
    width: 26px;
    height: 26px;
    margin-right: 8px;
  }
  section.chosa-privacy .pr6 {
    border: 4px solid #a60000;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    padding: 25px;
    margin-bottom: 15px;
  }
  section.chosa-privacy .pr6.seconds {
    margin-bottom: 15px;
  }
  section.chosa-privacy .pr6.lasts {
    margin-bottom: 0;
  }
  section.chosa-privacy .pr6 p {
    font-size: 13px;
    line-height: 21px;
  }
  #form-input .container {
    margin: 30px auto 0;
  }
  #form-input #input-edit {
    padding: 15px 25px;
  }
  .contant_ttl_end div {
    font-size: 22px;
    line-height: 24pt;
    margin-bottom: 20px;
  }
  .contant_ttl_end div span {
    font-size: 14px;
    line-height: 18pt;
    margin: 5px 0 0 0;
  }
  .contant_ttl_end .topback_btn {
    margin: 20px auto 0;
    width: 80%;
  }
  .contant_ttl_end .topback_btn a {
    border-radius: 6px;
    border: 1px solid #C5C5C5;
    padding: 18px 0px 18px 0px;
    font-size: 13px;
    line-height: 13pt;
    font-weight: 700;
    display: inline-block;
    width: 100%;
    background-image: url(../../assets/img/common/icon01.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 7px 13px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #333333;
  }
  .contant_ttl_end .topback_btn a:hover {
    background: #e6e6e6;
    background-image: url(../../assets/img/common/icon01.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 7px 13px;
  }
}

@media screen and (max-width: 48em) {
  .chosa_block_01 .text {
    text-align: left;
  }
  .chosa_block_01 .chosa_area_list {
    margin: 40px auto 80px;
  }
  .chosa_block_01 .chosa_area_list .left {
    width: 100%;
    max-width: 100%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .chosa_block_01 .chosa_area_list .left li {
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
    margin: 0 0 15px 0;
  }
  .chosa_block_01 .chosa_area_list .left li a {
    border: 5px solid #EDEDED;
    padding: 21px 38px 23px 38px;
    text-align: center;
  }
  .chosa_block_01 .chosa_area_list .left li a span {
    background-image: url(../../assets/img/index/icon_img_05.svg);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: right center;
    padding: 0 23px 0px 0;
    display: inline-block;
    font-size: 20px;
    line-height: 28pt;
  }
  .chosa_block_01 .chosa_area_list .left li a p {
    max-width: 100%;
    margin: 14px auto 0;
    display: block;
    text-align: left;
    font-size: 13px;
    line-height: 21px;
  }
  .chosa_block_01 .chosa_area_list .left li a:hover {
    background: #f7f7f7;
    text-decoration: none;
  }
  .chosa_block_01 .chosa_area_list .left li a:hover span {
    background-image: url(../../assets/img/index/icon_img_05on.svg);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: right center;
  }
  .chosa_block_01 .chosa_area_list .left li:nth-child(1) a .icon_01 {
    max-width: 68px;
    margin: 12px auto 0;
  }
  .chosa_block_01 .chosa_area_list .left li:nth-child(2) a .icon_02 {
    max-width: 72px;
    margin: 12px auto 0;
  }
  .chosa_block_01 .chosa_area_list .right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
  }
  .chosa_block_01 .chosa_area_list .right li {
    width: 100%;
    max-width: 580px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
  }
  .chosa_block_01 .chosa_area_list .right li a {
    display: block;
    background: #FFF;
    /*
                        align-items: center;
                        */
    color: #9D1427;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
                -ms-grid-row-align: stretch;
            align-self: stretch;
    width: 100%;
    border: 5px solid #EDEDED;
    padding: 27px 38px 26px 38px;
    margin: 0 0 15px 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .chosa_block_01 .chosa_area_list .right li a span {
    background-image: url(../../assets/img/index/icon_img_05.svg);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: right center;
    padding: 0 24px 0 0;
    display: inline-block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: auto;
    font-weight: 700;
    font-size: 17px;
    line-height: 17pt;
  }
  .chosa_block_01 .chosa_area_list .right li a p {
    margin: 8px auto 0;
    text-align: left;
    color: #333333;
    font-size: 13px;
    line-height: 21px;
  }
  .chosa_block_01 .chosa_area_list .right li a:hover {
    background: #f7f7f7;
    text-decoration: none;
  }
  .chosa_block_01 .chosa_area_list .right li a:hover span {
    background-image: url(../../assets/img/index/icon_img_05on.svg);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: right center;
    padding: 0 24px 0 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .chosa_block_01 .chosa_area_list .right li:nth-child(1) a {
    background-image: none;
  }
  .chosa_block_01 .chosa_area_list .right li:nth-child(2) a {
    background-image: none;
  }
  .chosa_block_01 .chosa_area_list .right li:nth-child(3) a {
    background-image: none;
    margin: 0 0 15px 0;
  }
  .chosa_block_01 .chosa_area_list .right li:nth-child(4) a {
    background-image: none;
  }
  .chosa_block_01 .chosa_area_list .right li:nth-child(5) a {
    background-image: none;
    margin: 0 0 15px 0;
  }
  .chosa_block_01 .chosa_area_list .right li:nth-child(6) a {
    background-image: none;
    margin: 0;
  }
  .uwaki_index_main {
    padding: 0px 0px 0 0px;
    position: relative;
    height: auto;
  }
  .uwaki_index_main .ir {
    position: relative;
  }
  .uwaki_index_main .ir .photos {
    max-width: 100%;
    position: absolute;
    right: 0px;
    left: 10vw;
    margin: auto;
    bottom: 0vw;
    width: 85%;
  }
  .uwaki_index_main .ir .main_cont {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 11.5vw 0 0 0;
  }
  .uwaki_index_main .ir .main_cont .lefts {
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
  .uwaki_index_main .ir .main_cont .lefts h1 {
    font-size: 6.7vw;
    line-height: 160%;
    letter-spacing: 0.1em;
  }
  .uwaki_index_main .ir .main_cont .lefts h1 span {
    background-image: url(../../assets/img/index/icon_img_04.svg);
    background-size: 40% auto;
    background-repeat: no-repeat;
    background-position: left 0 top 3.1vw;
    padding: 0 0 0 12.3vw;
    display: inline-block;
    margin: 0 0 0px 0;
  }
  .uwaki_index_main .ir .main_cont .lefts h1 em {
    display: inline-block;
    position: relative;
  }
  .uwaki_index_main .ir .main_cont .lefts h1 em.noid {
    padding: 0 0 0 25px;
  }
  .uwaki_index_main .ir .main_cont .lefts h1 em.noid:after {
    content: none;
  }
  .uwaki_index_main .ir .main_cont .lefts h1 em:after {
    content: "";
    width: 4px;
    height: 4px;
    background: #F4A72C;
    position: absolute;
    left: 0;
    right: 0;
    top: -5px;
    border-radius: 6px;
    margin: auto;
  }
  .uwaki_index_main .ir .main_cont .lefts ul {
    display: none;
  }
  .uwaki_index_main .side_txt {
    font-size: 10px;
    right: 10px;
    bottom: 20px;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  .uwaki_index_main .side_txt em {
    font-size: 11px;
  }
  .hitosagashi_index_main {
    padding: 0px 0px 0 0px;
    position: relative;
    height: auto;
  }
  .hitosagashi_index_main .ir {
    position: relative;
  }
  .hitosagashi_index_main .ir .photos {
    max-width: 100%;
    position: absolute;
    right: 0px;
    left: 4.4vw;
    margin: auto;
    bottom: 0vw;
    width: 83%;
  }
  .hitosagashi_index_main .ir .main_cont {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 5% 0 0 0;
  }
  .hitosagashi_index_main .ir .main_cont .lefts {
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
  .hitosagashi_index_main .ir .main_cont .lefts h1 {
    font-size: 6.2vw;
    line-height: 155%;
    letter-spacing: 0.1em;
  }
  .hitosagashi_index_main .ir .main_cont .lefts h1 span {
    background: url(../../assets/img/index/icon_img_04.svg) left center no-repeat;
    background-size: 25% auto;
    padding: 0 0 0 13vw;
    display: inline-block;
    font-weight: 400;
    font-size: 3.6vw;
    line-height: 150%;
    margin: 0 0 20px 0;
  }
  .hitosagashi_index_main .ir .main_cont .lefts h1 em {
    display: inline-block;
    position: relative;
  }
  .hitosagashi_index_main .ir .main_cont .lefts h1 em.noid {
    padding: 0 0 0 25px;
  }
  .hitosagashi_index_main .ir .main_cont .lefts h1 em.noid:after {
    content: none;
  }
  .hitosagashi_index_main .ir .main_cont .lefts h1 em:after {
    content: "";
    width: 4px;
    height: 4px;
    background: #F4A72C;
    position: absolute;
    left: 0;
    right: 0;
    top: -5px;
    border-radius: 6px;
    margin: auto;
  }
  .hitosagashi_index_main .ir .main_cont .lefts .icon {
    width: 75%;
    margin: 4vw auto 0;
  }
  .hitosagashi_index_main .side_txt {
    font-size: 10px;
    right: 10px;
    bottom: 20px;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  .hitosagashi_index_main .side_txt em {
    font-size: 11px;
  }
}

@media screen and (max-width: 48em) {
  .elected_detail_area {
    margin: 0 0 80px 0;
  }
  .elected_detail_area .detail_anker {
    border: 6px solid #EDEDED;
    padding: 20px 28px;
    margin: 0px auto 0;
  }
  .elected_detail_area .detail_anker dl {
    font-size: 13px;
    line-height: 15pt;
  }
  .elected_detail_area .detail_anker dl dt {
    font-weight: 700;
    font-size: 15px;
    line-height: 18pt;
    margin: 25px 0 11px 0;
  }
  .elected_detail_area .detail_anker dl dd {
    margin: 0 0 7px 0px;
    font-size: 13px;
    line-height: 21px;
  }
  .elected_detail_area .detail_anker dl a {
    color: #9D1427;
    text-decoration: underline;
    background-image: url(../../assets/img/elected/icon_img_01sp.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 18px 18px;
    padding: 0 0 0 25px;
  }
  .elected_detail_area h2 {
    font-size: 20px;
    line-height: 22pt;
    margin: 70px 0 20px 0;
  }
  .elected_detail_area h2:first-of-type {
    margin: 40px 0 20px 0;
  }
  .elected_detail_area .h2_under {
    text-align: left;
    margin: 20px 0 0 0;
  }
  .elected_detail_area h3 {
    margin: 30px 0 12px 0;
    font-size: 15px;
    line-height: 18pt;
    background-image: url(../../assets/img/elected/icon_img_02sp.png);
    background-repeat: no-repeat;
    background-position: left top 1px;
    background-size: 24px 20px;
    padding: 0 0 0 30px;
  }
  .elected_detail_area h4 {
    margin: 30px 0 12px 0;
    font-size: 14px;
    line-height: 16pt;
  }
  .elected_detail_area .glf_area {
    margin: 15px 0 20px 0;
    background: #F7F7F7;
    padding: 45px 25px 45px 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .elected_detail_area .glf_area .left {
    max-width: 100%;
    width: 100%;
  }
  .elected_detail_area .glf_area .right {
    max-width: 100%;
    width: 100%;
  }
  .elected_detail_area .glf_area .right img {
    width: 75%;
    margin: 20px auto 0;
  }
  .elected_detail_area .glf_area .ttl {
    font-size: 15px;
    line-height: 18pt;
    margin: 0 0 15px 0;
  }
  .elected_detail_area .glf_area dl {
    margin: 0px 0 20px 0;
  }
  .elected_detail_area .glf_area dl dt {
    font-weight: 700;
    margin: 0 0 2px 0;
  }
  .elected_detail_area .detail_anker_02 {
    border: 6px solid #EDEDED;
    padding: 16px 32px 18px 30px;
    margin: 45px auto 0;
  }
  .elected_detail_area .detail_anker_02 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .elected_detail_area .detail_anker_02 ul li {
    width: 100%;
    max-width: 100%;
  }
  .elected_detail_area .detail_anker_02 ul li a {
    margin: 0 0 5px 0px;
    font-size: 13px;
    line-height: 15pt;
    color: #9D1427;
    text-decoration: underline;
    background-image: url(../../assets/img/elected/icon_img_01sp.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 18px 18px;
    padding: 0 0 0 25px;
    width: 100%;
    display: inline-block;
  }
  .elected_detail_area .detail_anker_02 a:hover {
    text-decoration: none;
  }
  .elected_detail_area .point_text {
    background: #EDEDED;
    text-align: center;
    padding: 10px 10px 16px 10px;
    font-size: 14px;
    line-height: 16pt;
    margin: 0 0 40px 0;
  }
  .elected_detail_area .bottom_banner_areas {
    margin: 30px 0 0 0;
    background: #F7F7F7;
    padding: 22px 30px 30px 30px;
  }
  .elected_detail_area .bottom_banner_areas .ttl {
    font-size: 14px;
    line-height: 14pt;
    text-align: center;
    margin: 0 0 2px 0;
  }
  .elected_detail_area .bottom_banner_areas ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .elected_detail_area .bottom_banner_areas ul li {
    width: 100%;
    max-width: 250px;
    margin: 10px auto 0;
  }
  .elected_detail_area .bottom_banner_areas ul:after {
    content: none;
  }
  .elected_detail_area .bottom_banner_areas li a:hover img {
    opacity: 0.7;
  }
  .elected_detail_area p {
    margin: 0px 0 20px 0;
  }
}

@media screen and (max-width: 48em) {
  .price_list_01 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .price_list_01 li {
    width: calc(100% / 2);
  }
  .price_list_01 li a {
    width: 100%;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
    background: #FFF;
    border-right: 1px solid #C5C5C5;
    border-bottom: 1px solid #C5C5C5;
    padding: 15px 30px 15px 15px;
    background-image: url(../../assets/img/common/icon03.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 13px 7px;
    color: #333333;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 13px;
  }
  .price_list_01 li a:hover {
    background: #e6e6e6;
    background-image: url(../../assets/img/common/icon03.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 13px 7px;
  }
  .price_blocks .text01 {
    text-align: left;
    margin: 20px 0 0 0;
  }
  .price_blocks .price_first {
    margin: 25px 0 0 0;
    border: 3px solid #9A142A;
  }
  .price_blocks .price_first .area01 {
    padding: 20px 20px 15px 20px;
  }
  .price_blocks .price_first .area01 .box .lefts {
    padding: 11px 40px 11px 40px;
    font-size: 13px;
    line-height: 13pt;
    width: 100%;
  }
  .price_blocks .price_first .area01 .box .rights {
    width: 100%;
  }
  .price_blocks .price_first .area01 .box .rights dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 10px 0 0 0;
  }
  .price_blocks .price_first .area01 .box .rights dl dt {
    margin-right: 0px;
    width: 0px;
  }
  .price_blocks .price_first .area01 .box .rights dl dd {
    font-size: 18px;
    line-height: 22pt;
  }
  .price_blocks .price_first .first_area {
    background: #FFF;
    padding: 25px 22px 10px 22px;
  }
  .price_blocks .price_first .first_area .ttl {
    font-size: 18px;
    line-height: 22pt;
  }
  .price_blocks .price_first .first_area p {
    font-size: 13px;
    line-height: 21px;
  }
  .price_blocks .price_first .first_area .text02 {
    font-size: 13px;
    line-height: 21px;
    text-align: left;
    margin: 15px 0 20px 0;
  }
  .price_blocks .price_first .first_area .fbox {
    padding: 23px 0 25px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .price_blocks .price_first .first_area .fbox .sub_tl {
    font-weight: 700;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    line-height: 20pt;
    margin: 0 0 10px 0;
  }
  .price_blocks .price_first .first_area .fbox .sub_tl em {
    background: #9D1427;
    color: #FFF;
    font-size: 12px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    /* ←文字を左右に中央揃え */
    line-height: 38px;
    /* ←文字を上下に中央揃え */
    margin-right: 10px;
  }
  .price_blocks .price_first .first_area .fbox .f_left {
    width: 100%;
    border-right: none;
    padding: 0 0px 25px 0;
    border-bottom: 1px solid #DDDDDD;
  }
  .price_blocks .price_first .first_area .fbox .f_left ul {
    margin: 10px 0 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .price_blocks .price_first .first_area .fbox .f_left ul li {
    width: 100%;
    font-size: 13px;
    line-height: 21px;
  }
  .price_blocks .price_first .first_area .fbox .f_right {
    width: 100%;
    padding: 25px 0 0 0px;
  }
  .price_blocks .price_first .first_area .fbox .f_right .sub_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .price_blocks .price_first .first_area .fbox .f_right .sub_box p {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
  }
  .price_blocks .price_first .first_area .fbox .f_right .sub_box .photo {
    width: 100%;
    max-width: 190%;
    margin: 20px auto 0px;
  }
  .price_blocks .price_first .first_area .fbox .f_right .sub_box .photo img {
    max-width: 80%;
    margin: auto;
  }
  .price_blocks .ir_1200.price_1200 {
    margin: 30px auto 0;
  }
  .price_blocks .price_second {
    margin: 25px 0 0 0;
    border: 3px solid #009F7A;
  }
  .price_blocks .price_second .area01 {
    padding: 20px 20px 15px 20px;
  }
  .price_blocks .price_second .area01 .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    max-width: 300px;
  }
  .price_blocks .price_second .area01 .box .lefts {
    padding: 11px 20px 11px 20px;
    font-size: 13px;
    line-height: 13pt;
    width: 100%;
  }
  .price_blocks .price_second .area01 .box .lefts img {
    width: 13px;
    margin-right: 12px;
  }
  .price_blocks .price_second .area01 .box .lefts:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border: 5px solid transparent;
    border-top: 5px solid #FFF;
    margin-top: 0;
  }
  .price_blocks .price_second .area01 .box .rights dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 10px 0 0 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .price_blocks .price_second .area01 .box .rights dl dt {
    margin-right: 15px;
    width: 30px;
  }
  .price_blocks .price_second .area01 .box .rights dl dt em {
    font-size: 15px;
    line-height: 15pt;
    width: 30px;
    height: 30px;
    padding: 6px 0 0 0;
  }
  .price_blocks .price_second .area01 .box .rights dl dd {
    /*
                        flex: 1;
                        */
    font-weight: 700;
    font-size: 18px;
    line-height: 22pt;
    color: #FFF;
    text-align: center;
    /*
                        width:100%;
                        justify-content: center;
                        */
  }
  .price_blocks .price_second .first_area {
    background: #FFF;
    padding: 25px 22px 30px 22px;
  }
  .price_blocks .price_second .first_area .ttl {
    font-size: 18px;
    line-height: 22pt;
  }
  .price_blocks .price_second .first_area .text02 {
    font-size: 13px;
    line-height: 21px;
    text-align: left;
    margin: 15px 0 20px 0;
  }
  .price_blocks .price_second .first_area .price_plan {
    padding: 23px 0 0px 0;
  }
  .price_blocks .price_second .first_area .price_plan h4 {
    font-size: 16px;
    line-height: 20pt;
    margin: 0 0 15px 0;
  }
  .price_blocks .price_second .first_area .price_plan h4 em {
    background: #333333;
    color: #FFF;
    font-size: 12px;
    width: 40px;
    height: 25px;
    text-align: center;
    /* ←文字を左右に中央揃え */
    line-height: 25px;
    /* ←文字を上下に中央揃え */
    margin-right: 10px;
  }
  .price_blocks .price_second .first_area .price_plan dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 12px 0 0 0;
  }
  .price_blocks .price_second .first_area .price_plan dl dt {
    width: 90px;
    text-align: center;
  }
  .price_blocks .price_second .first_area .price_plan dl dt span {
    display: inline-block;
    width: 100%;
    font-size: 11px;
    line-height: 11pt;
    padding: 5px 0;
    border: 1px solid #C5C5C5;
  }
  .price_blocks .price_second .first_area .price_plan dl dd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 2px 0 0 15px;
    font-size: 13px;
    line-height: 21px;
  }
  .price_blocks .price_second .first_area .price_plan dl dd em {
    font-size: 15px;
  }
  .price_blocks .price_second.extra_color {
    border: 3px solid #DDDDDD;
    margin: 20px 0 0 0;
  }
  .price_blocks .price_second.extra_color .area01 .box .lefts:before {
    border-top: 3px solid #797979;
  }
  .price_bottom_text {
    text-align: center;
    font-size: 15px;
    line-height: 20pt;
    margin: 38px auto 0;
  }
  .credit_price_area {
    padding: 0 15px;
    margin: 0 0 80px 0;
  }
  .credit_price_area .box {
    margin: 40px auto 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #2D3450;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .credit_price_area .box .left {
    color: #FFF;
    width: 100%;
    padding: 25px 25px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
                -ms-grid-row-align: stretch;
            align-self: stretch;
  }
  .credit_price_area .box .left div {
    font-size: 17px;
    line-height: 20pt;
    margin: 0 0 10px 0;
    text-align: center;
  }
  .credit_price_area .box .left p {
    font-size: 13px;
    line-height: 21px;
  }
  .credit_price_area .box .right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
    border-top: 3px solid #2D3450;
    border-right: 3px solid #2D3450;
    border-bottom: 3px solid #2D3450;
    border-left: 3px solid #2D3450;
    background: #FFF;
    background-size: cover;
    width: 100%;
    max-width: 100%;
    padding: 20px 20px;
  }
  .credit_price_area .box .right img {
    width: 100%;
    max-width: 380px;
    margin: auto;
  }
}

@media screen and (max-width: 48em) {
  .point_list_01 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .point_list_01 li {
    width: calc(100% / 2);
  }
  .point_list_01 li a {
    width: 100%;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
    background: #FFF;
    border-right: 1px solid #C5C5C5;
    border-bottom: 1px solid #C5C5C5;
    padding: 15px 30px 15px 15px;
    background-image: url(../../assets/img/common/icon03.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 13px 7px;
    color: #333333;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 13px;
  }
  .point_list_01 li a:hover {
    background: #e6e6e6;
    background-image: url(../../assets/img/common/icon03.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 13px 7px;
  }
  .point_blocks .text01 {
    text-align: left;
    margin: 20px 0 0 0;
  }
  .point_blocks_01 {
    padding: 50px 0px 0 0;
  }
  .point_blocks_01 .areas {
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(40%, #FFF), color-stop(40%, #F7F7F7), to(#F7F7F7));
    background: -webkit-linear-gradient(top, #FFF 0%, #FFF 40%, #F7F7F7 40%, #F7F7F7 100%);
    background: linear-gradient(180deg, #FFF 0%, #FFF 40%, #F7F7F7 40%, #F7F7F7 100%);
    background-image: auto;
    background-size: 100% 100%;
    padding: 0px 0 50px 0;
  }
  .point_blocks_01 .areas .fbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0 15px;
  }
  .point_blocks_01 .areas .fbox .photos {
    width: 100%;
  }
  .point_blocks_01 .areas .fbox .texts {
    padding: 0 0px 0 0vw;
    width: 100%;
  }
  .point_blocks_01 .areas .fbox .texts h3 {
    text-align: center;
    font-size: 22px;
    line-height: 28pt;
    margin: 0 0 25px 0;
  }
  .point_blocks_01 .areas .fbox .texts h3 em {
    font-size: 22px;
  }
  .point_blocks_01 .areas .fbox .texts p {
    margin: 30px 0 0 0;
  }
  .point_blocks_01 .areas_second {
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(37%, #FFF), color-stop(37%, #F7F7F7), to(#F7F7F7));
    background: -webkit-linear-gradient(top, #FFF 0%, #FFF 37%, #F7F7F7 37%, #F7F7F7 100%);
    background: linear-gradient(180deg, #FFF 0%, #FFF 37%, #F7F7F7 37%, #F7F7F7 100%);
    background-image: auto;
    background-size: 100% 100%;
    padding: 0px 0 50px 0;
    margin: 50px 0 50px 0;
  }
  .point_blocks_01 .areas_second .fbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0 15px;
  }
  .point_blocks_01 .areas_second .fbox .photos {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .point_blocks_01 .areas_second .fbox .texts {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    padding: 0 0vw 0 0px;
    width: 100%;
  }
  .point_blocks_01 .areas_second .fbox .texts h3 {
    text-align: center;
    font-size: 22px;
    line-height: 28pt;
    margin: 0 0 25px 0;
  }
  .point_blocks_01 .areas_second .fbox .texts h3 em {
    font-size: 22px;
  }
  .point_blocks_01 .areas_second .fbox .texts p {
    margin: 30px 0 0 0;
  }
  .point_blocks_01 .areas_second.long01 {
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(23%, #FFF), color-stop(23%, #F7F7F7), to(#F7F7F7));
    background: -webkit-linear-gradient(top, #FFF 0%, #FFF 23%, #F7F7F7 23%, #F7F7F7 100%);
    background: linear-gradient(180deg, #FFF 0%, #FFF 23%, #F7F7F7 23%, #F7F7F7 100%);
  }
  .point_blocks_01 .areas.long02 {
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(24%, #FFF), color-stop(24%, #F7F7F7), to(#F7F7F7));
    background: -webkit-linear-gradient(top, #FFF 0%, #FFF 24%, #F7F7F7 24%, #F7F7F7 100%);
    background: linear-gradient(180deg, #FFF 0%, #FFF 24%, #F7F7F7 24%, #F7F7F7 100%);
  }
  .point_blocks_01 .bottom_banner_areas {
    margin: 30px auto 0;
    background: #FFF;
    padding: 30px;
  }
  .point_blocks_01 .bottom_banner_areas div {
    font-size: 14px;
    font-weight: 700;
    line-height: 17pt;
    text-align: center;
    margin: 0 0 5px 0;
  }
  .point_blocks_01 .bottom_banner_areas ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .point_blocks_01 .bottom_banner_areas ul li {
    width: 80%;
    margin: 10px auto 0;
  }
  .point_blocks_01 .bottom_text_areas {
    margin: 30px auto 0;
    background: #FFF;
    padding: 25px;
  }
  .point_blocks_01 .bottom_text_areas dt {
    font-size: 14px;
    font-weight: 700;
    line-height: 17pt;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #DDDDDD;
    padding: 0 0 10px 0;
  }
  .point_blocks_01 .bottom_text_areas dd {
    margin: 3px 0 0 0;
    background-image: url(../../assets/img/point/icon_img_01.png);
    background-size: 8px 8px;
    background-position: left 0px top 10px;
    padding: 0 0 0 15px;
  }
  .point_blocks_01 .bottom_text_areas dd span {
    font-size: 12px;
  }
  .media_block_point .media_area {
    padding: 30px 15px;
  }
  .media_block_point .media_area .ir {
    margin: auto;
    text-align: center;
  }
  .media_block_point .media_area .ir .ms_ttl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .media_block_point .media_area .ir .ms_ttl .photos {
    position: relative;
    width: 97px;
    margin-right: 0px;
  }
  .media_block_point .media_area .ir .ms_ttl .photos img {
    position: absolute;
    max-width: 97px;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .media_block_point .media_area .ir .ms_ttl h2 {
    font-size: 20px;
    line-height: 24pt;
    margin: 0 20px 0 -20px;
  }
  .media_block_point .ir_in {
    padding: 0 0px;
  }
  .media_block_point .ir_in .in_area {
    max-width: 1100px;
    margin: 0 auto 0;
  }
  .media_block_point .ir_in .in_area .border_block.extra_mgn {
    padding: 0px 0 40px 0;
  }
  .media_block_point .ir_in .in_area .border_block {
    padding: 0px 0 40px 0;
    border-bottom: none;
  }
  .media_block_point .ir_in .in_area .border_block .ttl_area.extraz {
    padding: 30px 0 0 0;
  }
  .media_block_point .ir_in .in_area .border_block .ttl_area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 25px;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 15px;
    border-top: 1px solid #DDDDDD;
    padding: 35px 0 0 0;
  }
  .media_block_point .ir_in .in_area .border_block .ttl_area div {
    padding: 10px 20px 10px 0;
    margin-right: 20px;
    border-right: 1px solid #DDDDDD;
  }
  .media_block_point .ir_in .in_area .border_block .ttl_area div img {
    width: 104px;
  }
  .media_block_point .ir_in .in_area .border_block .ttl_area h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 22pt;
    text-align: center;
  }
  .media_block_point .ir_in .in_area .border_block .ttl_area h3 span {
    font-size: 11px;
    font-weight: 400;
    display: block;
  }
  .media_block_point .ir_in .in_area .border_block .text01 {
    font-size: 14px;
    line-height: 18pt;
    margin: 20px 15px 30px 15px;
  }
  .media_block_point .ir_in .in_area .border_block .text02 {
    font-size: 12px;
    line-height: 16pt;
    margin: 30px 15px 0 15px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .media_block_point .ir_in .in_area .border_block .banner_block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 25px 0 30px 0;
  }
  .media_block_point .ir_in .in_area .border_block .banner_block div {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    margin: 0 40px 10px 40px;
  }
  .media_block_point .ir_in .in_area .border_block .banner_block div a {
    width: 100%;
  }
  .media_block_point .ir_in .in_area .border_block .banner_block div:last-child {
    margin: 0 40px 0px 40px;
  }
  .media_block_point .ir_in .in_area .border_block .btn_area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin: 30px 0 0 0;
  }
  .media_block_point .ir_in .in_area .border_block .btn_area .btn1 {
    width: 100%;
    max-width: 85%;
    margin-right: 0px;
    margin: 0 0 0px 0;
  }
  .media_block_point .ir_in .in_area .border_block .btn_area .btn1 a {
    background: #FFEBD8;
    padding: 0 20px 0 40px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 3px;
    width: 100%;
    display: inline-block;
  }
  .media_block_point .ir_in .in_area .border_block .btn_area .btn1 a img {
    width: 240px;
    margin: auto;
  }
  .media_block_point .ir_in .in_area .border_block .btn_area .btn1 a:hover {
    background: #ffd5ad;
  }
  .media_block_point .ir_in .in_area .border_block .btn_area .btn2 {
    width: 100%;
    max-width: 85%;
    margin-right: 0px;
    margin: 0 0 0px 0;
  }
  .media_block_point .ir_in .in_area .border_block .btn_area .btn2 a {
    background: #E6F6FF;
    padding: 0 20px 0 40px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 3px;
    width: 100%;
    display: inline-block;
    text-align: center;
  }
  .media_block_point .ir_in .in_area .border_block .btn_area .btn2 a img {
    width: 240px;
    margin: auto;
  }
  .media_block_point .ir_in .in_area .border_block .btn_area .btn2 a:hover {
    background: #c4eaff;
  }
  .media_block_point .ir_in .in_area .border_block.end {
    padding: 0px 15px 0px 15px;
    /*
                    border-bottom:none;
                    */
  }
  .media_block_point .ir_in .in_area .border_block.end .ttl_area {
    margin: 0;
  }
  .media_block_point .ir_in .in_area .fbox {
    width: 100%;
    max-width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 30px 0 0 0;
  }
  .media_block_point .ir_in .in_area .fbox .media_ir {
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 30px 0;
  }
  .media_block_point .ir_in .in_area .fbox .media_ir .lefts {
    width: 47%;
    padding-right: 30px;
  }
  .media_block_point .ir_in .in_area .fbox .media_ir .rights {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    width: 51%;
  }
  .media_block_point .ir_in .in_area .fbox .media_ir .rights .ttls {
    background: url(../../assets/img/index/bg_img_03.png) center center no-repeat;
    background-size: contain;
    width: 100%;
    text-align: center;
    padding: 5px 0;
    color: #FFF;
    font-size: 12px;
    letter-spacing: 0.05em;
    margin: 0 0 0px 0;
  }
  .media_block_point .ir_in .in_area .fbox .media_ir .rights p {
    margin: 10px 0 0 0;
    font-size: 12px;
    line-height: 15pt;
  }
  .media_block_point .ir_in .in_area .fbox .media_ir .rights img {
    width: 70%;
    margin: 10px auto 0;
  }
  .media_block_point .ir_in .in_area .fbox .media_ir.lst {
    margin: 0;
    padding: 0 0 40px 0;
    border-bottom: 1px solid #DDDDDD;
  }
  .media_block_point .ir_in .in_area .fbox .media_ir.lst .rights img {
    width: 100%;
    margin: 2.5vw auto 0;
  }
  .media_block_point .ir_in .media_btn {
    text-align: center;
    max-width: 700px;
    margin: 30px auto 0;
    width: 80%;
  }
  .media_block_point .ir_in .media_btn a {
    border-radius: 6px;
    border: 1px solid #C5C5C5;
    padding: 18px 0px 18px 0px;
    font-size: 13px;
    line-height: 13pt;
    font-weight: 700;
    display: inline-block;
    width: 100%;
    background-image: url(../../assets/img/common/icon01.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 7px 13px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #333333;
  }
  .media_block_point .ir_in .media_btn a:hover {
    background: #e6e6e6;
    background-image: url(../../assets/img/common/icon01.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 7px 13px;
  }
  .elected_detail_area_point {
    margin: 0 0 80px 0;
  }
  .elected_detail_area_point h2 {
    font-size: 20px;
    line-height: 22pt;
    margin: 70px 0 20px 0;
  }
  .elected_detail_area_point h2:first-of-type {
    margin: 35px 0 20px 0;
  }
  .elected_detail_area_point .h2_under {
    text-align: left;
    margin: 20px 0 0 0;
  }
  .elected_detail_area_point h3 {
    margin: 30px 0 12px 0;
    font-size: 15px;
    line-height: 18pt;
    background-image: url(../../assets/img/elected/icon_img_02sp.png);
    background-repeat: no-repeat;
    background-position: left top 1px;
    background-size: 24px 20px;
    padding: 0 0 0 30px;
  }
  .elected_detail_area_point h4 {
    margin: 30px 0 12px 0;
    font-size: 14px;
    line-height: 16pt;
  }
  .elected_detail_area_point .detail_anker_02 {
    border: 6px solid #EDEDED;
    padding: 16px 32px 18px 30px;
    margin: 45px auto 0;
  }
  .elected_detail_area_point .detail_anker_02 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .elected_detail_area_point .detail_anker_02 ul li {
    width: 100%;
    max-width: 100%;
  }
  .elected_detail_area_point .detail_anker_02 ul li a {
    margin: 0 0 5px 0px;
    font-size: 13px;
    line-height: 15pt;
    color: #9D1427;
    text-decoration: underline;
    background-image: url(../../assets/img/elected/icon_img_01sp.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 18px 18px;
    padding: 0 0 0 25px;
    width: 100%;
    display: inline-block;
  }
  .elected_detail_area_point .detail_anker_02 a:hover {
    text-decoration: none;
  }
  .elected_detail_area_point .point_text {
    background: #EDEDED;
    text-align: center;
    padding: 10px 10px 16px 10px;
    font-size: 14px;
    line-height: 16pt;
    margin: 0 0 40px 0;
  }
  .elected_detail_area_point .bottom_banner_areas {
    margin: 30px 0 0 0;
    background: #F7F7F7;
    padding: 22px 30px 30px 30px;
  }
  .elected_detail_area_point .bottom_banner_areas .ttl {
    font-size: 14px;
    line-height: 14pt;
    text-align: center;
    margin: 0 0 2px 0;
  }
  .elected_detail_area_point .bottom_banner_areas ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .elected_detail_area_point .bottom_banner_areas ul li {
    width: 100%;
    max-width: 250px;
    margin: 10px auto 0;
  }
  .elected_detail_area_point .bottom_banner_areas ul:after {
    content: none;
  }
  .elected_detail_area_point .bottom_banner_areas li a:hover img {
    opacity: 0.7;
  }
  .elected_detail_area_point p {
    margin: 0px 0 20px 0;
  }
  .elected_detail_area_point.base_area_01 {
    padding: 0px 15px 0 15px;
  }
  .elected_detail_area_point.base_area_01 .ir_1000 h2 {
    padding: 50px 0 0 0;
  }
}

@media screen and (max-width: 48em) {
  .chosa_temp_block_01 .text01 {
    margin: 20px 0 0 0;
  }
  .chosa_temp_block_02 {
    margin: 45px 0 0 0;
    padding: 0 0 50px 0;
  }
  .chosa_temp_block_02 h2 span {
    font-size: 14px;
  }
  .chosa_temp_block_02 .text01 {
    text-align: left;
    margin: 20px 0 0 0;
  }
  .chosa_temp_block_02 .base_area_01_t {
    padding: 40px 15px 0 15px;
  }
  .chosa_temp_block_02 .detail_anker_02 {
    border: 3px solid #EDEDED;
    padding: 16px 32px 18px 30px;
    margin: 25px auto 0;
  }
  .chosa_temp_block_02 .detail_anker_02 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .chosa_temp_block_02 .detail_anker_02 ul li {
    width: 100%;
    max-width: 100%;
    margin: 0 0 5px 0px;
    font-size: 14px;
    line-height: 17pt;
    background-image: url(../../assets/img/elected/icon_img_01sp.png);
    background-repeat: no-repeat;
    background-position: left 0 top 3px;
    background-size: 18px 18px;
    padding: 0 0 0 25px;
    width: 100%;
    display: inline-block;
  }
  .chosa_temp_block_02 .detail_anker_02 ul li a {
    margin: 0 0 5px 0px;
    font-size: 13px;
    line-height: 15pt;
    color: #9D1427;
    text-decoration: underline;
    background-image: url(../../assets/img/elected/icon_img_01sp.png);
    background-repeat: no-repeat;
    background-position: left 0 top 3px;
    background-size: 18px 18px;
    padding: 0 0 0 25px;
    width: 100%;
    display: inline-block;
  }
  .chosa_temp_block_02 .detail_anker_02 a:hover {
    text-decoration: none;
  }
  .chosa_temp_block_03 {
    margin: 0px 0 0 0;
    padding: 0 0 50px 0;
  }
  .chosa_temp_block_03 .text01 {
    text-align: left;
    margin: 20px 0 0 0;
  }
  .chosa_temp_block_03 .base_area_01_t {
    padding: 40px 15px 0 15px;
  }
  .chosa_temp_block_03 .chosa_step_block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: auto;
        -ms-flex-item-align: auto;
            align-self: auto;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    background: #FFF;
    margin: 0 0 30px 0;
    position: relative;
  }
  .chosa_temp_block_03 .chosa_step_block .step_area {
    background: #333333;
    width: 100%;
    padding: 6px 0 6px 0;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 20pt;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .chosa_temp_block_03 .chosa_step_block .step_area span {
    font-size: 13px;
    line-height: 13pt;
    display: inline-block;
    font-weight: 400;
    margin-right: 8px;
  }
  .chosa_temp_block_03 .chosa_step_block .step_center_area {
    padding: 20px 25px;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
  }
  .chosa_temp_block_03 .chosa_step_block .step_center_area h3 {
    font-size: 15px;
    line-height: 18pt;
    font-weight: 700;
    margin: 0 0 9px 0;
  }
  .chosa_temp_block_03 .chosa_step_block .step_center_area p {
    font-size: 13px;
    line-height: 21px;
  }
  .chosa_temp_block_03 .chosa_step_block .step_right_area {
    width: 100%;
    max-width: 100%;
    padding: 0 0 25px 0;
  }
  .chosa_temp_block_03 .chosa_step_block .step_right_area img {
    max-width: 80%;
    margin: auto;
  }
  .chosa_temp_block_03 .chosa_step_block:after {
    content: "";
    background-position: center center;
    background-size: 24px 8px;
    position: absolute;
    width: 24px;
    height: 8px;
    bottom: -20px;
  }
  .chosa_temp_block_03 .chosa_step_block:first-of-type {
    margin: 30px 0 30px 0;
  }
  .chosa_temp_block_03 .step_btn {
    text-align: center;
    max-width: 700px;
    margin: 30px auto 0;
    width: 80%;
  }
  .chosa_temp_block_03 .step_btn a {
    border-radius: 6px;
    border: 1px solid #C5C5C5;
    padding: 18px 0px 18px 0px;
    font-size: 13px;
    line-height: 13pt;
    font-weight: 700;
    display: inline-block;
    width: 100%;
    background-image: url(../../assets/img/common/icon01.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 7px 13px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #333333;
  }
  .chosa_temp_block_03 .step_btn a:hover {
    background: #e6e6e6;
    background-image: url(../../assets/img/common/icon01.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 7px 13px;
  }
  .plan_block_temp {
    padding: 50px 15px;
  }
  .plan_block_temp .ir h2 {
    font-size: 22px;
    line-height: 22pt;
    font-weight: 700;
    text-align: center;
    margin: 0 0 23px 0;
  }
  .plan_block_temp .ir h2 span {
    font-size: 14px;
    margin: 0 0 2px 0;
  }
  .plan_block_temp .ir .text {
    text-align: left;
    margin: 0 0 30px 0;
  }
  .plan_block_temp .ir .area01 {
    border-radius: 4px;
    background: #009F7A;
    padding: 20px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .plan_block_temp .ir .area01 .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    max-width: 300px;
  }
  .plan_block_temp .ir .area01 .box .texts {
    color: #FFF;
    font-size: 12px;
    line-height: 16pt;
    margin: 10px 0 0 0;
    text-align: center;
    width: 100%;
  }
  .plan_block_temp .ir .area01 .box .lefts {
    background: #FFF;
    font-weight: 700;
    color: #1F9F7A;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #FFF;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
    padding: 8px 30px 8px 10px;
    position: relative;
    margin-right: 0px;
    font-size: 13px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .plan_block_temp .ir .area01 .box .lefts img {
    width: 13.5px;
    margin-right: 12px;
  }
  .plan_block_temp .ir .area01 .box .lefts:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border: 5px solid transparent;
    border-top: 5px solid #FFF;
    margin-top: 0;
  }
  .plan_block_temp .ir .area01 .box .rights dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 20px 0 0 0;
  }
  .plan_block_temp .ir .area01 .box .rights dl dt {
    margin-right: 15px;
    width: 30px;
  }
  .plan_block_temp .ir .area01 .box .rights dl dt em {
    background: #9D1427;
    color: #FFF;
    font-weight: 700;
    font-size: 15px;
    line-height: 15pt;
    text-align: center;
    display: inline-block;
    width: 30px;
    height: 30px;
    padding: 5px 0 0 0;
  }
  .plan_block_temp .ir .area01 .box .rights dl dd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-weight: 700;
    font-size: 18px;
    line-height: 24pt;
    color: #FFF;
  }
  .plan_block_temp .ir .area01 .box .rights dl dd span {
    font-size: 12px;
    line-height: 15pt;
    font-weight: 400;
    display: block;
    margin: 0 0 5px 0;
    display: none;
  }
  .plan_block_temp .ir .area02 {
    border-radius: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
    border: 5px solid #D5D5D5;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .plan_block_temp .ir .area02 .box {
    width: 100%;
    padding: 20px;
  }
  .plan_block_temp .ir .area02 .box p {
    text-align: center;
    font-size: 12px;
    line-height: 16pt;
    margin-top: 10px;
  }
  .plan_block_temp .ir .area02 .box .ttl {
    background: #797979;
    text-align: center;
    color: #FFF;
    padding: 11px 10px;
    position: relative;
    margin-bottom: 25px;
    font-size: 13px;
  }
  .plan_block_temp .ir .area02 .box .ttl:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border: 5px solid transparent;
    border-top: 5px solid #797979;
  }
  .plan_block_temp .ir .area02 .box dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .plan_block_temp .ir .area02 .box dl dt {
    margin-right: 15px;
    width: 30px;
  }
  .plan_block_temp .ir .area02 .box dl dt em {
    background: #9D1427;
    color: #FFF;
    font-weight: 700;
    font-size: 15px;
    line-height: 15pt;
    text-align: center;
    display: inline-block;
    width: 30px;
    height: 30px;
    padding: 5px 0 0 0;
  }
  .plan_block_temp .ir .area02 .box dl dd {
    font-weight: 700;
    font-size: 18px;
    line-height: 22pt;
  }
  .plan_block_temp .ir .area02 .box.bd {
    border-left: none;
    border-right: none;
    border-top: 1px solid #D5D5D5;
    border-bottom: 1px solid #D5D5D5;
  }
  .plan_block_temp .sub {
    text-align: right;
    margin-top: 10px;
    font-size: 11px;
    color: #717171;
  }
  .plan_block_temp .plan_btn {
    text-align: center;
    max-width: 700px;
    margin: 20px auto 0;
    width: 80%;
  }
  .plan_block_temp .plan_btn a {
    border-radius: 6px;
    border: 1px solid #C5C5C5;
    padding: 18px 0px 18px 0px;
    font-size: 13px;
    line-height: 13pt;
    font-weight: 700;
    display: inline-block;
    width: 100%;
    background-image: url(../../assets/img/common/icon01.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 7px 13px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #333333;
  }
  .plan_block_temp .plan_btn a:hover {
    background: #e6e6e6;
    background-image: url(../../assets/img/common/icon01.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 7px 13px;
  }
  .red_block_temp {
    padding: 18px 15px;
  }
  .red_block_temp .ir {
    font-size: 15px;
    line-height: 20pt;
  }
  .chosa_temp_block_04 {
    margin: 0px 0 0 0;
    padding: 0 0 50px 0;
  }
  .chosa_temp_block_04 .text01 {
    text-align: left;
    margin: 20px 0 0 0;
  }
  .chosa_temp_block_04 .base_area_01_t {
    padding: 40px 15px 0 15px;
  }
  .chosa_temp_block_04 .borders {
    border-left: 3px solid #D5D5D5;
    border-right: 3px solid #D5D5D5;
    border-bottom: 3px solid #D5D5D5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .chosa_temp_block_04 .chosa_step_block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: auto;
        -ms-flex-item-align: auto;
            align-self: auto;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 0 15px 0;
  }
  .chosa_temp_block_04 .chosa_step_block .step_area {
    padding: 12px 0 12px 0;
    text-align: center;
    font-size: 15px;
    line-height: 18pt;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .chosa_temp_block_04 .chosa_step_block .step_area span {
    font-size: 13px;
    line-height: 13pt;
    display: block;
    font-weight: 400;
    margin: 5px 0 0 0;
  }
  .chosa_temp_block_04 .chosa_step_block .step_center_area {
    padding: 20px 25px;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
  }
  .chosa_temp_block_04 .chosa_step_block .step_center_area h3 {
    font-size: 14px;
    line-height: 17pt;
    font-weight: 700;
    margin: 0 0 0px 0;
  }
  .chosa_temp_block_04 .chosa_step_block .step_center_area p {
    font-size: 13px;
    line-height: 21px;
  }
  .chosa_temp_block_04 .chosa_step_block .step_right_area {
    width: 100%;
    max-width: 100%;
    padding: 15px 0 15px 0;
    font-size: 16px;
    line-height: 20pt;
  }
  .chosa_temp_block_04 .chosa_step_block:first-of-type {
    margin: 30px 0 15px 0;
  }
  .chosa_temp_block_05 {
    margin: 0px 0 0 0;
    padding: 0 0 50px 0;
  }
  .chosa_temp_block_05 .text01 {
    text-align: left;
    margin: 20px 0 0 0;
  }
  .chosa_temp_block_05 .base_area_01_t {
    padding: 40px 15px 0 15px;
  }
  .chosa_temp_block_05 .chosa_temp_block_05_movie_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 5px auto 0;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .chosa_temp_block_05 .chosa_temp_block_05_movie_list div {
    width: 48.5%;
    max-width: 100%;
    font-size: 12px;
    line-height: 12pt;
    margin: 20px 0 0 0;
  }
  .chosa_temp_block_05 .chosa_temp_block_05_movie_list div img {
    margin: 0 0 5px 0;
  }
  .gray_block_temp {
    padding: 20px 15px;
  }
  .gray_block_temp .ir {
    max-width: 1200px;
    font-size: 14px;
    line-height: 17pt;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .gray_block_temp .ir img {
    width: 26px;
    margin-right: 10px;
  }
  .qa_block_temp {
    padding: 40px 15px 50px 15px;
  }
  .qa_block_temp .ir h2 {
    letter-spacing: 0.1em;
    font-size: 22px;
    font-weight: 700;
    line-height: 28pt;
    text-align: center;
    margin: 0 0 20px 0;
  }
  .qa_block_temp .ir .text {
    text-align: left;
    margin-bottom: 30px;
  }
  .qa_block_temp .qa_btn {
    text-align: center;
    max-width: 700px;
    margin: 30px auto 0;
    width: 80%;
  }
  .qa_block_temp .qa_btn a {
    border-radius: 6px;
    border: 1px solid #C5C5C5;
    padding: 18px 0px 18px 0px;
    font-size: 13px;
    line-height: 13pt;
    font-weight: 700;
    display: inline-block;
    width: 100%;
    background-image: url(../../assets/img/common/icon01.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 7px 13px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #333333;
  }
  .qa_block_temp .qa_btn a:hover {
    background: #e6e6e6;
    background-image: url(../../assets/img/common/icon01.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 7px 13px;
  }
  .qa_block_temp div.ttl_menu {
    border-bottom: 1px solid #C5C5C5;
  }
  .qa_block_temp .ttl_menu span {
    font-weight: 700;
    padding: 0;
    margin: 30px 0 15px 0px;
    position: relative;
    display: block;
    position: relative;
    font-size: 14px;
    line-height: 16pt;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .qa_block_temp .ttl_menu span:hover em {
    text-decoration: underline;
  }
  .qa_block_temp .ttl_menu span {
    background: url(../../assets/img/index/acc_icon.png) 98% center no-repeat;
    background-size: 21px 21px;
  }
  .qa_block_temp .ttl_menu span em {
    display: inline-block;
    padding: 5px 40px 5px 44px;
    background-image: url(../../assets/img/index/qa_icon.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px 30px;
  }
  .qa_block_temp .ttl_menu.active span {
    background: url(../../assets/img/index/acc_icon_on.png) 98% center no-repeat;
    background-size: 21px 21px;
  }
  .qa_block_temp .ttl_menu.active span em {
    text-decoration: underline;
  }
  .qa_block_temp .childs {
    display: none;
  }
  .qa_block_temp .childs.answers {
    padding: 20px 0 0px 0px;
    margin: 0 0 40px 0;
  }
  .voice_block_temp {
    padding: 40px 15px 50px 15px;
  }
  .voice_block_temp .ir h2 {
    font-size: 22px;
    line-height: 28pt;
    margin: 0 0 20px 0;
  }
  .voice_block_temp .ir .text {
    text-align: left;
    margin-bottom: 40px;
  }
  .voice_block_temp .ir dl.left_icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .voice_block_temp .ir dl.left_icon dt {
    width: 41px;
    margin-right: 20px;
  }
  .voice_block_temp .ir dl.left_icon dt img {
    width: 100%;
    max-width: 41px;
  }
  .voice_block_temp .ir dl.left_icon dd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background: #FFF;
    padding: 20px 20px;
    position: relative;
    border-radius: 4px;
    font-size: 13px;
    line-height: 21px;
  }
  .voice_block_temp .ir dl.left_icon dd em {
    display: block;
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: 17pt;
  }
  .voice_block_temp .ir dl.left_icon dd:before {
    content: "";
    position: absolute;
    top: 30px;
    left: -18px;
    margin-top: -10px;
    border: 7px solid transparent;
    border-right: 11px solid #FFF;
  }
  .voice_block_temp .ir dl.right_icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 30px 0;
  }
  .voice_block_temp .ir dl.right_icon dt {
    width: 41px;
    margin-left: 20px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .voice_block_temp .ir dl.right_icon dt img {
    width: 100%;
    max-width: 41px;
  }
  .voice_block_temp .ir dl.right_icon dd {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background: #FFF;
    padding: 20px 20px;
    position: relative;
    border-radius: 4px;
    font-size: 13px;
    line-height: 21px;
  }
  .voice_block_temp .ir dl.right_icon dd em {
    display: block;
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: 17pt;
  }
  .voice_block_temp .ir dl.right_icon dd:before {
    content: "";
    position: absolute;
    top: 30px;
    left: 100%;
    margin-top: -10px;
    border: 7px solid transparent;
    border-left: 11px solid #FFF;
  }
  .voice_block_temp .ir .voice_btn {
    text-align: center;
    max-width: 700px;
    margin: 30px auto 0;
    width: 80%;
  }
  .voice_block_temp .ir .voice_btn a {
    border-radius: 6px;
    border: 1px solid #C5C5C5;
    padding: 18px 0px 18px 0px;
    font-size: 13px;
    line-height: 13pt;
    font-weight: 700;
    display: inline-block;
    width: 100%;
    background-image: url(../../assets/img/common/icon01.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 7px 13px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #333333;
  }
  .voice_block_temp .ir .voice_btn a:hover {
    background: #e6e6e6;
    background-image: url(../../assets/img/common/icon01.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 7px 13px;
  }
  .strong_block_temp {
    padding: 40px 0px 0 0;
    margin: 0 0 0px 0;
  }
  .strong_block_temp .extra_ttl {
    font-size: 15px;
    line-height: 18pt;
    padding: 10px;
    color: #FFF;
  }
  .strong_block_temp .ir {
    margin: auto;
    padding: 0 15px;
  }
  .strong_block_temp .ir h2 {
    letter-spacing: 0.1em;
    font-size: 22px;
    font-weight: 700;
    line-height: 24pt;
    text-align: center;
    margin: 0 0 20px 0;
  }
  .strong_block_temp .ir .text {
    text-align: left;
    margin: 0 0 30px 0;
  }
  .strong_block_temp .ir .box {
    border: 6px solid #EDEDED;
    padding: 25px 25px 25px 30px;
    margin: 0 auto 40px;
  }
  .strong_block_temp .ir .box .photos {
    position: absolute;
    left: 15px;
    top: 50px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    max-width: 94px;
  }
  .strong_block_temp .ir .box .box_tl {
    color: #9d1427;
    font-size: 17px;
    line-height: 20pt;
    margin: 0 0 0px 90px;
    font-weight: 700;
  }
  .strong_block_temp .ir .box p {
    margin: 0 0 0 0px;
    font-size: 13px;
    line-height: 21px;
  }
  .strong_block_temp .ir .box .name {
    position: absolute;
    left: 30px;
    top: 15%;
    font-size: 11px;
    -ms-writing-mode: unset;
    -webkit-writing-mode: unset;
            writing-mode: unset;
    display: inline-block;
    text-align: left;
    display: none;
  }
  .strong_block_temp .ir .box .name.onlySP {
    display: inline-block;
    position: relative;
    left: auto;
    top: auto;
    font-size: 10px;
    margin: 0 0 15px 90px;
  }
  .strong_block_temp .areas {
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(13.5%, #FFF), color-stop(13.5%, #F7F7F7), to(#F7F7F7));
    background: -webkit-linear-gradient(top, #FFF 0%, #FFF 13.5%, #F7F7F7 13.5%, #F7F7F7 100%);
    background: linear-gradient(180deg, #FFF 0%, #FFF 13.5%, #F7F7F7 13.5%, #F7F7F7 100%);
    background-image: auto;
    background-size: 100% 100%;
    padding: 0px 0 50px 0;
  }
  .strong_block_temp .areas .fbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0 15px;
  }
  .strong_block_temp .areas .fbox .photos {
    width: 100%;
  }
  .strong_block_temp .areas .fbox .texts {
    padding: 0 0px 0 0vw;
    width: 100%;
  }
  .strong_block_temp .areas .fbox .texts .ttl {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 0px 0;
    text-align: center;
    line-height: 18pt;
  }
  .strong_block_temp .areas .fbox .texts h3 {
    font-size: 22px;
    line-height: 24pt;
    font-weight: 700;
    text-align: center;
    margin: 0 0 30px 0;
  }
  .strong_block_temp .areas .fbox .texts p {
    margin: 30px 0 0 0;
  }
  .strong_block_temp .areas .fbox .texts ul {
    font-size: 14px;
    line-height: 22pt;
    margin: 30px 0 0 0;
  }
  .strong_block_temp .areas .fbox .texts ul li:nth-child(1) {
    background: url(../../assets/img/index/icon_nm_01.png) left top no-repeat;
    background-size: 34px 34px;
    padding: 2px 0 10px 45px;
    margin: 0 0 8px 0;
  }
  .strong_block_temp .areas .fbox .texts ul li:nth-child(2) {
    background: url(../../assets/img/index/icon_nm_02.png) left top no-repeat;
    background-size: 34px 34px;
    padding: 2px 0 10px 45px;
    margin: 0 0 8px 0;
  }
  .strong_block_temp .areas .fbox .texts ul li:nth-child(3) {
    background: url(../../assets/img/index/icon_nm_03.png) left top no-repeat;
    background-size: 34px 34px;
    padding: 2px 0 10px 45px;
    margin: 0 0 8px 0;
  }
  .strong_block_temp .areas .fbox .texts ul li:nth-child(4) {
    background: url(../../assets/img/index/icon_nm_04.png) left top no-repeat;
    background-size: 34px 34px;
    padding: 2px 0 10px 45px;
    margin: 0 0 8px 0;
  }
  .strong_block_temp .areas .fbox .texts ul li:nth-child(5) {
    background: url(../../assets/img/index/icon_nm_05.png) left top no-repeat;
    background-size: 34px 34px;
    padding: 2px 0 10px 45px;
    margin: 0 0 0px 0;
  }
  .strong_block_temp .areas .fbox .texts ul li em {
    font-weight: 700;
    font-size: 18px;
    display: inline-block;
    position: relative;
  }
  .strong_block_temp .areas .fbox .texts ul li em:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #FFBF5A;
    position: absolute;
    bottom: -2px;
    left: 0;
  }
  .strong_block_temp .areas .fbox .texts .btn {
    text-align: center;
    max-width: 700px;
    width: 80%;
    margin: 30px auto 0;
  }
  .strong_block_temp .areas .fbox .texts .btn a {
    border-radius: 6px;
    padding: 18px 0px 18px 0px;
    font-size: 13px;
    line-height: 13pt;
    font-weight: 700;
    display: inline-block;
    width: 100%;
    background-image: url(../../assets/img/common/icon01.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 7px 13px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    letter-spacing: 0.1em;
  }
  .strong_block_temp .areas .fbox .texts .btn a:hover {
    background: #e6e6e6;
    background-image: url(../../assets/img/common/icon01.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 7px 13px;
  }
  .strong_block_temp .areas.extra {
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(37%, #FFF), color-stop(37%, #F7F7F7), to(#F7F7F7));
    background: -webkit-linear-gradient(top, #FFF 0%, #FFF 37%, #F7F7F7 37%, #F7F7F7 100%);
    background: linear-gradient(180deg, #FFF 0%, #FFF 37%, #F7F7F7 37%, #F7F7F7 100%);
  }
  .strong_block_temp .areas_second {
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(37%, #FFF), color-stop(37%, #F7F7F7), to(#F7F7F7));
    background: -webkit-linear-gradient(top, #FFF 0%, #FFF 37%, #F7F7F7 37%, #F7F7F7 100%);
    background: linear-gradient(180deg, #FFF 0%, #FFF 37%, #F7F7F7 37%, #F7F7F7 100%);
    background-image: auto;
    background-size: 100% 100%;
    padding: 0px 0 50px 0;
    margin: 50px 0 50px 0;
  }
  .strong_block_temp .areas_second .fbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0 15px;
  }
  .strong_block_temp .areas_second .fbox .photos {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .strong_block_temp .areas_second .fbox .texts {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    padding: 0 0vw 0 0px;
    width: 100%;
  }
  .strong_block_temp .areas_second .fbox .texts .ttl {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 0px 0;
    text-align: center;
    line-height: 18pt;
  }
  .strong_block_temp .areas_second .fbox .texts h3 {
    font-size: 22px;
    line-height: 24pt;
    font-weight: 700;
    text-align: center;
    margin: 0 0 30px 0;
  }
  .strong_block_temp .areas_second .fbox .texts p {
    margin: 30px 0 0 0;
  }
  .strong_block_temp .areas_second .fbox .texts .btn {
    text-align: center;
    max-width: 700px;
    width: 80%;
    margin: 30px auto 0;
  }
  .strong_block_temp .areas_second .fbox .texts .btn a {
    border-radius: 6px;
    padding: 18px 0px 18px 0px;
    font-size: 13px;
    line-height: 13pt;
    font-weight: 700;
    color: #FFF;
    display: inline-block;
    width: 100%;
    background-image: url(../../assets/img/common/icon01.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 7px 13px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    letter-spacing: 0.1em;
  }
  .strong_block_temp .areas_second .fbox .texts .btn a:hover {
    background: #e6e6e6;
    background-image: url(../../assets/img/common/icon01.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 7px 13px;
  }
  .strong_block_temp .radius_blocks {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 0vw 0 0;
    margin: 0 0vw 0 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .strong_block_temp .radius_blocks li {
    background: #FFF1A2;
    text-align: center;
    color: #9D1427;
    width: calc(28.5vw);
    height: calc(28.5vw);
    max-width: 100%;
    position: relative;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    /*
                flex-wrap: wrap;
                */
  }
  .strong_block_temp .radius_blocks li .cross_left {
    position: absolute;
    width: 20%;
    left: -4.5vw;
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
  }
  .strong_block_temp .radius_blocks li .cross_right {
    position: absolute;
    width: 20%;
    right: -4.5vw;
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    z-index: 1;
  }
  .strong_block_temp .radius_blocks li div {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .strong_block_temp .radius_blocks li span {
    font-size: 2.6vw;
    line-height: 150%;
    display: block;
    margin: 0 0 0px 0;
  }
  .strong_block_temp .radius_blocks li p {
    font-size: 3.8vw;
    line-height: 150%;
    font-weight: 700;
    width: 100%;
    margin: 0 0 0 0 !important;
  }
  .isms_block_temp {
    padding: 40px 0px 0 0;
    margin: 0 0 50px 0;
  }
  .isms_block_temp .ir {
    margin: auto;
    padding: 0 15px;
  }
  .isms_block_temp .ir h2 {
    letter-spacing: 0.1em;
    font-size: 22px;
    font-weight: 700;
    line-height: 24pt;
    text-align: center;
    margin: 0 0 20px 0;
  }
  .isms_block_temp .fbox {
    margin: 30px auto 0;
    display: block;
  }
  .isms_block_temp .fbox .photo {
    width: 100%;
  }
  .isms_block_temp .fbox .photo img {
    width: 50%;
    margin: auto;
  }
  .isms_block_temp .fbox .text {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    padding: 25px 0 0 0px;
  }
  .area_block_temp .area_bg {
    background: url(../../assets/img/index/bg_img_03sp.jpg) center bottom no-repeat;
    background-size: cover;
    background-attachment: scroll;
    position: relative;
    height: 140px;
  }
  .area_block_temp .area_bg .ir {
    max-width: 1200px;
    margin: auto;
    background: #FFF;
    text-align: center;
    padding: 40px 15px 0 15px;
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    width: auto;
  }
  .area_block_temp .area_bg .ir h2 {
    letter-spacing: 0.1em;
    font-size: 22px;
    font-weight: 700;
    line-height: 22pt;
    text-align: center;
    margin: 0 0 -47px 0;
  }
  .area_block_temp .area_bg .ir h2 span {
    font-size: 14px;
  }
  .area_block_temp .ir50 {
    padding: 0 15px 50px 15px;
  }
  .area_block_temp .area_ir .text {
    text-align: left;
    margin: 70px 0 30px 0;
  }
  .area_block_temp .area_ir .photos {
    margin: 0 30px 30px 30px;
    max-width: 100%;
  }
  .area_block_temp .area_ir .photos img {
    width: 100%;
  }
  .area_block_temp .area_ir ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-left: 1px solid #C5C5C5;
    border-top: 1px solid #C5C5C5;
    width: 100%;
  }
  .area_block_temp .area_ir ul li {
    width: calc(100% / 2);
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .area_block_temp .area_ir ul li a {
    width: 100%;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
    background: #FFF;
    border-right: 1px solid #C5C5C5;
    border-bottom: 1px solid #C5C5C5;
    padding: 15px 40px 15px 15px;
    background-image: url(../../assets/img/common/icon01.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 7px 13px;
    color: #333333;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 13px;
  }
  .area_block_temp .area_ir ul li a:hover {
    background: #e6e6e6;
    background-image: url(../../assets/img/common/icon01.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 7px 13px;
  }
  .area_block_temp .area_btn {
    text-align: center;
    max-width: 700px;
    margin: 30px auto 0;
    width: 80%;
  }
  .area_block_temp .area_btn a {
    border-radius: 6px;
    border: 1px solid #C5C5C5;
    padding: 18px 0px 18px 0px;
    font-size: 13px;
    line-height: 13pt;
    font-weight: 700;
    display: inline-block;
    width: 100%;
    background-image: url(../../assets/img/common/icon01.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 7px 13px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #333333;
  }
  .area_block_temp .area_btn a:hover {
    background: #e6e6e6;
    background-image: url(../../assets/img/common/icon01.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 7px 13px;
  }
  .uwaki_block_02 {
    margin: 25px 0 0 0;
    padding: 0 0 0px 0;
  }
  .uwaki_block_02 .text01 {
    text-align: left;
    margin: 20px 0 0 0;
  }
  .uwaki_block_02 .base_area_01_t {
    padding: 40px 15px 0 15px;
  }
  .uwaki_block_02 {
    background-image: url(../../assets/img/chosa/uwaki/bg_img_01.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 100% 100%;
    padding: 0 0 0px 0;
  }
  .uwaki_block_02 .text01 {
    text-align: center;
    margin: 30px 0 0 0;
  }
  .uwaki_block_02 .uwaki_list_01 {
    position: relative;
    margin: 25px auto 0;
    max-width: 340px;
    padding: 0 0 50px 0;
  }
  .uwaki_block_02 .uwaki_list_01 .uwaki_01 {
    width: 304px;
    height: 60px;
    background-image: url(../../assets/img/chosa/uwaki/bg_img_02.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 304px 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5px 0 0 0;
    margin: 10px 0 0 25px;
  }
  .uwaki_block_02 .uwaki_list_01 .uwaki_01 div {
    color: #9D1427;
    font-size: 13px;
    line-height: 13pt;
  }
  .uwaki_block_02 .uwaki_list_01 .uwaki_01 div em {
    font-weight: 700;
    font-size: 18px;
  }
  .uwaki_block_02 .uwaki_list_01 .uwaki_01 div span {
    font-size: 15px;
  }
  .uwaki_block_02 .uwaki_list_01 .uwaki_02 {
    width: 232px;
    height: 60px;
    background-image: url(../../assets/img/chosa/uwaki/bg_img_03.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 232px 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5px 0 0 0;
    margin: 10px 0 0 0px;
  }
  .uwaki_block_02 .uwaki_list_01 .uwaki_02 div {
    color: #9D1427;
    font-size: 13px;
    line-height: 13pt;
  }
  .uwaki_block_02 .uwaki_list_01 .uwaki_02 div em {
    font-weight: 700;
    font-size: 18px;
  }
  .uwaki_block_02 .uwaki_list_01 .uwaki_02 div span {
    font-size: 15px;
  }
  .uwaki_block_02 .uwaki_list_01 .uwaki_03 {
    width: 204px;
    height: 60px;
    background-image: url(../../assets/img/chosa/uwaki/bg_img_04.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 204px 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5px 0 0 0;
    margin: 10px 0 0 20px;
  }
  .uwaki_block_02 .uwaki_list_01 .uwaki_03 div {
    color: #9D1427;
    font-size: 13px;
    line-height: 13pt;
  }
  .uwaki_block_02 .uwaki_list_01 .uwaki_03 div em {
    font-weight: 700;
    font-size: 18px;
  }
  .uwaki_block_02 .uwaki_list_01 .uwaki_03 div span {
    font-size: 15px;
  }
  .uwaki_block_02 .uwaki_list_01 .photo {
    position: absolute;
    right: 0px;
    bottom: 0;
    max-width: 100px;
  }
  .uwaki_block_03 {
    padding: 0 0 50px 0;
  }
  .uwaki_block_03 .ir h2 {
    letter-spacing: 0.1em;
    font-size: 22px;
    font-weight: 700;
    line-height: 24pt;
    text-align: center;
    margin: 0 0 30px 0;
  }
  .uwaki_block_03 .photo {
    margin: 0px auto 0;
  }
  .uwaki_block_03 .sub_area {
    max-width: 100%;
    padding: 25px 30px;
    font-size: 15px;
    font-weight: 400;
    line-height: 18pt;
  }
  .uwaki_extra01 {
    margin: 50px 0 0px 0;
  }
  .uwaki_extra03 {
    margin: 0 0 0 0;
  }
  .uwaki_extra04 {
    margin: 40px 0 0 0;
  }
  .uwaki_extra05 {
    margin: 5px 0 0 0;
  }
  .uwaki_extra06 {
    padding: 40px 15px 80px 15px;
  }
  .extra_btn {
    text-align: center;
    max-width: 700px;
    margin: 30px auto 0;
    width: 80%;
  }
  .extra_btn a {
    border-radius: 6px;
    border: 1px solid #C5C5C5;
    padding: 18px 0px 18px 0px;
    font-size: 13px;
    line-height: 13pt;
    font-weight: 700;
    display: inline-block;
    width: 100%;
    background-image: url(../../assets/img/common/icon01.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 7px 13px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #333333;
  }
  .extra_btn a:hover {
    background: #e6e6e6;
    background-image: url(../../assets/img/common/icon01.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 7px 13px;
  }
  .extra_btn_ac {
    text-align: center;
    max-width: 700px;
    margin: 30px auto 0;
    width: 80%;
    border-radius: 6px;
    border: 1px solid #C5C5C5;
    padding: 18px 0px 18px 0px;
    font-size: 13px;
    line-height: 13pt;
    font-weight: 700;
    display: inline-block;
    background-image: url(../../assets/img/common/icon06.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 13px 7px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #333333;
  }
  .extra_btn_ac:hover {
    background: #e6e6e6;
    background-image: url(../../assets/img/common/icon06.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 13px 7px;
  }
  .extra_btn_ac.active {
    background-image: url(../../assets/img/common/icon07.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 13px 7px;
  }
  .extra_btn_ac_area {
    margin: 0px auto 0;
    display: none;
    text-align: left;
  }
  .extra_btn_ac_area h4 {
    margin: 25px 0 5px 0px;
    font-size: 14px;
    line-height: 17pt;
    width: 100%;
    display: inline-block;
  }
  .hitosagashi_block_02 {
    margin: 0px 0 0 0;
    padding: 0 0 0px 0;
  }
  .hitosagashi_block_02 .text01 {
    text-align: left;
    margin: 20px 0 0 0;
  }
  .hitosagashi_block_02 .base_area_01_t {
    padding: 40px 15px 0 15px;
  }
  .hitosagashi_block_02 {
    background-image: url(../../assets/img/chosa/uwaki/bg_img_01.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 100% 100%;
    padding: 0 0 0px 0;
  }
  .hitosagashi_block_02 h2 span {
    font-size: 18px;
    display: block;
  }
  .hitosagashi_block_02 h2 em {
    color: #9D1427;
    display: inline-block;
    position: relative;
  }
  .hitosagashi_block_02 h2 em:after {
    content: "";
    width: 80%;
    height: 2px;
    background: #FFBF5A;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .hitosagashi_block_02 .hitosagashi_area_01 {
    max-width: 920px;
    margin: auto;
    position: relative;
    padding: 0 0 0px 0;
  }
  .hitosagashi_block_02 .hitosagashi_area_01 .photo {
    position: relative;
    left: auto;
    max-width: 109px;
    bottom: auto;
    margin: 20px auto 0;
  }
  .hitosagashi_block_03 {
    padding: 0 0 50px 0;
  }
  .hitosagashi_block_03 .ir {
    margin: 5px 0 0 0;
  }
  .hitosagashi_block_03 .ir h2 {
    letter-spacing: 0.1em;
    font-size: 22px;
    font-weight: 700;
    line-height: 24pt;
    text-align: center;
    margin: 0 0 30px 0;
  }
  .hitosagashi_block_03 .block03_area {
    max-width: 100%;
    margin: auto;
    padding: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
  }
  .hitosagashi_block_03 .block03_area .lefts {
    color: #FFF;
    max-width: 100%;
    width: 100%;
    padding: 0 0px 0 0;
  }
  .hitosagashi_block_03 .block03_area .lefts h3 {
    font-size: 16px;
    line-height: 19pt;
    font-weight: 700;
    margin: 0 0 15px 0;
  }
  .hitosagashi_block_03 .block03_area .rights {
    max-width: 100%;
    color: #FFF;
    width: 100%;
    margin: 30px 0 0 0;
  }
  .hitosagashi_block_03 .block03_area .rights p {
    font-weight: 700;
    font-size: 13px;
    margin: 0 0 10px 0;
  }
  .hitosagashi_block_03 .sub_area {
    max-width: 100%;
    padding: 25px 30px;
    font-size: 17px;
    font-weight: 700;
    line-height: 21pt;
  }
  .hitosagashi_block_04 {
    padding: 40px 15px 50px 15px;
  }
  .hitosagashi_block_04 .ir h2 {
    font-size: 22px;
    line-height: 28pt;
    margin: 0 0 20px 0;
  }
  .hitosagashi_block_04 .ir h2 em {
    font-size: 36px;
  }
  .hitosagashi_block_04 .ir .area {
    max-width: 100%;
    margin: auto;
    padding: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
  }
  .hitosagashi_block_04 .ir .area .lefts {
    max-width: 100%;
    width: 100%;
  }
  .hitosagashi_block_04 .ir .area .lefts h3 {
    font-size: 16px;
    line-height: 19pt;
    font-weight: 700;
    margin: 0 0 15px 0;
  }
  .hitosagashi_block_04 .ir .area .rights {
    max-width: 100%;
    width: 100%;
    /*
                    background-image: url(../../assets/img/chosa/hitosagashi/photo_img_04.png);
                    background-repeat: no-repeat;
                    background-position: right bottom ; //右から15pxで、縦の中央
                    background-size:cover;
                    */
    margin: 30px auto 0;
  }
  .hitosagashi_block_05 {
    padding: 0 0 50px 0;
  }
  .hitosagashi_block_05 .ir {
    margin: 5px 0 0 0;
  }
  .hitosagashi_block_05 .ir h2 {
    letter-spacing: 0.1em;
    font-size: 22px;
    font-weight: 700;
    line-height: 24pt;
    text-align: center;
    margin: 0 0 30px 0;
  }
  .hitosagashi_block_05 .area_05 {
    max-width: 700px;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
  .hitosagashi_block_05 .area_05 .icon {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 8vw;
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
  }
  .hitosagashi_block_05 .area_05 a {
    width: calc(40.5vw);
    height: calc(40.5vw);
    max-width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #FFF;
    border-radius: 50%;
    text-align: center;
    font-size: 3vw;
    line-height: 160%;
    background-image: url(../../assets/img/chosa/hitosagashi/icon_img_04.png);
    background-repeat: no-repeat;
    background-position: center bottom 18%;
    background-size: 12px 6px;
  }
  .hitosagashi_block_05 .area_05 a span {
    font-weight: 700;
    color: #9D1427;
  }
  .hitosagashi_block_05 .area_05 a em {
    font-size: 4.4vw;
    line-height: 160%;
  }
  .hitosagashi_block_05 .area_05 a:hover {
    background: #ffccd3;
    background-image: url(../../assets/img/chosa/hitosagashi/icon_img_04.png);
    background-repeat: no-repeat;
    background-position: center bottom 15%;
    background-size: 12px 6px;
    text-decoration: none;
  }
  .point_blocks_01.extra_hitosagashi .areas .fbox .texts h3 span {
    display: inline-block;
    background: #9D1427;
    color: #FFF;
    font-size: 13px;
    line-height: 13pt;
    padding: 7px 18px 7px 20px;
    font-weight: 400;
    margin-bottom: 10px;
    border-radius: 4px;
  }
  .point_blocks_01.extra_hitosagashi .areas_second .fbox .texts h3 span {
    display: inline-block;
    background: #9D1427;
    color: #FFF;
    font-size: 13px;
    line-height: 13pt;
    padding: 7px 18px 7px 20px;
    font-weight: 400;
    margin-bottom: 10px;
    border-radius: 4px;
  }
  .point_blocks_01.extra_hitosagashi .btn {
    text-align: center;
    max-width: 700px;
    width: 80%;
    margin: 30px auto 0;
  }
  .point_blocks_01.extra_hitosagashi .btn a {
    border-radius: 6px;
    padding: 18px 0px 18px 0px;
    font-size: 13px;
    line-height: 13pt;
    font-weight: 700;
    display: inline-block;
    width: 100%;
    background-image: url(../../assets/img/common/icon01.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 7px 13px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    letter-spacing: 0.1em;
  }
  .hitosagashi_block_06 {
    padding: 40px 15px 30px 15px;
  }
  .hitosagashi_block_06 .ir h2 {
    font-size: 22px;
    line-height: 28pt;
    margin: 0 0 20px 0;
  }
  .hitosagashi_block_06 .text {
    text-align: left;
    margin: 25px 0 0 0;
  }
  .hitosagashi_block_06 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 30px auto 0;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .hitosagashi_block_06 ul li {
    width: 32%;
    max-width: 100%;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 21px;
    margin: 0 0 20px 0;
  }
  .hitosagashi_block_06 ul li img {
    margin: 0 auto 5px;
    max-width: 75px;
  }
  .chosa_temp_block_02 .detail_anker_02 ul.hitosagashi li {
    max-width: 100%;
  }
  .red_block_temp_hitosagashi {
    background: #9D1427;
    padding: 30px 15px;
  }
  .red_block_temp_hitosagashi .ir div {
    font-size: 17px;
    line-height: 20pt;
    margin: 0 0 15px 0;
  }
  .red_block_temp_hitosagashi .ir p {
    font-size: 13px;
    line-height: 21px;
    text-align: left;
  }
  .hitosagashi_extra02 {
    background: none;
    margin: 0;
  }
  .strong_block_temp .areas_second.hitosagashi_extra03 {
    margin: 50px 0 0 0;
  }
  .isms_block_temp.extra_hitosagashi04 {
    margin: 0 0 80px 0;
  }
  body.Android .strong_block_temp .ir .box .box_tl {
    font-size: 16px;
    line-height: 18pt;
  }
  body.Android .strong_block_temp .ir .box {
    padding: 25px 22px 25px 26px;
  }
  body.Android .plan_block_temp .ir .area01 .box {
    padding: 8px 20px 8px 20px;
  }
  body.Android .plan_block_temp .ir .area01 .box .lefts img {
    margin-right: 10px;
  }
  body.Android .plan_block_temp .ir .area01 .box .lefts {
    padding: 8px 0px 8px 15px;
    width: 100%;
  }
  .strong_block_temp .areas_second .fbox .texts .btn a {
    color: #333;
  }
  .strong_block_temp .areas .fbox.extra {
    padding: 0 15px;
    width: 100%;
  }
  .strong_block_temp .areas .fbox.extra .texts {
    padding: 0 0px 0 0vw;
    width: 100%;
  }
  .strong_block_temp .areas .fbox.extra .photos {
    width: 100%;
  }
  .strong_block_temp .areas.exta_bg {
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(35.5%, #FFF), color-stop(35.5%, #F7F7F7), to(#F7F7F7));
    background: -webkit-linear-gradient(top, #FFF 0%, #FFF 35.5%, #F7F7F7 35.5%, #F7F7F7 100%);
    background: linear-gradient(180deg, #FFF 0%, #FFF 35.5%, #F7F7F7 35.5%, #F7F7F7 100%);
  }
}
