﻿/**************************************************

2018/7追加

**************************************************/
/****************** BASIC **********************/
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  line-height: 1.8 !important;
}
/****************** FLOAT **********************/
.clear {
  clear: both;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}
/****************** LINK **********************/
.btn-square-soft {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #ab8789;
  border-radius: 5px;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  font-weight: bold;
  background: linear-gradient(#efdde3 0%, #d6a8a8 100%);
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
  padding: 1px 10px;
  font-size: 12px;
}
.btn-square-soft:hover {
  color: #ab8789;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  background-image: linear-gradient(#f3d6db 0%, #e3bcb3 100%);
}
/****************** TEXT **********************/
h1 {
  display: block;
  width: 100%;
  font-size: 10px !important;
  line-height: 1 !important;
  margin: 20px 0 0 5px;
}
h1, h2, h3, h4, h5, h6 {
  text-transform: none !important;
}
h3.page-ttl:after {
  display: block;
  width: 60px;
  height: 2px;
  margin-top: 15px;
  content: '';
  background-color: #85ab03;
}
h4 {
  font-size: 22px;
  margin: 7px 0 40px 0;
}
h4:after {
  width: 60px;
  background-color: #e0b4ac;
}
h4.mds {
  border-left: 5px solid #e0b4ac;
  padding: 0 0 0 2.5em;
  font-size: 15px;
  text-indent: -2em;
}
.txt-s {
  font-size: 70%;
  font-weight: normal;
}
.txt-ss {
  font-size: 50%;
  font-weight: normal;
}
.txt-l {
  font-size: 120%;
}
.txt-ll {
  font-size: 150%;
}
.txt-lll {
  font-size: 170%;
}
.txt-bld {
  font-weight: bold;
}
.txt-nml {
  font-weight: normal;
}
.txt-red {
  color: #f00;
}
/****************** TEXT 装飾 **********************/
.keikohpen {
  background: linear-gradient(transparent 70%, #bde4f7 30%);
  padding: 0 0.1em;
  line-height: 1.6;
}
/****************** ALIGN **********************/
.txt-left {
  text-align: left;
}
.txt-right {
  text-align: right;
}
.txt-center {
  text-align: center;
}
/****************** LIST **********************/
ul.list-dot li {
  list-style: disc;
  margin-left: 1em;
}
/****************** COMMON **********************/
/* table2 */
.row-head {
  border-collapse: collapse;
  vertical-align: middle;
  width: 100%;
}
.row-head th, .row-head td {
  border: 1px solid #dbe1e8;
  padding: 8px;
}
.row-head th {
  background: #ccc;
}
.row-head label {
  line-height: 34px;
  margin: 0;
}
@media only screen and (max-width: 800px) {
  .row-head tr, .row-head td {
    display: block;
    width: auto;
  }
  .row-head thead tr {
    padding: 0;
  }
  .row-head tr {
    border: 1px solid #dbe1e8;
    border-radius: 5px;
    box-shadow: 3px 3px rgba(0, 0, 0, .1);
    margin-bottom: 20px;
    padding: 8px 8px 0;
  }
  .row-head td {
    border: none;
    border-bottom: 1px solid #dbe1e8;
  }
  .row-head td:last-child {
    border-bottom: none;
  }
  .row-head td::before {
    content: attr(aria-label);
    display: inline-block;
    font-weight: bold;
    float: left;
    text-align: left;
    padding-right: 10px;
    white-space: nowrap;
  }
  .row-head td.bt-area::before {
    display: none;
  }
  .row-head td.bt-area a {
    background: #007aff;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    flex: 1;
    height: 40px;
    margin: 0 2px;
    overflow: hidden;
    width: auto;
  }
  .row-head td.bt-area a::before {
    align-items: center;
    content: attr(aria-label);
    display: flex;
    font-size: 14px;
    height: 100%;
    justify-content: center;
    line-height: 40px;
    width: 100%;
  }
  .row-head.header-check tr {
    padding-left: 40px;
    position: relative;
  }
  .row-head.header-check td:first-child {
    align-items: center;
    background: #fff;
    border-right: 1px solid #dbe1e8;
    border-bottom: none;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40px;
  }
  .row-head.header-check td:first-child::before {
    display: none;
  }
}
/* table */
table {
  box-sizing: border-box;
  border-collapse: collapse;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
table th, table td {
  border: 1px solid #999;
  padding: .5em 1em;
}
table th {
  background: #ccc;
  color: #fff;
}
table th .w30 {
  width: 30%;
}
@media (max-width: 480px) {
  table th, table td {
    display: block;
  }
  table th, table td {
    border-top: none;
  }
  table tr:first-child th {
    border-top: 1px solid #999;
  }
}
/* MARGIN */
.has-margin-0-l16 {
  margin: 0 0 0 16px !important;
}
.has-margin-btm30 {
  margin: 0 0 30px 0 !important;
}
.has-margin-btm50 {
  margin: 0 0 50px 0 !important;
}
/* PADDING */
.has-padding {
  padding: 60px 0 !important;
}
.has-padding0 {
  padding: 0 !important;
}
.has-padding30 {
  padding: 30px 0 !important;
}
.top-has-padding {
  padding: 60px 0 0 !important;
}
.mgn-l-10 {
  margin-left: 10px;
}
.mgn-b-10 {
  margin-bottom: 10px;
}
/* SWITCH */
@media screen and (min-width: 481px) {
  .pc-none {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .sp-none {
    display: none;
  }
}
/* LIST */
ul.check li {
  margin: 0 0 14px;
}
ul.check > li:before {
  content: "\f14a";
  color: #f00;
  position: relative;
  font-family: FontAwesome;
  margin-right: .5em;
}
ol.list_parentheses { /*括弧付き数字*/
  padding: 0;
  margin: 0;
  list-style: none !important;
}
ol.list_parentheses li {
  list-style: none !important;
  list-style-position: inside;
  counter-increment: cnt;
  margin-top: 7px;
}
ol.list_parentheses li:before {
  display: marker;
  content: "("counter(cnt) ") ";
}
ol.marunum { /*丸数字*/
  margin: 0 0 30px 16px !important;
  counter-reset: my-counter;
  list-style: none !important;
}
ol.marunum li {
  line-height: 1.4;
  /*box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.1);*/
  margin: 0 0 20px -20px !important;
  padding: 20px 20px 20px 50px !important;
  list-style: none !important;
}
ol.marunum li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  color: #fff;
  background-color: #85ab03;
  float: left;
  line-height: 22px;
  margin-left: -30px;
  text-align: center;
  width: 22px;
  border-radius: 50%;
  margin-right: 5px;
}
ol.alphabet li { /*アルファベット*/
  margin: 0 0 1em 0 !important;
  padding: 0 !important;
  list-style-type: lower-latin !important;
}
/* BOX */
.cont-wrap {
  border-bottom: 1px dotted #999;
  margin: 0 0 30px 0;
}
.gray-base {
  background: #eee;
}
.right-gray-base {
  background: #f5f5f5;
}
.border-box {
  padding: 20px;
  border: 1px dotted #999;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
/* BUTTON */
.o-btn {
  display: inline-block;
  padding: 7px 20px;
  margin: 0 10px;
  border-radius: 25px;
  text-decoration: none;
  color: #FFF;
  background-image: -webkit-linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
  background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
  transition: .4s;
}
.o-btn:hover {
  background-image: -webkit-linear-gradient(45deg, #FFC107 0%, #f76a35 100%);
  background-image: linear-gradient(45deg, #FFC107 0%, #f76a35 100%);
}
.o-btn p {
  margin: 0;
  padding: 0;
  color: #fff;
}
.o-btn p a {
  color: #fff;
}
.o-btn p:after {
  content: "\f105";
  position: relative;
  font-family: FontAwesome;
  margin-left: 5px;
  font-weignt: bold;
  font-size: 120%;
}
/* FLEX */
.flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
/****************** HEADER **********************/
.header-nav-wrapper {
  position: relative;
  background-image: url(../img/header-bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 0 10px 10px;
  border-bottom: 1px solid #7a6b7a;
}
.header-nav-wrapper h1 {
  color: #fff;
}
.header-nav-wrapper .header-right {
  display: inline-block;
  max-width: 40%;
}
@media screen and (max-width: 1024px) {
  .header-nav-wrapper .header-right {
    max-width: 80%;
  }
}
.header-nav-wrapper .header-right .logo {
  width: 265px;
  padding: 7px 0 0;
  text-align: left;
  border-bottom: none;
  background-color: transparent;
}
.header-nav-wrapper .header-right .logo img {
  max-width: 100%;
}
/****************** HEADER NAV **********************/
.navicon {
  background-color: transparent;
}
@media screen and (max-width: 1024px) {
  .primary-nav-wrapper {
    background-color: rgba(0, 0, 0, 0.7) !important;
  }
  .dropdown {
    display: block !important;
  }
}
.primary-nav-wrapper .btn {
  background-color: transparent;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
.dropdown {
  display: inline-block;
  margin: 45px 15px 0 0;
  font-size: 14px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
.dropdown a {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 1024px) {
  .dropdown a {
    margin-left: 10px;
  }
}
.open > .dropdown-menu {
  background-color: rgba(255, 255, 255, 0.95) !important;
}
.dropdown-menu li {
  border-bottom: 1px dotted #999;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.dropdown-menu li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.caret {
  color: #81b703;
  margin-left: 3px !important;
}
/*プルダウンメニューhead anime*/
.dropdown-toggle {
  position: relative;
  display: inline-block;
  transition: .3s;
}
.dropdown-toggle::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  height: 3px;
  background-color: #85ab03;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.dropdown-toggle:hover::after {
  width: 100%;
}
/*プルダウン内メニュー anime打ち消し*/
.dropdown-menu li a {
  position: relative;
  display: inline-block;
  transition: none;
  text-shadow: none;
}
.dropdown-menu li a::after {
  position: relative;
  width: 0;
  height: 0;
  background-color: transparent;
  transition: 0;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.dropdown-menu li a:hover {
  background-color: transparent;
}
.dropdown-menu li a:hover::after {
  width: 0;
}
/*メニュー anime*/
.dropdown .btn {
  padding: 0 12px;
}
.dropdown a {
  position: relative;
  /*padding-bottom: 10px;
	display: inline-block;*/
  transition: .3s;
  vertical-align: middle;
  line-height: 1.42857143;
  font-size: 14px;
}
.dropdown a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  height: 3px;
  background-color: #85ab03;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.dropdown a:hover::after {
  width: 100%;
}
.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
  background: #727f13;
}
/****************** SLIDER **********************/
.wp1 {
  font-size: 32px !important;
  font-weight: normal;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  margin: 0 auto !important;
}
.wp1 .emp {
  font-size: 110% !important;
  font-weight: bold;
  color: #45e4fd;
  /*text-decoration: underline wavy #f5b0cf;　下部に波線装飾
  text-underline-offset: 0.2em;
  text-shadow: 1px 1px 3px rgb(251, 1, 1, 0.4);*/
}
@media screen and (max-width: 480px) {
  .wp1 {
    font-size: 20px !important;
    line-height: 1.6;
  }
}
header.hero .hero-bg .hero-intro-text {
  margin-top: 30px !important;
  padding-top: 30px;
  text-align: center;
  border-top: solid 1px rgba(255, 255, 255, 1);
  font-size: 16px !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
.hero-bg-01 {
  background-image: url(../img/hero-bg-01.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}
.hero-bg-02 {
  background-image: url(../img/hero-bg-02.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}
.hero-bg-03 {
  background-image: url(../img/hero-bg-03.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}
.hero-bg-04 {
  background-image: url(../img/hero-bg-04.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .hero-bg-01 {
    background-image: url(../img/hero-bg-01-sp.jpg);
  }
  .hero-bg-02 {
    background-image: url(../img/hero-bg-02-sp.jpg);
  }
  .hero-bg-03 {
    background-image: url(../img/hero-bg-03-sp.jpg);
  }
  .hero-bg-04 {
    background-image: url(../img/hero-bg-04-sp.jpg);
  }
}
/****************** INFO **********************/
#info .info-wrppaer {
  height: 180px;
  /*border-top: 1px solid #999;
	border-bottom: 1px solid #999;*/
  padding: .5em 0;
}
#info ul {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  padding-right: 1em;
}
#info ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
#info ul li {
  border-bottom: 1px dotted #999;
  padding-bottom: 12px;
  margin-top: 12px;
  font-size: 12px;
  line-height: 1.6;
  width: 100%;
}
#info ul li::before {
  font-family: FontAwesome;
  font-weight: bold;
  content: "\f0da";
  color: #f00;
  position: relative;
  margin-right: .5em;
}
#info ul li .ttl {
  font-weight: bold;
  font-size: 14px;
  margin: -4px 0 0 0;
  padding-right: 1em;
  min-width: 23%;
  width: 23%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#info ul li .txt {
  min-width: 77%;
  width: 77%;
}
#info ul li .txt p {
  font-size: 12px;
  line-height: 1.6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#info ul li .txt img {
  max-width: 15%;
  height: auto;
}
#info ul li .txt ul li {
  border: none;
  padding-bottom: 0;
  margin-top: 0;
  display: list-item;
  margin-left: 1.5em;
  list-style-type: disc;
}
#info ul li .txt ul li::before {
  content: none;
}
@media screen and (max-width: 480px) {
  #info .info-wrppaer {
    height: 260px;
    border-top: 1px solid #eae9e9;
    border-bottom: 1px solid #eae9e9;
    padding: .5em 0;
  }
  #info ul {
    padding-right: 0;
  }
  #info ul li {
    display: block;
  }
  #info ul li .ttl {
    width: 91%;
    display: inline-block;
    padding: 0 0 1em 0;
  }
  #info ul li .txt {
    width: 100%;
  }
}
/****************** INTRO **********************/
#intro {
  background-image: url(../img/makuhari.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}
#intro h3.page-ttl {
  color: #414A52;
  text-shadow: 0px 0px 4px rgba(255, 255, 255, .6)
}
/****************** FREEBIES **********************/
#freebies ul li {
  margin: 0 0 14px;
}
#freebies ul > li:before {
  content: "\f14a";
  color: #f00;
  position: relative;
  font-family: FontAwesome;
  margin-right: .5em;
}
#freebies .freebie-content h2 {
  font-size: 22px;
}
/****************** INTRODUCE **********************/
#introduce {
  margin-bottom: 80px !important;
}
#introduce .introduce-intro {
  margin-bottom: 80px;
}
#introduce .introduce-intro .item {
  width: 95%;
  margin: 0 auto;
}
#introduce .introduce-intro .item img {
  width: 100%;
}
#introduce .introduce-intro .item h3.name {
  position: relative;
  color: white;
  padding: 0.3em 0.3em 0.3em 2em;
  background-color: #4b5f82;
  font-size: 14px;
  font-weight: normal;
}
#introduce .introduce-intro .item h3.name:after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: '';
  width: 24px;
  height: 2px;
  background-color: white;
}
figure.effect-sadie figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
  background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
  content: '';
  opacity: 0;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
}
figure.effect-sadie h2 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #484c61;
  -webkit-transition: -webkit-transform 0.35s, color 0.35s;
  transition: transform 0.35s, color 0.35s;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
figure.effect-sadie figcaption::before, figure.effect-sadie p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
/****************** KENSETU **********************/
#kensetu #intro h4 {
  line-height: 2;
}
#kensetu h4:after {
  display: none;
}
#kensetu #intro {
  background-image: url(../kensetsu/img/intro-bg01.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
#kensetu .no-img-intro {
  background-image: none !important;
  background-color: #f5f5f5;
}
#kensetu .read .item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#kensetu .read .item {
  display: inline-block;
  padding: 7px 20px;
  margin: 0 10px;
  border-radius: 25px;
  text-decoration: none;
  color: #FFF;
  background-image: -webkit-linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
  background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
  transition: .4s;
}
@media screen and (max-width: 768px) {
  #kensetu .read .item-wrapper {
    display: block;
  }
  #kensetu .read .item {
    display: block;
    width: 90%;
    margin: 10px auto;
  }
}
#kensetu .read .item:hover {
  background-image: -webkit-linear-gradient(45deg, #FFC107 0%, #f76a35 100%);
  background-image: linear-gradient(45deg, #FFC107 0%, #f76a35 100%);
}
#kensetu .read .item p {
  margin: 0;
  padding: 0;
  color: #fff;
}
#kensetu .read .item p:after {
  content: "\f105";
  position: relative;
  font-family: FontAwesome;
  margin-left: 5px;
  font-weignt: bold;
  font-size: 120%;
}
#kensetu .cont-wrap ul {
  margin: 0 0 30px 16px;
}
#kensetu .cont-wrap ul li {
  list-style: disc;
  margin: 10px 0 0 0;
}
#kensetu .cont-wrap ol {
  margin: 0 0 30px 16px;
}
#kensetu .cont-wrap aside {
  border: 1px dotted #999;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-bottom: 30px;
}
#kensetu .cont-wrap aside h5 {
  margin: 0 0 16px 0;
  padding: 10px 20px;
  background: #f5f5f5;
  font-weight: bold;
  width: 100%;
}
#kensetu .cont-wrap aside p {
  margin: 0;
  padding: 0 40px 8px;
}
#kensetu .cont-wrap aside p.mds {
  margin: 0;
  padding: 10px 30px 10px;
  font-weight: bold;
}
#kensetu .cont-wrap aside p.subkajo {
  margin: 0 0 10px 0;
  padding: 0;
}
#kensetu .cont-wrap aside ol {
  margin: 0 40px;
}
#kensetu .cont-wrap aside ol li {
  list-style-type: lower-roman !important;
  list-style-position: inside;
  margin: 0 0 10px 0;
  line-height: 1.4;
}
#kensetu table .mds {
  border-left: 7px solid #00089b;
  padding: 0 0 0 10px;
  margin: 0 0 3px;
}
@media (max-width: 480px) {
  #kensetu table {
    border-top: 1px solid #999;
  }
}
/****************** SHINSEI **********************/
#shinsei #intro h4 {
  line-height: 2;
}
#shinsei h4:after {
  display: none;
}
#shinsei #intro {
  background-image: url(../shinsei/img/intro-bg01.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
#shinsei .no-img-intro {
  background-image: none !important;
  background-color: #f5f5f5;
}
#shinsei .cont-wrap ul {
  margin: 0 0 30px 16px;
}
#shinsei .cont-wrap ul li {
  list-style: disc !important;
  margin: 10px 0 0 0 !important;
}
/*#shinsei .cont-wrap ol.marunum li {
border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    list-style-position: inside;
    position: relative;
	background: #eee;
	border: 1px dotted #999;
	}*/
#shinsei .cont-wrap ol {
  list-style-type: decimal;
  margin: 0;
  line-height: 1.4;
}
#shinsei .cont-wrap ol li {
  list-style-type: decimal;
  margin: 0 0 1em 1em;
}
#shinsei .cont-wrap ol .fas {
  color: #e0b4ac;
  font-family: FontAwesome;
  font-weignt: bold;
  font-size: 300%;
  margin-bottom: 20px;
  display: block;
  width: 100%;
  text-align: center;
}
#shinsei .waste-type {
  width: 100%;
}
#shinsei .waste-type p {
  width: 48%;
  display: inline-block;
  margin: 0 0 7px 0;
  padding: 0;
}
#shinsei .waste-type p:before {
  content: "●";
  margin-right: 3px;
}
#shinsei .cont-wrap aside {
  border: 1px dotted #999;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-bottom: 30px;
}
#shinsei .cont-wrap aside h5 {
  margin: 0 0 16px 0;
  padding: 10px 20px;
  background: #f5f5f5;
  font-weight: bold;
  width: 100%;
}
#shinsei .cont-wrap aside p {
  margin: 0;
  padding: 0 40px 8px;
}
#shinsei .cont-wrap aside p.mds {
  margin: 0;
  padding: 10px 30px 10px;
  font-weight: bold;
}
#shinsei .cont-wrap aside p.subkajo {
  margin: 0 0 10px 0;
  padding: 0;
}
#shinsei .cont-wrap aside ul {
  width: 90%;
  margin: 20px auto;
}
#shinsei .cont-wrap aside ol {
  margin: 0 40px;
}
#shinsei .cont-wrap aside ol li {
  list-style-type: lower-roman !important;
  list-style-position: inside;
  margin: 0 0 10px 0;
  line-height: 1.4;
}
#shinsei table .mds {
  border-left: 7px solid #00089b;
  padding: 0 0 0 10px;
  margin: 0 0 3px;
}
#shinsei table .w30 {
  width: 30%;
}
@media (max-width: 800px) {
  #shinsei table .w30 {
    width: 100%;
    display: block;
  }
}
@media (max-width: 480px) {
  #shinsei table {
    border-top: 1px solid #999;
  }
}
#shinsei .takkenmenkyo-wrap span {
  border-left: 5px solid #999;
  padding-left: 5px;
}
#shinsei .takkenmenkyo-wrap span:after {
  content: "：";
  margin: 0 3px;
}
#shinsei .takkenmenkyo-wrap {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #999;
}
/****************** GREETING **********************/
#greeting #intro h4 {
  line-height: 2;
}
#greeting h4:after {
  display: none;
}
#greeting #intro {
  background-image: url(../img/greeting/about-bg01.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
#greeting .greeting-photo {
  width: 100%;
  margin-bottom: 30px;
}
#greeting .read h3 {
  color: #000;
}
/****************** SOLAR **********************/
#solar img {
  max-width: 100%;
}
#solar h4.mds {
  margin-bottom: 1em;
}
#solar h4.mds::after {
  content: none;
  background-color: transparent;
}
#solar #intro {
  background-image: url(../img/solar/solar-bg01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#solar .flow-check-btm {
  padding: 1em;
}
#solar ol li {
  list-style-type: decimal !important;
  list-style-position: inside;
  margin: 0 0 10px 0;
  line-height: 1.4;
}
#solar .flow {
  text-align: center;
}
#solar .flow-check {
  text-align: center;
  margin: 3em auto 0;
  padding: 0 0 2em;
  border: 1px solid #f00;
  width: -moz-fit-content; /* Firefox */
  width: fit-content; /* other browsers */
}
#solar .flow-check h5 {
  background: #f00;
  color: #fff;
  font-size: 18px;
  margin-bottom: 1em;
  padding: 5px 2em;
  width: 100%;
}
#solar .flow-check h5::before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
  font-size: 120%;
  color: #fff;
  margin-right: 5px;
}
#solar .flow-check ul {
  text-align: left;
  margin: 0 auto;
  width: -moz-fit-content; /* Firefox */
  width: fit-content; /* other browsers */
}
/****************** BCP **********************/
#bcp img {
  max-width: 100%;
}
#bcp h4.mds {
  margin-bottom: 1em;
}
#bcp h4.mds::after {
  content: none;
  background-color: transparent;
}
#bcp #intro {
  background-image: url(../img/bcp/bcp-bg01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#bcp ol li {
  list-style-type: decimal !important;
  list-style-position: inside;
  margin: 0 0 10px 0;
  line-height: 1.4;
}
#bcp .process li p {
  display: block;
  border: 1px solid #eee;
  background: #f5f5f5;
  text-align: center;
  margin: 0 0 .5em 0;
  padding: .5em 1em;
}
#bcp .process li::after {
  display: block;
  text-align: center;
  margin-bottom: .5em;
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 900;
}
#bcp .process li:last-child::after {
  content: none;
}
#bcp ul.ex {
  margin: 0 0 1.5em 1em;
}
#bcp ul.ex li {
  list-style-type: disc;
  margin-bottom: .5em;
}
#bcp ul.ex li h6 {
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  padding: .2em 1em;
  background: #fff;
  border: 1px solid #999;
  border-radius: 5px;
}
/****************** RECRUIT **********************/
#recruit #intro h4 {
  line-height: 2;
}
#recruit h4:after {
  display: none;
}
#recruit #intro {
  background-image: url(../img/recruit/recruit-bg01.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
#recruit .item-wrap span {
  border-left: 5px solid #999;
  padding-left: 5px;
  display: inline-block;
  vertical-align: top;
  width: 120px;
}
#recruit .item-wrap {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #999;
}
#recruit .item-wrap:last-child {
  border-bottom: none;
}
#recruit .item-wrap ul {
  display: inline-block;
  vertical-align: top;
}
#recruit .mds {
  font-size: 140%;
  border-bottom: 6px dotted #fbbd05;
  border-left: none;
  padding-bottom: .5em;
  display: inline-block;
}
/****************** CONTACT **********************/
#contact table {
  margin: 30px 0 30px;
}
#contact .w100per {
  width: 100%;
}
#contact .w70per {
  width: 70%;
}
#contact .w30per {
  width: 30%;
}
@media (max-width: 480px) {
  #contact .w70per, #contact .w30per {
    width: 100%;
  }
}
#contact .input, textarea {
  width: 100%;
  height: 120px;
}
#contact .required {
  background: #f00;
  border-radius: 3px;
  color: #fff;
  font-size: 10px;
  padding: 3px 5px;
  margin-left: 5px;
}
#contact .tel-box {
  border: 1px dotted #999;
  border-radius: 5px;
  background: #eee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-bottom: 30px;
  padding: 20px !important;
}
#contact .tel-box p {
  font-weight: bold;
  font-size: 36px;
  padding: 0;
  margin: 0;
}
@media (max-width: 480px) {
  #contact .tel-box p {
    font-size: 27px;
  }
}
#contact .tel-box p:before {
  font-family: "Font Awesome 5 Free";
  content: "\f2a0";
  font-size: 120%;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 5px;
}
#contact .tel-box p a {
  color: #414A52;
}
/****************** PRIVACY **********************/
#praivacy ol {
  margin-bottom: 30px;
}
#praivacy ol li {
  list-style-type: decimal !important;
  list-style-position: inside;
  margin: 0 0 10px 0;
  line-height: 1.4;
}
#praivacy ol li h5 {
  font-size: 100%;
  font-weight: bold;
  border-left: none;
}
#praivacy h5 {
  font-size: 100%;
  font-weight: bold;
  border-left: 5px solid #999;
  padding-left: 5px;
}
/****************** LINK **********************/
#link ul.link-wrap li {
  margin: 0 0 16px 0;
  padding: 0 0 16px 0;
  border-bottom: 1px dotted #999;
}
#link ul.link-wrap li a {
  color: #414A52;
}
#link ul.link-wrap li a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
  font-weight: bold;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 5px;
}
/****************** HEAD OFIICE **********************/
#head-office #intro h4 {
  line-height: 2;
}
#head-office h4:after {
  display: none;
}
#head-office #intro {
  background-image: url(../img/greeting/about-bg01.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
#head-office .teaser {
  height: 300px;
  text-align: center;
}
/****************** chiba-branch **********************/
#chiba-branch #intro h4 {
  line-height: 2;
}
#chiba-branch h4:after {
  display: none;
}
#chiba-branch #intro {
  background-image: url(../img/chiba-branch/about-bg02.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
#chiba-branch .teaser {
  height: 300px;
  text-align: center;
}
/****************** ichikawa-branch **********************/
#ichikawa-branch #intro h4 {
  line-height: 2;
}
#ichikawa-branch h4:after {
  display: none;
}
#ichikawa-branch #intro {
  background-image: url(../img/ichikawa-branch/about-bg03.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
#ichikawa-branch .teaser {
  height: 300px;
  text-align: center;
}
/****************** OUTLINE **********************/
.outline dl {
  width: 100%;
  margin: 0;
  padding: 0 0 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.outline dt {
  font-weight: bold;
  width: 25%;
  min-width: 100px;
  padding: 3px 30px 4px 0;
  margin: 0 -1px 0 0;
  border-right: 1px solid #999;
  position: relative;
}
.outline dt:before {
  content: "";
  width: 30px;
  position: absolute;
  border-top: 1px solid #999;
  top: -1px;
  right: -15px;
}
.outline dt:after {
  content: "";
  width: 5px;
  height: 5px;
  background: #333;
  border: 1px solid #999;
  position: absolute;
  border-radius: 6px;
  top: -3px;
  right: -3px;
}
.outline dd {
  width: 75%;
  padding: 3px 0 4px 30px;
  margin: 0;
}
.outline dd img {
  max-width: 100%;
}
.outline dd img.img-s {
  max-width: 30%;
}
.outline dd img.img-m {
  max-width: 70%;
}
.outline .photo img {
  width: 100%;
}
.outline .photo {
  overflow: hidden;
}
.outline .gaikan-photo {
  width: 50%;
  text-align: center;
  margin-top: 20px;
}
.outline .gaikan-photo img {
  width: 90%;
}
@media (max-width:460px) {
  .outline dd img.img-m {
    max-width: 80%;
  }
}
/****************** FOOTER **********************/
.footer-bg {
  background-color: #efddd7;
}
footer .f-nav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
footer .f-nav-wrapper .f-menu-wrap {
  width: 13%;
  padding: 16px 5px;
  display: block !important;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width:1365px) {
  footer .f-nav-wrapper .f-menu-wrap {
    width: 25%;
    padding: 16px;
    display: block !important;
  }
}
@media (max-width:640px) {
  footer .f-nav-wrapper .f-menu-wrap {
    width: 45%;
    padding: 16px;
    display: block !important;
    margin: 0 auto;
  }
}
footer .f-nav-wrapper .f-menu-wrap ul li {
  display: block !important;
  margin: 12px 0 0;
  padding: 0;
  color: #414A52;
  font-size: 14px;
}
footer .f-nav-wrapper .f-menu-wrap ul li.head {
  font-weight: bold;
}
footer ul li {
  color: #414A52;
}
footer ul li a {
  color: #414A52;
}
footer .footer-nav {
  border-top: solid 1px #414A52;
}
footer p {
  color: #414A52;
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  footer .footer-branding {
    padding: 0 10px;
  }
  footer .footer-nav ul.footer-primary-nav li {
    border-bottom: none;
  }
}
@media screen and (max-width: 480px) {
  footer .footer-branding img {
    max-width: 80%;
  }
}
footer .f-nav-ttl {
  font-size: 110%;
  font-weight: bold;
}
footer .f-nav-ttl:before {
  content: "＋＋＋";
  line-height: 1;
  margin-right: 5px;
  font-weight: normal;
}
footer .f-nav-ttl:after {
  content: "＋＋＋";
  line-height: 1;
  margin-left: 5px;
  font-weight: normal;
}
footer .foot-basic {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
  font-size: 12px;
}
/****************** PAGE TOP **********************/
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 80%;
}
#page-top a span {
  display: block;
  color: #fff;
  border-radius: 25px;
  background-color: rgba(158, 162, 4, 0.8);
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 45px;
  font-size: 36px;
}
#page-top a span:hover {
  background-color: rgba(158, 162, 4, 1);
}
/****************** CLASS HERO **********************/
#contact .hero, #contact .js-flickity, #praivacy .hero, #praivacy .js-flickity, #recruit .hero, #recruit .js-flickity, #kensetu .hero, #kensetu .js-flickity, #shinsei .hero, #shinsei .js-flickity, #greeting .hero, #greeting .js-flickity, #link .hero, #link .js-flickity, #head-office .hero, #head-office .js-flickity, #chiba-branch .hero, #chiba-branch .js-flickity, #ichikawa-branch .hero, #ichikawa-branch .js-flickity, #bcp .hero, #bcp .js-flickity, #solar .hero, #solar .js-flickity {
  display: none;
}
/****************** MAP **********************/
#map {
  width: 100%;
}
#map .map-wrap {
  position: relative;
  width: 100%;
  height: 600px;
  margin: 0;
  padding: 0;
}
#map .map-wrap iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 95%;
  margin: 0;
  padding: 0;
}
#map .map-wrap .cap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}