@charset "UTF-8";
img {
  width: auto;
  height: auto;
}

a {
  outline: 0;
}

#form body, html#form {
  height: 100%;
  min-height: 720px;
}

body {
  color: #333;
  font-size: 16px;
  line-height: 1;
  min-width: 1000px;
  max-width: 100%;
  overflow-x: hidden;
  margin: 0 auto;
}

strong {
  font-weight: 700;
}

.hover {
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 1;
}

.hover:hover {
  opacity: .7;
}

.pageInner {
  margin: auto;
  width: 1000px;
}

.center {
  text-align: center;
}

.alignCenter, .flex, .flexBetween, .flexStyleBC {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flexBetween, .flexStyleBC {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.alignCenter, .flexStyleBC {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.inner {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}

h2 {
  background: #00924e;
  text-align: center;
}

#header {
  width: 100%;
  background-color: #fff;
  height: 65px;
  border-bottom: solid 1px #00924e;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9999;
}

#header .header {
  width: 900px;
  margin: 0 auto;
  padding-top: 6px;
}

#header .header h1 {
  float: left;
  padding-top: 4px;
}

#header .header .header_tel {
  float: right;
}

#header .header .header_tel ul li {
  display: inline-block;
  color: #4b4b4b;
}

#header .header .header_tel ul li dt {
  font-size: 30px;
  font-weight: 700;
}

#header .header .header_tel ul li dd {
  font-size: 15px;
  font-weight: 700;
}

#fv {
  margin-top: 65px;
  background: #ffffed;
  overflow: hidden;
  width: 100%;
  min-width: 990px;
}

#fv .theme {
  width: 100%;
  background: #00924e;
  text-align: center;
  padding: 13px 0;
  position: relative;
  z-index: 1;
}

#fv h1 {
  padding: 87px 0 60px;
  position: absolute;
  top: 0;
  left: 0;
}

#fv .inner {
  text-align: right;
  position: relative;
  margin-top: -15px;
}

#fv .inner figure {
  margin-right: -90px;
}
.bl_fv_box {
  position: relative;
}
.el_fv_txt {
  z-index: 10;
  position: absolute;
  inset: 88px auto auto 126px;
  font:    600 28px/normal Verdana;
  color:   #fff;
  letter-spacing: 0.26em;
}

#fv+.info {
  width: 100%;
  border-radius: 0;
}

.info {
  background: #58cc02;
  padding: 25px 0;
  width: 900px;
  margin: 0 auto;
  border-radius: 20px;
}

.info .info_title {
  text-align: center;
}

.info .contact {
  background: #fff;
  width: 830px;
  padding: 18px 18px 16px;
  margin: 15px auto 0;
  border-radius: 10px;
  border-bottom: solid #00924e 2px;
}

.info .contact ul li {
  vertical-align: middle;
  display: inline-block;
  color: #4b4b4b;
}

.info .contact ul li dl {
  margin: 0 8px 0 15px;
}

.info .contact ul li dl dt {
  font-size: 33px;
  font-weight: 700;
  border-bottom: solid #4b4b4b 3px;
  width: 300px;
  position: relative;
  padding-left: 37px;
  padding-bottom: 3px;
}

.info .contact ul li dl dt:before {
  content: "";
  position: absolute;
  display: block;
  background: url(../img/info_tel_icon.png) center center / 100% no-repeat;
  width: 34px;
  height: 33px;
  left: 0;
  top: -3px;
}

.info .contact ul li dl dd {
  font-size: 19px;
  font-weight: 700;
  padding-top: 10px;
  text-align: center;
}

.info .contact ul li .info_btn {
  background: url(../img/info_advice_btn_on.png) no-repeat;
}

.info .contact ul li .info_btn01 {
  background: url(../img/info_assessment_btn_on.png) no-repeat;
}

.info .contact ul li .info_btn a:hover,.info .contact ul li .info_btn01 a:hover {
  opacity: 0;
}

#trouble {
  background: #e9e9e9 url(../img/trouble_bg_image.png) no-repeat;
  background-position: center top;
}

#trouble .trouble_title {
  text-align: center;
  padding: 65px 0 23px;
}

#trouble .trouble_box {
  background: #fff;
  border: solid 6px #00924e;
  padding: 50px 35px;
}

#trouble figure {
  margin: -48px -45px 0 -45px;
}

#trouble figure img {
  width: 100%;
}

#solution h2 {
  background: #00924e;
  text-align: center;
  padding: 37px 0;
  position: relative;
}

#solution h2::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 10px solid transparent;
  border-top: 20px solid #00924e;
}

#solution h3 {
  text-align: center;
  padding: 50px 0 40px;
}

#solution .solution {
  position: relative;
}

#solution .solution p {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  padding-top: 40px;
}

#solution .solution figure {
  margin: 20px -38px 0;
}

#solution .solution figure img {
  width: 100%;
}

#reason {
  margin-top: 80px;
  background: #ffffed;
  padding-bottom: 50px;
}

#reason h2 {
  padding: 28px 0 31px;
}

#reason ul {
  position: relative;
  padding-top: 39px;
}

#reason ul li {
  margin-bottom: 13px;
}
#reason .el_point_txt {
  position:       absolute;
  inset:          auto auto 160px 60px;
  text-align:     center;
  font:           600 22px/1.15 "Meiryo";
  color:          #4b4b4b;
  letter-spacing: 0.06em;
}

#flow {
  font-size: 0;
}

#flow h2 {
  padding: 35px 33px;
}

#flow ul {
  margin-top: 38px;
}

#flow ul li {
  border: solid 6px #00924e;
  display: inline-block;
  margin-right: 5px;
  vertical-align: top;
}

#flow ul li:last-child {
  margin: 0;
}

#flow ul li dd {
  padding: 10px 15px 0 15px;
  width: 209px;
  line-height: 24px;
  height: 140px;
  font-size: 16px;
}

#flow .flow img {
  padding: 18px 0 35px;
}

#case {
  background: #ffffed;
  margin-top: 80px;
  padding-bottom: 80px;
}

#case h2 {
  padding: 35px 0 33px
}

#case .case_box {
  background: #fff;
  border: solid 4px #00924e;
  margin-top: 39px;
  padding-right: 35px;
  padding-bottom: 10px;
  position: relative;
}

#case .case_box h3 {
  font-size: 25px;
  color: #00924e;
  background: #d1ebc6;
  font-weight: 700;
  margin-top: 20px;
  padding: 14px 0 12px 125px;
  position: relative;
  letter-spacing: 1.5px;
}

#case .case_box span.case_txt {
  position: absolute;
  top: -2px;
  left: -17px;
  right: 0;
}

#case .case_box .case {
  margin: 25px 0 33px 55px;
}

#case .case_box .case ul li {
  padding-top: 10px;
}

#case .case_box .case ul li:first-child {
  padding-top: 6px;
}

#case .case_box .case ul li dl {
  width: 100%;
}

#case .case_box .case ul li dl dt {
  color: #fff;
  font-weight: 700;
  line-height: 20px;
  position: relative;
}

#case .case_box .case ul li dl dt::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  border-bottom: solid 2px #00924e;
  z-index: 5;
}

#case .case_box .case ul li dl dt span {
  letter-spacing: 3px;
  padding: 4px 40px 2px 15px;
  line-height: 20px;
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  background: #00924e;
  width: 98px;
}

#case .case_box .case ul li dl dt span::after {
  position: absolute;
  content: "";
  border-top: 16px solid #fff;
  border-right: 16px solid #fff;
  border-bottom: 16px solid transparent;
  border-left: 16px solid transparent;
  top: -6px;
  left: 66px;
  z-index: 3;
}

#case .case_box .case ul li dl dd {
  line-height: 24px;
  padding: 10px 0;
  letter-spacing: .3px;
}

#company {
  padding-bottom: 80px;
}

#company h2 {
  padding: 34px 0;
}

#company .inner {
  padding-top: 40px;
  overflow: hidden;
}

#company .inner .map {
  float: left;
  margin-right: 22px;
}

#company .inner table {
  border: solid 2px #00924e;
}

#company .inner table tr {
  border-bottom: solid 2px #00924e;
  font-size: 18px;
}

#company .inner table tr th {
  background: #d1ebc6;
  padding: 6px 18px 0 15px;
}

#company .inner table tr td {
  padding: 7px 24px 6px 18px;
  line-height: 26px;
}

#faq {
  background: #ffffed;
  padding-bottom: 80px;
}

#faq h2 {
  padding: 33px 0;
}

#faq .faq {
  width: 100%;
  margin-top: 50px;
}

#faq .faq dl {
  padding-bottom: 34px;
}

#faq .faq dl dt {
  border: solid 4px #00924e;
  background: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 16px 0 16px 80px;
  position: relative;
}

#faq .faq dl dt::before {
  content: url(../img/faq_Q-icon.png);
  background: #00924e;
  position: absolute;
  top: 0;
  left: 0;
  padding: 12px 21px 12px 15px;
}

#faq .faq dl dd {
  font-size: 18px;
  padding: 16px 0 16px 84px;
  margin-bottom: 30px;
  margin-top: 4px;
  width: 95%;
  line-height: 25px;
  position: relative;
}

#faq .faq dl dd::before {
  content: url(../img/faq_A-icon.png);
  position: absolute;
  top: 0;
  left: 0;
  padding: 12px 21px 12px 15px;
}

#footer {
  border-top: solid 1px #00924e;
  font-size: 15px;
}

#footer .inner {
  overflow: hidden;
}

#footer .inner .logo {
  float: left;
  padding: 95px 120px 95px 0;
}

#footer .inner ul {
  padding-top: 36px;
}

#footer .inner ul li {
  line-height: 20px;
  padding-bottom: 5px;
}

#footer .inner ul li span {
  padding-left: 85px;
}

#footer .footer {
  background: #00924e;
  color: #fff;
  text-align: center;
  padding: 15px 0;
}

#form .formTable td input[type=text], #form .formTable td select, #form .formTable td textarea, .formInputFrame {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border: 2px solid #c5c5c5;
  border-radius: 0;
  padding: 6px 17px;
  resize: none;
}

#form #header {
  position: static;
}

#form .formTable_clearance {
  padding: 30px;
  background: #ffffed;
}

#form #formFrame h2 {
  padding: 31px 0;
}

#form #formFrame .subTitle {
  margin: 20px 0 60px;
}

#form #formFrame #policy {
  margin: 30px 0;
  border: solid 1px #000;
  overflow: auto;
  height: 187px;
  padding: 20px;
  background: #f5f5f5;
  resize: both;
}

#form #formFrame #policy .policy p {
  line-height: 24px;
  margin-top: 10px;
  padding-left: 1em;
  text-indent: -1em;
}

#form #formFrame #policy .policy span {
  line-height: 24px;
}

#form #formFrame #policy .policy .subheading {
  background: #d1d1d1;
}

#form #formFrame #policy .policy .policy_title {
  font-size: 18px;
  font-weight: 700;
}

#form #formFrame #policy .policy ul {
  padding-left: 15px;
}

#form #formFrame #policy .policy ul li {
  line-height: 24px;
  padding-left: 2em;
  text-indent: -2em;
}

#form #formFrame #policy .policy table.individual {
  margin: 30px 0;
}

#form #formFrame #policy .policy table.individual td, #form #formFrame #policy .policy table.individual th {
  border: solid 1px;
  line-height: 24px;
  background: #fff;
}

#form #formFrame #policy .policy table.individual th {
  font-weight: 700;
  background: #d7d7d7;
  padding-left: 10px;
}

#form #formFrame #policy .policy table.individual td {
  padding: 3px 18px;
  vertical-align: middle;
}

#form #formFrame #policy .policy table.offer th {
  width: 250px;
}

#form #formFrame #policy .policy table.window th {
  width: 200px;
  vertical-align: middle;
  text-align: center;
  padding: 0;
}

#form #formFrame #policy .policy table.window ol li {
  line-height: 24px;
}

#form #formFrame #policy .policy table.window ol.ask li:last-child {
  padding-left: 10px;
}

#form #formFrame #policy .policy table.window .visit {
  padding-left: 20px;
}

#form #formFrame #policy .policy table.window .bordernone th {
  background-color: transparent;
  width: 70px;
  padding: 0;
  font-weight: 400;
  vertical-align: top;
  text-align: left;
  border: none;
}

#form #formFrame #policy .policy table.window .bordernone td {
  border: none;
}

#form #mainFrame {
  margin: auto;
  width: 860px;
}

#form #mainFrame p.caution {
  margin-bottom: 15px;
  text-align: center;
}

#form #mainFrame #nextBtn {
  margin-bottom: 85px;
  background: url(../img/form_next_button_on.png) no-repeat;
  background-position: center;
}

#form #mainFrame #nextBtn input:hover {
  opacity: 0;
}

#form .formTable {
  border-collapse: collapse;
  margin-bottom: 20px;
  width: 100%;
}

#form .formTable .error {
  color: #df3434;
  font-size: 14px;
  width: 100%;
}

#form .formTable tr {
  border-bottom: 1px solid #8f8f8f;
}

#form .formTable tr:last-child {
  border: none;
}

#form .formTable .req th label {
  display: inline-block;
  width: 250px;
}

#form .formTable .req th::after {
  content: '必須';
  background: #df3434;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
  vertical-align: middle;
  width: 40px;
}

#form .formTable .top th {
  vertical-align: top;
}

#form .formTable .top td {
  text-align: left;
  margin: 0 auto;
  padding: 15px 50px 10px 0;
}

#form .formTable .contents th {
  vertical-align: top;
}

#form .formTable .contents td textarea {
  width: 430px;
}

#form .formTable td, #form .formTable th {
  font-size: 18px;
  padding: 20px 0 20px 10px;
  line-height: 1.5;
}

#form .formTable th {
  color: #4b4b4b;
  padding-left: 10px;
  width: 345px;
}

#form .formTable th label {
  font-size: 20px;
}

#form .formTable p {
  font-size: 17px;
  width: 450px;
  padding: 5px 0 10px;
  margin-right: -8px;
}

#form .formTable td input[type=text] {
  width: 430px;
}

#form .formTable td #postalcode {
  margin: 0;
  width: 220px;
}

#form .formTable td #address {
  margin: 0;
}

#form .formTable td input[type=checkbox] {
  display: none;
}

#form .formTable td.style_check label {
  position: relative;
  padding-left: 30px;
  padding-right: 20px;
}

#form .formTable td.style_check label::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #c5c5c5;
  width: 20px;
  height: 20px;
  left: 0;
  top: 3px;
}

#form .formTable td.style_check input[type=checkbox]:checked+label::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: #ff5b01;
  width: 12px;
  height: 12px;
  left: 4px;
  top: 7px;
}

#form .formTable td select {
  background-image: url(../img/form_selectArrow.png);
  background-repeat: no-repeat;
  background-position: right 15px center;
  padding-right: 35px;
  width: 160px;
}

#form .formTable td ::-ms-expand {
  display: none;
}

#form .formTable .style td hr {
  border: none;
  display: block;
  height: 10px;
}

#form.confirm .formTable_space {
  padding: 30px;
  background: #ffffed;
}

#form.confirm .formTable_space .formTable tr td, #form.confirm .formTable_space .formTable tr th {
  line-height: 1.8;
}

#form.confirm .formTable_space .formTable tr td div {
  line-height: 1.6;
  width: 330px;
}

#form.confirm #sentPrev {
  margin: 30px auto 85px;
  width: 835px;
}

#form.confirm #sendBtn {
  background: url(../img/form_send_button_on.png) no-repeat;
}

#form.confirm #sendBtn input:hover {
  opacity: 0;
}

#form.confirm #prevBtn {
  background: url(../img/form_prev_button_on.png) no-repeat;
}

#form.confirm #prevBtn img:hover {
  opacity: 0;
}

#form.confirm #prevBtn img {
  cursor: pointer;
}

#form.thanks h2 {
  margin-bottom: 55px;
}

#form.thanks h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}

#form.thanks p.text {
  line-height: 2;
}

#form.thanks #goTop.center {
  margin: 35px 0 100px;
}

#form.thanks #goTop.center a {
  color: #d81600;
}

body .bl_privacyPolicy_accordion {
  background-color: #fff;
}
