@charset "UTF-8";
/* BreakPoint */
/* Frame */
/* Font */
/* Color */
*,
*::before,
*::after {
  box-sizing: border-box; }

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  /*font-size:100%;*/
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* BreakPoint */
/* Frame */
/* Font */
/* Color */
html {
  font-size: 10px; }

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #444444;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.5px; }

/* 段落 */
p {
  margin: auto auto 1em; }
  p.pre-space::before {
    content: "";
    padding-left: 1em; }

/* リンク */
a {
  text-decoration: none;
  color: #0074e8; }
  a:hover {
    text-decoration: underline; }

/* Heading */
h1 {
  font-size: 3.2rem; }

h2 {
  font-size: 2.8rem; }

h3 {
  font-size: 2.4rem; }

h4 {
  font-size: 1.8rem;
  font-weight: bold; }

h5 {
  font-size: 1.6rem;
  font-weight: bold; }

/* List */
ul {
  margin: 1em auto;
  padding-left: 1.5em; }

ol {
  margin: 1em auto;
  padding-left: 2em; }

/* Table */
table {
  margin: 1em auto;
  width: 100%; }
  table th {
    text-align: left;
    background: #f6f6f6;
    font-weight: bold;
    word-break: keep-all; }
  table th, table td {
    border: 1px solid #dfdfdf;
    padding: 10px 20px 10px 10px;
    vertical-align: top; }

/* Table(List) */
@media (max-width: 767px) {
  table.list-table {
    border-bottom: 1px solid #dfdfdf; }
    table.list-table th, table.list-table td {
      border-bottom: none; }
    table.list-table tr, table.list-table th, table.list-table td {
      display: block; } }

@media (max-width: 767px) {
  .wrap-scroll-x {
    overflow: auto;
    white-space: nowrap; }
    .wrap-scroll-x::-webkit-scrollbar {
      height: 5px; }
    .wrap-scroll-x::-webkit-scrollbar-track {
      background: #F1F1F1; }
    .wrap-scroll-x::-webkit-scrollbar-thumb {
      background: #BCBCBC; }
    .wrap-scroll-x table {
      width: 100%; } }
.d-block {
  display: block; }

.d-inlineblock {
  display: inline-block; }

.d-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap; }
  @media (max-width: 767px) {
    .d-flex {
      display: block;
      margin-bottom: 20px; } }
  @media (min-width: 768px) {
    .d-flex > .item {
      text-align: justify;
      flex-basis: 50%;
      max-width: 50%;
      padding-right: 15px;
      padding-left: 15px; }
      .d-flex > .item:first-child {
        padding-left: 0px; }
      .d-flex > .item:last-child {
        padding-right: 0px; }
      .d-flex > .item.flex-basis-0 {
        flex-basis: 0 !important;
        max-width: 0 !important; }
      .d-flex > .item.flex-basis-5 {
        flex-basis: 5 !important;
        max-width: 5 !important; }
      .d-flex > .item.flex-basis-10 {
        flex-basis: 10 !important;
        max-width: 10 !important; }
      .d-flex > .item.flex-basis-15 {
        flex-basis: 15 !important;
        max-width: 15 !important; }
      .d-flex > .item.flex-basis-20 {
        flex-basis: 20 !important;
        max-width: 20 !important; }
      .d-flex > .item.flex-basis-25 {
        flex-basis: 25 !important;
        max-width: 25 !important; }
      .d-flex > .item.flex-basis-30 {
        flex-basis: 30 !important;
        max-width: 30 !important; }
      .d-flex > .item.flex-basis-35 {
        flex-basis: 35 !important;
        max-width: 35 !important; }
      .d-flex > .item.flex-basis-40 {
        flex-basis: 40 !important;
        max-width: 40 !important; }
      .d-flex > .item.flex-basis-45 {
        flex-basis: 45 !important;
        max-width: 45 !important; }
      .d-flex > .item.flex-basis-50 {
        flex-basis: 50 !important;
        max-width: 50 !important; }
      .d-flex > .item.flex-basis-55 {
        flex-basis: 55 !important;
        max-width: 55 !important; }
      .d-flex > .item.flex-basis-60 {
        flex-basis: 60 !important;
        max-width: 60 !important; }
      .d-flex > .item.flex-basis-65 {
        flex-basis: 65 !important;
        max-width: 65 !important; }
      .d-flex > .item.flex-basis-70 {
        flex-basis: 70 !important;
        max-width: 70 !important; }
      .d-flex > .item.flex-basis-75 {
        flex-basis: 75 !important;
        max-width: 75 !important; }
      .d-flex > .item.flex-basis-80 {
        flex-basis: 80 !important;
        max-width: 80 !important; }
      .d-flex > .item.flex-basis-90 {
        flex-basis: 90 !important;
        max-width: 90 !important; }
      .d-flex > .item.flex-basis-100 {
        flex-basis: 100 !important;
        max-width: 100 !important; } }
  @media (max-width: 767px) {
    .d-flex > .item {
      max-width: 100%; } }
  .d-flex.align-center {
    align-items: center; }

.txt-notes {
  font-size: 0.8em;
  color: #666; }

.area-notes {
  padding: 1em 1.5em;
  background-color: #fcfcfc;
  border: 1px solid #ececec;
  margin: 2em 0; }

.txt-c {
  text-align: center; }

.txt-l {
  text-align: left; }

.txt-r {
  text-align: right; }

.txt-bold {
  font-weight: bold; }

.no-wrap {
  word-break: keep-all;
  white-space: nowrap; }

.mt-0 {
  margin-top: 0px !important; }

.mr-0 {
  margin-right: 0px !important; }

.mb-0 {
  margin-bottom: 0px !important; }

.ml-0 {
  margin-left: 0px !important; }

.pt-0 {
  padding-top: 0px !important; }

.pr-0 {
  padding-right: 0px !important; }

.pb-0 {
  padding-bottom: 0px !important; }

.pt-0 {
  padding-left: 0px !important; }

.mt-5 {
  margin-top: 5px !important; }

.mr-5 {
  margin-right: 5px !important; }

.mb-5 {
  margin-bottom: 5px !important; }

.ml-5 {
  margin-left: 5px !important; }

.pt-5 {
  padding-top: 5px !important; }

.pr-5 {
  padding-right: 5px !important; }

.pb-5 {
  padding-bottom: 5px !important; }

.pt-5 {
  padding-left: 5px !important; }

.mt-10 {
  margin-top: 10px !important; }

.mr-10 {
  margin-right: 10px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.ml-10 {
  margin-left: 10px !important; }

.pt-10 {
  padding-top: 10px !important; }

.pr-10 {
  padding-right: 10px !important; }

.pb-10 {
  padding-bottom: 10px !important; }

.pt-10 {
  padding-left: 10px !important; }

.mt-15 {
  margin-top: 15px !important; }

.mr-15 {
  margin-right: 15px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.ml-15 {
  margin-left: 15px !important; }

.pt-15 {
  padding-top: 15px !important; }

.pr-15 {
  padding-right: 15px !important; }

.pb-15 {
  padding-bottom: 15px !important; }

.pt-15 {
  padding-left: 15px !important; }

.mt-20 {
  margin-top: 20px !important; }

.mr-20 {
  margin-right: 20px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.ml-20 {
  margin-left: 20px !important; }

.pt-20 {
  padding-top: 20px !important; }

.pr-20 {
  padding-right: 20px !important; }

.pb-20 {
  padding-bottom: 20px !important; }

.pt-20 {
  padding-left: 20px !important; }

.mt-25 {
  margin-top: 25px !important; }

.mr-25 {
  margin-right: 25px !important; }

.mb-25 {
  margin-bottom: 25px !important; }

.ml-25 {
  margin-left: 25px !important; }

.pt-25 {
  padding-top: 25px !important; }

.pr-25 {
  padding-right: 25px !important; }

.pb-25 {
  padding-bottom: 25px !important; }

.pt-25 {
  padding-left: 25px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mr-30 {
  margin-right: 30px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.ml-30 {
  margin-left: 30px !important; }

.pt-30 {
  padding-top: 30px !important; }

.pr-30 {
  padding-right: 30px !important; }

.pb-30 {
  padding-bottom: 30px !important; }

.pt-30 {
  padding-left: 30px !important; }

.mt-35 {
  margin-top: 35px !important; }

.mr-35 {
  margin-right: 35px !important; }

.mb-35 {
  margin-bottom: 35px !important; }

.ml-35 {
  margin-left: 35px !important; }

.pt-35 {
  padding-top: 35px !important; }

.pr-35 {
  padding-right: 35px !important; }

.pb-35 {
  padding-bottom: 35px !important; }

.pt-35 {
  padding-left: 35px !important; }

.mt-40 {
  margin-top: 40px !important; }

.mr-40 {
  margin-right: 40px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.ml-40 {
  margin-left: 40px !important; }

.pt-40 {
  padding-top: 40px !important; }

.pr-40 {
  padding-right: 40px !important; }

.pb-40 {
  padding-bottom: 40px !important; }

.pt-40 {
  padding-left: 40px !important; }

.mt-45 {
  margin-top: 45px !important; }

.mr-45 {
  margin-right: 45px !important; }

.mb-45 {
  margin-bottom: 45px !important; }

.ml-45 {
  margin-left: 45px !important; }

.pt-45 {
  padding-top: 45px !important; }

.pr-45 {
  padding-right: 45px !important; }

.pb-45 {
  padding-bottom: 45px !important; }

.pt-45 {
  padding-left: 45px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mr-50 {
  margin-right: 50px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.ml-50 {
  margin-left: 50px !important; }

.pt-50 {
  padding-top: 50px !important; }

.pr-50 {
  padding-right: 50px !important; }

.pb-50 {
  padding-bottom: 50px !important; }

.pt-50 {
  padding-left: 50px !important; }

.mt-55 {
  margin-top: 55px !important; }

.mr-55 {
  margin-right: 55px !important; }

.mb-55 {
  margin-bottom: 55px !important; }

.ml-55 {
  margin-left: 55px !important; }

.pt-55 {
  padding-top: 55px !important; }

.pr-55 {
  padding-right: 55px !important; }

.pb-55 {
  padding-bottom: 55px !important; }

.pt-55 {
  padding-left: 55px !important; }

.mt-60 {
  margin-top: 60px !important; }

.mr-60 {
  margin-right: 60px !important; }

.mb-60 {
  margin-bottom: 60px !important; }

.ml-60 {
  margin-left: 60px !important; }

.pt-60 {
  padding-top: 60px !important; }

.pr-60 {
  padding-right: 60px !important; }

.pb-60 {
  padding-bottom: 60px !important; }

.pt-60 {
  padding-left: 60px !important; }

.mt-65 {
  margin-top: 65px !important; }

.mr-65 {
  margin-right: 65px !important; }

.mb-65 {
  margin-bottom: 65px !important; }

.ml-65 {
  margin-left: 65px !important; }

.pt-65 {
  padding-top: 65px !important; }

.pr-65 {
  padding-right: 65px !important; }

.pb-65 {
  padding-bottom: 65px !important; }

.pt-65 {
  padding-left: 65px !important; }

.mt-70 {
  margin-top: 70px !important; }

.mr-70 {
  margin-right: 70px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.ml-70 {
  margin-left: 70px !important; }

.pt-70 {
  padding-top: 70px !important; }

.pr-70 {
  padding-right: 70px !important; }

.pb-70 {
  padding-bottom: 70px !important; }

.pt-70 {
  padding-left: 70px !important; }

.mt-75 {
  margin-top: 75px !important; }

.mr-75 {
  margin-right: 75px !important; }

.mb-75 {
  margin-bottom: 75px !important; }

.ml-75 {
  margin-left: 75px !important; }

.pt-75 {
  padding-top: 75px !important; }

.pr-75 {
  padding-right: 75px !important; }

.pb-75 {
  padding-bottom: 75px !important; }

.pt-75 {
  padding-left: 75px !important; }

.mt-80 {
  margin-top: 80px !important; }

.mr-80 {
  margin-right: 80px !important; }

.mb-80 {
  margin-bottom: 80px !important; }

.ml-80 {
  margin-left: 80px !important; }

.pt-80 {
  padding-top: 80px !important; }

.pr-80 {
  padding-right: 80px !important; }

.pb-80 {
  padding-bottom: 80px !important; }

.pt-80 {
  padding-left: 80px !important; }

.mt-90 {
  margin-top: 90px !important; }

.mr-90 {
  margin-right: 90px !important; }

.mb-90 {
  margin-bottom: 90px !important; }

.ml-90 {
  margin-left: 90px !important; }

.pt-90 {
  padding-top: 90px !important; }

.pr-90 {
  padding-right: 90px !important; }

.pb-90 {
  padding-bottom: 90px !important; }

.pt-90 {
  padding-left: 90px !important; }

.mt-100 {
  margin-top: 100px !important; }

.mr-100 {
  margin-right: 100px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.ml-100 {
  margin-left: 100px !important; }

.pt-100 {
  padding-top: 100px !important; }

.pr-100 {
  padding-right: 100px !important; }

.pb-100 {
  padding-bottom: 100px !important; }

.pt-100 {
  padding-left: 100px !important; }

.w-0-per {
  width: 0% !important;
  max-width: 0% !important; }

.w-5-per {
  width: 5% !important;
  max-width: 5% !important; }

.w-10-per {
  width: 10% !important;
  max-width: 10% !important; }

.w-15-per {
  width: 15% !important;
  max-width: 15% !important; }

.w-20-per {
  width: 20% !important;
  max-width: 20% !important; }

.w-25-per {
  width: 25% !important;
  max-width: 25% !important; }

.w-30-per {
  width: 30% !important;
  max-width: 30% !important; }

.w-35-per {
  width: 35% !important;
  max-width: 35% !important; }

.w-40-per {
  width: 40% !important;
  max-width: 40% !important; }

.w-45-per {
  width: 45% !important;
  max-width: 45% !important; }

.w-50-per {
  width: 50% !important;
  max-width: 50% !important; }

.w-55-per {
  width: 55% !important;
  max-width: 55% !important; }

.w-60-per {
  width: 60% !important;
  max-width: 60% !important; }

.w-65-per {
  width: 65% !important;
  max-width: 65% !important; }

.w-70-per {
  width: 70% !important;
  max-width: 70% !important; }

.w-75-per {
  width: 75% !important;
  max-width: 75% !important; }

.w-80-per {
  width: 80% !important;
  max-width: 80% !important; }

.w-90-per {
  width: 90% !important;
  max-width: 90% !important; }

.w-100-per {
  width: 100% !important;
  max-width: 100% !important; }

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  background-color: transparent;
  border: 1px solid transparent;
  background-color: #6c757d;
  border: 1px solid #6c757d;
  border-radius: 4px;
  padding: 0.375em 1.5em;
  font-size: 1em;
  line-height: 1.5;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  text-decoration: none; }
  .btn:hover {
    text-decoration: none;
    color: #fff;
    background-color: #8d97a2;
    border-color: #8d97a2; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .btn:disabled, .btn.disabled {
    opacity: 0.65; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn.btn-blue {
    background-color: #337ab7;
    border: 1px solid #337ab7;
    color: #fff; }
    .btn.btn-blue:hover {
      background-color: #3d91d8;
      border: 1px solid #3d91d8;
      color: #fff; }
  .btn.btn-green {
    background-color: #5cb85c;
    border: 1px solid #5cb85c;
    color: #fff; }
    .btn.btn-green:hover {
      background-color: #6bd06b;
      border: 1px solid #6bd06b;
      color: #fff; }
  .btn.btn-orange {
    background-color: #f0ad4e;
    border: 1px solid #f0ad4e;
    color: #fff; }
    .btn.btn-orange:hover {
      background-color: #ffbe63;
      border: 1px solid #ffbe63;
      color: #fff; }
  .btn.btn-red {
    background-color: #d9534f;
    border: 1px solid #d9534f;
    color: #fff; }
    .btn.btn-red:hover {
      background-color: #f8605b;
      border: 1px solid #f8605b;
      color: #fff; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-l {
  font-size: 1.25em; }

.btn-s {
  font-size: 0.875em; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.375em 0.75em;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25em;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-control::-webkit-input-placeholder, .form-control::-moz-placeholder, .form-control:-ms-input-placeholder, .form-control::-ms-input-placeholder, .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file {
  display: block;
  width: 100%; }

textarea.form-control {
  height: auto; }

.wrap-form-control-radio,
.wrap-form-control-cbox {
  position: relative;
  display: block;
  padding-left: 0; }
  .wrap-form-control-radio.inline,
  .wrap-form-control-cbox.inline {
    display: inline-block;
    margin-right: 1em; }
  .wrap-form-control-radio .form-control-radio,
  .wrap-form-control-radio .form-control-cbox,
  .wrap-form-control-cbox .form-control-radio,
  .wrap-form-control-cbox .form-control-cbox {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin: 0; }
    .wrap-form-control-radio .form-control-radio:disabled ~ label,
    .wrap-form-control-radio .form-control-cbox:disabled ~ label,
    .wrap-form-control-cbox .form-control-radio:disabled ~ label,
    .wrap-form-control-cbox .form-control-cbox:disabled ~ label {
      color: #6c757d; }
    .wrap-form-control-radio .form-control-radio:focus,
    .wrap-form-control-radio .form-control-cbox:focus,
    .wrap-form-control-cbox .form-control-radio:focus,
    .wrap-form-control-cbox .form-control-cbox:focus {
      color: #495057;
      background-color: #fff;
      border-color: #80bdff;
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .wrap-form-control-radio label,
  .wrap-form-control-cbox label {
    margin-left: 1em;
    /*vertical-align: text-bottom;*/ }
    .wrap-form-control-radio label:hover,
    .wrap-form-control-cbox label:hover {
      cursor: pointer; }

.wrap-form-control-buttons {
  display: flex;
  justify-content: center; }
  .wrap-form-control-buttons .btn {
    margin: auto 0.5em; }

/* Base Frame */
.useful-columns .wrap-container .container {
  margin: 0 auto;
  width: 100%;
  max-width: 1160px;
  padding: 0px 10px; }
  @media (max-width: 767px) {
    .useful-columns .wrap-container .container {
      max-width: 100%;
      width: 100%; } }
  .useful-columns .wrap-container .container.full {
    width: 100%;
    max-width: 1500px;
    min-width: 1160px; }
    @media (max-width: 767px) {
      .useful-columns .wrap-container .container.full {
        width: 100%;
        min-width: 320px; } }

.useful-columns .wrap-header .header {
  padding: 30px 0px 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end; }
  @media (max-width: 767px) {
    .useful-columns .wrap-header .header {
      padding: 10px; } }
  .useful-columns .wrap-header .header .logo-column {
    height: 160px; }
    @media (max-width: 767px) {
      .useful-columns .wrap-header .header .logo-column {
        height: 120px; } }
  .useful-columns .wrap-header .header .logo-ex {
    width: 150px; }
    @media (max-width: 767px) {
      .useful-columns .wrap-header .header .logo-ex {
        width: 140px; } }
@media (min-width: 768px) {
  .useful-columns .hamburger-menu {
    display: none; } }
@media (max-width: 767px) {
  .useful-columns .hamburger-menu .menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #ffffff; }
    .useful-columns .hamburger-menu .menu-btn .inner,
    .useful-columns .hamburger-menu .menu-btn .inner:before,
    .useful-columns .hamburger-menu .menu-btn .inner:after {
      content: '';
      display: block;
      height: 1px;
      width: 25px;
      background-color: #888;
      position: absolute; }
    .useful-columns .hamburger-menu .menu-btn .inner:before {
      bottom: 8px; }
    .useful-columns .hamburger-menu .menu-btn .inner:after {
      top: 8px; }
  .useful-columns .hamburger-menu #menu-btn-check {
    display: none; }
    .useful-columns .hamburger-menu #menu-btn-check:checked ~ .menu-btn .inner {
      background-color: rgba(255, 255, 255, 0); }
      .useful-columns .hamburger-menu #menu-btn-check:checked ~ .menu-btn .inner::before {
        bottom: 0;
        transform: rotate(45deg); }
      .useful-columns .hamburger-menu #menu-btn-check:checked ~ .menu-btn .inner::after {
        top: 0;
        transform: rotate(-45deg); }
    .useful-columns .hamburger-menu #menu-btn-check:checked ~ .menu-content {
      left: 0; }
  .useful-columns .hamburger-menu .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 80;
    background-color: #fff;
    transition: all 0.5s; }
    .useful-columns .hamburger-menu .menu-content ul {
      padding: 50px 10px 0; }
      .useful-columns .hamburger-menu .menu-content ul li {
        border-bottom: solid 1px #e6e6e6;
        list-style: none; }
        .useful-columns .hamburger-menu .menu-content ul li a {
          text-align: center;
          display: block;
          width: 100%;
          font-size: 15px;
          box-sizing: border-box;
          color: #444444;
          text-decoration: none;
          padding: 11px 0 10px;
          font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
          font-weight: 700; } }
.useful-columns .wrap-gnav {
  background-color: #ffffff; }
  @media (max-width: 767px) {
    .useful-columns .wrap-gnav {
      display: none; } }
  .useful-columns .wrap-gnav .area-gnav {
    padding: 0;
    font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
    font-weight: 700;
    border-bottom: 1px solid #dddddd; }
    .useful-columns .wrap-gnav .area-gnav .gnav {
      margin: 0;
      padding: 0;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .useful-columns .wrap-gnav .area-gnav .gnav > li {
        list-style: none;
        width: 100%;
        height: 50px;
        border-right: 1px solid #dddddd; }
        .useful-columns .wrap-gnav .area-gnav .gnav > li:last-child {
          border: none; }
        .useful-columns .wrap-gnav .area-gnav .gnav > li > a {
          display: block;
          height: 100%;
          color: #444444;
          position: relative; }
          .useful-columns .wrap-gnav .area-gnav .gnav > li > a .inner {
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            transform: translateY(-50%);
            text-align: center; }
.useful-columns .for-header-fixed {
  height: 60px; }

.wrap-breadcrumb .area-breadcrumb ul.breadcrumb {
  display: flex;
  margin: auto;
  padding: 20px 0 30px;
  list-style: none; }
  @media (max-width: 767px) {
    .wrap-breadcrumb .area-breadcrumb ul.breadcrumb {
      padding: 0px 0px 20px;
      flex-wrap: nowrap;
      overflow-x: scroll;
      -ms-overflow-style: none;
      scrollbar-width: none; }
      .wrap-breadcrumb .area-breadcrumb ul.breadcrumb::-webkit-scrollbar {
        display: none; } }
  .wrap-breadcrumb .area-breadcrumb ul.breadcrumb li {
    position: relative;
    padding-right: 2em; }
    .wrap-breadcrumb .area-breadcrumb ul.breadcrumb li:not(:last-child)::after {
      position: absolute;
      content: ">";
      top: 0;
      right: 0.7em; }
    .wrap-breadcrumb .area-breadcrumb ul.breadcrumb li:last-child {
      padding-right: 0; }
    .wrap-breadcrumb .area-breadcrumb ul.breadcrumb li a {
      font-size: 1.3rem;
      font-weight: 300;
      color: #444444;
      white-space: nowrap; }

.wrap-footer {
  background-color: #444444; }
  .wrap-footer .footer {
    color: #ffffff; }
    @media (max-width: 767px) {
      .wrap-footer .footer {
        padding: 0 !important; } }
    .wrap-footer .footer .fnav {
      display: flex;
      justify-content: space-between;
      padding: 45px 0; }
      @media (max-width: 767px) {
        .wrap-footer .footer .fnav {
          display: block;
          padding: 0; } }
      .wrap-footer .footer .fnav .link-items {
        width: 150px; }
        @media (max-width: 767px) {
          .wrap-footer .footer .fnav .link-items {
            width: 100%; } }
        .wrap-footer .footer .fnav .link-items.products {
          width: 200px; }
          @media (max-width: 767px) {
            .wrap-footer .footer .fnav .link-items.products {
              width: 100%; } }
        .wrap-footer .footer .fnav .link-items .parent .link-item-parent {
          display: block;
          font-size: 1.4rem;
          font-weight: 300;
          color: #ffffff;
          border-bottom: 1px solid #fff;
          padding-bottom: 10px;
          margin-bottom: 10px; }
          @media (max-width: 767px) {
            .wrap-footer .footer .fnav .link-items .parent .link-item-parent {
              padding: 10px;
              margin: 0;
              font-size: 1.6rem; } }
          .wrap-footer .footer .fnav .link-items .parent .link-item-parent.not-link {
            cursor: default; }
            .wrap-footer .footer .fnav .link-items .parent .link-item-parent.not-link:hover {
              text-decoration: none; }
        @media (max-width: 767px) {
          .wrap-footer .footer .fnav .link-items .js-parent {
            position: relative; }
            .wrap-footer .footer .fnav .link-items .js-parent::after {
              content: "";
              background-image: url("/image/exterior2/template/icon_toggle_open.png");
              width: 16px;
              height: 16px;
              position: absolute;
              top: 50%;
              right: 10px;
              transform: translateY(-50%); }
            .wrap-footer .footer .fnav .link-items .js-parent.open::after {
              background-image: url("/image/exterior2/template/icon_toggle_close.png"); } }
        @media (max-width: 767px) {
          .wrap-footer .footer .fnav .link-items .children {
            border-bottom: 1px solid #ffffff;
            display: none; } }
        .wrap-footer .footer .fnav .link-items .children .list-children {
          margin: 0;
          padding: 0;
          list-style: none; }
          @media (max-width: 767px) {
            .wrap-footer .footer .fnav .link-items .children .list-children > li {
              border-bottom: 1px dashed #ffffff; }
              .wrap-footer .footer .fnav .link-items .children .list-children > li:last-child {
                border: none; } }
          .wrap-footer .footer .fnav .link-items .children .list-children > li > a {
            font-size: 1.2rem;
            font-weight: 300;
            color: #ffffff; }
            @media (max-width: 767px) {
              .wrap-footer .footer .fnav .link-items .children .list-children > li > a {
                display: block;
                font-size: 1.6rem;
                padding: 10px;
                padding-left: calc(10px + 1em); } }
    .wrap-footer .footer .sub-fnav {
      border-top: 1px solid #ffffff;
      padding: 5px 0px; }
      @media (max-width: 767px) {
        .wrap-footer .footer .sub-fnav {
          text-align: center;
          border: none;
          background: #2d2d2d; } }
      .wrap-footer .footer .sub-fnav .link-item {
        font-size: 1.2rem;
        font-weight: 300;
        color: #ffffff;
        display: inline-block;
        margin: auto 21px auto 15px;
        position: relative; }
        @media (max-width: 767px) {
          .wrap-footer .footer .sub-fnav .link-item {
            font-size: 1.3rem; } }
        .wrap-footer .footer .sub-fnav .link-item::after {
          content: '';
          width: 1px;
          height: 100%;
          background-color: #ffffff;
          position: absolute;
          top: 50%;
          right: -21px;
          transform: translateY(-50%); }
        @media (min-width: 768px) {
          .wrap-footer .footer .sub-fnav .link-item:first-child {
            margin-left: 0; } }
        .wrap-footer .footer .sub-fnav .link-item:last-child::after {
          content: none; }

.wrap-copyright {
  background-color: #1a1a1a; }
  @media (max-width: 767px) {
    .wrap-copyright {
      padding-bottom: 50px; } }
  .wrap-copyright .copyright {
    padding: 4px 0;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 300;
    color: #ffffff; }

.wrap-area-sns {
  padding: 40px 0;
  background-color: #f3f3f3;
  text-align: center; }
  .wrap-area-sns .area-sns .item {
    display: inline-block;
    margin: auto 12px;
    transition: opacity 0.2s ease-in-out; }
    .wrap-area-sns .area-sns .item:hover {
      opacity: 0.7;
      transition: opacity 0.2s ease-in-out; }

.area-pagetop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  background: #f3f3f3;
  display: block;
  color: #000; }
  .area-pagetop::before {
    content: "";
    background-image: url("/image/exterior2/template/arrow_top.png");
    width: 28px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .area-pagetop:hover {
    text-decoration: none;
    opacity: 0.7; }

.ttl-std-02 {
  font-size: 2.8rem;
  font-weight: 400;
  margin-bottom: 40px;
  display: flex;
  align-items: center; }
  @media (max-width: 767px) {
    .ttl-std-02 {
      font-size: 2.2rem;
      margin-bottom: 30px; } }
  .ttl-std-02::after {
    content: '';
    height: 20px;
    width: 100%;
    background-image: url("/image/exterior2/template/asset_line.png");
    background-repeat: repeat-x;
    margin-top: 6px; }
  .ttl-std-02 .inner {
    white-space: nowrap;
    padding-right: 1em; }

.wrap-pickup {
  margin-top: 45px;
  display: flex;
  justify-content: center; }
  @media (max-width: 767px) {
    .wrap-pickup {
      margin: 0 -10px; } }
  .wrap-pickup .pickup {
    margin: auto;
    position: relative;
    max-width: 1000px;
    transition: opacity 0.2s ease-in-out; }
    .wrap-pickup .pickup:hover {
      opacity: 0.7;
      transition: opacity 0.2s ease-in-out; }
    .wrap-pickup .pickup .bg-image {
      max-width: 100%; }
      @media (max-width: 767px) {
        .wrap-pickup .pickup .bg-image {
          display: block; } }
    .wrap-pickup .pickup .area-text {
      color: #444444; }
      @media (min-width: 768px) {
        .wrap-pickup .pickup .area-text {
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          padding: 100px 50px 35px;
          background: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8) 30%, rgba(255, 255, 255, 0.99));
          background: -o-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8) 30%, rgba(255, 255, 255, 0.99));
          background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8) 30%, rgba(255, 255, 255, 0.99)); } }
      @media (max-width: 767px) {
        .wrap-pickup .pickup .area-text {
          padding: 10px; } }
      .wrap-pickup .pickup .area-text .title {
        font-size: 2.8rem;
        font-weight: 400;
        margin-bottom: 10px; }
        @media (max-width: 767px) {
          .wrap-pickup .pickup .area-text .title {
            font-size: 2.2rem;
            margin-bottom: 0; } }
    .wrap-pickup .pickup .area-button {
      text-align: right; }
      .wrap-pickup .pickup .area-button .btn-read-column {
        display: inline-block;
        border: 1px solid #bcbcbc;
        border-radius: 15px;
        padding: 2px 32px 3px 24px;
        background-color: #ffffff;
        position: relative;
        font-weight: 400;
        font-size: 1.4rem; }
        .wrap-pickup .pickup .area-button .btn-read-column::after {
          content: '';
          background-image: url("/image/exterior2/template/arrow_right_line_lightgray.png");
          width: 8px;
          height: 12px;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          right: 20px; }

.wrap-category {
  margin: 70px auto; }
  @media (max-width: 767px) {
    .wrap-category {
      margin: 50px auto; } }
  .wrap-category .list-category {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none; }
    .wrap-category .list-category .item {
      width: 32%;
      height: 70px;
      margin-bottom: 15px; }
      @media (max-width: 767px) {
        .wrap-category .list-category .item {
          width: calc(50% - 7.5px );
          height: 50px; } }
      .wrap-category .list-category .item > a {
        display: block;
        height: 100%;
        border: 1px solid #bcbcbc;
        border-radius: 10px;
        position: relative;
        transition: opacity 0.2s ease-in-out; }
        .wrap-category .list-category .item > a:hover {
          opacity: 0.7;
          transition: opacity 0.2s ease-in-out; }
        .wrap-category .list-category .item > a::after {
          content: '';
          background-image: url("/image/exterior2/template/arrow_right_line_gray.png");
          width: 8px;
          height: 12px;
          position: absolute;
          top: 50%;
          right: 20px;
          transform: translateY(-50%); }
        .wrap-category .list-category .item > a .inner {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          left: 35px;
          right: 35px;
          color: #444444; }
          @media (max-width: 767px) {
            .wrap-category .list-category .item > a .inner {
              left: 20px; } }

.wrap-list-columns .list-columns {
  list-style: none;
  padding: 0;
  margin: 0; }
  .wrap-list-columns .list-columns > li {
    margin: 35px 0; }
    @media (max-width: 767px) {
      .wrap-list-columns .list-columns > li {
        margin-bottom: 50px;
        border: 1px solid #ececec; } }
    .wrap-list-columns .list-columns > li:first-child {
      margin-top: 0; }
    .wrap-list-columns .list-columns > li:last-child {
      margin-bottom: 0; }
    .wrap-list-columns .list-columns > li > a {
      display: flex;
      justify-content: space-between;
      color: #444444;
      transition: opacity 0.2s ease-in-out; }
      @media (max-width: 767px) {
        .wrap-list-columns .list-columns > li > a {
          display: block; } }
      .wrap-list-columns .list-columns > li > a:hover {
        text-decoration: none; }
        .wrap-list-columns .list-columns > li > a:hover .left {
          opacity: 0.7;
          transition: opacity 0.2s ease-in-out; }
      .wrap-list-columns .list-columns > li > a .left {
        max-width: 360px; }
        .wrap-list-columns .list-columns > li > a .left img {
          width: 100%; }
        @media (max-width: 767px) {
          .wrap-list-columns .list-columns > li > a .left {
            max-width: 100%; } }
      .wrap-list-columns .list-columns > li > a .right {
        max-width: 820px;
        width: 100%;
        padding-left: 40px; }
        @media (max-width: 767px) {
          .wrap-list-columns .list-columns > li > a .right {
            padding: 0px 10px 10px; } }
        .wrap-list-columns .list-columns > li > a .right .area-date {
          margin-bottom: 10px; }
          @media (max-width: 767px) {
            .wrap-list-columns .list-columns > li > a .right .area-date {
              margin: 0; } }
          .wrap-list-columns .list-columns > li > a .right .area-date .date {
            padding-left: 25px;
            font-family: 'Montserrat', sans-serif;
            font-weight: 400;
            margin-right: 30px;
            position: relative;
            font-size: 1.4rem;
            color: #666666; }
            @media (max-width: 767px) {
              .wrap-list-columns .list-columns > li > a .right .area-date .date {
                margin-right: 15px; } }
            .wrap-list-columns .list-columns > li > a .right .area-date .date::before {
              content: '';
              position: absolute;
              top: 50%;
              left: 0px;
              transform: translateY(-50%);
              width: 18px;
              height: 18px; }
            .wrap-list-columns .list-columns > li > a .right .area-date .date.open::before {
              background-image: url("/image/exterior2/template/icon_create-date.png"); }
            .wrap-list-columns .list-columns > li > a .right .area-date .date.update::before {
              background-image: url("/image/exterior2/template/icon_update-date.png"); }
        .wrap-list-columns .list-columns > li > a .right .area-tag {
          margin-bottom: 10px;
          text-align: right; }
          .wrap-list-columns .list-columns > li > a .right .area-tag .tag {
            font-size: 1.4rem;
            color: #666666;
            position: relative;
            padding-left: calc(15px + 18px);
            padding-right: 15px;
            margin-left: 10px;
            border-radius: 15px;
            border: 1px solid #dddddd;
            word-break: keep-all;
            white-space: nowrap; }
            .wrap-list-columns .list-columns > li > a .right .area-tag .tag:first-child {
              margin-left: auto; }
            .wrap-list-columns .list-columns > li > a .right .area-tag .tag::before {
              content: '';
              position: absolute;
              width: 14px;
              height: 14px;
              top: 50%;
              left: 15px;
              transform: translateY(-50%);
              background-image: url("/image/exterior2/template/icon_tag.png"); }
        .wrap-list-columns .list-columns > li > a .right .title {
          font-weight: 400;
          font-size: 2.4rem;
          margin-bottom: 10px; }
          @media (max-width: 767px) {
            .wrap-list-columns .list-columns > li > a .right .title {
              font-size: 2.2rem;
              margin-bottom: 7px; } }

.wrap-pagination {
  margin: 70px 0 90px;
  text-align: center; }
  .wrap-pagination .page-back,
  .wrap-pagination .page-next {
    display: inline-block; }
    .wrap-pagination .page-back a,
    .wrap-pagination .page-next a {
      margin: 10px;
      display: inline-block;
      width: 35px;
      height: 35px;
      text-align: center;
      color: transparent;
      background-color: #f2f2f2;
      line-height: 35px;
      position: relative;
      transition: background-color 0.2s ease-in-out; }
      .wrap-pagination .page-back a::before,
      .wrap-pagination .page-next a::before {
        content: "";
        width: 8px;
        height: 12px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: background-image 0.2s ease-in-out; }
      .wrap-pagination .page-back a:hover,
      .wrap-pagination .page-next a:hover {
        background-color: #83adc3;
        color: transparent;
        text-decoration: none;
        transition: color,background-color 0.2s ease-in-out; }
        .wrap-pagination .page-back a:hover::before,
        .wrap-pagination .page-next a:hover::before {
          transition: background-image 0.2s ease-in-out; }
  .wrap-pagination .page-back a {
    margin-right: 0; }
    .wrap-pagination .page-back a::before {
      background-image: url("/image/exterior2/template/arrow_left_line_blue.png"); }
    .wrap-pagination .page-back a:hover::before {
      background-image: url("/image/exterior2/template/arrow_left_line_white2.png"); }
  .wrap-pagination .page-next a {
    margin-left: 0; }
    .wrap-pagination .page-next a::before {
      background-image: url("/image/exterior2/template/arrow_right_line_blue.png"); }
    .wrap-pagination .page-next a:hover::before {
      background-image: url("/image/exterior2/template/arrow_right_line_white2.png"); }
  .wrap-pagination .WCMpaged {
    margin: auto;
    padding: 0 10px; }
    .wrap-pagination .WCMpaged > a {
      display: inline-block;
      width: 35px;
      height: 35px;
      text-align: center;
      line-height: 35px;
      transition: color,background-color 0.2s ease-in-out;
      margin: 10px;
      color: #83adc3;
      background-color: #f2f2f2; }
      .wrap-pagination .WCMpaged > a:hover, .wrap-pagination .WCMpaged > a.WCMselected {
        color: #ffffff;
        background-color: #83adc3;
        text-decoration: none;
        transition: color,background-color 0.2s ease-in-out; }

.wrap-area-links {
  margin: 25px 0;
  padding: 35px 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6; }
  .wrap-area-links .area-links {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media (max-width: 767px) {
      .wrap-area-links .area-links {
        display: block; } }
    .wrap-area-links .area-links .link-item {
      display: block; }
      @media (min-width: 768px) {
        .wrap-area-links .area-links .link-item {
          width: 12.5%; } }
      @media (max-width: 767px) {
        .wrap-area-links .area-links .link-item {
          background-color: #ffffff;
          border: 1px solid #c2ced8;
          overflow: hidden;
          margin-bottom: 20px;
          display: flex;
          align-items: center;
          position: relative; }
          .wrap-area-links .area-links .link-item::after {
            content: "";
            background-image: url("/image/exterior2/template/arrow_right_line_gray.png");
            width: 8px;
            height: 12px;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 20px; } }
      .wrap-area-links .area-links .link-item:hover {
        text-decoration: none; }
        .wrap-area-links .area-links .link-item:hover .area-icon {
          opacity: 0.7;
          transition: opacity 0.2s ease-in-out; }
      .wrap-area-links .area-links .link-item.color-pt-1 .area-icon {
        background-color: #1a496d; }
      .wrap-area-links .area-links .link-item.color-pt-2 .area-icon {
        background-color: #476c89; }
      .wrap-area-links .area-links .link-item.color-pt-3 .area-icon {
        background-color: #8fa6b7; }
      .wrap-area-links .area-links .link-item.color-pt-4 .area-icon {
        background-color: #c2ced8; }
      .wrap-area-links .area-links .link-item .area-icon {
        width: 100%;
        height: 110px;
        position: relative;
        border-radius: 5px;
        transition: opacity 0.2s ease-in-out; }
        @media (max-width: 767px) {
          .wrap-area-links .area-links .link-item .area-icon {
            background-color: inherit;
            width: 110px;
            height: 110px;
            font-size: 1.8rem;
            border-radius: 0px; } }
        .wrap-area-links .area-links .link-item .area-icon .icon {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
      .wrap-area-links .area-links .link-item .title {
        margin-top: 10px;
        font-size: 1.6rem;
        color: #444444;
        text-align: center; }
        @media (max-width: 767px) {
          .wrap-area-links .area-links .link-item .title {
            margin-top: 0;
            font-size: 1.8rem;
            padding-left: 20px; } }

.area-next-act {
  display: flex;
  justify-content: space-between;
  margin-bottom: 37px; }
  @media (max-width: 767px) {
    .area-next-act {
      display: block; } }
  .area-next-act .item {
    width: calc(100% / 3);
    text-align: center;
    padding: 35px 0 70px; }
    @media (max-width: 767px) {
      .area-next-act .item {
        width: 100%; } }
    .area-next-act .item .title {
      font-size: 2.0rem;
      margin-bottom: 35px; }
    .area-next-act .item .button {
      font-size: 2.0rem;
      display: inline-block;
      width: 80%;
      padding: 28px;
      border: 1px solid #dd853d;
      border-radius: 50px;
      background-color: #ffffff;
      color: #dd853d;
      transition: color,background-color 0.2s ease-in-out; }
      @media (max-width: 767px) {
        .area-next-act .item .button {
          color: #ffffff;
          background-color: #dd853d; } }
      .area-next-act .item .button:hover {
        text-decoration: none;
        color: #ffffff;
        background-color: #dd853d;
        transition: color,background-color 0.2s ease-in-out; }

.wrap-kanrenkizi {
  margin: 35px 0 45px;
  background-color: #f3f3f3;
  padding: 60px 0px; }
  @media (max-width: 767px) {
    .wrap-kanrenkizi {
      padding: 30px 0 40px; } }
  .wrap-kanrenkizi .area-kanrenkizi .ttl-std-02 {
    margin-bottom: 20px; }
  .wrap-kanrenkizi .area-kanrenkizi .list-kanrenkizi {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media (max-width: 767px) {
      .wrap-kanrenkizi .area-kanrenkizi .list-kanrenkizi {
        margin-bottom: -40px; } }
    .wrap-kanrenkizi .area-kanrenkizi .list-kanrenkizi .item {
      width: calc((100% - 60px) / 4);
      display: block;
      transition: opacity 0.2s ease-in-out; }
      @media (max-width: 767px) {
        .wrap-kanrenkizi .area-kanrenkizi .list-kanrenkizi .item {
          width: calc((100% - 20px) / 2);
          margin-bottom: 40px; } }
      .wrap-kanrenkizi .area-kanrenkizi .list-kanrenkizi .item.dummy {
        height: 0px;
        padding: 0;
        margin-bottom: 0; }
      .wrap-kanrenkizi .area-kanrenkizi .list-kanrenkizi .item:hover {
        opacity: 0.7;
        text-decoration: none;
        transition: opacity 0.2s ease-in-out; }
      .wrap-kanrenkizi .area-kanrenkizi .list-kanrenkizi .item .thumb-image {
        max-width: 100%;
        display: block; }
      .wrap-kanrenkizi .area-kanrenkizi .list-kanrenkizi .item .title {
        display: block;
        color: #444444;
        margin-top: 10px; }

.useful-columns .wrap-content-edt {
  padding-bottom: 60px; }
  @media (max-width: 767px) {
    .useful-columns .wrap-content-edt {
      word-break: break-all; } }

.area-detail-date {
  margin-bottom: 10px; }
  .area-detail-date .date {
    padding-left: 25px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin-right: 30px;
    position: relative;
    font-size: 1.4rem;
    color: #666666; }
    @media (max-width: 767px) {
      .area-detail-date .date {
        margin-right: 15px; } }
    .area-detail-date .date::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0px;
      transform: translateY(-50%);
      width: 18px;
      height: 18px; }
    .area-detail-date .date.open::before {
      background-image: url("/image/exterior2/template/icon_create-date.png"); }
    .area-detail-date .date.update::before {
      background-image: url("/image/exterior2/template/icon_update-date.png"); }

.area-detail-tag {
  margin-bottom: 40px;
  text-align: right; }
  .area-detail-tag .tag {
    font-size: 1.4rem;
    color: #666666;
    position: relative;
    padding: 1px 10px 2px 28px;
    margin-left: 10px;
    border-radius: 15px;
    border: 1px solid #dddddd; }
    .area-detail-tag .tag:first-child {
      margin-left: auto; }
    .area-detail-tag .tag::before {
      content: '';
      position: absolute;
      width: 14px;
      height: 14px;
      top: 50%;
      left: 10px;
      transform: translateY(-50%);
      background-image: url("/image/exterior2/template/icon_tag.png"); }

.area-two {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    .area-two {
      margin-top: 40px;
      display: block; } }
  .area-two .item {
    width: calc((100% - 80px) / 2);
    margin-bottom: 60px; }
    @media (max-width: 767px) {
      .area-two .item {
        width: 100%; } }
    .area-two .item .img-usclm {
      margin: 1em auto; }

.area-three {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .area-three .item {
    width: calc((100% - 100px) / 3);
    margin-bottom: 60px; }
    @media (max-width: 767px) {
      .area-three .item {
        width: 100%; } }
    .area-three .item .img-usclm {
      margin: 1em auto; }

p + .area-two,
p + .area-three {
  margin-top: 60px; }
  @media (max-width: 767px) {
    p + .area-two,
    p + .area-three {
      margin-top: 40px; } }

.area-mokuzi {
  padding: 25px 20px;
  background-color: #f3f3f3; }
  @media (max-width: 767px) {
    .area-mokuzi {
      padding: 10px; } }
  .area-mokuzi .title {
    background-color: #83adc2;
    color: #ffffff;
    font-size: 2.2rem;
    padding: 1px 15px 2px; }
  .area-mokuzi .list-mokuzi a {
    font-size: 1.5rem;
    font-weight: 400;
    color: #444444;
    display: block;
    margin: 2px 0; }
    .area-mokuzi .list-mokuzi a:hover {
      color: #83adc2;
      text-decoration: none; }
      .area-mokuzi .list-mokuzi a:hover::before {
        color: #444444; }
  .area-mokuzi .list-mokuzi > li > ul, .area-mokuzi .list-mokuzi > li ol {

    margin: 0px;
    list-style: none; }
    .area-mokuzi .list-mokuzi > li > ul > li > a, .area-mokuzi .list-mokuzi > li ol > li > a {
      font-size: 1.4rem;
      position: relative; }
      .area-mokuzi .list-mokuzi > li > ul > li > a::before, .area-mokuzi .list-mokuzi > li ol > li > a::before {
        position: absolute;
        top: 50%;
        left: -1.2em;
        transform: translateY(-50%);
        content: '・'; }
    .area-mokuzi .list-mokuzi > li > ul > li > ul, .area-mokuzi .list-mokuzi > li > ul > li ol, .area-mokuzi .list-mokuzi > li ol > li > ul, .area-mokuzi .list-mokuzi > li ol > li ol {
      margin: 0px;
      list-style: none; }
      .area-mokuzi .list-mokuzi > li > ul > li > ul > li > a, .area-mokuzi .list-mokuzi > li > ul > li ol > li > a, .area-mokuzi .list-mokuzi > li ol > li > ul > li > a, .area-mokuzi .list-mokuzi > li ol > li ol > li > a {
        font-size: 1.4rem;
        position: relative; }
        .area-mokuzi .list-mokuzi > li > ul > li > ul > li > a::before, .area-mokuzi .list-mokuzi > li > ul > li ol > li > a::before, .area-mokuzi .list-mokuzi > li ol > li > ul > li > a::before, .area-mokuzi .list-mokuzi > li ol > li ol > li > a::before {
          position: absolute;
          top: 50%;

          left: -1.2em;
          transform: translateY(-50%);
          content: '－'; }

.h-usclm-01 {
  font-size: 4.2rem;
  font-weight: 400;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .h-usclm-01 {
      font-size: 2.4rem; } }

.h-usclm-02 {
  font-size: 2.6rem;
  font-weight: 400;
  background-color: #f3f3f3;
  border-left: 20px solid #83adc2;
  padding: 7px 20px 8px;
  margin: 70px 0 40px; }
  @media (max-width: 767px) {
    .h-usclm-02 {
      font-size: 2.0rem;
      border-left: 10px solid #83adc2;
      padding: 7px 10px 8px;
      margin: 70px 0 20px; } }

.h-usclm-03 {
  font-size: 2.2rem;
  font-weight: 400;
  padding-bottom: 5px;
  border-bottom: 1px solid #c0c0c0;
  margin: 65px 0 20px; }
  @media (max-width: 767px) {
    .h-usclm-03 {
      font-size: 2.0rem;
      margin: 30px 0 20px; } }

.h-usclm-04 {
  font-size: 1.8rem;
  font-weight: 400;
  position: relative;
  padding-left: 20px; }
  .h-usclm-04::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 10px;
    height: 14px;
    background-image: url("/image/exterior2/template/h4_asset.png"); }

.img-usclm {
  display: block;
  text-align: center;
  margin: 40px auto 60px;
  max-width: 100%; }

.btn-std-blue,
.btn-big-blue,
.btn-big-orange {
  margin-top: 1.5em;
  display: block;
  font-size: 1.5rem;
  padding: 15px 15px 15px 30px;
  text-align: center;
  color: #00345c;
  border: 1px solid #83adc2;
  background-color: #ffffff;
  border-radius: 30px;
  transition: color,background-color 0.2s ease-in-out; }
  .btn-std-blue::after,
  .btn-big-blue::after,
  .btn-big-orange::after {
    content: url("/image/exterior2/template/arrow_right_line_darkblue.png");
    margin-left: 10px;
    transition: content 0.2s ease-in-out; }
  @media (max-width: 767px) {
    .btn-std-blue,
    .btn-big-blue,
    .btn-big-orange {
      background-color: #83adc2;
      color: #ffffff; }
      .btn-std-blue::after,
      .btn-big-blue::after,
      .btn-big-orange::after {
        content: url("/image/exterior2/template/arrow_right_line_white.png"); } }
  .btn-std-blue:hover,
  .btn-big-blue:hover,
  .btn-big-orange:hover {
    text-decoration: none;
    background-color: #83adc2;
    color: #ffffff;
    transition: color,background-color 0.2s ease-in-out; }
    .btn-std-blue:hover::after,
    .btn-big-blue:hover::after,
    .btn-big-orange:hover::after {
      content: url("/image/exterior2/template/arrow_right_line_white.png");
      transition: content 0.2s ease-in-out; }

.btn-big-blue,
.btn-big-orange {
  max-width: 50%;
  margin: auto;
  padding: 20px;
  border-radius: 35px; }
  @media (max-width: 767px) {
    .btn-big-blue,
    .btn-big-orange {
      max-width: 70%; } }
  .btn-big-blue::after,
  .btn-big-orange::after {
    content: none; }
  .btn-big-blue:hover::after,
  .btn-big-orange:hover::after {
    content: none; }

.btn-big-orange {
  background-color: #ffffff;
  color: #dd853d;
  border: 1px solid #dd853d; }
  .btn-big-orange:hover {
    background-color: #dd853d;
    color: #ffffff; }
  @media (max-width: 767px) {
    .btn-big-orange {
      background-color: #dd853d;
      color: #ffffff; } }

.area-btn-back-list {
  padding-bottom: 100px; }

.area-sns-fordetail {
  text-align: right;
  padding-top: 15px;
  border-top: 1px solid #e6e6e6; }
  .area-sns-fordetail .wrap-link-sns {
    display: inline-block; }
    @media (max-width: 767px) {
      .area-sns-fordetail .wrap-link-sns {
        margin: 0 5px; } }
  .area-sns-fordetail .link-sns {
    display: inline-block;
    cursor: pointer !important; }
    @media (max-width: 767px) {
      .area-sns-fordetail .link-sns {
        margin: 0 5px; } }
    .area-sns-fordetail .link-sns:hover {
      text-decoration: none;
      opacity: 0.7; }

.area-other-contents {
  display: flex;
  border-radius: 10px;
  border: 1px solid #ececec;
  overflow: hidden;
  background: #fafafa; }
  @media (max-width: 767px) {
    .area-other-contents {
      display: block; } }
  .area-other-contents:hover {
    text-decoration: none;
    opacity: 0.7; }
  .area-other-contents .thumb {
    width: 20%; }
    @media (max-width: 767px) {
      .area-other-contents .thumb {
        width: 100%;
        max-width: 100%; } }
  .area-other-contents .right {
    padding: 10px 20px;
    width: 100%; }
  .area-other-contents .title {
    color: #666;
    font-size: 2.2rem;
    border-bottom: 1px solid #ececec; }
  .area-other-contents .caption {
    color: #aaaaaa;
    margin-bottom: 0; }



