@charset "UTF-8";
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::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
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Correct border color in Firefox. */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

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

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

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

abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

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

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 */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

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

/* 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;
}

table {
  border-color: inherit;
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  /* Remove text indentation in Chrome, Edge, and Safari */
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

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

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

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

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

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

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

/* # =================================================================
   # 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;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* 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=true] {
  cursor: default;
}

.alignC {
  text-align: center !important;
}

.alignL {
  text-align: left !important;
}

.alignR {
  text-align: right !important;
}

.alignT {
  vertical-align: top !important;
}

.alignM {
  vertical-align: middle !important;
}

.alignB {
  vertical-align: bottom !important;
}

.floatL {
  float: left;
}

.floatR {
  float: right;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.center {
  display: table;
  margin: 0 auto;
}

.between {
  display: flex;
  justify-content: space-between;
}

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

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

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

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

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

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

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mt110 {
  margin-top: 110px !important;
}

.mt120 {
  margin-top: 120px !important;
}

.mt130 {
  margin-top: 130px !important;
}

.mt140 {
  margin-top: 140px !important;
}

.mt150 {
  margin-top: 150px !important;
}

.mt160 {
  margin-top: 160px !important;
}

.mt170 {
  margin-top: 170px !important;
}

.mt180 {
  margin-top: 180px !important;
}

.mt190 {
  margin-top: 190px !important;
}

.mt200 {
  margin-top: 200px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

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

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

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

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

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

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

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.mb130 {
  margin-bottom: 130px !important;
}

.mb140 {
  margin-bottom: 140px !important;
}

.mb150 {
  margin-bottom: 150px !important;
}

.mb160 {
  margin-bottom: 160px !important;
}

.mb170 {
  margin-bottom: 170px !important;
}

.mb180 {
  margin-bottom: 180px !important;
}

.mb190 {
  margin-bottom: 190px !important;
}

.mb200 {
  margin-bottom: 200px !important;
}

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

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

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

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

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

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

.ml70 {
  margin-left: 70px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.ml100 {
  margin-left: 100px !important;
}

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

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

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

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

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

.font10 {
  font-size: 1rem !important;
}

.font11 {
  font-size: 1.1rem !important;
}

.font12 {
  font-size: 1.2rem !important;
}

.font13 {
  font-size: 1.3rem !important;
}

.font14 {
  font-size: 1.4rem !important;
}

.font15 {
  font-size: 1.5rem !important;
}

.font16 {
  font-size: 1.6rem !important;
}

.font17 {
  font-size: 1.7rem !important;
}

.font18 {
  font-size: 1.8rem !important;
}

.font20 {
  font-size: 2rem !important;
}

.font22 {
  font-size: 2.2rem !important;
}

.font24 {
  font-size: 2.4rem !important;
}

.font26 {
  font-size: 2.6rem !important;
}

.font28 {
  font-size: 2.8rem !important;
}

.font30 {
  font-size: 3rem !important;
}

.font40 {
  font-size: 4rem !important;
}

.sup {
  font-size: 50%;
  position: relative;
  top: -1em;
}

.white {
  color: #fff !important;
}

.red {
  color: #BF0000 !important;
}

.blue {
  color: #09A3C6 !important;
}

.green {
  color: #479F6F !important;
}

.yellow {
  color: #FFFF00 !important;
}

.orange {
  color: #E55800 !important;
}

.serif {
  font-family: serif;
}

.san-serif {
  font-family: sans-serif;
}

html, body {
  height: 100%;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
}

body, h1, h2, h3, h4, h5, h6, div, p, dt, dd, li, th, td, input, textarea, select, option, a {
  margin: 0;
  padding: 0;
  font-family: "メイリオ", Meiryo, Osaka, "ＭＳＰゴシック", sans-serif;
  color: #000000;
  line-height: 1.8;
  letter-spacing: normal;
}

ul, ol {
  list-style-type: none;
}

img {
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

a:hover {
  transition: 0.5s;
  opacity: 0.7;
}

em {
  font-style: normal;
}

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

main {
  display: block;
  padding: 1px 0;
}

#wrap {
  min-width: 1200px;
  margin-left: auto;
  margin-left: auto;
}

/*==================================================
header
==================================================*/
#header {
  width: 100%;
  border-bottom: 10px solid #009664;
}
#header .inner {
  position: relative;
  width: 1200px;
  height: 110px;
  margin: 0 auto;
}
#header .logo {
  position: absolute;
  top: 22px;
  left: 22px;
}

/*==================================================
menu
==================================================*/
nav#global {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 100;
  background: #00925F;
  border-top: 6px solid #fff;
  border-bottom: 6px solid #fff;
}
nav#global .navi {
  display: flex;
  justify-content: center;
  width: 1200px;
  margin: 0 auto;
}
nav#global .navi > li {
  width: 25%;
  height: 90px;
  border-right: 6px solid #fff;
}
nav#global .navi > li:first-child {
  border-left: 6px solid #fff;
}
nav#global .navi > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90px;
  color: #fff;
  font-size: 1.9rem;
}
nav#global .navi > li ul {
  display: none;
}
nav#global .navi > li:hover ul {
  display: block;
}
nav#global .navi > li ul a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 56px;
  padding: 0 0 0 40px;
  text-align: left;
  color: #fff;
  font-size: 1.9rem;
  line-height: 1;
  background: #5CBA9A;
}
nav#global .navi > li ul a::before {
  content: "・";
}
nav#global .navi > li ul a:hover {
  opacity: 1;
  background: #339674;
}

#visual {
  width: 100%;
  height: 363px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#tenant #visual {
  background-image: url(../img/tenant/visual.jpg);
}

#lessor #visual {
  background-image: url(../img/lessor/visual.jpg);
}

#franchise #visual {
  background-image: url(../img/franchise/visual.jpg);
}

#multiple #visual {
  background-image: url(../img/multiple/visual.jpg);
}

/*==================================================
footer
==================================================*/
#footer {
  background: #f0f0f0;
  border-top: 6px solid #009664;
}
#footer .inner {
  width: 1200px;
  margin: 0 auto;
  padding: 33px 0 30px 48px;
}
#footer .logo {
  margin: 0 0 50px;
}
#footer .navi {
  display: flex;
  justify-content: space-between;
}
#footer .navi > li {
  margin: 0 0 0 0;
}
#footer .navi > li > a {
  color: #479F6F;
  font-size: 20px;
}
#footer .navi ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 110px;
  margin: 20px 0 0 5px;
}
#footer .navi ul li {
  margin-right: 40px;
  margin-bottom: 5px;
  line-height: 1;
}
#footer .navi ul li a {
  font-size: 16px;
}
#footer .copy {
  background: #2B6647;
}
#footer .copy span {
  display: block;
  width: 1200px;
  margin: 0 auto;
  padding: 8px 28px 8px 0;
  text-align: right;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
}

/* index */
#top-visual {
  width: 100%;
  height: 364px;
  background: url(../img/home/visual.jpg) top center no-repeat #abe8d6;
}
#top-visual .inner {
  width: 1200px;
  height: 364px;
  margin: 0 auto;
  padding: 90px 0 0 548px;
}
#top-visual h1 {
  margin: 0 0 35px;
  color: #134B2C;
  font-size: 45px;
  font-weight: normal;
  line-height: 1;
}
#top-visual p {
  color: #134B2C;
  font-size: 28px;
  line-height: 1;
}

#slider {
  width: 100%;
  height: 630px;
  padding: 100px 0 0;
  background: url(../img/home/slide_bg.jpg) center bottom no-repeat;
  background-size: cover;
}
#slider .tit {
  margin: 0 0 35px;
  text-align: center;
  font-size: 2.6rem;
  font-weight: normal;
  line-height: 1;
}
#slider .slide {
  width: 1010px;
  margin: 0 auto;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}

#home main {
  padding-top: 70px;
}
#home main .bg05 {
  padding: 20px 0 180px;
  background: url(../img/common/bg05.png) center bottom repeat-x #479f6f;
}

.service-index {
  background-color: #479f6f;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.service-index .inner {
  width: 1200px;
  margin: 0 auto;
  padding: 75px 0 80px;
}
.service-index .tit {
  margin: 0 0 50px;
  text-align: center;
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
}
.service-index ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 1020px;
  margin: 0 auto;
}
.service-index ul li {
  width: 300px;
  margin: 0 15px 30px 0;
}
.service-index ul li:nth-child(3n) {
  margin: 0 0 30px 0;
}
.service-index ul a {
  display: block;
  width: 300px;
  height: 200px;
  padding: 45px 0 0;
  text-align: center;
  color: #479F6F;
  font-size: 2.3rem;
  line-height: 1;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.service-index ul img {
  display: block;
  margin: 18px auto 0;
}

.service-index.bg01 {
  background-image: url(../img/common/bg01.png);
}

.service-index.bg02 {
  background-image: url(../img/common/bg02.png);
}

.service-index.bg03 {
  background-image: url(../img/common/bg03.png);
}

.service-index.bg04 {
  background-image: url(../img/common/bg04.png);
}

/* サービス名 */
.service-name {
  padding: 120px 0 85px;
  text-align: center;
}
.service-name .tit {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 845px;
  height: 103px;
  color: #000;
  font-size: 3rem;
  font-weight: bold;
  background: #EFAC45;
  border-radius: 1px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
.service-name .tit img {
  margin-right: 20px;
}

/* オレンジ背景 */
.bg-orange {
  margin: 0 0 40px;
  background: #EFAC45;
}
.bg-orange .inner {
  width: 1050px;
  margin: 0 auto;
  padding: 65px 0 65px;
}
.bg-orange .column {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bg-orange .tit {
  margin: 0 0 30px;
  color: #000;
  font-size: 2.8rem;
}
.bg-orange .tit-underbar {
  width: auto;
  margin: 0 0 30px;
  color: #000;
  font-size: 2.8rem;
}
.bg-orange .tit-underbar::after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  margin: 15px 0 0;
  background: #000;
}
.bg-orange .txt {
  color: #000;
  font-size: 1.9rem;
  line-height: 2;
}
.bg-orange .btn {
  margin: 40px 0 0;
}
.bg-orange .btn a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 496px;
  height: 54px;
  color: #EFAC45;
  font-size: 2.1rem;
  font-weight: bold;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.bg-orange .pic {
  margin-left: 20px;
}

/* 背景　グラデーション */
.bg-grad {
  margin: 200px 0 0;
  background: linear-gradient(to bottom, #ffffff 0%, #479F6F 100%);
}

/* 背景　緑 */
.bg-orange + .bg-green {
  margin-top: -40px;
}

.bg-green {
  padding: 80px 0;
  background: #479F6F;
}
.bg-green .tit-underbar {
  color: #fff;
}
.bg-green .tit-underbar::after {
  background: #fff;
}

.bg-green .amount {
  background: #fff;
}
.bg-green .amount .tit {
  color: #479F6F;
}
.bg-green .amount .tit::after {
  background: #479F6F;
}

.bg-green .accordion-head {
  color: #fff;
  border-bottom: 2px solid #fff;
}
.bg-green .accordion-body {
  border: 6px solid #A3D5BC;
  background: #fff;
}

/* 見出し */
.tit-underbar {
  width: 1020px;
  margin: 0 auto 70px;
  color: #009664;
  font-size: 3rem;
  font-weight: bold;
}
.tit-underbar::after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  margin: 15px 0 0;
  background: #009664;
}

.tit-rightbar {
  position: relative;
  width: 1020px;
  margin: 0 auto 70px;
  color: #009664;
  font-size: 3rem;
}
.tit-rightbar span {
  position: relative;
  padding: 0 40px 0 0;
  background: #fff;
  z-index: 2;
}
.tit-rightbar::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  background: #009664;
  z-index: 1;
}

.bg-green .tit-rightbar {
  color: #fff;
}
.bg-green .tit-rightbar span {
  background: #479F6F;
}
.bg-green .tit-rightbar::after {
  background: #fff;
}

/* button */
.btn-top {
  padding: 60px 0 100px;
  text-align: center;
}
.btn-top a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 186px;
  height: 54px;
  color: #fff;
  font-size: 2.1rem;
  background: #479F6F;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* 幅なりゆき */
.btn-nofix {
  text-align: center;
}
.btn-nofix a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 480px;
  padding: 15px 80px;
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  background: #00925F;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* 区切り線 */
hr.green {
  width: 958px;
  margin: 30px auto;
  border: none;
  border-bottom: 3px solid #009664;
  box-shadow: none;
}

hr.white {
  width: 1000px;
  margin: 30px auto;
  border: none;
  border-bottom: 3px solid #fff;
  box-shadow: none;
}

/*==================================================
pagetop
==================================================*/
.pagetop {
  margin: 150px 0 200px;
  text-align: center;
}
.pagetop a {
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  text-decoration: underline;
}

.bg-green .pagetop a {
  color: #fff;
}

/* サービスポイント */
ul.point {
  width: 1016px;
  margin: 0 auto 85px;
}
ul.point li {
  display: flex;
  align-items: center;
  margin: 0 0 55px;
}
ul.point .pic {
  margin-right: 20px;
}
ul.point dt {
  margin: 0 0 10px;
  padding: 0 0 10px;
  font-size: 2rem;
  border-bottom: 1px solid #000;
}
ul.point dd {
  font-size: 1.8rem;
}

ul.point-case {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1020px;
  margin: 0 auto 80px;
}
ul.point-case li {
  width: 490px;
  margin: 0 0 50px;
  background-position: 0 5px;
  background-repeat: no-repeat;
}
ul.point-case li:nth-child(1) {
  background-image: url(../img/common/case01.png);
}
ul.point-case li:nth-child(2) {
  background-image: url(../img/common/case02.png);
}
ul.point-case li:nth-child(3) {
  background-image: url(../img/common/case03.png);
}
ul.point-case li:nth-child(4) {
  background-image: url(../img/common/case04.png);
}
ul.point-case li:nth-child(5) {
  background-image: url(../img/common/case05.png);
}
ul.point-case li:nth-child(6) {
  background-image: url(../img/common/case06.png);
}
ul.point-case dl {
  margin: 0 0 20px 75px;
}
ul.point-case dt {
  margin: 0 0 10px;
  padding: 0 0 10px;
  font-size: 1.7rem;
  border-bottom: 1px solid #000;
}
ul.point-case dd {
  font-size: 1.7rem;
  line-height: 1.8;
}
ul.point-case .pic {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 130px;
  text-align: center;
}

.service-point {
  width: 1040px;
  margin: 0 auto 100px;
}
.service-point li {
  display: flex;
  align-items: center;
  padding: 40px 0;
  border-bottom: 1px solid #000;
}
.service-point li:last-child {
  border-bottom: none;
}
.service-point .pic {
  width: 290px;
  margin-right: 20px;
  text-align: center;
}
.service-point .unit {
  flex: 1;
}
.service-point .unit .tit {
  margin: 0 0 20px;
  font-size: 2.4rem;
}
.service-point .unit .txt {
  font-size: 2rem;
  line-height: 2;
}

.bg-green .service-point li {
  border-bottom: 1px solid #fff;
}
.bg-green .service-point .unit .tit {
  color: #fff;
}
.bg-green .service-point .unit .txt {
  color: #fff;
}

#guaranty .service-point .pic {
  width: 340px;
}

#guaranty .service-point .unit .txt {
  line-height: 2.2;
}

#global .service-point .pic {
  width: 200px;
}

#chubb .service-point .pic {
  width: 220px;
}

#chubb .service-point .tit {
  font-size: 2.1rem;
}

.service-point-num {
  width: 1000px;
  margin: 0 auto 170px;
}
.service-point-num li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 80px;
}
.service-point-num .num {
  width: 80px;
  text-align: center;
  margin-bottom: auto;
}
.service-point-num .pic {
  width: 380px;
  text-align: center;
}
.service-point-num .unit {
  flex: 1;
}
.service-point-num .unit .tit {
  margin: 0 0 10px;
  padding: 0 0 10px;
  color: #fff;
  font-size: 2rem;
  border-bottom: 1px solid #fff;
}
.service-point-num .unit .txt {
  color: #fff;
  font-size: 1.8rem;
  line-height: 2;
}

.service-point-pic {
  width: 980px;
  margin: 0 auto 170px;
}
.service-point-pic li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 60px;
}
.service-point-pic .num {
  margin-right: 30px;
}
.service-point-pic .pic {
  margin-right: 30px;
  text-align: center;
}
.service-point-pic .unit {
  flex: 1;
}
.service-point-pic .unit .tit {
  margin: 0 0 10px;
  padding: 0 0 10px;
  font-size: 1.9rem;
  border-bottom: 1px solid #000;
}
.service-point-pic .unit .txt {
  font-size: 1.7rem;
  line-height: 2;
}

.bg-green .service-point-pic .unit {
  flex: 1;
}
.bg-green .service-point-pic .unit .tit {
  color: #fff;
  font-size: 2.2rem;
  border-bottom: 1px solid #fff;
}
.bg-green .service-point-pic .unit .txt {
  color: #fff;
  font-size: 1.8rem;
}

#reform .bg-green .service-point-pic {
  width: 1000px;
}

#reform .service-point-pic .pic {
  width: 220px;
}
#reform .service-point-pic .pic .copyright {
  display: inline-block;
  width: 168px;
  text-align: right;
  margin: 0 auto;
}

#print .service-point-pic {
  width: 1040px;
}

#print .service-point-pic .pic {
  width: 200px;
}

.service-point-green {
  width: 1020px;
  margin: 0 auto;
}
.service-point-green li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 70px;
}
.service-point-green .num {
  width: 80px;
  text-align: center;
}
.service-point-green .pic {
  width: 300px;
  text-align: center;
}
.service-point-green .txt {
  flex: 1;
  padding: 10px 0 0;
  color: #479F6F;
  font-size: 1.7rem;
  line-height: 2;
  border-top: 1px solid #479F6F;
}

.service-point-bold {
  width: 980px;
  margin: 0 auto 170px;
}
.service-point-bold li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 60px;
}
.service-point-bold .pic {
  margin-right: 30px;
  text-align: center;
}
.service-point-bold .unit {
  flex: 1;
}
.service-point-bold .unit .tit {
  margin: 0 0 10px;
  color: #009664;
  font-size: 1.9rem;
}
.service-point-bold .unit .txt {
  font-size: 1.7rem;
  line-height: 2;
}

.bg-green .service-point-bold .unit .tit {
  color: #fff;
}
.bg-green .service-point-bold .unit .txt {
  color: #fff;
}

/* ご負担・報酬 */
.amount {
  width: 1040px;
  margin: 0 auto 100px;
  padding: 65px 0 75px;
  background: #479F6F;
}
.amount .tit {
  margin: 0 0 80px;
  text-align: center;
  color: #fff;
  font-size: 3.2rem;
}
.amount .tit::after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  margin: 15px auto 0;
  background: #fff;
}

/* 問い合わせ枠 */
p.inq-border {
  width: 1030px;
  margin: 40px auto;
  padding: 20px 0;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2;
  border: 2px solid #479F6F;
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.2);
}

dl.inq-border {
  width: 1030px;
  margin: 40px auto 100px;
  padding: 30px 0;
  text-align: center;
  border: 2px solid #479F6F;
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.2);
}
dl.inq-border dt {
  margin: 0 0 20px;
  font-size: 2rem;
}
dl.inq-border dd {
  font-size: 3.1rem;
  font-weight: bold;
  line-height: 2;
}

.contact-box {
  padding: 35px 20px;
  background: #479F6F;
  border-radius: 10px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}
.contact-box .contact-tit {
  margin: 0 0 30px;
  text-align: center;
  color: #fff;
  font-size: 2.2rem;
}
.contact-box .contact-info {
  display: flex;
}
.contact-box .contact-info dl {
  width: 50%;
  padding: 10px 20px;
}
.contact-box .contact-info dl:first-child {
  border-right: 2px dashed #fff;
}
.contact-box .contact-info dt {
  margin: 0 0 10px;
  color: #fff;
  font-size: 1.9rem;
}
.contact-box .contact-info dd {
  padding-left: 1em;
  color: #fff;
  font-size: 1.7rem;
}

/* 商品のご案内 */
.product {
  display: flex;
  align-items: center;
  margin: 0 -30px 60px;
}
.product .pic {
  width: 145px;
  text-align: center;
}
.product .product-name {
  margin: 0 0 10px;
  font-size: 2rem;
  font-weight: bold;
}
.product .product-catch {
  margin: 0 0 20px;
  font-size: 1.7rem;
  font-weight: bold;
}
.product .product-txt {
  margin: 0 0 5px 1.5em;
  font-size: 1.7rem;
}
.product .product-txt li {
  list-style-type: disc;
  font-size: 1.7rem;
}
.product .product-info {
  padding-left: 1.5em;
  font-size: 1.7rem;
}

.product-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 940px;
  margin: 0 auto;
}
.product-link li {
  width: 430px;
  margin: 0 0 100px;
}
.product-link .product-link-txt {
  float: left;
  width: 250px;
}
.product-link .product-link-txt dt {
  margin: 0 0 10px;
  font-size: 2rem;
  line-height: 1;
}
.product-link .product-link-txt dd {
  font-size: 1.7rem;
  line-height: 1.6;
}
.product-link .product-link-pic {
  float: right;
  width: 180px;
  height: 185px;
  text-align: center;
}
.product-link a {
  clear: both;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 40px;
  margin: 20px 0 0 auto;
  text-align: center;
  color: #fff;
  font-size: 1.7rem;
  background: #EFAC45;
  border-radius: 4px;
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.2);
}

/* エイブルリース */
#lease .between > div {
  width: 480px;
}

/* パーキング */
#parking .bg-orange .column {
  background: url(../img/lessor/pic_parking.jpg) center right no-repeat;
}

/* modaal */
.image {
  padding-bottom: 40px;
  background: url(../img/common/ico_zoom.png) bottom 10px right no-repeat;
  background-size: 20px 20px;
}

/* アコーディオン　ヘッダー */
.accordion-head {
  position: relative;
  width: 1040px;
  margin: 0 auto 50px;
  padding: 0 0 18px 52px;
  color: #479F6F;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
  border-bottom: 2px solid #479F6F;
  cursor: pointer;
  background: url(../img/common/ico_arw.png) 0 5px no-repeat;
}
.accordion-head::after {
  font-family: monospace;
  content: "＋";
  position: absolute;
  top: 0;
  right: 14px;
  font-size: 26px;
}

.bg-green .accordion-head {
  background: url(../img/common/ico_arw_white.png) 0 5px no-repeat;
}

.accordion-head.on::after {
  content: "ー";
}

/* アコーディオン　ボディ */
.accordion-body {
  display: none;
  width: 1120px;
  margin: 0 auto;
  padding: 80px 65px;
  border: 6px solid #539674;
  border-radius: 40px;
}

.accordion-body.open {
  display: block;
}

.accordion-body .tit {
  margin: 0 0 30px;
  color: #479F6F;
  font-size: 2.5rem;
}
.accordion-body .txt {
  margin: 0 0 15px 30px;
  font-size: 2rem;
  line-height: 1.8;
}
.accordion-body .txt .notice {
  float: right;
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 10px 30px;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  background: #ED6E2E;
}
.accordion-body .txt-indent {
  margin: 0 0 15px 70px;
  font-size: 1.8rem;
  line-height: 1.8;
}
.accordion-body em {
  color: #00925F;
}
.accordion-body .pic {
  margin: 0 0 50px;
  text-align: center;
}
.accordion-body .fullsize {
  margin-left: -70px !important;
  margin-right: -70px !important;
}
.accordion-body hr {
  margin: 50px -5px;
  border: none;
  border-bottom: 1px solid #707070;
  box-shadow: none;
}
.accordion-body hr.dot-green {
  margin: 40px auto;
  width: 860px;
  border: none;
  border-bottom: 1px dashed #00925F;
  box-shadow: none;
}

.accordion-body .usage {
  margin: 40px;
  padding: 20px 0 20px 80px;
  font-size: 1.7rem;
  line-height: 2.5;
  border: 2px solid #539674;
}

.accordion-body .round-box {
  margin: 30px 0 60px;
  padding: 25px 0;
  text-align: center;
  font-size: 2rem;
  border: 1px solid #707070;
  border-radius: 20px;
}

.accordion-body .round-box-blue {
  padding: 50px 40px;
  border: 3px solid #129FCA;
  border-radius: 20px;
}

.accordion-body .round-box-orange {
  padding: 50px 40px;
  border: 3px solid #FF820A;
  border-radius: 20px;
}

.accordion-body .round-box-green {
  padding: 20px;
  background: #E7F1EC;
  border-radius: 8px;
}

.accordion-body .border-box-green {
  padding: 20px;
  background: #fff;
  border: 2px solid #479F6F;
}

.accordion-body .bg-round {
  padding: 50px 40px;
  background: #EBEBEB;
  border-radius: 20px;
}

/* step */
.accordion-body div.step {
  margin: 0 0 100px 30px;
}
.accordion-body div.step .step-tit {
  margin: 0 0 10px;
  font-size: 28px;
}
.accordion-body div.step .step-txt {
  margin: 0 0 30px;
  font-size: 21px;
}
.accordion-body div.step .step-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 690px;
  height: 58px;
  margin: 0 auto;
  color: #fff;
  font-size: 21px;
  background: #24794B;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.accordion-body div.step .step-send {
  display: flex;
  justify-content: center;
  align-items: center;
}
.accordion-body div.step .step-send li {
  padding: 20px 80px 20px 60px;
  font-size: 22px;
  background-repeat: no-repeat;
  background-position: left center;
}
.accordion-body div.step .step-send li.fax {
  background-image: url(../img/common/ico_fax.png);
}
.accordion-body div.step .step-send li.mail {
  background-image: url(../img/common/ico_mail.png);
}
.accordion-body div.step .step-send .pic {
  margin: 0;
}

/* step */
.accordion-body ul.step {
  margin: 0 30px;
}
.accordion-body ul.step li:not(:last-child)::after {
  content: "";
  display: block;
  height: 1;
  margin: 40px 50px;
}
.accordion-body ul.step dt {
  margin: 0 0 10px;
  font-size: 1.9rem;
  font-weight: bold;
}
.accordion-body ul.step dd {
  font-size: 1.8rem;
}
.accordion-body ul.step .btn a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 190px;
  height: 38px;
  padding: 0 50px;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  background: #00925F;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.accordion-body ul.step .step-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 690px;
  height: 58px;
  margin: 0 auto;
  color: #fff;
  font-size: 21px;
  background: #24794B;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* step border-dot */
.accordion-body .step-dot {
  margin: 0 30px;
}
.accordion-body .step-dot li:not(:last-child)::after {
  content: "";
  display: block;
  height: 1;
  margin: 30px 0;
  border-bottom: 1px dashed #539674;
}
.accordion-body .step-dot dt {
  margin: 0 0 10px;
  color: #539674;
  font-size: 2rem;
  font-weight: bold;
}
.accordion-body .step-dot dd {
  font-size: 1.8rem;
}
.accordion-body .step-dot .btn a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 280px;
  height: 58px;
  padding: 0 50px;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  background: #00925F;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.accordion-body .step-indent {
  width: 900px;
  margin: 0 auto;
}
.accordion-body .step-indent li {
  display: flex;
  margin: 0 0 60px;
}
.accordion-body .step-indent .step-num {
  width: 110px;
  margin: 0 0 auto;
  font-size: 2rem;
}
.accordion-body .step-indent .step-unit {
  flex: 1;
}
.accordion-body .step-indent .step-tit {
  margin: 0 0 10px;
  font-size: 2rem;
}
.accordion-body .step-indent .step-txt {
  font-size: 1.7rem;
}
.accordion-body .step-indent .step-pic {
  margin: 0 50px 0 0;
}

#lease .accordion-body .step-indent {
  width: 920px;
}

#lease .accordion-body .step-indent li {
  align-items: center;
}

.accordion-body .step-indent-dot {
  width: 900px;
  margin: 0 auto;
}
.accordion-body .step-indent-dot li {
  display: flex;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px dashed #ccc;
}
.accordion-body .step-indent-dot li:last-child {
  border: none;
}
.accordion-body .step-indent-dot .step-num {
  width: 50px;
  margin: 0 0 auto;
  font-size: 2rem;
}
.accordion-body .step-indent-dot .step-unit {
  flex: 1;
}
.accordion-body .step-indent-dot .step-tit {
  margin: 0 0 10px;
  font-size: 2rem;
}
.accordion-body .step-indent-dot .step-txt {
  font-size: 1.7rem;
}
.accordion-body .step-indent-dot .step-pic {
  margin: 0 0 0 30px;
}

/* 契約期間 */
.accordion-body .period {
  width: 910px;
  margin: 0 auto;
  padding: 0 0 20px;
  text-align: center;
  border-top: 2px solid #FF7F00;
  border-bottom: 2px solid #FF7F00;
}
.accordion-body .period .period-tit {
  position: relative;
  top: -18px;
  display: inline-block;
  padding: 0 10px;
  font-size: 2rem;
  background: #fff;
}
.accordion-body .period .period-txt {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  text-align: left;
  font-size: 1.8rem;
  line-height: 2.2;
}

/* 注意事項 */
.accordion-body .caution {
  width: 910px;
  margin: 0 auto;
  padding: 0 0 20px;
  text-align: center;
  border-top: 2px solid #479F6F;
  border-bottom: 2px solid #479F6F;
}
.accordion-body .caution .caution-tit {
  position: relative;
  top: -18px;
  display: inline-block;
  padding: 0 10px;
  font-size: 2rem;
  background: #fff;
}
.accordion-body .caution .caution-txt {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  text-align: left;
  font-size: 1.8rem;
  line-height: 2.2;
}

.accordion-body .tel-fax {
  max-width: 920px;
  margin: 0 auto;
  padding: 40px 0;
  text-align: center;
  font-size: 2.2rem;
  border-top: 2px solid #FF7F00;
  border-bottom: 2px solid #FF7F00;
}

.accordion-body dl.send-info {
  display: flex;
  max-width: 920px;
  margin: 0 auto;
  padding: 30px 0;
  border-top: 2px solid #FF7F00;
  border-bottom: 2px solid #FF7F00;
}
.accordion-body dl.send-info dt {
  margin-right: 40px;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 2;
}
.accordion-body dl.send-info dd {
  font-size: 1.8rem;
  line-height: 2;
}

/* 用語解説 */
.accordion-body .glossary {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
.accordion-body .glossary dt {
  position: relative;
  top: -20px;
  width: 300px;
  margin: 0 auto;
  text-align: center;
  font-size: 2.1rem;
  font-weight: bold;
  background: #fff;
}
.accordion-body .glossary dd {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 10px 0 20px;
  font-size: 1.7rem;
}

.accordion-body .feature {
  display: flex;
  justify-content: space-between;
}
.accordion-body .feature li {
  width: 32%;
  padding: 40px 30px 20px;
  background: #479F6F;
  border-radius: 10px;
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.2);
}
.accordion-body .feature dt {
  margin: 0 0 30px;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
}
.accordion-body .feature dd {
  color: #fff;
  font-size: 1.7rem;
}

#support .accordion-body .serice-detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: url(../img/tenant/support_bg.png) top 50% left 180px no-repeat;
}
#support .accordion-body .serice-detail .unit1 {
  width: 315px;
}
#support .accordion-body .serice-detail .unit1 p {
  font-size: 1.8rem;
}
#support .accordion-body .serice-detail .unit1 em {
  color: #FF0000;
}
#support .accordion-body .serice-detail .unit2 {
  flex: 1;
}
#support .accordion-body .serice-detail .unit2 .tit {
  margin: 0 0 10px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #2B9460;
}
#support .accordion-body .serice-detail .unit2 .tit::after {
  content: "";
  display: block;
  width: 300px;
  height: 2px;
  margin: 10px 0 0;
  background: #2C9665;
}
#support .accordion-body .serice-detail .unit2 table tr {
  border-bottom: 5px solid #fff;
}
#support .accordion-body .serice-detail .unit2 table th {
  width: 140px;
  padding: 20px 0;
  text-align: center;
  color: #fff;
  font-size: 1.7rem;
  font-weight: normal;
  background: #3DA57A;
}
#support .accordion-body .serice-detail .unit2 table td {
  padding: 20px 0 20px 15px;
  font-size: 1.7rem;
  font-weight: normal;
}
#support .accordion-body .serice-detail .unit2 .tit.orange {
  color: #ED6E2E !important;
}
#support .accordion-body .serice-detail .unit2 .tit.orange::after {
  background: #ED6E2E;
}
#support .accordion-body .serice-detail .unit2 table.orange th {
  background: #ED6E2E;
}

#global .accordion-body table.border-cross {
  width: 900px;
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0;
}
#global .accordion-body table.border-cross tr:last-child th, #global .accordion-body table.border-cross tr:last-child td {
  border-bottom: none;
}
#global .accordion-body table.border-cross th {
  width: 240px;
  padding: 20px 0 20px 45px;
  text-align: left;
  font-size: 1.8rem;
  font-weight: normal;
  border-right: 1px solid #539674;
  border-bottom: 1px solid #539674;
}
#global .accordion-body table.border-cross td {
  padding: 20px 0 20px 45px;
  font-size: 1.8rem;
  border-bottom: 1px solid #539674;
}

#guaranty .accordion-body .tit-sideline {
  margin: 50px 0 20px 20px;
  position: relative;
}
#guaranty .accordion-body .tit-sideline span {
  position: relative;
  display: inline-block;
  padding: 0 20px 0 0;
  font-size: 2rem;
  background: #fff;
  z-index: 2;
}
#guaranty .accordion-body .tit-sideline::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
  z-index: 1;
}
#guaranty .accordion-body .detail-column {
  display: flex;
  align-items: center;
  margin: 0 0 0 70px;
}
#guaranty .accordion-body .detail-column .unit-pic {
  width: 220px;
  margin-right: 20px;
  font-size: 1.9rem;
  text-align: center;
}
#guaranty .accordion-body .detail-column .unit-txt {
  font-size: 1.9rem;
}
#guaranty .accordion-body .word-box {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #000;
}
#guaranty .accordion-body .red {
  color: #f00 !important;
}
#guaranty .accordion-body .flow-box {
  width: 860px;
  margin: 0 auto;
  padding: 40px 40px;
  border: 1px solid #000;
}
#guaranty .accordion-body .flow-box .flow-box-tit {
  font-size: 2rem;
}
#guaranty .accordion-body .flow-box .flow-box-tit::after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  margin: 6px 0 0;
  background: #000;
}
#guaranty .accordion-body .flow-box table {
  width: 700px;
  margin: 0 auto;
}
#guaranty .accordion-body .flow-box table tr:not(:last-child) {
  border-bottom: 1px dashed #000;
}
#guaranty .accordion-body .flow-box table th {
  width: 220px;
  padding: 20px 0 20px 40px;
  font-size: 1.8rem;
  font-weight: normal;
  background-repeat: no-repeat;
}
#guaranty .accordion-body .flow-box table th.web {
  background-image: url(../img/tenant/guaranty_ico01.png);
  background-position: top 50% left 0;
}
#guaranty .accordion-body .flow-box table th.sms {
  background-image: url(../img/tenant/guaranty_ico02.png);
  background-position: top 50% left 10px;
}
#guaranty .accordion-body .flow-box table th.tel {
  background-image: url(../img/tenant/guaranty_ico03.png);
  background-position: top 50% left 10px;
}
#guaranty .accordion-body .flow-box table th.letter {
  background-image: url(../img/tenant/guaranty_ico04.png);
  background-position: top 50% left 5px;
}
#guaranty .accordion-body .flow-box table td {
  padding: 20px 0;
  font-size: 1.8rem;
}
#guaranty .accordion-body .flow-box .mt-20 {
  margin-top: -20px;
}

.accordion-body .contrast-box {
  display: flex;
  justify-content: space-between;
  width: 910px;
  margin: 0 auto 40px;
}
.accordion-body .contrast-box .contrast-unit {
  width: 425px;
}
.accordion-body .contrast-box .contrast-tit {
  margin: 0 0 20px;
  padding: 20px 0;
  text-align: center;
  color: #fff;
  font-size: 2.2rem;
  background: #ED6E2E;
}
.accordion-body .contrast-box .contrast-tit.green {
  color: #fff !important;
  background: #479F6F;
}
.accordion-body .contrast-box .contrast-indent {
  margin: 0 0 20px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.7rem;
}
.accordion-body .contrast-box .contrast-border {
  margin: 0 0 20px;
  padding: 20px 0 20px 30px;
  border: 1px solid #ED6E2E;
}
.accordion-body .contrast-box .contrast-border.green {
  border-color: #479F6F;
}
.accordion-body .contrast-box .contrast-border p {
  font-size: 1.8rem;
}
.accordion-body .contrast-box ul {
  margin: 0 0 0 20px;
  list-style-type: disc;
}
.accordion-body .contrast-box li {
  margin: 0 0 20px;
  font-size: 1.4rem;
}

#guaranty .accordion-body .file-dl {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 820px;
  margin: 0 auto;
}
#guaranty .accordion-body .file-dl .file-dl-pic {
  width: 360px;
}
#guaranty .accordion-body .file-dl .file-dl-pic .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 360px;
  margin: 20px 0 0;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  background: #00925F;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
#guaranty .accordion-body .file-dl .file-dl-unit {
  width: 410px;
}
#guaranty .accordion-body .file-dl .file-dl-unit p {
  margin: 0 0 20px;
  font-size: 1.8rem;
}
#guaranty .accordion-body .file-dl .file-dl-unit ul {
  padding: 25px 0 15px 40px;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
#guaranty .accordion-body .file-dl .file-dl-unit li {
  margin: 0 0 10px;
  font-size: 1.8rem;
}

.definition {
  width: 910px;
  margin: 0 auto;
  border: 1px solid #479F6F;
}
.definition dt {
  padding: 20px 0;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  background: #479F6F;
}
.definition dd {
  padding: 20px 30px;
  font-size: 1.8rem;
  font-weight: bold;
}
.definition dd ul {
  padding: 25px 0 15px 20px;
  list-style-type: disc;
}
.definition dd li {
  margin: 0 0 20px;
  font-size: 1.8rem;
  font-weight: normal;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/* Slider */
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 100px;
  height: 100px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}

.slick-prev:before,
.slick-next:before {
  font-size: 60px;
  line-height: 1;
  opacity: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -100px;
}

[dir=rtl] .slick-prev {
  right: -100px;
  left: auto;
}

.slick-prev:before {
  content: "＜";
}

[dir=rtl] .slick-prev:before {
  content: "＞";
}

.slick-next {
  right: -100px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -100px;
}

.slick-next:before {
  content: "＞";
}

[dir=rtl] .slick-next:before {
  content: "＜";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -40px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-size: 14px;
  line-height: 20px;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  content: "●";
  text-align: center;
  opacity: 1;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #479f6f;
}

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out;
}
.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}
.modaal-wrapper .modaal-close {
  border: 2px solid #000;
  background: #fff;
  padding: 0;
  -webkit-appearance: none;
}
.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}
.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}
.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}
.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}
.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}
.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  box-shadow: none;
  cursor: auto;
}
.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}
.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 54px;
  height: 54px;
  background: #fff;
  border-radius: 100%;
  border: 2px solid #000;
  transition: all 0.2s ease-in-out;
}
.modaal-close:focus, .modaal-close:hover {
  outline: none;
  background: #fff;
}
.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #b93d0c;
}
.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-close:before, .modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #000;
  transition: background 0.2s ease-in-out;
}
.modaal-close:before {
  transform: rotate(-45deg);
}
.modaal-close:after {
  transform: rotate(45deg);
}
.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 10px;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}
.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  transition: background 0.2s ease-in-out;
}
.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}
.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}
.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important;
}
.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}
.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}
.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  -webkit-animation: instaReveal 1s linear forwards;
          animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}
.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}
.modaal-gallery-item img {
  display: block;
}
.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}
.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}
.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
  background: #afb7bc;
}
.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-gallery-control:before, .modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}
.modaal-gallery-control:before {
  margin: -5px 0 0;
  transform: rotate(-45deg);
}
.modaal-gallery-control:after {
  margin: 5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}
.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px;
}
.modaal-gallery-prev:before {
  margin: 5px 0 0;
  transform: rotate(-45deg);
}
.modaal-gallery-prev:after {
  margin: -5px 0 0;
  transform: rotate(45deg);
}
.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}
.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}
@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    background: #fff;
  }

  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }

  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}
@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}
@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}
@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .modaal-instagram iframe {
    width: 600px !important;
  }
}
@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }

  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}
@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}
@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}
.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  transform: scale(0.25);
}
@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    transform: scale(1);
  }
}
@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    transform: scale(1);
  }
}
.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.12s;
  animation-delay: 0.12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.37s;
  animation-delay: 0.37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.62s;
  animation-delay: 0.62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.87s;
  animation-delay: 0.87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

.mainview {
  position: relative;
}
.mainview .title {
  margin: 0 0 50px;
  text-align: center;
  color: #000;
  font-size: 2.8rem;
  font-weight: bold;
}
.mainview .swiper {
  width: 100%;
  height: auto;
  margin: 40px auto;
  margin: 2.5rem auto;
  position: relative;
  overflow: hidden;
}
.mainview .swiper--wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  height: 300px;
}
.mainview .swiper-slide {
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 300px;
}
.mainview .swiper-button-prev, .mainview .swiper-rtl .swiper-button-next {
  left: 200px;
  color: #808080;
}
.mainview .swiper-button-next, .mainview .swiper-rtl .swiper-button-prev {
  right: 200px;
  color: #808080;
}
.mainview .swiper-pagination {
  bottom: 70px;
}
.mainview .swiper-pagination-bullet-active {
  background-color: #479f6f;
}

.mainview.bg00 {
  background-image: url(../img/common/bg00.png);
  background-size: cover;
}