@charset "UTF-8";
/*!
  Date: 2018.3.
*/

section {
  margin: 0;
}

.note {
  font-size: 1.3rem;
}

.note-line {
  font-size: 1.3rem;
  padding:15px;
	border:1px solid #000000;
}

.footer-menu-container {
  margin-top: 0;
}

[data-toggle] {
  cursor: pointer;
}

/*
  Heading
 */
.lp-section__heading {
  background-color: #2F5188;
  font-size: 3.6rem;
  color: #FFF;
  position: relative;
  text-align: center;
  margin: 0;
  padding: 40px 15px;
}
.lp-section__heading:after {
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #2F5188;
  bottom: -20px;
  content: "";
  left: 50%;
  margin-left: -20px;
  position: absolute;
  z-index: 2;
  }

/*
  Button
 */
.lp-btn__fund ,
.lp-btn__request {
  color: #FFF;
  display: inline-block;
  font-size: 3.6rem;
  line-height: 1.2;
  padding: .6em 0;
  text-align: center;
  vertical-align: middle;
  width: 410px;
}
.lp-btn__fund:hover ,
.lp-btn__request:hover {
  color: #FFF;
}
.lp-btn__fund:after ,
.lp-btn__request:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 5px;
}

.lp-btn__fund {
  background-color: #2F5188;
}
.lp-btn__fund:after {
  content: "\f0d7";
}

.lp-btn__request {
  background-color: #E56A21;
}
.lp-btn__request:after {
  content: "\f0da";
}

.lp-btn-group {
  padding: 60px 0 100px;
  text-align: center;
}

@media screen and (max-width: 768px) {
	.lp-btn-group {
	  padding: 10px 0 10px;
	  text-align: center;
	}
}


.lp-btn__reservaion {
  background-color: #e56a21;
  border: 3px solid #fff;
  color: #fff;
  font-size: 3.0rem;
  line-height: 1.8;
  padding:10px 1em;
}
.lp-btn__reservaion:hover {
  color: #fff;
}


/*
  Background
 */
.lp-bg__gray {
  background-color: #e9e9e4;
}

.lp-bg__blue {
  background-color: #006388;
}

.lp-bg__gray_blue {
  background-color: #e7eced;
}

.lp-bg__striped {
  background: -moz-repeating-linear-gradient(-50deg, #f8f9f9, #f8f9f9 2px, #eaeced 2px, #eaeced 4px);
  background: -webkit-repeating-linear-gradient(-50deg, #f8f9f9, #f8f9f9 2px, #eaeced 2px, #eaeced 4px);
  background: repeating-linear-gradient(-50deg, #f8f9f9, #f8f9f9 2px, #eaeced 2px, #eaeced 4px);
}

/* Safari hack */
@media screen and (-webkit-min-device-pixel-ratio:0) {
_::-webkit-full-page-media, _:future, :root .lp-bg__striped {
    -webkit-background-size: 26px;
    background-size: 26px;
  }
}

/*
  Others
 */
.lp-other__link {
  color: #5A5A59;
  text-align: center;
  margin: 30px 0;
}
.lp-other__link-btn {
  background-color: #5A5A59;
  color: #FFF;
  font-size: 1.5rem;
  padding: .2em 0 .1em;
  vertical-align: middle;
  width: 313px;
}
.lp-other__link-btn:hover {
  color: #FFF;
}
.lp-other__link-btn .fa {
  font-size: 20px;
  margin-left: .2em;
}


/*
  Heading
 */
.lp-heading-block {
  background-color: #c7e3e2;
  text-align: center;
  padding: 50px 0;
}
.lp-heading__title {
  color: #007f7a;
  font-size: 3.7rem;
  font-weight: bold;
  margin: 0;
  line-height: 1.3;
}
.lp-heading__description {
  line-height: 1.6;
  margin: 20px 0 0;
  color: #454545;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
	.lp-heading-block {
	  padding: 20px 0;
	}
}



/*
  Top
 */
.lp-top {
  background: url('../img/LP02-2/top-bg.png') no-repeat center bottom;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 80px 0 110px;
}
.lp-top__lead {
  margin: 0 0 33px;
  text-align: center;
}
@media screen and (max-width: 768px) {
	.lp-top {
	  padding: 25px 0 1px;
	}
	.lp-top__lead {
	  margin: 0 0 10px;
	  text-align: center;
	}
}


.lp-top__logo {
  max-width: 1330px;
  padding: 0 15px;
  margin: 0 auto 50px;
	text-align: center;
}



.lp-top__visual {
  margin: 0;
}
.lp-top__notice {
  margin: 40px 0 0 66px;
  width: 91%;
}

@media screen and (max-width: 768px) {
  .lp-top__notice {
  margin: 20px auto;
  width: 91%;
}
}

.lp-top__btns {
  padding: 60px 0;
  text-align: center;
}
.lp-top__btns .lp-btn__reservaion {
  margin-left: 30px;
	font-size: 22px;
}

@media screen and (max-width: 768px) {
	.lp-top__btns .lp-btn__reservaion {
	  margin-left: 0;
	}
	.lp-top__btns {
	  padding: 30px 0;
	  text-align: center;
}
}


.lp-top__50 {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}


/*
  Feature
 */
.lp-feature {
  padding-top: 30px;
}
.lp-featrue__heading {
  background-color: #FFF;
  position: relative;
  text-align: center;
  margin: 0;
}
.lp-feature__title {
  margin: 0;
  padding: 10px 0 0;
}
.lp-feature__title img {
  margin: 0 10px 10px;
  vertical-align: bottom;
}

.lp-feature__main {
  padding: 30px 0 50px;
}
.lp-feature__list {
  text-align: center;
}

.lp-feature__lead {
  text-align: center;
  font-weight: bold;
  margin: 10px 0;
}

/*
  nenkin
 */
.lp-nenkin {
  border-top: 1px solid #979696;
}
.lp-nenkin__heading {
  margin: 0;
  padding: 80px 15px;
  text-align: center;
}

.lp-nenkin__main {
  border-top: 1px solid black;
  padding: 20px 0 0;
  background-color: #e7eced;
}
.lp-nenkin .lp-nenkin__main {
  border-top: none;
}


/*
  About
 */
.lp-about__main {
  padding: 50px 0;
}
.lp-about__lead {
  font-size: 2.7rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 30px;
  text-align: center;
}

.lp-about__figure figcaption {
  font-weight: bold;
  font-size: 2.9rem;
}

.lp-about__panel {
  background-color: #FFF;
  border: 1px solid #231815;
  padding: 10px;
}
.lp-about__panel__lead {
  border-bottom: 1px solid #231815;
  font-size: 1.4rem;
  padding: 0 15px 10px;
  margin: 0 -10px;
  text-align: center;
}
.lp-about__panel__heading {
  border-bottom: 1px solid #231815;
  color: #5A5A59;
  font-size: 1.8rem;
  margin: 0;
  padding: 5px 0 10px;
  text-align: center;
}
.lp-about__body {
  font-size: 1.6rem;
  line-height: 1.6;
  padding: 10px;
}

.lp-about__title {
  font-size: 1.4rem;
  font-weight: 500;
  margin: 2em 0 0;
}

.lp-about__body .lp-about__title:first-child {
  margin-top: 0;
}

/*
  Merit
 */
.lp-merit {
  position: relative;
}

.lp-merit__heading {
  color: #FFF;
  font-size: 3.3rem;
  font-weight: bold;
  margin: 0 0 40px;
  text-align: center;
}

.lp-merit__dl {
  margin: 60px auto;
  max-width: 900px;
}
.lp-merit__dl dd {
  margin-bottom: 15px;
  background-color: #FFF;
  border: 2px solid transparent;
}

.lp-merit__title {
  font-size: 2.5rem;
  margin: 0;
  padding: 2px 10px;
  border-bottom: 2px solid transparent;
}

.lp-merit__body {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
  margin: 0;
  padding: 0 30px 10px;
}

.lp-merit__merit {
  background-color: #E75B52;
}
.lp-merit__merit dd {
  border-color: #E75B52;
}
.lp-merit__merit .lp-merit__title {
  color: #E75B52;
}

.lp-merit__demerit {
  background-color: #007FA6;
}
.lp-merit__demerit dd {
  border-color: #007FA6;
}
.lp-merit__demerit .lp-merit__title {
  color: #007FA6;
}

/*
  Efforts
 */
.lp-efforts {
  padding: 0 0 40px;
}

.lp-efforts__heading {
  color: #707070;
  font-size: 3.3rem;
  font-weight: bold;
  line-height: 1.6;
  margin: 0 0 50px;
  text-align: center;
}

.lp-efforts__list li {
  font-size: 1.6rem;
  margin-bottom: 50px;
  position: relative;
}

@media screen and (max-width: 768px) {
	.lp-efforts__list li {
	  margin-bottom: 0;
	}

}

.lp-efforts___num {
  background-color: #E75B52;
  color: #FFF;
  font-size: 2.7rem;
  font-weight: bold;
}

.lp-efforts__title {
  color: #707070;
  font-size: 2.6rem;
  margin: 0 0 10px;
  border-bottom: 2px solid #000;
  line-height: 1.4;
  font-weight: normal;
}

.lp-efforts__figure-01 {
  margin: 30px 0;
}
.lp-efforts__figure-01 figcaption {
  font-size: 16px;
  padding-left: 20px;
  margin:  0 0 20px;
}

.lp-efforts__content-title {
  font-size: 2.1rem;
  font-weight: normal;
  margin: 0 0 20px;
}

.lp-efforts__attention {
  margin-bottom: 10px;
  border: 1px solid #E70000;
  color: #E70000;
  text-align: center;
  padding: .2em;
}

.efforts-col {
  margin-bottom: 30px;
}


/*
  Operator
 */
.lp-operator__main {
  padding: 60px 0 50px;
}

@media screen and (max-width: 768px) {
	.lp-operator__main {
	  padding: 30px 0 0;
	}
	.lp-operator__section {
	padding: 10px 25px 0;
	}
}


.lp-operator__app {
  text-align: center;
  margin: 0 0 50px;
}

.lp-operator__state-title {
  font-size: 1.6rem;
  color: #2F5188;
  font-weight: 500;
  margin: 0 0 10px;

}

.lp-operator__state {
  background-color: #e7eced;
  font-size: 1.6rem;
  margin-bottom: 20px;
  padding: 20px 1em;
  text-align: center;
}

.lp-operator__state__inner {
  display: inline-block;
  text-align: left;
}

.lp-operator__section {
  background-color: #FFF;
  padding: 60px 25px 30px;
  margin-bottom: 30px;
}

.lp-operator__section__heading {
  background-color: #D0D2D5;
  font-size: 3.3rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin: 0 0 30px;
  padding: .1em 0;
}

.lp-operator__coo {
  margin-bottom: 30px;
}

.lp-operator__coo__position {
  font-size: 1.9rem;
  line-height: 1.4;
  margin-bottom: 10px;
}

.lp-operator__coo__name {
  font-size: 3.2rem;
  line-height: 1.4;
  margin-bottom: 10px;
}
.lp-operator__coo__name small {
  font-size: 1.7rem;
  display: inline-block;
  vertical-align: middle;
}

.lp-operator__coo__birth {
  overflow: hidden;
  font-size: 1.5rem;
}
.lp-operator__coo__state {
  float: right;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.operator__coo__career {
  border-top: 1px solid #656464;
  font-size: 1.4rem;
  padding-top: 15px;
}

.lp-operatpr__members {
  font-size: 1.4rem;
}
.lp-operatpr__members li {
  text-align: center;
}
.lp-operatpr__member__img {
  margin: 0 0 10px;
}
.lp-operatpr__member__position {
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0 0 5px;
}
.lp-operatpr__member__name {
  font-size: 2.4rem;
  margin-bottom: 10px;
}

.lp-operator__company {
  font-size: 1.3rem;
  margin-top: -1px;
}
.lp-operator__company th ,
.lp-operator__company td {
  border-color: #656464;
  border-left: none;
  border-right: none;
  padding: .1em 0;
}
.lp-operator__company th {
  font-weight: 500;
  padding-right: 1em;
  text-align: left;
  vertical-align: top;
  width: 7em;
}


/*
  Application
 */
.lp-application__heading {
  background-color: #2F9F81;
}
.lp-application__heading:after {
  border-top-color: #2F9F81;
}

.lp-application__main {
  padding: 60px 0 40px;
}

.lp-application__title {
  -webkit-border-radius: 2em;
  border-radius: 2em;
  border: 3px solid #2F9F81;
  color: #2F9F81;
  font-size: 3.4rem;
  line-height: 1.4;
  margin: 0;
  padding: .6em 1em;
  text-align: center;
}
.lp-application__title__sub {
  text-align: center;
  font-size: 2rem;
  margin: 0 0 30px;
}

.lp-application__section {
  margin-bottom: 50px;
}
.lp-application__section__heading {
  background-color: #2F9F81;
  color: #FFF;
  font-size: 2.2rem;
  margin: 0 0 30px;
  padding: .1em 0;
  text-align: center;
}
.lp-application__section__lead {
  font-size: 2.2rem;
  margin: 0 0 20px;
  text-align: center;
}

.lp-application__tpanel {
  margin-top: 50px;
}


/*
  FAQ
 */
.lp-faq__heading {
  background-color: #2F9F81;
}
.lp-faq__heading:after {
  border-top-color: #2F9F81;
}

.lp-faq__main {
  padding: 50px 0 10px;
}

.lp-faq__list {
  counter-reset: faq;
}
.lp-faq__list li {
  counter-increment: faq;
  border-bottom: 1px dotted #000;
  margin: 0;
  padding: 20px 0;
}
.lp-faq__q {
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0;
  position: relative;
  padding: 30px 40px 30px 80px;
}
.lp-faq__q:before {
  background-color: #2F9F81;
  content: "Q"counter(faq);
  color: #FFF;
  display: inline-block;
  font-size: 2.8rem;
  font-weight: bold;
  left: 0;
  position: absolute;
  text-align: center;
  top: 30px;
  width: 65px;
}
.lp-faq__q .fa-angle-down {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 60px;
}
.lp-faq__q.open .fa-angle-down:before {
  content: "\f106";
}

.lp-faq__a {
  margin: 0;
  padding-left: 80px;
  position: relative;
}
.lp-faq__a:before {
  background-color: #E5656B;
  content: "A"counter(faq);
  color: #FFF;
  display: inline-block;
  font-size: 2.8rem;
  font-weight: bold;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 65px;
}

.lp-faq .lp-other__link {
  margin-bottom: 50px;
}

.lp-faq .lp-btn-group {
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
	.lp-faq .lp-btn-group {
	  padding: 10px 0;
	}
}



/*
  Works
 */
.lp-works__main {
  padding: 50px 0 40px;
}

.lp-works__lead {
  font-size: 2rem;
  font-weight: normal;
  margin: 0 0 30px;
}

.lp-works__section {
  margin-bottom: 60px;
}
.lp-works__section__heading {
  background-color: #5A5A59;
  color: #FFF;
  font-size: 2.8rem;
  margin: 0 0 30px;
  text-align: center;
}

.lp-works__top {
  overflow: hidden;
}

.lp-works__body p {
  margin-bottom: 20px;
}

.lp-works__target {
  margin: 30px 0;
}
.lp-works__target li {
  border-bottom: 1px solid #000;
  border-left: 4px solid #000;
  font-size: 2.5rem;
  line-height: 1.2;
  margin: 0 0 10px;
  padding-left: 10px;
}

.lp-works__support {
  font-size: 2.1rem;
}

.lp-works__img {
  text-align: center;
}

.lp-works__row {
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.lp-works__col {
  -webkit-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  max-width: 50%;
  margin: 0;
  padding: 10px;
  text-align: center;
}

.lp-works__col-2 {
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  max-width: 100%;
  margin: 0;
  padding: 10px;
}

.lp-works__report__heading {
  background-color: #C5D5DE;
  overflow: hidden;
  padding: 5px 8px;
}
.lp-works__report__title {
  float: left;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
}
.lp-works__report__date {
  float: right;
  font-size: 1.4rem;
  line-height: 1.4;
  margin: 3px 0 0;
}

.lp-works__report__body {
  padding: 30px 0 40px;
}

.lp-works__report {
  border-bottom: 1px solid #000;
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0;
}

.works__report__num {
  display: inline-block;
  font-size: 1.8rem;
  margin-left: .5em;
}

.lp-works__report__total {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-size: 1.6rem;
  text-align: center;
}

.lp-works__report__total__num {
  display: inline-block;
  font-size: 2.3rem;
  vertical-align: baseline;
}


/*---------------------------------------------------------
 *
 * Tablet Smart
 *
 *---------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .lp-other__link-btn {
    margin-top: 10px;
    padding: 5px 0;
    width: 100%;
    max-width: 313px;
  }
  .lp-top__logo {
    display: none;
  }

  .lp-top__50 {
    margin-bottom: 30px;
  }

  .lp-about__lead {
    font-size: 3.8vw;
  }

  .lp-efforts___num {
    padding-left: 10px;
  }

  .lp-efforts__title {
    font-size: 2.8rem;
  }

  .lp-merit__dl {
    padding: 20px;
  }
  .lp-merit__dl dt {
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
  }
  .lp-merit__dl img {
    max-width: 80px;
  }

  .lp-works__report {
    display: inline-block;
    margin: 10px;
  }

  .home-seminar {
    padding-top: 30px;
  }

  .lp-operator__coo__img ,
  .lp-operator__coo__position,
  .lp-operator__coo__name {
    text-align: center;
  }
  .lp-operator__coo__img {
    margin-bottom: 20px;
  }

  .lp-works__fund__main {
    text-align: center;
    margin-bottom: 10px;
  }
  .lp-works__fund__row {
    text-align: center;
    -webkit-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 453px;
  }
  .lp-works__fund__col {
    padding: 10px;
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    width: 50%;
  }
}



/*---------------------------------------------------------
 *
 * Tablet PC
 *
 *---------------------------------------------------------*/
@media screen and (min-width: 561px) {
  .lp-feature__list {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    margin: 0 -7px;
  }
  .lp-feature__list li {
    -webkit-flex: 0 1 33.3333%;
    -ms-flex: 0 1 33.3333%;
    flex: 0 1 33.3333%;
    max-width: 33.3333%;
    padding: 0 7px;
  }

  .lp-operatpr__members {
    -webkit-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    margin: 0 -15px;
  }
  .lp-operatpr__members li {
    text-align: center;
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
  }
}


/*---------------------------------------------------------
 *
 * PC
 *
 *---------------------------------------------------------*/
@media screen and (min-width: 769px) {
  .header {
    display: none;
  }

  .nav-tabs {
    overflow: hidden;
    border-bottom: none;
  }
  .nav-tabs > li {
  }
  .nav-tabs > li > a ,
  .nav-tabs > li.active > a {
    margin-right: 0;
    border-top: none;
    border-bottom: none;
    border-right: none;
    text-align: center;
    font-size: 1.9rem;
    line-height: 1;
    padding: 15px;
  }
  .nav-tabs > li > a:hover {
    border-color: #BFBFBF;
  }
  .nav-tabs > li:first-child > a {
    border-left: none;
  }


  .tab-pane {
    border-top: none;
  }

  .lp-feature__lead {
    font-size: 2.7rem;
  }

  .about-top-summary .list-flow {
    margin-top: 100px;
  }
	
	.about-top-text {
		padding:0 30px;
	}
	
  .lp-about__lead {
    font-size: 2.5rem;
  }

  .lp-merit__dl {
    padding: 20px 20px 10px 160px;
    position: relative;
  }

  .lp-merit__dl dt {
    -webkit-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 160px;
    padding: 0 30px;
  }

  .lp-efforts__list li {
    background-color: #FFF;
  }
  .lp-efforts___num {
    padding: 20px;
	font-weight: normal;
  }

  .lp-efforts__body {
    padding: 0 55px;
  }

  .efforts-row {
    -webkit-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  .efforts-col {
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
  }
	
	.efforts-img {
		margin: 0 0 30px 0;
	}


  .lp-operator__section .lp-other__link-btn {
    margin: 10px;
  }
  .lp-operator__coo {
    overflow: hidden;
    margin-bottom: 50px;
  }
  .lp-operator__coo__img {
    float: left;
    margin-right: 20px;
  }
  .lp-operator__coo__body {
    overflow: hidden;
  }

  .lp-operatpr__members {
    margin: 0 -35px;
  }
  .lp-operatpr__members li {
    -webkit-flex: 0 1 33.3333%;
    -ms-flex: 0 1 33.3333%;
    flex: 0 1 33.3333%;
    max-width: 33.3333%;
    padding-left: 35px;
    padding-right: 35px;
    margin-bottom: 20px;
  }


  .lp-operator__company__row {
     -webkit-display: flex;
    -ms-display: flex;
    display: flex;
    margin: 0 -10px;
  }
  .lp-operator__company__col {
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
    padding: 0 10px;
  }


  .lp-application {
    padding-top: 80px;
    margin-top: -80px;
  }


  .lp-works__top {
    overflow: hidden;
  }
  .lp-works__body {
    float: left;
    font-size: 2rem;
    width: 495px;
  }
  .lp-works__img {
    float: right;
    width: 448px;
  }

  .lp-works__row {
    margin: 0 -15px;
  }
  .lp-works__col {
    -webkit-flex: 0 1 25%;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    max-width: 25%;
    padding: 15px;
  }
  .lp-works__col-2 {
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
    padding: 15px;
  }

  .lp-works__report__body {
    -webkit-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }

  .lp-works__fund__state {
    margin-bottom: 30px;
  }

  .lp-works__fund {
    padding-left: 33px;
    padding-right: 38px;
    -webkit-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  .lp-works__fund__main {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .lp-works__fund__row {
    -webkit-flex: 0 1 500px;
    -ms-flex: 0 1 500px;
    flex: 0 1 500px;
    width: 500px;
    -webkit-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
  .lp-works__fund__col {
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    width: 50%;
    max-width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
  }
}



/*---------------------------------------------------------
 *
 * Tablet
 *
 *---------------------------------------------------------*/
@media screen and (max-width: 768px) and (min-width: 561px) {
  .header {
    display: block !important;
  }
  .lp-btn__fund ,
  .lp-btn__request {
    font-size: 3vw;
    width: 40%;
  }
  .lp-top__btns .lp-btn__request {
    margin-left: 5%;
  }

  .lp-section__heading {
    font-size: 4vw;
  }

  .lp-efforts__heading {
    font-size: 3.5vw;
  }

  .lp-operatpr__members li {
    font-size: 1.3vw;
  }

  .r-tabs-accordion-title a {
    font-size: 2.2rem;
  }
}



/*---------------------------------------------------------
 *
 * Smart
 *
 *---------------------------------------------------------*/
@media screen and (max-width: 560px) {
  .header {
    display: block !important;
    opacity: 1 !important;
  }
  .lp-top__notice {
  }
  .lp-btn__reservaion {
    font-size: 8vw;
  }
  .lp-heading__title {
    font-size: 2.6rem;
  }
  .lp-heading__description {
    font-size: 1.6rem;
  }
  .lp-btn__fund, .lp-btn__request {
    font-size: 6vw;
    width: 100%;
  }

  .lp-section__heading {
    font-size: 5vw;
    padding: 20px 15px;
  }

  .lp-other__link {
    line-height: 1.4;
  }

  .lp-top__btns .lp-btn__request {
    margin-left: 0;
    margin-top: 20px;
  }

  .lp-feature__title img {
    margin: 0 0 10px;
  }

  .lp-feature__title .lp-feature__title__02 {
    max-width: 200px;
    vertical-align: top;
	}
	
	@media screen and (max-width: 768px) {
	  .lp-feature__title .lp-feature__title__02 {
		max-width:100%;
		vertical-align: top;
		}
}

	  
	  

  .lp-about__figure figcaption {
    font-size: 6vw;
  }

  .lp-about__panel__heading {
    font-size: 1.6rem;
  }

  .lp-merit__heading {
    font-size: 8vw;
  }

  .lp-merit__title {
    font-size: 2rem;
  }

  .lp-merit__body {
    padding: 10px 15px;
  }

  .lp-efforts__heading {
    font-size: 7vw;
  }

  .lp-efforts___num {
   font-size: 1.5rem;
	padding: 10px 45px 10px 10px;
	min-height: 70px;
  }

  .lp-efforts__title {
    font-size: 2.2rem;
  }

  .lp-efforts__content-title {
    font-size: 1.6rem;
  }

  .lp-operator__section__heading {
    font-size: 2.6rem;
  }

  .lp-operatpr__members li {
    margin-bottom: 20px;
  }

  .lp-application__title {
    font-size: 6vw;
  }
  .lp-application__title__sub {
    font-size: 1.4rem;
  }

  .lp-faq__list li {
    padding: 10px 0;
  }

  .lp-faq__q {
    font-size: 2rem;
    line-height: 1.4;
    padding-left: 60px;
    margin: 0;
  }
  .lp-faq__a {
    font-size: 1.4rem;
    padding-left: 60px;
    margin-bottom: 20px;
  }
  .lp-faq__q:before ,
  .lp-faq__a:before {
    font-size: 2rem;
    width: 50px;
  }

  .lp-works__section__heading {
    font-size: 2.2rem;
  }

  .lp-works__body {
    font-size: 1.4rem;
  }

  .lp-works__target li {
    font-size: 1.5rem;
  }
}

/* 2018.8.2tuika
---------------------*/

.feature-04 {
	margin: 0 auto 30px auto;
}

.feature100nen {
	margin: 0 auto 40px auto;
}

.jibun_nenkin {
	margin: 0 auto 40px auto;
}

.lp-feature__lead_hosoku {
	font-size: 16px;
	
}

.sperio-cover {
	margin: 0 0 30px 0;
}

h4.sperio_case {
	font-size: 35px;
	margin: 0 0 5px 0;
	line-height: 1.2;
	border-bottom:3px solid #BEBFBF;
}


@media screen and (max-width: 768px) {
	h4.sperio_case {
		font-size: 20px;
	}
}


.superio_hosoku {
	margin: 0 55px;
}

@media screen and (max-width: 768px) {
	.superio_hosoku {
		margin: 0 25px;
	}
}


.lp-superio__attention {
    margin-bottom: 10px;
    border: 1px solid #1786A8;
    color: #1786A8;
    text-align: center;
    padding: .2em;
}

.sperio_table01 {
	border-top:1px solid #000000;
	border-left:1px solid #000000;
	position: relative;
	line-height: 1.2;
	margin: 0 0 30px 0;
}

.sperio_table01 th{
	text-align: center;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	padding: 5px;
}

.sperio_table01 th span{
	position: absolute;
	right: 5px;
	top:10px;
	font-size: 12px;
}

.sperio_table01 td {
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	padding: 5px;
}

.sperio_table01 td span{
	font-size: 12px;
}

.sikumi-cover {
  background-color: #E6EBEE;
  padding: .8em;
  margin: 0 0 30px;
  position: relative;
}

@media screen and (max-width: 768px) {
	.sikumi-cover {
	  margin: 0 0 10px;
	}
}


.sikumi-angle-down {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 60px;
}

i.fa.sikumi-angle-down:before {
    content: "\f107";
}
.open i.fa.sikumi-angle-down:before {
    content: "\f106";
}


.lp-section__heading2 {
  background-color: #2F9F80;
  font-size: 3.6rem;
  color: #FFF;
  position: relative;
  text-align: center;
  margin: 0;
  padding: 40px 15px;
}

@media screen and (max-width: 768px) {
	.lp-section__heading2 {
	  font-size: 2.6rem;
	  padding: 20px 15px;
	}
}

.lp-section__heading2:after {
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #2F9F80;
  bottom: -20px;
  content: "";
  left: 50%;
  margin-left: -20px;
  position: absolute;
  z-index: 2;
  }

.simulation {
	
}
.lp-simu__heading {
  background-color: #2F9F81;
}
.lp-simu__heading:after {
  border-top-color: #2F9F81;
}

#simulation figure{
	margin: 0 0 10px 0;
}


#simulation ul{
	font-size: 12px;
	margin: 0 65px 20px 65px;
	list-style:none;
}

@media screen and (max-width: 768px) {
	#simulation ul{
		margin: 0 10px 20px 10px;
		padding: 0;
	}
}


.switch {
    visibility: hidden;
}

@media screen and (max-width: 768px) {
  .table-sm-block2, .form-table {
     }
    .table-sm-block2 > thead, .form-table > thead,
    .table-sm-block2 > thead > tr, .form-table > thead > tr,
    .table-sm-block2 > thead > tr > th, .form-table > thead > tr > th,
    .table-sm-block2 > thead > tr > td, .form-table > thead > tr > td,
    .table-sm-block2 > tbody, .form-table > tbody,
    .table-sm-block2 > tbody > tr, .form-table > tbody > tr,
    .table-sm-block2 > tbody > tr > th, .form-table > tbody > tr > th,
    .table-sm-block2 > tbody > tr > td, .form-table > tbody > tr > td {
     }
	.table-sm-block2 th,.table-sm-block2 td {
		padding: .2em 0.5em;
		font-size: 1.3rem;
	}
	
	.heading-primary {
	font-size: 1.8rem;
	padding: 0 50px 0 0;
	min-height: 63px;
	}

}

.responsive-tabs ul {

	padding: 0;
	margin: 0;
}



.fund-table{
	display: table;
	margin: 0 auto 50px auto;
}
.fund-table div{
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}

@media screen and (max-width: 768px) {
.fund-table div{
	display:block;
	width:100%;
}
}

.fund-table > div:last-child{
}
.fund-table div img{
	width: 100%;
}
.fund-table div p{
	text-align: center;
	width: 300px;
	margin: 0 auto;
}
.fund-table div p:nth-child(2){
	margin: 20px auto;
}
.fund-table div p a{
	display: block;
	padding: 10px 0;
	text-decoration: none;
	font-size: 18px;
}

.fund-entry-img {
	float: none;
}


.lp2-heading-primary {
  font-size: 2.6rem;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
	.lp2-heading-primary {
	  font-size: 2.0rem;
	  font-weight: normal;
	  padding: 0 40px 0 0;
	}
}
