/* outline
------------------------------*/
/* line 5, ../scss/index.scss */
#path {
  display: none;
}

.adJustConts---01 {
  line-height: 1.2;
}

.h1_section {
  display: none;
}

.l-page * {
  font-family: 'Noto Sans JP', sans-serif;
}

/* line 8, ../scss/index.scss */
.h1_section {
  margin: 0 auto;
}

/* line 11, ../scss/index.scss */
.l-page {
  font-size: 16px;
  color: #333;
  background-color: #fff;
}

/* line 17, ../scss/index.scss */
#contents {
  width: 100%;
  padding: 0;
}

/* line 22, ../scss/index.scss */
.section {
  padding-bottom: 90px;
}

/* line 25, ../scss/index.scss */
.contents {
  width: 950px;
  margin: 0 auto;
}

/* line 29, ../scss/index.scss */
.cntr {
  text-align: center;
}

/* line 33, ../scss/index.scss */
.txt-lg {
  font-size: 18px;
}

/* line 36, ../scss/index.scss */
.txt-xlg {
  font-size: 20px;
}

/* line 39, ../scss/index.scss */
.txt-xxlg {
  font-size: 24px;
}

/* line 43, ../scss/index.scss */
.l-page .txt-sm {
  font-size: 11px;
  margin-top: 4px;
}

/* line 47, ../scss/index.scss */
.bold {
  font-weight: bold;
}

/* line 50, ../scss/index.scss */
.blue {
  color: #57C3E7;
}

.nagare-area {
  background-color: #fff;
  padding: 40px 116px 60px 119px;
  border: 1px solid #333333;
}

.nagare-list {
  text-align: center;
  border: #333333 solid 1px;
  margin-top: 49px;
  font-size: 20px;
  font-weight: 700;
  padding: 9px 0 13px;
}

.nagare-list.list01 {
  margin-top: 0;
  position: relative;
}

.nagare-list.list01::after {
  content: '';
  background: url(../images/arrow-black.png) no-repeat center;
  width: 55px;
  height: 33px;
  position: absolute;
  margin: auto;
  bottom: -42px;
  left: 0;
  right: 0;
}

.l-page dt.nagare-tit {
  margin-top: 0;
}

.nagare-tit {
  width: 227px;
  line-height: 1.5;
  padding: 21px 0 27px;
  background-color: #D2630D;
  font-size: 24px;
  color: #fff;
  position: relative;
}

.nagare-tit::before {
  content: '';
  background: url(../images/arrow-red.png) no-repeat center;
  width: 55px;
  height: 33px;
  position: absolute;
  margin: auto;
  top: -40px;
  left: 0;
  right: 0;
}

.nagare-tit.tit-blue {
  padding: 18px 0 27px;
  background-color: #2EAAC4;
  line-height: 1.75;
}

.nagare-tit.tit-blue::before {
  background: url(../images/arrow-blue.png) no-repeat center;

}

.nagare-span {
  font-size: 18px;
}

.nagare-span.blue-span {
  font-size: 14px;
}

.nagare-list.list03 {
  border: none;
  display: flex;
  justify-content: space-between;
  padding: 0;
}

.nagare-dd {
  border: #D2631A 1px solid;
  padding: 13px 0 10px;
  position: relative;
  font-size: 20px;
  font-weight: 700;
  margin-top: 49px;
  color: #D2631A;
}

.nagare-dd::before {
  content: '';
  background: url(../images/arrow-red.png) no-repeat center;
  width: 55px;
  height: 33px;
  position: absolute;
  margin: auto;
  top: -42px;
  left: 0;
  right: 0;
}

.nagare-dd.bg-color {
  background-color: #D2630D;
  color: #fff;
}

.l-page dd.nagare-dd {
  padding-left: 0;
}

.nagare-dd.bg-color02 {
  background-color: #333333;
  border: none;
  padding-bottom: 11px;
}

.nagare-dd.bg-color02::before {
  background: url(../images/arrow-blue.png) no-repeat center;
}

.owner-link {
  color: #fff;
}

.owner-link:hover {
  text-decoration: none;
  opacity: .8;
  color: #fff;
}

/* line 53, ../scss/index.scss */
.red {
  color: #D2630D;
}

/* line 57, ../scss/index.scss */
.bg-gray {
  background-color: #F7F7F7;
}

/* line 60, ../scss/index.scss */
.mv {
  background-image: url(../images/mv-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
}

/* line 65, ../scss/index.scss */
.mv h1 {
  font-size: 44px;
  font-weight: bold;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 85px 0 204px;
}

/* line 74, ../scss/index.scss */
h2.blue,
h3.blue {
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #333333;
}

/* line 80, ../scss/index.scss */
h2.blue {
  font-size: 40px;
  padding-top: 80px;
  margin-bottom: 30px;
  padding-bottom: 14px;
}

/* line 86, ../scss/index.scss */
h3.blue {
  margin: 45px 0 5px;
  padding-bottom: 11px;
  font-size: 30px;
  letter-spacing: .1em;
}

/* line 93, ../scss/index.scss */
h2.bar {
  margin-bottom: 38px;
  letter-spacing: .1em;
  background-color: #333;
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  padding: 12px 0;
  color: #fff;
}

/* line 102, ../scss/index.scss */
h2.bar.last {
  margin-top: -30px;
}

/* line 106, ../scss/index.scss */
.l-page dt {
  margin-top: 23px;
  font-weight: bold;
}

/* line 110, ../scss/index.scss */
.l-page dd {
  padding-left: 15px;
}

/* line 112, ../scss/index.scss */
.l-page dd ul {
  margin-top: 0;
}

/* line 116, ../scss/index.scss */
.l-page p {
  margin-top: 23px;
}

/* line 120, ../scss/index.scss */
.l-page ul {
  margin-top: 23px;
}

/* line 123, ../scss/index.scss */
span.blue {
  font-size: 14px;
}

/* line 126, ../scss/index.scss */
table {
  margin-top: 23px;
  width: 100%;
  text-align: center;
  border-spacing: 4px;
}

/* line 131, ../scss/index.scss */
table th,
table td {
  padding: 10px;
}

/* line 135, ../scss/index.scss */
table th {
  background-color: #57C3E7;
  color: #fff;
  font-weight: bold;
}

/* line 140, ../scss/index.scss */
table td {
  background-color: #fff;
  height: 42px;
  vertical-align: middle;
}

/* line 146, ../scss/index.scss */
table tr:nth-child(2n) td {
  background-color: #E4F2F7;
}

/* line 149, ../scss/index.scss */
table tr:nth-child(2n) .th {
  background-color: #7FCDE6;
  color: #fff;
  font-weight: bold;
  width: 30%;
}

/* line 156, ../scss/index.scss */
table .th {
  background-color: #7FCDE6;
  color: #fff;
  font-weight: bold;
  width: 30%;
}

/* line 164, ../scss/index.scss */
.cta {
  background-color: #FDF6DF;
  padding: 32px 40px 40px;
  border: 6px solid #FDE07B;
}

/* line 168, ../scss/index.scss */
.cta h3 {
  margin-bottom: -5px;
}

/* line 171, ../scss/index.scss */
.cta .btn {
  margin-top: 40px;
  background-color: #57C3E7;
  display: inline-block;
  font-size: 25px;
  color: #fff;
  font-weight: bold;
  width: 400px;
  padding: 20px;
  background-image: url(../images/arw.png);
  background-repeat: no-repeat;
  background-position: right 4% center;
  background-size: 12px;
  transition: .3s;
}

/* line 185, ../scss/index.scss */
.cta .btn:hover {
  text-decoration: none;
  opacity: .7;
}