@charset "UTF-8";
@import "destyle.css";
body {
  font-family: メイリオ, meiryo, ヒラギノ角ゴ pro w3, hiragino kaku gothic pro, sans-serif;
  margin: auto;
  color: #02423d;
}
body.thanks {
  background-color: #fafafa;
}
@media (max-width: 600px) {
  body {
    min-width: auto;
  }
}

h1.privacy {
  font-size: 40px;
  line-height: normal;
}
@media (max-width: 600px) {
  h1.privacy {
    font-size: 23px;
  }
}

h1.errorpage {
  font-size: 30px;
}
@media (max-width: 600px) {
  h1.errorpage {
    font-size: 16px;
    padding: 0 5px;
  }
}

h2 {
  font-size: 38px;
  letter-spacing: 0.05em;
  font-weight: bold;
  margin-top: 185px;
  margin-bottom: 85px;
  font-weight: normal;
}
@media (max-width: 600px) {
  h2 {
    font-size: 24px;
    font-weight: nomal;
  }
}

h3 {
  font-size: 20px;
  line-height: 1.5em;
}

p {
  font-size: 14px;
  line-height: 1.8em;
}

.pc {
  display: block;
}
@media (max-width: 600px) {
  .pc {
    display: none;
  }
}

.pc-point {
  display: none;
}
@media (max-width: 1000px) {
  .pc-point {
    display: block;
  }
}

.sp {
  display: none;
}
@media (max-width: 600px) {
  .sp {
    display: block;
  }
}

::placeholder {
  color: #74ada9;
}

select::placeholder {
  color: #74ada9;
}

/* 旧Edge対応 */
::-ms-input-placeholder {
  color: #74ada9;
}

/* IE対応 */
:-ms-input-placeholder {
  color: #74ada9;
}

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

/*---- header ----*/
header {
  position: fixed;
  width: 100%;
  background: #fff;
  top: 0;
  z-index: 1;
}

h1#site-id {
  float: left;
  margin: 30px 53px;
}
@media (max-width: 600px) {
  h1#site-id {
    margin: 25px 20px;
  }
}
h1#site-id a {
  display: block;
}
h1#site-id img {
  width: 164px;
  height: auto;
}
@media (max-width: 600px) {
  h1#site-id img {
    width: 90px;
  }
}
h1#site-id svg {
  width: 164px;
  height: 31px;
}
@media (max-width: 600px) {
  h1#site-id svg {
    width: 90px;
  }
}

.navigation {
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  float: right;
  margin-right: 225px;
}
@media (max-width: 1100px) {
  .navigation {
    margin-right: 0;
  }
}
@media (max-width: 1000px) {
  .navigation {
    font-size: 11px;
    float: left;
  }
}
@media (max-width: 680px) {
  .navigation {
    display: none;
  }
}
.navigation .nav-01 {
  display: flex;
}
.navigation .nav-01 .is-show {
  color: #74ada9;
}
.navigation li {
  height: 50px;
  margin: 24px 0 22px;
}
.navigation li a {
  display: block;
  padding: 0px 21px;
}
@media (max-width: tab-large) {
  .navigation li a {
    padding: 0px 5px;
  }
}

/*---- container ----*/
.container {
  margin-top: 95px;
}
@media (max-width: 600px) {
  .container {
    margin-top: 69px;
  }
}
.container.privacy {
  color: #02423d;
}
@media (max-width: 600px) {
  .container.privacy {
    margin-top: 70px;
  }
}

/*---- main visual ----*/
div#main-visual {
  height: 890px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F5F2F2;
}
div#main-visual.privacy {
  height: auto;
  padding: 126px 0 105px 0;
}
@media (max-width: 600px) {
  div#main-visual.privacy {
    padding: 0;
  }
}
div#main-visual.thanks {
  height: auto;
  padding: 87px 0 88px 0;
  text-align: center;
}
@media (max-width: 600px) {
  div#main-visual.thanks {
    padding: 0;
  }
}
@media (max-width: 600px) {
  div#main-visual {
    height: auto;
  }
}
@media (max-width: 600px) {
  div#main-visual h1 {
    margin: 36px 36px 40px;
  }
}
@media (max-width: 600px) {
  div#main-visual h1.privacy {
    margin: 46px 0 40px;
  }
}
@media (max-width: 600px) {
  div#main-visual h1.thanks {
    margin: 38px 0 35px;
    line-height: 1.7em;
  }
}
div#main-visual img.logo2 {
  margin-bottom: 108px;
  width: 430px;
  height: auto;
}
@media (max-width: 600px) {
  div#main-visual img.logo2 {
    width: 128px;
    margin: 0 16px 0 0;
  }
}

/*---- about ----*/
section#about {
  display: flex;
  background-image: url(img/logo-mark.png);
  background-size: 350px;
  background-repeat: no-repeat;
  background-position: 108% 14px;
}
@media (max-width: 1000px) {
  section#about {
    background-image: none;
    background-color: #ABD5D1;
    position: relative;
  }
}
section#about h2 {
  margin: 207px 0 40px 110px;
  font-weight: 700;
}
@media (max-width: 1100px) {
  section#about h2 {
    margin: 207px 0 40px 10px;
  }
}
@media (max-width: 600px) {
  section#about h2 {
    font-size: 24px;
    margin: 26px 0 0 0;
    line-height: normal;
  }
}
section#about h3 {
  margin: 0px 0 45px 110px;
}
@media (max-width: 1100px) {
  section#about h3 {
    margin: 0px 0 45px 10px;
  }
}
@media (max-width: 600px) {
  section#about h3 {
    margin: 21px 0 0 0;
    font-size: 16px;
    letter-spacing: normal;
    font-weight: 400;
    line-height: 1.5em;
  }
}
section#about .left-column {
  flex-shrink: 0;
  width: 50%;
  background-color: #ABD5D1;
  position: relative;
}
@media (max-width: 1000px) {
  section#about .left-column {
    display: none;
  }
}
section#about .img-box {
  width: 490px;
  height: 510px;
  background-image: url(img/inoi-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -133px 1px;
  position: absolute;
  top: 184px;
  right: 114px;
}
@media (max-width: 1100px) {
  section#about .img-box {
    right: 10px;
  }
}
@media (max-width: 1000px) {
  section#about .img-box {
    width: auto;
    /*height: 280px;*/
    top: 124px;
    right: -7px;
    background-size: 158%;
    background-position: -74px 0px;
    position: initial;
    margin: 0 auto 34px;
  }
}
@media (max-width: 1000px) and (max-width: 600px) {
  section#about .img-box {
    width: auto;
    height: 280px;
    top: 124px;
    right: -7px;
    background-size: 158%;
    background-position: -74px 0px;
    position: initial;
    margin-top: 13px;
    margin: 13px 0 0 0;
  }
}
section#about .right-column {
  margin-right: 110px;
}
@media (max-width: 1000px) {
  section#about .right-column {
    margin: auto;
  }
}
@media (max-width: 600px) {
  section#about .right-column {
    margin: 31px;
  }
}
section#about .right-column .inner-box {
  max-width: 610px;
  padding-bottom: 244px;
}
@media (max-width: 600px) {
  section#about .right-column .inner-box {
    width: 100%;
    padding-bottom: 45px;
  }
}
section#about .right-column p {
  margin: 0 0 10px 110px;
  letter-spacing: 0.05em;
}
@media (max-width: 1100px) {
  section#about .right-column p {
    margin: 0 0 10px 10px;
  }
}
@media (max-width: 600px) {
  section#about .right-column p {
    margin: 28px 0 0 0;
    font-size: 13px;
  }
}

/*---- service ----*/
#service {
  background-color: #f5f2f2;
  padding-bottom: 107px;
}
@media (max-width: 1000px) {
  #service {
    padding: 0 15px;
  }
}
@media (max-width: 600px) {
  #service {
    padding: 0 0 129px 0;
  }
}
#service img {
  width: 94px;
  height: 94px;
}
@media (max-width: 600px) {
  #service img {
    width: 72px;
    height: auto;
  }
}
@media (max-width: 600px) {
  #service h2 {
    margin: 50px 0 0 0;
    font-size: 24px;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  #service h2 {
    margin: 47px 0 18px 0;
    font-size: 24px;
    letter-spacing: 0.2em;
    font-weight: normal;
  }
}
#service h3 {
  line-height: 1.4em;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 28px;
  /*letter-spacing: normal;*/
}
#service h3.service-h3 {
  float: right;
  width: 50%;
  margin: 178px 0 0 auto;
  font-size: 18px;
  line-height: 1.6em;
}
@media (max-width: 600px) {
  #service h3.service-h3 {
    float: none;
    margin: 0;
    width: 100%;
    font-size: 14px;
    text-align: left;
  }
}
#service .outer-box {
  display: flex;
  flex-wrap: wrap;
  max-width: 977px;
  margin: auto;
  justify-content: flex-start;
}
@media (max-width: 1000px) {
  #service .outer-box {
    justify-content: center;
  }
}
@media (max-width: 600px) {
  #service .outer-box {
    display: block;
    padding: 17px 25px;
  }
}
#service .outer-box .box {
  width: calc(33.33% - 16px);
  text-align: center;
  padding: 20px 10px;
  background-color: #fff;
  margin-right: 22px;
  margin-bottom: 40px;
  box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.11);
}
@media (max-width: 1000px) {
  #service .outer-box .box {
    width: 290px;
  }
}
@media (max-width: 600px) {
  #service .outer-box .box {
    width: 100%;
    padding: 22px 7px 10px 7px;
    margin-bottom: 26px;
  }
}
#service .outer-box .box h3 {
  margin: 27px 0;
}
@media (max-width: 600px) {
  #service .outer-box .box h3 {
    margin: 16px 0 14px;
    font-size: 18px;
  }
}
#service .outer-box .box p {
  text-align: left;
  padding: 2px 0px 0 7px;
  line-height: 1.5em;
  padding: 0;
}
@media (max-width: 600px) {
  #service .outer-box .box p {
    font-size: 13px;
    letter-spacing: 0.01em;
    line-height: 1.5em;
  }
}
#service .outer-box .box p.api {
  letter-spacing: 0.05em;
}
#service .outer-box .box li {
  list-style: disc;
  text-align: left;
  margin-left: 32px;
  line-height: 1.5em;
}
@media (max-width: 600px) {
  #service .outer-box .box li {
    font-size: 13px;
    line-height: 1.5em;
    margin-left: 21px;
  }
}
#service .outer-box .box ul {
  margin-top: 10px;
  margin-bottom: 10px;
  letter-spacing: normal;
  font-size: 14px;
}
@media (max-width: 600px) {
  #service .outer-box .box ul {
    margin-bottom: 13px;
    margin-top: 5px;
  }
}
@media (max-width: 600px) {
  #service .outer-box .box.sfa {
    margin-bottom: 32px;
  }
}
@media (max-width: 600px) {
  #service .outer-box .box.sfa h3 {
    font-size: 16px;
    margin: 18px 0;
  }
}
#service .outer-box .box:nth-child(3) {
  margin: 0 0 40px 0;
}
@media (max-width: 1000px) {
  #service .outer-box .box:nth-child(3) {
    margin-right: 22px;
  }
}
@media (max-width: 600px) {
  #service .outer-box .box:nth-child(3) {
    margin: 0 0 33px 0;
  }
}
#service .outer-box .box.ma h3 {
  margin: 15px 0 9px;
}
@media (max-width: 600px) {
  #service .outer-box .box.ma h3 {
    margin: 9px 0 7px;
  }
}
#service .outer-box .box.ma span {
  font-size: 13px;
  letter-spacing: normal;
}
@media (max-width: 600px) {
  #service .outer-box .box.bottom {
    padding-bottom: 29px;
  }
}
#service .outer-box .box.bottom h3 {
  margin: 27px 0 22px 0;
}
@media (max-width: 600px) {
  #service .outer-box .box.bottom h3 {
    margin: 16px 0 15px 0;
  }
}
#service .outer-box .box.bottom ul {
  margin-top: 4px;
  margin-bottom: -7px;
}
@media (max-width: 600px) {
  #service .outer-box.lower {
    padding: 10px 29px 37px 29px;
  }
}

/*---- company ----*/
#company {
  padding-top: 174px;
}
@media (max-width: 1000px) {
  #company {
    padding: 174px 15px 0px 15px;
  }
}
@media (max-width: 600px) {
  #company {
    padding-top: 0;
  }
}
#company h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 46px;
}
@media (max-width: 600px) {
  #company h2 {
    margin-top: 76px;
    margin-bottom: 31px;
    font-size: 34px;
  }
}
#company table {
  font-size: 16px;
  letter-spacing: 0.05em;
  margin: 0 auto 177px auto;
}
@media (max-width: 600px) {
  #company table {
    margin: 0 4px 41px 21px;
    font-size: 12px;
  }
}
#company td.td-head {
  padding: 10px 0px 2px 7px;
}
@media (max-width: 600px) {
  #company td.td-head {
    width: 28%;
    padding-left: 0;
    padding-top: 13px;
  }
}
#company td.td-expln {
  padding: 10px 0 2px 27px;
}
@media (max-width: 600px) {
  #company td.td-expln {
    padding-left: 0;
    padding-top: 13px;
  }
}
#company .btn-googlemap {
  color: inherit;
  text-decoration: underline;
}
#company .mark {
  font-size: 13px;
  font-weight: bold;
  font-weight: 700;
}
#company .map {
  width: 100%;
  height: 380px;
}
@media (max-width: 600px) {
  #company .map {
    height: 240px;
  }
}

/*---- contact ----*/
#contact {
  background-color: #F5F2F2;
  padding-top: 193px;
  padding-bottom: 115px;
}
@media (max-width: 600px) {
  #contact {
    padding: 87px 12px 136px 12px;
  }
}
#contact h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  #contact h2 {
    font-size: 24px;
    margin-bottom: 18px;
  }
}
#contact p {
  font-size: 16px;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.6em;
  margin-bottom: 60px;
}
#contact p.email.email_error {
  margin-bottom: 0;
  text-align: left;
}
#contact p span.txt-error.error_me {
  text-align: left;
  color: #ff4040;
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  #contact p {
    margin-bottom: 39px;
    letter-spacing: normal;
    font-size: 12px;
  }
}
#contact form {
  width: 980px;
  margin: auto;
  background-color: #fff;
  padding-top: 61px;
}
@media (max-width: 1000px) {
  #contact form {
    width: 100%;
    padding: 4px 0;
    margin: 4px 0;
  }
}
#contact form .box-form {
  width: 680px;
  margin: auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 680px) {
  #contact form .box-form {
    width: auto;
    margin: 22px 18px;
    display: block;
  }
}
#contact form .box-form input, #contact form .box-form textarea {
  font-size: 15px;
  line-height: normal;
  letter-spacing: normal;
  border: 2px solid #74ada9;
  width: 100%;
  padding: 17px 11px 16px 40px;
  text-align: left;
}
@media (max-width: 600px) {
  #contact form .box-form input, #contact form .box-form textarea {
    padding: 13px 11px 13px 39px;
    font-size: 13px;
  }
}
#contact form .box-form input:hover, #contact form .box-form textarea:hover {
  outline: 1px solid #D9ECEA;
  outline-offset: -3px;
  border: 2px solid #D9ECEA;
}
#contact form .box-form .error {
  border: 3px solid #ff4040;
  background-color: rgba(255, 64, 64, 0.1);
}
#contact form .box-form .error:hover {
  border: 3px solid #ff4040;
  outline: none;
}
#contact form .box-form textarea {
  min-height: 206.75px;
  padding-top: 9px;
  margin-top: 16px;
}
@media (max-width: 600px) {
  #contact form .box-form textarea {
    min-height: 70px;
  }
}
#contact form .box-form select {
  font-size: 15px;
  line-height: normal;
  letter-spacing: normal;
  border: 2px solid #74ada9;
  width: 100%;
  padding: 22px 11px 20px 40px;
  text-align: start;
  color: #74ada9;
}
@media (max-width: 600px) {
  #contact form .box-form select {
    font-size: 12px;
    padding: 17px 11px 18px 40px;
  }
}
#contact form .box-form select:hover {
  outline: 1px solid #D9ECEA;
  outline-offset: -3px;
  border: 2px solid #D9ECEA;
}
#contact form .box-form option {
  color: #000;
}
#contact form .box-form .wi50 {
  width: 50%;
  padding-right: 10px;
}
@media (max-width: 680px) {
  #contact form .box-form .wi50 {
    width: 100%;
    padding-right: 0;
  }
}
#contact form .box-form .wi50:nth-child(2) {
  padding-right: 0;
  width: 50%;
}
@media (max-width: 680px) {
  #contact form .box-form .wi50:nth-child(2) {
    width: 100%;
    padding-right: 0;
  }
}
#contact form .box-form p {
  width: 100%;
  margin-bottom: 16px;
}
@media (max-width: 600px) {
  #contact form .box-form p {
    margin-bottom: 13px;
  }
}
@media (max-width: 600px) {
  #contact form .box-form p.selectWrap.emp {
    margin-bottom: -2px;
  }
}
#contact form .box-form p.policy {
  margin-top: 20px;
}
@media (max-width: 600px) {
  #contact form .box-form p.policy {
    margin-top: 27px;
    padding: 0 47px;
  }
}
#contact form .box-form p.policy a {
  font-size: 15px;
  text-decoration: underline;
}
@media (max-width: 600px) {
  #contact form .box-form p.policy a {
    font-size: 12px;
  }
}
#contact form .box-form p.policy .checkbox-input {
  display: none;
}
#contact form .box-form p.policy .checkbox-parts {
  padding-left: 20px;
  position: relative;
  margin-right: 10px;
}
#contact form .box-form p.policy .checkbox-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: -7px;
  width: 25px;
  height: 25px;
  border: 2px solid #74ada9;
}
#contact form .box-form p.policy .checkbox-parts:hover::after {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: -7px;
  width: 25px;
  height: 25px;
}
#contact form .box-form p.policy .checkbox-parts.error_checkbox::before {
  border: 3px solid #ff4040;
  background-color: rgba(255, 64, 64, 0.1);
}
#contact form .box-form p.policy .checkbox-input:checked + .checkbox-parts {
  color: #d01137;
}
#contact form .box-form p.policy .checkbox-input:checked + .checkbox-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 2px;
  width: 8px;
  height: 12px;
  transform: rotate(45deg);
  border-bottom: 3px solid #005c55;
  border-right: 3px solid #005c55;
}
#contact form .box-form .btn-submit {
  display: block;
  padding: 14px 0px;
  width: 340px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  background-color: #005c55;
  margin: 20px auto 97px;
  font-size: 16px;
  border: none;
  font-family: Arial;
}
#contact form .box-form .btn-submit:hover {
  outline: none;
  opacity: 0.4;
  border: none;
  transition: 0.2s;
}
@media (max-width: 600px) {
  #contact form .box-form .btn-submit {
    width: 187px;
    padding: 20px 0;
    margin-bottom: 48px;
  }
}

.selectWrap {
  width: 100%;
  position: relative;
  display: inline-block;
}

.selectWrap::after {
  content: "";
  width: 10px;
  height: 10px;
  border: 6px;
  border-bottom: solid 1px #02423D;
  border-right: solid 1px #02423D;
  transform: rotate(45deg);
  position: absolute;
  top: 42%;
  right: 22px;
  margin-top: -4px;
}

.select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 40px;
  background: transparent;
  position: relative;
  z-index: 1;
  padding: 0 40px 0 10px;
  border: 1px solid #b4b3b3;
  border-radius: 2px;
}

select::-ms-expand {
  display: none;
}

/*---- side nav ----*/
#contents .nav {
  position: fixed;
  top: 42%;
  right: 55px;
}
#contents .nav li {
  margin-bottom: 13px;
}
#contents .nav li a {
  font-size: 12px;
  background: #fff;
  border: 2px solid #231815;
  border-radius: 50%;
  display: block;
  width: 12px;
  height: 12px;
}
#contents .nav li a.is-show {
  background-color: #000;
  /*transition: 0.2s;*/
}
#contents .nav li a:hover {
  background-color: #000;
  transition: 0.2s;
}

/*---- footer ----*/
footer {
  text-align: center;
  padding: 30px;
  background-color: #fff;
}
@media (max-width: 600px) {
  footer {
    padding: 0;
    position: fixed;
    bottom: 0;
    width: 100%;
  }
}
@media (max-width: 600px) {
  footer .lay {
    position: relative;
  }
}
@media (max-width: 600px) {
  footer .wrapper-footer {
    background-color: #808080;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    height: 63px;
    position: relative;
  }
}
@media (max-width: 600px) {
  footer .wrapper-footer a {
    display: block;
    padding: 36px 30px 10px 30px;
  }
}
@media (max-width: 600px) {
  footer .pagetop {
    position: absolute;
    right: 20px;
    top: -74px;
    margin: 0;
  }
}
@media (max-width: 600px) {
  footer .pagetop a {
    display: block;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    width: 44px;
    height: 44px;
    border: 1px solid #EAE4E4;
    border-radius: 80px;
    background: #fff;
    text-indent: 100%;
    white-space: nowrap;
  }
}
@media (max-width: 600px) {
  footer .pagetop a::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -2px;
    width: 17px;
    height: 17px;
    border-top: 2px solid #414141;
    border-right: 2px solid #414141;
    transform: rotate(-45deg) translate(-20%, -50%);
  }
}
footer svg {
  position: absolute;
  fill: #fff;
  width: 18px;
  height: 18px;
  top: 10px;
  left: 47%;
}
footer p {
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
}

/*---- privacy ----*/
#privacy {
  background-color: #f5f2f2;
}

#article {
  padding-top: 74px;
  padding-bottom: 225px;
  background-color: #FAFAFA;
}
@media (max-width: 1000px) {
  #article {
    padding: 74px 15px 0;
  }
}
@media (max-width: 600px) {
  #article {
    margin: 36px 20px;
    padding: 0 0 55px 0;
    background-color: initial;
  }
}
#article.thanks {
  text-align: center;
  padding-top: 74px;
  padding-bottom: 225px;
  margin: 0;
  background-color: #fafafa;
}
@media (max-width: 600px) {
  #article.thanks {
    padding-top: 66px;
  }
}
#article.thanks p {
  margin: 0 42px 32px;
  font-size: 14px;
  margin-bottom: 59px;
}
@media (max-width: 600px) {
  #article.thanks p {
    margin-bottom: 32px;
    font-size: 13px !important;
  }
}
#article .outer-box {
  max-width: 795px;
  margin: auto;
}
@media (max-width: 600px) {
  #article .outer-box p {
    font-size: 12px;
    line-height: 2.1em;
  }
}
#article .outer-box p.upper {
  margin-bottom: 74px;
  line-height: 2em;
}
@media (max-width: 600px) {
  #article .outer-box p.upper {
    margin-bottom: 27px;
    line-height: 2.1em;
  }
}
#article .outer-box ul.outer > li {
  margin-bottom: 52px;
}
@media (max-width: 600px) {
  #article .outer-box ul.outer > li {
    margin-bottom: 33px;
  }
}
@media (max-width: 600px) {
  #article .outer-box ul.outer > li.kaiji {
    margin-bottom: 38px;
  }
}
#article .outer-box ul.outer > li.compliance {
  padding-top: 7px;
}
@media (max-width: 600px) {
  #article .outer-box ul.outer > li.compliance {
    margin-bottom: 23px;
  }
}
#article .outer-box ul.outer > li.improvement {
  padding-top: 3px;
}
#article .outer-box ul.outer > li.improvement p {
  margin-top: 20px;
}
#article .outer-box ul.outer > li p {
  margin-top: 14px;
  font-size: 14px;
  line-height: 2em;
  padding-bottom: 1px;
}
@media (max-width: 600px) {
  #article .outer-box ul.outer > li p {
    font-size: 12px;
    margin-top: 10px;
  }
}
#article .outer-box ul.outer > li p.lower-p {
  padding-top: 10px;
}
#article .outer-box ul.outer > li strong {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: normal;
}
@media (max-width: 600px) {
  #article .outer-box ul.outer > li strong {
    font-size: 18px;
  }
}
#article .outer-box ul.outer > li ul {
  padding-bottom: 5px;
  margin-left: -2px;
}
#article .outer-box ul.outer > li ul li {
  list-style: initial;
  margin-left: 27px;
  font-size: 14px;
  line-height: 2em;
}
@media (max-width: 600px) {
  #article .outer-box ul.outer > li ul li {
    font-size: 12px;
    margin-bottom: 2px;
  }
}
#article .outer-box .homepage a {
  padding: 19px 48px;
  border: 1px solid #005c55;
  font-size: 14px;
  background-color: #fff;
}
@media (max-width: 600px) {
  #article .outer-box .homepage a {
    padding: 13px 17px;
  }
}

/*---- fadein ----*/
@media (max-width: 600px) {
  .effect-fade {
    opacity: 0;
    transform: translate(0, 0);
    /* フェードインで動く高さを指定 */
    transition: all 1500ms;
    /* フェードインにかかる時間を指定 */
  }
}

@media (max-width: 600px) {
  .effect-scroll {
    opacity: 1;
    transform: translate(0, 0);
  }
}