@charset "UTF-8";
/************************************************
    リセット
************************************************/
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

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

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

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */

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

/************************************************
    クリアー
************************************************/
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

/* リンクをクリックしたときの点線を消す */
a:focus, *:focus {
  outline: none;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #0f104d;
}

sup {
  font-size: 70%;
  vertical-align: top;
  position: relative;
  top: 0.5em;
}

.margin-bottom0 {
  margin-bottom: 0px !important;
}

.margin-top0 {
  margin-top: 0px !important;
}

.margin-left0 {
  margin-left: 0px !important;
}

.margin-right0 {
  margin-right: 0px !important;
}

.margin-bottom5 {
  margin-bottom: 5px !important;
}

.margin-top5 {
  margin-top: 5px !important;
}

.margin-left5 {
  margin-left: 5px !important;
}

.margin-right5 {
  margin-right: 5px !important;
}

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

.margin-top10 {
  margin-top: 10px !important;
}

.margin-left10 {
  margin-left: 10px !important;
}

.margin-right10 {
  margin-right: 10px !important;
}

.margin-bottom15 {
  margin-bottom: 15px !important;
}

.margin-top15 {
  margin-top: 15px !important;
}

.margin-left15 {
  margin-left: 15px !important;
}

.margin-right15 {
  margin-right: 15px !important;
}

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

.margin-top20 {
  margin-top: 20px !important;
}

.margin-left20 {
  margin-left: 20px !important;
}

.margin-right20 {
  margin-right: 20px !important;
}

.margin-bottom25 {
  margin-bottom: 25px !important;
}

.margin-top25 {
  margin-top: 25px !important;
}

.margin-left25 {
  margin-left: 25px !important;
}

.margin-right25 {
  margin-right: 25px !important;
}

.margin-bottom30 {
  margin-bottom: 30px !important;
}

.margin-top30 {
  margin-top: 30px !important;
}

.margin-left30 {
  margin-left: 30px !important;
}

.margin-right30 {
  margin-right: 30px !important;
}

.margin-bottom35 {
  margin-bottom: 35px !important;
}

.margin-top35 {
  margin-top: 35px !important;
}

.margin-left35 {
  margin-left: 35px !important;
}

.margin-right35 {
  margin-right: 35px !important;
}

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

.margin-top40 {
  margin-top: 40px !important;
}

.margin-left40 {
  margin-left: 40px !important;
}

.margin-right40 {
  margin-right: 40px !important;
}

.margin-bottom45 {
  margin-bottom: 45px !important;
}

.margin-top45 {
  margin-top: 45px !important;
}

.margin-left45 {
  margin-left: 45px !important;
}

.margin-right45 {
  margin-right: 45px !important;
}

.margin-bottom50 {
  margin-bottom: 50px !important;
}

.margin-top50 {
  margin-top: 50px !important;
}

.margin-left50 {
  margin-left: 50px !important;
}

.margin-right50 {
  margin-right: 50px !important;
}

.margin-bottom55 {
  margin-bottom: 55px !important;
}

.margin-top55 {
  margin-top: 55px !important;
}

.margin-left55 {
  margin-left: 55px !important;
}

.margin-right55 {
  margin-right: 55px !important;
}

.margin-bottom60 {
  margin-bottom: 60px !important;
}

.margin-top60 {
  margin-top: 60px !important;
}

.margin-left60 {
  margin-left: 60px !important;
}

.margin-right60 {
  margin-right: 60px !important;
}

.padding-left0 {
  padding-left: 0px !important;
}

.padding-left30 {
  padding-left: 30px !important;
}

.padding-left60 {
  padding-left: 60px !important;
}

.padding-left90 {
  padding-left: 90px !important;
}

.padding-left120 {
  padding-left: 120px !important;
}

.padding-left150 {
  padding-left: 150px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-26 {
  font-size: 24px !important;
}

.fs-33 {
  font-size: 33px !important;
}

.fw-bold {
  font-weight: bold;
}

.fc-red {
  color: #D90000 !important;
}

.fc-blue {
  color: #5266AC !important;
}

.fc-orange {
  color: #F26A06 !important;
}

.fs-55 {
  font-size: 55px !important;
}

.fs-50 {
  font-size: 50px !important;
}

.fs-40 {
  font-size: 40px !important;
}

/*----------------------
  全体
----------------------*/
body {
  position: relative;
  font-size: 1.6rem;
  min-height: 100vh;
  line-height: 1.6;
  /* iphoneのsafariで勝手に文字が大きくなる問題の対策 */
  -webkit-text-size-adjust: 100%;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
    color: #0f104d;
  }
}

/*----------------------
  ヘッダー
----------------------*/
.header {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2005;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all .2s ease-in;
  padding: 10px 10px;
  height: 50px;
  transition: height .2s ease-in;
}

.header h1 {
  display: inline-flex;
  align-items: center;
  flex: 0 0 320px;
  transition: transform .2s ease-in;
  transform-origin: center left;
  transform: scale(0.8);
}

.header h1 a {
  text-decoration: none;
  color: #fff;
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
}

.header h1 a .logo {
  width: 42px;
  position: absolute;
  top: 4px;
  left: 0;
}

.header h1 a .logo img {
  width: 100%;
}

.header h1 a .desc {
  width: 100%;
  font-size: 12px;
  font-weight: normal;
  position: absolute;
  white-space: nowrap;
  top: 0;
  left: 50px;
}

.header h1 a .mark {
  width: 22px;
  height: 30px;
  font-size: 10px;
  position: absolute;
  top: 20px;
  left: 50px;
  line-height: 12px;
}

.header h1 a .name {
  position: absolute;
  font-size: 26px;
  height: 30px;
  top: 14px;
  left: 80px;
  display: inline-block;
  white-space: nowrap;
}

.header .header-menu {
  display: none;
  list-style: none;
  background-color: #2464e6;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
}

.header .header-menu .header-link {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
}

.header .header-menu .header-link p {
  text-align: center;
  white-space: nowrap;
  padding: 0 4px;
}

.header .header-menu .header-link p:last-child {
  border-left: solid 1px #fff;
}

.header .header-menu .header-link p a {
  display: inline-block;
  padding: 0 5px;
  color: #fff;
  text-decoration: none;
}

.header .header-menu .textsize-wrap {
  display: inline-flex;
  align-items: center;
}

.header .header-menu .textsize-wrap p {
  padding: 0 10px;
  display: inline-block;
}

.header .header-menu .textsize-wrap .select-wrap {
  white-space: nowrap;
  list-style: none;
  height: 100%;
  background-color: #e3ecff;
  padding: 5px 5px;
  color: #2464e6;
  border-top-right-radius: 2px;
}

.header .header-menu .textsize-wrap .select-wrap li {
  display: inline-block;
  width: 36px;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
}

.header .header-menu .textsize-wrap .select-wrap .textresizer-active {
  border: solid 1px #2464e6;
}

@media print, screen and (min-width: 800px) {
  .header {
    height: 60px;
  }
  .header h1 {
    transform: scale(1);
  }
  .header .header-menu {
    display: inline-flex;
  }
}

/*----------------------
  ハンバーガーメニュー
----------------------*/
.hung-menu {
  position: absolute;
  top: 5px;
  right: 20px;
  width: 40px;
  height: 40px;
  z-index: 2006;
  box-sizing: border-box;
  padding: 10px;
  display: block;
  cursor: pointer;
}

.hung-menu .border {
  width: 100%;
  height: 100%;
  position: relative;
}

.hung-menu .border span {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: all .1s linear;
}

.hung-menu .border span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.hung-menu .border span:nth-child(3) {
  bottom: 0;
}

.hung-menu .open span:nth-child(1) {
  top: 50%;
  transform: rotate(45deg);
}

.hung-menu .open span:nth-child(2) {
  opacity: 0;
}

.hung-menu .open span:nth-child(3) {
  top: 50%;
  transform: rotate(-45deg);
}

.fade-close-area {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1999;
}

.close-area-active {
  display: block;
}

.fade-menu-wrap {
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  z-index: 2000;
  padding: 100px 30px 50px 30px;
  background-color: #2464e6;
  display: none;
  opacity: 0;
}

.fade-menu-wrap .fade-menu {
  list-style: none;
}

.fade-menu-wrap .fade-menu > li > a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 10px 1em;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}

.fade-menu-wrap .fade-menu .sub > a > span {
  position: relative;
  display: inline-block;
  padding-right: 1.3em;
}

.fade-menu-wrap .fade-menu .sub > a > span::after {
  content: '';
  display: block;
  position: absolute;
  border-top: 5px solid transparent;
  border-left: 8.6602540379px solid #fff;
  border-bottom: 5px solid transparent;
  top: 6px;
  right: 0;
  transition: transform .2s ease-in;
}

.fade-menu-wrap .fade-menu .sub > a .active::after {
  transform: rotate(90deg);
}

.fade-menu-wrap .fade-sub-menu {
  list-style: none;
  padding-left: 1em;
  display: none;
}

.fade-menu-wrap .fade-sub-menu > li > a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 10px 1em;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}

@media print, screen and (min-width: 800px) {
  .hung-menu {
    display: none;
  }
  .fade-menu-wrap {
    display: none;
  }
}

.global-position {
  position: relative;
  height: 61px;
  display: none;
}

.global-wrap {
  width: 100%;
  z-index: 1000;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.fix {
  position: fixed;
  top: 0;
}

#global {
  list-style: none;
  display: none;
  align-items: center;
  position: relative;
  z-index: 500;
  height: 60px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

#global > li {
  width: 16.666%;
  height: 100%;
  color: #2464e6;
  text-align: center;
  position: relative;
}

#global > li > p {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  padding: 20px 0;
  text-decoration: none;
  z-index: 50;
  font-size: 16px;
  cursor: pointer;
}

#global > li > a {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 20px 0;
  color: #2464e6;
  text-decoration: none;
  z-index: 50;
  font-size: 16px;
}

#global > li > a::after {
  content: '';
  display: block;
  width: 30px;
  height: 1px;
  bottom: 14px;
  left: 48%;
  transform: translateX(-50%);
  position: absolute;
  background-color: #2464e6;
  opacity: 0;
  transition: all .2s ease-in;
}

#global > li > a:hover::after {
  left: 50%;
  opacity: 0.6;
}

#global > li::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 18px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-left: solid 1px rgba(36, 100, 230, 0.2);
}

#global > li:last-child::after {
  border-right: solid 1px rgba(36, 100, 230, 0.2);
}

.sub-menu {
  width: 100%;
  position: static;
  list-style: none;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.sub-menu > li {
  width: 100%;
}

.sub-menu > li > a {
  display: block;
  width: 100%;
  padding: 15px;
  color: #2464e6;
  text-decoration: none;
  font-size: 16px;
}

@media print, screen and (min-width: 800px) {
  .global-position {
    display: block;
  }
  #global {
    display: flex;
  }
  .slicknav_menu {
    display: none;
  }
  .sub-menu {
    display: none;
    position: absolute;
    padding-top: 1px;
    background-color: #fff;
  }
  .sub-menu li a {
    border-left: solid 1px rgba(138, 138, 138, 0.2);
    border-right: solid 1px rgba(138, 138, 138, 0.2);
    border-bottom: solid 1px rgba(138, 138, 138, 0.2);
  }
  .sub-menu li a:hover {
    background-color: #dde9ff;
  }
}

.event_notice::after, .hall_notice::after, .member_notice::after, .new_notice::after, .estate_notice::after, dl.news-box-archive div .event::after, dl.news-box-archive div .hall::after, dl.news-box-archive div .member::after {
  display: inline-block;
  color: #fff;
  border-radius: 3px;
  padding: 1px;
  text-align: center;
  width: 75px;
  font-size: 14px;
  margin-left: 10px;
}

.news-box-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.news-box-wrap .h2-top {
  color: #fff;
  background-color: #2464e6;
  width: 100%;
  max-width: 620px;
  font-size: 1.2em;
  padding: 3px 10px;
  position: relative;
}

.news-box-wrap .news-box {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 10px;
  position: relative;
  max-width: 620px;
}

.news-box-wrap .news-box .scroll-box {
  border: solid 1px #adadad;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.news-box-wrap .news-box .scroll-box dl {
  overflow-y: auto;
  height: 364px;
  padding: 10px 10px;
  box-sizing: border-box;
}

.news-box-wrap .news-box .scroll-box dl div {
  padding: 10px 20px 10px 5px;
  border-bottom: dotted 1px #ccc;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.news-box-wrap .news-box .scroll-box dl div:last-child {
  border-bottom: none;
}

.news-box-wrap .news-box .scroll-box dl div dt {
  width: 100%;
}

.news-box-wrap .news-box .scroll-box dl div dd {
  width: 100%;
}

.news-box-wrap .facebook-box {
  width: 100%;
  line-height: 0;
  text-align: center;
}

.event_notice::after {
  content: 'イベント';
  background-color: #ff7900;
}

.hall_notice::after {
  content: '展示場';
  background-color: #ff345f;
}

.member_notice::after {
  content: '組合員';
  background-color: #2464e6;
}

.new_notice::after {
  content: 'お知らせ';
  background-color: #08c547;
}

.estate_notice::after {
  content: '物件情報';
  background-color: #085ac5;
}

.news-button {
  text-align: center;
  position: absolute;
  top: 5px;
  right: 5px;
  text-decoration: none;
  font-size: 0.7em;
  line-height: 1em;
  font-weight: normal;
  display: inline-block;
  padding: 6px 10px 5px 25px;
  background-color: #fff;
  border-radius: 3px;
  background-image: url("../images/i_news.png");
  background-size: 12px 12px;
  background-position: 5px center;
  color: #333;
}
.news-button-member {
	text-align: center;
}

.news-button-member a {
	text-decoration: none;
	display: inline-block;
	padding: 5px 30px;
	padding-left: 50px;
	background-color: #f0f0f0;
	border: solid 1px #c1c1c1;
	border-radius: 3px;
	background-image: url("../images/i_news.png");
	background-size: 19px 19px;
	background-position: 15px center;
	color: #333;
}

@media print, screen and (min-width: 950px) {
  .news-box-wrap {
    justify-content: space-between;
  }
  .news-button {
    text-align: right;
  }
}

dl.news-box-archive div {
  padding: 10px 20px 10px 5px;
  border-bottom: solid 1px #adadad;
  display: flex;
  flex-wrap: wrap;
}

dl.news-box-archive div:last-child {
  border-bottom: none;
}

dl.news-box-archive div dt {
  width: 100%;
}

dl.news-box-archive div dd {
  width: 100%;
}

dl.news-box-archive div .event::after {
  content: 'イベント';
  background-color: #ff7900;
}

dl.news-box-archive div .hall::after {
  content: '展示場';
  background-color: #ff345f;
}

dl.news-box-archive div .member::after {
  content: '組合員';
  background-color: #2464e6;
}

@media print, screen and (min-width: 950px) {
  .news-box-wrap .news-box {
    flex: 1;
    margin-right: 20px;
    padding-bottom: 0px;
  }
  .news-box-wrap dl.news-box-archive div dt {
    flex: 0 0 200px;
  }
  .news-box-wrap dl.news-box-archive div dd {
    flex: 1;
  }
  .news-box-wrap .facebook-box {
    width: 340px;
  }
}

/*----------------------
  フッター
----------------------*/
.footer-wrap {
  width: 100%;
  background-color: #333;
}

.footer {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 20px;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
}

.footer .footer-link {
  width: 100%;
  max-width: 1000px;
  list-style: none;
  margin: 0 auto;
  padding: 10px 20px;
}

.footer .footer-link ul {
  display: block;
  width: 100%;
}

.footer .footer-link ul li {
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 5px;
  position: relative;
}

.footer .footer-link ul li a {
  font-size: 0.875em;
  display: inline-block;
  text-decoration: none;
  color: #fff;
}

.footer .footer-link ul li::before {
  content: '';
  position: absolute;
  display: inline-block;
  border-top: 4px solid transparent;
  border-left: 6.9282032303px solid rgba(255, 255, 255, 0.3);
  border-bottom: 4px solid transparent;
  top: 8px;
  left: 0;
}

.footer .footer-wrap {
  text-align: left;
  color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 20px;
}

.footer .footer-wrap .footer-head {
  width: 100%;
  font-size: 1em;
  font-weight: bold;
}

.footer .footer-wrap .footer-desc {
  font-size: 0.875em;
}

.footer .footer-wrap .copyright {
  color: #fff;
  text-align: center;
  font-size: 0.875em;
  padding-top: 5px;
}

@media print, screen and (min-width: 768px) {
  .footer .footer-link {
    width: 50%;
  }
  .footer .footer-wrap {
    width: 48%;
  }
}

.footer-contact-wrap {
  background-color: #f0f0f0;
  width: 100%;
  display: inline-block;
  padding: 20px 0 20px 0;
  border-top: solid 1px #adadad;
  position: relative;
}

.footer-contact-wrap .footer-contact {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.footer-contact-wrap .footer-contact .contact-head {
  text-align: center;
  font-size: 1.875em;
  color: #2464e6;
}

.footer-contact-wrap .footer-contact .contact-head span {
  font-size: 0.6em;
  color: #adadad;
}

.footer-contact-wrap .footer-contact .contact-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-contact-wrap .footer-contact .contact-box .left {
  width: 90%;
  text-align: center;
  border-bottom: solid 1px #adadad;
  padding: 20px;
}

.footer-contact-wrap .footer-contact .contact-box .left .left-head {
  font-weight: bold;
}

.footer-contact-wrap .footer-contact .contact-box .left .phone {
  display: inline-block;
  font-size: 1.875em;
  font-weight: bold;
  color: #2464e6;
  padding-left: 30px;
  background-image: url("../images/i_tel.png");
  background-size: 20px;
  background-position-y: center;
  white-space: nowrap;
}

.footer-contact-wrap .footer-contact .contact-box .left .phone a {
  color: #2464e6;
  text-decoration: none;
}

.footer-contact-wrap .footer-contact .contact-box .left .desc {
  font-size: 0.875em;
  color: #2464e6;
}

.footer-contact-wrap .footer-contact .contact-box .right {
  width: 90%;
  text-align: center;
  padding: 20px;
}

.footer-contact-wrap .footer-contact .contact-box .right .right-head {
  font-weight: bold;
  margin-bottom: 20px;
}

.footer-contact-wrap .footer-contact .contact-box .right .contact-button {
  display: inline-block;
  width: 100%;
  max-width: 350px;
  font-size: 1.125em;
  color: #fff;
  background-color: #2464e6;
  text-align: center;
  padding: 10px 10px 10px 0px;
  border-radius: 5px;
}

.footer-contact-wrap .footer-contact .contact-box .right .contact-button span {
  display: inline-block;
  padding-left: 35px;
  background-image: url("../images/mail.png");
  background-size: 26px;
  background-position: 0 center;
}

@media print, screen and (min-width: 768px) {
  .footer-contact-wrap {
    padding: 20px 0 40px 0;
  }
  .footer-contact-wrap .footer-contact .contact-head {
    padding-bottom: 20px;
  }
  .footer-contact-wrap .footer-contact .contact-box {
    justify-content: space-between;
  }
  .footer-contact-wrap .footer-contact .contact-box .left {
    width: 50%;
    padding: 0;
    border-right: solid 1px #adadad;
    border-bottom: none;
  }
  .footer-contact-wrap .footer-contact .contact-box .left .phone {
    padding-left: 40px;
    font-size: 2.25em;
    background-size: 25px;
  }
  .footer-contact-wrap .footer-contact .contact-box .right {
    width: 50%;
    padding: 0;
  }
}

/*----------------------
  レイアウト関係
----------------------*/
.table-1 {
  width: calc(100% - 20px);
  border-collapse: collapse;
  border: solid 1px rgba(36, 100, 230, 0.6);
  margin: 0 10px;
}

.table-1 caption {
  text-align: left;
  font-weight: 700;
  margin-bottom: 0.25em;
}

.table-1 th {
  display: block;
  width: 100% !important;
  padding: 12px 20px;
  position: relative;
  background-color: #dde8ff;
  font-weight: normal;
  color: #2464e6;
  text-align: left;
}

.table-1 td {
  display: block;
  width: 100% !important;
  padding: 12px 20px;
}

@media print, screen and (min-width: 768px) {
  .table-1 th {
    width: 30% !important;
    display: table-cell;
  }
  .table-1 td {
    width: 70% !important;
    display: table-cell;
  }
  .table-1 tr:not(:last-of-type) th,
  .table-1 tr:not(:last-of-type) td {
    border-bottom: solid 1px #d7dcf0;
  }
}

.dl-list-1 {
  display: flex;
  flex-wrap: wrap;
  border: solid 1px rgba(36, 100, 230, 0.6);
  box-sizing: border-box;
  margin: 0 10px;
  margin-bottom: 20px;
}

.dl-list-1 > dt {
  width: 100%;
  padding: 12px 20px;
  position: relative;
  background-color: #dde8ff;
  font-weight: normal;
  color: #2464e6;
}

.dl-list-1 > dd {
  width: 100%;
  padding: 12px 20px;
}

@media print, screen and (min-width: 768px) {
  .dl-list-1 > dt {
    width: 30%;
    border-bottom: solid 1px #d7dcf0;
  }
  .dl-list-1 > dd {
    width: 70%;
    border-bottom: solid 1px #d7dcf0;
  }
}

.dl-list-flow {
  display: flex;
  flex-wrap: wrap;
  margin: 0 10px;
  margin-bottom: 40px;
  position: relative;
}

.dl-list-flow::after {
  content: '';
  display: block;
  position: absolute;
  top: 25px;
  left: 20px;
  width: 1px;
  height: calc(100% - 60px);
  background-color: rgba(36, 100, 230, 0.2);
}

.dl-list-flow dt {
  width: 100%;
  padding: 15px 20px;
  position: relative;
  font-weight: normal;
  padding-left: 40px;
  background-color: rgba(36, 100, 230, 0.05);
  color: #2464e6;
  border-bottom: solid 1px rgba(36, 100, 230, 0.2);
}

.dl-list-flow dt::before {
  content: '';
  position: absolute;
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  top: 20px;
  left: 15px;
  background-color: rgba(36, 101, 230, 0.5);
  z-index: 20;
}

.dl-list-flow dd {
  width: 100%;
  padding: 15px 20px;
  padding-left: 40px;
  border-bottom: solid 1px rgba(36, 100, 230, 0.2);
}

@media print, screen and (min-width: 768px) {
  .dl-list-flow dt {
    width: 30%;
  }
  .dl-list-flow dd {
    width: 70%;
  }
}

.thumb-list .thumb-box {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  border-top: dotted 1px rgba(133, 133, 133, 0.6);
}

.thumb-list .thumb-box .left {
  width: 100%;
  overflow: hidden;
}

.thumb-list .thumb-box .left img {
  width: 100%;
  height: auto;
}

.thumb-list .thumb-box .right {
  width: 100%;
  color: #0f104d;
}

.thumb-list .thumb-box .right .head {
  background-color: #e3ecff;
  padding: 5px 10px;
  position: relative;
}

.thumb-list .thumb-box .right .head .modal-btn {
  position: absolute;
  top: 6px;
  right: 10px;
  cursor: pointer;
}

.thumb-list .thumb-box .right .head .modal-btn img {
  pointer-events: none;
}

.thumb-list .thumb-box .right ul {
  padding: 5px;
  padding-left: 6.5em;
}

.thumb-list .thumb-box:last-child {
  border-bottom: dotted 1px rgba(133, 133, 133, 0.6);
}

@media print, screen and (min-width: 550px) {
  .thumb-list .thumb-box .left {
    width: 35%;
    height: 200px;
  }
  .thumb-list .thumb-box .left img {
    width: auto;
    height: 100%;
  }
  .thumb-list .thumb-box .right {
    width: 65%;
    padding-left: 10px;
  }
}

.list-disk {
  list-style: none;
  padding: 0 1em;
  margin-bottom: 20px;
}

.list-disk > li {
  position: relative;
  padding-left: 1.2em;
  padding-right: 1em;
  margin-bottom: 10px;
}

.list-disk > li span {
  font-size: 1.25em;
  font-weight: bold;
}

.list-disk > li::before {
  content: '';
  color: #2464e6;
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #2464e6;
}

@media print, screen and (min-width: 768px) {
  .list-disk > li {
    padding-right: 1em;
  }
}

.list-num {
  margin-bottom: 40px;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  padding-left: 2em;
  padding-right: 1em;
  list-style-type: decimal;
}

.list-num > li {
  width: 100%;
  font-size: 1em;
  margin-bottom: 10px;
}

.list-oneopen {
  list-style: none;
  margin-bottom: 40px;
  text-align: left;
}

.list-oneopen > li {
  padding-left: 2em;
  padding-right: 1em;
  text-indent: -1em;
  font-size: 1em;
  margin-bottom: 10px;
}

.two-half-indent {
  list-style: none;
  text-indent: -2.5em;
  padding-left: 2.5em;
  margin-bottom: 20px;
}

.thr-indent {
  list-style: none;
  text-indent: -3em;
  padding-left: 3em;
  margin-bottom: 20px;
}

.six-indent {
  list-style: none;
  text-indent: -6em;
  padding-left: 6em;
  margin-bottom: 20px;
}

.six-indent li {
  margin-bottom: 5px;
}

.table-nores {
  border-collapse: collapse;
  margin-bottom: 40px;
  width: 100%;
}

.table-nores tr th {
  background-color: #f0f0f0;
  border: solid 1px #ccc;
  padding: 8px 10px;
  font-weight: normal;
}

.table-nores tr td {
  border: solid 1px #ccc;
  padding: 8px 10px;
  text-align: center;
}

.list-button {
  list-style: none;
  text-align: center;
}

.list-button li {
  width: 100%;
}

.list-button li:not(:last-of-type) {
  margin-bottom: 5px;
}

.list-button li a {
  width: 100%;
  border-radius: 3px;
  background-color: #e3ecff;
  text-decoration: none;
  color: #2464e6;
  display: inline-block;
  padding: 5px 10px;
  padding-left: 25px;
  white-space: nowrap;
  position: relative;
  text-align: left;
}

.list-button li a::after {
  content: '';
  display: block;
  position: absolute;
  top: 12px;
  left: 8px;
  border-top: 5px solid transparent;
  border-left: 8.6602540379px solid #2464e6;
  border-bottom: 5px solid transparent;
}

.list-block {
  list-style: none;
  padding: 0 10px;
  margin-bottom: 20px;
}

.list-block li {
  display: inline-block;
  padding-left: 10px;
}

.list-block li::before {
  content: '';
  display: inline-block;
  border-top: 5px solid transparent;
  border-left: 8.6602540379px solid #2464e6;
  border-bottom: 5px solid transparent;
  padding-right: 10px;
}

.list-link {
  margin-bottom: 40px;
  text-align: left;
  list-style: none;
  padding-left: 1em;
}

.list-link > li {
  padding-left: 1em;
  margin-bottom: 0.5em;
  position: relative;
}

.list-link > li::after {
  content: '';
  display: block;
  position: absolute;
  border-top: 5px solid transparent;
  border-left: 8.6602540379px solid #2464e6;
  border-bottom: 5px solid transparent;
  top: calc(1em / 2.2);
  left: 0;
}

.list-link-inline {
  margin-bottom: 40px;
  text-align: left;
  list-style: none;
  padding-left: 0.5em;
  display: inline-block;
}

.list-link-inline > li {
  padding-left: 1em;
  margin-bottom: 0.5em;
  position: relative;
}

.list-link-inline > li::after {
  content: '';
  display: block;
  position: absolute;
  border-top: 0.3333333333em solid transparent;
  border-left: 0.5773502692em solid #2464e6;
  border-bottom: 0.3333333333em solid transparent;
  top: calc(1em / 2.2);
  left: 0;
}

.center-img {
  box-sizing: border-box;
  padding: 10px;
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
}

.center-img img {
  width: 100%;
  height: auto;
}

.right-img {
  box-sizing: border-box;
  padding: 10px;
  margin-bottom: 30px;
  width: 100%;
  text-align: right;
}

.right-img img {
  width: 100%;
  height: auto;
}

.left-img {
  box-sizing: border-box;
  padding: 10px;
  margin-bottom: 30px;
  width: 100%;
  text-align: left;
}

.left-img img {
  width: 100%;
  height: auto;
}

.img-2col {
  list-style: none;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}

.img-2col::after {
  content: '';
  display: block;
  width: 100%;
}

.img-2col li {
  width: 100%;
}

.img-2col li img {
  width: 100%;
  max-width: 320px;
}

.img-2col li p {
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .img-2col::after {
    width: 48%;
  }
  .img-2col li {
    width: 48%;
  }
  .img-2col li img {
    max-width: 100%;
  }
}

.new {
  color: #fff;
  background-color: #f54848;
  font-size: 11px;
  padding: 0.5px 5px;
  border-radius: 2px;
  margin-left: 1em;
  vertical-align: text-top;
}

.scroll-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0.7;
  cursor: pointer;
  display: none;
}

.scroll-top:hover {
  opacity: 0.9;
}

.scroll-top img {
  width: 64px;
}

.reader {
  border: solid 1px #ccc;
  padding: 20px;
  box-sizing: border-box;
  font-size: 0.875em;
}

.reader p:nth-child(1) {
  margin-bottom: 10px;
}

@media print, screen and (min-width: 768px) {
  .reader {
    display: flex;
  }
  .reader p:nth-child(1) {
    padding-right: 20px;
    margin-bottom: 0px;
  }
}

@media print {
  .global-wrap {
    position: static !important;
    box-shadow: none  !important;
  }
}

.wp-caption, .wp-caption-text, .sticky, .gallery-caption {
  font-size: 0.9em;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.bypostauthor {
  background: mediumslateblue;
}

.slick-slide {
  height: auto !important;
  max-height: 100%;
}

.mce-content-body p {
  line-height: 1.8em;
  padding: 0 1em;
  margin-bottom: 20px;
}
