@charset "UTF-8";
#main {
  margin-top: 40px;
}

main {
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
}

footer {
  margin-top: 126px;
}

/**
エコプランニングが選ばれる理由
*/
#page-reason h3 {
  display: flex;
  justify-content: center;
  font-size: 4.4rem;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: normal;
  text-align: center;
  color: #006100;
}
#page-reason h3:before, #page-reason h3:after {
  content: "";
  display: block;
  background: url(../img/reason/reason-title-bg.png) center center no-repeat;
  background-size: contain;
  width: 68px;
  height: 111px;
}
#page-reason h3::before {
  margin-right: 30px;
}
#page-reason h3::after {
  margin-left: 26px;
  transform: scale(-1, 1);
}
#page-reason .boxes {
  margin-top: 39px;
}
#page-reason .boxes .box {
  display: flex;
  flex-wrap: wrap;
}
#page-reason .boxes .box + .box {
  margin-top: 50px;
}
#page-reason .boxes .box:nth-of-type(1) {
  background: url(../img/reason/reason01.png) left top no-repeat;
}
#page-reason .boxes .box:nth-of-type(2) {
  background: url(../img/reason/reason02.png) left top no-repeat;
}
#page-reason .boxes .box:nth-of-type(3) {
  background: url(../img/reason/reason03.png) left top no-repeat;
}
#page-reason .boxes .box:nth-of-type(4) {
  background: url(../img/reason/reason04.png) left top no-repeat;
}
#page-reason .boxes .box:nth-of-type(5) {
  background: url(../img/reason/reason05.png) left top no-repeat;
}
#page-reason .boxes .box .title {
  padding-left: 130px;
  padding-top: 24px;
  padding-bottom: 32px;
  font-size: 4rem;
  line-height: 1;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #692500;
  width: 100%;
  background: url(../img/reason/border02.png) 130px bottom no-repeat;
  margin-bottom: 39px;
}
#page-reason .boxes .box .img {
  width: 260px;
}
#page-reason .boxes .box .text {
  width: 540px;
  margin-left: 26px;
}
#page-reason .boxes .box .text p {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}
#page-reason .boxes .box .text p + p {
  margin-top: 0.4em;
}
#page-reason .boxes .box .text p strong {
  font-weight: bold;
}
#page-reason .boxes .box .text p strong.red {
  color: #ff0000;
}
#page-reason #top-voice {
  height: 690px;
  background: url(../img/top/sec02-voice.png) center top no-repeat;
  position: relative;
  margin-top: 80px;
}
#page-reason #top-voice .link {
  position: absolute;
  top: 40px;
  left: 393px;
}
#page-reason #top-voice .link a {
  width: 192px;
  height: 35px;
  background-color: #ff7529;
  border-radius: 17.5px;
  font-size: 2.2rem;
}

/**
対応サービス
*/
#page-service .menu ul {
  display: flex;
  justify-content: center;
}
#page-service .menu ul li + li {
  margin-left: 10px;
}
#page-service .menu ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 40px;
  border-radius: 20px;
  background-color: #979797;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
#page-service .menu ul li a::after {
  content: "";
  display: block;
  width: 9px;
  height: 10px;
  background: url(../img/recruit/icon-down.png) center center no-repeat;
  background-size: contain;
  margin-left: 10px;
  margin-top: 4px;
}
#page-service section {
  margin-top: 50px;
}
#page-service section .title {
  font-size: 2rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  background-color: #009000;
  padding: 8px 10px;
}
#page-service section .boxes.signs {
  position: relative;
}
#page-service section .boxes.signs::before {
  content: "";
  display: block;
  width: 110px;
  height: 45px;
  background: url(../img/service/sign-baloon.png) center center no-repeat;
  position: absolute;
  left: 0;
  top: -55px;
}
#page-service section .boxes.signs .box {
  position: relative;
  padding-left: 130px;
  padding-bottom: 60px;
  min-height: 161px;
  background: url(../img/service/arrow01-body.png) 42px bottom repeat-y;
}
#page-service section .boxes.signs .box:before {
  content: "";
  display: block;
  width: 109px;
  height: 101px;
  position: absolute;
  top: 0;
  left: 0;
}
#page-service section .boxes.signs .box:nth-of-type(1):before {
  background: url(../img/service/sign01.png) center center no-repeat;
}
#page-service section .boxes.signs .box:nth-of-type(2):before {
  background: url(../img/service/sign02.png) center center no-repeat;
}
#page-service section .boxes.signs .box:nth-of-type(3):before {
  background: url(../img/service/sign03.png) center center no-repeat;
}
#page-service section .boxes.signs .box:nth-of-type(4):before {
  background: url(../img/service/sign04.png) center center no-repeat;
}
#page-service section .boxes.signs .box:nth-of-type(5):before {
  background: url(../img/service/sign05.png) center center no-repeat;
}
#page-service section .boxes.signs .box:last-of-type {
  background: none;
}
#page-service section .boxes.signs .box:last-of-type::after {
  display: none;
}
#page-service section .boxes.signs .box::after {
  content: "";
  display: block;
  width: 30px;
  height: 55px;
  background: url(../img/service/arrow01.png) center center no-repeat;
  position: absolute;
  bottom: 0;
  left: 42px;
}
#page-service section .boxes.signs .box h4 {
  font-size: 2.4rem;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}
#page-service section .boxes.signs .box p {
  margin-top: 16px;
  font-size: 2rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}
#page-service section .boxes.signs .box .imgs {
  display: flex;
  flex-wrap: wrap;
  margin-top: 26px;
}
#page-service section .boxes.signs .box .imgs .img + .img {
  margin-left: 20px;
}
#page-service section#coating .message {
  margin-top: 40px;
}
#page-service section#coating .message img {
  display: block;
  width: auto;
  height: 45px;
  margin: 0 auto;
}
#page-service section#coating .boxes {
  margin-top: 92px;
}
#page-service section#coating .boxes .box:first-of-type {
  display: flex;
  align-items: center;
}
#page-service section#replacement .message {
  margin-top: 40px;
}
#page-service section#replacement .message img {
  display: block;
  width: auto;
  height: 40px;
  margin: 0 auto;
}
#page-service section#replacement .boxes {
  margin-top: 92px;
}
#page-service section#replacement .boxes .box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#page-service section#replacement .boxes .box:last-of-type {
  padding-bottom: 0;
}
#page-service section#replacement .boxes .box:nth-of-type(3) {
  padding-top: 32px;
}
#page-service section#replacement .boxes .box:nth-of-type(3) .imgs {
  margin-top: 60px;
}
#page-service section#replacement .boxes .box strong {
  color: #db1717;
  font-weight: 900;
}
#page-service section#replacement .boxes .box strong::before {
  content: "▶▶";
  display: inline-block;
  margin-left: 1.25em;
  margin-right: 0.75em;
}
#page-service section#replacement .boxes .box h4 {
  position: relative;
  margin-top: -6px;
}
#page-service section#replacement .boxes .box h4 small {
  position: absolute;
  left: 0;
  bottom: -26px;
  font-size: 1.4rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}
#page-service section#replacement .boxes .box:nth-of-type(2) h4 {
  margin-top: -20px;
}
#page-service section#replacement .boxes .box p {
  margin-top: 0;
}
#page-service section#replacement .boxes .box p small {
  font-size: 1.4rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}
#page-service section#replacement .images {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 60px;
}
#page-service section#replacement .images .img + .img {
  margin-left: 10px;
}
#page-service section#interior .info {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 30px;
}
#page-service section#interior .info .text {
  width: 360px;
  font-size: 2rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}
#page-service section#interior .info .images {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: 20px;
}
#page-service section#interior .info .images .img + .img {
  margin-left: 10px;
}
#page-service section#interior dl {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
#page-service section#interior dl dt {
  width: 295px;
  min-height: 100px;
  background-color: #00908b;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  border-radius: 10px 0 0 10px;
  font-size: 1.8rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
#page-service section#interior dl dt:nth-of-type(n + 2) {
  margin-top: 10px;
}
#page-service section#interior dl dd {
  width: 535px;
  min-height: 100px;
  background-color: #e0eded;
  display: flex;
  align-items: center;
  padding: 16px 22px;
  border-radius: 0 10px 10px 0;
  font-size: 1.8rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}
#page-service section#interior dl dd:nth-of-type(n + 2) {
  margin-top: 10px;
}
#page-service section#exterior .info {
  margin-top: 30px;
  overflow: hidden;
}
#page-service section#exterior .info .image {
  float: left;
  margin-right: 24px;
}
#page-service section#exterior .info dl {
  display: flex;
  width: 584px;
}
#page-service section#exterior .info dl:nth-of-type(n + 2) {
  margin-top: 10px;
}
#page-service section#exterior .info dl dt {
  font-size: 2rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  color: #333;
  padding-right: 0.5em;
}
#page-service section#exterior .info dl dd {
  flex: 1;
  font-size: 2rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}
#page-service #assurance10 {
  background-color: #f16518;
  padding: 30px 35px;
}
#page-service #assurance10 h3 {
  font-size: 3.6rem;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #fff;
  background: url(../img/service/border01.png) left bottom repeat-x;
  width: 584px;
  margin-left: 80px;
  padding-bottom: 16px;
  position: relative;
}
#page-service #assurance10 h3::before {
  content: "";
  display: block;
  background: url(../img/service/assurance10.png) center center no-repeat;
  position: absolute;
  width: 110px;
  height: 143px;
  bottom: -50px;
  right: -95px;
}
#page-service #assurance10 .text {
  margin-top: 16px;
  font-size: 2rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
#page-service #assurance10 .boxes {
  display: flex;
  justify-content: center;
}
#page-service #assurance10 .boxes.images {
  margin-top: 26px;
}
#page-service #assurance10 .boxes.images .box {
  width: 240px;
}
#page-service #assurance10 .boxes.images .box + .box {
  margin-left: 20px;
}
#page-service #assurance10 .list {
  margin-top: 22px;
}
#page-service #assurance10 .list ul {
  display: flex;
  flex-wrap: wrap;
}
#page-service #assurance10 .list ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 40px;
  border-radius: 20px;
  background-color: #fff;
  font-size: 2rem;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #692500;
  margin-left: 20px;
}
#page-service #assurance10 .list ul li:nth-of-type(3n + 1) {
  margin-left: 0;
}
#page-service #assurance10 .list ul li:nth-of-type(n + 4) {
  margin-top: 10px;
}
#page-service #assurance20 {
  background-color: #f16518;
  padding: 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}
#page-service #assurance20::after {
  content: "";
  background: url(../img/service/assurance20-illust.png) center center no-repeat;
  width: 227px;
  height: 120px;
  position: absolute;
  right: 0;
  bottom: 0;
}
#page-service #assurance20 .maker {
  width: 260px;
  height: 60px;
  border-radius: 30px;
  background-color: #ffec1a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  text-align: center;
  color: #333;
}
#page-service #assurance20 h3 {
  font-size: 3.6rem;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #fff;
  background: url(../img/service/border01.png) left bottom repeat-x;
  background-size: auto 7px;
  width: 450px;
  margin-left: 16px;
  padding-bottom: 10px;
  position: relative;
  padding-top: 7px;
}
#page-service #assurance20 .text {
  width: 790px;
  height: 173px;
  border-radius: 20px;
  background-color: #ffe7c8;
  padding: 15px 20px;
  margin-top: 17px;
  font-size: 1.8rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}
#page-service #assurance20 .text p + p {
  margin-top: 5px;
}
#page-service #information {
  background-color: #fec;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
#page-service #information dl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 450px;
}
#page-service #information dl dt {
  font-size: 1.8rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}
#page-service #information dl dd {
  font-size: 1.6rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #333;
  margin-top: 2px;
}
#page-service #information dl dd + dt {
  margin-top: 14px;
}

/**
採用情報
*/
#page-recruit .menu ul {
  display: flex;
  justify-content: center;
}
#page-recruit .menu ul li + li {
  margin-left: 20px;
}
#page-recruit .menu ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 40px;
  border-radius: 20px;
  background-color: #979797;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
#page-recruit .menu ul li a::after {
  content: "";
  display: block;
  width: 9px;
  height: 10px;
  background: url(../img/recruit/icon-down.png) center center no-repeat;
  background-size: contain;
  margin-left: 10px;
  margin-top: 4px;
}
#page-recruit section {
  margin-top: 110px;
}
#page-recruit section + section {
  margin-top: 80px;
}
#page-recruit section#recruit-sales .title::before {
  content: "";
  display: block;
  background: url(../img/recruit/baloon.png) center center no-repeat;
  width: 169px;
  height: 58px;
  position: absolute;
  top: 0px;
  left: 60px;
  transform: translateY(-100%);
}
#page-recruit section .title {
  width: 570px;
  margin: 0 auto;
  position: relative;
  background: url(../img/recruit/hx-bg.png) center center no-repeat;
}
#page-recruit section .title h3 {
  font-size: 4.4rem;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: normal;
  text-align: center;
  color: #006100;
}
#page-recruit section .title .message {
  margin-top: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: center;
  color: #333;
}
#page-recruit section table {
  width: 750px;
  margin: 40px auto 0;
}
#page-recruit section table th,
#page-recruit section table td {
  padding: 18px 20px;
  font-size: 1.5rem;
  line-height: 1.6;
  border: 1px solid #cccccc;
}
#page-recruit section table th {
  background-color: #eeeeee;
  text-align: center;
  vertical-align: middle;
  color: #333333;
  font-weight: bold;
  width: 220px;
}
#page-recruit section table th a {
  color: #333333;
}
#page-recruit section table td {
  color: #333333;
  background: #fff;
}
#page-recruit section table td .tel a {
  font-size: 2.2rem;
  text-decoration: none;
  font-weight: bold;
  background: url(../img/recruit/icon-tel.png) left 7px no-repeat;
  padding-left: 30px;
}
#page-recruit section table td small {
  font-size: 1.4rem;
}
#page-recruit section table td strong {
  font-size: 1.4rem;
  font-weight: bold;
}
#page-recruit section table td .red {
  color: #ff0000;
}
#page-recruit .contact {
  margin: 80px auto 0;
  width: 830px;
  padding: 20px;
  background-color: #c3964d;
}
#page-recruit .contact .title {
  display: flex;
  justify-content: center;
}
#page-recruit .contact .contents {
  width: 100%;
  height: 167px;
  background: url(../img/recruit/contact-bg.png) center center no-repeat;
  padding-top: 28px;
  padding-left: 224px;
}
#page-recruit .contact .contents ul {
  display: flex;
  align-items: flex-start;
}
#page-recruit .contact .contents ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
}
#page-recruit .contact .contents ul li + li {
  margin-left: 18px;
}
#page-recruit .contact .contents ul li a {
  display: block;
  text-decoration: none;
}
#page-recruit .contact .contents ul li a .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
#page-recruit .contact .contents ul li a .icon img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
#page-recruit .contact .contents ul li a span {
  margin-top: 10px;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  text-align: center;
  color: #333;
}

/**
会社案内
*/
#page-company .menu ul {
  display: flex;
  justify-content: center;
}
#page-company .menu ul li + li {
  margin-left: 10px;
}
#page-company .menu ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 40px;
  border-radius: 20px;
  background-color: #979797;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
#page-company .menu ul li a::after {
  content: "";
  display: block;
  width: 9px;
  height: 10px;
  background: url(../img/recruit/icon-down.png) center center no-repeat;
  background-size: contain;
  margin-left: 10px;
  margin-top: 4px;
}
#page-company section {
  margin-top: 40px;
}
#page-company section + section {
  margin-top: 55px;
}
#page-company section .title {
  font-size: 2rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  background-color: #009000;
  padding: 8px 10px;
}
#page-company section#greeting h4 {
  width: 100%;
  margin-top: 20px;
  font-size: 2.6rem;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: center;
  color: #006100;
}
#page-company section#greeting .contents {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
#page-company section#greeting .contents .message {
  width: 530px;
}
#page-company section#greeting .contents .message p {
  font-size: 1.6rem;
  line-height: 1.625;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}
#page-company section#greeting .contents .message p + p {
  margin-top: 25px;
}
#page-company section#greeting .contents .president {
  width: 260px;
  margin-left: 40px;
}
#page-company section#greeting .contents .president .text {
  font-size: 1.6rem;
  line-height: 1.625;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #333;
  margin-top: 16px;
}
#page-company section#greeting .contents .president .text .name {
  display: inline-block;
  font-size: 2.2rem;
  margin-left: 10px;
}
#page-company section#overview table {
  width: 750px;
  margin: 40px auto 0;
}
#page-company section#overview table th,
#page-company section#overview table td {
  padding: 18px 20px;
  font-size: 1.5rem;
  line-height: 1.6;
  border: 1px solid #cccccc;
}
#page-company section#overview table th {
  background-color: #eeeeee;
  text-align: center;
  vertical-align: middle;
  color: #333333;
  font-weight: bold;
  width: 220px;
}
#page-company section#overview table th a {
  color: #333333;
}
#page-company section#overview table td {
  color: #333333;
  background: #fff;
}
#page-company section#overview table td strong {
  font-size: 1.4rem;
  font-weight: bold;
}
#page-company section#overview table td .red {
  color: #ff0000;
}
#page-company section#overview table td p + p {
  margin-top: 0.5em;
}
#page-company section#business .contents {
  display: flex;
  margin-top: 20px;
}
#page-company section#business .contents ul {
  width: 300px;
}
#page-company section#business .contents ul li {
  background: url(../img/company/icon-dot01.png) left center no-repeat;
  background-size: 15px;
  padding-left: 20px;
}
#page-company section#business .contents ul li + li {
  margin-top: 10px;
}
#page-company section#map .contents {
  margin-top: 30px;
}
#page-company section#map .contents .map iframe {
  background: #fefefe;
  width: 100%;
  height: 450px;
}
#page-company section#map .contents .map .link {
  text-align: center;
  margin-top: 10px;
}
#page-company section#map .contents .map .link a {
  font-size: 1.4rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #034dd3;
  border-bottom: 1px solid #034dd3;
  text-decoration: none;
}
#page-company section#map .contents .img {
  width: 690px;
  margin: 40px auto 0;
}

/**
お問い合わせ
*/
#page-contact p {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  margin-bottom: 1em;
}
#page-contact p:last-of-type {
  margin-bottom: 0;
}
#page-contact a {
  color: #d20000;
  text-decoration: none;
  border-bottom: 1px solid #d20000;
}
#page-contact .form {
  background: #fff;
  margin-top: 50px;
}
#page-contact .form h3 {
  text-align: center;
  margin-bottom: 12px;
  background-color: #009000;
  padding: 8px 10px;
  font-size: 2rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
#page-contact .form table {
  margin-left: 30px;
  margin-right: 30px;
}
#page-contact .form table tr th,
#page-contact .form table tr td {
  padding: 12px 0;
  font-size: 1.6rem;
}
#page-contact .form table tr th {
  text-align: left;
  width: 250px;
  padding-top: 10px;
}
#page-contact .form table tr th.middle {
  vertical-align: middle;
  padding-top: 0;
}
#page-contact .form table tr th.require:after {
  content: "必須";
  background: #d20000;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 0 10px;
  margin-left: 10px;
}
#page-contact .form table tr .label {
  font-size: 1.4rem;
  color: #999999;
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
#page-contact .form table tr .label:first-of-type {
  margin-top: 0;
}
#page-contact .form table tr .label:last-of-type {
  margin-bottom: 0;
}
#page-contact .form table tr .wpcf7-not-valid-tip {
  font-size: 1.6rem;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
#page-contact .form table tr select,
#page-contact .form table tr textarea,
#page-contact .form table tr input[type=text],
#page-contact .form table tr input[type=email] {
  border: 1px solid #cccccc;
  padding: 0.5em 0.65em;
  font-size: 1.6rem;
  max-width: 100%;
  font-family: "Noto Sans JP", sans-serif;
}
#page-contact .form table tr textarea {
  width: 100%;
}
#page-contact .form table tr .wpcf7-checkbox {
  display: flex;
  flex-direction: column;
  margin-top: 0.75em;
}
#page-contact .form table tr .wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
}
#page-contact .form table tr .line {
  margin-top: 0.25em;
  margin-bottom: 0.5em;
}
#page-contact .form table tr dl {
  display: flex;
  flex-wrap: wrap;
}
#page-contact .form table tr dl dt {
  display: flex;
  align-items: center;
  width: 90px;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}
#page-contact .form table tr dl dd {
  width: 424px;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}
#page-contact .form .check {
  text-align: center;
  background-color: #ffe6e6;
  padding: 30px;
  margin-top: 35px;
}
#page-contact .form .check label {
  padding: 5px;
  display: inline-block;
  margin-top: 10px;
}
#page-contact .form .submit {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
}
#page-contact .form .submit [type=submit] {
  display: block;
  border: 0;
  font-size: 1.6rem;
  color: #fff;
  width: 200px;
  height: 50px;
  cursor: pointer;
  font-weight: 400;
  border-radius: 25px;
  background-color: #f16518;
  font-family: "Noto Sans JP", sans-serif;
}
#page-contact .form .submit [type=submit]:hover {
  opacity: 0.5;
}
#page-contact .form .submit [type=submit]:disabled {
  opacity: 1;
  background-color: #ccc;
  cursor: not-allowed;
}

#page-contact_send {
  padding: 93px 0 0;
  position: relative;
}
#page-contact_send h3 {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}
#page-contact_send p {
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 35px;
}
#page-contact_send p a {
  text-decoration: none;
}
#page-contact_send .link {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
#page-contact_send .link a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  width: 200px;
  height: 50px;
  border-radius: 25px;
  background-color: #f16518;
  text-decoration: none;
  color: #fff;
}

/**
404
*/
/**
サイトポリシー
*/
#page-privacy,
#page-sitepolicy {
  padding: 0;
  position: relative;
}
#page-privacy .inner,
#page-sitepolicy .inner {
  margin: 0 auto;
}
#page-privacy h3,
#page-sitepolicy h3 {
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 2rem;
  line-height: 1.2;
  position: relative;
  background-color: #009000;
  color: #fff;
  padding: 10px 10px;
}
#page-privacy h3:first-of-type,
#page-sitepolicy h3:first-of-type {
  margin-top: 0;
}
#page-privacy p,
#page-sitepolicy p {
  font-size: 1.6rem;
  line-height: 1.375;
  margin-top: 20px;
  color: #333;
  letter-spacing: normal;
}
#page-privacy p:first-of-type,
#page-sitepolicy p:first-of-type {
  margin-bottom: 0;
}
#page-privacy p.date,
#page-sitepolicy p.date {
  text-align: right;
}
#page-privacy ol,
#page-privacy ul,
#page-sitepolicy ol,
#page-sitepolicy ul {
  margin-top: 20px;
}
#page-privacy ol li,
#page-privacy ul li,
#page-sitepolicy ol li,
#page-sitepolicy ul li {
  font-size: 1.6rem;
  line-height: 1.625;
}
#page-privacy ul li:before,
#page-sitepolicy ul li:before {
  content: "・";
}
#page-privacy ol li,
#page-sitepolicy ol li {
  list-style-type: decimal;
}
#page-privacy .box,
#page-sitepolicy .box {
  margin-top: 55px;
  padding: 20px;
  border: solid 1px #ccc;
}
#page-privacy .box h3,
#page-sitepolicy .box h3 {
  background: none;
  color: #333333;
  padding: 0;
  margin-bottom: 0;
}
#page-privacy .box p,
#page-sitepolicy .box p {
  margin-top: 18px;
}

/**
リンク
*/
/**
サイトマップ
*/
/**
coming_soon
*/
#page-coming_soon {
  background-color: rgb(255, 255, 255);
  padding: 220px 0 0;
  position: relative;
}
#page-coming_soon .inner {
  width: 900px;
  margin: 0 auto;
}
#page-coming_soon h3 {
  font-size: 3.8rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  color: #000000;
}
#page-coming_soon p {
  font-size: 1.8rem;
  line-height: 1.67;
  text-align: center;
  color: #333333;
  margin-top: 30px;
}
#page-coming_soon .link a {
  width: 300px;
  height: 60px;
  margin: 40px auto 0;
  font-size: 1.8rem;
}

/**
notfound
*/
#page-notfound-page {
  background-color: rgb(255, 255, 255);
  padding: 100px 0 0;
  position: relative;
}
#page-notfound-page .inner {
  width: 900px;
  margin: 0 auto;
}
#page-notfound-page h3 {
  font-size: 3.8rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  color: #000000;
}
#page-notfound-page p {
  font-size: 1.8rem;
  line-height: 1.67;
  text-align: center;
  color: #333333;
  margin-top: 30px;
}
#page-notfound-page .link a {
  width: 300px;
  height: 60px;
  margin: 40px auto 0;
  font-size: 1.8rem;
}
/*# sourceMappingURL=page-pc.css.map */