@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap");
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

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

.slick-arrow.slick-hidden {
  display: none;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset PC
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "Roboto", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック",
    "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 16px;
}

.no-webfont {
  font-family: "Roboto", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",
    "メイリオ", Meiryo, sans-serif;
}
.no-webfont input,
.no-webfont textarea,
.no-webfont select,
.no-webfont button {
  font-family: "Roboto", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",
    "メイリオ", Meiryo, sans-serif;
}

html {
  color: #3c3c3c;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  word-break: break-all;
}

body {
  background: #fff;
  margin: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
}

p {
  margin: 0;
  padding: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

a {
  color: #3c3c3c;
  text-decoration: none;
}

input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

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

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

.outer-block {
  min-width: 1240px;
}

.inner-block {
  position: relative;
  width: 1200px;
  padding: 0 20px;
}

#wrapper {
  position: relative;
}

dl,
dt,
dd {
  padding: 0;
  margin: 0;
}
@font-face {
  src: url(../font/NotoSerifJP-Medium.woff) format("woff"),
    url(../font/NotoSerifJP-Medium.otf) format("opentype");
  font-family: "Noto Serif JP";
  font-weight: 500;
  font-display: swap;
}
@font-face {
  src: url(../font/NotoSerifJP-Bold.woff) format("woff"),
    url(../font/NotoSerifJP-Bold.otf) format("opentype");
  font-family: "Noto Serif JP";
  font-weight: 700;
  font-display: swap;
}
.serif {
  font-family: "Noto Serif JP", serif;
}

.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

/*------------------------------------------------------------------------------
  reset SP
------------------------------------------------------------------------------*/
/* --------------------------------
c-header
----------------------------------- */
main {
  display: block;
  margin-top: 80px;
}

.c-header {
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1001;
}
.c-header .nav-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.c-header .logo {
  background: #d8000f;
  text-align: center;
  width: 180px;
}
.c-header .logo 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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 6px 20px;
  height: 80px;
}
.c-header .logo a img {
  width: 100%;
  min-height: 20px;
  height: 100%;
}
.c-header .nav-list .mega-wrap .mega-menu {
  background: #fff;
  padding: 60px;
}
.c-header .nav-list .mega-wrap .img-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-header .nav-list .mega-wrap .img-list li {
  -webkit-box-flex: inherit;
  -webkit-flex: inherit;
  -ms-flex: inherit;
  flex: inherit;
  text-align: center;
}
.c-header .nav-list .mega-wrap .img-list li a::before {
  content: none;
}
.c-header .nav-list .mega-wrap .img-list a {
  display: block;
}
.c-header .nav-list .mega-wrap .img-list a .img img {
  width: 100%;
}
.c-header .nav-list .mega-wrap .img-list a .txt {
  font-size: 18px;
  margin-top: 14px;
}
.c-header .nav-list .mega-wrap .img-list + .btn-list {
  margin-top: 50px;
}
.c-header .nav-list .mega-wrap .btn-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-header .nav-list .mega-wrap .btn-list li {
  -webkit-box-flex: inherit;
  -webkit-flex: inherit;
  -ms-flex: inherit;
  flex: inherit;
}
.c-header .nav-list .mega-wrap .btn-list li::before {
  content: none;
}
.c-header .nav-list .mega-wrap .btn-list a {
  display: block;
  font-size: 15px;
  padding: 20px 30px 20px 15px;
  position: relative;
  text-align: left;
}
.c-header .nav-list .mega-wrap .btn-list a::before {
  content: "";
  width: 7px;
  height: 7px;
  border: 0px;
  border-top: solid 1px #d8000f;
  border-right: solid 1px #d8000f;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: inherit;
  right: 20px;
  margin: auto;
  background: none;
}
.c-header .nav-btn {
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  width: 55px;
  height: 55px;
  overflow: hidden;
  text-align: center;
  z-index: 99;
}
.c-header .nav-btn .txt {
  color: #d8000f;
  font-size: 10px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
}
.c-header .nav-btn .inn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 27px;
  height: 27px;
  margin: auto;
}
.c-header .nav-btn .inn .line {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #d8000f;
  -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}
.c-header .nav-btn .inn .line:nth-child(1) {
  top: 3px;
}
.c-header .nav-btn .inn .line:nth-child(2) {
  top: 11px;
}
.c-header .nav-btn.is-open .inn .line {
  top: 7px;
}
.c-header .nav-btn.is-open .inn .line:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-header .nav-btn.is-open .inn .line:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.c-header.en .nav-list li {
  -webkit-box-flex: inherit;
  -webkit-flex: inherit;
  -ms-flex: inherit;
  flex: inherit;
  position: relative;
}
.c-header.en .nav-list li .mega-txt {
  cursor: pointer;
  -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}
.c-header.en .nav-list li:hover .mega-nav {
  opacity: 1;
  pointer-events: auto;
}
.c-header.en .nav-list .mega-nav {
  padding-top: 22px;
}
.c-header.en .nav-list .mega-nav a {
  background: rgba(255, 255, 255, 0.95);
  display: block;
  font-size: 16px;
  letter-spacing: 0.06em;
  padding: 15px 20px;
  padding-right: 50px;
  position: relative;
  text-align: left;
}
.c-header.en .nav-list .mega-nav a + a::before {
  background: #ddd;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: calc(100% - 40px);
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.c-header.en .nav-list .mega-nav a::after {
  background: url(../img/common/ico-arrow-red.svg) no-repeat center center;
  background-size: 10px 8px;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  width: 10px;
  bottom: 0;
  top: 0;
  right: 20px;
  margin: auto;
  -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}
.c-header.en .nav-list .mega-nav::before {
  border-style: solid;
  border-width: 0 9px 9px 9px;
  border-color: transparent transparent #fff transparent;
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 13px;
  right: 0;
  left: 0;
  margin: auto;
  opacity: 0.95;
}
.c-header.en .contact-btn a {
  border-left: 1px solid #ddd;
  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;
  height: 100%;
  padding: 0 25px;
  width: 184px;
}
.c-header.en .contact-btn a .ico {
  width: 47px;
}
.c-header.en .contact-btn a .inn {
  width: calc(100% - 47px);
}

html.is-fixed {
  position: fixed;
  left: 0;
  width: 100%;
}

#menu-bg {
  z-index: 1001;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 110vh;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}
#menu-bg.is-open {
  opacity: 1;
  pointer-events: auto;
}

.colmun3-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.colmun3-btn a {
  background: #fff;
  display: block;
  text-align: center;
}
.colmun3-btn a .ico,
.colmun3-btn a .inn {
  display: block;
}
.colmun3-btn a .ico {
  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;
  height: 54px;
  padding-top: 6px;
}
.colmun3-btn a .inn {
  font-size: 12px;
  line-height: 1;
}
.colmun3-btn a:nth-child(1) img {
  width: 20px;
}

.c-footer {
  color: #fff;
  font-size: 16px;
}
.c-footer .contact-block {
  background: url("../img/common/bg-footer.jpg") no-repeat center center/cover;
  padding-top: 80px;
  padding-bottom: 80px;
}
.c-footer .contact-box {
  text-align: center;
}
.c-footer .contact-box .ttl {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.c-footer .contact-box .ttl.small {
  font-size: 18px;
}
.c-footer .contact-box .txt {
  font-size: 15px;
  margin: 20px 0 50px;
  letter-spacing: 0.15em;
}
.c-footer .contact-box .tag-list {
  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;
  margin-top: 25px;
}
.c-footer .contact-box .tag-list li {
  border: 1px solid #fff;
  font-size: 14px;
  padding: 8px 0;
  text-align: center;
  width: calc((100% - 10px) / 2);
}
.c-footer .contact-box .tag-list li + li {
  margin-left: 10px;
}
.c-footer .contact-box .tel {
  color: #fff;
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1;
  margin-top: 25px;
  padding-left: 40px;
  position: relative;
}
.c-footer .contact-box .tel::before {
  background: url("../img/common/ico-tel.svg") no-repeat center center #d8000f;
  border-radius: 50%;
  content: "";
  display: block;
  height: 30px;
  position: absolute;
  width: 30px;
  bottom: 0;
  top: 0;
  left: 0;
  margin: auto;
}
.c-footer .contact-box .tel-txt {
  font-size: 14px;
  font-weight: normal;
  margin-top: 20px;
}
.c-footer .box-wrap .box-inn {
  border: 1px solid #fff;
  padding: 40px 45px 125px;
  position: relative;
  text-align: center;
}
.c-footer .box-wrap .box-inn .ttl {
  font-size: 18px;
  display: inline-block;
  text-align: center;
  margin-bottom: 25px;
  letter-spacing: 0.05em;
}
.c-footer .box-wrap .box-inn .txt {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.15em;
  text-align: left;
}
.c-footer .box-wrap .box-inn .btn-wrap {
  margin-top: 30px;
}
.c-footer .box-wrap .box-inn:nth-child(2) .ttl {
  padding-left: 40px;
  position: relative;
}
.c-footer .box-wrap .box-inn:nth-child(2) .ttl::before {
  background: url(../img/common/ico-mail-white.svg) no-repeat center center;
  background-size: 29px 22px;
  content: "";
  display: block;
  width: 29px;
  height: 22px;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  margin: auto;
}
.c-footer .copyright {
  background: #d8000f;
}
.c-footer .copyright .box01 .logo {
  width: 168px;
}
.c-footer .copyright .box01 .txt {
  letter-spacing: 0.1em;
}
.c-footer .copyright .box02 .link-list li + li {
  margin-left: 28px;
}
.c-footer .copyright .box02 .link-list li a {
  color: #fff !important;
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.15em;
  padding-left: 20px;
  position: relative;
}
.c-footer .copyright .box02 .link-list li a::before {
  background: url("../img/common/ico-arrow-white.svg");
  background-size: 11px 9px;
  content: "";
  display: block;
  height: 9px;
  position: absolute;
  width: 11px;
  bottom: 0;
  top: 0;
  left: 0;
  margin: auto;
}
.c-footer .copyright .box02 .txt {
  margin-top: 20px;
  font-size: 12px;
  letter-spacing: 0.15em;
}
.c-footer.en .copyright .inner-block {
  display: block;
  height: auto;
}
.c-footer.en .copyright .box02 .link-list li a {
  font-size: 13px;
  line-height: 1.2;
}
.c-footer.en .copyright .box02 .link-list li a .small {
  font-size: 10px;
}
.c-footer.en .copyright .box03 {
  margin-top: 45px;
  text-align: center;
}
.c-footer.en .copyright .box03 .lang-list li a {
  color: #fff;
  display: block;
  font-size: 14px;
  letter-spacing: 0.1em;
  padding: 20px;
  position: relative;
}
.c-footer.en .copyright .box03 .lang-list li a::before {
  background: url(../img/common/ico-arrow-sharp-white.svg) no-repeat center
    center;
  background-size: 41px 7px;
  content: "";
  display: block;
  height: 7px;
  position: absolute;
  width: 41px;
  bottom: 0;
  top: -6px;
  right: 30px;
  margin: auto;
}
.c-footer.en .copyright .box03 .txt {
  margin-top: 40px;
}

.c-ttl01 .large,
.c-ttl01 .small {
  display: block;
  line-height: 1.2;
  font-weight: bold;
}
.c-ttl01 .large {
  font-size: 50px;
}
.c-ttl01 .small {
  font-size: 24px;
  margin-top: 15px;
}
.c-ttl01 .red {
  color: #d8000f;
}

.c-ttl02 {
  border-bottom: 1px solid #ddd;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-bottom: 10px;
}

.c-btn01 {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border: 1px solid #3c3c3c;
  border-radius: 27px;
  height: 54px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 270px;
  margin: auto;
  -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  line-height: 1.3;
}
.c-btn01::before {
  background: url(../img/common/ico-arrow-sharp.svg) no-repeat center center;
  background-size: 40px 7px;
  content: "";
  display: block;
  height: 7px;
  position: absolute;
  width: 40px;
  bottom: 7px;
  top: 0;
  right: -15px;
  margin: auto;
}
.c-btn01.only-txt {
  background: none;
  border: none;
  display: inline-block;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  height: auto;
  padding-right: 60px;
  font-size: 12px;
}
.c-btn01.only-txt::before {
  right: 0;
  bottom: 4px;
}
.c-btn01.only-txt.white {
  color: #fff;
}
.c-btn01.only-txt.white::before {
  background: url(../img/common/ico-arrow-sharp-white.svg) no-repeat center
    center;
  background-size: 40px 7px;
}
.c-btn01.permalink::after {
  background: url(../img/common/ico-permalink.svg) no-repeat center center;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  width: 12px;
  bottom: 0;
  top: 0;
  left: 20px;
  margin: auto;
  -webkit-transition: initial;
  transition: initial;
}

.c-btn02 {
  background: #f9f9f9;
  border: 1px solid #ddd;
  display: inline-block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 22px;
  font-weight: bold;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 600px;
  height: 100px;
  margin: auto;
  text-align: center;
}
.c-btn02.white {
  background: #fff;
}
.c-btn02::before {
  background: url(../img/common/ico-arrow-sharp.svg) no-repeat center center;
  background-size: 40px 7px;
  content: "";
  display: block;
  height: 7px;
  position: absolute;
  width: 40px;
  bottom: 7px;
  top: 0;
  right: 30px;
  margin: auto;
  -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}

.js-img-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
}

.dot-bg {
  background: url(../img/common/bg-dot.png) repeat center center;
}
.dot-bg.gray {
  background-color: #fafafa;
}

.c-anchor {
  position: relative;
  top: -90px;
  left: 0;
  height: 1px;
  width: 1px;
  display: block;
}

.num-count {
  color: #d8000f;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
  letter-spacing: 0.15em;
  line-height: 1;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.num-count .num-inn::before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero) " ";
}

.paging-area {
  clear: both;
  margin: 40px auto;
  position: relative;
  text-align: center;
}
.paging-area .page-numbers {
  background: #e3e3e3;
  color: #3c3c3c;
  display: inline-block;
  vertical-align: middle;
  height: 36px;
  line-height: 36px;
  margin: 0 2px;
  text-align: center;
  width: 36px;
}
.paging-area .page-numbers.next,
.paging-area .page-numbers.prev {
  border: 1px solid #d8000f;
  background: #fff;
  position: relative;
}
.paging-area .page-numbers.next::before,
.paging-area .page-numbers.prev::before {
  border: solid #d8000f;
  border-width: 0 2px 2px 0;
  border-radius: 2px;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}
.paging-area .page-numbers.next::before {
  right: 14px;
  -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
  transform: rotate(-45deg) translate3d(0, 0, 0);
}
.paging-area .page-numbers.prev:hover::before {
  left: 10px;
}
.paging-area .page-numbers.prev::before {
  left: 14px;
  -webkit-transform: rotate(135deg) translate3d(0, 0, 0);
  transform: rotate(135deg) translate3d(0, 0, 0);
}
.paging-area .page-numbers.current {
  background: #d8000f;
  color: #fff;
}

.article-mv-block {
  background: url(../img/common/mv.jpg) no-repeat center center/cover;
  height: 420px;
  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;
}
.article-mv-block .ttl {
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}
.article-mv-block .ttl .main,
.article-mv-block .ttl .sub {
  display: block;
}
.article-mv-block .ttl .main {
  font-size: 50px;
}
.article-mv-block .ttl .sub {
  font-size: 24px;
}

.detail-mv-block {
  background-color: #f1f1f1;
  padding-bottom: 100px;
}
.detail-mv-block .mv .js-img-bg {
  height: 710px;
}
.detail-mv-block .breadcrumb-list {
  padding: 0 0 20px;
}
.detail-mv-block .c-tag-list {
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.detail-mv-block .txt-area {
  background: #fff;
  border-radius: 10px;
  margin-top: -110px;
  padding: 10px 20px 55px;
}
.detail-mv-block .txt-area .ttl,
.detail-mv-block .txt-area .name {
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
}
.detail-mv-block .txt-area .ttl {
  font-size: 50px;
  line-height: 1.3;
}
.detail-mv-block .txt-area .name {
  color: #d8000f;
  font-size: 24px;
  line-height: 1.4;
  margin-top: 5px;
}
.detail-mv-block .txt-area .days {
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
  letter-spacing: 0.1em;
}
.detail-mv-block .txt-area .txt-wrap .img {
  width: 150px;
  border-radius: 50%;
  overflow: hidden;
}
.detail-mv-block .txt-area .txt-wrap .inn {
  color: #5b5b5b;
}
.detail-mv-block .txt-area .txt-wrap .inn .txt {
  line-height: 2;
  letter-spacing: 0.1em;
}
.detail-mv-block .txt-area .txt-wrap .inn .txt + .txt {
  margin-top: 10px;
}

.breadcrumb-list {
  padding: 15px 0;
}
.breadcrumb-list li {
  color: #d8000f;
  display: inline;
  letter-spacing: 0.1em;
  position: relative;
  font-size: 12px;
  font-weight: bold;
}
.breadcrumb-list li a {
  color: #3c3c3c;
}
.breadcrumb-list li + li {
  margin-left: 23px;
}
.breadcrumb-list li + li::before {
  background: #3c3c3c;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 3px;
  top: 6px;
  left: -14px;
  margin: auto;
}

.c-voice-wrap {
  counter-reset: number 0;
  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-top: 60px;
}
.c-voice-wrap .box {
  position: relative;
}
.c-voice-wrap .box a {
  display: block;
}
.c-voice-wrap .txt-area {
  margin-top: -21px;
}
.c-voice-wrap .inn {
  position: relative;
}
.c-voice-wrap .ttl {
  background: #fff;
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
  padding-right: 4px;
  letter-spacing: 0.1em;
  z-index: 1;
}
.c-voice-wrap .txt {
  padding-top: 15px;
  line-height: 2;
}
.c-voice-wrap .btn-wrap {
  text-align: right;
}

.c-movie-block {
  padding-top: 100px;
  text-align: center;
}
.c-movie-block .ttl {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 30px;
}
.c-movie-block .days {
  font-weight: 700;
  text-align: right;
  max-width: 970px;
  margin: 10px auto 0;
  letter-spacing: 0.1em;
}
.c-movie-block .movie {
  border: 5px solid #3c3c3c;
  border-radius: 10px;
  display: inline-block;
}
.c-movie-block .btn-wrap {
  margin-top: 70px;
}

.jstream-eqPlayer {
  width: 960px !important;
  height: 540px !important;
}

.ico-movie {
  position: relative;
}
.ico-movie::before,
.ico-movie::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.ico-movie::before {
  background: #d8000f;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.ico-movie::after {
  border-style: solid;
  border-width: 14px 0 14px 18px;
  border-color: transparent transparent transparent #fff;
  width: 0;
  height: 0;
  left: 6px;
}

.c-side-menu {
  border: 1px solid #ddd;
  margin-left: auto;
  height: 100%;
  width: calc(100% - 949px);
}
.c-side-menu li {
  font-size: 14px;
  font-weight: bold;
  position: relative;
}
.c-side-menu li + li {
  border-top: 1px solid #ddd;
}
.c-side-menu li a {
  display: block;
  padding: 20px 50px;
}
.c-side-menu li:not(:first-child):before {
  border: solid #d8000f;
  border-width: 0 2px 2px 0;
  border-radius: 2px;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 18px;
  width: 9px;
  height: 9px;
  margin: auto;
  -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
  transform: rotate(-45deg) translate3d(0, 0, 0);
}
.c-side-menu .ttl {
  background: #fafafa;
  padding: 24px;
}

.c-aco-menu {
  overflow: hidden;
  width: 100%;
  margin: 22px auto 42px;
  text-align: center;
}
.c-aco-menu select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.c-aco-menu select::-ms-expand {
  display: none;
}
.c-aco-menu option {
  text-align: center;
}
.c-aco-menu.sl01 {
  position: relative;
  border: 1px solid #bbbbbb;
  border-radius: 2px;
  background: #ffffff;
}
.c-aco-menu.sl01::before {
  border: solid #d8000f;
  border-width: 0 2px 2px 0;
  border-radius: 2px;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 4px;
  right: 15px;
  width: 9px;
  height: 9px;
  margin: auto;
  -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
  transform: rotate(45deg) translate3d(0, 0, 0);
}
.c-aco-menu.sl01 select {
  font-size: 13px;
  font-weight: bold;
  color: #3e3e3e;
  padding: 18px 20% 18px 43%;
}

.c-border-content {
  border-top: 1px dashed #ddd;
  padding: 55px 0;
}
.c-border-content:last-child {
  padding-bottom: 0;
}
.c-border-content .sub-ttl {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.c-border-content .sub-ttl .red {
  color: #d8000f;
}
.c-border-content > .txt {
  font-size: 15px;
  letter-spacing: 0.15em;
  line-height: 2.4;
  margin-top: 4px;
}
.c-border-content .note {
  font-size: 12px;
  letter-spacing: 0.15em;
  margin-top: 5px;
}
.c-border-content .arrow-list {
  margin-top: 4px;
}
.c-border-content .arrow-list li {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 5px;
  padding-left: 13px;
  position: relative;
}
.c-border-content .arrow-list li::before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
  transform: rotate(-45deg) translate3d(0, 0, 0);
  border: solid #d8000f;
  border-width: 0 2px 2px 0;
  content: "";
}
.c-border-content .arrow-list a {
  font-size: 15px;
  display: block;
  position: relative;
}
.c-border-content .info-list {
  border: 1px solid #ddd;
  margin-top: 4px;
  padding: 40px;
}
.c-border-content .info-list + .info-list {
  margin-top: 20px;
}
.c-border-content .info-list li .ttl,
.c-border-content .info-list li .txt {
  display: block;
}
.c-border-content .info-list li .ttl {
  background: #d8000f;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.c-border-content .info-list li .txt {
  font-size: 15px;
}

.c-media {
  position: relative;
}
.c-media .inn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-media .img {
  height: 545px;
  position: absolute;
  max-width: 1230px;
}
.c-media .ttl {
  height: 445px;
  letter-spacing: 0;
  margin-left: auto;
  text-align: left !important;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.c-media .txt {
  background: #fff;
}
.c-media.right .img {
  right: 0;
  max-width: 1360px;
}
.c-media + .c-media {
  margin-top: 120px;
}

.c-contact-box {
  border: 1px solid #ddd;
  margin-top: 50px;
  padding: 45px;
  text-align: center;
}
.c-contact-box .ttl {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px;
}
.c-contact-box a {
  color: #d8000f;
  display: inline-block;
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1;
  padding-left: 60px;
  position: relative;
}
.c-contact-box a::before {
  background: url(../img/common/ico-tel.svg) no-repeat center center/18px 18px
    #d8000f;
  border-radius: 50%;
  content: "";
  display: block;
  height: 45px;
  position: absolute;
  width: 45px;
  bottom: 0;
  top: 0;
  left: 0;
  margin: auto;
}
.c-contact-box .txt {
  color: #3e3e3e;
  font-size: 14px;
  margin-top: 10px;
}
.c-contact-box .tag-list {
  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;
  margin-top: 15px;
}
.c-contact-box .tag-list li {
  border: 1px solid #d8000f;
  color: #d8000f;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 10px;
  width: 142px;
}
.c-contact-box .tag-list li + li {
  margin-left: 10px;
}

.event-area {
  margin-top: 50px;
  margin-bottom: 30px;
}

.event-appeal-banner {
  background: #384e9a;
  border-radius: 25px;
  border-bottom: solid 4px #002850;
  color: #fff;
  display: block;
  line-height: 1.3;
  max-width: 792px;
  height: auto;
  padding: 24px 40px;
  text-align: left;
  margin: auto;
}
.event-appeal-banner .txt {
  font-size: 30px;
  margin-bottom: 20px;
}
.event-appeal-banner .txt.small {
  font-size: 24px;
  margin-bottom: 15px;
}
.event-appeal-banner .note {
  font-size: 13px;
}

/* link-box-wrap リンクのボックス */
.link-box-wrap {
  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-top: 120px;
}
.link-box-wrap .box {
  background: #fafafa;
  border: 1px solid #dddddd;
  padding: 50px 42px 64px;
  width: calc((100% - 66px) / 2);
}
.link-box-wrap .box .ttl {
  font-size: 30px;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: center;
}
.link-box-wrap .box .txt {
  font-size: 15px;
  letter-spacing: 0.15em;
  line-height: 1.8;
  margin-top: 25px;
}
.link-box-wrap .box .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.link-box-wrap .box .btn-wrap {
  margin-top: auto;
  padding-top: 26px;
}

/* overlay at start */
.mfp-bg {
  opacity: 0;
  -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}
.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}
.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

img.mfp-img {
  padding: 0;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  display: none;
}

.c-tag-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-tag-list li a {
  background: #e3e3e3;
  border-radius: 15px;
  display: block;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 8px 12px;
  text-align: center;
}

.c-banner-list {
  margin-top: 120px;
}
.c-banner-list a {
  display: block;
  position: relative;
}
.c-banner-list a .txt-area {
  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;
  width: 100%;
  height: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
.c-banner-list a .ttl {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}
.c-banner-list a .txt {
  line-height: 2.1;
  letter-spacing: 0.1em;
}
.c-banner-list a .c-btn01 {
  position: absolute;
  bottom: 30px;
  right: 30px;
}

.c-news-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}
.c-news-list li {
  border-bottom: 1px solid #ddd;
}
.c-news-list li a {
  display: block;
  padding: 14px 80px 14px 10px;
  position: relative;
}
.c-news-list li .date,
.c-news-list li .cat {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}
.c-news-list li .date {
  color: #787878;
  font-size: 12px;
  letter-spacing: 0.1em;
}
.c-news-list li .cat {
  background: #d8000f;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.15em;
  padding: 3px 5px;
  margin-left: 15px;
}
.c-news-list li .ttl {
  margin-top: 5px;
  font-size: 14px;
}

.circle-list {
  color: #5b5b5b;
}
.circle-list li {
  padding-left: 18px;
  position: relative;
  line-height: 2;
  letter-spacing: 0.15em;
}
.circle-list li + li {
  margin-top: 15px;
}
.circle-list li::before {
  background: #d8000f;
  border-radius: 50%;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  width: 8px;
  top: 10px;
  left: 0;
  margin: auto;
}

.c-item-list,
.real-estate-home .content-area .features-block .item-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px 0 40px;
  max-width: 930px;
}
.c-item-list li,
.real-estate-home .content-area .features-block .item-area li {
  width: 400px;
}
.c-item-list li .ttl,
.real-estate-home .content-area .features-block .item-area li .ttl {
  background: #d3131c;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 2px 10px;
  min-width: 100px;
  text-align: center;
}
.c-item-list li .txt,
.real-estate-home .content-area .features-block .item-area li .txt {
  padding: 4px 15px;
  font-size: 15px;
}

.c-item-list {
  max-width: 100%;
}
.c-item-list li {
  width: calc((100% - 20px) / 3);
}

.slick-slide {
  outline: none;
}

.slick-dots {
  font-size: 0;
  text-align: center;
  width: 100%;
  z-index: 2;
}
.slick-dots li {
  display: inline-block;
}
.slick-dots li + li {
  margin-left: 20px;
}
.slick-dots li button {
  background: #fff;
  border: 1px solid #d8000f;
  border-radius: 50%;
  font-size: 0;
  width: 10px;
  height: 10px;
}
.slick-dots li.slick-active button {
  background: #d8000f;
}
.slick-dots > li:only-child {
  display: none;
}

.lineup-block {
  padding-top: 110px;
  padding-bottom: 80px;
  position: relative;
  z-index: 1;
}
.lineup-block .c-ttl01 {
  margin-top: -175px;
  margin-bottom: 65px;
}

.lineup-slider {
  max-width: 1300px;
  margin: auto;
  left: 60px;
}
.lineup-slider li {
  position: relative;
}
.lineup-slider .img {
  margin-left: 180px;
  position: relative;
}
.lineup-slider .txt-area {
  padding: 45px 40px;
}
.lineup-slider .txt-area .txt-ttl {
  margin-bottom: 15px;
}
.lineup-slider .txt-area .txt-ttl img {
  margin: auto;
}
.lineup-slider .txt-area .cat-area {
  text-align: center;
}
.lineup-slider .txt-area .cat-area .cat {
  border: 1px solid #d8000f;
  color: #d8000f;
  display: inline-block;
  font-size: 14px;
  padding: 3px 5px;
}
.lineup-slider .txt-area .txt {
  line-height: 2;
  letter-spacing: 0.05em;
}
.lineup-slider .txt-area .c-btn01 {
  margin-top: 35px;
}

.thumb-slider {
  max-width: 470px;
  margin: auto;
  width: 100%;
}
.thumb-slider .slick-slide {
  cursor: pointer;
}
.thumb-slider .slick-slide img {
  border: 1px solid #fff;
  -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}
.thumb-slider .slick-current img,
.thumb-slider .is-active-next img {
  border-color: #d8000f;
}
.thumb-slider img {
  border-radius: 10px;
  overflow: hidden;
}
.thumb-slider .slick-arrow {
  background: #fff;
  border: 1px solid #d8000f;
  font-size: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.thumb-slider .slick-arrow::before {
  border: solid #d8000f;
  border-width: 0 2px 2px 0;
  border-radius: 2px;
  content: "";
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  width: 9px;
  height: 9px;
  margin: auto;
}
.thumb-slider .slick-arrow.slick-prev {
  left: -40px;
}
.thumb-slider .slick-arrow.slick-prev::before {
  right: -3px;
  -webkit-transform: rotate(135deg) translate3d(0, 0, 0);
  transform: rotate(135deg) translate3d(0, 0, 0);
}
.thumb-slider .slick-arrow.slick-next {
  right: -30px;
}
.thumb-slider .slick-arrow.slick-next::before {
  left: -3px;
  -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
  transform: rotate(-45deg) translate3d(0, 0, 0);
}

.voice-slider-block {
  margin-top: 100px;
}
.voice-slider-block .c-voice-wrap {
  display: block;
  margin-top: 0;
}
.voice-slider-block .c-voice-wrap * {
  outline: none;
}
.voice-slider-block .box:nth-child(n + 3) {
  margin-top: 0;
}
.voice-slider-block .slick-slide {
  padding-top: 50px;
}
.voice-slider-block .slick-dots {
  margin-top: 100px;
}
.c-img-switch .main {
  width: 950px;
  height: 520px;
  position: relative;
}
.c-img-switch .main li {
  position: absolute;
  top: 0;
  left: 0;
}
.c-img-switch .main li .js-img-bg {
  background-size: contain;
}
.c-img-switch .main .item:not(:first-child) {
  display: none;
}
.c-img-switch .thumb li {
  cursor: pointer;
  width: 230px;
  height: 122px;
  margin-top: 9px;
  position: relative;
}
.c-img-switch .thumb .active::before {
  border: solid 3px #d3131c;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 2;
}
.c-img-switch .thumb .active::after {
  border-top: 14px solid transparent;
  border-right: 14px solid #d3131c;
  border-bottom: 14px solid transparent;
  content: "";
  display: block;
  height: 28px;
  position: absolute;
  width: 14px;
  bottom: 0;
  top: 0;
  left: -14px;
  margin: auto;
}
.c-modelhouse .img-area img {
  width: 100%;
}
.c-modelhouse .house-ttl {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 28px;
  position: relative;
  padding-left: 48px;
}
.c-modelhouse .house-ttl::after {
  background: url(../img/common/pin-icon.png) no-repeat center center;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 48px;
  position: absolute;
  width: 32px;
  top: 0;
  left: 0;
  margin: auto;
}
.c-modelhouse .wrap .ttl,
.c-modelhouse .wrap .txt {
  display: block;
}
.c-modelhouse .wrap .ttl {
  background: #d8000f;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.c-modelhouse .wrap .txt {
  font-size: 15px;
}
.c-modelhouse .wrap + .wrap {
  margin-top: 8px;
}
.c-modelhouse .btn-wrap {
  margin-top: 40px;
}

.c-modelhouse .house-ttl.l_a::after,
.real-estate-home .content-area .ttl-area.l_a::after {
  background-image: url(../img/common/map_bln_l_a.png);
}
.c-modelhouse .house-ttl.l_b::after,
.real-estate-home .content-area .ttl-area.l_b::after {
  background-image: url(../img/common/map_bln_l_b.png);
}
.c-modelhouse .house-ttl.l_c::after,
.real-estate-home .content-area .ttl-area.l_c::after {
  background-image: url(../img/common/map_bln_l_c.png);
}
.c-modelhouse .house-ttl.l_d::after,
.real-estate-home .content-area .ttl-area.l_d::after {
  background-image: url(../img/common/map_bln_l_d.png);
}
.c-modelhouse .house-ttl.l_e::after,
.real-estate-home .content-area .ttl-area.l_e::after {
  background-image: url(../img/common/map_bln_l_e.png);
}
.c-modelhouse .house-ttl.l_f::after,
.real-estate-home .content-area .ttl-area.l_f::after {
  background-image: url(../img/common/map_bln_l_f.png);
}
.c-modelhouse .house-ttl.l_g::after,
.real-estate-home .content-area .ttl-area.l_g::after {
  background-image: url(../img/common/map_bln_l_g.png);
}
.c-modelhouse .house-ttl.l_h::after,
.real-estate-home .content-area .ttl-area.l_h::after {
  background-image: url(../img/common/map_bln_l_h.png);
}
.c-modelhouse .house-ttl.l_i::after,
.real-estate-home .content-area .ttl-area.l_i::after {
  background-image: url(../img/common/map_bln_l_i.png);
}
.c-modelhouse .house-ttl.l_j::after,
.real-estate-home .content-area .ttl-area.l_j::after {
  background-image: url(../img/common/map_bln_l_j.png);
}
.c-modelhouse .house-ttl.l_k::after,
.real-estate-home .content-area .ttl-area.l_k::after {
  background-image: url(../img/common/map_bln_l_k.png);
}
.c-modelhouse .house-ttl.l_l::after,
.real-estate-home .content-area .ttl-area.l_l::after {
  background-image: url(../img/common/map_bln_l_l.png);
}
.c-modelhouse .house-ttl.l_m::after,
.real-estate-home .content-area .ttl-area.l_m::after {
  background-image: url(../img/common/map_bln_l_m.png);
}
.c-modelhouse .house-ttl.l_n::after,
.real-estate-home .content-area .ttl-area.l_n::after {
  background-image: url(../img/common/map_bln_l_n.png);
}
.c-modelhouse .house-ttl.l_o::after,
.real-estate-home .content-area .ttl-area.l_o::after {
  background-image: url(../img/common/map_bln_l_o.png);
}
.c-modelhouse .house-ttl.l_p::after,
.real-estate-home .content-area .ttl-area.l_p::after {
  background-image: url(../img/common/map_bln_l_p.png);
}
.c-modelhouse .house-ttl.l_q::after,
.real-estate-home .content-area .ttl-area.l_q::after {
  background-image: url(../img/common/map_bln_l_q.png);
}
.c-modelhouse .house-ttl.l_r::after,
.real-estate-home .content-area .ttl-area.l_r::after {
  background-image: url(../img/common/map_bln_l_r.png);
}
.c-modelhouse .house-ttl.l_s::after,
.real-estate-home .content-area .ttl-area.l_s::after {
  background-image: url(../img/common/map_bln_l_s.png);
}
.c-modelhouse .house-ttl.l_t::after,
.real-estate-home .content-area .ttl-area.l_t::after {
  background-image: url(../img/common/map_bln_l_t.png);
}
.c-modelhouse .house-ttl.l_u::after,
.real-estate-home .content-area .ttl-area.l_u::after {
  background-image: url(../img/common/map_bln_l_u.png);
}
.c-modelhouse .house-ttl.l_v::after,
.real-estate-home .content-area .ttl-area.l_v::after {
  background-image: url(../img/common/map_bln_l_v.png);
}
.c-modelhouse .house-ttl.l_w::after,
.real-estate-home .content-area .ttl-area.l_w::after {
  background-image: url(../img/common/map_bln_l_w.png);
}
.c-modelhouse .house-ttl.l_x::after,
.real-estate-home .content-area .ttl-area.l_x::after {
  background-image: url(../img/common/map_bln_l_x.png);
}
.c-modelhouse .house-ttl.l_y::after,
.real-estate-home .content-area .ttl-area.l_y::after {
  background-image: url(../img/common/map_bln_l_y.png);
}
.c-modelhouse .house-ttl.l_z::after,
.real-estate-home .content-area .ttl-area.l_z::after {
  background-image: url(../img/common/map_bln_l_z.png);
}
.c-modelhouse .house-ttl.s_a::after,
.real-estate-home .content-area .ttl-area.s_a::after {
  background-image: url(../img/common/map_bln_s_a.png);
}
.c-modelhouse .house-ttl.s_b::after,
.real-estate-home .content-area .ttl-area.s_b::after {
  background-image: url(../img/common/map_bln_s_b.png);
}
.c-modelhouse .house-ttl.s_c::after,
.real-estate-home .content-area .ttl-area.s_c::after {
  background-image: url(../img/common/map_bln_s_c.png);
}
.c-modelhouse .house-ttl.s_d::after,
.real-estate-home .content-area .ttl-area.s_d::after {
  background-image: url(../img/common/map_bln_s_d.png);
}
.c-modelhouse .house-ttl.s_e::after,
.real-estate-home .content-area .ttl-area.s_e::after {
  background-image: url(../img/common/map_bln_s_e.png);
}
.c-modelhouse .house-ttl.s_f::after,
.real-estate-home .content-area .ttl-area.s_f::after {
  background-image: url(../img/common/map_bln_s_f.png);
}
.c-modelhouse .house-ttl.s_g::after,
.real-estate-home .content-area .ttl-area.s_g::after {
  background-image: url(../img/common/map_bln_s_g.png);
}
.c-modelhouse .house-ttl.s_h::after,
.real-estate-home .content-area .ttl-area.s_h::after {
  background-image: url(../img/common/map_bln_s_h.png);
}
.c-modelhouse .house-ttl.s_i::after,
.real-estate-home .content-area .ttl-area.s_i::after {
  background-image: url(../img/common/map_bln_s_i.png);
}
.c-modelhouse .house-ttl.s_j::after,
.real-estate-home .content-area .ttl-area.s_j::after {
  background-image: url(../img/common/map_bln_s_j.png);
}
.c-modelhouse .house-ttl.s_k::after,
.real-estate-home .content-area .ttl-area.s_k::after {
  background-image: url(../img/common/map_bln_s_k.png);
}
.c-modelhouse .house-ttl.s_l::after,
.real-estate-home .content-area .ttl-area.s_l::after {
  background-image: url(../img/common/map_bln_s_l.png);
}
.c-modelhouse .house-ttl.s_m::after,
.real-estate-home .content-area .ttl-area.s_m::after {
  background-image: url(../img/common/map_bln_s_m.png);
}
.c-modelhouse .house-ttl.s_n::after,
.real-estate-home .content-area .ttl-area.s_n::after {
  background-image: url(../img/common/map_bln_s_n.png);
}
.c-modelhouse .house-ttl.s_o::after,
.real-estate-home .content-area .ttl-area.s_o::after {
  background-image: url(../img/common/map_bln_s_o.png);
}
.c-modelhouse .house-ttl.s_p::after,
.real-estate-home .content-area .ttl-area.s_p::after {
  background-image: url(../img/common/map_bln_s_p.png);
}
.c-modelhouse .house-ttl.s_q::after,
.real-estate-home .content-area .ttl-area.s_q::after {
  background-image: url(../img/common/map_bln_s_q.png);
}
.c-modelhouse .house-ttl.s_r::after,
.real-estate-home .content-area .ttl-area.s_r::after {
  background-image: url(../img/common/map_bln_s_r.png);
}
.c-modelhouse .house-ttl.s_s::after,
.real-estate-home .content-area .ttl-area.s_s::after {
  background-image: url(../img/common/map_bln_s_s.png);
}
.c-modelhouse .house-ttl.s_t::after,
.real-estate-home .content-area .ttl-area.s_t::after {
  background-image: url(../img/common/map_bln_s_t.png);
}
.c-modelhouse .house-ttl.s_u::after,
.real-estate-home .content-area .ttl-area.s_u::after {
  background-image: url(../img/common/map_bln_s_u.png);
}
.c-modelhouse .house-ttl.s_v::after,
.real-estate-home .content-area .ttl-area.s_v::after {
  background-image: url(../img/common/map_bln_s_v.png);
}
.c-modelhouse .house-ttl.s_w::after,
.real-estate-home .content-area .ttl-area.s_w::after {
  background-image: url(../img/common/map_bln_s_w.png);
}
.c-modelhouse .house-ttl.s_x::after,
.real-estate-home .content-area .ttl-area.s_x::after {
  background-image: url(../img/common/map_bln_s_x.png);
}
.c-modelhouse .house-ttl.s_y::after,
.real-estate-home .content-area .ttl-area.s_y::after {
  background-image: url(../img/common/map_bln_s_y.png);
}
.c-modelhouse .house-ttl.s_z::after,
.real-estate-home .content-area .ttl-area.s_z::after {
  background-image: url(../img/common/map_bln_s_z.png);
}

.c-paging {
  clear: both;
  margin: 40px auto;
  position: relative;
  text-align: center;
}
.c-paging .page-numbers {
  border: 1px solid #ddd;
  border-radius: 2px;
  color: #787878;
  display: inline-block;
  height: 40px;
  line-height: 41px;
  margin: 0 5px;
  text-align: center;
  width: 40px;
}
.c-paging .next {
  width: 40px;
  border: none;
  position: relative;
  margin-bottom: -13px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.c-paging .next::after {
  background: url(../img/common/ico-arrow-red.svg) no-repeat center center;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  width: 24px;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.c-paging .prev {
  width: 40px;
  border: none;
  position: relative;
  margin-bottom: -13px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.c-paging .prev::after {
  background: url(../img/common/ico-arrow-red.svg) no-repeat center center;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  width: 24px;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.c-paging .current {
  background: #d3131c;
  border: 1px solid #d3131c;
  color: #fff;
}

.c-table01 {
  border: 1px solid #ddd;
  width: 100%;
}
.c-table01 tr + tr {
  border-top: 1px solid #ddd;
}
.c-table01 th {
  background: #f9f9f9;
  font-size: 22px;
  letter-spacing: 0.1em;
  text-align: left;
  padding: 22px 20px;
  width: 130px;
}
.c-table01 td {
  border-left: 1px solid #ddd;
  font-size: 15px;
  letter-spacing: 0.15em;
  line-height: 1.7;
  padding: 0 20px;
}

.c-table02 {
  margin-top: 20px;
  width: 100%;
}
.c-table02 th {
  font-size: 20px;
  letter-spacing: 0.05em;
  text-align: left;
}
.c-table02 td {
  font-size: 15px;
  letter-spacing: 0.15em;
}

.c-table03 {
  border: 1px solid #ddd;
  width: 100%;
}
.c-table03 tr + tr {
  border-top: 1px solid #ddd;
}
.c-table03 th,
.c-table03 td {
  font-size: 15px;
  padding: 22px 20px;
  vertical-align: top;
}
.c-table03 th {
  background: #f9f9f9;
  letter-spacing: 0.1em;
  text-align: left;
  width: 240px;
}
.c-table03 td {
  border-left: 1px solid #ddd;
  letter-spacing: 0.15em;
  line-height: 1.7;
}

.c-table04 {
  width: 100%;
}
.c-table04 tr {
  display: block;
  padding-bottom: 35px;
}
.c-table04 tr + tr {
  border-top: 1px solid #dddddd;
}
.c-table04 tr + tr th {
  padding-top: 36px;
}
.c-table04 tr + tr td {
  margin-top: 4px;
}
.c-table04 th,
.c-table04 td {
  display: block;
  text-align: left;
  width: 100%;
}
.c-table04 th {
  font-size: 24px;
  letter-spacing: 0.1em;
  padding-bottom: 11px;
}
.c-table04 td {
  font-size: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
.c-table04 td span {
  display: inline-block;
}
.c-table04 td .month {
  width: 50px;
}

.c-choosy-list {
  counter-reset: number 0;
  margin-top: 50px;
}
.c-choosy-list li {
  position: relative;
}
.c-choosy-list li a,
.c-choosy-list li .link-area {
  cursor: pointer;
  display: block;
  -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}
.c-choosy-list .img {
  -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}
.c-choosy-list .txt-area {
  margin-top: -70px;
}
.c-choosy-list .ttl {
  font-size: 30px;
  font-weight: bold;
  display: block;
}
.c-choosy-list .ttl .wrap {
  display: block;
}
.c-choosy-list .ttl .inn {
  background: #fff;
  display: inline-block;
  padding-right: 4px;
  line-height: 1.4;
}
.c-choosy-list .ttl .inn + .inn {
  margin-top: 10px;
}
.c-choosy-list .txt {
  padding-top: 20px;
}
.c-choosy-list .btn-wrap {
  margin-top: 35px;
  text-align: right;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.home .mv-block {
  position: relative;
}
.home .mv-block .inner-block {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  z-index: 1;
}
.home .mv-block .inner-block .ttl {
  color: #fff;
  letter-spacing: 0.12em;
  line-height: 1.1;
  font-size: 94px;
  font-weight: bold;
  position: absolute;
  bottom: 120px;
}
.home .mv-block .mv-slider .js-img-bg {
  width: 100%;
  height: 0;
  padding-top: 56.3%;
}
.home .mv-block .mv-slider .slick-slide {
  font-size: 0;
}
.home .mv-block .mv-slider .slick-slide * {
  outline: none;
}
.home .mv-block .mv-slider .slick-dots {
  position: absolute;
  bottom: 40px;
}
.home .mv-block .mv-slider .slick-dots li button {
  border: 1px solid #d8000f;
}
.home .first-block {
  background: #fafafa;
  padding-top: 25px;
  padding-bottom: 0;
}
.home .first-block .inner-block + .inner-block {
  margin-top: 15px;
}
.home .first-block .inner-block.emergency {
  font-family: "Noto Serif JP", serif;
}
.home .first-block .inner-block.emergency .box:last-child {
  padding-bottom: 25px;
}
.home .first-block .box a {
  background: #fff;
  border-radius: 10px;
  display: block;
  letter-spacing: 0.05em;
  padding: 25px 95px 25px 50px;
  position: relative;
}
.home .first-block .box .ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
  position: relative;
}
.home .first-block .box .ttl::before {
  border: 2px solid #008dcd;
  border-radius: 50%;
  content: "";
  display: block;
  height: 13px;
  position: absolute;
  width: 13px;
  top: 11px;
  left: -20px;
  margin: auto;
}
.home .first-block .box .txt {
  color: #5b5b5b;
  font-size: 14px;
  line-height: 2;
}
.home .first-block .box + .box {
  margin-top: 15px;
}
.home .mv-banner-block {
  padding: 25px 0;
}
.home .mv-banner-block .banner-list {
  padding: 0 40px;
}
.home .mv-banner-block .banner-list li + li {
  margin-top: 20px;
}
.home .mv-banner-block .banner-list li a img {
  width: 100%;
}
.home .banner-block {
  padding-top: 15px;
  padding-bottom: 70px;
}
.home .banner-block .banner-list {
  font-size: 0;
  text-align: center;
  padding: 0 40px;
}
.home .banner-block .banner-list li + li {
  margin-top: 20px;
}
.home .banner-block .banner-list li a {
  display: inline-block;
  width: 100%;
}
.home .banner-block .banner-list li a img {
  width: 100%;
}
.home .banner-block .banner-slider {
  margin-left: -50px;
}
.home .banner-block .banner-slider * {
  outline: none;
}
.home .banner-block .banner-slider .slick-slide {
  padding-top: 50px;
  margin-left: 50px;
  width: calc((100% - 50px) / 2);
}
.home .banner-block .banner-slider a {
  display: block;
}
.home .banner-block .banner-slider .slick-dots {
  padding-top: 20px;
}
.home .news-block {
  padding-top: 30px;
  padding-bottom: 160px;
}
.home .news-block .news-ttl {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}
.home .news-block .link-area {
  text-align: right;
}
.home .news-block .link-area .link {
  color: #d8000f;
  font-size: 12px;
  letter-spacing: 0.15em;
}
.home .owner-block {
  padding-top: 120px;
  padding-bottom: 100px;
}
.home .owner-block .all-btn {
  margin-top: -20px;
}
.home .owner-block .all-btn .c-btn01 {
  margin-right: 0;
}
.home .tama20-block .bg-wrap {
  position: relative;
}
.home .tama20-block .bg-wrap .bg {
  height: 320px;
  text-align: center;
  background-repeat: repeat-x;
  background-size: auto 320px;
}
.home .tama20-block .bg-wrap .bg.bg01 {
  background-image: url(../img/home/tamahome_bg-upper.jpg);
  background-position: center center;
}
.home .tama20-block .bg-wrap .bg.bg02 {
  background-image: url(../img/home/tamahome_bg-bottom.jpg);
  background-position: calc(50% - -160px) center;
}
.home .tama20-block .bg-wrap .img {
  position: absolute;
  top: 120px;
  left: 0;
  right: 0;
  width: 288px;
  margin: auto;
}
.home .tama20-block .txt-area {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.1);
  padding: 50px 50px 55px;
  text-align: center;
  margin-top: -120px;
}
.home .tama20-block .ttl {
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
.home .tama20-block .ttl .blue {
  color: #008dcd;
}
.home .tama20-block .txt {
  font-size: 15px;
  margin-top: 40px;
  line-height: 2;
}
.home .tama20-block .btn-wrap {
  margin-top: 50px;
}
.home .choosy-block {
  padding-top: 100px;
  padding-bottom: 180px;
}

/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.backnumber .article-mv-block {
  background-image: url(../img/voice/backnumber/mv.jpg);
}
.backnumber .content-block {
  padding-bottom: 165px;
}
.backnumber .read-txt {
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.15em;
  text-align: center;
  margin: 30px 0 40px;
}
.backnumber .archive-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.backnumber .archive-list a {
  display: block;
}
.backnumber .archive-list a .c-btn01,
.backnumber .archive-list a .img {
  -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}
.backnumber .archive-list a:hover .c-btn01 {
  color: #d8000f;
}
.backnumber .archive-list .ttl {
  display: block;
  margin-top: -15px;
}
.backnumber .archive-list .ttl .inn {
  background: #d8000f;
  color: #fff;
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
  padding: 0 4px;
}
.backnumber .archive-list .txt-area {
  position: relative;
}
.backnumber .archive-list .txt-area .c-tag-list {
  margin-top: 18px;
}
.backnumber .archive-list .txt-area .txt {
  margin-top: 5px;
  letter-spacing: 0.15em;
}
.backnumber .archive-list .txt-area .btn-wrap {
  margin-top: 5px;
  text-align: right;
}
.backnumber .detail-block {
  padding-top: 120px;
}
.backnumber .detail-block .box:nth-child(even) .img-list {
  margin-right: 0;
}
.backnumber .detail-block .box + .box {
  margin-top: 100px;
}
.backnumber .detail-block .box .ttl {
  font-size: 52px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 30px;
}
.backnumber .detail-block .box .img-list li {
  text-align: center;
}
.backnumber .detail-block .box .img-list li .img {
  display: inline-block;
  position: relative;
}
.backnumber .detail-block .box .img-list li .txt {
  margin-top: 10px;
  letter-spacing: 0.1em;
}

/* -----------------------------------------------
* archives Module
* archivesページ用
-------------------------------------------------- */
.voice {
  padding-bottom: 130px;
}
.voice .article-mv-block {
  background-image: url(../img/voice/mv.jpg);
}
.voice .lead-txt {
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.15em;
  text-align: center;
  margin-top: 30px;
}
.voice .c-voice-wrap .box:nth-child(n + 3) {
  display: block;
}
.voice .morelist .morebtn{
  margin-top: 40px;
}
.voice .morelist .morebtn::before{
  content: none;
}
.voice .lineup-block {
  margin-top: 170px;
}

/* -----------------------------------------------
* voice-detail Module
* voice-detailページ用
-------------------------------------------------- */
.voice-detail {
  padding-bottom: 130px;
}
.voice-detail .breadcrumb-block .breadcrumb-list {
  z-index: 1;
}
.voice-detail .detail-mv-block .txt-area .txt-wrap .inn {
  text-align: center;
  width: 100%;
}
.voice-detail .detail-mv-block .txt-area .num {
  color: #d8000f;
  font-size: 220px;
  line-height: 1;
  position: absolute;
  right: -60px;
  top: -100px;
  opacity: 0.14;
}
.voice-detail .detail-mv-block .txt-area .btn-wrap {
  margin-top: 10px;
}
.voice-detail .detail-block {
  padding: 120px 0 0;
}
.voice-detail .detail-block .box {
  position: relative;
}
.voice-detail .detail-block .box + .box {
  margin-top: 90px;
}
.voice-detail .detail-block .box .c-ttl01,
.voice-detail .detail-block .box .img {
  height: 560px;
}
.voice-detail .detail-block .box .c-ttl01 {
  background: #fff;
  line-height: 1.4;
  min-width: 200px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  text-orientation: upright;
  z-index: 1;
}
.voice-detail .detail-block .box .inn {
  position: relative;
  width: 100%;
}
.voice-detail .detail-block .box .img {
  width: calc(100% - 200px);
  max-width: 1100px;
}
.voice-detail .detail-block .box .txt-area {
  background: #fff;
  padding-top: 50px;
  position: relative;
  z-index: 2;
}
.voice-detail .detail-block .box .txt-area .txt {
  color: #5b5b5b;
  font-size: 16px;
  letter-spacing: 0.2em;
  line-height: 2.5;
}
.voice-detail .detail-block .box.left .c-ttl01 {
  right: 0;
}
.voice-detail .detail-block .box.left .img {
  margin-right: 200px;
  margin-left: auto;
}
.voice-detail .detail-block .box.right {
  margin-left: auto;
}
.voice-detail .detail-block .box.right .c-ttl01 {
  left: 0;
}
.voice-detail .detail-block .box.right .img {
  margin-left: 200px;
}
.voice-detail .gray-box {
  background: #f9f9f9;
  border-radius: 10px;
  padding: 40px 50px;
  margin: 35px 0 120px;
}
.voice-detail .gray-box .img {
  border-radius: 50%;
  overflow: hidden;
}
.voice-detail .gray-box .ttl {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.voice-detail .gray-box .txt {
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.15em;
}
.voice-detail .slide-block {
  margin-top: 90px;
}
.voice-detail .slide-block .inner-block {
  padding: 0;
}
.voice-detail .slide-block .ttl {
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.2;
  /* margin-bottom: 40px; */
}
.voice-detail .slide-block .c-img-switch {
  display: block;
}
.voice-detail .slide-block .c-img-switch .main {
  width: 100%;
}
.voice-detail .slide-block .c-img-switch .main li {
  width: 100%;
}
.voice-detail .slide-block .c-img-switch .main li .js-img-bg {
  width: 100%;
  height: 542px;
}
.voice-detail .slide-block .c-img-switch .thumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  gap: 4px;
  flex-wrap: wrap;
  max-width: 52%;
  margin-left: auto;
}
.voice-detail .slide-block .c-img-switch .thumb li {
  border-radius: 10px;
  /* width: calc((100% - 21px) / 4); */
  height: auto;
  margin-top: 0;
  width: 120px;
}
.voice-detail .slide-block .c-img-switch .thumb li .js-img-bg {
  width: 100%;
  min-width: 100px;
  height: 50px;
}
.voice-detail .slide-block .c-img-switch .thumb li::before,
.voice-detail .slide-block .c-img-switch .thumb li .js-img-bg {
  border-radius: 10px;
  overflow: hidden;
}
.voice-detail .slide-block .c-img-switch .thumb li.active::after {
  border-top: 6px solid #d8000f;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 6px solid transparent;
  width: 12px;
  height: 6px;
  right: 0;
  left: 0;
  top: inherit;
  bottom: -12px;
}
.voice-detail .lineup-block {
  margin-top: 170px;
}

/* -----------------------------------------------
* products Module
* productsページ用
-------------------------------------------------- */
.products {
  padding-bottom: 130px;
}
.products .article-mv-block {
  background-image: url(../img/common/mv.jpg);
}
.products .ttl-area {
  text-align: center;
  margin-top: 50px;
}
.products .ttl-area .ttl {
  font-size: 50px;
  font-weight: bold;
  line-height: 1.3;
}
.products .lead-txt {
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.15em;
  text-align: center;
  margin-top: 30px;
}
.products .top-content-wrap {
  margin-top: 80px;
}
.products .top-content-wrap .banner-list li + li {
  margin-top: 40px;
}
.products .top-content-wrap .banner-list a {
  display: block;
  position: relative;
}
.products .top-content-wrap .banner-list a .txt-area {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.products .top-content-wrap .banner-list a .c-btn01 {
  margin-top: 65px;
}
.products .top-content-wrap .exhibition-content {
  background-color: #fafafa;
  margin-top: 40px;
}
.products .top-content-wrap .txt-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;
  text-align: center;
  height: 100%;
  width: 100%;
}
.products .top-content-wrap .ttl {
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}
.products .top-content-wrap .txt {
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: 0.15em;
}
.products .top-content-wrap .btn-wrap {
  margin-top: 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;
}
.products .top-content-wrap .btn-wrap > a {
  width: 270px;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.products .content-list {
  margin-top: 120px;
}
.products .content-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.products .content-list li + li {
  margin-top: 60px;
}
.products .content-list .img {
  height: 350px;
}
.products .content-list .ttl {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.products .content-list .txt {
  font-size: 15px;
  letter-spacing: 0.15em;
  line-height: 1.9;
  margin-top: 20px;
}
.products .content-list .c-btn01 {
  margin: 16px 0 0;
}

/* -----------------------------------------------
* housemaking Module
* housemakingページ用
-------------------------------------------------- */
.housemaking {
  padding-bottom: 130px;
}
.housemaking .lead-txt {
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.15em;
  text-align: center;
  margin-top: 30px;
}
.housemaking .section .ttl {
  text-align: center;
}
.housemaking .section .txt {
  font-size: 16px;
  letter-spacing: 0.2em;
  line-height: 2.5;
}
.housemaking .section .txt-small {
  font-size: 12px;
  line-height: 2.2;
  letter-spacing: 0.2em;
}
.housemaking .section + .section {
  margin-top: 110px;
}
.housemaking .media-section {
  margin-top: 72px;
}
.housemaking .cost-section .content {
  margin-top: 70px;
}
.housemaking .cost-section .cost-list {
  counter-reset: section;
}
.housemaking .cost-section .sub-ttl {
  font-size: 30px;
  letter-spacing: 0.1em;
}
.housemaking .cost-section .sub-ttl::before {
  counter-increment: section;
  content: counter(section, decimal-leading-zero) ".";
  display: inline-block;
  color: #d8000f;
  font-size: 34px;
  font-weight: bold;
}
.housemaking .cost-section .img {
  margin-top: 16px;
}
.housemaking .cost-section .txt {
  margin-top: 20px;
}
.housemaking .inherit-section .lead-txt-area {
  margin-top: 20px;
}
.housemaking .inherit-section .lead-txt-area .txt-small {
  margin-top: 5px;
}
.housemaking .inherit-section .sub-ttl {
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.housemaking .inherit-section .content-wrap {
  border-top: 1px dashed #ddd;
  margin-top: 48px;
}
.housemaking .inherit-section .content {
  padding: 60px 0;
}
.housemaking .inherit-section .content .red {
  color: #d8000f;
}
.housemaking .inherit-section .content + .content {
  border-top: 1px dashed #ddd;
}
.housemaking .inherit-section .content:last-child {
  padding-bottom: 0;
}
.housemaking .inherit-section .main-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.housemaking .inherit-section .main-content .txt-area .txt {
  margin-top: 8px;
}
.housemaking .inherit-section .main-content .txt-area .txt-small {
  margin-top: 40px;
}
.housemaking .inherit-section .main-content .img-area .txt-small {
  line-height: 1.8;
  margin-top: 20px;
}
.housemaking .inherit-section .sub-content .txt {
  margin-top: 4px;
}
.housemaking .measure-section .txt {
  margin-top: 20px;
}
.housemaking .measure-section .img {
  margin-top: 28px;
}
.housemaking .measure-section .img img {
  width: 100%;
}

/* -----------------------------------------------
* archives Module
* archivesページ用
-------------------------------------------------- */
.okinawa {
  padding-bottom: 130px;
}
.okinawa .content-block {
  margin-top: 45px;
}
.okinawa .lead-txt {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: center;
}
.okinawa .okinawa-img {
  background: #e70013;
  padding: 55px 0 40px;
  margin-top: 60px;
  position: relative;
  text-align: center;
}
.okinawa .okinawa-img .balloon-list {
  width: 161px;
  height: 295px;
  position: absolute;
  top: -32px;
  bottom: 0;
  margin: auto;
}
.okinawa .okinawa-img .balloon-list li + li {
  margin-top: 23px;
}
.okinawa .okinawa-img .balloon-list a,
.okinawa .okinawa-img .balloon-list span {
  border: 1px solid #fff;
  cursor: pointer;
  display: block;
  padding: 4px;
  position: relative;
  -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}
.okinawa .okinawa-img .balloon-list .balloon {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  width: 230px;
  padding: 10px;
  text-align: left;
  position: absolute;
  left: -35px;
  bottom: 35px;
  margin: auto;
  -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  opacity: 0;
  pointer-events: none;
}
.okinawa .okinawa-img .balloon-list .balloon::before {
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #fff transparent transparent transparent;
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -6px;
  right: 0;
  left: 0;
  margin: auto;
  opacity: 0.9;
}
.okinawa .okinawa-img .balloon-list .balloon .inn {
  font-size: 12px;
}
.okinawa .okinawa-img .balloon-list .txt {
  color: #fff;
  font-size: 15px;
  line-height: 1;
  -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}
.okinawa .product-area {
  margin-top: 90px;
  text-align: center;
}
.okinawa .product-area .ttl {
  font-size: 30px;
  font-weight: bold;
}
.okinawa .product-area .img {
  text-align: center;
}
.okinawa .product-area .txt {
  font-size: 15px;
  font-weight: bold;
  margin-top: 20px;
}
.okinawa .product-area .btn-wrap {
  margin-top: 35px;
}
.okinawa.eco .box .c-ttl01 {
  text-align: center;
}
.okinawa.eco .box .c-ttl01 .small {
  color: #d8000f;
}
.okinawa.eco .box .img {
  text-align: center;
  margin: 60px 0 0;
}
.okinawa.eco .box .txt {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-top: 60px;
  text-align: center;
}
.okinawa.eco .box .txt + .img {
  margin-top: 20px;
}
.okinawa.eco .box + .box {
  margin-top: 90px;
}

.ie .okinawa .okinawa-img .balloon-list .balloon::before {
  bottom: -5px;
}

/* -----------------------------------------------
* lineup Module
* lineupページ用
-------------------------------------------------- */
.lineup {
  padding-bottom: 130px;
}
.lineup .inner-block {
  width: 1200px;
  padding: 0;
}
.lineup .article-mv-block {
  background-image: url(../img/common/mv.jpg);
}
.lineup .lead-block {
  background: #fafafa;
  border: solid 1px #ddd;
  text-align: center;
  padding: 45px;
  margin-top: 100px;
}
.lineup .lead-block .lead-txt {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.4;
}
.lineup .lead-block .sub-txt {
  font-size: 15px;
  margin-top: 20px;
}
.lineup .lead-block .input-block {
  margin-top: 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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.lineup .lead-block .input-block .btn-area .btn-select {
  width: 270px;
  position: relative;
  background: #fff;
  border-radius: 30px;
  cursor: pointer;
  border: solid 1px #3c3c3c;
  color: #3c3c3c;
  font-size: 15px;
  font-weight: bold;
  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;
}
.lineup .lead-block .input-block .btn-area .btn-select::after {
  background: url(../img/common/ico-arrow-small-red-bottom.svg) no-repeat center
    center;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  width: 14px;
  bottom: 0;
  top: 0;
  right: 20px;
  margin: auto;
}
.lineup .lead-block .input-block .btn-area .btn-select .label {
  position: absolute;
  width: 100%;
  z-index: 1;
}
.lineup .lead-block .input-block .btn-area .btn-select .select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  cursor: pointer;
  width: 100%;
  border: none;
  padding: 13px;
  opacity: 0;
  position: relative;
  z-index: 2;
}
.lineup .lead-block .input-block .btn-area .btn-select .select::-ms-expand {
  display: none;
}
.lineup .lead-block .input-block .btn-area .btn-select .select:focus {
  z-index: -1;
  opacity: 1;
}
.lineup .lead-block .submit-btn {
  cursor: pointer;
  background: #d8000f;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  padding: 15px;
  width: 300px;
  margin-top: 38px;
}
.lineup .lead-block #acMenu dt {
  display: block;
  text-align: center;
  cursor: pointer;
}
.lineup .lead-block #acMenu dt.open {
  display: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.lineup .lead-block #acMenu dd {
  display: none;
  text-align: left;
}
.lineup .lead-block .accordion {
  margin-top: 30px;
}
.lineup .lead-block .accordion dt {
  font-size: 20px;
  font-weight: bold;
  padding-right: 26px;
  position: relative;
}
.lineup .lead-block .accordion dt::after {
  background: url(../img/common/icon-plus.svg) no-repeat center center;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 16px;
  position: absolute;
  width: 16px;
  bottom: 3px;
  top: 0;
  right: 0;
  left: 335px;
  margin: auto;
}
.lineup .lead-block .accordion dd .content-block .txt-area {
  margin-right: 30px;
  line-height: 2;
  font-size: 15px;
}
.lineup .lead-block .accordion dd .content-block .img-area {
  min-width: 350px;
}
.lineup .lead-block .accordion dd .content-block .img-area .modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}
.lineup .lead-block .accordion dd .content-block .img-area .modal_content {
  width: 800px;
  margin: 0;
  background: #fff;
  padding: 10px;
  text-align: right;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.lineup .lead-block .accordion dd .clause {
  text-align: center;
  font-size: 14px;
  position: relative;
  cursor: pointer;
}
.lineup .lead-block .accordion dd .clause::after {
  background: url(../img/common/icon-plus.svg) no-repeat center center;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 16px;
  position: absolute;
  width: 16px;
  bottom: 0;
  top: 0;
  right: 0;
  left: 68px;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.lineup .area-block {
  margin-top: 120px;
}
.lineup .area-block .tabBox .tabArea {
  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;
}
.lineup .area-block .tabBox .tabArea .one_tab {
  width: 285px;
  font-size: 20px;
  font-weight: bold;
  display: block;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  text-align: center;
  cursor: pointer;
}
.lineup .area-block .tabBox .tabArea .one_tab .tab_inner {
  padding: 23px 10px;
  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-duration: 0.3s;
  transition-duration: 0.3s;
  border: solid 1px #ddd;
  letter-spacing: 0.1em;
}
.lineup .area-block .tabBox .one_tab.select .tab_inner {
  background: #d8000f;
  color: #fff;
  border: solid 1px #d8000f;
  position: relative;
}
.lineup .area-block .tabBox .one_tab.select .tab_inner::after {
  border-top: 10px solid #d8000f;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  width: 20px;
  bottom: -10px;
  right: 0;
  left: 0;
  margin: auto;
}
.lineup .area-block .tabBox .tabArea.bottom {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.lineup .area-block .tabBox .tabArea.bottom .one_tab.select .tab_inner {
  background: #d8000f;
  color: #fff;
  border: solid 1px #d8000f;
  position: relative;
}
.lineup .area-block .tabBox .tabArea.bottom .one_tab.select .tab_inner::after {
  border-top: none;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #d8000f;
  border-left: 10px solid transparent;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  width: 20px;
  bottom: auto;
  top: -10px;
  right: 0;
  left: 0;
  margin: auto;
}
.lineup .area-block .contents .tab_main {
  display: none;
  padding: 80px 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.lineup .area-block .contents .tab_main .content-area {
  margin-top: 120px;
}
.lineup .area-block .contents .tab_main .content-area:first-child {
  margin-top: 0;
}
.lineup .area-block .contents .tab_main .content-area .ttl-area {
  text-align: center;
}
.lineup .area-block .contents .tab_main .content-area .ttl-area .ttl {
  margin-bottom: 24px;
}
.lineup .area-block .contents .tab_main .content-area .ttl-area .sub-ttl {
  border: solid 1px #d8000f;
  color: #d8000f;
  font-size: 14px;
  font-weight: bold;
  padding: 3px 10px;
  display: inline;
}
.lineup .area-block .contents .tab_main .content-area .c-img-switch {
  margin-top: 50px;
}
.lineup
  .area-block
  .contents
  .tab_main
  .content-area
  .features-block
  .item-area {
  margin-top: 30px;
  width: 900px;
}
.lineup
  .area-block
  .contents
  .tab_main
  .content-area
  .features-block
  .item-area
  ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.lineup
  .area-block
  .contents
  .tab_main
  .content-area
  .features-block
  .item-area
  ul
  li {
  font-size: 14px;
  font-weight: bold;
  padding: 3px 10px;
  border: solid 1px #3c3c3c;
  margin-right: 10px;
}
.lineup
  .area-block
  .contents
  .tab_main
  .content-area
  .features-block
  .item-area
  .txt {
  margin-top: 20px;
  font-size: 15px;
}
.lineup
  .area-block
  .contents
  .tab_main
  .content-area
  .features-block
  .btn-wrap
  .c-btn01 {
  width: 270px;
}
.lineup .area-block .contents .tab_main .sub-content {
  margin-top: 110px;
}
.lineup .area-block .contents .tab_main .sub-content .item-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;
}
.lineup .area-block .contents .tab_main .sub-content .item-block .item {
  width: 279px;
  position: relative;
  padding-bottom: 30px;
}
.lineup
  .area-block
  .contents
  .tab_main
  .sub-content
  .item-block
  .item
  a
  .ttl-area {
  margin-top: 10px;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
.lineup
  .area-block
  .contents
  .tab_main
  .sub-content
  .item-block
  .item
  a
  .category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 5px;
}
.lineup
  .area-block
  .contents
  .tab_main
  .sub-content
  .item-block
  .item
  a
  .category
  li {
  font-size: 14px;
  font-weight: bold;
  padding: 2px 13px;
  border: solid 1px #3c3c3c;
  margin: 0 10px 10px 0;
  letter-spacing: 0.1em;
}
.lineup
  .area-block
  .contents
  .tab_main
  .sub-content
  .item-block
  .item
  a
  .txt-area {
  margin-top: 5px;
  font-size: 15px;
  line-height: 1.7;
}
.lineup
  .area-block
  .contents
  .tab_main
  .sub-content
  .item-block
  .item
  a
  .c-btn01 {
  margin-top: 10px;
  position: absolute;
  bottom: 10px;
  right: 0;
}
.lineup .area-block .contents .tab_main.is_show {
  display: block;
}

/* -----------------------------------------------
* daianshin Module
* daianshinページ用
-------------------------------------------------- */
.daianshin {
  padding-bottom: 130px;
  /* tab切り替え */
  /* common */
  /*------------------------------------------------------------------------------
  長期優良住宅
  ------------------------------------------------------------------------------*/
  /*------------------------------------------------------------------------------
  自由設計・注文住宅
  ------------------------------------------------------------------------------*/
  /*------------------------------------------------------------------------------
  基礎・構造
  ------------------------------------------------------------------------------*/
  /*------------------------------------------------------------------------------
  設備・仕様
  ------------------------------------------------------------------------------*/
  /* 大安心の家 PREMIUM */
  /* 木麗な家 */
  /* 木望の家 */
  /* GALLERIART */
  /* グリーンエコの家 */
  /* 和美彩 */
  /* 大安心の家[愛] */
  /* 大安心の家[愛]PREMIUM */
  /* 木麗な家[愛] */
  /* GALLERIART[愛] */
  /* 大安心の家[暖] */
  /* 大安心の家[暖]PREMIUM */
  /* 木麗な家[暖] */
  /* GALLERIART[暖] */
  /* 大安心の家[大地] */
  /* 木麗な家[大地] */
  /* GALLERIART[大地] */
}
.daianshin .inner-block {
  padding: 0;
}
.daianshin .ib {
  display: inline-block;
}
.daianshin .ttl {
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.daianshin .txt {
  font-size: 15px;
  margin-top: 15px;
  line-height: 2.3;
}
.daianshin .article-mv-block.top {
  background-image: url(../img/products/lineup/daianshin/daianshin/mv.jpg);
  height: 620px;
}
.daianshin .breadcrumb-block {
  background: #f9f9f9;
}
.daianshin .lead-block {
  background: #f9f9f9;
  text-align: center;
  position: relative;
  height: 300px;
}
.daianshin .lead-block .box {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 8px #ccc;
  box-shadow: 0 0 8px #ccc;
  padding: 55px;
  position: absolute;
  margin: auto;
  top: 5px;
  left: 0;
  right: 0;
}
.daianshin .lead-block .box .ttl {
  line-height: 1.3;
}
.daianshin .lead-block .box .sub-ttl {
  color: #d8000f;
  font-size: 24px;
  font-weight: bold;
  margin-top: 5px;
}
.daianshin .lead-block .box .txt {
  margin-top: 30px;
  line-height: 2.3;
}
.daianshin .features-block {
  margin-top: 150px;
}
.daianshin .features-block .content-area {
  margin-top: 90px;
}
.daianshin .features-block .content-area:first-child {
  margin-top: 0;
}
.daianshin .features-block .content-area .c-img-switch {
  margin-top: 30px;
}
.daianshin .features-block .content-area .txt-area {
  margin-top: 25px;
}
.daianshin .features-block .content-area .txt-area .ttl {
  font-size: 30px;
  line-height: 1.5;
}
.daianshin .features-block .content-area .txt-area .ttl .txt-red {
  color: #d8000f;
}
.daianshin .features-block .content-area .txt-area .txt {
  line-height: 2;
}
.daianshin .family-block {
  margin-top: 100px;
  padding: 90px 0;
  background: #fafafa;
}
.daianshin .point-block {
  margin-top: 90px;
}
.daianshin .point-block.top {
  margin-top: 150px;
}
.daianshin .point-block .c-choosy-list {
  margin-top: 25px;
}
.daianshin .point-block .c-choosy-list .txt-area .ttl {
  font-size: 30px;
  font-weight: bold;
  display: block;
}
.daianshin .specification-block {
  margin-top: 100px;
  padding: 90px 0;
  background: url(../img/products/lineup/daianshin/daianshin/specification-bg.jpg)
    no-repeat center center;
  background-size: cover;
}
.daianshin .specification-block .ttl {
  margin-left: -27px;
  color: #fff;
}
.daianshin .specification-block .list-area {
  margin-top: 20px;
}
.daianshin .specification-block .list-area .item {
  background: #fff;
  border-radius: 6px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3;
  position: relative;
  padding: 12px 10px 12px 55px;
  margin-top: 12px;
  letter-spacing: 0.05em;
}
.daianshin .specification-block .list-area .item:first-child {
  margin-top: 0;
}
.daianshin .specification-block .list-area .item .nmber {
  color: #d8000f;
  position: absolute;
  left: 20px;
  top: 11px;
}
.daianshin .specification-block .btn-wrap {
  margin-top: 50px;
}
.daianshin .voice-slider-block .c-voice-wrap .slick-slide {
  padding-top: 35px;
}
.daianshin .voice-slider-block .c-voice-wrap .txt-area .ttl {
  font-size: 30px;
}
.daianshin .voice-slider-block .c-voice-wrap .txt-area .txt {
  margin-top: 0;
}
.daianshin .voice-block {
  margin-top: 100px;
}
.daianshin .voice-block .c-voice-wrap {
  margin-top: 30px;
}
.daianshin .lineup-block {
  margin-top: 180px;
}
.daianshin .note-block {
  border: solid 1px #ddd;
  margin-top: 150px;
  padding: 40px 0;
  text-align: center;
}
.daianshin .note-block .ttl {
  font-size: 30px;
}
.daianshin .note-block .txt {
  margin-top: 10px;
}
.daianshin .note-block .btn-wrap {
  margin-top: 20px;
}
.daianshin .tab-wrap ~ .tab-wrap {
  display: none;
}
.daianshin .tab-wrap .lineup-section + .btn-wrap .c-btn01 {
  max-width: 320px;
}
.daianshin .tab-wrap .btn-wrap {
  margin-top: 20px;
}
.daianshin .tab-btn-area {
  padding-top: 60px;
  padding-bottom: 80px;
}
.daianshin .tab-btn-area .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.daianshin .tab-btn-area .list li {
  border: 1px solid #ddd;
  cursor: pointer;
  font-size: 15px;
  position: relative;
  -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}
.daianshin .tab-btn-area .list li a {
  padding: 18px 30px 18px 15px;
  width: 100%;
}
.daianshin .tab-btn-area .list li::before {
  border: solid #d8000f;
  border-width: 0 2px 2px 0;
  border-radius: 2px;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  width: 9px;
  height: 9px;
  margin: auto;
  -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
  transform: rotate(-45deg) translate3d(0, 0, 0);
}
.daianshin .tab-btn-area .list li.is-active {
  background: #d8000f;
  border-color: #d8000f;
}
.daianshin .tab-btn-area .list li.is-active::before {
  border-color: #fff;
}
.daianshin .tab-btn-area .list li.is-active a {
  color: #fff;
}
.daianshin .article-mv-block.second {
  background-image: url(../img/products/lineup/daianshin/daianshin/mv02.jpg);
  position: relative;
}
.daianshin .article-mv-block.second .ttl:not(:first-child) {
  display: none;
}
.daianshin .article-mv-block.second .ttl {
  z-index: 2;
}
.daianshin .article-mv-block.second:after {
  background: rgba(0, 0, 0, 0.4);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.daianshin .bg-gray {
  background: #fafafa;
  padding: 100px 0 100px;
}
.daianshin .tab-btn-wrap {
  margin: 55px 0 60px;
}
.daianshin .tab-btn-wrap .js-tab-top {
  cursor: pointer;
  -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}
.daianshin .lineup-section + .lineup-section {
  margin-top: 100px;
}
.daianshin .lineup-hdg-lv2 {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 1.3;
}
.daianshin .lineup-hdg-lv3 {
  font-size: 30px;
  font-weight: bold;
}
.daianshin .lineup-hdg-lv3 .red {
  color: #d8000f;
  padding-right: 15px;
}
.daianshin .lineup-picture {
  margin: 0;
}
.daianshin .lineup-picture + .lineup-hdg-lv3 {
  margin-top: 15px;
}
.daianshin .lineup-picture figcaption {
  font-size: 12px;
  margin-top: 10px;
}
.daianshin .lineup-picture img {
  width: 100%;
}
.daianshin .lineup-txt-normal {
  font-size: 15px;
  line-height: 2.2;
}
.daianshin .lineup-txt-normal.center {
  text-align: center;
  margin-bottom: 25px;
}
.daianshin .lineup-txt-notice {
  font-size: 12px;
  line-height: 3;
  margin-top: 15px;
}
.daianshin .lineup-list-notice {
  font-size: 12px;
  line-height: 2.2;
  margin-top: 25px;
}
.daianshin .lineup-list-notice.last {
  margin-top: 45px;
}
.daianshin .border-box.lineup-lyt-col4 {
  display: block;
}
.daianshin .border-box.lineup-lyt-col4 .lineup-col4-2 {
  width: 100% !important;
  padding-left: 0 !important;
  margin-left: 0;
}
.daianshin .border-box.lineup-lyt-col4 .lineup-col4-2:nth-child(n + 3),
.daianshin .border-box.lineup-lyt-col4 .lineup-col4-2:nth-child(even) {
  margin: 0 !important;
}
.daianshin .border-box .lineup-col4-2 {
  border-top: 1px dashed #ddd;
  padding: 50px 0;
  width: 100%;
}
.daianshin .border-box .lineup-col4-2 .lineup-hdg-lv3 {
  margin-bottom: 15px;
}
.daianshin .border-box .lineup-col4-2 .lineup-hdg-lv3 .red {
  padding: 0;
}
.daianshin .border-box .lineup-col4-2:last-child {
  border-bottom: 1px dashed #ddd;
}
.daianshin .daianshin02 .breadcrumb-block {
  background: #fff;
}
.daianshin
  .daianshin02
  .lineup-lyt-col3
  .lineup-col3-2
  .lineup-txt-normal
  + .lineup-txt-normal {
  margin-top: 25px;
}
.daianshin .daianshin02 .box {
  background: #fff;
  border: 1px solid #ddd;
  margin-top: 60px;
  padding: 40px 50px;
}
.daianshin .daianshin02 .box .img {
  text-align: center;
  margin-top: 20px;
}
.daianshin .daianshin02 .box .txt-area .ttl {
  font-size: 30px;
  letter-spacing: 0.05em;
}
.daianshin .daianshin02 .box .txt-area .ttl .red {
  color: #d8000f;
}
.daianshin .daianshin03 .step {
  padding: 0;
}
.daianshin .daianshin03 .lineup-box-step + .lineup-box-step {
  margin-top: 80px;
}
.daianshin .daianshin03 .lineup-box-step.mt40 {
  margin-top: 45px;
}
.daianshin .daianshin03 .lineup-box-step h3 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}
.daianshin .daianshin03 .lineup-box-step h3 img {
  display: block;
  margin-bottom: 20px;
}
.daianshin .daianshin03 .lineup-box-step h4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
.daianshin .daianshin04 .step {
  padding: 0;
}
.daianshin .daianshin04 .lineup-lyt-col3,
.daianshin .daianshin04 .lineup-lyt-col4 {
  margin-top: 45px;
}
.daianshin .daianshin04 .lineup-lyt-col3:first-child,
.daianshin .daianshin04 .lineup-lyt-col4:first-child {
  margin-top: 0;
}
.daianshin .daianshin04 .lineup-lyt-col3 + .lineup-lyt-col3,
.daianshin .daianshin04 .lineup-lyt-col3 + .lineup-lyt-col4,
.daianshin .daianshin04 .lineup-lyt-col4 + .lineup-lyt-col3,
.daianshin .daianshin04 .lineup-lyt-col4 + .lineup-lyt-col4 {
  margin-top: 80px;
}
.daianshin .daianshin04 .lineup-lyt-col3 .lineup-hdg-lv3,
.daianshin .daianshin04 .lineup-lyt-col4 .lineup-hdg-lv3 {
  margin-bottom: 10px;
}
.daianshin .daianshin04 .lineup-lyt-col4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.daianshin .daianshin04 .lineup-lyt-col4 dt {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
}
.daianshin .daianshin04 .lineup-lyt-col4 dd {
  margin-bottom: 30px;
}
.daianshin .daianshin04 .lineup-lyt-col4 dd:last-child {
  margin-bottom: 0;
}
.daianshin .daianshin05 .step {
  padding: 0;
}
.daianshin .daianshin05 .lineup-section .ttl {
  display: none;
}
.daianshin .daianshin05 dt {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
}
.daianshin .daianshin05 dd {
  margin-bottom: 30px;
}
.daianshin .daianshin05 dd:last-child {
  margin-bottom: 0;
}
.daianshin .daianshin05 .lineup-lyt-col3,
.daianshin .daianshin05 .lineup-lyt-col4,
.daianshin .daianshin05 .lineup-box-step {
  margin-top: 35px;
}
.daianshin .daianshin05 .lineup-lyt-col3:first-child,
.daianshin .daianshin05 .lineup-lyt-col4:first-child,
.daianshin .daianshin05 .lineup-box-step:first-child {
  margin-top: 0;
}
.daianshin .daianshin05 .lineup-lyt-col3[class*="mt60"],
.daianshin .daianshin05 .lineup-lyt-col4[class*="mt60"],
.daianshin .daianshin05 .lineup-box-step[class*="mt60"] {
  margin-top: 80px;
}
.daianshin .daianshin05 .lineup-lyt-col3 .lineup-hdg-lv3,
.daianshin .daianshin05 .lineup-lyt-col4 .lineup-hdg-lv3,
.daianshin .daianshin05 .lineup-box-step .lineup-hdg-lv3 {
  margin-bottom: 10px;
}
.daianshin .daianshin05 .lineup-lyt-col3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.daianshin .daianshin05 .lineup-lyt-col4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.daianshin .daianshin05 .lineup-lyt-col4 .lineup-picture {
  margin-bottom: 25px;
}
.daianshin .daianshin05 .lineup-lyt-col4 .lineup-picture:last-child {
  margin: 0;
}
.daianshin .daianshin05 .lineup-lyt-col2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.daianshin .daianshin05 .lineup-lyt-col2 .lineup-col2-1 {
  width: calc((99.99% - 35px) / 2);
}
.daianshin .daianshin05 .lineup-lyt-col2 .lineup-col2-1:nth-child(even) {
  margin-left: 35px;
}
.daianshin .daianshin05 .lineup-lyt-col2 .lineup-col2-1:nth-child(n + 3) {
  margin-top: 35px;
}
.daianshin .daianshin05 .lineup-box-step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.daianshin .daianshin05 .lineup-box-step .lineup-picture {
  margin-bottom: 25px;
}
.daianshin .daianshin05 .lineup-box-step .lineup-picture:last-child {
  margin: 0;
}
.daianshin .daianshin05 .lineup-box-step h3 {
  margin-bottom: 20px;
}
.daianshin .daianshin05 .lineup-box-step h4 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}
.daianshin .daianshin05 .lineup-section > .lineup-picture {
  margin-top: 80px;
}
.daianshin .facility-block > div + div {
  margin-top: 100px;
}
.daianshin .lineup-facility-nav {
  margin: 100px auto;
}
.daianshin .lineup-facility-nav:first-child {
  margin-top: -20px;
}
.daianshin .lineup-facility-nav ol {
  counter-reset: listNum;
  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;
}
.daianshin .lineup-facility-nav li {
  cursor: pointer;
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  line-height: 1.4;
  -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}
.daianshin .lineup-facility-nav li::before {
  border-radius: 50%;
  border: 2px solid #d8000f;
  counter-increment: listNum 1;
  content: counter(listNum);
  color: #d8000f;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 18px;
  font-weight: bold;
  margin-right: 10px;
  line-height: 24px;
  text-align: center;
  width: 28px;
  height: 28px;
  -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}
.daianshin .lineup-facility-nav li.is-active::before {
  background-color: #d8000f;
  color: #fff;
}
.daianshin .facility-tab-wrap ~ .facility-tab-wrap {
  display: none;
}
.daianshin.daichi .lineup-picture.border {
  border: 2px solid #ccc;
}
.daianshin .lineup-list {
  margin-top: 20px;
  margin-left: 22px;
}
.daianshin .lineup-list li {
  list-style: decimal;
}
.daianshin .lineup-list li + li {
  margin-top: 5px;
}
.daianshin .lineup-txt-normal + .lineup-hdg-lv3 {
  margin-top: 20px;
}
.daianshin .lineup-picture + .lineup-picture {
  margin-top: 15px;
}
.daianshin .tab-btn-area .list li {
  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;
}
.daianshin.premium .daianshin06 .step {
  padding: 0;
}
.daianshin.premium .daianshin06 .lineup-section .ttl {
  display: none;
}
.daianshin.premium .daianshin06 dt {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
}
.daianshin.premium .daianshin06 dd {
  margin-bottom: 30px;
}
.daianshin.premium .daianshin06 dd:last-child {
  margin-bottom: 0;
}
.daianshin.premium .daianshin06 .lineup-lyt-col3,
.daianshin.premium .daianshin06 .lineup-lyt-col4,
.daianshin.premium .daianshin06 .lineup-box-step {
  margin-top: 35px;
}
.daianshin.premium .daianshin06 .lineup-lyt-col3:first-child,
.daianshin.premium .daianshin06 .lineup-lyt-col4:first-child,
.daianshin.premium .daianshin06 .lineup-box-step:first-child {
  margin-top: 0;
}
.daianshin.premium .daianshin06 .lineup-lyt-col3[class*="mt60"],
.daianshin.premium .daianshin06 .lineup-lyt-col4[class*="mt60"],
.daianshin.premium .daianshin06 .lineup-box-step[class*="mt60"] {
  margin-top: 80px;
}
.daianshin.premium .daianshin06 .lineup-lyt-col3 .lineup-hdg-lv3,
.daianshin.premium .daianshin06 .lineup-lyt-col4 .lineup-hdg-lv3,
.daianshin.premium .daianshin06 .lineup-box-step .lineup-hdg-lv3 {
  margin-bottom: 10px;
}
.daianshin.premium .daianshin06 .lineup-lyt-col3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.daianshin.premium .daianshin06 .lineup-lyt-col4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.daianshin.premium .daianshin06 .lineup-lyt-col4 .lineup-picture {
  margin-bottom: 25px;
}
.daianshin.premium .daianshin06 .lineup-lyt-col4 .lineup-picture:last-child {
  margin: 0;
}
.daianshin.premium .daianshin06 .lineup-lyt-col2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.daianshin.premium .daianshin06 .lineup-lyt-col2 .lineup-col2-1 {
  width: calc((99.99% - 35px) / 2);
}
.daianshin.premium
  .daianshin06
  .lineup-lyt-col2
  .lineup-col2-1:nth-child(even) {
  margin-left: 35px;
}
.daianshin.premium
  .daianshin06
  .lineup-lyt-col2
  .lineup-col2-1:nth-child(n + 3) {
  margin-top: 35px;
}
.daianshin.premium .daianshin06 .lineup-box-step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.daianshin.premium .daianshin06 .lineup-box-step .lineup-picture {
  margin-bottom: 25px;
}
.daianshin.premium .daianshin06 .lineup-box-step .lineup-picture:last-child {
  margin: 0;
}
.daianshin.premium .daianshin06 .lineup-box-step h3 {
  margin-bottom: 20px;
}
.daianshin.premium .daianshin06 .lineup-box-step h4 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}
.daianshin.premium .daianshin06 .lineup-section > .lineup-picture {
  margin-top: 80px;
}
.daianshin.premium .lineup-txt-definition {
  margin-top: 20px;
}
.daianshin.premium .lineup-txt-definition dt {
  font-size: 22px;
}
.daianshin.premium .lineup-txt-definition dd {
  margin-bottom: 10px;
}
.daianshin .lineup-section .c-btn01.left {
  margin-left: 0;
  margin-top: 40px;
}
.daianshin .inner-block + .lineup-section {
  margin-top: 100px;
}
.daianshin .lineup-hdg-lv2 .lineup-hdg-lv2-sub {
  font-size: 34px;
}
.daianshin .lineup-hdg-lv3 .lineup-hdg-lv3-sub {
  font-size: 24px;
}
.daianshin .kibou-img-wrap.lineup-lyt-col4 .lineup-col4-2 {
  padding: 0 !important;
  width: auto !important;
}
.daianshin .kibou-img-wrap.lineup-lyt-col4 .lineup-col4-1 {
  padding-left: 15px;
  width: auto !important;
}
.daianshin .kibou-img-wrap.lineup-lyt-col4 .lineup-col4-1 + .lineup-col4-1 {
  margin: 0 !important;
}
.daianshin .lineup-lyt-col4 + .lineup-hdg-lv3 {
  margin-top: 30px;
}
.daianshin .lineup-right-text h4 {
  font-weight: bold;
  font-size: 22px;
}
.daianshin .lineup-txt-normal-ptb10 {
  line-height: 2;
  margin: 10px 0;
}
.daianshin.kibou .lineup-txt-normal + .lineup-hdg-lv2 {
  margin-top: 50px;
}
.daianshin .galleri_img-block .taC {
  width: 100%;
  margin: 0 0 20px;
}
.daianshin .galleri_col2 {
  margin: 20px 0 30px;
}

/* -----------------------------------------------
* housemaking Module
* housemakingページ用
-------------------------------------------------- */
.wodden-house .ttl-area {
  text-align: center;
}
.wodden-house .ttl-area .txt {
  font-size: 15px;
  text-align: center;
  letter-spacing: 0.15em;
  line-height: 2;
  margin-bottom: 49px;
}
.wodden-house .box .ttl {
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 33px 0 22px;
}
.wodden-house .box .txt {
  font-size: 15px;
  letter-spacing: 0.15em;
  text-align: justify;
  line-height: 2;
}
.wodden-house .box .center-img {
  width: 800px;
  margin: 26px auto 0;
}
.wodden-house .box .center-img .ttl {
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: center;
  margin-top: 0;
}
.wodden-house .box .center-img .txt {
  font-size: 12px;
  letter-spacing: 0.15em;
  line-height: 1.8;
  margin-top: 15px;
  width: 730px;
}
.wodden-house .box .center-img .img {
  text-align: center;
}
.wodden-house .box .center-img .txt-area {
  border: 1px solid #dddddd;
  padding: 30px 40px;
  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-top: 60px;
}
.wodden-house .box .center-img .txt-area .img {
  width: 211px;
}
.wodden-house .box .center-img .txt-area .txt-wrap {
  width: calc(100% - 246px);
}
.wodden-house .box .center-img .txt-area .txt-wrap .ttl {
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: left;
}
.wodden-house .box .center-img .txt-area .txt-wrap .txt {
  font-size: 15px;
  letter-spacing: 0.15em;
  line-height: 2;
  width: 100%;
}
.wodden-house .box .center-img .txt-area .txt-wrap .txt .small {
  font-size: 12px;
  line-height: 1.8;
}
.wodden-house .box + .box {
  margin-top: 113px;
}
.wodden-house .box:nth-child(3) {
  margin-top: 110px;
}

/* -----------------------------------------------
* archives Module
* archivesページ用
-------------------------------------------------- */
.archives {
  padding-bottom: 130px;
}
.archives .article-mv-block {
  background-image: url(../img/common/mv.jpg);
}
.archives .ttl-area {
  text-align: center;
  margin-top: 110px;
}
.archives .ttl-area .ttl {
  font-size: 50px;
  font-weight: bold;
  line-height: 1.3;
}
.archives .info-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 62px;
}
.archives .info-block .txt-area {
  margin-right: 47px;
  width: calc(100% - 592px);
}
.archives .info-block .txt-area .ttl {
  font-size: 27px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 14px;
}
.archives .info-block .txt-area .txt {
  font-size: 15px;
  letter-spacing: 0.15em;
  text-align: justify;
  line-height: 2.4;
}
.archives .info-block .img-area {
  display: block;
  width: 545px;
  min-height: 0%;
}
.archives .archive-link-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;
  margin-top: 51px;
}
.archives .archive-link-list .btn-area {
  position: relative;
  width: 600px;
  min-height: 0%;
}
.archives .archive-link-list .btn-area .link-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 682px;
}
.archives .archive-link-list .btn-area .link-wrap a {
  display: block;
  width: 60px;
  height: 37px;
  position: absolute;
  margin: auto;
}
.archives .archive-link-list .btn-area .link-wrap a.link01 {
  width: 80px;
  top: 123px;
  right: 105px;
}
.archives .archive-link-list .btn-area .link-wrap a.link02 {
  top: 289px;
  right: 184px;
}
.archives .archive-link-list .btn-area .link-wrap a.link03 {
  top: 356px;
  right: 22px;
  left: 0;
}
.archives .archive-link-list .btn-area .link-wrap a.link04 {
  bottom: 233px;
  right: 0;
  left: 170px;
}
.archives .archive-link-list .btn-area .link-wrap a.link05 {
  bottom: 165px;
  right: 0;
  left: 53px;
}
.archives .archive-link-list .btn-area .link-wrap a.link06 {
  bottom: 203px;
  right: 130px;
  left: 0;
}
.archives .archive-link-list .btn-area .link-wrap a.link07 {
  bottom: 202px;
  left: 107px;
}
.archives .archive-link-list .btn-area .link-wrap a.link08 {
  bottom: 120px;
  left: 146px;
}
.archives .archive-link-list .btn-area .link-wrap a.link09 {
  bottom: 83px;
  left: 47px;
}
.archives .archive-link-list .btn-area .link-wrap a.link10 {
  bottom: 99px;
  right: 120px;
}
.archives .archive-link-list .link-list {
  width: calc(100% - 655px);
}
.archives .archive-link-list .link-list .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
}
.archives .archive-link-list .link-list .box .ttl {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  width: 85px;
}
.archives .archive-link-list .link-list .box .link {
  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: calc(100% - 85px);
}
.archives .archive-link-list .link-list .box .link a {
  padding-left: 16px;
  position: relative;
  line-height: 2;
}
.archives .archive-link-list .link-list .box .link a:before {
  border: solid #d8000f;
  border-width: 0 2px 2px 0;
  border-radius: 2px;
  content: "";
  display: inline-block;
  position: absolute;
  top: -1px;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
  transform: rotate(-45deg) translate3d(0, 0, 0);
}
.archives .archive-link-list .link-list .box .link a:not(:last-child) {
  margin-right: 11px;
}
.archives .archive-link-list .link-list .box + .box {
  border-top: 1px solid #dddddd;
}
.archives .reason-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 51px;
}
.archives .reason-section .box {
  width: calc((100% - 90px) / 3);
}
.archives .reason-section .box .ttl {
  font-size: 26px;
  font-weight: bold;
  margin: 19px 0 13px;
}
.archives .reason-section .box .txt {
  font-size: 15px;
  letter-spacing: 0.15em;
  line-height: 2;
  text-align: justify;
}
.archives .banner-wrap {
  margin-top: 120px;
}

.c-archives-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 51px;
}
.c-archives-list li .img {
  text-align: center;
}
.c-archives-list li .img img {
  width: 100%;
}
.c-archives-list li .ttl {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  margin: 15px 0 10px;
}
.c-archives-list li .txt {
  font-size: 15px;
  line-height: 2;
}

/* -----------------------------------------------
* archives Module
* archivesページ用
-------------------------------------------------- */
.real-estate-home {
  padding-bottom: 130px;
}
.real-estate-home .inner-block {
  padding: 0;
}
.real-estate-home .article-mv-block {
  background-image: url(../img/common/mv.jpg);
}
.real-estate-home .area-section {
  margin-top: 100px;
  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;
}
.real-estate-home .area-section .map-block #gmapS {
  width: 100%;
  height: 100%;
}
.real-estate-home .area-section .map-block.no-item .inn {
  border: 1px solid #ddd;
  background: #fafafa;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -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;
  text-align: center;
  height: 100%;
}
.real-estate-home .area-section .map-block.no-item .no-item-txt {
  font-size: 30px;
}
.real-estate-home .area-section .link-block {
  width: 210px;
}
.real-estate-home .area-section .link-block .ttl-area {
  padding: 11px 12px 10px;
  background: #f4f4f4;
  border: solid 1px #dedede;
  font-size: 13px;
  font-weight: bold;
}
.real-estate-home .area-section .link-block .item-area a {
  padding: 11px 12px 10px;
  font-size: 13px;
  display: block;
  border: solid 1px #dedede;
  border-top: none;
}
.real-estate-home .area-section .link-block .item-area a .list-icon {
  padding-left: 10px;
  position: relative;
}
.real-estate-home .area-section .link-block .item-area a .list-icon::after {
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #d3131c;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  width: 4px;
  bottom: 0;
  top: 0;
  left: 0;
  margin: auto;
}
.real-estate-home .area-section .link-block .item-area a:hover {
  color: #d3131c;
}
.real-estate-home .area-section .link-block .item-area .active {
  color: #d3131c;
}
.real-estate-home .area-section .link-block .item-area + .ttl-area {
  border-top: none;
}
.real-estate-home .content-area {
  margin-top: 110px;
}
.real-estate-home .content-area .ttl-area {
  font-size: 30px;
  font-weight: bold;
  position: relative;
  padding-left: 48px;
  line-height: 1.3;
}
.real-estate-home .content-area .ttl-area::after {
  background: url(../img/common/pin-icon.png) no-repeat center center;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 48px;
  position: absolute;
  width: 32px;
  top: 5px;
  left: 0;
  margin: auto;
}
.real-estate-home .content-area .c-img-switch {
  margin-top: 30px;
}
.real-estate-home .content-area .features-block {
  margin-top: 30px;
}
.real-estate-home .content-area .features-block .item-area {
  margin-top: 0;
}
.real-estate-home .content-area .features-block .btn-wrap .c-btn01 {
  width: 270px;
}
.real-estate-home .content-area .features-block .btn-wrap .c-btn01 {
  margin-top: 10px;
}

.c-kodate-img {
  text-align: center;
  margin-bottom: 30px;
  max-height: 600px;
}
.c-kodate-img img {
  max-height: 600px;
}

/* -----------------------------------------------
* archives Module
* archivesページ用
-------------------------------------------------- */
.kodatebunjyo {
  padding-bottom: 130px;
}
.kodatebunjyo .content-block {
  margin-top: 100px;
}
.kodatebunjyo .article-mv-block {
  background-image: url(../img/common/mv.jpg);
}
.kodatebunjyo .btn-wrap.contact-area {
  margin-top: 50px;
}
.kodatebunjyo .tel-wrap {
  margin-top: 30px;
  text-align: center;
}
.kodatebunjyo .tel-wrap .ttl {
  font-weight: bold;
  font-size: 20px;
}
.kodatebunjyo .tel-wrap .tel {
  color: #d8000f;
  font-size: 30px;
  letter-spacing: 0.1em;
}
.kodatebunjyo .tel-wrap .tel .txt {
  font-size: 20px;
}
.kodatebunjyo .contact-btn-wrap {
  margin-top: 40px;
}
.kodatebunjyo .contact-btn-wrap .note {
  color: #3c3c3c;
  font-size: 12px;
  letter-spacing: 0.1em;
  margin-top: 45px;
}
.kodatebunjyo .slider-cont {
  margin-bottom: 100px;
}
.kodatebunjyo .slider-cont .txt-area {
  margin-top: 40px;
}
.kodatebunjyo .slider-cont .txt-area > .ttl {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.kodatebunjyo .slider-cont .txt-area > .txt {
  font-size: 15px;
  margin-top: 20px;
}
.kodatebunjyo .img-cont + .img-cont {
  margin-top: 50px;
}
.kodatebunjyo .img-cont .con-ttl {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
  text-align: center;
}
.kodatebunjyo .img-cont .btn-wrap {
  margin-top: 40px;
}
.kodatebunjyo .img-cont .date {
  margin-top: 25px;
}
.kodatebunjyo .img-wrap {
  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;
}
.kodatebunjyo .img-wrap .box {
  margin-bottom: 50px;
  width: calc((100% - 60px) / 2);
}
.kodatebunjyo .img-wrap .box.wide {
  width: 100%;
}
.kodatebunjyo .img-wrap .box .img {
  display: block;
  width: 100%;
  height: 350px;
}
.kodatebunjyo .img-wrap .box .txt {
  font-size: 15px;
  margin-top: 15px;
}
.kodatebunjyo .map-wrap .map {
  height: 620px;
}
.kodatebunjyo .map-wrap .note {
  font-size: 12px;
  margin-top: 15px;
}
.kodatebunjyo .map-wrap + .btn-wrap {
  margin-bottom: 100px;
}
.kodatebunjyo .img-wrap-gallery {
  margin-bottom: 60px;
}
.kodatebunjyo .img-wrap-gallery .gallery-popup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.kodatebunjyo .img-wrap-gallery .box {
  display: block;
}
.kodatebunjyo .img-wrap-gallery .box .cap {
  font-size: 12px;
  margin-top: 5px;
}
.kodatebunjyo .img-wrap-gallery .box .img {
  padding-top: 100%;
  position: relative;
}
.kodatebunjyo .img-wrap-gallery .box .img::before {
  background: url(../img/common/ico-zoom2.svg) no-repeat center center/contain;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  margin: auto;
}
.kodatebunjyo .img-wrap-gallery .box.large .img {
  padding-top: 56%;
}

.mfp-bottom-bar {
  margin-top: 10px;
}

.mfp-title {
  font-size: 14px;
  line-height: 1.6;
  padding-right: 50px;
}

/* -----------------------------------------------
* archives Module
* archivesページ用
-------------------------------------------------- */
.modelhouse-event-banner {
  width: 100%;
  margin: 100px 0 120px;
}

.modelhouse,
.modelhouse-detail {
  padding-bottom: 130px;
}

.modelhouse-detail .article-mv-block {
  background-image: none;
  background-color: #fff;
}
.modelhouse-detail .article-mv-block .ttl {
  color: #333;
}

.modelhouse .c-modelhouse {
  padding-top: 90px;
}
.modelhouse .map-area {
  margin: 120px 0 30px;
}
.modelhouse .map-area #gmap2 {
  width: 100%;
  height: 100%;
}
.modelhouse .map-area .map {
  width: 100%;
  height: 468px;
}
.modelhouse-detail .map-wrap {
  margin: 70px 0 60px;
}
.modelhouse-top .event-area {
  margin-top: 105px;
}
.modelhouse-top .archive-link-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;
  margin-top: 100px;
}
.modelhouse-top .archive-link-list .map {
  position: relative;
  width: 538px;
  min-height: 0%;
}
.modelhouse-top .archive-link-list .link-list {
  width: calc(100% - 593px);
}
.modelhouse-top .archive-link-list .link-list .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
}
.modelhouse-top .archive-link-list .link-list .box .ttl {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  width: 85px;
}
.modelhouse-top .archive-link-list .link-list .box .link {
  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: calc(100% - 85px);
}
.modelhouse-top .archive-link-list .link-list .box .link a {
  padding-left: 16px;
  position: relative;
  line-height: 2;
}
.modelhouse-top .archive-link-list .link-list .box .link a:before {
  border: solid #d8000f;
  border-width: 0 2px 2px 0;
  border-radius: 2px;
  content: "";
  display: inline-block;
  position: absolute;
  top: -1px;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
  transform: rotate(-45deg) translate3d(0, 0, 0);
}
.modelhouse-top .archive-link-list .link-list .box .link a:not(:last-child) {
  margin-right: 11px;
}
.modelhouse-top .archive-link-list .link-list .box + .box {
  border-top: 1px solid #dddddd;
}

.gm-style img.wp-post-image {
  max-width: 100px;
  max-height: 100px;
  vertical-align: middle;
}

.archive-link-list .map p.mapImg {
  position: relative;
  margin: 0;
}
.archive-link-list .map p.mapImg::before {
  position: absolute;
  pointer-events: none;
  border: 1px solid #dedede;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
.archive-link-list .map .areaList,
.archive-link-list .map .areadetail ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 538px;
  height: 538px;
}
.archive-link-list .map .areadetail ul {
  display: none;
}
.archive-link-list .map .return {
  display: inline-block;
  display: none;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 20px;
  height: 20px;
  z-index: 2;
}
.archive-link-list .map .return::before {
  border: solid #dedede;
  border-width: 2px 0 0 2px;
  border-radius: 2px;
  content: "";
  display: inline-block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
  transform: rotate(-45deg) translate3d(0, 0, 0);
}

.archive-link-list .map .area01ov {
  background: url(../img/archives/map_area_ov_01.png) no-repeat;
}
.archive-link-list .map .area02ov {
  background: url(../img/archives/map_area_ov_02.png) no-repeat;
}
.archive-link-list .map .area03ov {
  background: url(../img/archives/map_area_ov_03.png) no-repeat;
}
.archive-link-list .map .area04ov {
  background: url(../img/archives/map_area_ov_04.png) no-repeat;
}
.archive-link-list .map .area05ov {
  background: url(../img/archives/map_area_ov_05.png) no-repeat;
}
.archive-link-list .map .area06ov {
  background: url(../img/archives/map_area_ov_06.png) no-repeat;
}
.archive-link-list .map .area07ov {
  background: url(../img/archives/map_area_ov_07.png) no-repeat;
}
.archive-link-list .map .area08ov {
  background: url(../img/archives/map_area_ov_08.png) no-repeat;
}
.archive-link-list .map .area09ov {
  background: url(../img/archives/map_area_ov_09.png) no-repeat;
}
.archive-link-list .map .area01detail {
  background: url(../img/archives/map_detail_01.png) no-repeat;
}
.archive-link-list .map .area01detailov01 {
  background: url(../img/archives/map_detail_01_ov_01.png) no-repeat;
}
.archive-link-list .map .area02detail {
  background: url(../img/archives/map_detail_02.png) no-repeat;
}
.archive-link-list .map .area02detailov01 {
  background: url(../img/archives/map_detail_02_ov_01.png) no-repeat;
}
.archive-link-list .map .area02detailov02 {
  background: url(../img/archives/map_detail_02_ov_02.png) no-repeat;
}
.archive-link-list .map .area02detailov03 {
  background: url(../img/archives/map_detail_02_ov_03.png) no-repeat;
}
.archive-link-list .map .area02detailov04 {
  background: url(../img/archives/map_detail_02_ov_04.png) no-repeat;
}
.archive-link-list .map .area02detailov05 {
  background: url(../img/archives/map_detail_02_ov_05.png) no-repeat;
}
.archive-link-list .map .area02detailov06 {
  background: url(../img/archives/map_detail_02_ov_06.png) no-repeat;
}
.archive-link-list .map .area03detail {
  background: url(../img/archives/map_detail_03.png) no-repeat;
}
.archive-link-list .map .area03detailov01 {
  background: url(../img/archives/map_detail_03_ov_01.png) no-repeat;
}
.archive-link-list .map .area03detailov02 {
  background: url(../img/archives/map_detail_03_ov_02.png) no-repeat;
}
.archive-link-list .map .area03detailov03 {
  background: url(../img/archives/map_detail_03_ov_03.png) no-repeat;
}
.archive-link-list .map .area03detailov04 {
  background: url(../img/archives/map_detail_03_ov_04.png) no-repeat;
}
.archive-link-list .map .area04detail {
  background: url(../img/archives/map_detail_04.png) no-repeat;
}
.archive-link-list .map .area04detailov01 {
  background: url(../img/archives/map_detail_04_ov_01.png) no-repeat;
}
.archive-link-list .map .area04detailov02 {
  background: url(../img/archives/map_detail_04_ov_02.png) no-repeat;
}
.archive-link-list .map .area04detailov03 {
  background: url(../img/archives/map_detail_04_ov_03.png) no-repeat;
}
.archive-link-list .map .area04detailov04 {
  background: url(../img/archives/map_detail_04_ov_04.png) no-repeat;
}
.archive-link-list .map .area04detailov05 {
  background: url(../img/archives/map_detail_04_ov_05.png) no-repeat;
}
.archive-link-list .map .area04detailov06 {
  background: url(../img/archives/map_detail_04_ov_06.png) no-repeat;
}
.archive-link-list .map .area04detailov07 {
  background: url(../img/archives/map_detail_04_ov_07.png) no-repeat;
}
.archive-link-list .map .area04detailov08 {
  background: url(../img/archives/map_detail_04_ov_08.png) no-repeat;
}
.archive-link-list .map .area05detail {
  background: url(../img/archives/map_detail_05.png) no-repeat;
}
.archive-link-list .map .area05detailov01 {
  background: url(../img/archives/map_detail_05_ov_01.png) no-repeat;
}
.archive-link-list .map .area05detailov02 {
  background: url(../img/archives/map_detail_05_ov_02.png) no-repeat;
}
.archive-link-list .map .area05detailov03 {
  background: url(../img/archives/map_detail_05_ov_03.png) no-repeat;
}
.archive-link-list .map .area05detailov04 {
  background: url(../img/archives/map_detail_05_ov_04.png) no-repeat;
}
.archive-link-list .map .area05detailov05 {
  background: url(../img/archives/map_detail_05_ov_05.png) no-repeat;
}
.archive-link-list .map .area06detail {
  background: url(../img/archives/map_detail_06.png) no-repeat;
}
.archive-link-list .map .area06detailov01 {
  background: url(../img/archives/map_detail_06_ov_01.png) no-repeat;
}
.archive-link-list .map .area06detailov02 {
  background: url(../img/archives/map_detail_06_ov_02.png) no-repeat;
}
.archive-link-list .map .area06detailov03 {
  background: url(../img/archives/map_detail_06_ov_03.png) no-repeat;
}
.archive-link-list .map .area06detailov04 {
  background: url(../img/archives/map_detail_06_ov_04.png) no-repeat;
}
.archive-link-list .map .area06detailov05 {
  background: url(../img/archives/map_detail_06_ov_05.png) no-repeat;
}
.archive-link-list .map .area06detailov06 {
  background: url(../img/archives/map_detail_06_ov_06.png) no-repeat;
}
.archive-link-list .map .area07detail {
  background: url(../img/archives/map_detail_07.png) no-repeat;
}
.archive-link-list .map .area07detailov01 {
  background: url(../img/archives/map_detail_07_ov_01.png) no-repeat;
}
.archive-link-list .map .area07detailov02 {
  background: url(../img/archives/map_detail_07_ov_02.png) no-repeat;
}
.archive-link-list .map .area07detailov03 {
  background: url(../img/archives/map_detail_07_ov_03.png) no-repeat;
}
.archive-link-list .map .area07detailov04 {
  background: url(../img/archives/map_detail_07_ov_04.png) no-repeat;
}
.archive-link-list .map .area07detailov05 {
  background: url(../img/archives/map_detail_07_ov_05.png) no-repeat;
}
.archive-link-list .map .area08detail {
  background: url(../img/archives/map_detail_08.png) no-repeat;
}
.archive-link-list .map .area08detailov01 {
  background: url(../img/archives/map_detail_08_ov_01.png) no-repeat;
}
.archive-link-list .map .area08detailov02 {
  background: url(../img/archives/map_detail_08_ov_02.png) no-repeat;
}
.archive-link-list .map .area08detailov03 {
  background: url(../img/archives/map_detail_08_ov_03.png) no-repeat;
}
.archive-link-list .map .area08detailov04 {
  background: url(../img/archives/map_detail_08_ov_04.png) no-repeat;
}
.archive-link-list .map .area09detail {
  background: url(../img/archives/map_detail_09.png) no-repeat;
}
.archive-link-list .map .area09detailov01 {
  background: url(../img/archives/map_detail_09_ov_01.png) no-repeat;
}
.archive-link-list .map .area09detailov02 {
  background: url(../img/archives/map_detail_09_ov_02.png) no-repeat;
}
.archive-link-list .map .area09detailov03 {
  background: url(../img/archives/map_detail_09_ov_03.png) no-repeat;
}
.archive-link-list .map .area09detailov04 {
  background: url(../img/archives/map_detail_09_ov_04.png) no-repeat;
}
.archive-link-list .map .area09detailov05 {
  background: url(../img/archives/map_detail_09_ov_05.png) no-repeat;
}
.archive-link-list .map .area09detailov06 {
  background: url(../img/archives/map_detail_09_ov_06.png) no-repeat;
}
.archive-link-list .map .area09detailov07 {
  background: url(../img/archives/map_detail_09_ov_07.png) no-repeat;
}
.archive-link-list .map .area09detailov08 {
  background: url(../img/archives/map_detail_09_ov_08.png) no-repeat;
}

.archive-link-list .map .areaList li {
  position: absolute;
  top: 0;
  left: 0;
  width: 9.85%;
  height: 0;
  padding-top: 6.13%;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  cursor: pointer;
}
.archive-link-list .map .areadetail li {
  position: absolute;
  top: 0;
  left: 0;
  width: 9.85%;
  height: 0;
  padding-top: 6.13%;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  width: 7.43%;
  padding-top: 4.83%;
}
.archive-link-list .map .areadetail li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.archive-link-list .map .areaList .area01 {
  top: 13.66%;
  left: 69.14%;
  width: 13.56%;
  background: url(../img/archives/map_area_ov_01.png) no-repeat -1000px -1000px;
}
.archive-link-list .map .areaList .area02 {
  top: 41.26%;
  left: 59.29%;
  background: url(../img/archives/map_area_ov_02.png) no-repeat -1000px -1000px;
}
.archive-link-list .map .areaList .area03 {
  top: 52.41%;
  left: 43.12%;
  background: url(../img/archives/map_area_ov_03.png) no-repeat -1000px -1000px;
}
.archive-link-list .map .areaList .area04 {
  top: 61.89%;
  left: 59.29%;
  background: url(../img/archives/map_area_ov_04.png) no-repeat -1000px -1000px;
}
.archive-link-list .map .areaList .area05 {
  top: 73.23%;
  left: 49.44%;
  background: url(../img/archives/map_area_ov_05.png) no-repeat -1000px -1000px;
}
.archive-link-list .map .areaList .area06 {
  top: 66.91%;
  left: 34.2%;
  background: url(../img/archives/map_area_ov_06.png) no-repeat -1000px -1000px;
}
.archive-link-list .map .areaList .area07 {
  top: 66.91%;
  left: 17.65%;
  background: url(../img/archives/map_area_ov_07.png) no-repeat -1000px -1000px;
}
.archive-link-list .map .areaList .area08 {
  top: 80.75%;
  left: 24.34%;
  background: url(../img/archives/map_area_ov_08.png) no-repeat -1000px -1000px;
}
.archive-link-list .map .areaList .area09 {
  top: 86.88%;
  left: 7.8%;
  background: url(../img/archives/map_area_ov_09.png) no-repeat -1000px -1000px;
}
.archive-link-list .map .areaList #area09-okinawa {
  top: 87%;
  left: 74%;
  background: url(../img/archives/map_area_ov_09.png) no-repeat -1000px -1000px;
}
.archive-link-list .map .area01detail li.ov01 {
  top: 47.58%;
  left: 44.98%;
  background: url(../img/archives/map_detail_01_ov_01.png) no-repeat -1000px -1000px;
  width: 10.22%;
}
.archive-link-list .map .area02detail li.ov01 {
  top: 13.19%;
  left: 50.37%;
  background: url(../img/archives/map_detail_02_ov_01.png) no-repeat -1000px -1000px;
}
.archive-link-list .map .area02detail li.ov02 {
  top: 37.36%;
  left: 61.33%;
  background: url(../img/archives/map_detail_02_ov_02.png) no-repeat -1000px -1000px;
}
.archive-link-list .map .area02detail li.ov03 {
  top: 60.59%;
  left: 56.69%;
  background: url(../img/archives/map_detail_02_ov_03.png) no-repeat -1000px -1000px;
}
.archive-link-list .map .area02detail li.ov04 {
  top: 34.75%;
  left: 44.6%;
  background: url(../img/archives/map_detail_02_ov_04.png) no-repeat -1000px -1000px;
}
.archive-link-list .map .area02detail li.ov05 {
  top: 60.96%;
  left: 40.7%;
  background: url(../img/archives/map_detail_02_ov_05.png) no-repeat -1000px -1000px;
}
.archive-link-list .map .area02detail li.ov06 {
  top: 88.47%;
  left: 44.05%;
  background: url(../img/archives/map_detail_02_ov_06.png) no-repeat -1000px -1000px;
}
.archive-link-list .map .area03detail li.ov01 {
  top: 31.22%;
  left: 65.05%;
  background: url(../img/archives/map_detail_03_ov_01.png) no-repeat -1000px -1000px;
}
.archive-link-list .map .area03detail li.ov02 {
  top: 45.16%;
  left: 37.17%;
  background: url(../img/archives/map_detail_03_ov_02.png) no-repeat -1000px -1000px;
}
.archive-link-list .map .area03detail li.ov03 {
  top: 47.02%;
  left: 23.79%;
  background: url(../img/archives/map_detail_03_ov_03.png) no-repeat -1000px -1000px;
}
.archive-link-list .map .area03detail li.ov04 {
  top: 61.33%;
  left: 21.56%;
  background: url(../img/archives/map_detail_03_ov_04.png) no-repeat -1000px -1000px;
}
.archive-link-list .map .area04detail li.ov01 {
  top: 59.1%;
  left: 54.64%;
  background: url(../img/archives/map_detail_04_ov_01.png) no-repeat -1000px -1000px;
}
.archive-link-list .map .area04detail li.ov02 {
  top: 67.28%;
  left: 52.04%;
  background: url(../img/archives/map_detail_04_ov_02.png) no-repeat -1000px -1000px;
  width: 10.22%;
}
.archive-link-list .map .area04detail li.ov03 {
  top: 51.48%;
  left: 52.23%;
  background: url(../img/archives/map_detail_04_ov_03.png) no-repeat -1000px -1000px;
}
.archive-link-list .map .area04detail li.ov04 {
  top: 66.35%;
  left: 67.65%;
  background: url(../img/archives/map_detail_04_ov_04.png) no-repeat -1000px -1000px;
}
.archive-link-list .map .area04detail li.ov05 {
  top: 46.84%;
  left: 69.14%;
  background: url(../img/archives/map_detail_04_ov_05.png) no-repeat -1000px -1000px;
}
.archive-link-list .map .area04detail li.ov06 {
  top: 35.68%;
  left: 60.96%;
  background: url(../img/archives/map_detail_04_ov_06.png) no-repeat -1000px -1000px;
}
.archive-link-list .map .area04detail li.ov07 {
  top: 40.52%;
  left: 46.09%;
  background: url(../img/archives/map_detail_04_ov_07.png) no-repeat -1000px -1000px;
}
.archive-link-list .map .area04detail li.ov08 {
  top: 60.4%;
  left: 40.89%;
  background: url(../img/archives/map_detail_04_ov_08.png) no-repeat -1000px -1000px;
}
.archive-link-list .map .area05detail li.ov01 {
  top: 39.21%;
  left: 56.69%;
  background: url(../img/archives/map_detail_05_ov_01.png) no-repeat -1000px -1000px;
}
.archive-link-list .map .area05detail li.ov02 {
  top: 65.05%;
  left: 43.12%;
  background: url(../img/archives/map_detail_05_ov_02.png) no-repeat -1000px -1000px;
}
.archive-link-list .map .area05detail li.ov03 {
  top: 51.48%;
  left: 39.77%;
  background: url(../img/archives/map_detail_05_ov_03.png) no-repeat -1000px -1000px;
}
.archive-link-list .map .area05detail li.ov04 {
  top: 65.05%;
  left: 58.73%;
  background: url(../img/archives/map_detail_05_ov_04.png) no-repeat -1000px -1000px;
}
.archive-link-list .map .area05detail li.ov05 {
  top: 74.34%;
  left: 28.99%;
  background: url(../img/archives/map_detail_05_ov_05.png) no-repeat -1000px -1000px;
}
.archive-link-list .map .area06detail li.ov01 {
  top: 55.01%;
  left: 50.37%;
  background: url(../img/archives/map_detail_06_ov_01.png) no-repeat -1000px -1000px;
}
.archive-link-list .map .area06detail li.ov02 {
  top: 41.26%;
  left: 39.21%;
  background: url(../img/archives/map_detail_06_ov_02.png) no-repeat -1000px -1000px;
}
.archive-link-list .map .area06detail li.ov03 {
  top: 40.14%;
  left: 53.9%;
  background: url(../img/archives/map_detail_06_ov_03.png) no-repeat -1000px -1000px;
}
.archive-link-list .map .area06detail li.ov04 {
  top: 39.59%;
  left: 64.86%;
  background: url(../img/archives/map_detail_06_ov_04.png) no-repeat -1000px -1000px;
}
.archive-link-list .map .area06detail li.ov05 {
  top: 57.99%;
  left: 60.03%;
  background: url(../img/archives/map_detail_06_ov_05.png) no-repeat -1000px -1000px;
}
.archive-link-list .map .area06detail li.ov06 {
  top: 69.7%;
  left: 46.65%;
  background: url(../img/archives/map_detail_06_ov_06.png) no-repeat -1000px -1000px;
  width: 10.22%;
}
.archive-link-list .map .area07detail li.ov01 {
  top: 33.08%;
  left: 64.12%;
  background: url(../img/archives/map_detail_07_ov_01.png) no-repeat -1000px -1000px;
}
.archive-link-list .map .area07detail li.ov02 {
  top: 45.16%;
  left: 37.17%;
  background: url(../img/archives/map_detail_07_ov_02.png) no-repeat -1000px -1000px;
}
.archive-link-list .map .area07detail li.ov03 {
  top: 47.58%;
  left: 64.68%;
  background: url(../img/archives/map_detail_07_ov_03.png) no-repeat -1000px -1000px;
}
.archive-link-list .map .area07detail li.ov04 {
  top: 54.64%;
  left: 44.98%;
  background: url(../img/archives/map_detail_07_ov_04.png) no-repeat -1000px -1000px;
}
.archive-link-list .map .area07detail li.ov05 {
  top: 62.45%;
  left: 20.81%;
  background: url(../img/archives/map_detail_07_ov_05.png) no-repeat -1000px -1000px;
}
.archive-link-list .map .area08detail li.ov01 {
  top: 46.46%;
  left: 61.71%;
  background: url(../img/archives/map_detail_08_ov_01.png) no-repeat -1000px -1000px;
}
.archive-link-list .map .area08detail li.ov02 {
  top: 37.36%;
  left: 56.31%;
  background: url(../img/archives/map_detail_08_ov_02.png) no-repeat -1000px -1000px;
}
.archive-link-list .map .area08detail li.ov03 {
  top: 49.81%;
  left: 34.38%;
  background: url(../img/archives/map_detail_08_ov_03.png) no-repeat -1000px -1000px;
}
.archive-link-list .map .area08detail li.ov04 {
  top: 53.15%;
  left: 45.35%;
  background: url(../img/archives/map_detail_08_ov_04.png) no-repeat -1000px -1000px;
}
.archive-link-list .map .area09detail li.ov01 {
  top: 25.27%;
  left: 45.35%;
  background: url(../img/archives/map_detail_09_ov_01.png) no-repeat -1000px -1000px;
}
.archive-link-list .map .area09detail li.ov02 {
  top: 31.22%;
  left: 33.27%;
  background: url(../img/archives/map_detail_09_ov_02.png) no-repeat -1000px -1000px;
}
.archive-link-list .map .area09detail li.ov03 {
  top: 43.68%;
  left: 26.95%;
  background: url(../img/archives/map_detail_09_ov_03.png) no-repeat -1000px -1000px;
}
.archive-link-list .map .area09detail li.ov04 {
  top: 44.23%;
  left: 46.65%;
  background: url(../img/archives/map_detail_09_ov_04.png) no-repeat -1000px -1000px;
}
.archive-link-list .map .area09detail li.ov05 {
  top: 37.36%;
  left: 60.96%;
  background: url(../img/archives/map_detail_09_ov_05.png) no-repeat -1000px -1000px;
}
.archive-link-list .map .area09detail li.ov06 {
  top: 52.41%;
  left: 56.87%;
  background: url(../img/archives/map_detail_09_ov_06.png) no-repeat -1000px -1000px;
}
.archive-link-list .map .area09detail li.ov07 {
  top: 68.58%;
  left: 40.14%;
  background: url(../img/archives/map_detail_09_ov_07.png) no-repeat -1000px -1000px;
  width: 10.22%;
}
.archive-link-list .map .area09detail li.ov08 {
  top: 86%;
  left: 85.5%;
  background: url(../img/archives/map_detail_09_ov_08.png) no-repeat -1000px -1000px;
  width: 10.22%;
}

/* -----------------------------------------------
* products Module
* productsページ用
-------------------------------------------------- */
.event {
  padding-bottom: 130px;
}
.event .article-mv-block {
  background-image: url(../img/common/mv.jpg);
}
.event .lead-txt {
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.15em;
  text-align: center;
  margin-top: 30px;
}
.event .event-list-block .contents-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 49px;
}
.event .event-list-block .c-news-list {
  margin-top: 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  width: 885px;
}
.event .event-list-block .c-news-list li {
  border: 0;
  width: 100%;
}
.event .event-list-block .c-news-list li:nth-child(even) {
  margin-left: 0;
}
.event .event-list-block .c-news-list li + li {
  border-top: 1px solid #ddd;
}
.event .event-list-block .c-news-list li 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;
  padding: 23px 80px 27px 10px;
}
.event .event-list-block .c-news-list li .ttl {
  font-weight: bold;
  width: 624px;
  margin-left: auto;
}
.event .paging-area {
  margin: 44px auto;
}
.event .paging-area .page-numbers {
  background: #fff;
  color: #787878;
  border: 1px solid #ddd;
}
.event .paging-area .page-numbers.current {
  background: #d8000f;
  color: #fff;
  border: #d8000f;
}
.event .paging-area .page-numbers.next,
.event .paging-area .page-numbers.prev {
  background-color: transparent;
  border: 0;
}
.event .paging-area .page-numbers.next:before,
.event .paging-area .page-numbers.prev:before {
  background: url(../img/common/ico-arrow-red.svg) no-repeat center center;
  background-size: 17px 14px;
  border: 0;
  height: 14px;
  width: 17px;
  left: 0;
  right: 0;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.event .paging-area .page-numbers.prev:before {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

/* -----------------------------------------------
* products Module
* productsページ用
-------------------------------------------------- */
.news {
  padding-bottom: 130px;
}
.news .article-mv-block {
  background-image: url(../img/common/mv.jpg);
}
.news .lead-txt {
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.15em;
  text-align: center;
  margin-top: 30px;
}
.news .news-contents-block .ttl-area {
  border-bottom: 1px solid #ddd;
  padding-bottom: 23px;
  margin-bottom: 56px;
  margin-top: 50px;
}
.news .news-contents-block .category {
  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 .news-contents-block .ttl {
  font-size: 30px;
  font-weight: bold;
  margin-top: 10px;
}
.news .news-contents-block .date {
  color: #787878;
  font-size: 12px;
  letter-spacing: 0.1em;
  margin: 0;
}
.news .news-contents-block .cat {
  background: #d8000f;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.15em;
  padding: 2px 3px;
  margin-left: 15px;
}
.news .news-contents-block a {
  text-decoration: underline;
}
.news .news-contents-block dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.news .news-contents-block dl + dl {
  margin-top: 36px;
}
.news .news-contents-block dt {
  color: #3c3c3c;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.15em;
  position: relative;
  padding-left: 16px;
}
.news .news-contents-block dt:before {
  content: "■";
  font-size: 15px;
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
}
.news .news-contents-block dd {
  font-weight: bold;
}
.news .news-contents-block dd a {
  text-decoration: underline;
}
.news .news-contents-block p {
  font-weight: bold;
  margin: 35px 0;
}
.news .news-contents-block p a {
  display: block;
  text-decoration: underline;
}
.news .news-contents-block .txt p {
  letter-spacing: 0.15em;
  margin: 35px 0;
}
.news .news-contents-block .txt p:first-child {
  margin-top: 50px;
}
.news .news-contents-block .txt:before {
  content: "";
  border-top: 2px dashed #3c3c3c;
  display: block;
  width: 360px;
}
.news .news-contents-block img {
  height: auto;
}

.notice_inner {
  margin: 0 auto;
  padding: 20px 20px 0;
  width: 1200px;
}
.notice_inner img {
  max-width: 100%;
  height: auto;
}
.notice_inner h1 {
  border-bottom: 3px solid #d8000f;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
.notice_inner h2 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.notice_inner h2::before {
  background: #d8000f;
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  position: absolute;
  top: 18px;
  left: 0;
  margin: auto;
}
.notice_inner h3 {
  background: #eaeaea;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 10px 20px;
}
.notice_inner > * + p {
  margin-top: 20px;
}
.notice_inner .contact-box {
  border-top: 2px dotted #666;
  border-bottom: 2px dotted #666;
  padding: 25px 0;
  margin: 40px 0;
  text-align: center;
}
.notice_inner .contact-box .ttl-area {
  display: inline-block;
  margin-bottom: 15px;
}
.notice_inner .contact-box .ttl-area .ttl {
  background: #d8000f;
  border-radius: 20px;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  padding: 5px 35px;
}
.notice_inner .contact-box .ttl-area .txt {
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
}
.notice_inner .contact-box .tel {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.notice_inner .contact-box .tel a {
  color: #d8000f;
  font-size: 44px;
}
.notice_inner .contact-box .tel .red {
  font-size: 14px;
  color: #d8000f;
  vertical-align: middle;
}
.notice_inner .emergency {
  font-family: "Noto Serif JP", serif;
}

/* -----------------------------------------------
* products Module
* productsページ用
-------------------------------------------------- */
.company .article-mv-block {
  background-image: url(../img/company/mv.jpg);
}
.company .link-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.company .link-list li {
  border: 1px solid #dddddd;
  width: calc((100% - 90px) / 3);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.company .link-list li a {
  display: block;
  font-size: 20px;
  font-weight: bold;
  padding: 23px 18px;
  position: relative;
  width: 100%;
}
.company .link-list li a:before {
  border: solid #d8000f;
  border-width: 0 2px 2px 0;
  border-radius: 2px;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 9px;
  height: 9px;
  margin: auto;
  -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
  transform: rotate(-45deg) translate3d(0, 0, 0);
}
.company .content-block {
  padding-top: 100px;
  padding-bottom: 100px;
}

/* -----------------------------------------------
* recruit Module
* recruitページ用
-------------------------------------------------- */
.recruit .content-block {
  padding-top: 100px;
  padding-bottom: 100px;
}
.recruit .content-block .ttl-area {
  text-align: center;
}
.recruit .content-block .ttl-area .ttl {
  font-size: 50px;
  font-weight: bold;
  line-height: 1.3;
}
.recruit .content-block .img {
  margin-top: 33px;
  margin-bottom: 26px;
  text-align: center;
}
.recruit .content-block .txt {
  font-size: 15px;
  letter-spacing: 0.15em;
  line-height: 2;
  text-align: justify;
}
.recruit .content-block .txt + .txt {
  margin-top: 17px;
}
.recruit .content-block .txt + .ttl-area {
  margin-top: 102px;
}
.recruit .content-block .box-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 46px;
}
.recruit .content-block .box-wrap .box-inn {
  border: 1px solid #dddddd;
  padding: 40px 50px;
  text-align: center;
  width: calc((100% - 90px) / 3);
}
.recruit .content-block .box-wrap .box-inn .ttl {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 22px;
}
.recruit .content-block .c-banner-list .txt {
  text-align: center;
  line-height: 2.1;
}
.recruit .content-block .c-banner-list .img {
  margin-top: inherit;
  margin-bottom: inherit;
}

/* -----------------------------------------------
* products Module
* productsページ用
-------------------------------------------------- */
.tvcm {
  padding-bottom: 130px;
}
.tvcm .lead-txt {
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.15em;
  text-align: center;
  margin-top: 30px;
}
.tvcm .tvcm-contents-area {
  margin-top: 64px;
}
.tvcm .tvcm-contents-area .channel-link {
  text-align: center;
}
.tvcm .tvcm-contents-area .mv-area {
  margin: 71px auto 0;
  text-align: center;
  max-width: 838px;
}
.tvcm .tvcm-contents-area .mv-area .ttl {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
.tvcm .tvcm-contents-area .mv-area .txt {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2.4;
  margin-top: 13px;
}
.tvcm .tvcm-contents-area .mv-area .movie-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}
.tvcm .tvcm-contents-area .mv-area .movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.group-company .content-block {
  padding-top: 50px;
  padding-bottom: 120px;
}
.group-company .box .ttl {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.2;
  margin-top: 50px;
}
.group-company .box + .c-ttl01 {
  margin-top: 100px;
}
.group-company .box .link {
  text-decoration: underline;
}

.message-company .content-block {
  padding-bottom: 130px;
}
.message-company .main-block .ttl-img {
  margin-top: 60px;
  margin: auto;
}
.message-company .main-block .txt-area {
  margin-top: 60px;
  letter-spacing: 0.05em;
}
.message-company .main-block .txt-area .ttl {
  border-bottom: solid 1px #ddd;
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 15px;
}
.message-company .main-block .txt-area .txt {
  margin-top: 20px;
  font-size: 15px;
  line-height: 2;
}
.message-company .main-block .txt-area .name {
  margin-top: 60px;
  text-align: right;
}

.company-info .content-block {
  padding-top: 100px;
  padding-bottom: 100px;
}
.company-info .c-table02 td {
  padding: 22px 20px;
}
.company-info .c-table02 td .en {
  display: block;
  margin-top: 9px;
}
.company-info .c-table02 a {
  display: block;
  padding-left: 22px;
  position: relative;
}
.company-info .c-table02 a.ico-none {
  padding-left: 0;
  display: inline;
}
.company-info .c-table02 a.ico-none:before {
  content: none;
}
.company-info .c-table02 a:before {
  background: url(../img/company/profile/ico-outlink.svg) no-repeat center
    center;
  background-size: contain;
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 3px;
  left: 0;
}

.event .content-block {
  padding-top: 100px;
  padding-bottom: 100px;
}
.event .ttl-area {
  text-align: center;
}
.event .ttl-area .ttl {
  font-size: 50px;
  font-weight: bold;
  line-height: 1.3;
}
.event .ttl-area .txt {
  font-size: 12px;
  display: block;
  margin-top: 26px;
}
.event .event-list {
  margin-top: 90px;
}
.event .event-list .box-ttl {
  font-size: 30px;
  letter-spacing: 0.1em;
  font-weight: 700;
  position: relative;
}
.event .event-list .box-ttl:before {
  background: #dddddd;
  content: "";
  height: 1px;
  width: calc(100% - 170px);
  display: block;
  position: absolute;
  top: -5px;
  bottom: 0;
  right: 0;
  margin: auto;
}
.event .event-list .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;
  padding: 50px 0;
}
.event .event-list .box .img {
  width: 200px;
}
.event .event-list .box .img img + img {
  display: block;
  margin-top: 10px;
}
.event .event-list .box .txt-area {
  width: calc(100% - 256px);
}
.event .event-list .box .txt-area .ttl {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.event .event-list .box .txt-area .txt {
  font-size: 15px;
  letter-spacing: 0.15em;
  margin-top: 12px;
}
.event .event-list .box .txt-area .c-table02 {
  margin-top: 53px;
  margin-bottom: 10px;
}
.event .event-list .box .txt-area .c-table02 th {
  font-weight: normal;
}
.event .event-list .box .txt-area .c-table02 td {
  padding: 25px 20px;
}
.event .event-list .box .txt-area a {
  padding-left: 25px;
  position: relative;
}
.event .event-list .box .txt-area a:before {
  background: url(../img/company/profile/ico-outlink.svg) no-repeat center
    center;
  background-size: contain;
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  left: 4px;
}
.event .event-list .box + .box {
  border-top: 1px dashed #dddddd;
}
.event .event-list .box .c-table02 caption {
  text-align: left;
}
.event .event-list .box .c-table02 + .c-table02 {
  margin-top: 20px;
}

.award .content-block {
  padding-top: 100px;
  padding-bottom: 100px;
}
.award .ttl-area {
  text-align: center;
}
.award .ttl-area .ttl {
  font-size: 50px;
  font-weight: bold;
  line-height: 1.3;
}
.award .ttl-area .txt {
  font-size: 12px;
  font-weight: bold;
  display: block;
  margin-top: 26px;
}
.award .award-list {
  margin-top: 90px;
}
.award .award-list .box-ttl {
  font-size: 30px;
  letter-spacing: 0.1em;
  font-weight: 700;
  position: relative;
}
.award .award-list .box-ttl:before {
  background: #dddddd;
  content: "";
  height: 1px;
  width: calc(100% - 170px);
  display: block;
  position: absolute;
  top: -5px;
  bottom: 0;
  right: 0;
  margin: auto;
}
.award .award-list .box {
  padding: 50px 0 50px;
}
.award .award-list .box .ttl {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.award .award-list .box .txt-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 33px;
}
.award .award-list .box .txt-area .txt {
  font-size: 15px;
  letter-spacing: 0.15em;
  line-height: 2;
  width: calc(100% - 373px);
  text-align: justify;
}
.award .award-list .box .txt-area .txt .small {
  display: block;
  font-size: 12px;
  margin-top: 10px;
}
.award .award-list .box .txt-area .img {
  text-align: center;
  width: 373px;
  padding-left: 60px;
  margin: auto;
}
.award .award-list .box + .box {
  border-top: 1px dashed #dddddd;
}

/* -----------------------------------------------
* products Module
* productsページ用
-------------------------------------------------- */
.outline .content-block {
  padding-top: 60px;
  padding-bottom: 130px;
}

/* -----------------------------------------------
* products Module
* productsページ用
-------------------------------------------------- */
.officers .content-block {
  padding-top: 100px;
  padding-bottom: 100px;
}
.officers .officers-area .c-ttl01 {
  margin-bottom: 30px;
}
.officers .officers-area .c-ttl01 .large {
  font-size: 30px;
}
.officers .officers-area + .officers-area {
  margin-top: 80px;
}
.officers .officers-area .officers-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.officers .officers-area .officers-list li {
  text-align: center;
}
.officers .officers-area .officers-list li .position,
.officers .officers-area .officers-list li .name {
  font-size: 15px;
  text-align: center;
}
.officers .officers-area .officers-list li .position {
  margin-top: 15px;
}
.officers .officers-area .officers-list li .name {
  margin-top: 5px;
}

/* -----------------------------------------------
* recruit Module
* recruitページ用
-------------------------------------------------- */
.disclaimer .content-block {
  padding-top: 73px;
  padding-bottom: 100px;
}
.disclaimer .box {
  padding: 53px 0 60px;
}
.disclaimer .box .ttl {
  font-size: 50px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 29px;
}
.disclaimer .box .txt {
  letter-spacing: 0.15em;
  line-height: 2;
}
.disclaimer .box .txt + .txt {
  margin-top: 8px;
}
.disclaimer .box .small-list {
  margin-top: 18px;
}
.disclaimer .box .small-list li {
  font-size: 12px;
  list-style: decimal;
  padding-left: 28px;
  letter-spacing: 0.15em;
  position: relative;
  left: 19px;
}
.disclaimer .box .small-list li + li {
  margin-top: 3px;
}
.disclaimer .box .no-num li {
  font-size: 15px;
  letter-spacing: 0.15em;
  line-height: 2;
  position: relative;
  padding-left: 59px;
}
.disclaimer .box .no-num li:before {
  background: #333;
  content: "";
  display: block;
  height: 3px;
  width: 6px;
  position: absolute;
  top: 12px;
  left: 0;
}
.disclaimer .box:first-child {
  padding-top: 0;
}
.disclaimer .box + .box {
  border-top: 1px solid #dddddd;
}
.disclaimer .box .sub-box .ttl {
  font-size: 30px;
  margin-bottom: 15px;
  margin-top: 0;
}
.disclaimer .box .sub-box .ttl .red {
  color: #d8000f;
}
.disclaimer .box .sub-box .small-ttl {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 4px;
}
.disclaimer .box .sub-box .txt + .txt {
  margin-top: 14px;
}
.disclaimer .box .sub-box .txt + .small-list {
  margin-top: 14px;
}
.disclaimer .box .sub-box .txt + .small-ttl {
  margin-top: 36px;
}
.disclaimer .box .sub-box .c-table02 td {
  padding: 25px 20px;
}
.disclaimer .box .sub-box .c-table02 .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.disclaimer .box .sub-box .c-table02 .row .txt + .txt {
  margin-top: 0;
  margin-left: 30px;
}
.disclaimer .box .sub-box .small-list {
  margin-top: 0;
}
.disclaimer .box .sub-box .small-list li {
  font-size: 15px;
  list-style-type: decimal-leading-zero;
  left: 35px;
  padding-left: 25px;
}
.disclaimer .c-banner-list {
  margin-top: 70px;
}

/* -----------------------------------------------
* products Module
* productsページ用
-------------------------------------------------- */
.service {
  padding-bottom: 130px;
}
.service .article-mv-block {
  background-image: url(../img/service/mv.jpg);
}
.service .content-block {
  padding-top: 102px;
}
.service .content-block .box-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ddd;
  padding-bottom: 77px;
  margin-bottom: 58px;
}
.service .content-block .box-wrap .box {
  width: calc((100% - 90px) / 3);
}
.service .content-block .box-wrap .box .ttl {
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0;
  margin-top: 17px;
}
.service .content-block .box-wrap .box .txt {
  font-size: 15px;
  letter-spacing: 0.15em;
  text-align: justify;
  margin-top: 17px;
}
.service .content-block .box-wrap .box .img {
  -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}
.service .content-block .box-wrap .box .btn-wrap {
  margin-top: auto;
  text-align: right;
  padding-top: 47px;
}
.service .content-block .box-wrap .box .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.service .content-block .box a,
.service .content-block .txt-box a,
.c-service-box-wrap .box a,
.c-service-box-wrap .txt-box a {
  display: block;
}

.c-service-box-wrap {
  border-top: 1px solid #ddd;
  padding-top: 50px;
  margin-top: 58px;
}

.service .txt-box,
.c-service-box-wrap .txt-box {
  max-width: 370px;
}
.service .txt-box a,
.c-service-box-wrap .txt-box a {
  width: 100%;
  height: 100%;
  position: relative;
}
.service .txt-box .ttl,
.c-service-box-wrap .txt-box .ttl {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 15px;
}
.service .txt-box .txt,
.c-service-box-wrap .txt-box .txt {
  font-size: 15px;
  letter-spacing: 0.15em;
}
.service .txt-box .btn-wrap,
.c-service-box-wrap .txt-box .btn-wrap {
  margin-top: 20px;
  text-align: right;
}

/* -----------------------------------------------
* hlc Module
* hlcページ用
-------------------------------------------------- */
.hlc .red {
  color: #d8000f;
}
.hlc .lead-block {
  padding-top: 70px;
  padding-bottom: 100px;
  text-align: center;
}
.hlc .lead-block .txt {
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: 45px;
}
.hlc .news-block {
  border-top: 1px solid #ddd;
  padding: 40px 0;
}
.hlc .news-block .inner-block {
  letter-spacing: 0.1em;
}
.hlc .news-block .ttl {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  position: relative;
}
.hlc .news-block .news-list li + li {
  margin-top: 10px;
}
.hlc .news-block .news-list a {
  text-decoration: underline;
}
.hlc .service-block {
  background: #fafafa;
  padding: 100px 0;
}
.hlc .service-block .c-ttl01 {
  text-align: center;
}
.hlc .service-block .anchor-list {
  margin: 40px 0 135px;
}
.hlc .service-block .anchor-list a {
  background: #fff;
  border: 2px solid #d8000f;
  display: block;
  letter-spacing: 0.1em;
  padding: 20px;
  position: relative;
  text-align: center;
  width: 100%;
}
.hlc .service-block .anchor-list a::before {
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #d8000f transparent transparent transparent;
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -10px;
  right: 0;
  left: 0;
  margin: auto;
}
.hlc .service-block .anchor-list a .num {
  font-size: 20px;
  line-height: 1;
}
.hlc .service-block .anchor-list a .main {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 10px;
}
.hlc .service-block .anchor-list a .sub {
  font-weight: bold;
  margin-top: 5px;
}
.hlc .service-cont {
  background: #fff;
  border-top: 2px solid #d8000f;
  padding: 0 50px 50px;
}
.hlc .service-cont + .service-cont {
  margin-top: 105px;
}
.hlc .service-cont .ttl-num {
  margin-top: -15px;
  text-align: center;
}
.hlc .service-cont .ttl-num .inn {
  background: #d8000f;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 5px 8px;
}
.hlc .service-cont .ttl-area {
  margin: 35px 0 50px;
  text-align: center;
}
.hlc .service-cont .ttl-area .ttl {
  font-size: 40px;
  font-weight: bold;
}
.hlc .service-cont .ttl-area .sub {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 5px;
  margin-bottom: 40px;
}
.hlc .service-cont .ttl-area .txt {
  color: #5b5b5b;
  font-size: 15px;
  letter-spacing: 0.1em;
  text-align: left;
  line-height: 2;
}
.hlc .service-cont .ttl-area .txt + .txt {
  margin-top: 10px;
}
.hlc .service-cont .ttl-area .txt.small {
  font-size: 12px;
}
.hlc .service-cont .wide-ttl {
  background: #d8000f;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  margin: 50px 0 30px;
  padding: 16px;
  text-align: center;
}
.hlc .service-cont .box-wrap .box {
  border: 1px solid #ddd;
  padding: 30px;
}
.hlc .service-cont .box-wrap .box .ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.hlc .service-cont .box-wrap .box .ttl .num-ttl {
  color: #d8000f;
  font-size: 13px;
  padding-right: 15px;
  text-align: center;
  width: 50px;
}
.hlc .service-cont .box-wrap .box .ttl .num-ttl .num {
  display: block;
  font-size: 30px;
  line-height: 1;
}
.hlc .service-cont .box-wrap .box .ttl .txt {
  border-left: 1px solid #ddd;
  font-size: 29px;
  font-weight: bold;
  line-height: 1.3;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  padding-left: 15px;
  width: calc(100% - 50px);
}
.hlc .service-cont .box-wrap .box .inn {
  margin-top: 20px;
  padding-bottom: 85px;
  position: relative;
}
.hlc .service-cont .box-wrap .box .inn .img {
  text-align: center;
}
.hlc .service-cont .box-wrap .box .inn .txt {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.1em;
}
.hlc .service-cont .box-wrap .box .inn .txt .small {
  font-size: 12px;
}
.hlc .service-cont .cap-txt {
  letter-spacing: 0.1em;
  font-size: 13px;
  margin-top: 5px;
  line-height: 2;
}
.hlc .service-cont .box-wrap .box .plice,
.hlc .service-cont .top3-block .plice {
  background: #fafafa;
  border: 2px solid #d8000f;
  border-radius: 6px;
  color: #d8000f;
  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;
  margin-top: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.hlc .service-cont .box-wrap .box .plice .txt-inn,
.hlc .service-cont .top3-block .plice .txt-inn {
  height: 62px;
  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;
}
.hlc .service-cont .box-wrap .box .plice .txt,
.hlc .service-cont .top3-block .plice .txt {
  font-size: 17px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0 !important;
  padding: 0 10px;
}
.hlc .service-cont .box-wrap .box .plice .txt + .txt,
.hlc .service-cont .top3-block .plice .txt + .txt {
  position: relative;
}
.hlc .service-cont .box-wrap .box .plice .txt + .txt::before,
.hlc .service-cont .top3-block .plice .txt + .txt::before {
  background: #d8000f;
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  margin: auto;
}
.hlc .service-cont .box-wrap .box .plice .txt .left,
.hlc .service-cont .top3-block .plice .txt .left {
  background: #d8000f;
  border-radius: 6px;
  color: #fff;
  height: 100%;
  line-height: 1.3;
  padding: 10px 6px;
  position: absolute;
  left: -2px;
  top: 0;
  bottom: 0;
  text-align: center;
}
.hlc .service-cont .box-wrap .box .plice .txt .large,
.hlc .service-cont .top3-block .plice .txt .large {
  font-size: 32px;
  padding: 0 2px;
}
.hlc .service-cont .box-wrap .box .plice .txt .middle,
.hlc .service-cont .top3-block .plice .txt .middle {
  font-size: 17px;
}
.hlc .service-cont .box-wrap .box .plice .txt .small,
.hlc .service-cont .top3-block .plice .txt .small {
  font-size: 16px;
}
.hlc .service-cont .service-wrap .box .ttl {
  background: #fcf0f1;
  border: 2px solid #d8000f;
  border-radius: 6px;
  color: #d8000f;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}
.hlc .service-cont .service-wrap .box .ttl .large {
  font-size: 50px;
  line-height: 1;
}
.hlc .service-cont .service-wrap .box .list li + li {
  margin-top: 6px;
}
.hlc .service-cont .top3-block {
  margin-top: 80px;
}
.hlc .service-cont .top3-block > .ttl {
  color: #d8000f;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.hlc .service-cont .top3-block > .ttl .large {
  font-size: 50px;
}
.hlc .service-cont .top3-block .top-list {
  margin-top: 25px;
}
.hlc .service-cont .top3-block .top-list li .wrap {
  border: 1px solid #ddd;
  padding: 30px 30px 35px;
}
.hlc .service-cont .top3-block .top-list li .num {
  color: #d8000f;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 5px;
  text-align: center;
}
.hlc .service-cont .top3-block .top-list li .num .large {
  font-size: 30px;
}
.hlc .service-cont .top3-block .top-list li .ttl {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.hlc .service-cont .top3-block .top-list li .inn {
  padding-bottom: 80px;
  position: relative;
}
.hlc .service-cont .top3-block .top-list li .inn > .txt {
  font-size: 15px;
  letter-spacing: 0.06em;
  line-height: 2;
}
.hlc .service-cont .top3-block .top-list li .img {
  text-align: center;
  margin: 20px 0;
}
.hlc .service-cont#service02 .ttl-area {
  margin-bottom: 70px;
}
.hlc .service-cont#service02 .ttl-area .txt {
  margin-top: 50px;
}
.hlc .service-cont#service02 .ttl-area .btn-wrap {
  margin-top: 30px;
}
.hlc .service-cont .plan-block {
  background: #ece3d0;
  padding: 20px;
}
.hlc .service-cont .plan-block > .ttl {
  color: #785a13;
  font-size: 30px;
  margin-bottom: 15px;
  text-align: center;
}
.hlc .service-cont .plan-block .plan-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hlc .service-cont .plan-block .box {
  background: #fff;
  border-radius: 8px;
  padding: 12px;
  text-align: center;
  width: 100%;
}
.hlc .service-cont .plan-block .box .wrap .txt-area {
  width: 100%;
}
.hlc .service-cont .plan-block .box .wrap .txt-area .txt {
  font-size: 15px;
  line-height: 2;
  text-align: left;
}
.hlc .service-cont .plan-block .box .wrap .txt-area .btn-wrap {
  margin-top: 10px;
}
.hlc .service-cont .plan-block .box .wrap .txt-area .btn-wrap a {
  display: inline-block;
}
.hlc .service-cont .plan-block .box .wrap .txt-area .btn-wrap a img {
  max-width: 100%;
  width: auto;
}
.hlc .service-cont .plan-block .box img {
  width: 100%;
}
.hlc .service-cont .flow-block {
  margin-top: 70px;
}
.hlc .service-cont .flow-block .flow-list {
  margin-top: 25px;
}
.hlc .service-cont .flow-block .flow-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.hlc .service-cont .flow-block .flow-list li + li {
  margin-top: 15px;
}
.hlc .service-cont .flow-block .flow-list .ico {
  background: #d8000f;
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  -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;
  width: 50px;
  height: 50px;
}
.hlc .service-cont .flow-block .flow-list .txt {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding-left: 10px;
  width: calc(100% - 50px);
}
.hlc .service-cont .flow-block .btn-wrap {
  margin-top: 40px;
}
.hlc .banner-block {
  margin-bottom: 120px;
}

/* -----------------------------------------------
* credit Module
* credit
-------------------------------------------------- */
.credit {
  padding-bottom: 130px;
  letter-spacing: 0.05em;
}
.credit .article-mv-block {
  background-image: url(../img/common/mv.jpg);
}
.credit .lead-block {
  text-align: center;
}
.credit .lead-block .ttl {
  font-size: 50px;
  font-weight: 900;
  margin-top: 60px;
}
.credit .lead-block .txt {
  font-size: 30px;
  font-weight: bold;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  margin-top: 60px;
  padding: 20px 0;
}
.credit .lead-block .txt .small {
  font-size: 12px;
}
.credit .performance {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
}
.credit .performance .txt-red {
  color: #d8000f;
}
.credit .contact-block {
  margin: 31px auto 0;
}
.credit .contact-block .list-area li {
  font-size: 12px;
  margin-top: 8px;
  position: relative;
  padding-left: 18px;
}
.credit .contact-block .list-area li:first-child {
  margin-top: 0;
}
.credit .contact-block .list-area li::after {
  background-size: 100% 100%;
  content: "※";
  display: block;
  height: 10px;
  position: absolute;
  width: 10px;
  bottom: 0;
  top: 0;
  left: 0;
  margin: 0 auto;
}
.credit .contact-block .contact {
  margin-top: 25px;
  text-align: center;
}
.credit .contact-block .contact .ttl {
  font-size: 20px;
  font-weight: bold;
}
.credit .contact-block .contact .number {
  font-size: 41px;
  font-weight: bold;
  padding-left: 40px;
  position: relative;
  line-height: 1.3;
}
.credit .contact-block .contact .number::after {
  background: url(../img/common/ico-tel.svg) no-repeat center center #d8000f;
  background-size: 47%;
  border-radius: 50%;
  content: "";
  display: block;
  height: 31px;
  position: absolute;
  width: 31px;
  bottom: 0;
  top: 0;
  left: -290px;
  right: 0;
  margin: auto;
}
.credit .contact-block .contact .number a {
  color: #d8000f;
}
.credit .contact-block .contact .txt {
  font-size: 15px;
}
.credit .contact-block .contact .txt a {
  text-decoration: underline;
}

/* -----------------------------------------------
* step Module
* step
-------------------------------------------------- */
.loan .column-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;
  letter-spacing: 0.05em;
}
.loan .column-block .main-block {
  width: 885px;
}
.loan .column-block .link-block {
  width: 250px;
}
.loan .column-block .link-block .ttl-area {
  padding: 25px 22px 24px;
  background: #fafafa;
  border: solid 1px #ddd;
  font-size: 14px;
  font-weight: bold;
}
.loan .column-block .link-block .item-area a {
  padding: 25px 22px 24px;
  font-size: 13px;
  display: block;
  border: solid 1px #dedede;
  border-top: none;
}
.loan .column-block .link-block .item-area a .list-icon {
  padding-left: 27px;
  position: relative;
  display: block;
}
.loan .column-block .link-block .item-area a .list-icon::after {
  background: url(../img/common/ico-arrow-small-red.svg) no-repeat center center;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 14px;
  position: absolute;
  width: 8px;
  bottom: 0;
  top: 0;
  left: 0;
  margin: auto;
}
.loan .column-block .link-block .item-area a .auto-link::after {
  background: url(../img/knowhow/loan/flat35/ico-permalink_red.svg) no-repeat
    center center;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 16px;
  position: absolute;
  width: 16px;
  bottom: 0;
  top: 0;
  left: 0;
  margin: auto;
}
.loan .column-block .link-block .item-area a:hover {
  color: #d3131c;
}
.loan .column-block .link-block .item-area .active {
  color: #d3131c;
}
.loan .lead-block .ttl {
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 13px;
}
.loan .lead-block .txt {
  font-size: 15px;
  letter-spacing: 0.15em;
  margin-top: 0;
}
.loan .list-block {
  border-top: 1px solid #dddddd;
  padding: 52px 0 65px;
  margin-top: 54px;
}
.loan .list-block .ttl {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 14px;
}
.loan .list-block .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.loan .list-block .box .img {
  width: 204px;
}
.loan .list-block .box .txt-area {
  margin-left: 26px;
  width: calc(100% - 230px);
}
.loan .list-block .box .ttl {
  font-size: 22px;
  margin-bottom: 11px;
}
.loan .list-block .box .txt {
  font-size: 15px;
  letter-spacing: 0.15em;
  line-height: 2;
  margin-bottom: 19px;
}
.loan .list-block .box a {
  margin: 0;
}
.loan .list-block .box + .box {
  margin-top: 47px;
}
.loan .about-block {
  border-top: 1px solid #dddddd;
  padding-top: 52px;
}
.loan .about-block .ttl {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.loan .about-block .txt {
  font-size: 15px;
  letter-spacing: 0.15em;
  line-height: 2;
  margin-top: 25px;
}
.loan .about-block .txt + .txt {
  margin-top: 27px;
}
.loan .about-block .txt .bold {
  font-weight: bold;
}
.loan .about-block .img {
  margin: 20px 0 23px;
}
.loan .about-block a {
  margin: 0 0 28px;
}
.loan .about-block a + .txt {
  margin-top: 33px;
}
.loan .consultation-block {
  border: 1px solid #ddd;
  padding: 44px 20px 45px;
  margin-top: 85px;
}
.loan .consultation-block .ttl {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 21px;
}
.loan .consultation-block .ttl .red {
  color: #d8000f;
}
.loan.foundation .lead-block .anchor-box {
  border: 1px solid #ddd;
  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-top: 44px;
  margin-bottom: 69px;
  width: 100%;
}
.loan.foundation .lead-block .anchor-box span {
  position: relative;
  width: calc(100% / 4);
}
.loan.foundation .lead-block .anchor-box span + span:before {
  background: #ddd;
  height: 40px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  content: "";
}
.loan.foundation .lead-block .anchor-box a {
  display: block;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: left;
  padding: 27px 0 27px 53px;
  position: relative;
}
.loan.foundation .lead-block .anchor-box a:after {
  border: solid #d8000f;
  border-width: 0 3px 3px 0;
  border-radius: 2px;
  content: "";
  display: inline-block;
  position: absolute;
  top: -5px;
  bottom: 0;
  left: 30px;
  width: 12px;
  height: 12px;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.loan.foundation .lead-block .anchor-box.anc2 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 15px 0;
}
.loan.foundation .lead-block .anchor-box.anc2 a {
  padding: 8px 0 8px 53px;
  width: calc(100% / 2);
}
.loan.foundation .lead-block .img {
  display: block;
  text-align: center;
}
.loan.foundation .lead-block .img + .txt {
  margin-top: 23px;
}
.loan.foundation .lead-block .ttl {
  font-size: 30px;
}
.loan.foundation .lead-block .ttl + .txt {
  margin-top: 22px;
}
.loan.foundation .lead-block .txt + .img {
  margin-top: 27px;
}
.loan.foundation .lead-block .txt + .img + .txt {
  margin-top: 32 px;
}
.loan.foundation .lead-block .txt + .txt {
  margin-top: 16px;
}
.loan.foundation .lead-block .c-table02 + .txt {
  margin-top: 26px;
}
.loan.foundation .list-block {
  padding: 0;
}
.loan.foundation .list-block .box {
  display: block;
  padding: 56px 0;
  margin-top: 0;
}
.loan.foundation .list-block .box .ttl {
  font-size: 30px;
  margin-bottom: 23px;
}
.loan.foundation .list-block .box .txt {
  margin-bottom: 20px;
}
.loan.foundation .list-block .box .txt + .sub-ttl {
  margin: 20px 0 12px;
}
.loan.foundation .list-block .box .txt + .c-btn01 {
  margin: 26px 0 40px;
}
.loan.foundation .list-block .box .txt + .list {
  margin-top: 14px;
  margin-bottom: 0;
}
.loan.foundation .list-block .box .txt + .small {
  margin-top: 19px;
}
.loan.foundation .list-block .box .txt-area {
  width: 100%;
  margin-left: 0;
}
.loan.foundation .list-block .box a {
  margin-bottom: 8px;
}
.loan.foundation .list-block .box + .box {
  border-top: 1px solid #ddd;
  margin-top: 0;
}
.loan.foundation .table-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.loan.foundation .table-wrap .c-table02 {
  margin-top: 0;
}
.loan.foundation .table-wrap .c-table02 + .c-table02 {
  margin-top: 0;
  margin-left: 30px;
}
.loan.foundation .table-wrap .c-table02.sp-long th {
  width: 50%;
}
.loan.foundation .table-wrap + .table-caption {
  margin-top: 36px;
}
.loan.foundation .table-wrap + .txt {
  margin-top: 34px;
}
.loan.foundation .c-table02.short th {
  width: 220px;
}
.loan.foundation .c-table02.long th {
  width: 273px;
}
.loan.foundation .c-table02.medium th {
  width: 195px;
}
.loan.foundation .c-table02.large th {
  width: 354px;
}
.loan.foundation .c-table02.sp-large td {
  text-align: center;
}
.loan.foundation .c-table02.center td {
  text-align: center;
}
.loan.foundation .c-table02 th {
  font-size: 16px;
}
.loan.foundation .c-table02 th + th {
  border-left: 1px solid #ddd;
}
.loan.foundation .c-table02 th,
.loan.foundation .c-table02 td {
  vertical-align: baseline;
  padding: 20px;
}
.loan.foundation .c-table02 td.center {
  text-align: center;
}
.loan.foundation .c-table02 ul {
  list-style: disc;
}
.loan.foundation .c-table02 ul li {
  margin-left: 17px;
}
.loan.foundation .c-table02 caption {
  font-size: 15px;
  letter-spacing: 0.15em;
  text-align: left;
  margin-bottom: 11px;
}
.loan.foundation .c-table02 caption.long {
  margin-bottom: 25px;
}
.loan.foundation .c-table02 .auto {
  width: 100%;
}
.loan.foundation .c-table02 + .c-table02 {
  margin-top: 44px;
}
.loan.foundation .c-table02 + .txt {
  margin-top: 42px;
}
.loan.foundation .c-table02 + .txt.short {
  margin-top: 31px;
}
.loan.foundation .c-table02 + .txt + .c-table02 {
  margin-top: 23px;
}
.loan.foundation .c-table02 + .img {
  margin: 30px 0 !important;
}
.loan.foundation .c-table02 + .img.over {
  margin: 35px 0 30px !important;
}
.loan.foundation .c-table02 + .img.over + .txt {
  margin-top: 38px;
}
.loan.foundation .scroll + .txt {
  margin-top: 31px;
}
.loan.foundation .sub-ttl {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.loan.foundation .small {
  font-size: 12px;
  margin-top: 29px;
}
.loan.foundation .small + .txt {
  margin-top: 33px;
}
.loan.foundation .over {
  margin-top: 18px !important;
}
.loan.foundation .over + .small + .txt {
  margin-top: 21px;
}
.loan.foundation .table-caption {
  font-size: 15px;
  letter-spacing: 0.15em;
  margin-top: 28px;
  margin-bottom: 17px;
}
.loan.foundation .consultation-block {
  margin-top: 16px;
}
.loan.foundation .list {
  list-style: disc;
  line-height: 2;
  margin: 20px 0 43px 20px;
}
.loan.foundation .list + .txt {
  margin-top: 12px;
}
.loan.foundation.fou-num .lead-block .txt {
  line-height: 2;
}
.loan.foundation.fou-num .box .txt {
  margin-bottom: 0;
}
.loan.foundation.fou-num .box .txt + .txt {
  margin-top: 12px;
}
.loan.foundation.fou-num .box .img {
  margin: 10px 0 23px;
  width: auto;
  text-align: center;
}
.loan.foundation.fou-num .table-img {
  text-align: center;
  margin-bottom: 30px;
}
.loan.examination .lead-block .txt {
  margin-top: 0;
}
.loan.examination .c-table02 + .txt {
  margin-top: 30px;
}

.link-block .item-area li:first-child a {
  border-bottom: 0 !important;
}
.link-block .item-area li:nth-child(2) a {
  border-top: 1px solid #ddd !important;
}
.link-block .item-area .sub-list {
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.link-block .item-area .sub-list li:first-child a {
  border-top: 1px dashed #ddd;
  padding-top: 25px !important;
}
.link-block .item-area .sub-list li:nth-child(2) a {
  border-top: 0 !important;
}
.link-block .item-area .sub-list li:nth-child(3) a {
  padding-bottom: 20px !important;
}
.link-block .item-area .sub-list a {
  border-right: 0 !important;
  border-left: 0 !important;
  border-bottom: 0 !important;
  padding: 5px 22px !important;
  width: 210px;
  margin: auto !important;
  padding-left: 0 !important;
}

/* -----------------------------------------------
* flat35 Module
* flat35
-------------------------------------------------- */
.flat35 {
  padding-bottom: 130px;
}
.flat35 .inner-block {
  padding: 0;
}
.flat35 .ib {
  display: inline-block;
}
.flat35 .article-mv-block {
  background-image: url(../img/common/mv.jpg);
}
.flat35 .column-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-top: 60px;
  letter-spacing: 0.05em;
}
.flat35 .column-block .main-block {
  width: 885px;
}
.flat35 .column-block .main-block .lead-block {
  text-align: center;
}
.flat35 .column-block .main-block .lead-block .ttl {
  font-size: 50px;
  font-weight: 900;
}
.flat35 .column-block .main-block .lead-block .txt {
  font-size: 30px;
  font-weight: bold;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  margin-top: 60px;
  padding: 20px 0;
}
.flat35 .column-block .main-block .img-block {
  margin-top: 50px;
}
.flat35 .column-block .main-block .img-block .ttl {
  color: #e07000;
  font-size: 24px;
  font-weight: bold;
}
.flat35 .column-block .main-block .img-block .img-area {
  margin-top: 30px;
}
.flat35 .column-block .main-block .step-block {
  padding-bottom: 70px;
  border-bottom: solid 1px #ddd;
}
.flat35 .column-block .main-block .step-block .box {
  margin-top: 70px;
}
.flat35 .column-block .main-block .step-block .box:first-child {
  margin-top: 140px;
}
.flat35 .column-block .main-block .step-block .box .ttl {
  font-size: 30px;
  font-weight: bold;
  border-bottom: solid 1px #ddd;
  padding-bottom: 15px;
}
.flat35 .column-block .main-block .step-block .box .txt {
  font-size: 15px;
  margin-top: 20px;
  line-height: 2;
}
.flat35 .column-block .main-block .step-block .box .list-area {
  margin-top: 30px;
}
.flat35 .column-block .main-block .step-block .box .list-area .item {
  position: relative;
  margin-top: 6px;
  padding-left: 30px;
}
.flat35
  .column-block
  .main-block
  .step-block
  .box
  .list-area
  .item:first-child {
  margin-top: 0;
}
.flat35
  .column-block
  .main-block
  .step-block
  .box
  .list-area
  .item
  .decoration {
  position: absolute;
  margin: auto;
  left: 0;
  top: -1px;
}
.flat35 .column-block .main-block .step-block .box .list-area .item-40 {
  padding-left: 40px;
}
.flat35 .column-block .main-block .step-block .box .list-area .txt-bold {
  font-weight: bold;
}
.flat35 .column-block .main-block .step-block .box .txt-dec .item {
  padding-left: 20px;
  position: relative;
}
.flat35 .column-block .main-block .step-block .box .txt-dec .item::after {
  background: #333;
  content: "";
  display: block;
  border-radius: 10px;
  height: 5px;
  position: absolute;
  width: 5px;
  top: 9px;
  left: 0;
  margin: 0 auto;
}
.flat35 .column-block .main-block .step-block .box .link-area {
  font-weight: bold;
  margin-top: 25px;
}
.flat35 .column-block .main-block .step-block .box .link-area a {
  color: #d8000f;
  text-decoration: underline;
  padding-left: 30px;
  position: relative;
}
.flat35 .column-block .main-block .step-block .box .link-area a::after {
  background: url(../img/knowhow/loan/flat35/ico-permalink_red.svg) no-repeat
    center center;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 16px;
  position: absolute;
  width: 16px;
  bottom: 4px;
  top: 0;
  left: 0;
  margin: auto;
}
.flat35 .column-block .main-block .second-con .ttl-area {
  font-size: 30px;
  font-weight: bold;
  margin-top: 70px;
}
.flat35 .column-block .main-block .second-con .box {
  margin-top: 70px;
}
.flat35 .column-block .main-block .second-con .box:first-child {
  margin-top: 20px;
}
.flat35 .column-block .main-block .second-con .box .ttl {
  font-size: 24px;
  padding-bottom: 10px;
}
.flat35 .column-block .main-block .second-con .box .txt {
  margin-top: 20px;
}
.flat35 .column-block .main-block .second-con .box .table-area {
  font-size: 14px;
  text-align: center;
  width: 100%;
  margin-top: 25px;
}
.flat35 .column-block .main-block .second-con .box .table-area th {
  background: #fafafa;
  padding: 23px;
  border: solid 1px #ddd;
}
.flat35 .column-block .main-block .second-con .box .table-area td {
  font-weight: bold;
  padding: 23px;
  border: solid 1px #ddd;
}
.flat35 .column-block .main-block .last-con {
  border: none;
  padding: 0;
}
.flat35 .column-block .main-block .last-con .ttl-area {
  font-size: 30px;
  font-weight: bold;
  margin-top: 70px;
}
.flat35 .column-block .main-block .last-con .txt {
  font-size: 15px;
  margin-top: 20px;
  line-height: 2;
}
.flat35 .column-block .main-block .consultation-block {
  background: #fcfcfc;
  padding: 50px;
  margin-top: 40px;
}
.flat35 .column-block .main-block .consultation-block .ttl {
  color: #d8000f;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.flat35 .column-block .main-block .consultation-block .btn-wrap {
  margin-top: 15px;
}
.flat35 .column-block .link-block {
  width: 250px;
}
.flat35 .column-block .link-block .ttl-area {
  padding: 25px 22px 24px;
  background: #fafafa;
  border: solid 1px #ddd;
  font-size: 14px;
  font-weight: bold;
}
.flat35 .column-block .link-block .item-area a {
  padding: 25px 22px 24px;
  font-size: 13px;
  display: block;
  border: solid 1px #dedede;
  border-top: none;
}
.flat35 .column-block .link-block .item-area a .list-icon {
  padding-left: 27px;
  position: relative;
  display: block;
}
.flat35 .column-block .link-block .item-area a .list-icon::after {
  background: url(../img/common/ico-arrow-small-red.svg) no-repeat center center;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 14px;
  position: absolute;
  width: 8px;
  bottom: 0;
  top: 0;
  left: 0;
  margin: auto;
}
.flat35 .column-block .link-block .item-area a .auto-link::after {
  background: url(../img/knowhow/loan/flat35/ico-permalink_red.svg) no-repeat
    center center;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 16px;
  position: absolute;
  width: 16px;
  bottom: 0;
  top: 0;
  left: 0;
  margin: auto;
}
.flat35 .column-block .link-block .item-area a:hover {
  color: #d3131c;
}
.flat35 .column-block .link-block .item-area .active {
  color: #d3131c;
}
.flat35 .c-banner-list {
  margin-top: 70px;
}

/* -----------------------------------------------
* flat35 Module
* flat35
-------------------------------------------------- */
.simulation {
  padding-bottom: 130px;
}
.simulation .inner-block {
  padding: 0;
}
.simulation .ib {
  display: inline-block;
}
.simulation .article-mv-block {
  background-image: url(../img/common/mv.jpg);
}
.simulation .column-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-top: 60px;
  letter-spacing: 0.05em;
}
.simulation .column-block .main-block {
  width: 885px;
}
.simulation .column-block .main-block .caption-block {
  margin-bottom: 33px;
}
.simulation .column-block .main-block .caption-block .txt {
  font-size: 12px;
  letter-spacing: 0.15em;
  line-height: 2.5;
}
.simulation .column-block .main-block #simulation .loan_table {
  border: 1px solid #ddd;
  width: 100%;
}
.simulation .column-block .main-block #simulation .loan_table tr + tr {
  border-top: 1px solid #ddd;
}
.simulation .column-block .main-block #simulation .loan_table th {
  padding: 18px 20px;
  background: #f9f9f9;
  text-align: left;
  font-size: 15px;
  width: 215px;
}
.simulation .column-block .main-block #simulation .loan_table th + td {
  width: 270px;
}
.simulation .column-block .main-block #simulation .loan_table td {
  border-left: 1px solid #ddd;
  padding: 20px;
  font-size: 15px;
}
.simulation .column-block .main-block #simulation .loan_table input,
.simulation .column-block .main-block #simulation .loan_table select,
.simulation .column-block .main-block #simulation .loan_table textarea,
.simulation .column-block .main-block #simulation .loan_table button {
  border: 1px solid #454545;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  padding: 9px 3px;
  border-radius: 4px;
}
.simulation .column-block .main-block #simulation .loan_table input {
  width: 100%;
}
.simulation .column-block .main-block #simulation .loan_table select {
  padding: 0;
}
.simulation .column-block .main-block #simulation .center.mt20 {
  text-align: center;
  margin: 24px 0;
}
.simulation .column-block .main-block #simulation input {
  border: 1px solid #767676;
  border-radius: 4px;
  padding: 1px 5px;
}
.simulation .column-block .main-block #simulation input[type="button"],
.simulation .column-block .main-block #simulation input[type="reset"] {
  background: #efefef;
}
.simulation .column-block .link-block {
  width: 250px;
}
.simulation .column-block .link-block .ttl-area {
  padding: 25px 22px 24px;
  background: #fafafa;
  border: solid 1px #ddd;
  font-size: 14px;
  font-weight: bold;
}
.simulation .column-block .link-block .item-area a {
  padding: 25px 22px 24px;
  font-size: 13px;
  display: block;
  border: solid 1px #dedede;
  border-top: none;
}
.simulation .column-block .link-block .item-area a .list-icon {
  padding-left: 27px;
  position: relative;
  display: block;
}
.simulation .column-block .link-block .item-area a .list-icon::after {
  background: url(../img/common/ico-arrow-small-red.svg) no-repeat center center;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 14px;
  position: absolute;
  width: 8px;
  bottom: 0;
  top: 0;
  left: 0;
  margin: auto;
}
.simulation .column-block .link-block .item-area a .auto-link::after {
  background: url(../img/knowhow/loan/flat35/ico-permalink_red.svg) no-repeat
    center center;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 16px;
  position: absolute;
  width: 16px;
  bottom: 0;
  top: 0;
  left: 0;
  margin: auto;
}
.simulation .column-block .link-block .item-area a:hover {
  color: #d3131c;
}
.simulation .column-block .link-block .item-area .active {
  color: #d3131c;
}
.simulation .c-banner-list {
  margin-top: 70px;
}

.column-block .link-block .item-area li a.is-current {
  color: #d3131c;
}

/* -----------------------------------------------
* faq Module
* faq
-------------------------------------------------- */
.faq .content-block {
  padding: 0 0 120px;
}
.faq .lead-txt {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: center;
}
.faq .anchor-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0 70px;
}
.faq .anchor-list li {
  text-align: center;
  width: calc((100% - 75px) / 4);
}
.faq .anchor-list li a {
  border: 1px solid #ddd;
  display: block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 23px 0;
  width: 100%;
}
.faq .anchor-list li a .inn {
  display: inline-block;
  padding-left: 28px;
  position: relative;
}
.faq .anchor-list li a .inn::before {
  border: solid #d8000f;
  border-width: 0 2px 2px 0;
  border-radius: 1px;
  content: "";
  display: inline-block;
  margin: auto;
  position: absolute;
  top: -3px;
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
  transform: rotate(-45deg) translate3d(0, 0, 0);
  width: 10px;
  height: 10px;
}
.faq .faq-block + .faq-block {
  margin-top: 55px;
}
.faq .faq-block .c-ttl02 {
  margin-bottom: 30px;
}
.faq .faq-block .box {
  margin-top: -1px;
}
.faq .faq-block .box .ttl {
  background: #fafafa;
  border: 1px solid #ddd;
  cursor: pointer;
  padding: 20px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-right: 55px;
  position: relative;
  -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}
.faq .faq-block .box .ttl::before {
  border: solid #d8000f;
  border-width: 0 3px 3px 0;
  border-radius: 1px;
  content: "";
  display: inline-block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 23px;
  -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
  transform: rotate(45deg) translate3d(0, 0, 0);
  width: 12px;
  height: 12px;
}
.faq .faq-block .box .ttl.is-open::before {
  border-color: #ddd;
  -webkit-transform: rotate(-135deg) translate3d(0, 0, 0);
  transform: rotate(-135deg) translate3d(0, 0, 0);
}
.faq .faq-block .box .answer {
  display: none;
  padding: 20px 35px;
}
.faq .faq-block .box .answer .txt {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.15em;
}
.faq .contact-block {
  padding-top: 115px;
  text-align: center;
}
.faq .contact-block .txt {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

/* -----------------------------------------------
* guarantee Module
* guarantee
-------------------------------------------------- */
.guarantee .content-block {
  padding: 45px 0 120px;
}
.guarantee .c-border-content:first-child {
  border-top: none;
}
.guarantee .c-border-content .sub-ttl {
  margin-bottom: 10px;
}
.guarantee .c-border-content .sub-ttl .ib {
  display: inline-block;
}
.guarantee .c-border-content .img {
  margin: 45px auto 25px;
}
.guarantee .wide-ttl {
  background: #d8000f;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  padding: 15px;
  text-align: center;
}
.guarantee .border-list li {
  border-bottom: 1px dashed #ddd;
  padding: 20px;
}
.guarantee .border-list li .tag,
.guarantee .border-list li .txt {
  font-size: 18px;
}
.guarantee .border-list li .tag {
  background: #eaeaea;
  font-weight: bold;
  text-align: center;
  padding: 3px;
  width: 115px;
}
.guarantee .border-list + .note {
  margin-top: 20px;
}
.guarantee .note-area {
  font-size: 15px;
  margin-top: 35px;
  line-height: 2;
}
.guarantee .note-area .small {
  font-size: 12px;
}

/* -----------------------------------------------
* step Module
* step
-------------------------------------------------- */
.step .article-mv-block {
  background-image: url(../img/knowhow/step/mv.jpg);
}
.step .lead-txt {
  font-size: 20px;
  letter-spacing: 0.15em;
  text-align: center;
}
.step .step-content {
  margin-top: 68px;
}
.step .step-content .ttl-block .ttl {
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 18px;
}
.step .step-content .ttl-block .ttl .step-num {
  color: #d8000f;
  display: block;
  font-size: 14px;
  letter-spacing: 0.1em;
  border: 1px solid #d8000f;
  border-radius: 50px;
  width: 84px;
  padding: 4px 0;
  margin: auto;
  text-align: center;
}
.step .step-content .ttl-block .flow-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 24px);
}
.step .step-content .ttl-block .flow-block li {
  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 20px;
}
.step .step-content .ttl-block .flow-block li:first-child {
  background: url(../img/knowhow/step/flow-01.svg) no-repeat center center;
  background-size: contain;
  display: block;
  height: 80px;
  width: 396px;
  max-width: 100%;
}
.step .step-content .ttl-block .flow-block li:first-child.is-current {
  background: url(../img/knowhow/step/flow-01-current.svg) no-repeat center
    center;
  background-size: contain;
  display: block;
  height: 80px;
  width: 396px;
  max-width: 100%;
}
.step .step-content .ttl-block .flow-block li:nth-child(2) {
  background: url(../img/knowhow/step/flow-02.svg) no-repeat center center;
  display: block;
  height: 80px;
  width: 416px;
  position: relative;
  left: -12px;
  padding-left: 40px;
  background-size: contain;
}
.step .step-content .ttl-block .flow-block li:nth-child(2).is-current {
  background: url(../img/knowhow/step/flow-02-current.svg) no-repeat center
    center;
  background-size: contain;
  display: block;
  height: 80px;
  width: 416px;
}
.step .step-content .ttl-block .flow-block li:nth-child(3) {
  background: url(../img/knowhow/step/flow-03.svg) no-repeat center center;
  display: block;
  height: 80px;
  width: 416px;
  position: relative;
  left: -24px;
  padding-left: 40px;
  background-size: contain;
}
.step .step-content .ttl-block .flow-block li:nth-child(3).is-current {
  background: url(../img/knowhow/step/flow-03-current.svg) no-repeat center
    center;
  display: block;
  height: 80px;
  width: 416px;
  background-size: contain;
}
.step .step-content .ttl-block .flow-block li .txt-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;
  height: 100%;
}
.step .step-content .ttl-block .flow-block li .txt-area .txt {
  font-size: 20px;
  font-weight: bold;
}
.step .step-content .ttl-block .flow-block li .txt-area .step-num {
  background: #fff;
  border: 1px solid #d8000f;
  color: #d8000f;
  text-align: center;
  padding: 3px 9px 2px;
  margin-right: 10px;
  border-radius: 15px;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.step .step-content .ttl-block .flow-block li.is-current .txt-area .txt {
  color: #fff;
}
.step .step-content .ttl-block .flow-block + .txt {
  font-size: 15px;
  letter-spacing: 0.15em;
  text-align: center;
  margin-top: 42px;
}
.step .step-content .ttl-block.sp {
  background: #fcfcfc;
  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;
  width: calc(100% + 30px);
  margin-left: -15px;
  padding: 20px 40px 20px 20px;
  position: relative;
  border-top: 1px solid #ddd;
}
.step .step-content .ttl-block.sp:before {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 0;
  top: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #d8000f transparent transparent transparent;
  border-width: 6px 6px 0 6px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.step .step-content .ttl-block.sp .step-num {
  background: #fff;
  border: 1px solid #d8000f;
  color: #d8000f;
  text-align: center;
  padding: 3px 5px 2px;
  margin-right: 10px;
  border-radius: 15px;
  font-size: 11px;
  letter-spacing: 0.1em;
  min-width: 66px;
}
.step .step-content .ttl-block.is-open {
  background: #d8000f;
  color: #fff;
}
.step .step-content .ttl-block.is-open:before {
  border-color: #fff transparent transparent transparent;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.step .step-content .step-box {
  padding: 47px 0;
}
.step .step-content .step-box .ttl {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 7px;
}
.step .step-content .step-box .ttl .step-num {
  color: #d8000f;
  display: block;
  font-size: 20px;
  letter-spacing: 0.1em;
}
.step .step-content .step-box .txt a {
  font-size: 15px;
  display: block;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: relative;
  padding-left: 30px;
  margin-top: 15px;
}
.step .step-content .step-box .txt a:before {
  background: url(../img/company/profile/ico-outlink.svg) no-repeat center
    center;
  background-size: contain;
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 3px;
  left: 4px;
}
.step .step-content .step-box .txt-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;
}
.step .step-content .step-box .txt-area .txt {
  font-size: 15px;
  letter-spacing: 0.15em;
  line-height: 2.4;
}
.step .step-content .step-box .txt-area .txt .small {
  display: block;
  font-size: 12px;
  line-height: 2.1;
  margin-top: 5px;
}
.step .step-content .step-box .txt-area .img {
  width: 224px;
}
.step .step-content .step-box .btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 23px;
}
.step .step-content .step-box .btn-wrap .c-btn01 {
  margin: inherit;
  width: 286px;
  margin-top: 0;
}
.step .step-content .step-box .btn-wrap .c-btn01 + .c-btn01 {
  margin-left: 45px;
}
.step .step-content .step-box + .step-box {
  border-top: 1px solid #dddddd;
}
.step .step-content .step-box:first-child {
  border-top: 1px solid #dddddd;
  margin-top: 41px;
}
.step .step-content .step-box:last-child {
  border-bottom: 1px solid #dddddd;
}
.step .step-content .step-box.sp .txt-area {
  display: block;
}
.step .step-content .step-box.sp .txt-area .txt-block {
  width: 100%;
}
.step .step-content .step-box.sp .txt-area .img {
  float: right;
  position: relative;
  top: 4px;
}
.step .step-content .step-box.min-h {
  min-height: 220px;
}
.step .step-content + .step-content {
  margin-top: 120px;
}

/* -----------------------------------------------
* products Module
* productsページ用
-------------------------------------------------- */
.privacy .content-block {
  padding-top: 100px;
  padding-bottom: 100px;
}
.privacy .box {
  padding: 80px 0;
}
.privacy .box .ttl {
  font-size: 50px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 29px;
}
.privacy .box .txt {
  letter-spacing: 0.15em;
  line-height: 2;
}
.privacy .box .txt + .txt {
  margin-top: 8px;
}
.privacy .box .small-list {
  margin-top: 18px;
}
.privacy .box .small-list li {
  font-size: 12px;
  list-style: decimal;
  padding-left: 28px;
  letter-spacing: 0.15em;
  position: relative;
  left: 19px;
}
.privacy .box .small-list li + li {
  margin-top: 3px;
}
.privacy .box .no-num > li {
  font-size: 15px;
  letter-spacing: 0.15em;
  line-height: 2;
  position: relative;
  padding-left: 59px;
}
.privacy .box .no-num > li:before {
  background: #333;
  content: "";
  display: block;
  height: 3px;
  width: 6px;
  position: absolute;
  top: 12px;
  left: 0;
}
.privacy .box:first-child {
  padding-top: 0;
}
.privacy .box + .box {
  border-top: 1px solid #dddddd;
}
.privacy .box .sub-box .ttl {
  font-size: 30px;
  margin-bottom: 15px;
  margin-top: 36px;
}
.privacy .box .sub-box .ttl .red {
  color: #d8000f;
}
.privacy .box .sub-box .small-ttl {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 4px;
}
.privacy .box .sub-box .txt + .txt {
  margin-top: 14px;
}
.privacy .box .sub-box .txt + .small-list {
  margin-top: 14px;
}
.privacy .box .sub-box .txt + .small-ttl {
  margin-top: 36px;
}
.privacy .box .sub-box .c-table02 td {
  padding: 25px 20px;
}
.privacy .box .sub-box .c-table02 .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.privacy .box .sub-box .c-table02 .row .txt + .txt {
  margin-top: 0;
  margin-left: 30px;
}
.privacy .box .sub-box .small-list {
  margin-top: 0;
}
.privacy .box .sub-box .small-list li {
  font-size: 15px;
  list-style-type: decimal-leading-zero;
  left: 35px;
  padding-left: 25px;
}

/* -----------------------------------------------
* products Module
* productsページ用
-------------------------------------------------- */
.jikken .content-block {
  padding-top: 100px;
  padding-bottom: 100px;
}
.jikken .content-block .ttl-area {
  text-align: center;
}
.jikken .content-block .ttl-area .txt {
  font-size: 15px;
  text-align: center;
  letter-spacing: 0.15em;
  margin-bottom: 49px;
}
.jikken .content-block .box .ttl {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 33px 0 22px;
}
.jikken .content-block .box .txt {
  font-size: 15px;
  letter-spacing: 0.15em;
  text-align: justify;
}
.jikken .content-block .box + .box {
  margin-top: 113px;
}
.jikken .content-block .movie-area {
  text-align: center;
}
.jikken .content-block .movie-area .movie .ttl {
  margin-bottom: 16px;
}
.jikken .content-block .movie-area .movie .txt {
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.1em;
  margin-top: 10px;
}
.jikken .content-block .movie-area .ttl {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 11px;
}
.jikken .content-block .movie-area .box-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;
}
.jikken .content-block .movie-area .box-wrap .box-inn {
  width: 352px;
}
.jikken .content-block .movie-area .box-wrap .box-inn .txt {
  text-align: left;
  margin-top: 14px;
}
.jikken .content-block .btn-wrap {
  margin-top: 44px;
}

/* -----------------------------------------------
* products Module
* productsページ用
-------------------------------------------------- */
.planttrees .article-mv-block {
  background: url(../img/planttrees/mv.jpg) no-repeat center top/cover;
  height: 606px;
}
.planttrees .fade-slider .img {
  height: 520px;
  width: 100%;
}
.planttrees .content-block .content-area {
  margin: auto;
  width: 770px;
}
.planttrees .content-block .content-area .txt-box .img {
  text-align: center;
}
.planttrees .content-block .content-area .txt-box .img img + img {
  margin-top: 70px;
}
.planttrees .content-block .content-area .txt-box .img img:nth-child(4) {
  margin-top: 0;
}
.planttrees .content-block .content-area .txt-box .movie {
  text-align: center;
  margin-top: 100px;
}
.planttrees .content-block .content-area .red-list .ttl-img {
  margin-top: 120px;
}
.planttrees .content-block .content-area .red-list .txt {
  font-size: 15px;
  letter-spacing: 0.15em;
  line-height: 2;
  margin-top: 28px;
}
.planttrees .content-block .content-area .red-list .txt + .img {
  margin-top: 25px;
}
.planttrees .content-block .content-area .red-list .txt + .img-wrap {
  margin-top: 20px;
}
.planttrees .content-block .content-area .red-list .subttl-img {
  margin-top: 60px;
}
.planttrees .content-block .content-area .red-list .subttl-img + .txt {
  margin-top: 20px;
}
.planttrees .content-block .content-area .red-list .img-wrap {
  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;
}
.planttrees .content-block .content-area .red-list .sugi-box .txt {
  border: 1px solid #e50012;
  color: #666;
  display: inline-block;
  font-size: 15px;
  padding: 1px 10px;
  letter-spacing: 0.05em;
  margin-bottom: 25px;
}
.planttrees .content-block .content-area .red-list .sugi-box .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.planttrees .content-block .content-area .red-list .sugi-box .box .img-wrap {
  width: 430px;
}
.planttrees
  .content-block
  .content-area
  .red-list
  .sugi-box
  .box
  .img-wrap
  .img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.planttrees
  .content-block
  .content-area
  .red-list
  .sugi-box
  .box
  .img-wrap
  .img
  span {
  width: calc(100% - 8px);
}
.planttrees
  .content-block
  .content-area
  .red-list
  .sugi-box
  .box
  .img-wrap
  .img
  span
  + span {
  margin-left: 8px;
}
.planttrees
  .content-block
  .content-area
  .red-list
  .sugi-box
  .box
  .img-wrap
  .img.pc
  img
  + img {
  margin-left: 10px;
}
.planttrees
  .content-block
  .content-area
  .red-list
  .sugi-box
  .box
  .img-wrap
  + .img {
  margin-left: 16px;
}
.planttrees .content-block .content-area .red-list .sugi-box .box + .txt {
  margin-top: 35px;
}
.planttrees .content-block .content-area .red-list .box:nth-child(3) .txt-wrap {
  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: 15px;
}
.planttrees
  .content-block
  .content-area
  .red-list
  .box:nth-child(3)
  .txt-wrap
  .txt {
  color: #676666;
}
.planttrees
  .content-block
  .content-area
  .red-list
  .box:nth-child(3)
  .txt-wrap
  .txt:first-child {
  border: 1px solid #e50012;
  padding: 4px 8px;
  margin-right: 15px;
}
.planttrees .content-block .content-area .red-list .box:nth-child(3) .img-wrap {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.planttrees
  .content-block
  .content-area
  .red-list
  .box:nth-child(3)
  .img-wrap
  .img {
  width: calc((100% - 40px) / 2);
}
.planttrees
  .content-block
  .content-area
  .red-list
  .box:nth-child(3)
  img
  + .txt {
  margin-top: 20px;
}
.planttrees .content-block .content-area .red-list .red-line-box {
  border: 1px solid #e50012;
  padding: 0 40px 40px;
  margin-top: 49px;
}
.planttrees .content-block .content-area .red-list .red-line-box .ttl {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #e50012;
  padding: 20px 40px;
  width: calc(100% + 80px);
  margin-left: -40px;
}
.planttrees .content-block .content-area .red-list .red-line-box .txt {
  font-size: 15px;
  letter-spacing: 0.12em;
  line-height: 2;
}
.planttrees
  .content-block
  .content-area
  .red-list
  .red-line-box
  .img-wrap
  + .txt {
  font-size: 14px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 13px;
}
.planttrees
  .content-block
  .content-area
  .red-list
  .red-line-box
  .img-wrap
  img
  + .txt {
  text-align: center;
  margin-top: 13px;
}
.planttrees
  .content-block
  .content-area
  .red-list
  .red-line-box
  .img-wrap
  + .img-wrap {
  margin-top: 20px;
}
.planttrees .content-block .content-area .red-list .banner {
  text-align: center;
  margin-top: 120px;
}

/* -----------------------------------------------
* products Module
* productsページ用
-------------------------------------------------- */
.real-estate {
  padding-bottom: 130px;
}
.real-estate .article-mv-block {
  background-image: url(../img/real-estate/mv.jpg);
}
.real-estate .content-block {
  padding-top: 51px;
}
.real-estate .content-block .content-box .txt-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;
}
.real-estate .content-block .content-box .txt-box .img {
  width: 545px;
  min-height: 0%;
}
.real-estate .content-block .content-box .txt-box .txt-area {
  width: calc(100% - 593px);
}
.real-estate .content-block .content-box .txt-box .txt-area .ttl {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 17px;
}
.real-estate .content-block .content-box .txt-box .txt-area .txt {
  font-size: 15px;
  letter-spacing: 0.15em;
  line-height: 2.4;
  margin-bottom: 18px;
}
.real-estate .content-block .content-box .txt-box .txt-area .c-btn01 {
  margin: inherit;
}
.real-estate .content-block .content-box + .content-box {
  margin-top: 112px;
}
.real-estate .content-block .ttl-area {
  text-align: center;
}
.real-estate .content-block .ttl-area .ttl {
  font-size: 50px;
  font-weight: bold;
  line-height: 1.3;
}
.real-estate .content-block .ttl-area + .txt {
  font-size: 15px;
  letter-spacing: 0.15em;
  line-height: 2;
  text-align: center;
  margin-top: 27px;
  margin-bottom: 47px;
}
.real-estate .content-block .ttl-area + .txt-box {
  margin-top: 48px;
}
.real-estate .content-block .txt-box + .txt-box {
  margin-top: 56px;
}

/* -----------------------------------------------
* products Module
* productsページ用
-------------------------------------------------- */
.sitemap {
  padding-bottom: 130px;
}
.sitemap .content-block .link-wrap .ttl {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.1em;
  position: relative;
  padding-left: 40px;
  margin-bottom: 25px;
}
.sitemap .content-block .link-wrap .ttl:before {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  border-radius: 2px;
  content: "";
  display: inline-block;
  position: absolute;
  top: -3px;
  bottom: 0;
  left: 9px;
  width: 9px;
  height: 9px;
  margin: auto;
  -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
  transform: rotate(-45deg) translate3d(0, 0, 0);
  z-index: 10;
}
.sitemap .content-block .link-wrap .ttl:after {
  background: #d8000f;
  border-radius: 50px;
  content: "";
  display: block;
  height: 30px;
  width: 30px;
  position: absolute;
  top: -3px;
  bottom: 0;
  left: 0;
  margin: auto;
}
.sitemap .content-block .link-wrap .link-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sitemap .content-block .link-wrap .link-list li {
  border: 1px solid #dddddd;
  width: calc((100% - 81px) / 4);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
}
.sitemap .content-block .link-wrap .link-list li 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;
  font-size: 15px;
  font-weight: bold;
  padding: 8px 18px;
  letter-spacing: 0.1em;
  position: relative;
  min-height: 64px;
  width: 100%;
}
.sitemap .content-block .link-wrap .link-list li:before {
  border: solid #d8000f;
  border-width: 0 2px 2px 0;
  border-radius: 2px;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  width: 10px;
  height: 10px;
  margin: auto;
  -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
  transform: rotate(-45deg) translate3d(0, 0, 0);
}
.sitemap .content-block .link-wrap + .link-wrap {
  margin-top: 86px;
}

/* -----------------------------------------------
* products Module
* productsページ用
-------------------------------------------------- */
.reform {
  padding-bottom: 130px;
}
.reform .content-block .link-wrap {
  margin: 86px 0 66px;
}
.reform .content-block .link-wrap .ttl {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.1em;
  position: relative;
  padding-left: 40px;
  margin-bottom: 25px;
}
.reform .content-block .link-wrap .ttl:before {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  border-radius: 2px;
  content: "";
  display: inline-block;
  position: absolute;
  top: -3px;
  bottom: 0;
  left: 9px;
  width: 9px;
  height: 9px;
  margin: auto;
  -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
  transform: rotate(-45deg) translate3d(0, 0, 0);
  z-index: 10;
}
.reform .content-block .link-wrap .ttl:after {
  background: #d8000f;
  border-radius: 50px;
  content: "";
  display: block;
  height: 30px;
  width: 30px;
  position: absolute;
  top: -3px;
  bottom: 0;
  left: 0;
  margin: auto;
}
.reform .content-block .link-wrap .link-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.reform .content-block .link-wrap .link-list li {
  border: 1px solid #dddddd;
  width: calc((100% - 100px) / 5);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
}
.reform .content-block .link-wrap .link-list li 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;
  font-size: 15px;
  font-weight: bold;
  padding: 8px 18px;
  letter-spacing: 0.1em;
  position: relative;
  min-height: 64px;
  width: 100%;
}
.reform .content-block .link-wrap .link-list li:before {
  border: solid #d8000f;
  border-width: 0 2px 2px 0;
  border-radius: 2px;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  width: 10px;
  height: 10px;
  margin: auto;
  -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
  transform: rotate(-45deg) translate3d(0, 0, 0);
}
.reform .content-block .link-wrap + .link-wrap {
  margin-top: 86px;
}
.reform .content-block .ttl-area {
  text-align: center;
}
.reform .content-block .ttl-area .ttl {
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.reform .content-block .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;
  margin-top: 42px;
}
.reform .content-block .box .img {
  min-height: 0%;
  width: 545px;
}
.reform .content-block .box .txt-area {
  width: calc(100% - 593px);
}
.reform .content-block .box .txt-area .ttl {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.reform .content-block .box .txt-area .txt {
  font-size: 15px;
  letter-spacing: 0.15em;
  line-height: 2.4;
  margin-top: 25px;
}
.reform .content-block .box + .ttl-area {
  margin: 110px 0 45px;
}
.reform .content-block .box + .ttl-area .ttl {
  line-height: 1.36;
}
.reform .content-block .box-wrap {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.reform .content-block .box-wrap .box {
  display: block;
  margin-top: 0;
  width: calc((100% - 90px) / 3);
}
.reform .content-block .box-wrap .box .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.reform .content-block .box-wrap .box .ttl {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.1em;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-top: 19px;
}
.reform .content-block .box-wrap .box .txt {
  font-size: 12px;
  letter-spacing: 0.15em;
  line-height: 2;
  margin-top: 0;
}
.reform .content-block .box-wrap .box .img {
  width: 100%;
  min-height: 0%;
}
.reform .content-block .box-wrap .box .img img {
  width: 100%;
}
.reform .content-block .box-wrap .box:nth-child(5) .wrap {
  height: inherit;
}
.reform .content-block .consultation-wrap {
  background: #fafafa;
  border: 1px solid #dddddd;
  padding: 50px 80px 74px !important;
  margin-top: 120px;
}
.reform .content-block .consultation-wrap .ttl {
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
.reform .content-block .consultation-wrap .txt {
  font-size: 15px;
  letter-spacing: 0.15em;
  text-align: center;
  margin: 23px 0 39px;
}
.reform .content-block .consultation-wrap .flex-wrap {
  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;
}
.reform .content-block .consultation-wrap .flex-wrap .flex-box {
  width: calc((100% - 40px) / 2);
}
.reform .content-block .consultation-wrap .flex-wrap .flex-box .wrap {
  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;
}
.reform .content-block .consultation-wrap .flex-wrap .flex-box .wrap .img {
  width: 210px;
}
.reform .content-block .consultation-wrap .flex-wrap .flex-box .wrap .txt-area {
  width: calc(100% - 227px);
}
.reform
  .content-block
  .consultation-wrap
  .flex-wrap
  .flex-box
  .wrap
  .txt-area
  .ttl {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: left;
  line-height: 1.3;
}
.reform
  .content-block
  .consultation-wrap
  .flex-wrap
  .flex-box
  .wrap
  .txt-area
  .txt {
  font-size: 15px;
  letter-spacing: 0.15em;
  margin-top: 15px;
  text-align: left;
}
.reform .content-block .consultation-wrap .flex-wrap .btn-wrap {
  margin-top: 30px;
}
.reform.list .item-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 107px;
}
.reform.list .item-wrap .item {
  width: calc((100% - 90px) / 3);
}
.reform.list .item-wrap .item .category {
  margin-top: 16px;
}
.reform.list .item-wrap .item .category li {
  border: 1px solid #d8000f;
  color: #d8000f;
  display: inline-block;
  font-size: 12px;
  padding: 1px 5px;
  margin: 0 10px 10px 0;
}
.reform.list .item-wrap .item .ttl {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 11px;
}
.reform.list .item-wrap .item .ttl .small {
  display: block;
  font-size: 20px;
}
.reform.list .item-wrap .item .txt {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2.1;
}
.reform.list .item-wrap .item .txt .color {
  color: #d8000f;
}
.reform.list .item-wrap .item .c-btn01 {
  display: block;
  text-align: right;
  margin-left: auto;
  margin-right: 0;
  margin-top: 21px;
}
.reform.detail .detail-mv-block {
  padding-bottom: 0;
  position: relative;
}
.reform.detail .detail-mv-block .breadcrumb-list {
  padding: 22px 0 24px;
}
.reform.detail .detail-mv-block .txt-area {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-top: 0;
  padding: 53px 20px 61px;
}
.reform.detail .detail-mv-block .txt-area .ttl .small {
  display: block;
  font-size: 30px;
}
.reform.detail .detail-mv-block .txt-area .txt-wraps {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 37px;
}
.reform.detail .detail-mv-block .txt-area .txt-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0;
}
.reform.detail .detail-mv-block .txt-area .txt-wrap li .ttl {
  color: #fff;
  display: inline-block;
  font-size: 15px;
  letter-spacing: 0.1em;
  background: #d8000f;
  padding: 3px 5px;
  min-width: 57px;
}
.reform.detail .detail-mv-block .txt-area .txt-wrap li .txt {
  font-size: 15px;
  letter-spacing: 0.1em;
  margin-left: 7px;
}
.reform.detail .detail-mv-block .txt-area .txt-wrap li + li {
  margin-top: 22px;
}
.reform.detail .detail-mv-block .txt-area .txt-wrap + .txt-wrap {
  margin-left: 15px;
}
.reform.detail .content-block .main-ttl {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.6;
  margin: 92px 0 58px;
}
.reform.detail .content-block .box-wrap + .box-wrap {
  margin-top: 72px;
}
.reform.detail .content-block .box-wrap .box {
  width: calc((100% - 50px) / 2);
}
.reform.detail .content-block .box-wrap .box .txt {
  margin-top: 18px;
}
.reform.detail .content-block .box-wrap .box .txt + .txt {
  margin-top: 5px;
}
.reform.detail .content-block .box-wrap .box .txt .ib {
  display: inline-block;
}
.reform.detail .content-block .box-wrap .box:nth-child(even) .img {
  position: relative;
}
.reform.detail .content-block .box-wrap .box:nth-child(even) .img::before {
  border: solid #d8000f;
  border-width: 0 3px 3px 0;
  border-radius: 2px;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -36px;
  width: 15px;
  height: 15px;
  margin: auto;
  -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
  transform: rotate(-45deg) translate3d(0, 0, 0);
}

.reform-faq .content-block .link-wrap {
  margin: 86px 0 66px;
}
.reform-faq .content-block .link-wrap .ttl {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.1em;
  position: relative;
  padding-left: 40px;
  margin-bottom: 25px;
}
.reform-faq .content-block .link-wrap .ttl:before {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  border-radius: 2px;
  content: "";
  display: inline-block;
  position: absolute;
  top: -3px;
  bottom: 0;
  left: 9px;
  width: 9px;
  height: 9px;
  margin: auto;
  -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
  transform: rotate(-45deg) translate3d(0, 0, 0);
  z-index: 10;
}
.reform-faq .content-block .link-wrap .ttl:after {
  background: #d8000f;
  border-radius: 50px;
  content: "";
  display: block;
  height: 30px;
  width: 30px;
  position: absolute;
  top: -3px;
  bottom: 0;
  left: 0;
  margin: auto;
}
.reform-faq .content-block .link-wrap .link-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.reform-faq .content-block .link-wrap .link-list li {
  border: 1px solid #dddddd;
  width: calc((100% - 100px) / 5);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
}
.reform-faq .content-block .link-wrap .link-list li 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;
  font-size: 15px;
  font-weight: bold;
  padding: 8px 18px;
  letter-spacing: 0.1em;
  position: relative;
  min-height: 64px;
  width: 100%;
}
.reform-faq .content-block .link-wrap .link-list li:before {
  border: solid #d8000f;
  border-width: 0 2px 2px 0;
  border-radius: 2px;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  width: 10px;
  height: 10px;
  margin: auto;
  -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
  transform: rotate(-45deg) translate3d(0, 0, 0);
}
.reform-faq .content-block .link-wrap + .link-wrap {
  margin-top: 86px;
}
.reform-faq .content-block .consultation-wrap {
  background: #fafafa;
  border: 1px solid #dddddd;
  padding: 50px 80px 74px;
  margin-top: 100px;
}
.reform-faq .content-block .consultation-wrap .ttl {
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
.reform-faq .content-block .consultation-wrap .txt {
  font-size: 15px;
  letter-spacing: 0.15em;
  text-align: center;
  margin: 23px 0 39px;
}
.reform-faq .content-block .consultation-wrap .flex-wrap {
  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;
}
.reform-faq .content-block .consultation-wrap .flex-wrap .flex-box {
  width: calc((100% - 40px) / 2);
}
.reform-faq .content-block .consultation-wrap .flex-wrap .flex-box .wrap {
  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;
}
.reform-faq .content-block .consultation-wrap .flex-wrap .flex-box .wrap .img {
  width: 210px;
}
.reform-faq
  .content-block
  .consultation-wrap
  .flex-wrap
  .flex-box
  .wrap
  .txt-area {
  width: calc(100% - 227px);
}
.reform-faq
  .content-block
  .consultation-wrap
  .flex-wrap
  .flex-box
  .wrap
  .txt-area
  .ttl {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: left;
  line-height: 1.3;
}
.reform-faq
  .content-block
  .consultation-wrap
  .flex-wrap
  .flex-box
  .wrap
  .txt-area
  .txt {
  font-size: 15px;
  letter-spacing: 0.15em;
  margin-top: 15px;
  text-align: left;
}
.reform-faq .content-block .consultation-wrap .flex-wrap .btn-wrap {
  margin-top: 30px;
}
.reform-faq .box {
  display: block;
  margin-top: 0;
}
.reform-faq .lead-txt {
  font-size: 24px;
  font-weight: 700;
  margin: 90px 0;
}

.menu-wrap .ttl {
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.menu-wrap .menu-list-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 28px;
}
.menu-wrap .menu-list-wrap .box {
  display: block;
  width: calc((100% - 81px) / 4);
  height: 100%;
  margin-top: 0;
}
.menu-wrap .menu-list-wrap .box a {
  border: 1px solid #dddddd;
  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;
  min-height: 200px;
  height: 100%;
}
.menu-wrap .menu-list-wrap .box .txt {
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 13px;
}
.menu-wrap + .menu-wrap {
  margin-top: 98px;
}

.anchor-list-wrap {
  border-top: 1px solid #dddddd;
  padding-top: 123px;
  margin-top: 118px;
}
.anchor-list-wrap .c-anchor + .box {
  margin-top: 80px;
}
.anchor-list-wrap .c-anchor:first-child + .box {
  margin-top: 0;
}
.anchor-list-wrap .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;
}
.anchor-list-wrap .box .img {
  width: 500px !important;
}
.anchor-list-wrap .box .txt-area {
  width: calc(100% - 540px) !important;
}
.anchor-list-wrap .box .txt-area .ttl {
  font-size: 26px;
}
.anchor-list-wrap .box .txt-area .sub-ttl {
  color: #d8000f;
  font-size: 20px;
  font-weight: 700;
  margin: 3px 0 0;
}
.anchor-list-wrap .box .txt-area .txt {
  font-size: 15px;
  letter-spacing: 0.15em;
  line-height: 2;
  margin-top: 23px !important;
  margin-bottom: 18px;
}
.anchor-list-wrap .box .txt-area .info-txt {
  border-top: 1px dashed #dddddd;
  font-size: 15px;
  letter-spacing: 0.15em;
  line-height: 2;
  padding-top: 30px;
}

/* -----------------------------------------------
* archives Module
* archivesページ用
-------------------------------------------------- */
.language-top {
  padding-bottom: 100px;
}
.language-top .btn-wrap {
  margin-top: 77px;
}
.language-top .btn-wrap .c-btn02 {
  background: #fff;
  height: 92px;
  -webkit-box-pack: normal;
  -webkit-justify-content: normal;
  -ms-flex-pack: normal;
  justify-content: normal;
  padding: 20px 30px;
}

/* -----------------------------------------------
* recruit Module
* recruitページ用
-------------------------------------------------- */
.corporate-profile .content-block {
  padding-top: 73px;
  padding-bottom: 100px;
}
.corporate-profile .c-table02 td ul li {
  margin-top: 15px;
}
.corporate-profile .c-table02 td ul li:first-child {
  margin-top: 0;
}

/* -----------------------------------------------
* recruit Module
* recruitページ用
-------------------------------------------------- */
.corporate-profile-csr .content-block {
  padding-top: 73px;
  padding-bottom: 100px;
}
.corporate-profile-csr .c-ttl01 {
  margin-bottom: 45px;
}
.corporate-profile-csr .c-border-content > .txt {
  line-height: 2.1;
}
.corporate-profile-csr .c-border-content .txt {
  word-break: normal;
}
.corporate-profile-csr .c-border-content .txt + .txt {
  margin-top: 20px;
}
.corporate-profile-csr .c-border-content .introduction {
  margin-top: 40px;
}
.corporate-profile-csr .c-border-content .introduction li {
  width: 250px;
  margin-left: 20px;
}
.corporate-profile-csr .c-border-content .introduction li:first-child {
  margin-left: 0;
}
.corporate-profile-csr .c-border-content .introduction li .img {
  border: solid 1px #ddd;
  width: 100%;
  height: 160px;
  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;
}
.corporate-profile-csr .c-border-content .introduction li .name {
  text-align: center;
  font-size: 15px;
  margin-top: 6px;
}

/* -----------------------------------------------
* recruit Module
* recruitページ用
-------------------------------------------------- */
.showrooms .content-block .ttl {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
.showrooms .content-block .map-area {
  max-width: 610px;
  margin: 44px auto 0;
}
.showrooms .content-block .map-area .img {
  margin-bottom: 27px;
}
.showrooms .content-block .map-area .link-wrap {
  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;
}
.showrooms .content-block .map-area .link-wrap .box {
  width: calc((100% - 40px) / 3);
}
.showrooms .content-block .map-area .link-wrap .box .ttl {
  font-size: 21px;
  text-align: left;
  position: relative;
  padding-left: 20px;
}
.showrooms .content-block .map-area .link-wrap .box .ttl:before {
  background: #7bc56b;
  border-radius: 100px;
  content: "";
  display: block;
  height: 15px;
  width: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.showrooms .content-block .map-area .link-wrap .box .ttl:after {
  background: #fff;
  border-radius: 100px;
  content: "";
  display: block;
  height: 9px;
  width: 9px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3px;
  margin: auto;
}
.showrooms .content-block .map-area .link-wrap .box .ttl.num02:before {
  background: #f0b355;
}
.showrooms .content-block .map-area .link-wrap .box .ttl.num03:before {
  background: #efd258;
}
.showrooms .content-block .map-area .link-wrap .box .ttl.num04:before {
  background: #7cb4d2;
}
.showrooms .content-block .map-area .link-wrap .box .ttl.num05:before {
  background: #e4f744;
}
.showrooms .content-block .map-area .link-wrap .box .ttl.num06:before {
  background: #bba2c9;
}
.showrooms .content-block .map-area .link-wrap .box .ttl.num07:before {
  background: #9266a8;
}
.showrooms .content-block .map-area .link-wrap .box .ttl.num08:before {
  background: #e47068;
}
.showrooms .content-block .map-area .link-wrap .box .ttl.num09:before {
  background: #e58b62;
}
.showrooms .content-block .map-area .link-wrap .box .link li {
  display: inline-block;
  position: relative;
  padding-right: 6px;
}
.showrooms .content-block .map-area .link-wrap .box .link li:before {
  background: #333;
  content: "";
  display: block;
  height: 16px;
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.showrooms .content-block .c-table02 {
  margin-top: 90px;
}
.showrooms .content-block .c-table02 .address-ttl {
  margin-bottom: 28px;
}
.showrooms .content-block .c-table02 .address-wrap + .address-wrap {
  margin-top: 29px;
}
.showrooms .content-block .c-table02 .info-list + .info-list {
  margin-top: 29px;
}

/* -----------------------------------------------
* recruit Module
* recruitページ用
-------------------------------------------------- */
.tamahome-value .content-block .ttl {
  font-size: 50px;
  letter-spacing: 0.1em;
  font-weight: 700;
  padding-bottom: 50px;
  border-bottom: 1px solid #dddddd;
  word-break: normal;
  line-height: 1;
  margin-top: 60px;
}
.tamahome-value .content-block .ttl .txt {
  display: block;
  margin-top: 43px;
}
.tamahome-value .content-block .sub-ttl {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 38px 0 10px;
  word-break: normal;
}
.tamahome-value .content-block .small-ttl {
  font-weight: 700;
  margin-top: 20px;
}
.tamahome-value .content-block .txt {
  font-size: 15px;
  letter-spacing: 0.15em;
  line-height: 2;
  word-break: normal;
}
.tamahome-value .content-block .txt + .sub-ttl {
  border-top: 1px solid #dddddd;
  padding-top: 37px;
}
.tamahome-value .content-block .txt .large {
  display: block;
  font-size: 20px;
  font-weight: 700;
  text-indent: 0;
}
.tamahome-value .content-block .c-table02 {
  margin-top: 63px;
}
.tamahome-value .content-block .c-table02 a {
  color: #d8000f;
  text-decoration: underline;
}
.tamahome-value .content-block .box-wrap {
  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;
  margin-top: 85px;
}
.tamahome-value .content-block .box-wrap .img {
  width: 500px;
}
.tamahome-value .content-block .box-wrap .txt-area {
  width: calc(100% - 540px);
}
.tamahome-value .content-block .box-wrap .txt-area .sub-ttl {
  line-height: 1.2;
  margin-top: 0;
}
.tamahome-value .content-block .box-wrap .txt-area .small {
  font-size: 18px;
}
.tamahome-value .content-block .box-wrap + .box-wrap {
  margin-top: 50px;
}
.tamahome-value.chinese .txt,
.tamahome-value.chinese .indent {
  display: inline-block;
  text-indent: 1em;
}
.tamahome-value.chinese.no-indent .txt {
  text-indent: 0;
}

/* -----------------------------------------------
* recruit Module
* recruitページ用
-------------------------------------------------- */
.spanish-csr .c-ttl01 {
  margin-bottom: 30px;
}
.spanish-csr .lead-txt {
  word-break: normal;
  line-height: 2.1;
  font-size: 15px;
  letter-spacing: 0.15em;
  margin-bottom: 55px;
}

/* -----------------------------------------------
* recruit Module
* recruitページ用
-------------------------------------------------- */
.english-officers .officers-area .officers-list li {
  line-height: 1.4;
}
.english-officers .officers-area .officers-list li .name {
  margin-top: 0;
}

/* -----------------------------------------------
* recruit Module
* recruitページ用
-------------------------------------------------- */
.english-corporate .c-table02 th {
  font-size: 18px;
  font-weight: 100;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */

@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media only screen and (min-width: 641px) {
  .inner-block {
    margin: 0 auto;
  }
  .sp {
    display: none !important;
  }

  a[href^="tel:"] {
    pointer-events: none;
  }

  a,
  a::before,
  a::after,
  button {
    -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  }
  .c-header .nav-area {
    background: #fff;
  }
  .c-header .nav-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .c-header .nav-list {
    background: #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;
    width: calc(100% - 240px);
  }
  .c-header .nav-list li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    text-align: center;
  }
  .c-header .nav-list li:first-child a::before {
    content: none;
  }
  .c-header .nav-list li > a,
  .c-header .nav-list li .mega-txt {
    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;
    height: 100%;
    line-height: 1.3;
  }
  .c-header .nav-list li:nth-child(6) .mega-wrap,
  .c-header .nav-list li:nth-child(7) .mega-wrap {
    left: inherit;
    right: 20px;
  }
  .c-header .nav-list .mega-menu-btn a::after {
    border-style: solid;
    border-width: 7px 7px 0 7px;
    border-color: #fff transparent transparent transparent;
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    bottom: -7px;
    right: 0;
    left: 0;
    margin: auto;
    opacity: 0;
  }
  .c-header .nav-list .mega-menu-btn:hover > a {
    color: #d8000f;
  }
  .c-header .nav-list .mega-menu-btn:hover > a::after {
    opacity: 1;
  }
  .c-header .nav-list .mega-menu-btn:hover .mega-wrap {
    opacity: 1;
    pointer-events: auto;
  }
  .c-header .nav-list .mega-wrap {
    padding-top: 20px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    margin: auto;
    max-width: 1360px;
  }
  .c-header .nav-list .mega-wrap .img-list li {
    width: calc((100% - 90px) / 3);
  }
  .c-header .nav-list .mega-wrap .img-list li:not(:nth-child(3n + 1)) {
    margin-left: 45px;
  }
  .c-header .nav-list .mega-wrap .img-list a:hover {
    background: transparent;
    color: #d8000f;
  }
  .c-header .nav-list .mega-wrap .btn-list li {
    width: calc((100% - 78px) / 4);
  }
  .c-header .nav-list .mega-wrap .btn-list li:not(:nth-child(4n + 1)) {
    margin-left: 26px;
  }
  .c-header .nav-list .mega-wrap .btn-list li:nth-child(n + 5) {
    margin-top: 25px;
  }
  .c-header .nav-list .mega-wrap .btn-list a {
    border: 1px solid #ddd;
  }
  .c-header.en .nav-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(100% - 180px);
  }
  .c-header.en .nav-list li::after {
    background: #d8000f;
    content: "";
    display: block;
    height: 3px;
    position: absolute;
    width: calc(100% - 80px);
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    opacity: 0;
  }
  .c-header.en .nav-list li:hover::after {
    opacity: 1;
  }
  .c-header.en .nav-list li > a,
  .c-header.en .nav-list li .mega-txt {
    font-size: 18px;
    letter-spacing: 0.06em;
    padding: 0 40px;
  }
  .c-header.en .nav-list li > a:hover,
  .c-header.en .nav-list li .mega-txt:hover {
    background: #fff;
    color: #333 !important;
  }
  .c-header.en .nav-list .mega-nav {
    display: block;
    width: 100%;
    max-width: 250px;
    margin: auto;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1;
    -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    opacity: 0;
    pointer-events: none;
  }
  .c-header.en .nav-list .mega-nav a:hover::after {
    right: 15px;
    color: #333 !important;
  }
  .c-header.en .contact-btn {
    margin-left: auto;
  }
  .c-header.en .contact-btn.small {
    font-size: 15px;
  }
  .c-header.en .contact-btn a:hover {
    color: #d8000f;
  }
  .colmun3-btn {
    width: 240px;
  }
  .colmun3-btn a {
    border-right: 1px solid #ddd;
    width: 80px;
  }
  .colmun3-btn a:hover {
    background: #fff0f1;
    color: #d8000f;
  }
  .c-footer .contact-block .inner-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .c-footer .contact-box {
    width: 320px;
  }
  .c-footer .box-wrap {
    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;
    padding-left: 135px;
    width: calc(100% - 320px);
  }
  .c-footer .box-wrap .box-inn {
    width: calc((100% - 40px) / 2);
    max-width: 320px;
  }
  .c-footer .box-wrap .box-inn + .box-inn {
    margin-left: 40px;
  }
  .c-footer .box-wrap .box-inn .c-btn01:hover {
    color: #fff !important;
  }
  .c-footer .box-wrap .box-inn .btn-wrap {
    margin-top: 30px;
    position: absolute;
    width: calc(100% - 90px);
    left: 45px;
    bottom: 40px;
  }
  .c-footer .copyright {
    font-size: 16px;
  }
  .c-footer .copyright .inner-block {
    height: 130px;
    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;
  }
  .c-footer .copyright .box01 .logo,
  .c-footer .copyright .box01 .txt {
    display: inline-block;
  }
  .c-footer .copyright .box01 .logo {
    font-size: 16px;
  }
  .c-footer .copyright .box01 .logo img {
    min-height: 30px;
  }
  .c-footer .copyright .box01 .txt {
    margin-left: 20px;
  }
  .c-footer .copyright .box02 .link-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .c-footer .copyright .box02 .link-list li a:hover {
    text-decoration: underline;
  }
  .c-footer .copyright .box02 .txt {
    text-align: right;
  }
  .c-footer.en .copyright .inner-block {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .c-footer.en .copyright .c-footer-wrap {
    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;
  }
  .c-footer.en .copyright .box02 .link-list li a::before {
    bottom: inherit;
    top: 2px;
  }
  .c-footer.en .copyright .box03 .lang-list {
    border: 1px solid #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .c-footer.en .copyright .box03 .lang-list li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .c-footer.en .copyright .box03 .lang-list li a:hover::before {
    right: 20px;
  }
  .c-footer.en .copyright .box03 .lang-list li a:hover {
    color: #fff !important;
  }
  .c-footer.en .copyright .box03 .lang-list li + li a::after {
    background: #fff;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 1px;
    bottom: 0;
    top: 0;
    left: 0;
    margin: auto;
  }
  .c-ttl01.pc-center {
    text-align: center;
  }
  .c-btn01:hover {
    background: #3c3c3c;
    color: #fff;
  }
  .c-btn01.only-txt:hover {
    background: none;
    color: #d8000f;
  }
  .c-btn01.only-txt.white:hover {
    color: #fff;
  }
  .c-btn01.permalink:hover::after {
    background-image: url(../img/common/ico-permalink_white.svg);
  }
  .c-btn02:hover::before {
    right: 15px;
  }
  .paging-area .page-numbers:hover {
    background: #d8000f;
    color: #fff;
    opacity: 1;
  }
  .paging-area .page-numbers.next:hover,
  .paging-area .page-numbers.prev:hover {
    background: #fff;
  }
  .paging-area .page-numbers.next:hover::before {
    right: 10px;
  }
  .detail-mv-block .txt-area .txt-wrap {
    padding: 0 50px;
    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;
  }
  .detail-mv-block .txt-area .txt-wrap .inn {
    padding: 35px 0 35px 30px;
    width: calc(100% - 170px);
  }
  .breadcrumb-list li a:hover {
    text-decoration: underline;
  }
  .c-voice-wrap .box {
    width: calc((100% - 44px) / 2);
  }
  .c-voice-wrap .box:nth-child(n + 3) {
    margin-top: 75px;
  }
  .c-voice-wrap .box a .c-btn01,
  .c-voice-wrap .box a .img {
    -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  }
  .c-voice-wrap .box a:hover .c-btn01 {
    color: #d8000f;
  }
  .c-voice-wrap .txt-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c-voice-wrap .txt-area .inn {
    width: calc(100% - 140px);
    padding-right: 20px;
  }
  .c-voice-wrap .txt-area .btn-wrap {
    width: 140px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .c-side-menu li a:hover {
    background: #fff0f1;
  }
  .c-border-content .arrow-list a:hover {
    color: #d8000f;
  }
  .c-border-content .info-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c-border-content .info-list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .c-border-content .info-list li:nth-child(n + 4) {
    margin-top: 15px;
  }
  .c-border-content .info-list li:nth-child(3n-1) {
    width: 471px;
  }
  .c-border-content .info-list li:not(:nth-child(3n-1)) {
    width: calc((100% - 471px) / 2);
  }
  .c-border-content .info-list li .ttl {
    width: 112px;
  }
  .c-border-content .info-list li .txt {
    padding: 0 15px 0 12px;
    width: calc(100% - 112px);
  }
  .c-media .txt {
    padding: 35px 0 0 45px;
  }
  .c-media.right .txt {
    padding: 35px 45px 0 0;
  }
  .event-appeal-banner:hover {
    border-bottom-color: transparent;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  .c-tag-list li a:hover {
    background: #c9c9c9;
  }
  .c-banner-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;
  }
  .c-banner-list li {
    width: calc((99.9999% - 64px) / 2);
  }
  .c-banner-list a:hover {
    -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0);
  }
  .c-news-list li {
    width: calc((100% - 50px) / 2);
  }
  .c-news-list li:nth-child(1),
  .c-news-list li:nth-child(2) {
    border-top: 1px solid #ddd;
  }
  .c-news-list li:nth-child(even) {
    margin-left: 50px;
  }
  .c-news-list li a:hover {
    background: #fff0f1;
  }
  .c-news-list li a::before {
    background: url(../img/common/ico-arrow-red.svg) no-repeat center center;
    background-size: 17px 14px;
    content: "";
    display: block;
    height: 14px;
    position: absolute;
    width: 17px;
    bottom: 0;
    top: 0;
    right: 10px;
    margin: auto;
  }
  .c-item-list li,
  .real-estate-home .content-area .features-block .item-area li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .c-item-list li:nth-child(n + 3),
  .real-estate-home
    .content-area
    .features-block
    .item-area
    li:nth-child(n + 3) {
    margin-top: 20px;
  }
  .c-item-list li .ttl,
  .real-estate-home .content-area .features-block .item-area li .ttl {
    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;
  }
  .c-item-list li:nth-child(n + 3) {
    margin-top: 0;
  }
  .c-item-list li:nth-child(n + 4) {
    margin-top: 20px;
  }
  .c-item-list li:not(:nth-child(3n + 1)) {
    margin-left: 10px;
  }
  .lineup-block::before {
    background: #fafafa;
    content: "";
    display: block;
    height: calc(100% + 15px);
    position: absolute;
    width: 100%;
    bottom: 0;
    top: -15px;
    left: 0;
    margin: auto;
    z-index: -1;
  }
  .lineup-slider .slick-slide {
    padding-left: 20px;
    padding-bottom: 90px;
  }
  .lineup-slider .txt-area {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 70px;
    left: 0;
    width: 360px;
  }
  .lineup-slider .txt-area .txt {
    margin-top: 30px;
  }
  .thumb-slider {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
  }
  .voice-slider-block .slick-slide + .slick-slide {
    margin-left: 35px;
  }
  .c-img-switch {
    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;
  }
  .c-img-switch .main li .js-img-bg {
    width: 950px;
    height: 520px;
  }
  .c-img-switch .thumb li:first-child {
    margin-top: 0;
  }
  .c-img-switch .thumb li .js-img-bg {
    top: 0;
    left: 0;
    width: 230px;
    height: 122px;
  }
  .c-img-switch.col5 .main {
    width: 982px;
    height: 535px;
  }
  .c-img-switch.col5 .main li .js-img-bg {
    width: 982px;
    height: 535px;
  }
  .c-img-switch.col5 .thumb li {
    width: 195px;
    height: 100px;
  }
  .c-img-switch.col5 .thumb li .js-img-bg {
    width: 195px;
    height: 100px;
  }
  .c-img-switch.col6 .main,
  .c-img-switch.col6 .main li .js-img-bg {
    width: 1000px;
    height: 555px;
  }
  .c-img-switch.col6 .thumb li,
  .c-img-switch.col6 .thumb li .js-img-bg {
    width: 176px;
    height: 85px;
  }
  .c-modelhouse {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .c-modelhouse .txt-area {
    width: calc(100% - 600px);
    padding-right: 40px;
  }
  .c-modelhouse .img-area {
    width: 600px;
  }
  .c-modelhouse .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .c-modelhouse .wrap .ttl {
    width: 112px;
  }
  .c-modelhouse .wrap .txt {
    width: calc(100% - 112px);
    padding-left: 12px;
  }
  .c-modelhouse .btn-wrap .c-btn01 {
    margin: 0;
  }
  .c-paging .page-numbers:hover {
    background: #d3131c;
    color: #fff;
    opacity: 1;
  }
  .c-paging .next:hover {
    background: #fff;
  }
  .c-paging .next:hover::after {
    left: 10px;
  }
  .c-paging .prev:hover {
    background: #fff;
  }
  .c-paging .prev:hover::after {
    right: 10px;
  }
  .c-table02 {
    border: 1px solid #ddd;
  }
  .c-table02 tr + tr {
    border-top: 1px solid #ddd;
  }
  .c-table02 th {
    padding: 22px 20px;
    background: #f9f9f9;
    width: 215px;
  }
  .c-table02 td {
    border-left: 1px solid #ddd;
    padding: 0 20px;
  }
  .c-choosy-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .c-choosy-list li {
    width: calc((99.9999% - 88px) / 3);
  }
  .c-choosy-list li + li {
    margin-left: 44px;
  }
  .c-choosy-list li a .c-btn01,
  .c-choosy-list li .link-area .c-btn01 {
    -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  }
  .c-choosy-list li a:hover .c-btn01,
  .c-choosy-list li .link-area:hover .c-btn01 {
    color: #d8000f;
  }
  .c-choosy-list .img {
    margin-left: auto;
    width: calc(100% - 20px);
  }
  .home .first-block .box a:hover {
    background: #fff0f1;
  }
  .home .first-block .box a::before {
    background: url(../img/common/ico-arrow-sharp.svg) no-repeat center center;
    background-size: 40px 7px;
    content: "";
    display: block;
    height: 7px;
    position: absolute;
    width: 40px;
    bottom: 0;
    top: 0;
    right: 30px;
    margin: auto;
  }
  .home .banner-block .banner-list li a:hover {
    -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0);
  }
  .home .banner-block .banner-slider a:hover {
    -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0);
  }
  .home .news-block .link-area .link:hover {
    text-decoration: underline;
  }
  .backnumber {
    padding-bottom: 150px;
  }
  .backnumber .archive-list > li {
    width: calc((99.9999% - 150px) / 4);
  }
  .backnumber .archive-list > li + li {
    margin-left: 50px;
  }
  .backnumber .archive-list > li:nth-child(4n + 1) {
    margin-left: 0;
  }
  .backnumber .archive-list > li:nth-child(n + 5) {
    margin-top: 45px;
  }
  .backnumber .archive-list a:hover {
    -webkit-transform: translate3d(0, -6px, 0);
    transform: translate3d(0, -6px, 0);
  }
  .backnumber .archive-list a:hover .img {
    -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.1);
  }
  .backnumber .archive-list .img {
    margin-left: 10px;
  }
  .backnumber .detail-block .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .backnumber .detail-block .box:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .backnumber .detail-block .box:nth-child(even) .txt-area {
    padding-right: 0;
    padding-left: 60px;
  }
  .backnumber .detail-block .box:nth-child(even) .img-list {
    margin-left: -140px;
  }
  .backnumber .detail-block .box .txt-area {
    padding-right: 60px;
    width: 510px;
  }
  .backnumber .detail-block .box .img-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 370px);
    margin-right: -140px;
  }
  .backnumber .detail-block .box .img-list li + li {
    margin-left: 10px;
  }
  .backnumber .detail-block .box .img-list li .img::before,
  .backnumber .detail-block .box .img-list li .img::after {
    content: "";
    display: block;
    position: absolute;
    margin: auto;
  }
  .backnumber .detail-block .box .img-list li .img::before {
    border-style: solid;
    border-width: 0 0 60px 60px;
    border-color: transparent transparent #d8000f transparent;
    width: 0;
    height: 0;
    bottom: 0;
    right: 0;
  }
  .backnumber .detail-block .box .img-list li .img::after {
    background: url(../img/common/ico-zoom.svg) no-repeat center center;
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    bottom: 10px;
    right: 10px;
  }
  .voice-detail .detail-mv-block .txt-area {
    padding-top: 20px;
  }
  .voice-detail .detail-mv-block .txt-area .txt-wrap .inn {
    padding: 35px;
  }
  .voice-detail .detail-block .box {
    max-width: calc(100% - 100px);
  }
  .voice-detail .detail-block .box .c-ttl01 {
    position: absolute;
    top: 0;
    padding-bottom: 100px;
  }
  .voice-detail .detail-block .box .txt-area {
    width: 720px;
    margin-top: -100px;
  }
  .voice-detail .detail-block .box.left .c-ttl01 {
    padding-left: 60px;
  }
  .voice-detail .detail-block .box.left .txt-area {
    padding-left: 50px;
    margin-left: auto;
  }
  .voice-detail .detail-block .box.right .c-ttl01 {
    padding-right: 60px;
  }
  .voice-detail .detail-block .box.right .txt-area {
    padding-right: 50px;
    margin-right: auto;
  }
  .voice-detail .gray-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;
  }
  .voice-detail .gray-box .img {
    width: 180px;
    height: 180px;
  }
  .voice-detail .gray-box .img img {
    width: 100%;
    height: 100%;
  }
  .voice-detail .gray-box .txt-area {
    padding-left: 35px;
    width: calc(100% - 180px);
  }
  .voice-detail .gray-box.right {
    flex-direction: row-reverse;
  }
  .voice-detail .gray-box.right .txt-area {
    padding-left: 0;
    padding-right: 35px;
  }
  .voice-detail .slide-block .ttl {
    width: calc(100% - 600px);
    position: absolute;
  }
  .voice-detail .slide-block .c-img-switch {
    /* margin-right: -100px; */
  }
  .voice-detail .slide-block .c-img-switch .thumb {
    /* position: absolute;
    top: 0;
    right: 0;
    width: 500px; */
    margin-bottom: 40px;
  }
  .products .top-content-wrap .banner-list a:hover {
    -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0);
  }
  .products .top-content-wrap .exhibition-content {
    height: 386.6666666667px;
  }
  .products .content-list .img {
    width: 350px;
  }
  .products .content-list .txt-area {
    margin-left: 32px;
    width: calc(100% - 350px - 32px);
  }
  .housemaking .section .ttl {
    line-height: 1.4;
  }
  .housemaking .inherit-section .main-content .txt-area {
    width: calc(100% - 464px - 40px);
  }
  .housemaking .inherit-section .main-content .img-area {
    margin-left: 40px;
    width: 464px;
  }
  .housemaking .inherit-section .sub-content .txt {
    font-size: 15px;
    letter-spacing: 0.15em;
    line-height: 2.4;
  }
  .okinawa .okinawa-img .balloon-list.left {
    left: 118px;
  }
  .okinawa .okinawa-img .balloon-list.right {
    right: 110px;
  }
  .okinawa .okinawa-img .balloon-list a:hover,
  .okinawa .okinawa-img .balloon-list span:hover {
    background: #fff;
  }
  .okinawa .okinawa-img .balloon-list a:hover .txt,
  .okinawa .okinawa-img .balloon-list span:hover .txt {
    color: #d8000f;
  }
  .okinawa .okinawa-img .balloon-list a:hover .balloon,
  .okinawa .okinawa-img .balloon-list span:hover .balloon {
    opacity: 1;
    pointer-events: auto;
  }
  .okinawa.eco .box .c-ttl01 + .txt {
    margin-top: 40px;
  }
  .okinawa.eco .box.box02 .img + .txt {
    margin-top: 30px;
  }
  .lineup .lead-block .input-block {
    margin-right: 20px;
  }
  .lineup .lead-block .input-block .btn-area:first-child {
    margin-right: 20px;
  }
  .lineup .lead-block .accordion dd .content-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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .lineup .area-block .contents .tab_main .content-area .features-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-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .daianshin .tab-btn-area .list li {
    width: calc((100% - 100px) / 5);
  }
  .daianshin .tab-btn-area .list li + li {
    margin-left: 25px;
  }
  .daianshin .tab-btn-area .list li:hover:not(.is-active) a {
    color: #d8000f;
  }
  .daianshin .tab-btn-area.col6 .list li {
    font-size: 13px;
    width: calc((100% - 60px) / 6);
  }
  .daianshin .tab-btn-area.col6 .list li a {
    padding: 18px 25px 18px 10px;
  }
  .daianshin .tab-btn-area.col6 .list li + li {
    margin-left: 12px;
  }
  .daianshin .daianshin02 .lineup-lyt-col3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .daianshin .daianshin02 .lineup-lyt-col3 .lineup-col3-1 {
    width: 544px;
  }
  .daianshin .daianshin02 .lineup-lyt-col3 .lineup-col3-2 {
    padding-left: 50px;
    width: calc(100% - 544px);
  }
  .daianshin .daianshin02 .lineup-lyt-col4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 45px;
  }
  .daianshin .daianshin02 .lineup-lyt-col4 .lineup-col4-2 {
    width: calc((100% - 50px) / 2);
  }
  .daianshin .daianshin02 .lineup-lyt-col4 .lineup-col4-2:nth-child(n + 3) {
    margin-top: 45px;
  }
  .daianshin .daianshin02 .lineup-lyt-col4 .lineup-col4-2:nth-child(even) {
    margin-left: 50px;
  }
  .daianshin .daianshin02 .lineup-lyt-col4 .lineup-col4-2.lineup-col4-2--wide {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .daianshin
    .daianshin02
    .lineup-lyt-col4
    .lineup-col4-2.lineup-col4-2--wide
    > * {
    width: calc((100% - 50px) / 2);
  }
  .daianshin .daianshin02 .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .daianshin .daianshin02 .box .img {
    width: 415px;
  }
  .daianshin .daianshin02 .box .txt-area {
    padding-right: 40px;
    width: calc(100% - 415px);
  }
  .daianshin .daianshin03 .lineup-lyt-col4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .daianshin .daianshin03 .lineup-lyt-col4 .lineup-col4-1 {
    width: 290px;
  }
  .daianshin .daianshin03 .lineup-lyt-col4 .lineup-col4-3 {
    padding-left: 40px;
    width: calc(100% - 290px);
  }
  .daianshin .daianshin03 .lineup-box-step {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .daianshin .daianshin03 .lineup-box-step .lineup-step-image {
    width: 544px;
  }
  .daianshin .daianshin03 .lineup-box-step .lineup-step-text {
    padding-left: 50px;
    width: calc(100% - 544px);
  }
  .daianshin .daianshin04 .lineup-lyt-col3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .daianshin .daianshin04 .lineup-lyt-col3 .lineup-col3-1 {
    width: 544px;
  }
  .daianshin .daianshin04 .lineup-lyt-col3 .lineup-col3-2 {
    padding-left: 50px;
    width: calc(100% - 544px);
  }
  .daianshin .daianshin04 .lineup-lyt-col4 .lineup-col4-1 {
    width: 270px;
  }
  .daianshin .daianshin04 .lineup-lyt-col4 .lineup-col4-1 + .lineup-col4-1 {
    margin-left: 35px;
  }
  .daianshin .daianshin04 .lineup-lyt-col4 .lineup-col4-1.sp-full {
    width: 290px;
  }
  .daianshin .daianshin04 .lineup-lyt-col4 .lineup-col4-3 {
    padding-left: 40px;
    width: calc(100% - 290px);
  }
  .daianshin .daianshin04 .lineup-lyt-col4 .lineup-col4-2 {
    padding-left: 50px;
    width: calc(100% - 270px * 2 - 35px);
  }
  .daianshin .daianshin04 .lineup-lyt-col4.right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .daianshin .daianshin04 .lineup-lyt-col4.right .lineup-col4-2 {
    padding-left: 0;
    padding-right: 50px;
  }
  .daianshin .daianshin04 .lineup-lyt-col4.right .lineup-col4-3 {
    padding-left: 0;
    padding-right: 40px;
  }
  .daianshin .daianshin05 .lineup-lyt-col3 .lineup-col3-1 {
    width: 544px;
  }
  .daianshin .daianshin05 .lineup-lyt-col3 .lineup-col3-2 {
    padding-left: 50px;
    width: calc(100% - 544px);
  }
  .daianshin .daianshin05 .lineup-lyt-col4 .lineup-col4-1 {
    width: 270px;
  }
  .daianshin .daianshin05 .lineup-lyt-col4 .lineup-col4-1 + .lineup-col4-1 {
    margin-left: 35px;
  }
  .daianshin
    .daianshin05
    .lineup-lyt-col4
    .lineup-col4-1
    + .lineup-col4-1
    + .lineup-col4-2 {
    margin-left: 50px;
  }
  .daianshin .daianshin05 .lineup-lyt-col4 .lineup-col4-1.sp-full {
    width: 290px;
  }
  .daianshin .daianshin05 .lineup-lyt-col4 .lineup-col4-3 {
    padding-left: 40px;
    width: calc(100% - 290px);
  }
  .daianshin .daianshin05 .lineup-lyt-col4 .lineup-col4-2 {
    width: 575px;
  }
  .daianshin .daianshin05 .lineup-lyt-col4 .lineup-col4-2 + .lineup-col4-2 {
    margin-left: 50px;
  }
  .daianshin .daianshin05 .lineup-lyt-col4.right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .daianshin .daianshin05 .lineup-lyt-col4.right .lineup-col4-3 {
    padding-left: 0;
    padding-right: 40px;
  }
  .daianshin .daianshin05 .lineup-lyt-col4.col-img03 .lineup-col4-2 {
    width: 383px;
  }
  .daianshin
    .daianshin05
    .lineup-lyt-col4.col-img03
    .lineup-col4-2
    + .lineup-col4-2 {
    margin-left: 25px;
  }
  .daianshin .daianshin05 .lineup-col4-3 .lineup-lyt-col3 .lineup-col3-1 {
    margin-left: 20px;
    width: calc((99.99% - 40px) / 3);
  }
  .daianshin
    .daianshin05
    .lineup-col4-3
    .lineup-lyt-col3
    .lineup-col3-1:nth-child(3n + 1) {
    margin-left: 0;
  }
  .daianshin
    .daianshin05
    .lineup-col4-3
    .lineup-lyt-col3
    .lineup-col3-1:nth-child(n + 4) {
    margin-top: 20px;
  }
  .daianshin .daianshin05 .lineup-box-step .lineup-step-image,
  .daianshin .daianshin05 .lineup-box-step .lineup-step-text {
    width: 575px;
  }
  .daianshin .daianshin05 .lineup-box-step .lineup-step-text {
    margin-left: 50px;
  }
  .daianshin .daianshin05 .lineup-box-step.left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .daianshin .daianshin05 .lineup-box-step.left .lineup-step-text {
    margin-left: 0;
    margin-right: 50px;
  }
  .daianshin .lineup-facility-nav li:hover {
    color: #d8000f;
  }
  .daianshin .lineup-facility-nav li + li {
    margin-left: 30px;
  }
  .daianshin.daichi .lineup-picture.long-hei {
    text-align: center;
  }
  .daianshin.daichi .lineup-picture.long-hei img {
    height: 376px;
    width: auto;
  }
  .daianshin .lineup-picture.long-hei img,
  .daianshin .lineup-picture.long-hei-da img {
    height: 570px;
    width: auto;
  }
  .daianshin.premium .daianshin06 .lineup-lyt-col3 .lineup-col3-1 {
    width: 544px;
  }
  .daianshin.premium .daianshin06 .lineup-lyt-col3 .lineup-col3-2 {
    padding-left: 50px;
    width: calc(100% - 544px);
  }
  .daianshin.premium .daianshin06 .lineup-lyt-col4 .lineup-col4-1 {
    width: 270px;
  }
  .daianshin.premium
    .daianshin06
    .lineup-lyt-col4
    .lineup-col4-1
    + .lineup-col4-1 {
    margin-left: 35px;
  }
  .daianshin.premium
    .daianshin06
    .lineup-lyt-col4
    .lineup-col4-1
    + .lineup-col4-1
    + .lineup-col4-2 {
    margin-left: 50px;
  }
  .daianshin.premium .daianshin06 .lineup-lyt-col4 .lineup-col4-1.sp-full {
    width: 290px;
  }
  .daianshin.premium .daianshin06 .lineup-lyt-col4 .lineup-col4-3 {
    padding-left: 40px;
    width: calc(100% - 290px);
  }
  .daianshin.premium .daianshin06 .lineup-lyt-col4 .lineup-col4-2 {
    width: 575px;
  }
  .daianshin.premium
    .daianshin06
    .lineup-lyt-col4
    .lineup-col4-2
    + .lineup-col4-2 {
    margin-left: 50px;
  }
  .daianshin.premium .daianshin06 .lineup-lyt-col4.right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .daianshin.premium .daianshin06 .lineup-lyt-col4.right .lineup-col4-3 {
    padding-left: 0;
    padding-right: 40px;
  }
  .daianshin.premium
    .daianshin06
    .lineup-col4-3
    .lineup-lyt-col3
    .lineup-col3-1 {
    margin-left: 20px;
    width: calc((99.99% - 40px) / 3);
  }
  .daianshin.premium
    .daianshin06
    .lineup-col4-3
    .lineup-lyt-col3
    .lineup-col3-1:nth-child(3n + 1) {
    margin-left: 0;
  }
  .daianshin.premium
    .daianshin06
    .lineup-col4-3
    .lineup-lyt-col3
    .lineup-col3-1:nth-child(n + 4) {
    margin-top: 20px;
  }
  .daianshin.premium .daianshin06 .lineup-box-step .lineup-step-image,
  .daianshin.premium .daianshin06 .lineup-box-step .lineup-step-text {
    width: 575px;
  }
  .daianshin.premium .daianshin06 .lineup-box-step .lineup-step-text {
    margin-left: 50px;
  }
  .daianshin.premium .daianshin06 .lineup-box-step.left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .daianshin.premium .daianshin06 .lineup-box-step.left .lineup-step-text {
    margin-left: 0;
    margin-right: 50px;
  }
  .daianshin .kibou-img-wrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .daianshin.kibou .c-img-switch + .lineup-lyt-col4 .lineup-col4-1 {
    width: calc((100% - 70px) / 3);
  }
  .daianshin .lineup-lyt-col4 .lineup-col4-2.half {
    width: calc((100% - 20px) / 2) !important;
    padding-left: 0 !important;
  }
  .daianshin .lineup-lyt-col4 .lineup-col4-2.half + .half {
    margin-left: 20px;
  }
  .daianshin .galleri_img-block .lineup-lyt-col4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .daianshin .galleri_img-block .lineup-lyt-col4 .lineup-col4-2 {
    width: calc((100% - 20px) / 2);
  }
  .daianshin
    .galleri_img-block
    .lineup-lyt-col4
    .lineup-col4-2:nth-child(even) {
    margin-left: 20px;
  }
  .daianshin .galleri_img-block .lineup-lyt-col4 + .lineup-lyt-col4 {
    margin-top: 30px;
  }
  .daianshin.green-eco .daianshin04 .lineup-lyt-col4 .lineup-col4-2 {
    width: 545px;
  }
  .wodden-house .content-block.inner-block {
    padding: 93px 0 120px;
  }
  .archives .archive-link-list .link-list .box .link a:hover {
    text-decoration: underline;
  }
  .archives .reason-section .box:nth-child(3n + 2) {
    margin: 0 45px;
  }
  .archives .reason-section .box:not(:nth-child(-n + 3)) {
    margin-top: 81px;
  }
  .c-archives-list li {
    width: calc((100% - 80px) / 3);
  }
  .c-archives-list li:not(:nth-child(3n + 1)) {
    margin-left: 40px;
  }
  .c-archives-list li:nth-child(n + 4) {
    margin-top: 40px;
  }
  .real-estate-home .area-section .map-block {
    width: calc(100% - 210px);
    padding-right: 60px;
  }
  .real-estate-home .content-area .features-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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .kodatebunjyo .inner-block {
    padding: 0;
  }
  .kodatebunjyo .btn-wrap.contact-area {
    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;
  }
  .kodatebunjyo .btn-wrap.contact-area .c-btn01 {
    margin: 0;
    width: 280px;
  }
  .kodatebunjyo .btn-wrap.contact-area .c-btn01 + .c-btn01 {
    margin-left: 40px;
  }
  .kodatebunjyo .img-wrap .box .img {
    pointer-events: none;
  }
  .kodatebunjyo .img-wrap-gallery:not(.col-large) .box:nth-child(n + 5) {
    margin-top: 20px;
  }
  .kodatebunjyo .img-wrap-gallery:not(.col-large) .box:not(:nth-child(4n + 1)) {
    margin-left: 20px;
  }
  .kodatebunjyo .img-wrap-gallery.col-large .box.large:nth-child(even) {
    margin-left: 20px;
  }
  .kodatebunjyo .img-wrap-gallery.col-large .box:nth-child(n + 3) {
    margin-top: 20px;
  }
  .kodatebunjyo
    .img-wrap-gallery.col-large
    .box:nth-child(n + 3):not(:nth-child(4n + 3)) {
    margin-left: 20px;
  }
  .kodatebunjyo .img-wrap-gallery .box {
    width: calc((100% - 60px) / 4);
  }
  .kodatebunjyo .img-wrap-gallery .box.large {
    width: calc((100% - 20px) / 2);
  }
  .modelhouse-detail .article-mv-block {
    height: 210px;
  }
  .modelhouse-detail .inner-block {
    padding: 0;
  }
  .modelhouse-detail .map-wrap .map {
    height: 620px;
  }
  .modelhouse-top {
    padding-bottom: 130px;
  }
  .modelhouse-top .archive-link-list .link-list .box .link a:hover {
    text-decoration: underline;
  }
  .event .paging-area .page-numbers:hover {
    border-color: #d8000f;
  }
  .news .news-contents-block a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
  .notice_inner .is-sp {
    display: none;
  }
  .notice_inner .contact-box .ttl-area .ttl,
  .notice_inner .contact-box .ttl-area .txt {
    display: inline-block;
    vertical-align: middle;
  }
  .notice_inner .contact-box .ttl-area .ttl {
    margin-right: 10px;
  }
  .company .link-list li:nth-child(3n + 2) {
    margin: 0 45px;
  }
  .company .link-list li:not(:nth-child(-n + 3)) {
    margin-top: 40px;
  }
  .company .link-list li:hover {
    background: #fff0f1;
  }
  .recruit .content-block .box-wrap .box-inn:nth-child(2) {
    margin: 0 45px;
  }
  .tvcm .tvcm-contents-area .channel-link a {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .tvcm .tvcm-contents-area .channel-link a:hover {
    opacity: 0.7;
  }
  .group-company .box .link:hover {
    color: #d8000f;
  }
  .message-company .main-block .ttl-img {
    width: 850px;
  }
  .company-info .c-table02 a:hover {
    text-decoration: underline;
  }
  .event .event-list .box .txt-area a:hover {
    text-decoration: underline;
  }
  .officers .officers-area .officers-list li {
    width: 150px;
  }
  .officers .officers-area .officers-list li:not(:nth-child(6n + 1)) {
    margin-left: 50px;
  }
  .officers .officers-area .officers-list li:nth-child(n + 7) {
    margin-top: 35px;
  }
  .officers .officers-area .officers-list.col2 {
    max-width: 350px;
  }
  .officers .officers-area .officers-list.col2 li:not(:nth-child(6n + 1)) {
    margin-left: 0;
  }
  .officers .officers-area .officers-list.col2 li:nth-child(even) {
    margin-left: 50px;
  }
  .officers .officers-area .officers-list.col2 li:nth-child(n + 3) {
    margin-top: 35px;
  }
  .officers .officers-area .officers-list.col3 {
    max-width: 550px;
  }
  .officers .officers-area .officers-list.col3 li:not(:nth-child(6n + 1)) {
    margin-left: 0;
  }
  .officers .officers-area .officers-list.col3 li:nth-child(3n-1) {
    margin: 0 50px;
  }
  .officers .officers-area .officers-list.col3 li:nth-child(n + 4) {
    margin-top: 35px;
  }
  .disclaimer .box .sub-box a:hover {
    text-decoration: underline;
  }
  .service .content-block .box-wrap .box:nth-child(2) {
    margin: 0 45px;
  }
  .service .content-block .box a:hover,
  .service .content-block .txt-box a:hover,
  .c-service-box-wrap .box a:hover,
  .c-service-box-wrap .txt-box a:hover {
    -webkit-transform: translate3d(0, -6px, 0);
    transform: translate3d(0, -6px, 0);
  }
  .service .content-block .box a:hover .img,
  .service .content-block .txt-box a:hover .img,
  .c-service-box-wrap .box a:hover .img,
  .c-service-box-wrap .txt-box a:hover .img {
    -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.1);
  }
  .service .content-block .box a:hover .c-btn01,
  .service .content-block .txt-box a:hover .c-btn01,
  .c-service-box-wrap .box a:hover .c-btn01,
  .c-service-box-wrap .txt-box a:hover .c-btn01 {
    color: #d8000f;
  }
  .c-service-box-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .c-service-box-wrap .txt-box:not(:nth-child(3n + 1)) {
    margin-left: 25px;
  }
  .service .txt-box a,
  .c-service-box-wrap .txt-box a {
    padding-bottom: 45px;
  }
  .service .txt-box .btn-wrap,
  .c-service-box-wrap .txt-box .btn-wrap {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .hlc .news-block .inner-block {
    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 55px;
  }
  .hlc .news-block .ttl {
    padding-right: 70px;
    width: 215px;
  }
  .hlc .news-block .ttl::before {
    background: #9d9d9d;
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    bottom: 0;
    top: 0;
    right: 45px;
    margin: auto;
  }
  .hlc .news-block .news-list {
    width: calc(100% - 215px);
  }
  .hlc .news-block .news-list a:hover {
    text-decoration: none;
  }
  .hlc .service-block .inner-block {
    padding: 0;
  }
  .hlc .service-block .anchor-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;
  }
  .hlc .service-block .anchor-list li {
    width: calc((100% - 50px) / 2);
  }
  .hlc .service-block .anchor-list a:hover {
    background: #fff0f1;
  }
  .hlc .box-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .hlc .service-cont .box-wrap .box {
    width: calc((100% - 20px) / 2);
  }
  .hlc .service-cont .box-wrap .box:nth-child(even) {
    margin-left: 20px;
  }
  .hlc .service-cont .box-wrap .box:nth-child(n + 3) {
    margin-top: 20px;
  }
  .hlc .service-cont .box-wrap .box .flex-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .hlc .service-cont .box-wrap .box .flex-wrap .txt {
    width: 255px;
  }
  .hlc .service-cont .box-wrap .box .flex-wrap .img {
    padding-left: 15px;
    width: calc(100% - 255px);
    text-align: right;
  }
  .hlc .service-cont .service-wrap {
    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;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
  }
  .hlc .service-cont .service-wrap .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: calc((100% - 35px) / 2);
  }
  .hlc .service-cont .service-wrap .box .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;
    width: 170px;
    text-align: center;
  }
  .hlc .service-cont .service-wrap .box .list {
    width: calc(100% - 170px);
    padding-left: 12px;
    text-align: center;
  }
  .hlc .service-cont .service-wrap .box .list li {
    background: #fafafa;
    border: 1px solid #ddd;
  }
  .hlc .service-cont .service-wrap .box .col2,
  .hlc .service-cont .service-wrap .box .col3 {
    display: inline-block;
  }
  .hlc .service-cont .service-wrap .box .col2 {
    width: calc((100% - 6px) / 2);
  }
  .hlc .service-cont .service-wrap .box .col3 {
    width: calc((100% - 12px) / 3);
  }
  .hlc .service-cont .service-wrap .box.box01 .list li {
    padding: 2px;
  }
  .hlc .service-cont .service-wrap .box.box01 .list li:nth-child(n + 4) {
    position: absolute;
    top: 0;
    right: 0;
    width: 176px;
    padding: 10px 0;
    margin-top: 0;
  }
  .hlc .service-cont .service-wrap .box.box01 .list li:nth-child(5) {
    right: 183px;
  }
  .hlc .service-cont .service-wrap .box.box01 .list li:nth-child(4) {
    right: 367px;
  }
  .hlc .service-cont .service-wrap .box.box02 {
    padding-top: 70px;
  }
  .hlc .service-cont .service-wrap .box.box03 {
    margin-top: -30px;
  }
  .hlc .service-cont .service-wrap .box.box03 li {
    padding: 24px 5px;
  }
  .hlc .service-cont .service-wrap .box.box04 {
    margin-top: 20px;
  }
  .hlc .service-cont .service-wrap .box.box02 li,
  .hlc .service-cont .service-wrap .box.box04 li {
    padding: 10px 5px;
  }
  .hlc .service-cont .top3-block .top-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;
  }
  .hlc .service-cont .top3-block .top-list li {
    width: calc((100% - 50px) / 3);
  }
  .hlc .service-cont .top3-block .top-list li .ttl {
    text-align: center;
  }
  .hlc .service-cont .plan-block .box.col2 {
    margin: 10px 0;
    width: calc((100% - 10px) / 2);
  }
  .hlc .service-cont .plan-block .box.col2 + .col2 {
    margin-left: 10px;
  }
  .hlc .service-cont .plan-block .box .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .hlc .service-cont .plan-block .box .wrap .inn {
    width: 50%;
  }
  .hlc .service-cont .plan-block .box .wrap .inn.txt-area {
    padding-left: 20px;
    padding-top: 35px;
  }
  .hlc .service-cont .plan-block .box .wrap .txt-area .btn-wrap a:hover {
    opacity: 0.7;
  }
  .hlc .service-cont .flow-block .flow-list li {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .credit .contact-block {
    display: block;
    width: 466px;
  }
  .loan .content-block.inner-block {
    padding: 70px 0;
  }
  .loan.foundation .lead-block .anchor-box a:hover {
    background: #fff0f1;
  }
  .loan.foundation .lead-block .anchor-box.anc2 a:hover {
    background-color: transparent;
    opacity: 0.7;
  }
  .loan.foundation .lead-block .anchor-box {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .loan.examination .content-block.inner-block {
    padding-top: 62px;
  }
  .flat35 .column-block .main-block .img-block .img-area {
    width: 760px;
    margin-left: auto;
    margin-right: auto;
  }
  .flat35 .column-block .main-block .step-block .box .link-area a:hover {
    text-decoration: none;
  }
  .faq .anchor-list li + li {
    margin-left: 25px;
  }
  .faq .anchor-list li a:hover {
    background: #fff0f1;
  }
  .faq .faq-block .box .ttl:hover {
    background: #f2f2f2;
  }
  .guarantee .c-border-content .img {
    width: 940px;
  }
  .guarantee .border-list li {
    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;
  }
  .guarantee .border-list li .txt {
    padding-left: 20px;
    width: calc(100% - 115px);
  }
  .step {
    padding-bottom: 130px;
  }
  .step .sp-aco {
    display: block;
  }
  .privacy .box .sub-box a:hover {
    text-decoration: underline;
  }
  .jikken .content-block .movie-area .box-wrap .box-inn:last-child {
    margin-left: 20px;
  }
  .planttrees .content-block.inner-block {
    padding: 120px 0;
  }
  .sitemap .content-block .link-wrap .link-list li:not(:nth-child(4n + 1)) {
    margin-left: 27px;
  }
  .sitemap .content-block .link-wrap .link-list li:nth-child(n + 5) {
    margin-top: 29px;
  }
  .sitemap .content-block .link-wrap .link-list li:hover {
    background: #fff0f1;
  }
  .sitemap .content-block .inner-block {
    padding: 90px 20px 0;
  }
  .sitemap .content-block .banner-wrap .inner-block {
    padding-top: 0;
  }
  .reform .content-block .link-wrap .link-list li:not(:nth-child(5n + 1)) {
    margin-left: 25px;
  }
  .reform .content-block .link-wrap .link-list li:hover {
    background: #fff0f1;
  }
  .reform .content-block .box-wrap .box:nth-child(3n + 2) {
    margin: 0 45px;
  }
  .reform .content-block .box-wrap .box:nth-child(n + 4) {
    margin-top: 60px;
  }
  .reform.list .item-wrap .item:nth-child(3n + 2) {
    margin: 0 45px;
  }
  .reform.list .item-wrap .item:nth-child(n + 4) {
    margin-top: 72px;
  }
  .reform.detail .detail-mv-block:before {
    background: #fff;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 103px;
  }
  .reform.detail .content-block .box-wrap .box:nth-child(3n + 2) {
    margin: 0;
  }
  .reform.detail .content-block .box-wrap .box:nth-child(2n + 2) {
    margin-left: 50px;
  }
  .reform.detail .content-block .box-wrap .box:nth-child(n + 4) {
    margin-top: 0;
  }
  .reform.detail .content-block .box-wrap .box:nth-child(n + 3) {
    margin-top: 72px;
  }
  .reform.detail .content-block {
    padding: 0 20px;
  }
  .reform.detail .content-block .inner-block {
    padding: 0;
  }
  .reform-faq .content-block .link-wrap .link-list li:not(:nth-child(5n + 1)) {
    margin-left: 25px;
  }
  .reform-faq .content-block .link-wrap .link-list li:hover {
    background: #fff0f1;
  }
  .menu-wrap .menu-list-wrap .box:not(:nth-child(4n + 1)) {
    margin-left: 27px;
  }
  .menu-wrap .menu-list-wrap .box:nth-child(n + 5) {
    margin-top: 39px;
  }
  .menu-wrap .menu-list-wrap .box a:hover {
    background: #fff0f1;
  }
  .language-top .btn-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .language-top .btn-wrap .c-btn02 {
    margin-left: 45px;
  }
  .language-top .btn-wrap .c-btn02:first-child {
    margin-left: 0;
  }
  .language-top .btn-wrap .c-btn02::before {
    right: 20px;
  }
  .language-top .btn-wrap .c-btn02:hover::before {
    right: 10px;
  }
  .corporate-profile .c-table02 td {
    padding: 22px 20px;
  }
  .corporate-profile-csr .c-border-content {
    text-align: justify;
  }
  .corporate-profile-csr .c-border-content .txt-img {
    padding-right: 297px;
    position: relative;
  }
  .corporate-profile-csr .c-border-content .txt-img img {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .corporate-profile-csr .c-border-content .introduction {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .showrooms .content-block .map-area .link-wrap .box:nth-child(n + 4) {
    margin-top: 37px;
  }
  .showrooms .content-block .c-table02 td {
    padding: 29px 20px;
  }
  .showrooms .content-block.inner-block {
    padding: 77px 20px 180px;
  }
  .tamahome-value .content-block .c-table02 td {
    padding: 20px;
  }
  .tamahome-value .content-block.inner-block {
    padding-bottom: 150px;
  }
}

@media only screen and (max-width: 640px) {
  body {
    font-size: 14px;
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }

  .outer-block {
    min-width: 320px;
  }

  .inner-block {
    padding: 0 15px;
    width: auto;
  }

  #wrapper {
    min-width: 320px;
    position: relative;
    overflow: hidden;
  }

  input[type="submit"] {
    -webkit-text-size-adjust: 100%;
  }

  input,
  select,
  textarea {
    font-size: 16px !important;
  }

  .pc {
    display: none !important;
  }
  main {
    margin-top: 55px;
  }
  .c-header {
    font-size: 14px;
  }
  .c-header .nav-area {
    background: #d8000f;
  }
  .c-header .logo {
    width: 160px;
  }
  .c-header .logo a {
    height: 55px;
    padding: 7px 18px;
  }
  .c-header .nav-wrap {
    background: #d8000f;
    position: fixed;
    top: 55px;
    right: 0;
    width: 100%;
    max-height: calc(100% - 55px);
    height: 100%;
    overflow: auto;
    opacity: 0;
    padding: 20px 17px;
    pointer-events: none;
    -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    z-index: 100;
  }
  .c-header .nav-wrap.is-open {
    opacity: 1;
    pointer-events: auto;
  }
  .c-header .nav-wrap .colmun3-btn + .nav-list {
    margin-top: 10px;
  }
  .c-header .nav-list li + li {
    margin-top: 10px;
  }
  .c-header .nav-list li > a,
  .c-header .nav-list li .mega-txt {
    background: #fff;
    border-radius: 5px;
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding: 15px;
    padding-right: 50px;
    position: relative;
  }
  .c-header .nav-list li:not(.mega-menu-btn) a::before,
  .c-header .nav-list li:not(.mega-menu-btn) .mega-txt::before {
    background: url(../img/common/ico-arrow-sharp.svg) no-repeat center center;
    background-size: 28px 5px;
    content: "";
    display: block;
    height: 5px;
    position: absolute;
    width: 28px;
    bottom: 5px;
    top: 0;
    right: 15px;
    margin: auto;
  }
  .c-header .nav-list .mega-menu-btn {
    background: #fff;
    border-radius: 5px;
    position: relative;
    -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  }
  .c-header .nav-list .mega-menu-btn::before,
  .c-header .nav-list .mega-menu-btn::after {
    background: #d8000f;
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    position: absolute;
    top: 25px;
    right: 20px;
    margin: auto;
    -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  }
  .c-header .nav-list .mega-menu-btn.is-active {
    border-radius: 5px;
  }
  .c-header .nav-list .mega-menu-btn.is-active::after {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 0;
  }
  .c-header .nav-list .mega-menu-btn::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .c-header .nav-list .mega-menu-btn > a {
    width: calc(100% - 60px);
  }
  .c-header .nav-list .mega-menu-btn > a::before {
    content: none;
  }
  .c-header .nav-list .mega-wrap {
    margin-top: 0;
    display: none;
  }
  .c-header .nav-list .mega-wrap .mega-menu {
    background: transparent;
    padding: 0 15px 15px;
  }
  .c-header .nav-list .mega-wrap .img-list li {
    width: calc((100% - 10px) / 2);
    margin: 0;
  }
  .c-header .nav-list .mega-wrap .img-list li:nth-child(even) {
    margin-left: 10px;
  }
  .c-header .nav-list .mega-wrap .img-list li:nth-child(n + 3) {
    margin-top: 10px;
  }
  .c-header .nav-list .mega-wrap .img-list a .txt {
    font-size: 13px;
    margin-top: 10px;
  }
  .c-header .nav-list .mega-wrap .img-list a {
    padding: 0;
  }
  .c-header .nav-list .mega-wrap .img-list a::before {
    content: none;
  }
  .c-header .nav-list .mega-wrap .img-list + .btn-list {
    margin-top: 20px;
  }
  .c-header .nav-list .mega-wrap .btn-list li {
    display: block;
    width: 100%;
    margin: 0;
  }
  .c-header .nav-list .mega-wrap .btn-list a {
    border-top: 1px solid #ddd;
    border-radius: 0;
    padding: 10px 30px 10px 5px;
  }
  .c-header .nav-list .mega-wrap .btn-list a::before {
    right: 10px;
  }
  .c-header.en .nav-list .mega-nav {
    display: none;
    padding-top: 12px;
    position: relative;
  }
  .c-header.en .nav-list .mega-nav a {
    background: white;
    font-size: 14px;
    padding: 10px 15px;
  }
  .c-header.en .nav-list .mega-nav a + a::before {
    width: calc(100% - 20px);
  }
  .c-header.en .nav-list .mega-nav::before {
    border-width: 0 6px 6px 6px;
    top: 6px;
    opacity: 1;
  }
  .c-header.en .contact-btn {
    max-width: 200px;
    margin: 20px auto 0;
  }
  .c-header.en .contact-btn a .ico {
    width: 40px;
  }
  .c-header.en .contact-btn a .inn {
    width: calc(100% - 40px);
  }
  .c-header.en .contact-btn a {
    padding: 10px;
    width: 100%;
  }
  .c-header.en .contact-btn a::before {
    content: none;
  }
  .c-header .colmun3-btn {
    border-bottom: none;
  }
  .c-header .colmun3-btn a {
    border-radius: 5px;
    padding: 17px 0;
    width: calc((100% - 24px) / 3);
  }
  .c-header .colmun3-btn a + a {
    border: none;
    margin-left: 12px;
  }
  .c-header .colmun3-btn a .ico {
    height: 30px;
    padding-top: 0;
  }
  .c-header .colmun3-btn a .ico img {
    max-height: 25px;
    max-width: 25px;
  }
  .c-header .colmun3-btn a .inn {
    padding-top: 5px;
  }
  .colmun3-btn.sp {
    border-top: 1px solid #ddd;
    position: fixed;
    width: 100%;
    z-index: 10;
    bottom: 0;
  }
  .colmun3-btn a {
    width: calc(99.9999% / 3);
    padding-bottom: 12px;
  }
  .colmun3-btn a + a {
    border-left: 1px solid #ddd;
  }
  .colmun3-btn a .ico {
    height: 45px;
  }
  .colmun3-btn a .inn {
    font-size: 11px;
  }
  .colmun3-btn a:nth-child(1) img {
    width: 18px;
  }
  .c-footer {
    font-size: 14px;
  }
  .c-footer .contact-block {
    background-image: url("../img/common/bg-footer-sp.jpg");
    padding-top: 40px;
    padding-bottom: 35px;
  }
  .c-footer .contact-box .ttl {
    font-size: 22px;
  }
  .c-footer .contact-box .ttl.small {
    font-size: 15px;
  }
  .c-footer .contact-box .txt {
    font-size: 12px;
    margin: 12px 0 30px;
  }
  .c-footer .contact-box .tag-list {
    margin-top: 16px;
  }
  .c-footer .contact-box .tag-list li {
    font-size: 12px;
    max-width: 96px;
    padding: 5px 0;
  }
  .c-footer .contact-box .tel {
    font-size: 25px;
    margin-top: 17px;
    margin-bottom: 35px;
    padding-left: 35px;
  }
  .c-footer .contact-box .tel::before {
    background-size: 10px 11px;
    height: 26px;
    width: 26px;
  }
  .c-footer .box-wrap .box-inn {
    padding: 30px;
  }
  .c-footer .box-wrap .box-inn + .box-inn {
    margin-top: 18px;
  }
  .c-footer .box-wrap .box-inn .ttl {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .c-footer .box-wrap .box-inn .txt {
    font-size: 12px;
  }
  .c-footer .box-wrap .box-inn .btn-wrap {
    margin-top: 20px;
  }
  .c-footer .box-wrap .box-inn:nth-child(2) .ttl {
    padding-left: 30px;
  }
  .c-footer .box-wrap .box-inn:nth-child(2) .ttl::before {
    background-size: 22px 16px;
    width: 22px;
    height: 16px;
  }
  .c-footer .copyright {
    font-size: 14px;
  }
  .c-footer .copyright .inner-block {
    text-align: center;
    padding-top: 35px;
    padding-bottom: 30px;
  }
  .c-footer .copyright .box01 {
    text-align: center;
  }
  .c-footer .copyright .box01 .logo,
  .c-footer .copyright .box01 .txt {
    margin: auto;
  }
  .c-footer .copyright .box01 .logo {
    font-size: 14px;
    width: 104px;
  }
  .c-footer .copyright .box01 .txt {
    margin-top: 10px;
    font-size: 12px;
  }
  .c-footer .copyright .box02 .link-list {
    margin-top: 20px;
  }
  .c-footer .copyright .box02 .link-list li {
    display: inline-block;
    vertical-align: middle;
  }
  .c-footer .copyright .box02 .link-list li + li {
    margin-left: 13px;
  }
  .c-footer .copyright .box02 .link-list li a {
    font-size: 11px;
  }
  .c-footer .copyright .box02 .txt {
    font-size: 10px;
  }
  .c-footer.en .copyright .box02 .link-list {
    text-align: left;
  }
  .c-footer.en .copyright .box02 .link-list li {
    border-bottom: 1px solid #ef999f;
    display: block;
  }
  .c-footer.en .copyright .box02 .link-list li + li {
    margin-left: 0;
  }
  .c-footer.en .copyright .box02 .link-list li:nth-child(1) {
    border-top: 1px solid #ef999f;
  }
  .c-footer.en .copyright .box02 .link-list li a {
    display: block;
    font-size: 11px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .c-footer.en .copyright .box03 {
    margin-top: 20px;
  }
  .c-footer.en .copyright .box03 .lang-list li {
    border: 1px solid #fff;
  }
  .c-footer.en .copyright .box03 .lang-list li a::before {
    background-size: 28px 5px;
    width: 28px;
    height: 5px;
    top: -4px;
    right: 15px;
  }
  .c-footer.en .copyright .box03 .lang-list li a {
    font-size: 13px;
    padding: 15px;
  }
  .c-footer.en .copyright .box03 .lang-list li + li {
    margin-top: 10px;
  }
  .c-footer.en .copyright .box03 .txt {
    margin-top: 28px;
  }
  .c-ttl01 .large {
    font-size: 22px;
  }
  .c-ttl01 .small {
    font-size: 15px;
  }
  .c-ttl02 {
    font-size: 20px;
  }
  .c-btn01 {
    font-size: 13px;
    height: 45px;
    max-width: 240px;
  }
  .c-btn01.only-txt {
    color: #d8000f;
    font-size: 11px;
    padding-right: 37px;
  }
  .c-btn01.only-txt::before {
    background-size: 28px 5px;
    height: 5px;
    width: 28px;
    bottom: 2px;
  }
  .c-btn01.only-txt.white::before {
    background-size: 28px 5px;
  }
  .c-btn01.permalink::after {
    left: 15px;
  }
  .c-btn02 {
    font-size: 15px;
    width: 100%;
    height: 60px;
    max-width: 400px;
  }
  .c-btn02::before {
    right: 20px;
  }
  .dot-bg {
    background-size: 50px 50px;
  }
  .c-anchor {
    top: -65px;
  }
  .num-count {
    font-size: 11px;
  }
  .paging-area .page-numbers {
    height: 36px;
    line-height: 36px;
    margin: 0 2px;
    text-align: center;
    width: 36px;
  }
  .article-mv-block {
    background-image: url(../img/common/mv_sp.jpg);
    height: 265px;
  }
  .article-mv-block .ttl .main {
    font-size: 25px;
  }
  .article-mv-block .ttl .sub {
    font-size: 15px;
  }
  .detail-mv-block {
    padding-bottom: 70px;
  }
  .detail-mv-block .mv .js-img-bg {
    height: 380px;
    position: relative;
  }
  .detail-mv-block .mv .js-img-bg::before {
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0)),
      to(rgba(0, 0, 0, 0.6))
    );
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.6) 100%
    );
    background-size: 100% 100%;
    content: "";
    display: block;
    height: 120px;
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
  .detail-mv-block .breadcrumb-list {
    line-height: 1.2;
    padding-bottom: 0;
    position: absolute;
    bottom: calc(100% + 13px);
    left: 0;
    width: 100%;
  }
  .detail-mv-block .breadcrumb-list li {
    color: #fff;
  }
  .detail-mv-block .breadcrumb-list li + li::before {
    background: #fff;
  }
  .detail-mv-block .breadcrumb-list li a {
    color: #fff;
  }
  .detail-mv-block .c-tag-list {
    margin-top: 15px;
  }
  .detail-mv-block .txt-area {
    border-radius: 5px;
    margin: -50px auto 0;
    padding: 20px;
    width: calc(100% - 30px);
  }
  .detail-mv-block .txt-area .ttl {
    font-size: 25px;
  }
  .detail-mv-block .txt-area .name {
    font-size: 15px;
  }
  .detail-mv-block .txt-area .txt-wrap .inn {
    margin-top: 15px;
  }
  .detail-mv-block .txt-area .txt-wrap .inn .txt + .txt {
    margin-top: 5px;
  }
  .breadcrumb-list {
    padding: 10px 0;
  }
  .breadcrumb-list li {
    font-size: 10px;
  }
  .breadcrumb-list li + li {
    margin-left: 20px;
  }
  .breadcrumb-list li + li::before {
    top: 6px;
    left: -13px;
  }
  .c-voice-wrap {
    margin-top: 40px;
    display: block;
  }
  .c-voice-wrap .box + .box {
    margin-top: 40px;
  }
  .c-voice-wrap .box .num-count {
    left: -13px;
  }
  .c-voice-wrap .box:nth-child(odd) .num-count {
    right: -13px;
    left: inherit;
  }
  .c-voice-wrap .box:nth-child(n + 3) {
    display: none;
  }
  .c-voice-wrap .txt-area {
    margin-top: -14px;
  }
  .c-voice-wrap .txt-area .btn-wrap {
    margin-top: 10px;
  }
  .c-voice-wrap .slick-list {
    margin-left: -15px;
  }
  .c-voice-wrap .img {
    /* margin-right: -15px; */
  }
  .c-voice-wrap .img img{
    width: 100%;
  }
  .c-voice-wrap .ttl {
    font-size: 20px;
    padding-left: 4px;
  }
  .c-movie-block {
    padding-top: 60px;
  }
  .c-movie-block .ttl {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .c-movie-block .movie {
    border-width: 3px;
  }
  .c-movie-block .btn-wrap {
    margin-top: 25px;
  }
  .jstream-eqPlayer {
    width: 100% !important;
    height: 0 !important;
    padding-top: 56.25% !important;
  }
  .jstream-eqPlayer .eq-h5_player {
    position: absolute;
    top: 0;
    left: 0;
  }
  .ico-movie::before {
    width: 40px;
    height: 40px;
  }
  .ico-movie::after {
    border-width: 9px 0 9px 12px;
    left: 4px;
  }
  .c-side-menu {
    width: 100%;
  }
  .c-border-content {
    padding: 25px 0;
  }
  .c-border-content .sub-ttl {
    font-size: 20px;
    line-height: 1.4;
  }
  .c-border-content > .txt {
    font-size: 13px;
    letter-spacing: 0.12em;
    line-height: 2.3;
  }
  .c-border-content .arrow-list a {
    font-size: 13px;
  }
  .c-border-content .info-list {
    padding: 20px;
  }
  .c-border-content .info-list + .info-list {
    margin-top: 15px;
  }
  .c-border-content .info-list li + li {
    margin-top: 10px;
  }
  .c-border-content .info-list li:last-child .txt {
    display: block !important;
  }
  .c-border-content .info-list li .ttl {
    display: inline-block;
    font-size: 12px;
    margin-bottom: 5px;
    min-width: 72px;
  }
  .c-border-content .info-list li .txt {
    font-size: 13px;
    display: inline;
  }
  .c-media .img {
    height: 208px;
  }
  .c-media .ttl {
    height: 208px;
  }
  .c-media .txt {
    margin-top: 16px;
  }
  .c-media + .c-media {
    margin-top: 100px;
  }
  .c-contact-box {
    padding: 25px 14px;
  }
  .c-contact-box .ttl {
    font-size: 20px;
  }
  .c-contact-box a {
    font-size: 30px;
    padding-left: 38px;
  }
  .c-contact-box a::before {
    background-size: 11px 11px;
    width: 28px;
    height: 28px;
  }
  .c-contact-box .txt {
    font-size: 12px;
  }
  .event-area {
    margin-top: 25px;
  }
  .event-appeal-banner {
    padding: 20px 25px;
  }
  .event-appeal-banner .txt {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .event-appeal-banner .txt.small {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .event-appeal-banner .note {
    font-size: 11px;
  }
  .link-box-wrap .box .ttl {
    font-size: 20px;
  }
  .link-box-wrap .box .txt {
    font-size: 13px;
    margin-top: 12px;
  }
  .link-box-wrap .box {
    width: 100%;
    padding: 24px 20px 35px;
  }
  .link-box-wrap .box + .box {
    margin-top: 25px;
  }
  .link-box-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 60px;
  }
  .c-tag-list li a {
    font-size: 10px;
    margin-right: 5px;
    margin-bottom: 5px;
    letter-spacing: 0.02em;
    padding: 3px 4px;
  }
  .c-banner-list {
    margin: 60px -15px 0;
  }
  .c-banner-list li + li {
    margin-top: 8px;
  }
  .c-banner-list .img img {
    width: 100%;
  }
  .c-banner-list a .ttl {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .c-banner-list a .txt {
    font-size: 13px;
    line-height: 1.6;
  }
  .c-banner-list a .c-btn01 {
    bottom: 17px;
    right: 20px;
  }
  .c-news-list li {
    width: 100%;
  }
  .c-news-list li:first-child {
    border-top: 1px solid #ddd;
  }
  .c-news-list li:nth-child(n + 4) {
    display: none;
  }
  .c-news-list li a {
    padding: 14px 10px;
  }
  .c-news-list li .ttl {
    font-size: 13px;
  }
  .circle-list li {
    font-size: 13px;
    padding-left: 15px;
  }
  .circle-list li::before {
    top: 8px;
  }
  .c-item-list,
  .real-estate-home .content-area .features-block .item-area {
    margin-bottom: 20px;
  }
  .c-item-list,
  .real-estate-home .content-area .features-block .item-area {
    margin-top: 22px;
  }
  .c-item-list li,
  .real-estate-home .content-area .features-block .item-area li {
    width: 100%;
  }
  .c-item-list li .ttl,
  .real-estate-home .content-area .features-block .item-area li .ttl {
    font-size: 12px;
    padding: 2px 10px;
    width: 80px;
  }
  .c-item-list li .txt,
  .real-estate-home .content-area .features-block .item-area li .txt {
    font-size: 14px;
    padding: 8px 10px;
  }
  .lineup-block {
    height: 100%;
    top: 0;
    background: #fafafa;
    padding-top: 115px;
    padding-bottom: 60px;
  }
  .lineup-block .c-ttl01 {
    margin-top: -170px;
    margin-bottom: 25px;
  }
  .lineup-block .btn-wrap {
    margin-top: 45px;
  }
  .lineup-slider .img {
    margin-left: 15px;
    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;
  }
  .lineup-slider .img::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: #000;
    opacity: 0.2;
    height: 100%;
    width: 100%;
    z-index: 1;
  }
  .lineup-slider .img .ttl {
    margin: auto;
    position: absolute;
    text-align: center;
    z-index: 2;
  }
  .lineup-slider .img .ttl img {
    max-height: 50px;
  }
  .lineup-slider .txt-area {
    padding: 20px 15px;
    position: relative;
  }
  .lineup-slider .txt-area .cat-area {
    position: absolute;
    left: 15px;
    top: -30px;
    z-index: 2;
  }
  .lineup-slider .txt-area .cat-area .cat {
    color: #fff;
    background: #d8000f;
  }
  .lineup-slider .txt-area .c-btn01 {
    margin-top: 15px;
  }
  .thumb-slider {
    max-width: 285px;
  }
  .thumb-slider .slick-slide {
    margin: 0 5px;
  }
  .thumb-slider .slick-arrow {
    width: 18px;
    height: 18px;
    bottom: 6px;
  }
  .thumb-slider .slick-arrow::before {
    width: 6px;
    height: 6px;
    top: 5px;
  }
  .thumb-slider .slick-arrow.slick-prev {
    left: -23px;
  }
  .thumb-slider .slick-arrow.slick-prev::before {
    right: -2px;
  }
  .thumb-slider .slick-arrow.slick-next {
    right: -23px;
  }
  .thumb-slider .slick-arrow.slick-next::before {
    left: -2px;
  }
  .voice-slider-block {
    margin-top: 50px;
  }
  .voice-slider-block .c-voice-wrap {
    margin: 0 -30px 0 -15px;
  }
  .voice-slider-block .c-voice-wrap .box:nth-child(n + 3) {
    display: block;
  }
  .voice-slider-block .slick-slide {
    padding-top: 35px;
  }
  .voice-slider-block .slick-slide {
    margin: 0 15px;
  }
  .voice-slider-block .slick-dots {
    margin-top: 35px;
  }
  .voice-slider-block .c-btn01.only-txt {
    padding-right: 52px;
  }
  .voice-slider-block .c-btn01.only-txt::before {
    right: 15px;
  }
  .c-img-switch .main {
    width: 100%;
    height: 0;
    padding-top: 54%;
  }
  .c-img-switch .main li {
    width: 100%;
  }
  .c-img-switch .main li .js-img-bg {
    width: 100%;
    height: 0;
    padding-top: 54%;
  }
  .c-img-switch .thumb {
    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;
  }
  .c-img-switch .thumb li {
    width: calc((100% - 24px) / 4);
    height: auto;
  }
  .c-img-switch .thumb li + li {
    margin-left: 8px;
  }
  .c-img-switch .thumb li .js-img-bg {
    width: 100%;
    height: 0;
    padding-top: 53%;
  }
  .c-img-switch .thumb .active::before {
    border-width: 1px;
  }
  .c-img-switch .thumb .active::after {
    border-right: 5px solid transparent;
    border-bottom: 5px solid #d3131c;
    border-left: 5px solid transparent;
    height: 5px;
    width: 10px;
    bottom: auto;
    top: -19px;
    left: 0;
    right: 0;
  }
  .c-img-switch.col5 .thumb li {
    width: calc((100% - 20px) / 5);
    height: auto;
  }
  .c-img-switch.col5 .thumb li + li {
    margin-left: 5px;
  }
  .c-img-switch.col6 .thumb li {
    width: calc((100% - 20px) / 6);
    height: auto;
  }
  .c-img-switch.col6 .thumb li + li {
    margin-left: 4px;
  }
  .c-modelhouse .txt-area {
    margin-top: 20px;
  }
  .c-modelhouse .house-ttl {
    font-size: 20px;
    margin-bottom: 18px;
    padding-left: 34px;
  }
  .c-modelhouse .house-ttl::after {
    height: 38px;
    width: 25px;
    top: -5px;
  }
  .c-modelhouse .wrap .ttl {
    display: inline-block;
    font-size: 12px;
    margin-bottom: 3px;
    min-width: 72px;
  }
  .c-modelhouse .wrap .txt {
    font-size: 13px;
  }
  .c-modelhouse .wrap + .wrap {
    margin-top: 10px;
  }
  .c-modelhouse .btn-wrap {
    margin-top: 20px;
  }
  .c-paging {
    margin: 35px auto;
  }
  .c-paging .page-numbers {
    height: 30px;
    line-height: 31px;
    margin: 0 2px;
    width: 30px;
  }
  .c-paging .next {
    width: 30px;
    margin-bottom: -10px;
  }
  .c-paging .next::after {
    height: 10px;
    width: 12px;
  }
  .c-paging .prev {
    width: 30px;
    margin-bottom: -10px;
  }
  .c-paging .prev::after {
    height: 10px;
    width: 12px;
  }
  .c-table01 th {
    font-size: 15px;
    line-height: 1.3;
    padding: 10px;
    width: 40px;
  }
  .c-table01 td {
    font-size: 13px;
    line-height: 1.9;
    padding: 15px;
  }
  .c-table02 th,
  .c-table02 td {
    display: block;
  }
  .c-table02 tr + tr th {
    margin-top: 15px;
  }
  .c-table02 th {
    font-size: 15px;
  }
  .c-table02 td {
    font-size: 13px;
  }
  .c-table03 th,
  .c-table03 td {
    padding: 12px;
  }
  .c-table03 th {
    font-size: 13px;
    line-height: 1.3;
    width: 105px;
  }
  .c-table03 td {
    font-size: 12px;
  }
  .c-table03 td.small {
    width: 60px;
  }
  .c-table04 tr + tr th {
    padding-top: 26px;
  }
  .c-table04 tr + tr td {
    margin-top: 1px;
  }
  .c-table04 tr {
    padding-bottom: 25px;
  }
  .c-table04 th {
    font-size: 15px;
    padding-bottom: 2px;
  }
  .c-table04 td .month {
    width: 40px;
  }
  .c-table04 td {
    font-size: 13px;
    line-height: 1.5;
  }
  .c-table04 td .txt {
    letter-spacing: 0.15em;
    width: calc(100% - 40px);
  }
  .c-choosy-list {
    margin: 30px -20px 0;
  }
  .c-choosy-list .txt-area {
    margin-top: -16px;
  }
  .c-choosy-list .ttl {
    font-size: 20px;
  }
  .c-choosy-list .ttl .inn {
    padding-left: 4px;
  }
  .c-choosy-list .ttl .inn + .inn {
    margin-top: 5px;
  }
  .c-choosy-list .btn-wrap {
    margin-top: 10px;
    padding-right: 10px;
  }
  .c-choosy-list .slick-slide {
    margin: 5px;
  }
  .c-choosy-list .slick-dots {
    margin-top: 20px;
  }
  .home .mv-block .inner-block .ttl {
    font-size: 42px;
    bottom: 135px;
  }
  .home .mv-block .mv-slider .js-img-bg {
    padding-top: 111%;
  }
  .home .mv-block .mv-slider .slick-dots {
    bottom: 20px;
  }
  .home .first-block {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .home .first-block .inner-block.emergency .box:last-child {
    padding-bottom: 20px;
  }
  .home .first-block .box a {
    padding: 15px 27px 50px 30px;
  }
  .home .first-block .box a .c-btn01 {
    position: absolute;
    bottom: 18px;
    right: 20px;
  }
  .home .first-block .box .ttl {
    font-size: 15px;
  }
  .home .first-block .box .ttl::before {
    top: 6px;
  }
  /*
  .home .first-block .box .txt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
*/
  .home .mv-banner-block {
    padding: 20px 0;
  }
  .home .mv-banner-block .banner-list {
    padding: 0 15px;
  }
  .home .mv-banner-block .banner-list li + li {
    margin-top: 12px;
  }
  .home .banner-block {
    padding-top: 5px;
    padding-bottom: 30px;
  }
  .home .banner-block .banner-list {
    padding: 0 15px;
  }
  .home .banner-block .banner-list li + li {
    margin-top: 12px;
  }
  .home .banner-block .banner-slider {
    margin-left: -15px;
  }
  .home .banner-block .banner-slider .slick-slide {
    padding-top: 15px;
    margin-left: 15px;
  }
  .home .banner-block .banner-slider li {
    margin-top: 12px;
  }
  .home .banner-block .banner-slider .slick-dots {
    padding-top: 5px;
  }
  .home .news-block .news-ttl {
    font-size: 25px;
  }
  .home .news-block {
    padding-bottom: 110px;
  }
  .home .news-block .btn-wrap {
    margin-top: 25px;
  }
  .home .owner-block {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .home .owner-block > .btn-wrap {
    margin-top: 35px;
  }
  .home .owner-block .c-voice-wrap .img {
    margin: 0 -20px;
  }
  .home .tama20-block .bg-wrap .bg {
    background-size: auto 160px;
  }
  .home .tama20-block .bg-wrap .bg.bg02 {
    background-position: calc(50% - -80px) center;
  }
  .home .tama20-block .bg-wrap .bg {
    height: 160px;
  }
  .home .tama20-block .bg-wrap .img {
    width: 144px;
    margin: auto;
    top: 60px;
  }
  .home .tama20-block .txt-area {
    border-radius: 5px;
    padding: 28px 25px 30px;
    margin: -60px auto auto;
    width: calc(100% - 30px);
  }
  .home .tama20-block .ttl {
    font-size: 22px;
  }
  .home .tama20-block .txt {
    font-size: 13px;
    margin-top: 15px;
    text-align: left;
  }
  .home .tama20-block .btn-wrap {
    margin-top: 20px;
  }
  .home .choosy-block {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .backnumber .content-block {
    padding-bottom: 110px;
  }
  .backnumber .read-txt {
    font-size: 13px;
    margin: 15px 0 25px;
  }
  .backnumber .archive-list > li {
    width: calc((99.9999% - 15px) / 2);
  }
  .backnumber .archive-list > li + li {
    margin-left: 15px;
  }
  .backnumber .archive-list > li:nth-child(2n + 1) {
    margin-left: 0;
  }
  .backnumber .archive-list > li:nth-child(n + 3) {
    margin-top: 30px;
  }
  .backnumber .archive-list .ttl .inn {
    font-size: 18px;
  }
  .backnumber .archive-list .txt-area .c-tag-list {
    margin-top: 15px;
  }
  .backnumber .archive-list .txt-area .txt {
    margin-top: 7px;
    font-size: 13px;
  }
  .backnumber .detail-block {
    padding-top: 60px;
  }
  .backnumber .detail-block .box + .box {
    margin-top: 60px;
  }
  .backnumber .detail-block .box .ttl {
    font-size: 26px;
    margin-bottom: 13px;
  }
  .backnumber .detail-block .box .img-list {
    margin: 25px auto 0;
  }
  .backnumber .detail-block .box .img-list li {
    max-width: 390px;
  }
  .backnumber .detail-block .box .img-list li + li {
    margin-top: 25px;
  }
  .backnumber .detail-block .box .img-list li:nth-child(odd) {
    margin-left: -15px;
  }
  .backnumber .detail-block .box .img-list li:nth-child(odd) .txt {
    text-align: right;
  }
  .backnumber .detail-block .box .img-list li:nth-child(even) {
    margin-right: -15px;
    margin-left: auto;
  }
  .backnumber .detail-block .box .img-list li:nth-child(even) .txt {
    text-align: left;
  }
  .backnumber .detail-block .box .img-list li .img {
    pointer-events: none;
  }
  .voice {
    padding-bottom: 75px;
  }
  .voice .lead-txt {
    font-size: 13px;
    line-height: 1.5;
    margin-top: 15px;
  }
  .voice .lineup-block {
    margin-top: 110px;
  }
  .voice-detail {
    padding-bottom: 50px;
  }
  .voice-detail .detail-mv-block {
    padding-bottom: 20px;
  }
  .voice-detail .detail-mv-block .txt-area .txt-wrap .inn .txt {
    font-size: 13px;
    text-align: left;
  }
  .voice-detail .detail-mv-block .txt-area .num {
    font-size: 120px;
    right: -10px;
    top: -105px;
  }
  .voice-detail .detail-block {
    padding-top: 60px;
  }
  .voice-detail .detail-block .box + .box {
    margin-top: 55px;
  }
  .voice-detail .detail-block .box .c-ttl01,
  .voice-detail .detail-block .box .img {
    height: 210px;
  }
  .voice-detail .detail-block .box .c-ttl01 {
    min-width: inherit;
    padding: 0 20px;
  }
  .voice-detail .detail-block .box .c-ttl01 .large {
    font-size: 23px;
  }
  .voice-detail .detail-block .box .inn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .voice-detail .detail-block .box .img {
    width: calc(100% - 100px);
  }
  .voice-detail .detail-block .box .txt-area {
    padding: 20px 15px 0;
  }
  .voice-detail .detail-block .box .txt-area .txt {
    font-size: 13px;
  }
  .voice-detail .detail-block .box.left .img {
    margin-right: 0;
  }
  .voice-detail .detail-block .box.right .inn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .voice-detail .detail-block .box.right .img {
    margin-left: 0;
  }
  .voice-detail .gray-box {
    border-radius: 5px;
    margin: 30px 0 60px;
    padding: 15px 18px;
    min-height: 180px;
  }
  .voice-detail .gray-box .img {
    width: 90px;
    height: 90px;
    float: right;
    margin-left: 13px;
  }
  .voice-detail .gray-box .img img {
    object-fit: cover;
    height: 100%;
  }
  .voice-detail .gray-box .ttl {
    font-size: 15px;
  }
  .voice-detail .gray-box .txt {
    font-size: 12px;
  }
  .voice-detail .slide-block {
    margin-top: 50px;
  }
  .voice-detail .slide-block .ttl {
    font-size: 25px;
    margin-bottom: 15px;
    padding: 0 15px;
  }
  .voice-detail .slide-block .c-img-switch {
    display: flex;
    flex-direction: column-reverse;
  }
  .voice-detail .slide-block .c-img-switch .main {
    height: 0;
    padding-top: 41%;
  }
  .voice-detail .slide-block .c-img-switch .main li .js-img-bg {
    height: 0;
    padding-top: 41%;
  }
  .voice-detail .slide-block .c-img-switch .thumb {
    padding: 0 15px;
    margin-top: 15px;
    justify-content: center;
    max-width: 100%;
    width: 100%;
    column-gap: 0;
  }
  .voice-detail .slide-block .c-img-switch .thumb li {
    width: calc((100% - 24px) / 4);
    height: auto;
  }
  .voice-detail .slide-block .c-img-switch .thumb li .js-img-bg {
    height: 0;
    padding-top: 41%;
    min-width: auto;
  }
  .voice-detail .slide-block .c-img-switch .thumb li::before,
  .voice-detail .slide-block .c-img-switch .thumb li .js-img-bg {
    border-radius: 5px;
  }
  .voice-detail .slide-block .c-img-switch .thumb li.active::after {
    border-top-color: transparent;
    border-bottom-color: #d8000f;
    bottom: inherit;
    top: -12px;
  }
  .voice-detail .lineup-block {
    margin-top: 110px;
  }
  .products {
    padding-bottom: 64px;
  }
  .products .article-mv-block {
    background-image: url(../img/common/mv_sp.jpg);
    line-height: 1.5;
  }
  .products .ttl-area {
    margin-top: 25px;
  }
  .products .ttl-area .ttl {
    font-size: 25px;
  }
  .products .lead-txt {
    font-size: 15px;
    line-height: 1.5;
    margin-top: 15px;
  }
  .products .top-content-wrap {
    margin-top: 45px;
  }
  .products .top-content-wrap .banner-list {
    margin: 0 -15px 0;
  }
  .products .top-content-wrap .banner-list li + li {
    margin-top: 10px;
  }
  .products .top-content-wrap .banner-list a .c-btn01 {
    margin-top: 25px;
  }
  .products .top-content-wrap .exhibition-content {
    margin-top: 20px;
    padding: 25px 20px 34px;
  }
  .products .top-content-wrap .exhibition-content .txt {
    text-align: left;
  }
  .products .top-content-wrap .ttl {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .products .top-content-wrap .txt {
    font-size: 13px;
    line-height: 1.7;
    letter-spacing: 0.1em;
  }
  .products .top-content-wrap .btn-wrap {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .products .top-content-wrap .btn-wrap > a {
    width: 240px;
  }
  .products .top-content-wrap .btn-wrap > a + a {
    margin-top: 15px;
  }
  .products .content-list {
    margin-top: 50px;
  }
  .products .content-list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .products .content-list li + li {
    margin-top: 50px;
  }
  .products .content-list .img {
    height: 0;
    padding-top: 100%;
  }
  .products .content-list .ttl {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 16px;
  }
  .products .content-list .txt {
    font-size: 13px;
    margin-top: 16px;
  }
  .products .content-list .c-btn01 {
    margin: 30px auto 0;
  }
  .housemaking {
    padding-bottom: 50px;
  }
  .housemaking .article-mv-block {
    line-height: 1.5;
  }
  .housemaking .lead-txt {
    font-size: 15px;
    line-height: 1.5;
    margin-top: 15px;
  }
  .housemaking .section .txt {
    font-size: 13px;
    letter-spacing: 0.12em;
    line-height: 2.3;
  }
  .housemaking .section .txt-small {
    font-size: 11px;
    line-height: 1.8;
    letter-spacing: 0.15em;
  }
  .housemaking .section + .section {
    margin-top: 55px;
  }
  .housemaking .media-section {
    margin-top: 43px;
  }
  .housemaking .cost-section .content {
    margin-top: 25px;
  }
  .housemaking .cost-section .sub-ttl {
    font-size: 20px;
    line-height: 1.3;
    position: relative;
    padding-left: 40px;
  }
  .housemaking .cost-section .sub-ttl::before {
    font-size: 22px;
    position: absolute;
    left: 0;
  }
  .housemaking .cost-section .img {
    margin: 15px -15px 0;
  }
  .housemaking .inherit-section .ttl {
    font-size: 24px;
  }
  .housemaking .inherit-section .txt {
    letter-spacing: 0.15em;
  }
  .housemaking .inherit-section .lead-txt-area {
    margin-top: 16px;
  }
  .housemaking .inherit-section .lead-txt-area .txt-small {
    margin-top: 40px;
  }
  .housemaking .inherit-section .sub-ttl {
    font-size: 20px;
    line-height: 1.4;
  }
  .housemaking .inherit-section .content-wrap {
    margin-top: 30px;
  }
  .housemaking .inherit-section .content {
    padding: 25px 0;
  }
  .housemaking .inherit-section .main-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .housemaking .inherit-section .main-content .txt-area .txt {
    margin-top: 4px;
  }
  .housemaking .inherit-section .main-content .img-area {
    margin-top: 20px;
  }
  .housemaking .inherit-section .main-content .img-area .txt-small {
    margin-top: 19px;
  }
  .housemaking .inherit-section .sub-content .txt {
    margin-top: 8px;
  }
  .housemaking .inherit-section .sub-content .txt-small {
    margin-top: 6px;
  }
  .housemaking .measure-section .txt {
    margin-top: 16px;
  }
  .housemaking .measure-section .img {
    margin-top: 42px;
  }
  .okinawa {
    padding-bottom: 75px;
  }
  .okinawa .content-block {
    margin-top: 25px;
  }
  .okinawa .lead-txt {
    font-size: 15px;
  }
  .okinawa .okinawa-img {
    margin: 25px -15px 0;
    padding: 30px 0 15px;
  }
  .okinawa .okinawa-img img {
    width: 375px;
  }
  .okinawa .okinawa-img .balloon-list {
    width: 100px;
    height: 130px;
    top: 5px;
  }
  .okinawa .okinawa-img .balloon-list.left {
    left: 0;
    right: 265px;
  }
  .okinawa .okinawa-img .balloon-list.left .balloon {
    right: inherit;
    left: 0;
  }
  .okinawa .okinawa-img .balloon-list.left .balloon::before {
    left: -130px;
  }
  .okinawa .okinawa-img .balloon-list.right {
    left: 265px;
    right: 0;
  }
  .okinawa .okinawa-img .balloon-list.right .balloon {
    left: inherit;
    right: 0;
  }
  .okinawa .okinawa-img .balloon-list.right .balloon::before {
    right: -130px;
  }
  .okinawa .okinawa-img .balloon-list li + li {
    margin-top: 3px;
  }
  .okinawa .okinawa-img .balloon-list a,
  .okinawa .okinawa-img .balloon-list span {
    background: #fff;
    padding: 2px;
  }
  .okinawa .okinawa-img .balloon-list a .txt,
  .okinawa .okinawa-img .balloon-list span .txt {
    color: #d8000f;
  }
  .okinawa .okinawa-img .balloon-list a.is-active,
  .okinawa .okinawa-img .balloon-list span.is-active {
    background: #fff;
  }
  .okinawa .okinawa-img .balloon-list a.is-active .txt,
  .okinawa .okinawa-img .balloon-list span.is-active .txt {
    color: #d8000f;
  }
  .okinawa .okinawa-img .balloon-list a.is-active .balloon,
  .okinawa .okinawa-img .balloon-list span.is-active .balloon {
    opacity: 1;
    pointer-events: auto;
  }
  .okinawa .okinawa-img .balloon-list .txt {
    font-size: 10px;
  }
  .okinawa .product-area {
    margin-top: 28px;
  }
  .okinawa .product-area .ttl {
    font-size: 20px;
  }
  .okinawa .product-area .txt {
    margin-top: 17px;
    text-align: left;
  }
  .okinawa .product-area .btn-wrap {
    margin-top: 20px;
  }
  .okinawa.eco .box .c-ttl01 .small {
    margin-top: 5px;
  }
  .okinawa.eco .box .img {
    margin-top: 25px;
  }
  .okinawa.eco .box .txt {
    font-size: 20px;
    margin-top: 20px;
  }
  .okinawa.eco .box + .box {
    margin-top: 40px;
  }
  .lineup {
    padding-bottom: 50px;
  }
  .lineup .inner-block {
    padding: 0 15px;
    width: 100%;
  }
  .lineup .article-mv-block {
    background-image: url(../img/common/mv_sp.jpg);
    line-height: 1.5;
  }
  .lineup .lead-block {
    padding: 20px;
    margin-top: 40px;
  }
  .lineup .lead-block .lead-txt {
    font-size: 20px;
  }
  .lineup .lead-block .sub-txt {
    font-size: 13px;
    margin-top: 12px;
  }
  .lineup .lead-block .input-block {
    margin-top: 15px;
  }
  .lineup .lead-block .input-block .btn-area:first-child {
    margin-bottom: 15px;
  }
  .lineup .lead-block .input-block .btn-area .btn-select {
    font-size: 13px;
    width: 240px;
  }
  .lineup .lead-block .input-block .btn-area .btn-select::after {
    height: 7px;
    width: 12px;
    right: 15px;
  }
  .lineup .lead-block .submit-btn {
    font-size: 16px;
    padding: 13px;
    width: 100%;
    max-width: 300px;
    margin-top: 23px;
  }
  .lineup .lead-block .accordion {
    margin-top: 18px;
  }
  .lineup .lead-block .accordion dt {
    font-size: 14px;
    padding-right: 14px;
  }
  .lineup .lead-block .accordion dt::after {
    height: 12px;
    position: absolute;
    width: 12px;
    bottom: 3px;
    left: 243px;
  }
  .lineup .lead-block .accordion dd .content-block .txt-area {
    margin-right: 0;
    font-size: 13px;
  }
  .lineup .lead-block .accordion dd .content-block .img-area {
    text-align: center;
    margin-top: 10px;
    min-width: auto;
  }
  .lineup .lead-block .accordion dd .content-block .img-area .modal_content {
    width: 100%;
  }
  .lineup .lead-block .accordion dd .clause {
    font-size: 13px;
    margin-top: 10px;
  }
  .lineup .lead-block .accordion dd .clause::after {
    height: 12px;
    width: 12px;
    left: 60px;
  }
  .lineup .area-block {
    margin-top: 50px;
  }
  .lineup .area-block .tabBox .tabArea .one_tab {
    width: calc(50% - 5px);
    font-size: 13px;
  }
  .lineup .area-block .tabBox .tabArea .one_tab:nth-child(n + 3) {
    margin-top: 10px;
  }
  .lineup .area-block .tabBox .tabArea .one_tab .tab_inner {
    padding: 18px 10px;
  }
  .lineup .area-block .tabBox .one_tab.select .tab_inner::after {
    border-top: 5px solid #d8000f;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    height: 5px;
    width: 10px;
    bottom: -5px;
  }
  .lineup
    .area-block
    .tabBox
    .tabArea.bottom
    .one_tab.select
    .tab_inner::after {
    border-right: 5px solid transparent;
    border-bottom: 5px solid #d8000f;
    border-left: 5px solid transparent;
    height: 5px;
    width: 10px;
    top: -5px;
  }
  .lineup .area-block .contents .tab_main {
    padding: 40px 0;
  }
  .lineup .area-block .contents .tab_main .content-area {
    margin-top: 45px;
  }
  .lineup .area-block .contents .tab_main .content-area .ttl-area .ttl {
    width: 12rem;
    margin: 0 auto 13px;
  }
  .lineup .area-block .contents .tab_main .content-area .ttl-area .sub-ttl {
    font-size: 13px;
    padding: 1px 5px;
  }
  .lineup .area-block .contents .tab_main .content-area .c-img-switch {
    margin-top: 23px;
  }
  .lineup
    .area-block
    .contents
    .tab_main
    .content-area
    .features-block
    .item-area {
    margin-top: 20px;
    width: 100%;
  }
  .lineup
    .area-block
    .contents
    .tab_main
    .content-area
    .features-block
    .item-area
    ul
    li {
    font-size: 12px;
    padding: 1px 5px;
    margin-right: 7px;
  }
  .lineup
    .area-block
    .contents
    .tab_main
    .content-area
    .features-block
    .item-area
    .txt {
    font-size: 13px;
    margin-top: 16px;
  }
  .lineup
    .area-block
    .contents
    .tab_main
    .content-area
    .features-block
    .btn-wrap
    .c-btn01 {
    margin-top: 17px;
  }
  .lineup .area-block .contents .tab_main .sub-content {
    margin-top: 50px;
  }
  .lineup .area-block .contents .tab_main .sub-content .item-block .item {
    width: calc(50% - 5px);
    padding-bottom: 25px;
  }
  .lineup
    .area-block
    .contents
    .tab_main
    .sub-content
    .item-block
    .item:nth-child(n + 3) {
    margin-top: 20px;
  }
  .lineup
    .area-block
    .contents
    .tab_main
    .sub-content
    .item-block
    .item
    a
    .ttl-area {
    margin-top: 8px;
    font-size: 17px;
  }
  .lineup
    .area-block
    .contents
    .tab_main
    .sub-content
    .item-block
    .item
    a
    .category {
    margin-top: 6px;
  }
  .lineup
    .area-block
    .contents
    .tab_main
    .sub-content
    .item-block
    .item
    a
    .category
    li {
    font-size: 10px;
    padding: 2px 4px;
    margin: 0 6px 6px 0;
  }
  .lineup
    .area-block
    .contents
    .tab_main
    .sub-content
    .item-block
    .item
    a
    .txt-area {
    margin-top: 14px;
    font-size: 13px;
  }
  .lineup
    .area-block
    .contents
    .tab_main
    .sub-content
    .item-block
    .item
    a
    .c-btn01 {
    bottom: 5px;
  }
  .daianshin {
    padding-bottom: 64px;
  }
  .daianshin .inner-block {
    padding: 0 15px;
  }
  .daianshin .ttl {
    font-size: 25px;
    line-height: 1.4;
  }
  .daianshin .txt {
    font-size: 13px;
    margin-top: 15px;
    line-height: 1.9;
  }
  .daianshin .article-mv-block.top {
    background-image: url(../img/products/lineup/daianshin/daianshin/mv_sp.jpg);
    height: 405px;
  }
  .daianshin .article-mv-block.top.mv-height {
    height: 230px;
  }
  .daianshin .lead-block {
    height: 100%;
  }
  .daianshin .lead-block .box {
    border-radius: 5px;
    padding: 25px;
    position: relative;
    margin: 0 15px;
  }
  .daianshin .lead-block .box .sub-ttl {
    font-size: 15px;
    margin-top: 5px;
  }
  .daianshin .lead-block .box .txt {
    margin-top: 15px;
    line-height: 2.1;
    text-align: left;
  }
  .daianshin .features-block {
    margin-top: 70px;
  }
  .daianshin .features-block .content-area {
    margin-top: 40px;
  }
  .daianshin .features-block .content-area .c-img-switch {
    margin-top: 15px;
  }
  .daianshin .features-block .content-area .txt-area {
    margin-top: 15px;
  }
  .daianshin .features-block .content-area .txt-area .ttl {
    font-size: 20px;
  }
  .daianshin .features-block .content-area .txt-area .txt {
    line-height: 1.9;
    margin-top: 10px;
  }
  .daianshin .family-block {
    margin-top: 50px;
    padding: 40px 0;
  }
  .daianshin .point-block {
    margin-top: 40px;
  }
  .daianshin .point-block.top {
    margin-top: 70px;
  }
  .daianshin .point-block .c-choosy-list {
    margin-top: 20px;
  }
  .daianshin .point-block .c-choosy-list li {
    margin-top: 35px;
  }
  .daianshin .point-block .c-choosy-list li:first-child {
    margin-top: 0;
  }
  .daianshin .point-block .c-choosy-list .txt-area {
    margin-top: -52px;
  }
  .daianshin .point-block .c-choosy-list .txt-area .ttl {
    font-size: 20px;
    margin: 0 15px;
  }
  .daianshin .point-block .c-choosy-list .txt-area .ttl .wrap {
    margin-top: 5px;
  }
  .daianshin .point-block .c-choosy-list .txt-area .txt {
    margin: 0 15px;
  }
  .daianshin .point-block .c-choosy-list .txt-area .btn-wrap {
    padding-right: 15px;
  }
  .daianshin .point-block .c-choosy-list .item-right .img {
    margin-right: 30px;
  }
  .daianshin .point-block .c-choosy-list .item-right .num-count {
    right: 10px;
    left: auto;
  }
  .daianshin .point-block .c-choosy-list .item-left .img {
    margin-left: 30px;
  }
  .daianshin .point-block .c-choosy-list .item-left .num-count {
    right: auto;
    left: 10px;
  }
  .daianshin .specification-block {
    margin-top: 50px;
    padding: 40px 0;
  }
  .daianshin .specification-block .ttl {
    margin-left: 0;
  }
  .daianshin .specification-block .list-area {
    margin-top: 15px;
  }
  .daianshin .specification-block .list-area .item {
    border-radius: 3px;
    font-size: 14px;
    padding: 5px 10px 5px 35px;
    margin-top: 10px;
    letter-spacing: 0.05em;
  }
  .daianshin .specification-block .list-area .item .nmber {
    left: 13px;
    top: 0;
    bottom: 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;
  }
  .daianshin .specification-block .btn-wrap {
    margin-top: 28px;
  }
  .daianshin .voice-slider-block .c-voice-wrap .slick-slide {
    padding-top: 15px;
  }
  .daianshin .voice-slider-block .c-voice-wrap .txt-area {
    margin-left: 0;
  }
  .daianshin .voice-slider-block .c-voice-wrap .txt-area .ttl {
    font-size: 20px;
    padding: 0 7px;
  }
  .daianshin .lineup-block {
    margin-top: 104px;
  }
  .daianshin .note-block {
    margin-top: 40px;
    padding: 25px;
  }
  .daianshin .note-block .ttl {
    font-size: 18px;
  }
  .daianshin .note-block .txt {
    text-align: left;
  }
  .daianshin .tab-wrap .lineup-section + .btn-wrap .c-btn01 {
    max-width: 260px;
  }
  .daianshin .tab-wrap .btn-wrap {
    margin-top: 10px;
  }
  .daianshin .tab-btn-area {
    padding-top: 45px;
    padding-bottom: 60px;
  }
  .daianshin .tab-btn-area .list {
    -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;
  }
  .daianshin .tab-btn-area .list li a {
    padding: 10px 30px 10px 10px;
  }
  .daianshin .tab-btn-area .list li {
    font-size: 12px;
  }
  .daianshin .tab-btn-area .list li {
    width: calc((100% - 15px) / 2);
  }
  .daianshin .tab-btn-area .list li:nth-child(n + 3) {
    margin-top: 15px;
  }
  .daianshin .article-mv-block.second.mv-height {
    height: 190px;
  }
  .daianshin .bg-gray {
    padding: 35px 0 35px;
  }
  .daianshin .tab-btn-wrap {
    margin: 25px 0 30px;
  }
  .daianshin .lineup-section + .lineup-section {
    margin-top: 35px;
  }
  .daianshin .lineup-hdg-lv2 {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .daianshin .lineup-hdg-lv3 {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 10px;
  }
  .daianshin .lineup-picture + .lineup-hdg-lv3 {
    margin-top: 5px;
  }
  .daianshin .lineup-txt-normal {
    font-size: 13px;
    line-height: 1.8;
  }
  .daianshin .lineup-txt-normal.center {
    text-align: left;
  }
  .daianshin .lineup-txt-notice {
    font-size: 11px;
    line-height: 2.2;
  }
  .daianshin .lineup-list-notice {
    font-size: 11px;
    margin-top: 15px;
  }
  .daianshin .lineup-list-notice.last {
    margin-top: 25px;
  }
  .daianshin .border-box {
    margin-top: 25px;
  }
  .daianshin .border-box .lineup-col4-2 {
    padding: 20px 0;
  }
  .daianshin .border-box .lineup-col4-2 .lineup-hdg-lv3 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .daianshin .daianshin02 .lineup-lyt-col3 .lineup-col3-1 + .lineup-col3-2 {
    margin-top: 25px;
  }
  .daianshin
    .daianshin02
    .lineup-lyt-col3
    .lineup-col3-2
    .lineup-txt-normal
    + .lineup-txt-normal {
    margin-top: 18px;
  }
  .daianshin .daianshin02 .lineup-lyt-col4.sp-slider02 {
    margin-top: 25px;
  }
  .daianshin .daianshin02 .lineup-lyt-col4.sp-slider02 .lineup-hdg-lv3 {
    font-size: 15px;
  }
  .daianshin .daianshin02 .box {
    padding: 20px;
    margin-top: 40px;
  }
  .daianshin .daianshin02 .box .txt-area .ttl {
    font-size: 20px;
    text-align: center;
  }
  .daianshin .daianshin03 .lineup-lyt-col4 .lineup-col4-3 {
    margin-top: 25px;
  }
  .daianshin .daianshin03 .lineup-box-step + .lineup-box-step {
    margin-top: 35px;
  }
  .daianshin .daianshin03 .lineup-box-step.mt40 {
    margin-top: 25px;
  }
  .daianshin .daianshin03 .lineup-box-step .lineup-step-text {
    margin-top: 15px;
  }
  .daianshin .daianshin03 .lineup-box-step h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .daianshin .daianshin03 .lineup-box-step h3 img {
    margin-bottom: 10px;
    height: 24px;
  }
  .daianshin .daianshin03 .lineup-box-step h4 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .daianshin .daianshin04 .lineup-lyt-col3,
  .daianshin .daianshin04 .lineup-lyt-col4 {
    margin-top: 25px;
  }
  .daianshin .daianshin04 .lineup-lyt-col3 + .lineup-lyt-col3,
  .daianshin .daianshin04 .lineup-lyt-col3 + .lineup-lyt-col4,
  .daianshin .daianshin04 .lineup-lyt-col4 + .lineup-lyt-col3,
  .daianshin .daianshin04 .lineup-lyt-col4 + .lineup-lyt-col4 {
    margin-top: 35px;
  }
  .daianshin .daianshin04 .lineup-lyt-col3 .lineup-col3-2 {
    margin-top: 15px;
  }
  .daianshin .daianshin04 .lineup-lyt-col4 dt {
    font-size: 16px;
  }
  .daianshin .daianshin04 .lineup-lyt-col4 dd {
    margin-bottom: 15px;
  }
  .daianshin .daianshin04 .lineup-lyt-col4 .lineup-col4-1 {
    width: calc(50% - 10px);
  }
  .daianshin .daianshin04 .lineup-lyt-col4 .lineup-col4-1.sp-full {
    width: 100%;
  }
  .daianshin .daianshin04 .lineup-lyt-col4 .lineup-col4-1 + .lineup-col4-1 {
    margin-left: 20px;
  }
  .daianshin .daianshin04 .lineup-lyt-col4 .lineup-col4-2,
  .daianshin .daianshin04 .lineup-lyt-col4 .lineup-col4-3 {
    margin-top: 25px;
  }
  .daianshin .daianshin05 dt {
    font-size: 16px;
  }
  .daianshin .daianshin05 dd {
    margin-bottom: 15px;
  }
  .daianshin .daianshin05 .lineup-lyt-col3,
  .daianshin .daianshin05 .lineup-lyt-col4,
  .daianshin .daianshin05 .lineup-box-step {
    margin-top: 25px;
  }
  .daianshin .daianshin05 .lineup-lyt-col3[class*="mt60"],
  .daianshin .daianshin05 .lineup-lyt-col4[class*="mt60"],
  .daianshin .daianshin05 .lineup-box-step[class*="mt60"] {
    margin-top: 60px;
  }
  .daianshin .daianshin05 .lineup-lyt-col3 .lineup-col3-1 {
    width: calc(50% - 10px);
  }
  .daianshin .daianshin05 .lineup-lyt-col3 .lineup-col3-1:nth-child(even) {
    margin-left: 20px;
  }
  .daianshin .daianshin05 .lineup-lyt-col3 .lineup-col3-1:nth-child(n + 3) {
    margin-top: 20px;
  }
  .daianshin .daianshin05 .lineup-lyt-col3 .lineup-col3-1.sp-full {
    width: 100%;
  }
  .daianshin .daianshin05 .lineup-lyt-col3 .lineup-col3-2 {
    margin-top: 15px;
  }
  .daianshin .daianshin05 .lineup-lyt-col4 .lineup-picture {
    margin-bottom: 10px;
  }
  .daianshin .daianshin05 .lineup-lyt-col4 .lineup-col4-1 {
    width: calc(50% - 10px);
  }
  .daianshin .daianshin05 .lineup-lyt-col4 .lineup-col4-1.sp-full {
    width: 100%;
  }
  .daianshin .daianshin05 .lineup-lyt-col4 .lineup-col4-1:nth-child(even) {
    margin-left: 20px;
  }
  .daianshin .daianshin05 .lineup-lyt-col4 .lineup-col4-1:nth-child(n + 3) {
    margin-top: 20px;
  }
  .daianshin .daianshin05 .lineup-lyt-col4 .lineup-col4-2,
  .daianshin .daianshin05 .lineup-lyt-col4 .lineup-col4-3 {
    margin-top: 25px;
  }
  .daianshin .daianshin05 .lineup-lyt-col4 .lineup-col4-2:first-child,
  .daianshin .daianshin05 .lineup-lyt-col4 .lineup-col4-3:first-child {
    margin-top: 0;
  }
  .daianshin .daianshin05 .lineup-lyt-col2 .lineup-col2-1 {
    width: calc(50% - 10px);
  }
  .daianshin .daianshin05 .lineup-lyt-col2 .lineup-col2-1:nth-child(even) {
    margin-left: 20px;
  }
  .daianshin .daianshin05 .lineup-lyt-col2 .lineup-col2-1:nth-child(n + 3) {
    margin-top: 20px;
  }
  .daianshin .daianshin05 .lineup-box-step .lineup-picture {
    margin-bottom: 10px;
  }
  .daianshin .daianshin05 .lineup-box-step h3 {
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .daianshin .daianshin05 .lineup-box-step h3 img {
    height: 36px;
  }
  .daianshin .daianshin05 .lineup-box-step h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .daianshin .daianshin05 .lineup-box-step h4 + .lineup-hdg-lv3 {
    margin-top: 20px;
  }
  .daianshin .daianshin05 .lineup-section > .lineup-picture {
    margin-top: 35px;
  }
  .daianshin .facility-block > div + div {
    margin-top: 50px;
  }
  .daianshin .lineup-facility-nav {
    margin: 50px auto;
  }
  .daianshin .lineup-facility-nav ol {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .daianshin .lineup-facility-nav li {
    width: calc(50% - 7px);
  }
  .daianshin .lineup-facility-nav li:nth-child(even) {
    margin-left: 14px;
  }
  .daianshin .lineup-facility-nav li:nth-child(n + 3) {
    margin-top: 14px;
  }
  .daianshin .lineup-list {
    margin-top: 0;
  }
  .daianshin.premium .daianshin06 dt {
    font-size: 16px;
  }
  .daianshin.premium .daianshin06 dd {
    margin-bottom: 15px;
  }
  .daianshin.premium .daianshin06 .lineup-lyt-col3,
  .daianshin.premium .daianshin06 .lineup-lyt-col4,
  .daianshin.premium .daianshin06 .lineup-box-step {
    margin-top: 25px;
  }
  .daianshin.premium .daianshin06 .lineup-lyt-col3[class*="mt60"],
  .daianshin.premium .daianshin06 .lineup-lyt-col4[class*="mt60"],
  .daianshin.premium .daianshin06 .lineup-box-step[class*="mt60"] {
    margin-top: 60px;
  }
  .daianshin.premium .daianshin06 .lineup-lyt-col3 .lineup-col3-1 {
    width: calc(50% - 10px);
  }
  .daianshin.premium
    .daianshin06
    .lineup-lyt-col3
    .lineup-col3-1:nth-child(even) {
    margin-left: 20px;
  }
  .daianshin.premium
    .daianshin06
    .lineup-lyt-col3
    .lineup-col3-1:nth-child(n + 3) {
    margin-top: 20px;
  }
  .daianshin.premium .daianshin06 .lineup-lyt-col3 .lineup-col3-1.sp-full {
    width: 100%;
  }
  .daianshin.premium .daianshin06 .lineup-lyt-col3 .lineup-col3-2 {
    margin-top: 15px;
  }
  .daianshin.premium .daianshin06 .lineup-lyt-col4 .lineup-picture {
    margin-bottom: 10px;
  }
  .daianshin.premium .daianshin06 .lineup-lyt-col4 .lineup-col4-1 {
    width: calc(50% - 10px);
  }
  .daianshin.premium .daianshin06 .lineup-lyt-col4 .lineup-col4-1.sp-full {
    width: 100%;
  }
  .daianshin.premium
    .daianshin06
    .lineup-lyt-col4
    .lineup-col4-1:nth-child(even) {
    margin-left: 20px;
  }
  .daianshin.premium
    .daianshin06
    .lineup-lyt-col4
    .lineup-col4-1:nth-child(n + 3) {
    margin-top: 20px;
  }
  .daianshin.premium .daianshin06 .lineup-lyt-col4 .lineup-col4-2,
  .daianshin.premium .daianshin06 .lineup-lyt-col4 .lineup-col4-3 {
    margin-top: 25px;
  }
  .daianshin.premium .daianshin06 .lineup-lyt-col4 .lineup-col4-2:first-child,
  .daianshin.premium .daianshin06 .lineup-lyt-col4 .lineup-col4-3:first-child {
    margin-top: 0;
  }
  .daianshin.premium .daianshin06 .lineup-lyt-col2 .lineup-col2-1 {
    width: calc(50% - 10px);
  }
  .daianshin.premium
    .daianshin06
    .lineup-lyt-col2
    .lineup-col2-1:nth-child(even) {
    margin-left: 20px;
  }
  .daianshin.premium
    .daianshin06
    .lineup-lyt-col2
    .lineup-col2-1:nth-child(n + 3) {
    margin-top: 20px;
  }
  .daianshin.premium .daianshin06 .lineup-box-step .lineup-picture {
    margin-bottom: 10px;
  }
  .daianshin.premium .daianshin06 .lineup-box-step h3 {
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .daianshin.premium .daianshin06 .lineup-box-step h3 img {
    height: 36px;
  }
  .daianshin.premium .daianshin06 .lineup-box-step h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .daianshin.premium .daianshin06 .lineup-box-step h4 + .lineup-hdg-lv3 {
    margin-top: 20px;
  }
  .daianshin.premium .daianshin06 .lineup-section > .lineup-picture {
    margin-top: 35px;
  }
  .daianshin.premium .lineup-txt-definition dt {
    font-size: 18px;
  }
  .daianshin .inner-block + .lineup-section {
    margin-top: 50px;
  }
  .daianshin .lineup-hdg-lv2 .lineup-hdg-lv2-sub {
    font-size: 18px;
  }
  .daianshin .lineup-hdg-lv3 .lineup-hdg-lv3-sub {
    font-size: 16px;
  }
  .daianshin .galleri_img-block .lineup-lyt-col4 .lineup-col4-2 {
    margin-top: 20px;
  }
  .wodden-house .content-block.inner-block {
    padding: 35px 15px;
  }
  .wodden-house .ttl-area .txt {
    font-size: 13px;
    text-align: left;
    margin-bottom: 45px;
  }
  .wodden-house .box .ttl {
    font-size: 25px;
    line-height: 1.2;
    text-align: left;
    margin: 22px 0 20px;
  }
  .wodden-house .box .txt {
    font-size: 13px;
    line-height: 1.8;
  }
  .wodden-house .box .center-img .ttl {
    font-size: 15px;
    text-align: left;
  }
  .wodden-house .box .center-img .txt {
    width: 100%;
    font-size: 11px;
  }
  .wodden-house .box .center-img .img {
    width: 100%;
    margin-left: 0;
  }
  .wodden-house .box .center-img .txt-area .img {
    width: 100%;
  }
  .wodden-house .box .center-img .txt-area .txt-wrap .ttl {
    font-size: 14px;
    text-align: center;
    line-height: 1.6;
    letter-spacing: 0.05em;
    margin-top: 15px;
    margin-bottom: 0;
  }
  .wodden-house .box .center-img .txt-area .txt-wrap .txt {
    font-size: 13px;
    line-height: 1.8;
    margin-top: 5px;
  }
  .wodden-house .box .center-img .txt-area .txt-wrap .txt .small {
    display: block;
    font-size: 11px;
    margin-top: 5px;
  }
  .wodden-house .box .center-img .txt-area .txt-wrap {
    width: 100%;
  }
  .wodden-house .box .center-img .txt-area {
    padding: 25px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wodden-house .box .center-img {
    width: 100%;
  }
  .wodden-house .box .img {
    margin-left: -15px;
    width: calc(100% + 30px);
  }
  .wodden-house .box + .box {
    margin-top: 41px;
  }
  .wodden-house .box:nth-child(3) {
    margin-top: 60px;
  }
  .archives {
    padding-bottom: 75px;
  }
  .archives .article-mv-block {
    background-image: url(../img/common/mv_sp.jpg);
  }
  .archives .ttl-area .ttl {
    font-size: 25px;
  }
  .archives .ttl-area {
    margin-top: 26px;
  }
  .archives .info-block .txt-area .ttl {
    font-size: 20px;
    margin: 14px 0 10px;
  }
  .archives .info-block .txt-area .txt {
    font-size: 13px;
    line-height: 1.8;
  }
  .archives .info-block .txt-area {
    width: 100%;
    margin-right: 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .archives .info-block .img-area {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .archives .info-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 50px;
  }
  .archives .archive-link-list .btn-area .link-wrap a.link01 {
    width: calc(80 / 600 * (100vw - 30px));
    top: calc(123 / 600 * (100vw - 30px));
    right: calc(105 / 600 * (100vw - 30px));
  }
  .archives .archive-link-list .btn-area .link-wrap a.link02 {
    top: calc(289 / 600 * (100vw - 30px));
    right: calc(184 / 600 * (100vw - 30px));
  }
  .archives .archive-link-list .btn-area .link-wrap a.link03 {
    top: calc(356 / 600 * (100vw - 30px));
    right: calc(22 / 600 * (100vw - 30px));
  }
  .archives .archive-link-list .btn-area .link-wrap a.link04 {
    bottom: calc(232 / 600 * (100vw - 30px));
    left: calc(173 / 600 * (100vw - 30px));
  }
  .archives .archive-link-list .btn-area .link-wrap a.link05 {
    bottom: calc(165 / 600 * (100vw - 30px));
    left: calc(53 / 600 * (100vw - 30px));
  }
  .archives .archive-link-list .btn-area .link-wrap a.link06 {
    bottom: calc(203 / 600 * (100vw - 30px));
    right: calc(130 / 600 * (100vw - 30px));
  }
  .archives .archive-link-list .btn-area .link-wrap a.link07 {
    bottom: calc(203 / 600 * (100vw - 30px));
    left: calc(107 / 600 * (100vw - 30px));
  }
  .archives .archive-link-list .btn-area .link-wrap a.link08 {
    bottom: calc(119 / 600 * (100vw - 30px));
    left: calc(146 / 600 * (100vw - 30px));
  }
  .archives .archive-link-list .btn-area .link-wrap a.link09 {
    bottom: calc(83 / 600 * (100vw - 30px));
    left: calc(47 / 600 * (100vw - 30px));
  }
  .archives .archive-link-list .btn-area .link-wrap a.link10 {
    bottom: calc(61 / 600 * (100vw - 30px));
    right: calc(120 / 600 * (100vw - 30px));
  }
  .archives .archive-link-list .btn-area .link-wrap a {
    width: calc(60 / 600 * (100vw - 30px));
    height: calc(37 / 600 * (100vw - 30px));
  }
  .archives .archive-link-list .btn-area {
    width: 100%;
  }
  .archives .archive-link-list .link-list .box .ttl {
    font-size: 15px;
    margin-bottom: 2px;
    width: 100%;
  }
  .archives .archive-link-list .link-list .box .link a:before {
    width: 8px;
    height: 8px;
    top: 0;
  }
  .archives .archive-link-list .link-list .box .link a {
    font-size: 13px;
    padding-left: 13px;
  }
  .archives .archive-link-list .link-list .box .link {
    width: 100%;
  }
  .archives .archive-link-list .link-list .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .archives .archive-link-list .link-list {
    width: 100%;
  }
  .archives .archive-link-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 26px;
  }
  .archives .reason-section .box .ttl {
    font-size: 20px;
    margin: 13px 0 10px;
  }
  .archives .reason-section .box .txt {
    font-size: 13px;
  }
  .archives .reason-section .box {
    width: 100%;
  }
  .archives .reason-section .box + .box {
    margin-top: 25px;
  }
  .archives .reason-section .box .img img {
    width: 100%;
  }
  .archives .reason-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 24px;
  }
  .archives .banner-wrap {
    margin-top: 50px;
  }
  .c-archives-list {
    margin-top: 26px;
  }
  .c-archives-list li {
    max-width: 400px;
    margin: auto;
  }
  .c-archives-list li + li {
    margin-top: 20px;
  }
  .c-archives-list li .ttl {
    font-size: 20px;
  }
  .c-archives-list li .txt {
    font-size: 14px;
  }
  .real-estate-home {
    padding-bottom: 75px;
  }
  .real-estate-home .inner-block {
    padding: 0 15px;
  }
  .real-estate-home .article-mv-block {
    background-image: url(../img/common/mv_sp.jpg);
  }
  .real-estate-home .area-section {
    margin-top: 30px;
  }
  .real-estate-home .area-section .map-block {
    position: relative;
    width: 100%;
    height: 300px;
  }
  .real-estate-home .area-section .map-block.no-item {
    height: auto;
  }
  .real-estate-home .area-section .map-block.no-item .inn {
    padding: 15px;
  }
  .real-estate-home .area-section .map-block.no-item .no-item-txt {
    font-size: 15px;
  }
  .real-estate-home .area-section .link-block {
    display: none;
  }
  .real-estate-home .content-area {
    margin-top: 45px;
  }
  .real-estate-home .content-area .ttl-area {
    font-size: 20px;
    padding-left: 34px;
  }
  .real-estate-home .content-area .ttl-area::after {
    height: 38px;
    width: 25px;
  }
  .real-estate-home .content-area .c-img-switch {
    margin-top: 20px;
  }
  .real-estate-home .content-area .features-block {
    margin-top: 22px;
  }
  .c-kodate-img {
    margin-bottom: 15px;
  }
  .kodatebunjyo {
    padding-bottom: 75px;
  }
  .kodatebunjyo .content-block {
    margin-top: 30px;
  }
  .kodatebunjyo .btn-wrap.contact-area {
    margin-top: 30px;
  }
  .kodatebunjyo .btn-wrap.contact-area .c-btn01 + .c-btn01 {
    margin-top: 15px;
  }
  .kodatebunjyo .tel-wrap {
    margin-top: 25px;
  }
  .kodatebunjyo .tel-wrap .ttl {
    font-size: 15px;
  }
  .kodatebunjyo .tel-wrap .tel {
    font-size: 22px;
  }
  .kodatebunjyo .tel-wrap .tel .txt {
    font-size: 17px;
    display: block;
    margin-top: 0;
    line-height: 1;
  }
  .kodatebunjyo .contact-btn-wrap .note {
    font-size: 11px;
    margin-top: 25px;
  }
  .kodatebunjyo .slider-cont {
    margin-bottom: 40px;
  }
  .kodatebunjyo .slider-cont .txt-area {
    margin-top: 20px;
  }
  .kodatebunjyo .slider-cont .txt-area > .ttl {
    font-size: 20px;
  }
  .kodatebunjyo .slider-cont .txt-area > .txt {
    font-size: 13px;
    margin-top: 15px;
  }
  .kodatebunjyo .img-cont + .img-cont {
    margin-top: 20px;
  }
  .kodatebunjyo .img-cont .con-ttl {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .kodatebunjyo .img-cont .btn-wrap {
    margin-top: 20px;
  }
  .kodatebunjyo .img-wrap .box {
    margin-bottom: 25px;
    width: calc((100% - 10px) / 2);
  }
  .kodatebunjyo .img-wrap .box .img {
    height: 0;
    padding-top: 70%;
    position: relative;
  }
  .kodatebunjyo .img-wrap .box .img::before {
    background: url(../img/common/ico-zoom2.svg) no-repeat center center;
    background-size: 30px 30px;
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 5px;
    right: 5px;
    margin: auto;
  }
  .kodatebunjyo .img-wrap .box .txt {
    font-size: 13px;
  }
  .kodatebunjyo .map-wrap .map {
    height: 175px;
  }
  .kodatebunjyo .map-wrap + .btn-wrap {
    margin-bottom: 40px;
  }
  .kodatebunjyo .table-wrap {
    border-bottom: 1px solid #bebcbc;
    padding-bottom: 25px;
  }
  .kodatebunjyo .img-wrap-gallery {
    margin-bottom: 30px;
  }
  .kodatebunjyo .img-wrap-gallery:not(.col-large) .box:nth-child(n + 3) {
    margin-top: 20px;
  }
  .kodatebunjyo .img-wrap-gallery:not(.col-large) .box:not(:nth-child(2n + 1)) {
    margin-left: 20px;
  }
  .kodatebunjyo .img-wrap-gallery.col-large .box:nth-child(n + 3) {
    margin-top: 20px;
  }
  .kodatebunjyo
    .img-wrap-gallery.col-large
    .box:nth-child(n + 3):not(:nth-child(2n + 3)) {
    margin-left: 20px;
  }
  .kodatebunjyo .img-wrap-gallery .box {
    width: calc((100% - 20px) / 2);
  }
  .kodatebunjyo .img-wrap-gallery .box .img::before {
    width: 30px;
    height: 30px;
    bottom: 5px;
    right: 5px;
  }
  .kodatebunjyo .img-wrap-gallery .box.large {
    width: 100%;
  }
  .modelhouse-event-banner {
    margin: 30px 0 50px;
  }
  .modelhouse,
  .modelhouse-detail {
    padding-bottom: 75px;
  }
  .modelhouse-detail .article-mv-block {
    height: 140px;
  }
  .modelhouse .c-modelhouse {
    padding-top: 65px;
  }
  .modelhouse .map-area {
    margin: 50px 0 0;
  }
  .modelhouse .map-area .map {
    height: 300px;
  }
  .modelhouse-detail .map-wrap {
    margin: 40px 0 30px;
  }
  .modelhouse-detail .map-wrap .map {
    height: 0;
    padding-top: 51%;
  }
  .modelhouse-top {
    padding-bottom: 75px;
  }
  .modelhouse-top .event-area {
    margin-top: 27px;
  }
  .modelhouse-top .archive-link-list .map {
    width: 100%;
  }
  .modelhouse-top .archive-link-list .link-list .box .ttl {
    font-size: 15px;
    margin-bottom: 2px;
    width: 100%;
  }
  .modelhouse-top .archive-link-list .link-list .box .link a:before {
    width: 8px;
    height: 8px;
    top: 0;
  }
  .modelhouse-top .archive-link-list .link-list .box .link a {
    font-size: 13px;
    padding-left: 13px;
  }
  .modelhouse-top .archive-link-list .link-list .box .link {
    width: 100%;
  }
  .modelhouse-top .archive-link-list .link-list .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .modelhouse-top .archive-link-list .link-list {
    width: 100%;
  }
  .modelhouse-top .archive-link-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 50px;
  }
  .archive-link-list .map p {
    position: absolute;
    top: 0;
    left: 0;
  }
  .archive-link-list .map p.mapImg {
    position: relative;
    width: auto;
    height: auto;
    margin: 0;
    border: none;
    background: url(../img/archives/map_area.png) no-repeat;
    background-size: contain;
  }
  .archive-link-list .map p.mapImg img {
    opacity: 0;
  }
  .archive-link-list .map .areaList,
  .archive-link-list .map .areadetail ul {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
  }
  .event {
    padding-bottom: 64px;
  }
  .event .article-mv-block {
    background-image: url(../img/common/mv_sp.jpg);
    background-position: bottom -20px center;
    line-height: 1.5;
    height: 155px;
  }
  .event .lead-txt {
    font-size: 15px;
    line-height: 1.5;
    margin-top: 15px;
  }
  .event .event-list-block .contents-area {
    display: block;
    margin-top: 0;
  }
  .event .event-list-block .c-news-list li a {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 14px 10px 12px 0;
  }
  .event .event-list-block .c-news-list li .ttl {
    margin: auto;
    width: 100%;
  }
  .event .event-list-block .c-news-list li:nth-child(n + 4) {
    display: block;
  }
  .event .event-list-block .c-news-list {
    width: 100%;
  }
  .event .paging-area {
    margin: 24px auto;
  }
  .news {
    padding-bottom: 64px;
  }
  .news .article-mv-block {
    background-image: url(../img/common/mv_sp.jpg);
    line-height: 1.5;
    background-position: bottom -20px center;
    height: 155px;
  }
  .news .lead-txt {
    font-size: 15px;
    line-height: 1.5;
    margin-top: 15px;
  }
  .news .news-contents-block .ttl {
    font-size: 20px;
  }
  .news .news-contents-block dl + dl {
    margin-top: 26px;
  }
  .news .news-contents-block dt:before {
    font-size: 13px;
  }
  .news .news-contents-block dt {
    font-size: 13px;
    width: 91px;
  }
  .news .news-contents-block dd {
    font-size: 13px;
    width: calc(100% - 91px);
  }
  .news .news-contents-block p {
    margin: 43px 0;
  }
  .news .news-contents-block .txt p:first-child {
    margin-top: 35px;
  }
  .news .news-contents-block .txt p {
    margin-top: 24px;
    font-size: 13px;
  }
  .news .news-contents-block {
    margin-bottom: 116px;
  }
  .notice_inner {
    padding: 20px 15px 0;
    width: auto;
  }
  .notice_inner .is-pc {
    display: none;
  }
  .notice_inner h1 {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .notice_inner h2 {
    font-size: 18px;
    margin-bottom: 15px;
    padding-left: 25px;
  }
  .notice_inner h2::before {
    width: 14px;
    top: 14px;
  }
  .notice_inner h3 {
    font-size: 16px;
    padding: 6px 15px;
  }
  .notice_inner .contact-box {
    padding: 15px 0;
    margin: 30px 0;
  }
  .notice_inner .contact-box .ttl-area {
    margin-bottom: 10px;
  }
  .notice_inner .contact-box .ttl-area .ttl {
    font-size: 16px;
  }
  .notice_inner .contact-box .ttl-area .txt {
    font-size: 12px;
    margin-top: 10px;
  }
  .notice_inner .contact-box .tel {
    font-size: 18px;
    line-height: 1;
  }
  .notice_inner .contact-box .tel a {
    font-size: 32px;
  }
  .notice_inner .contact-box .tel .red {
    display: block;
    margin-top: 10px;
  }
  .company .article-mv-block {
    background-image: url(../img/company/mv-sp.jpg);
  }
  .company .link-list li {
    width: 100%;
  }
  .company .link-list li + li {
    margin-top: 16px;
  }
  .company .link-list li a {
    font-size: 14px;
    padding: 19px 13px;
  }
  .company .link-list li a:before {
    width: 7px;
    height: 7px;
  }
  .company .content-block {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .recruit .content-block {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .recruit .content-block .ttl-area .ttl {
    font-size: 25px;
  }
  .recruit .content-block .txt {
    font-size: 13px;
  }
  .recruit .content-block .txt + .txt {
    margin-top: 6px;
  }
  .recruit .content-block .txt + .ttl-area {
    margin-top: 38px;
  }
  .recruit .content-block .box-wrap .box-inn {
    padding: 25px 50px 30px;
    width: 100%;
  }
  .recruit .content-block .box-wrap .box-inn + .box-inn {
    margin-top: 32px;
  }
  .recruit .content-block .box-wrap .box-inn .ttl {
    font-size: 20px;
    margin-bottom: 14px;
  }
  .recruit .content-block .box-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 15px;
  }
  .tvcm {
    margin-top: 80px;
    padding-bottom: 64px;
  }
  .tvcm .article-mv-block {
    line-height: 1.5;
  }
  .tvcm .lead-txt {
    font-size: 15px;
    line-height: 1.5;
    margin-top: 15px;
  }
  .tvcm .tvcm-contents-area .mv-area .ttl {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .tvcm .tvcm-contents-area .mv-area .txt {
    font-size: 13px;
    text-align: left;
    line-height: 1.6;
    margin-top: 20px;
  }
  .tvcm .tvcm-contents-area .mv-area {
    margin-top: 36px;
  }
  .tvcm .tvcm-contents-area {
    margin-top: 25px;
  }
  .group-company .article-mv-block {
    line-height: 1.5;
  }
  .group-company .content-block {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .group-company .c-table02 {
    margin-top: 15px;
  }
  .group-company .box {
    border-bottom: 1px solid #bebcbc;
    padding-bottom: 20px;
  }
  .group-company .box .ttl {
    border-bottom: 1px solid #bebcbc;
    font-size: 20px;
    margin-top: 35px;
    padding-bottom: 15px;
  }
  .group-company .box + .c-ttl01 {
    margin-top: 60px;
  }
  .message-company .content-block {
    padding-bottom: 64px;
  }
  .message-company .main-block .ttl-img {
    margin-top: 30px;
  }
  .message-company .main-block .txt-area {
    margin-top: 30px;
  }
  .message-company .main-block .txt-area .ttl {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .message-company .main-block .txt-area .txt {
    margin-top: 15px;
    font-size: 13px;
  }
  .message-company .main-block .txt-area .name {
    margin-top: 25px;
  }
  .message-company .main-block .txt-area .name img {
    width: 36.3%;
  }
  .company-info .content-block {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .company-info .c-table02 {
    border: 1px solid #ddd;
  }
  .company-info .c-table02 tr + tr {
    border-top: 1px solid #ddd;
  }
  .company-info .c-table02 th {
    background: #f9f9f9;
    font-size: 14px;
    width: 88px;
  }
  .company-info .c-table02 td {
    border-left: 1px solid #ddd;
    font-size: 12px;
  }
  .company-info .c-table02 th,
  .company-info .c-table02 td {
    display: table-cell;
    padding: 13px 9px;
  }
  .company-info .c-table02 a {
    padding-left: 12px;
  }
  .company-info .c-table02 a:before {
    width: 8px;
    height: 8px;
  }
  .event .content-block {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .event .ttl-area .ttl {
    font-size: 25px;
  }
  .event .ttl-area .txt {
    font-size: 11px;
    margin-top: 12px;
  }
  .event .event-list .box-ttl:before {
    width: calc(100% - 112px);
  }
  .event .event-list .box-ttl {
    font-size: 20px;
  }
  .event .event-list .box .img {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    margin-bottom: 13px;
    -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;
  }
  .event .event-list .box .img img {
    height: auto;
  }
  .event .event-list .box .img img + img {
    margin-top: 0;
    margin-left: 15px;
  }
  .event .event-list .box .txt-area .ttl {
    font-size: 20px;
  }
  .event .event-list .box .txt-area .txt {
    font-size: 13px;
  }
  .event .event-list .box .txt-area .c-table02 {
    border: 1px solid #ddd;
    margin-top: 39px;
  }
  .event .event-list .box .txt-area .c-table02 th {
    background: #f9f9f9;
    font-size: 14px;
    width: 88px;
  }
  .event .event-list .box .txt-area .c-table02 td {
    border-left: 1px solid #ddd;
    font-size: 12px;
  }
  .event .event-list .box .txt-area .c-table02 tr + tr {
    border-top: 1px solid #ddd;
  }
  .event .event-list .box .txt-area .c-table02 th,
  .event .event-list .box .txt-area .c-table02 td {
    display: table-cell;
    padding: 13px 9px;
  }
  .event .event-list .box .txt-area .c-table02 + .txt {
    font-size: 12px;
  }
  .event .event-list .box .txt-area a {
    font-size: 12px;
    padding-left: 17px;
  }
  .event .event-list .box .txt-area a:before {
    width: 8px;
    height: 8px;
    top: 2px;
    left: 5px;
  }
  .event .event-list .box .txt-area {
    width: 100%;
  }
  .event .event-list .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 0;
  }
  .event .event-list {
    margin-top: 30px;
  }
  .award .content-block {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .award .ttl-area .ttl {
    font-size: 25px;
  }
  .award .ttl-area .txt {
    font-size: 11px;
    margin-top: 12px;
  }
  .award .award-list .box-ttl:before {
    width: calc(100% - 112px);
  }
  .award .award-list .box-ttl {
    font-size: 20px;
  }
  .award .award-list .box .ttl {
    font-size: 20px;
    line-height: 1.3;
  }
  .award .award-list .box .txt-area .txt {
    font-size: 13px;
    line-height: 1.8;
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .award .award-list .box .txt-area .txt .small {
    font-size: 11px;
    line-height: 1.5;
    margin-top: 12px;
  }
  .award .award-list .box .txt-area .img {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    margin-bottom: 14px;
    padding-left: 0;
  }
  .award .award-list .box .txt-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  .award .award-list .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 35px 0;
  }
  .award .award-list {
    margin-top: 30px;
  }
  .outline .content-block {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .officers .content-block {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .officers .officers-area .c-ttl01 {
    margin-bottom: 15px;
  }
  .officers .officers-area .c-ttl01 .large {
    font-size: 20px;
  }
  .officers .officers-area + .officers-area {
    margin-top: 35px;
  }
  .officers .officers-area .officers-list {
    max-width: 350px;
    margin: auto;
  }
  .officers .officers-area .officers-list li {
    width: calc((100% - 10px) / 2);
  }
  .officers .officers-area .officers-list li:nth-child(even) {
    margin-left: 10px;
  }
  .officers .officers-area .officers-list li:nth-child(n + 3) {
    margin-top: 25px;
  }
  .officers .officers-area .officers-list li .img img {
    width: 100%;
  }
  .officers .officers-area .officers-list li .position,
  .officers .officers-area .officers-list li .name {
    font-size: 13px;
  }
  .officers .officers-area .officers-list li .position {
    margin-top: 10px;
  }
  .officers .officers-area .officers-list li .name {
    margin-top: 0;
  }
  .officers .officers-area .officers-list.col3 li {
    width: calc((100% - 14px) / 3);
  }
  .officers .officers-area .officers-list.col3 li:nth-child(n + 3) {
    margin-top: 0;
  }
  .officers .officers-area .officers-list.col3 li:nth-child(3n-1) {
    margin: 0 7px;
  }
  .officers .officers-area .officers-list.col3 li:nth-child(n + 4) {
    margin-top: 25px;
  }
  .disclaimer .content-block {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .disclaimer .box .ttl {
    font-size: 25px;
  }
  .disclaimer .box .txt {
    font-size: 13px;
    text-align: justify;
  }
  .disclaimer .box .txt .small {
    font-size: 11px;
  }
  .disclaimer .box .small-list li {
    font-size: 11px;
    padding-left: 22px;
    padding-right: 15px;
  }
  .disclaimer .box .no-num li:before {
    width: 5px;
  }
  .disclaimer .box .no-num li {
    font-size: 13px;
    padding-left: 51px;
  }
  .disclaimer .box .sub-box .ttl {
    font-size: 20px;
    margin-top: 14px;
    margin-top: 10px;
  }
  .disclaimer .box .sub-box .small-ttl {
    font-size: 16px;
  }
  .disclaimer .box .sub-box .txt + .txt {
    margin-top: 28px;
  }
  .disclaimer .box .sub-box .c-table02 td {
    padding: 0;
  }
  .disclaimer .box .sub-box .c-table02 .row .txt + .txt {
    margin-left: 0;
  }
  .disclaimer .box .sub-box .c-table02 .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .disclaimer .box .sub-box a {
    display: block;
  }
  .disclaimer .box .sub-box a.no-block {
    display: inline;
  }
  .disclaimer .box .sub-box .small-list li {
    font-size: 13px;
    padding-right: 22px;
    left: 30px;
  }
  .disclaimer .box .sub-box + .sub-box .ttl {
    margin-top: 39px;
  }
  .disclaimer .box {
    padding: 28px 0 36px;
  }
  .disclaimer .c-banner-list {
    margin-top: 46px;
  }
  .service {
    padding-bottom: 64px;
  }
  .service .article-mv-block {
    background-image: url(../img/service/mv.jpg);
    background-position: center right 10%;
    line-height: 1.5;
  }
  .service .content-block .box-wrap .box .ttl {
    font-size: 20px;
    line-height: 1.5;
  }
  .service .content-block .box-wrap .box .txt {
    font-size: 13px;
    line-height: 1.8;
    margin-top: 11px;
  }
  .service .content-block .box-wrap .box .btn-wrap {
    padding-top: 8px;
  }
  .service .content-block .box-wrap .box {
    width: 100%;
  }
  .service .content-block .box-wrap .box .img img {
    width: 100%;
  }
  .service .content-block .box-wrap .box + .box {
    margin-top: 29px;
  }
  .service .content-block .box-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 40px;
    margin-bottom: 39px;
  }
  .service .content-block {
    padding-top: 49px;
  }
  .c-service-box-wrap {
    padding-top: 40px;
    margin-top: 40px;
  }
  .c-service-box-wrap .txt-box + .txt-box {
    margin-top: 25px;
  }
  .service .txt-box .ttl,
  .c-service-box-wrap .txt-box .ttl {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 12px;
  }
  .service .txt-box .txt,
  .c-service-box-wrap .txt-box .txt {
    font-size: 13px;
  }
  .service .txt-box .btn-wrap,
  .c-service-box-wrap .txt-box .btn-wrap {
    margin-top: 9px;
  }
  .hlc .lead-block {
    padding-top: 30px;
    padding-bottom: 35px;
  }
  .hlc .lead-block .ttl img {
    width: 280px;
  }
  .hlc .lead-block .txt {
    font-size: 13px;
    margin-top: 35px;
    text-align: left;
  }
  .hlc .news-block {
    padding: 20px 0;
  }
  .hlc .news-block .ttl {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .hlc .news-block .news-list a .txt {
    display: block;
  }
  .hlc .service-block {
    padding: 38px 0;
  }
  .hlc .service-block .anchor-list {
    margin: 20px 0 55px;
  }
  .hlc .service-block .anchor-list li + li {
    margin-top: 25px;
  }
  .hlc .service-block .anchor-list a {
    padding: 15px;
  }
  .hlc .service-block .anchor-list a .num {
    font-size: 15px;
  }
  .hlc .service-block .anchor-list a .main {
    font-size: 18px;
  }
  .hlc .service-block .anchor-list a .sub {
    font-size: 12px;
  }
  .hlc .service-cont {
    padding: 0 15px 25px;
  }
  .hlc .service-cont + .service-cont {
    margin-top: 45px;
  }
  .hlc .service-cont .ttl-num {
    margin-top: -12px;
  }
  .hlc .service-cont .ttl-num .inn {
    font-size: 13px;
  }
  .hlc .service-cont .ttl-area {
    margin: 15px 0;
  }
  .hlc .service-cont .ttl-area .ttl {
    font-size: 20px;
  }
  .hlc .service-cont .ttl-area .sub {
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 17px;
  }
  .hlc .service-cont .ttl-area .txt {
    font-size: 13px;
  }
  .hlc .service-cont .ttl-area .txt.small {
    font-size: 11px;
  }
  .hlc .service-cont .wide-ttl {
    font-size: 18px;
    padding: 8px;
    margin: 25px 0 15px;
  }
  .hlc .service-cont .box-wrap .box {
    padding: 0;
  }
  .hlc .service-cont .box-wrap .box + .box {
    margin-top: 15px;
  }
  .hlc .service-cont .box-wrap .box .cap-txt {
    margin-top: -10px;
    padding: 0 15px;
    display: none;
    margin: 0 auto 7px;
  }
  .hlc .service-cont .box-wrap .box .ttl {
    padding: 15px;
    padding-right: 40px;
    position: relative;
  }
  .hlc .service-cont .box-wrap .box .ttl::before,
  .hlc .service-cont .box-wrap .box .ttl::after {
    background: #d8000f;
    content: "";
    display: block;
    width: 13px;
    height: 1px;
    position: absolute;
    bottom: 0;
    top: 0;
    right: 18px;
    margin: auto;
    -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  }
  .hlc .service-cont .box-wrap .box .ttl::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .hlc .service-cont .box-wrap .box .ttl.is-open::after {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  .hlc .service-cont .box-wrap .box .ttl .num-ttl {
    font-size: 10px;
    padding-right: 9px;
    width: 35px;
  }
  .hlc .service-cont .box-wrap .box .ttl .num-ttl .num {
    font-size: 15px;
  }
  .hlc .service-cont .box-wrap .box .ttl .txt {
    font-size: 18px;
  }
  .hlc .service-cont .box-wrap .box .flex-wrap .img.img01 {
    max-width: 217px;
    margin-left: auto;
    margin-right: auto;
  }
  .hlc .service-cont .box-wrap .box .inn {
    display: none;
    margin-top: 0;
    padding: 0 15px 65px;
  }
  .hlc .service-cont .box-wrap .box .inn .img {
    margin-bottom: 15px;
  }
  .hlc .service-cont .box-wrap .box .inn .txt {
    font-size: 13px;
  }
  .hlc .service-cont .box-wrap .box .inn .txt .small {
    font-size: 11px;
  }
  .hlc .service-cont .box-wrap .box .plice {
    margin: 0 auto 15px;
    width: calc(100% - 30px);
  }
  .hlc .service-cont .box-wrap .box .plice .txt-inn,
  .hlc .service-cont .top3-block .plice .txt-inn {
    height: 35px;
  }
  .hlc .service-cont .box-wrap .box .plice .txt,
  .hlc .service-cont .top3-block .plice .txt {
    font-size: 10px;
    padding: 0 6px;
    letter-spacing: -0.02em !important;
  }
  .hlc .service-cont .box-wrap .box .plice .txt + .txt::before,
  .hlc .service-cont .top3-block .plice .txt + .txt::before {
    width: 1px;
  }
  .hlc .service-cont .box-wrap .box .plice .txt .left,
  .hlc .service-cont .top3-block .plice .txt .left {
    padding: 5px 6px;
  }
  .hlc .service-cont .box-wrap .box .plice .txt .large,
  .hlc .service-cont .top3-block .plice .txt .large {
    font-size: 16px;
  }
  .hlc .service-cont .box-wrap .box .plice .txt .small,
  .hlc .service-cont .top3-block .plice .txt .small {
    font-size: 10px;
  }
  .hlc .service-cont .service-wrap .box .ttl {
    font-size: 18px;
    padding: 5px;
  }
  .hlc .service-cont .service-wrap .box .ttl .large {
    font-size: 28px;
  }
  .hlc .service-cont .service-wrap .box .list {
    padding: 10px 0;
  }
  .hlc .service-cont .service-wrap .box .list li {
    font-size: 13px;
    padding-left: 18px;
    position: relative;
  }
  .hlc .service-cont .service-wrap .box .list li::before {
    background: #d8000f;
    border-radius: 50%;
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 5px;
    left: 5px;
    margin: auto;
  }
  .hlc .service-cont .top3-block {
    margin-top: 25px;
  }
  .hlc .service-cont .top3-block > .ttl {
    font-size: 18px;
  }
  .hlc .service-cont .top3-block > .ttl .large {
    font-size: 25px;
  }
  .hlc .service-cont .top3-block .top-list {
    margin-top: 20px;
  }
  .hlc .service-cont .top3-block .top-list li + li {
    margin-top: 15px;
  }
  .hlc .service-cont .top3-block .top-list li .wrap {
    padding: 15px 15px 20px;
  }
  .hlc .service-cont .top3-block .top-list li .ttl-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .hlc .service-cont .top3-block .top-list li .num {
    font-size: 12px;
    width: 35px;
  }
  .hlc .service-cont .top3-block .top-list li .num .large {
    font-size: 25px;
  }
  .hlc .service-cont .top3-block .top-list li .ttl {
    font-size: 18px;
    padding-left: 8px;
    width: calc(100% - 35px);
  }
  .hlc .service-cont .top3-block .top-list li .inn {
    padding-bottom: 50px;
  }
  .hlc .service-cont .top3-block .top-list li .inn > .txt {
    font-size: 13px;
  }
  .hlc .service-cont .top3-block .top-list li:nth-child(1) .img img {
    width: 237px;
  }
  .hlc .service-cont .top3-block .top-list li:nth-child(2) .img img {
    width: 212px;
  }
  .hlc .service-cont .top3-block .top-list li:nth-child(3) .img img {
    width: 198px;
  }
  .hlc .service-cont#service02 .ttl-area {
    margin-bottom: 30px;
  }
  .hlc .service-cont#service02 .ttl-area .txt {
    margin-top: 15px;
  }
  .hlc .service-cont#service02 .ttl-area .btn-wrap {
    margin-top: 25px;
  }
  .hlc .service-cont .plan-block {
    padding: 5px;
  }
  .hlc .service-cont .plan-block > .ttl {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .hlc .service-cont .plan-block .box {
    padding: 10px;
  }
  .hlc .service-cont .plan-block .box + .box {
    margin-top: 5px;
  }
  .hlc .service-cont .plan-block .box .wrap .txt-area .txt {
    font-size: 13px;
    margin-top: 5px;
  }
  .hlc .service-cont .plan-block .box .wrap .txt-area .btn-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;
    margin-top: 5px;
  }
  .hlc .service-cont .plan-block .box .wrap .txt-area .btn-wrap a {
    width: 135px;
  }
  .hlc .service-cont .flow-block {
    margin-top: 35px;
  }
  .hlc .service-cont .flow-block > .txt {
    font-size: 13px;
  }
  .hlc .service-cont .flow-block .flow-list .ico {
    margin-top: 6px;
    font-size: 15px;
    width: 30px;
    height: 30px;
  }
  .hlc .service-cont .flow-block .flow-list .txt {
    font-size: 15px;
    line-height: 1.5;
    width: calc(100% - 30px);
  }
  .hlc .banner-block {
    margin-bottom: 60px;
  }
  .credit {
    padding-bottom: 64px;
  }
  .credit .article-mv-block {
    background-image: url(../img/common/mv_sp.jpg);
    line-height: 1.5;
  }
  .credit .lead-block .ttl {
    font-size: 25px;
    margin-top: 40px;
    line-height: 1.2;
  }
  .credit .lead-block .txt {
    font-size: 20px;
    margin-top: 30px;
    padding: 14px 0;
    line-height: 1.4;
  }
  .credit .lead-block .txt .small {
    font-size: 10px;
  }
  .credit .performance {
    font-size: 20px;
    margin-top: 20px;
    line-height: 1.4;
  }
  .credit .contact-block .list-area li {
    font-size: 11px;
    margin-top: 4px;
    padding-left: 15px;
  }
  .credit .contact-block .contact {
    margin-top: 14px;
  }
  .credit .contact-block .contact .ttl {
    font-size: 15px;
  }
  .credit .contact-block .contact .number {
    font-size: 28px;
    padding-left: 0;
  }
  .credit .contact-block .contact .number::after {
    height: 21px;
    width: 21px;
    left: -225px;
  }
  .credit .contact-block .contact .txt {
    font-size: 12px;
  }
  .credit .contact-block .img-area {
    margin-top: 25px;
    text-align: center;
  }
  .loan .content-block.inner-block {
    padding: 30px 15px 75px;
  }
  .loan .column-block .main-block {
    width: 100%;
  }
  .loan .column-block .link-block {
    display: none;
  }
  .loan .lead-block .ttl {
    font-size: 25px;
    line-height: 1.1;
  }
  .loan .lead-block .txt {
    font-size: 13px;
    line-height: 1.8;
  }
  .loan .list-block .ttl {
    font-size: 20px;
    line-height: 1.4;
  }
  .loan .list-block .box .img {
    width: 136px;
  }
  .loan .list-block .box .txt-area {
    margin-left: 15px;
    width: calc(100% - 151px);
  }
  .loan .list-block .box .ttl {
    font-size: 15px;
    line-height: 1.8;
  }
  .loan .list-block .box .txt {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 12px;
  }
  .loan .list-block .box a {
    margin: auto;
    width: 100%;
  }
  .loan .list-block .box + .box {
    margin-top: 33px;
  }
  .loan .list-block .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .loan .list-block {
    padding: 34px 0 42px;
    margin-top: 33px;
  }
  .loan .about-block .ttl {
    font-size: 20px;
  }
  .loan .about-block .txt + .txt {
    margin-top: 11px;
  }
  .loan .about-block .txt {
    font-size: 13px;
    line-height: 1.8;
    margin-top: 12px;
  }
  .loan .about-block .img {
    margin: 9px 0 18px;
  }
  .loan .about-block a + .txt {
    margin-top: 22px;
  }
  .loan .about-block a {
    margin: 0 auto 18px;
  }
  .loan .about-block {
    padding-top: 33px;
  }
  .loan .consultation-block .ttl {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 18px;
  }
  .loan .consultation-block {
    padding: 25px 20px 40px;
    margin-top: 30px;
  }
  .loan.foundation .lead-block .anchor-box.anc2 a {
    font-size: 15px;
    letter-spacing: 0.06em;
    padding: 0 19px 0 38px;
    width: 100%;
  }
  .loan.foundation .lead-block .anchor-box.anc2 a:after {
    top: 7px;
    bottom: inherit;
  }
  .loan.foundation .lead-block .anchor-box.anc2 a + a {
    margin-top: 4px;
  }
  .loan.foundation .lead-block .anchor-box.anc2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 17px 0;
  }
  .loan.foundation .lead-block .anchor-box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 17px;
    margin-bottom: 40px;
  }
  .loan.foundation .lead-block .anchor-box span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% / 2);
  }
  .loan.foundation .lead-block .anchor-box span + span:before {
    content: none;
  }
  .loan.foundation .lead-block .anchor-box span:nth-child(2n + 2) {
    border-left: 1px solid #ddd;
  }
  .loan.foundation .lead-block .anchor-box span:nth-child(n + 3) {
    border-top: 1px solid #ddd;
  }
  .loan.foundation .lead-block .anchor-box 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;
    padding: 21px 0 21px 33px;
    font-size: 15px;
  }
  .loan.foundation .lead-block .anchor-box a:after {
    height: 8px;
    width: 8px;
    left: 19px;
  }
  .loan.foundation .lead-block .img + .txt {
    margin-top: 19px;
  }
  .loan.foundation .lead-block .ttl {
    font-size: 20px;
    margin-bottom: 19px;
  }
  .loan.foundation .lead-block .ttl + .txt {
    margin-top: 15px;
  }
  .loan.foundation .lead-block .txt + .img {
    margin-top: 18px;
    margin-bottom: 21px;
  }
  .loan.foundation .lead-block .txt + .img + .txt {
    margin-top: 17px;
  }
  .loan.foundation .lead-block .c-table02 + .txt {
    margin-top: 16px;
  }
  .loan.foundation .list-block .box .ttl {
    font-size: 20px;
    margin-bottom: 13px;
  }
  .loan.foundation .list-block .box .txt {
    margin-bottom: 17px;
  }
  .loan.foundation .list-block .box .txt + .c-btn01 {
    margin: 20px auto 31px;
  }
  .loan.foundation .list-block .box .txt + .list {
    margin-top: 9px;
  }
  .loan.foundation .list-block .box .txt + .small {
    margin-top: 13px;
  }
  .loan.foundation .list-block .box {
    padding: 31px 0 35px;
  }
  .loan.foundation .table-wrap .c-table02 + .c-table02 {
    margin-top: 15px;
    margin-left: 0;
  }
  .loan.foundation .table-wrap + .table-caption {
    margin-top: 33px;
  }
  .loan.foundation .table-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .loan.foundation .c-table02.large th {
    width: 132px;
  }
  .loan.foundation .c-table02 td.sp-center {
    text-align: center;
  }
  .loan.foundation .c-table02 caption.long {
    margin-bottom: 10px;
  }
  .loan.foundation .c-table02 + .txt.short {
    margin-top: 20px;
  }
  .loan.foundation .c-table02 + .txt + .c-table02 {
    margin-top: 13px;
  }
  .loan.foundation .c-table02 + .img.over {
    margin: 24px 0 20px !important;
  }
  .loan.foundation .c-table02 + .img.over + .txt {
    margin-top: 24px;
  }
  .loan.foundation .c-table02 {
    border: 1px solid #ddd;
    margin-top: 13px;
  }
  .loan.foundation .c-table02 tr + tr {
    border-top: 1px solid #ddd;
  }
  .loan.foundation .c-table02 th,
  .loan.foundation .c-table02 td {
    padding: 10px;
  }
  .loan.foundation .c-table02 th {
    background: #f9f9f9;
    display: table-cell;
    font-size: 12px;
    width: 88px;
  }
  .loan.foundation .c-table02 td {
    border-left: 1px solid #ddd;
    display: table-cell;
    font-size: 12px;
    vertical-align: middle;
  }
  .loan.foundation .c-table02.short th,
  .loan.foundation .c-table02.long th,
  .loan.foundation .c-table02.medium th {
    width: 88px;
  }
  .loan.foundation .c-table02 ul li {
    margin-left: 12px;
  }
  .loan.foundation .c-table02 caption {
    font-size: 13px;
    margin-bottom: 11px;
  }
  .loan.foundation .c-table02 + .c-table02 {
    margin-top: 24px;
  }
  .loan.foundation .c-table02 + .txt {
    margin-top: 23px;
  }
  .loan.foundation .c-table02.over {
    margin-top: 15px !important;
  }
  .loan.foundation .c-table02.sp-large {
    width: 593px;
  }
  .loan.foundation .c-table02.sp-large th {
    min-width: 85px;
  }
  .loan.foundation .c-table02.sp-large th.small {
    min-width: 53px;
  }
  .loan.foundation .scroll + .txt {
    margin-top: 22px;
  }
  .loan.foundation .scroll {
    overflow-x: auto;
  }
  .loan.foundation .sub-ttl {
    font-size: 15px;
  }
  .loan.foundation .small {
    font-size: 11px;
    margin-top: 19px;
  }
  .loan.foundation .small + .txt {
    margin-top: 15px;
  }
  .loan.foundation .over + .small + .txt {
    margin-top: 0;
  }
  .loan.foundation .table-caption {
    font-size: 13px;
    margin-bottom: 12px;
  }
  .loan.foundation .list {
    line-height: 1.8;
  }
  .loan.foundation.fou-num .lead-block .txt {
    line-height: 1.8;
  }
  .loan.foundation.fou-num .box .txt {
    margin-bottom: 0;
  }
  .loan.foundation.fou-num .box .img {
    margin: 17px 0 19px;
  }
  .loan.foundation.fou-num .table-img {
    margin-bottom: 15px;
  }
  .flat35 {
    padding-bottom: 64px;
  }
  .flat35 .inner-block {
    padding: 0 15px;
  }
  .flat35 .article-mv-block {
    background-image: url(../img/common/mv_sp.jpg);
    line-height: 1.5;
  }
  .flat35 .column-block {
    margin-top: 20px;
  }
  .flat35 .column-block .main-block {
    width: auto;
  }
  .flat35 .column-block .main-block .lead-block .ttl {
    font-size: 25px;
    line-height: 1.2;
  }
  .flat35 .column-block .main-block .lead-block .txt {
    font-size: 20px;
    margin-top: 20px;
    padding: 14px 0;
    line-height: 1.4;
  }
  .flat35 .column-block .main-block .img-block {
    margin-top: 25px;
  }
  .flat35 .column-block .main-block .img-block .ttl {
    font-size: 14px;
  }
  .flat35 .column-block .main-block .img-block .img-area {
    font-size: 25px;
    margin-top: 20px;
  }
  .flat35 .column-block .main-block .step-block {
    padding-bottom: 56px;
  }
  .flat35 .column-block .main-block .step-block .box {
    margin-top: 50px;
  }
  .flat35 .column-block .main-block .step-block .box:first-child {
    margin-top: 65px;
  }
  .flat35 .column-block .main-block .step-block .box .ttl {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .flat35 .column-block .main-block .step-block .box .txt {
    font-size: 11px;
    margin-top: 15px;
  }
  .flat35 .column-block .main-block .step-block .box .list-area {
    margin-top: 20px;
  }
  .flat35 .column-block .main-block .step-block .box .list-area .item {
    margin-top: 3px;
    font-size: 11px;
    padding-left: 20px;
  }
  .flat35
    .column-block
    .main-block
    .step-block
    .box
    .list-area
    .item
    .decoration {
    top: 0;
  }
  .flat35 .column-block .main-block .step-block .box .list-area .item-40 {
    padding-left: 30px;
  }
  .flat35 .column-block .main-block .step-block .box .txt-dec .item {
    padding-left: 15px;
  }
  .flat35 .column-block .main-block .step-block .box .txt-dec .item::after {
    height: 3px;
    width: 3px;
    top: 6px;
  }
  .flat35 .column-block .main-block .step-block .box .link-area {
    font-size: 12px;
    margin-top: 20px;
  }
  .flat35 .column-block .main-block .step-block .box .link-area a {
    padding-left: 20px;
  }
  .flat35 .column-block .main-block .step-block .box .link-area a::after {
    height: 11px;
    width: 11px;
    bottom: 3px;
  }
  .flat35 .column-block .main-block .second-con .ttl-area {
    font-size: 20px;
    margin-top: 50px;
  }
  .flat35 .column-block .main-block .second-con .box {
    font-size: 17px;
    margin-top: 50px;
  }
  .flat35 .column-block .main-block .second-con .box .ttl {
    font-size: 17px;
    padding-bottom: 10px;
  }
  .flat35 .column-block .main-block .second-con .box .table-area {
    font-size: 10px;
    margin-top: 40px;
  }
  .flat35 .column-block .main-block .second-con .box .table-area th {
    padding: 10px;
  }
  .flat35 .column-block .main-block .second-con .box .table-area td {
    padding: 10px;
  }
  .flat35 .column-block .main-block .last-con {
    padding: 0;
  }
  .flat35 .column-block .main-block .last-con .ttl-area {
    font-size: 20px;
    margin-top: 50px;
  }
  .flat35 .column-block .main-block .last-con .txt {
    font-size: 11px;
    margin-top: 15px;
  }
  .flat35 .column-block .main-block .consultation-block {
    padding: 34px 10px;
    margin: 25px -15px 0;
  }
  .flat35 .column-block .main-block .consultation-block .ttl {
    font-size: 20px;
  }
  .flat35 .column-block .link-block {
    display: none;
  }
  .flat35 .c-banner-list {
    margin-top: 8px;
  }
  .simulation {
    padding-bottom: 64px;
  }
  .simulation .inner-block {
    padding: 0 15px;
  }
  .simulation .article-mv-block {
    background-image: url(../img/common/mv_sp.jpg);
    line-height: 1.5;
  }
  .simulation .column-block {
    margin-top: 20px;
  }
  .simulation .column-block .main-block {
    width: auto;
    margin-bottom: 52px;
  }
  .simulation .column-block .main-block .caption-block .txt {
    line-height: 2.1;
  }
  .simulation .column-block .main-block .caption-block {
    margin-bottom: 17px;
  }
  .simulation .column-block .main-block #simulation .loan_table th + td {
    width: 66px;
  }
  .simulation .column-block .main-block #simulation .loan_table th {
    font-size: 12px;
    width: 88px;
    padding: 13px 1px;
    margin: 0 1px;
    text-align: center;
  }
  .simulation .column-block .main-block #simulation .loan_table td {
    font-size: 13px;
    margin: 0 1px;
    padding: 13px 1px;
  }
  .simulation .column-block .main-block #simulation .center.mt20 {
    margin: 15px 0;
  }
  .simulation
    .column-block
    .main-block
    #simulation
    .center.mt20
    + .loan_table
    th
    + td {
    width: 100px;
  }
  .simulation
    .column-block
    .main-block
    #simulation
    .center.mt20
    + .loan_table
    th
    + td
    + td {
    text-indent: -2em;
    padding-left: 2em;
  }
  .simulation .column-block .link-block {
    display: none;
  }
  .simulation .c-banner-list {
    margin-top: 8px;
  }
  .faq .lead-txt {
    font-size: 15px;
  }
  .faq .anchor-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 40px 0 50px;
  }
  .faq .anchor-list li {
    width: calc((100% - 13px) / 2);
  }
  .faq .anchor-list li:nth-child(even) {
    margin-left: 13px;
  }
  .faq .anchor-list li:nth-child(n + 3) {
    margin-top: 13px;
  }
  .faq .anchor-list li a {
    font-size: 12px;
    padding: 12px 0;
  }
  .faq .anchor-list li a .inn {
    padding-left: 18px;
  }
  .faq .anchor-list li a .inn::before {
    border-width: 0 1px 1px 0;
    width: 6px;
    height: 6px;
    top: -2px;
  }
  .faq .faq-block + .faq-block {
    margin-top: 40px;
  }
  .faq .faq-block .c-ttl02 {
    margin-bottom: 23px;
  }
  .faq .faq-block .box .ttl {
    font-size: 12px;
    padding: 15px;
    padding-right: 35px;
  }
  .faq .faq-block .box .ttl::before {
    border-width: 0 2px 2px 0;
    right: 12px;
    width: 8px;
    height: 8px;
  }
  .faq .faq-block .box .answer {
    padding: 20px 0;
  }
  .faq .faq-block .box .answer .txt {
    font-size: 11px;
  }
  .faq .contact-block {
    background: #fcfcfc;
    margin-top: 50px;
    padding: 48px 0 40px;
  }
  .faq .contact-block .txt {
    color: #d8000f;
    font-size: 20px;
  }
  .faq .c-banner-list {
    margin-top: 9px;
  }
  .guarantee .content-block {
    padding: 35px 0 60px;
  }
  .guarantee .c-border-content .sub-ttl {
    font-size: 19px;
  }
  .guarantee .c-border-content .img {
    margin: 20px auto 20px;
  }
  .guarantee .wide-ttl {
    font-size: 15px;
    padding: 10px;
  }
  .guarantee .border-list li {
    padding: 15px 0;
  }
  .guarantee .border-list li .tag,
  .guarantee .border-list li .txt {
    font-size: 13px;
  }
  .guarantee .border-list li .tag {
    width: 70px;
  }
  .guarantee .border-list li .txt {
    margin-top: 8px;
  }
  .guarantee .border-list + .note {
    margin-top: 13px;
  }
  .guarantee .note-area {
    font-size: 13px;
  }
  .guarantee .note-area .small {
    font-size: 11px;
  }
  .step .article-mv-block {
    background-image: url(../img/knowhow/step/mv_sp.jpg);
  }
  .step .lead-txt {
    font-size: 15px;
    margin-top: 24px;
  }
  .step .step-content .step-box .ttl {
    font-size: 20px;
    text-align: center;
  }
  .step .step-content .step-box .ttl .step-num {
    font-size: 13px;
  }
  .step .step-content .step-box .txt a {
    font-size: 12px;
    padding-left: 18px;
  }
  .step .step-content .step-box .txt a:before {
    height: 8px;
    width: 8px;
    top: 5px;
  }
  .step .step-content .step-box .txt-area .txt .small {
    font-size: 11px;
  }
  .step .step-content .step-box .txt-area .txt {
    font-size: 13px;
    margin-right: 0;
    line-height: 1.8;
  }
  .step .step-content .step-box .txt-area .img {
    width: 112px;
  }
  .step .step-content .step-box .btn-wrap .c-btn01 + .c-btn01 {
    margin-left: auto;
    margin-top: 20px;
  }
  .step .step-content .step-box .btn-wrap .c-btn01 {
    width: 100%;
    max-width: 240px;
  }
  .step .step-content .step-box .btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: auto;
    margin-left: auto;
  }
  .step .step-content .step-box {
    padding: 20px 0;
  }
  .step .step-content .step-box:last-child {
    border-bottom: 0;
    padding-bottom: 60px;
  }
  .step .step-content + .step-content {
    margin-top: 0;
  }
  .step .step-content {
    margin-top: 30px;
  }
  .step .step-content:last-child .ttl-block.sp {
    border-bottom: 1px solid #ddd;
  }
  .step .step-content:last-child .ttl-block.is-open {
    border-bottom: 0;
  }
  .step .step-content .sp-aco > .txt {
    font-size: 13px;
    letter-spacing: 0.15em;
    line-height: 1.8;
    margin: 20px 0;
  }
  .step {
    padding-bottom: 75px;
  }
  .step .sp-aco {
    display: none;
  }
  .privacy .content-block {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .privacy .box .ttl {
    font-size: 25px;
  }
  .privacy .box .txt {
    font-size: 13px;
    text-align: justify;
  }
  .privacy .box .txt .small {
    font-size: 11px;
  }
  .privacy .box .small-list li {
    font-size: 11px;
    padding-left: 22px;
    padding-right: 15px;
  }
  .privacy .box .no-num > li:before {
    width: 5px;
  }
  .privacy .box .no-num > li {
    font-size: 13px;
    padding-left: 51px;
  }
  .privacy .box .sub-box .ttl {
    font-size: 20px;
    margin-top: 14px;
    margin-top: 10px;
  }
  .privacy .box .sub-box .small-ttl {
    font-size: 16px;
  }
  .privacy .box .sub-box .txt + .txt {
    margin-top: 28px;
  }
  .privacy .box .sub-box .c-table02 td {
    padding: 0;
  }
  .privacy .box .sub-box .c-table02 .row .txt + .txt {
    margin-left: 0;
  }
  .privacy .box .sub-box .c-table02 .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .privacy .box .sub-box a {
    display: block;
  }
  .privacy .box .sub-box .small-list li {
    font-size: 13px;
    padding-right: 22px;
    left: 30px;
  }
  .privacy .box .sub-box + .sub-box .ttl {
    margin-top: 39px;
  }
  .privacy .box {
    padding: 50px 0;
  }
  .jikken .content-block .ttl-area .txt {
    font-size: 13px;
    text-align: left;
    margin-bottom: 45px;
  }
  .jikken .content-block .box .ttl {
    font-size: 25px;
    line-height: 1.2;
    text-align: center;
    margin: 28px 0 24px;
  }
  .jikken .content-block .box .img {
    margin-left: -15px;
    width: calc(100% + 30px);
  }
  .jikken .content-block .box + .box {
    margin-top: 41px;
  }
  .jikken .content-block .movie-area .movie .ttl {
    font-size: 20px;
    margin-top: 22px;
    margin-bottom: 15px;
  }
  .jikken .content-block .movie-area .movie .txt {
    font-size: 11px;
  }
  .jikken .content-block .movie-area .movie .movie-wrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .jikken .content-block .movie-area .movie .movie-wrap iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .jikken .content-block .movie-area .ttl {
    font-size: 20px;
    margin-top: 24px;
    margin-bottom: 15px;
  }
  .jikken .content-block .movie-area .box-wrap .box-inn {
    width: 100%;
  }
  .jikken .content-block .movie-area .box-wrap .box-inn .img {
    width: 100%;
    margin-left: 0;
  }
  .jikken .content-block .movie-area .box-wrap .box-inn .txt {
    font-size: 12px;
    margin-top: 12px;
  }
  .jikken .content-block .movie-area .box-wrap .box-inn + .box-inn {
    margin-left: 10px;
  }
  .jikken .content-block .btn-wrap {
    margin-top: 29px;
  }
  .jikken .content-block {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .planttrees .article-mv-block {
    background: url(../img/planttrees/sp/mv.jpg) no-repeat center top/cover;
    height: 162px;
  }
  .planttrees .fade-slider .img {
    height: 210px;
  }
  .planttrees .content-block.inner-block {
    padding: 50px 15px;
  }
  .planttrees .content-block .content-area .txt-box .img img + img {
    margin-top: 33px;
  }
  .planttrees .content-block .content-area .txt-box .movie {
    position: relative;
    padding-top: 56.25%;
    width: 100%;
  }
  .planttrees .content-block .content-area .txt-box .movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .planttrees .content-block .content-area .txt-box .movie {
    margin-top: 33px;
  }
  .planttrees .content-block .content-area .red-list .ttl-img {
    margin-top: 50px;
  }
  .planttrees .content-block .content-area .red-list .txt + .img {
    margin-top: 11px;
  }
  .planttrees .content-block .content-area .red-list .txt {
    font-size: 13px;
    line-height: 1.8;
    margin-top: 14px;
  }
  .planttrees .content-block .content-area .red-list .subttl-img {
    margin-top: 28px;
  }
  .planttrees .content-block .content-area .red-list .img-wrap .img {
    width: 100%;
  }
  .planttrees .content-block .content-area .red-list .sugi-box .txt {
    font-size: 12px;
    padding: 1px 4px;
    margin-bottom: 16px;
  }
  .planttrees
    .content-block
    .content-area
    .red-list
    .sugi-box
    .box
    .img-wrap
    + .img {
    margin-left: 11px;
  }
  .planttrees .content-block .content-area .red-list .sugi-box .box .img-wrap {
    width: auto;
  }
  .planttrees .content-block .content-area .red-list .sugi-box .box + .txt {
    margin-top: 14px;
  }
  .planttrees
    .content-block
    .content-area
    .red-list
    .box:nth-child(2)
    .img-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .planttrees
    .content-block
    .content-area
    .red-list
    .box:nth-child(3)
    .txt-wrap {
    margin-bottom: 0;
  }
  .planttrees
    .content-block
    .content-area
    .red-list
    .box:nth-child(3)
    .img-wrap
    .img {
    margin-top: 25px;
    width: 100%;
  }
  .planttrees
    .content-block
    .content-area
    .red-list
    .box:nth-child(3)
    .img-wrap
    .img
    + .img {
    margin-top: 20px;
  }
  .planttrees
    .content-block
    .content-area
    .red-list
    .box:nth-child(3)
    .img-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .planttrees
    .content-block
    .content-area
    .red-list
    .box:nth-child(3)
    .img-wrap
    .img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .planttrees
    .content-block
    .content-area
    .red-list
    .box:nth-child(3)
    .img-wrap
    .img
    .txt-wrap {
    display: block;
    width: 115px;
  }
  .planttrees
    .content-block
    .content-area
    .red-list
    .box:nth-child(3)
    .img-wrap
    .img
    .txt-wrap
    .txt {
    font-size: 13px;
  }
  .planttrees
    .content-block
    .content-area
    .red-list
    .box:nth-child(3)
    .img-wrap
    .img
    .txt-wrap
    .txt:first-child {
    font-size: 11px;
    padding: 0;
    width: 50px;
    text-align: center;
  }
  .planttrees
    .content-block
    .content-area
    .red-list
    .box:nth-child(3)
    .img-wrap
    .img
    img {
    width: calc(100% - 115px);
    height: 100%;
  }
  .planttrees
    .content-block
    .content-area
    .red-list
    .box:nth-child(3)
    .img-wrap
    .img
    img
    + .txt {
    margin-top: 8px;
    width: 100%;
  }
  .planttrees
    .content-block
    .content-area
    .red-list
    .box:nth-child(3)
    img
    + .txt {
    margin-top: 0;
  }
  .planttrees .content-block .content-area .red-list .red-line-box .ttl {
    font-size: 20px;
    padding: 7px 20px;
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .planttrees .content-block .content-area .red-list .red-line-box .txt {
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 0.15em;
  }
  .planttrees
    .content-block
    .content-area
    .red-list
    .red-line-box
    .txt
    + .img-wrap {
    margin-top: 14px;
  }
  .planttrees
    .content-block
    .content-area
    .red-list
    .red-line-box
    .img-wrap
    + .txt {
    margin-top: 1px;
    font-size: 10px;
  }
  .planttrees
    .content-block
    .content-area
    .red-list
    .red-line-box
    .img-wrap
    .img {
    width: calc((100% - 9px) / 2);
  }
  .planttrees
    .content-block
    .content-area
    .red-list
    .red-line-box
    .img-wrap
    .img
    img
    + .txt {
    text-align: center;
    font-size: 10px;
    margin-top: 1px;
  }
  .planttrees
    .content-block
    .content-area
    .red-list
    .red-line-box
    .img-wrap
    + .img-wrap {
    font-size: 14px;
  }
  .planttrees .content-block .content-area .red-list .red-line-box {
    padding: 0 20px 24px;
  }
  .planttrees .content-block .content-area .red-list .banner {
    margin-top: 60px;
  }
  .planttrees .content-block .content-area {
    width: 100%;
  }
  .real-estate {
    padding-bottom: 64px;
  }
  .real-estate .article-mv-block {
    background-image: url(../img/real-estate/mv_sp.jpg);
    line-height: 1.5;
  }
  .real-estate .content-block .content-box .txt-box .img {
    width: 100%;
  }
  .real-estate .content-block .content-box .txt-box .txt-area .ttl {
    font-size: 20px;
    margin-top: 18px;
    margin-bottom: 8px;
    letter-spacing: 0.06em;
  }
  .real-estate .content-block .content-box .txt-box .txt-area .txt {
    font-size: 13px;
    margin-bottom: 14px;
  }
  .real-estate .content-block .content-box .txt-box .txt-area .c-btn01 {
    margin: auto;
  }
  .real-estate .content-block .content-box .txt-box .txt-area {
    width: 100%;
  }
  .real-estate .content-block .content-box .txt-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .real-estate .content-block .content-box + .content-box {
    margin-top: 56px;
  }
  .real-estate .content-block .ttl-area .ttl {
    font-size: 25px;
  }
  .real-estate .content-block .ttl-area + .txt {
    font-size: 13px;
    text-align: justify;
    margin-top: 18px;
    margin-bottom: 26px;
  }
  .real-estate .content-block .ttl-area + .txt-box {
    margin-top: 20px;
  }
  .real-estate .content-block .txt-box + .txt-box {
    margin-top: 38px;
  }
  .real-estate .content-block {
    padding-top: 25px;
  }
  .sitemap {
    padding-bottom: 64px;
  }
  .sitemap .content-block .link-wrap .ttl:before {
    width: 6px;
    height: 6px;
    left: 4px;
    top: -3px;
  }
  .sitemap .content-block .link-wrap .ttl:after {
    width: 15px;
    height: 15px;
    top: -2px;
  }
  .sitemap .content-block .link-wrap .ttl {
    font-size: 15px;
    padding-left: 20px;
    margin-bottom: 14px;
  }
  .sitemap .content-block .link-wrap .link-list li a {
    font-size: 12px;
    padding: 3px 5px 2px;
    min-height: 43px;
  }
  .sitemap .content-block .link-wrap .link-list li:before {
    width: 6px;
    height: 6px;
    right: 7px;
  }
  .sitemap .content-block .link-wrap .link-list li {
    width: calc((100% - 15px) / 2);
  }
  .sitemap .content-block .link-wrap .link-list li:nth-child(2n + 2) {
    margin-left: 15px;
  }
  .sitemap .content-block .link-wrap .link-list li:nth-child(n + 3) {
    margin-top: 15px;
  }
  .sitemap .content-block .link-wrap + .link-wrap {
    margin-top: 40px;
  }
  .sitemap .content-block .inner-block {
    padding: 20px 15px 0;
  }
  .reform {
    padding-bottom: 64px;
  }
  .reform .content-block .link-wrap .ttl:before {
    width: 6px;
    height: 6px;
    left: 4px;
    top: -3px;
  }
  .reform .content-block .link-wrap .ttl:after {
    width: 15px;
    height: 15px;
    top: -2px;
  }
  .reform .content-block .link-wrap .ttl {
    font-size: 15px;
    padding-left: 20px;
    margin-bottom: 14px;
  }
  .reform .content-block .link-wrap .link-list li a {
    font-size: 12px;
    padding: 3px 5px 2px;
    min-height: 43px;
  }
  .reform .content-block .link-wrap .link-list li:before {
    width: 6px;
    height: 6px;
    right: 7px;
  }
  .reform .content-block .link-wrap .link-list li {
    width: calc((100% - 15px) / 2);
  }
  .reform .content-block .link-wrap .link-list li:nth-child(2n + 2) {
    margin-left: 15px;
  }
  .reform .content-block .link-wrap .link-list li:nth-child(n + 3) {
    margin-top: 15px;
  }
  .reform .content-block .link-wrap + .link-wrap {
    margin-top: 40px;
  }
  .reform .content-block .ttl-area .ttl {
    font-size: 25px;
  }
  .reform .content-block .box .img {
    width: 100%;
  }
  .reform .content-block .box .txt-area .ttl {
    font-size: 20px;
    line-height: 1.55;
    margin-top: 18px;
  }
  .reform .content-block .box .txt-area .txt {
    font-size: 13px;
    line-height: 1.8;
    margin-top: 11px;
  }
  .reform .content-block .box .txt-area {
    width: 100%;
  }
  .reform .content-block .box + .ttl-area {
    margin: 37px 0 23px;
  }
  .reform .content-block .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 16px;
  }
  .reform .content-block .box-wrap .box .ttl {
    font-size: 20px;
    margin-top: 14px;
  }
  .reform .content-block .box-wrap .box .txt {
    font-size: 13px;
    margin-top: 8px;
  }
  .reform .content-block .box-wrap .box {
    width: 100%;
  }
  .reform .content-block .box-wrap .box + .box {
    margin-top: 26px;
  }
  .reform .content-block .consultation-wrap .ttl {
    font-size: 20px;
  }
  .reform .content-block .consultation-wrap .txt {
    font-size: 13px;
    text-align: left;
    margin: 14px 0 20px;
  }
  .reform .content-block .consultation-wrap .flex-wrap .flex-box .wrap .img {
    width: 126px;
  }
  .reform
    .content-block
    .consultation-wrap
    .flex-wrap
    .flex-box
    .wrap
    .txt-area
    .ttl {
    font-size: 16px;
  }
  .reform
    .content-block
    .consultation-wrap
    .flex-wrap
    .flex-box
    .wrap
    .txt-area
    .txt {
    font-size: 12px;
    margin-bottom: 0;
  }
  .reform
    .content-block
    .consultation-wrap
    .flex-wrap
    .flex-box
    .wrap
    .txt-area {
    width: calc(100% - 136px);
  }
  .reform .content-block .consultation-wrap .flex-wrap .flex-box {
    width: 100%;
  }
  .reform .content-block .consultation-wrap .flex-wrap .flex-box + .flex-box {
    margin-top: 30px;
  }
  .reform .content-block .consultation-wrap .flex-wrap .btn-wrap {
    margin-top: 17px;
  }
  .reform .content-block .consultation-wrap .flex-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .reform .content-block .consultation-wrap {
    padding: 25px 20px !important;
    width: calc(100% - 30px);
    margin: 50px auto 0;
  }
  .reform .content-block .inner-block {
    padding-top: 16px;
  }
  .reform .content-block .link-list-block {
    margin-top: 34px;
  }
  .reform .content-block .link-list-block .link-wrap {
    margin: 0;
  }
  .reform .content-block .link-list-block .link-wrap .ttl {
    background: #fafafa;
    border: 1px solid #dddddd;
    border-bottom: 0;
    font-size: 14px;
    letter-spacing: 0.1em;
    padding: 13px 10px;
    margin-bottom: 0;
  }
  .reform .content-block .link-list-block .link-wrap .ttl:before,
  .reform .content-block .link-list-block .link-wrap .ttl:after {
    content: none;
  }
  .reform .content-block .link-list-block .link-list {
    display: block;
  }
  .reform .content-block .link-list-block .link-list li {
    width: 100%;
  }
  .reform .content-block .link-list-block .link-list li:nth-child(2n + 2),
  .reform .content-block .link-list-block .link-list li:nth-child(n + 3) {
    margin: 0;
  }
  .reform .content-block .link-list-block .link-list li + li {
    border-top: 0;
  }
  .reform .content-block .link-list-block .link-list li a {
    padding-left: 25px;
  }
  .reform .content-block .link-list-block .link-list li:before {
    right: inherit;
    left: 11px;
  }
  .reform.list .item-wrap .item .category li {
    font-size: 10px;
  }
  .reform.list .item-wrap .item .category {
    margin-top: 7px;
  }
  .reform.list .item-wrap .item .ttl {
    font-size: 15px;
    margin-bottom: 8px;
  }
  .reform.list .item-wrap .item .ttl .small {
    font-size: 10px;
  }
  .reform.list .item-wrap .item .txt {
    font-size: 11px;
    line-height: 1.8;
  }
  .reform.list .item-wrap .item .c-btn01 {
    margin-top: 6px;
  }
  .reform.list .item-wrap .item {
    width: calc((100% - 15px) / 2);
  }
  .reform.list .item-wrap .item:nth-child(2n + 2) {
    margin-left: 15px;
  }
  .reform.list .item-wrap .item:nth-child(n + 3) {
    margin-top: 31px;
  }
  .reform.list .item-wrap {
    margin-top: 14px;
  }
  .reform.detail .detail-mv-block .breadcrumb-list {
    line-height: 1.6;
    position: relative;
    bottom: 0;
    padding: 12px 0 14px;
  }
  .reform.detail .detail-mv-block .breadcrumb-list li {
    color: #d8000f;
  }
  .reform.detail .detail-mv-block .breadcrumb-list li a {
    color: #333;
  }
  .reform.detail .detail-mv-block .breadcrumb-list li + li:before {
    background: #333;
  }
  .reform.detail .detail-mv-block .txt-area .ttl .small {
    font-size: 14px;
  }
  .reform.detail .detail-mv-block .txt-area .txt-wraps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 13px;
  }
  .reform.detail .detail-mv-block .txt-area .txt-wrap li .ttl {
    font-size: 11px;
    min-width: 44px;
    padding: 3px 4px;
  }
  .reform.detail .detail-mv-block .txt-area .txt-wrap li .txt {
    font-size: 12px;
    margin-left: 3px;
  }
  .reform.detail .detail-mv-block .txt-area .txt-wrap li + li {
    margin-top: 10px;
  }
  .reform.detail .detail-mv-block .txt-area .txt-wrap + .txt-wrap {
    margin-left: 0;
    margin-top: 10px;
  }
  .reform.detail .detail-mv-block .txt-area {
    margin: 0 auto 0;
    padding: 27px 20px 18px;
  }
  .reform.detail .detail-mv-block {
    padding-bottom: 49px;
  }
  .reform.detail .content-block .main-ttl {
    font-size: 15px;
    margin: 22px 0 27px;
  }
  .reform.detail .content-block .box-wrap + .box-wrap {
    margin-top: 23px;
  }
  .reform.detail .content-block .box-wrap .box .txt {
    margin-top: 13px;
    font-size: 12px;
    line-height: 1.6;
  }
  .reform.detail .content-block .box-wrap .box {
    width: calc((100% - 14px) / 2);
  }
  .reform.detail .content-block .box-wrap .box:nth-child(2n + 2) {
    margin-left: 14px;
  }
  .reform.detail .content-block .box-wrap .box + .box {
    margin-top: 0;
  }
  .reform.detail .content-block .box-wrap .box:nth-child(n + 3) {
    margin-top: 23px;
  }
  .reform.detail .content-block .box-wrap .box:nth-child(even) .img::before {
    border-width: 0 2px 2px 0;
    width: 13px;
    height: 13px;
    left: -17px;
  }
  .reform-faq .content-block .link-wrap .ttl:before {
    width: 6px;
    height: 6px;
    left: 4px;
    top: -3px;
  }
  .reform-faq .content-block .link-wrap .ttl:after {
    width: 15px;
    height: 15px;
    top: -2px;
  }
  .reform-faq .content-block .link-wrap .ttl {
    font-size: 15px;
    padding-left: 20px;
    margin-bottom: 14px;
  }
  .reform-faq .content-block .link-wrap .link-list li a {
    font-size: 12px;
    padding: 3px 5px 2px;
    min-height: 43px;
  }
  .reform-faq .content-block .link-wrap .link-list li:before {
    width: 6px;
    height: 6px;
    right: 7px;
  }
  .reform-faq .content-block .link-wrap .link-list li {
    width: calc((100% - 15px) / 2);
  }
  .reform-faq .content-block .link-wrap .link-list li:nth-child(2n + 2) {
    margin-left: 15px;
  }
  .reform-faq .content-block .link-wrap .link-list li:nth-child(n + 3) {
    margin-top: 15px;
  }
  .reform-faq .content-block .link-wrap + .link-wrap {
    margin-top: 40px;
  }
  .reform-faq .content-block .consultation-wrap .ttl {
    font-size: 20px;
  }
  .reform-faq .content-block .consultation-wrap .txt {
    font-size: 13px;
    text-align: left;
    margin: 14px 0 20px;
  }
  .reform-faq
    .content-block
    .consultation-wrap
    .flex-wrap
    .flex-box
    .wrap
    .img {
    width: 126px;
  }
  .reform-faq
    .content-block
    .consultation-wrap
    .flex-wrap
    .flex-box
    .wrap
    .txt-area
    .ttl {
    font-size: 16px;
  }
  .reform-faq
    .content-block
    .consultation-wrap
    .flex-wrap
    .flex-box
    .wrap
    .txt-area
    .txt {
    font-size: 12px;
    margin-bottom: 0;
  }
  .reform-faq
    .content-block
    .consultation-wrap
    .flex-wrap
    .flex-box
    .wrap
    .txt-area {
    width: calc(100% - 136px);
  }
  .reform-faq .content-block .consultation-wrap .flex-wrap .flex-box {
    width: 100%;
  }
  .reform-faq
    .content-block
    .consultation-wrap
    .flex-wrap
    .flex-box
    + .flex-box {
    margin-top: 30px;
  }
  .reform-faq .content-block .consultation-wrap .flex-wrap .btn-wrap {
    margin-top: 17px;
  }
  .reform-faq .content-block .consultation-wrap .flex-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .reform-faq .content-block .consultation-wrap {
    padding: 25px 20px;
    width: calc(100% - 30px);
    margin: 50px auto 0;
  }
  .reform-faq .content-block .link-list-block {
    margin-top: 34px;
  }
  .reform-faq .content-block .link-list-block .link-wrap {
    margin: 0;
  }
  .reform-faq .content-block .link-list-block .link-wrap .ttl {
    background: #fafafa;
    border: 1px solid #dddddd;
    border-bottom: 0;
    font-size: 14px;
    letter-spacing: 0.1em;
    padding: 13px 10px;
    margin-bottom: 0;
  }
  .reform-faq .content-block .link-list-block .link-wrap .ttl:before,
  .reform-faq .content-block .link-list-block .link-wrap .ttl:after {
    content: none;
  }
  .reform-faq .content-block .link-list-block .link-list {
    display: block;
  }
  .reform-faq .content-block .link-list-block .link-list li {
    width: 100%;
  }
  .reform-faq .content-block .link-list-block .link-list li:nth-child(2n + 2),
  .reform-faq .content-block .link-list-block .link-list li:nth-child(n + 3) {
    margin: 0;
  }
  .reform-faq .content-block .link-list-block .link-list li + li {
    border-top: 0;
  }
  .reform-faq .content-block .link-list-block .link-list li a {
    padding-left: 25px;
  }
  .reform-faq .content-block .link-list-block .link-list li:before {
    right: inherit;
    left: 11px;
  }
  .reform-faq .lead-txt {
    font-size: 12px;
    margin: 46px 0;
  }
  .menu-wrap .ttl {
    font-size: 25px;
  }
  .menu-wrap .menu-list-wrap .box a {
    min-height: inherit;
    height: 75px;
  }
  .menu-wrap .menu-list-wrap .box a img {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  .menu-wrap .menu-list-wrap .box .txt {
    font-size: 12px;
    margin-top: 7px;
  }
  .menu-wrap .menu-list-wrap .box {
    margin: 0;
    width: calc((100% - 24px) / 3);
  }
  .menu-wrap .menu-list-wrap .box:nth-child(3n + 2) {
    margin: 0 12px;
  }
  .menu-wrap .menu-list-wrap .box:nth-child(n + 4) {
    margin-top: 12px;
  }
  .menu-wrap .menu-list-wrap {
    margin-top: 16px;
  }
  .menu-wrap + .menu-wrap {
    margin-top: 37px;
  }
  .anchor-list-wrap .box .img {
    width: 100% !important;
  }
  .anchor-list-wrap .box .img img {
    width: 100%;
  }
  .anchor-list-wrap .box .txt-area .ttl {
    font-size: 18px;
  }
  .anchor-list-wrap .box .txt-area .sub-ttl {
    font-size: 15px;
  }
  .anchor-list-wrap .box .txt-area .txt {
    font-size: 13px;
    margin-top: 13px !important;
  }
  .anchor-list-wrap .box .txt-area .info-txt {
    font-size: 13px;
    margin-bottom: 11px;
    padding-top: 17px;
  }
  .anchor-list-wrap .box .txt-area {
    width: 100% !important;
  }
  .anchor-list-wrap .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .anchor-list-wrap {
    margin-top: 46px;
    padding-top: 48px;
  }
  .language-top {
    padding-bottom: 50px;
  }
  .language-top .language-mv-block {
    margin: 0 -15px;
  }
  .language-top .btn-wrap {
    margin-top: 34px;
  }
  .language-top .btn-wrap .c-btn02 {
    height: 46px;
    padding: 7px 15px;
    margin-top: 11px;
  }
  .language-top .btn-wrap .c-btn02:first-child {
    margin-top: 0;
  }
  .corporate-profile .content-block {
    padding-top: 0;
    padding-bottom: 60px;
  }
  .corporate-profile .c-table02 {
    border-top: solid 1px #bebcbc;
    border-bottom: solid 1px #bebcbc;
  }
  .corporate-profile .c-table02 tr {
    border-top: dashed 1px #bebcbc;
    padding: 15px 0;
    display: block;
  }
  .corporate-profile .c-table02 tr:first-child {
    border-top: none;
  }
  .corporate-profile .c-table02 th {
    margin: 0;
  }
  .corporate-profile .c-table02 td {
    margin-top: 3px;
  }
  .corporate-profile-csr .content-block {
    padding-top: 0;
    padding-bottom: 60px;
  }
  .corporate-profile-csr .c-ttl01 {
    margin-bottom: 20px;
  }
  .corporate-profile-csr .c-border-content .txt-img img {
    margin-top: 25px;
    width: 100%;
  }
  .corporate-profile-csr .c-border-content > .txt {
    line-height: 2;
  }
  .corporate-profile-csr .c-border-content .introduction li {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .corporate-profile-csr .c-border-content .introduction li:first-child {
    margin-top: 0;
  }
  .showrooms .content-block .ttl {
    font-size: 20px;
  }
  .showrooms .content-block .map-area .link-wrap .box .ttl:before {
    height: 12px;
    width: 12px;
  }
  .showrooms .content-block .map-area .link-wrap .box .ttl:after {
    height: 6px;
    width: 6px;
    left: 3px;
  }
  .showrooms .content-block .map-area .link-wrap .box .ttl {
    font-size: 16px;
  }
  .showrooms .content-block .map-area .link-wrap .box {
    width: 100%;
  }
  .showrooms .content-block .map-area .link-wrap .box + .box {
    margin-top: 25px;
  }
  .showrooms .content-block .map-area .link-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .showrooms .content-block .c-table02 .address-ttl {
    margin-bottom: 17px;
  }
  .showrooms .content-block .c-table02 .address-wrap + .address-wrap {
    margin-top: 17px;
  }
  .showrooms .content-block .c-table02 .info-list + .info-list {
    margin-top: 17px;
  }
  .showrooms .content-block .c-table02 {
    border-top: 1px solid #bebcbc;
    border-bottom: 1px solid #bebcbc;
    margin-top: 38px;
  }
  .showrooms .content-block .c-table02 tr + tr {
    border-top: 1px dashed #bebcbc;
  }
  .showrooms .content-block .c-table02 tr td {
    padding-bottom: 20px;
  }
  .showrooms .content-block .c-table02 th {
    padding-bottom: 3px;
  }
  .showrooms .content-block .c-table02 th:first-child {
    margin-top: 15px;
  }
  .showrooms .content-block.inner-block {
    padding: 27px 15px 50px;
  }
  .tamahome-value .content-block .ttl .txt {
    margin-top: 18px;
  }
  .tamahome-value .content-block .ttl {
    font-size: 25px;
    letter-spacing: 0.09em;
    line-height: 1.24;
    padding-bottom: 30px;
    margin-top: 23px;
  }
  .tamahome-value .content-block .sub-ttl {
    font-size: 20px;
    letter-spacing: 0.06em;
    line-height: 1.25;
    margin: 26px 0 10px;
  }
  .tamahome-value .content-block .small-ttl {
    margin-top: 16px;
  }
  .tamahome-value .content-block .txt + .sub-ttl {
    margin-top: 14px;
  }
  .tamahome-value .content-block .txt {
    font-size: 13px;
    line-height: 1.5;
  }
  .tamahome-value .content-block .txt .large {
    font-size: 15px;
  }
  .tamahome-value .content-block .c-table02 {
    border-top: 1px solid #bebcbc;
    border-bottom: 1px solid #bebcbc;
    margin-top: 56px;
  }
  .tamahome-value .content-block .c-table02 tr + tr {
    border-top: 1px dashed #bebcbc;
  }
  .tamahome-value .content-block .c-table02 tr th {
    margin-top: 15px;
  }
  .tamahome-value .content-block .c-table02 tr td {
    padding-bottom: 20px;
  }
  .tamahome-value .content-block .box-wrap .txt-area .sub-ttl {
    margin: 13px 0 10px;
  }
  .tamahome-value .content-block .box-wrap + .box-wrap {
    margin-top: 30px;
  }
  .tamahome-value .content-block .box-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px;
  }
  .tamahome-value .content-block .box-wrap .img {
    width: 100%;
  }
  .tamahome-value .content-block .box-wrap .img img {
    width: 100%;
  }
  .tamahome-value .content-block .box-wrap .txt-area {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }
  .tamahome-value .content-block.inner-block {
    padding-bottom: 80px;
  }
  .english-officers .officers-area .officers-list.col3 .position {
    font-size: 11px;
  }
  .english-officers .officers-area .officers-list.col3 .name {
    font-size: 11px;
  }
}

@media only screen and (min-width: 641px) and (max-width: 1450px) {
  .c-header .nav-list li > a,
  .c-header .nav-list li .mega-txt {
    font-size: 14px;
  }
}

@media only screen and (min-width: 641px) and (min-width: 641px) {
  .c-header .nav-list li > a,
  .c-header .nav-list li .mega-txt {
    position: relative;
  }
  .c-header .nav-list li > a:hover,
  .c-header .nav-list li .mega-txt:hover {
    color: #d8000f;
  }
  .c-header .nav-list li > a::before,
  .c-header .nav-list li .mega-txt::before {
    background: #ddd;
    content: "";
    display: block;
    height: 40px;
    position: absolute;
    width: 1px;
    bottom: 0;
    top: 0;
    left: 0;
    margin: auto;
  }
  .c-voice-wrap .box a:hover {
    -webkit-transform: translate3d(0, -6px, 0);
    transform: translate3d(0, -6px, 0);
  }
  .c-voice-wrap .box a:hover .img {
    -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.1);
  }
  .c-choosy-list li a:hover,
  .c-choosy-list li .link-area:hover {
    -webkit-transform: translate3d(0, -6px, 0);
    transform: translate3d(0, -6px, 0);
  }
  .c-choosy-list li a:hover .img,
  .c-choosy-list li .link-area:hover .img {
    -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.1);
  }
}

@media only screen and (min-width: 641px) and (max-width: 1400px) {
  .c-header .nav-list .mega-wrap {
    max-width: 900px;
  }
  .c-header .nav-list .mega-wrap .btn-list a {
    font-size: 13px;
    padding-right: 25px;
  }
  .c-header .nav-list .mega-wrap .btn-list a::before {
    right: 13px;
  }
}

@media only screen and (max-width: 1400px) {
  .c-header .nav-list .mega-wrap .img-list a .txt {
    font-size: 16px;
  }
}

@media only screen and (max-width: 640px) and (min-width: 641px) {
  .c-voice-wrap .box:nth-child(odd) .img {
    margin-right: auto;
    margin-left: -20px;
  }
}

@media only screen and (min-width: 1558px) and (max-width: 1770px) {
  .c-media .img {
    max-width: 1100px;
  }
}

@media only screen and (min-width: 641px) and (max-width: 1557px) {
  .c-media .img {
    max-width: 906px;
  }
}

@media only screen and (min-width: 1608px) and (max-width: 1855px) {
  .c-media.right .img {
    max-width: 1240px;
  }
}

@media only screen and (min-width: 1474px) and (max-width: 1607px) {
  .c-media.right .img {
    max-width: 1180px;
  }
}

@media only screen and (min-width: 671px) and (max-width: 1473px) {
  .c-media.right .img {
    max-width: 1000px;
  }
}

@media only screen and (max-width: 1450px) {
  .lineup-slider {
    left: inherit;
  }
}

@media screen and (min-width: 541px) and (max-width: 1450px) {
  .lineup-slider .slick-slide {
    padding-bottom: 120px;
  }
}

@media screen and (min-width: 641px) and (max-width: 1450px) {
  .backnumber .detail-block .box:nth-child(even) .img-list {
    margin-left: 0;
  }
  .backnumber .detail-block .box .img-list {
    width: calc(100% - 510px);
    margin-right: 0;
  }
}

@media only screen and (max-width: 640px) and (-ms-high-contrast: none) {
  .products .content-list .img {
    height: auto;
    padding-top: 0;
    min-height: 0%;
  }
  .products .content-list .img img {
    width: 100%;
  }
  .menu-wrap .menu-list-wrap .box a {
    display: block;
    text-align: center;
    position: relative;
  }
  .menu-wrap .menu-list-wrap .box a img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .menu-wrap .menu-list-wrap .box {
    width: calc((100% - 25px) / 3);
  }
}

@media only screen and (max-width: 640px) and (max-width: 374px) {
  .okinawa .okinawa-img .balloon-list {
    width: 96px;
  }
  .okinawa .okinawa-img .balloon-list.left {
    right: inherit;
    left: 3px;
  }
  .okinawa .okinawa-img .balloon-list.right {
    left: inherit;
    right: 3px;
  }
}

@media all and (-ms-high-contrast: none) {
  .lineup .lead-block .input-block .btn-area .btn-select .label {
    margin: auto;
    top: 13px;
    height: 45px;
  }
  .sitemap .content-block .link-wrap .link-list li a {
    min-height: inherit;
    height: 64px;
  }
  .reform .content-block .link-wrap .link-list li a {
    min-height: inherit;
    height: 64px;
  }
  .reform .content-block .box-wrap .box {
    width: calc((100% - 91px) / 3);
  }
  .reform-faq .content-block .link-wrap .link-list li a {
    min-height: inherit;
    height: 64px;
  }
}

@media only screen and (min-width: 641px) and (-ms-high-contrast: none) {
  .archives .reason-section .box:nth-child(3n + 2) {
    margin: 0 44px;
  }
  .archives .reason-section .box:not(:nth-child(-n + 3)) {
    margin-top: 81px;
  }
  .company .link-list li:nth-child(3n + 2) {
    margin: 0 44px;
  }
  .company .link-list li:not(:nth-child(-n + 3)) {
    margin-top: 40px;
  }
  .reform.list .item-wrap .item {
    width: calc((100% - 91px) / 3);
  }
  .menu-wrap .menu-list-wrap .box:nth-child(n + 5) {
    margin-top: 90px;
  }
}

@media only screen and (-ms-high-contrast: none) and (max-width: 640px) {
  .sitemap .content-block .link-wrap .link-list li a {
    min-height: 43px;
    height: 100%;
  }
  .reform .content-block .link-wrap .link-list li a {
    min-height: 43px;
    height: 100%;
  }
  .reform .content-block .box-wrap .box {
    width: 100%;
  }
  .reform-faq .content-block .link-wrap .link-list li a {
    min-height: 43px;
    height: 100%;
  }
}

.knowledge .article-mv-block {
  background-image: url(../img/aa_det_mv.jpg);
  margin-bottom: 50px;
}
.knowledge .article-mv-block .ttl {
  color: #3e4347;
}
.knowledge .article-mv-block .ttl .sub {
  margin-top: 1rem;
  line-height: 1.5;
}
.knowledge .reform .content-block .box-wrap .box .ttl {
  font-size: 18px;
}
.knowledge .reform .content-block .box-wrap .box .txt {
  font-size: 10px;
}
@media only screen and (max-width: 640px) {
  .knowledge .article-mv-block {
    background-image: url(../img/sp/aa/aa_det_mv.jpg);
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .u-hidden-sp {
    display: none !important;
  }
}

@media only screen and (min-width: 641px) {
  .u-hidden-pc {
    display: none !important;
  }
}

/*リフォームメニューリニューアル*/

.p-reform-img ul li {
  position: relative;
}
.p-reform-img ul li p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
.p-reform-img ul li img {
  width: 100%;
}

.p-reform-img .slick-arrow {
  font-size: 0;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  left: 0;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-reform-img .slick-arrow.slick-next {
  right: 0;
  left: auto;
}
.p-reform-img .slick-arrow:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-top: solid 4px #000;
  border-right: solid 4px #000;
  transform: rotate(-135deg);
}
.p-reform-img .slick-arrow.slick-next:before {
  transform: rotate(45deg);
}
.p-reform-img-thumb {
  margin-top: 20px;
  padding: 0 15px;
}

.js-reform-slide-thumb-3slide .slick-track {
  transform: translate3d(0px, 0px, 0px) !important;
}
.p-reform-img-thumb li {
  padding: 0 5px;
}
.p-reform-img .p-reform-img-thumb .slick-arrow {
  width: 20px;
}

.p-reform-btn {
  margin-top: 120px;
}
@media only screen and (max-width: 640px) {
  .js-reform-modal {
    pointer-events: none;
    display: block;
  }
  .p-reform-btn {
    margin-top: 50px;
  }
}
