@charset "UTF-8";
main {
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
}

footer {
  margin-top: 100px;
}

#contacts .boxes {
  width: 1080px;
  margin: 0 auto;
  padding-top: 90px;
  padding-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#contacts .boxes .box {
  width: 340px;
  background: #f3f1e8;
  border-radius: 20px;
  padding: 30px;
}
#contacts .boxes .box.sns .contents img {
  height: 30px;
}
#contacts .boxes .box .title {
  text-align: center;
  font-size: 4.4rem;
  line-height: 1;
  font-family: "Oswald", serif;
  color: #9a7d4f;
}
#contacts .boxes .box .contents {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 27px;
  height: 110px;
  margin-top: 15px;
}
#contacts .boxes .box .contents .link a {
  border: 2px solid #9a7d4f;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 50px;
  border-radius: 25px;
  text-decoration: none;
  background-color: #fff;
  font-size: 2rem;
  line-height: 1.2;
  color: #9a7d4f;
  letter-spacing: 0.08em;
  font-weight: normal;
  font-family: "Oswald", serif;
  position: relative;
}
#contacts .boxes .box .contents .link a:before {
  content: "";
  display: block;
  width: 27px;
  height: 20px;
  background: url(../img/common/icon-mail-brown.png) center center no-repeat;
  margin-right: 8px;
}
#contacts .boxes .box .contents .link a:hover {
  background-color: #9a7d4f;
  color: #fff;
  opacity: 1;
}
#contacts .boxes .box .contents .link a:hover:before {
  background-image: url(../img/common/icon-mail-white.png);
}
#contacts .boxes .box .text {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  letter-spacing: 0.04em;
  margin-top: 15px;
}

/**
エコプランニングが選ばれる理由
*/
#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 {
  padding: 70px 0;
}
#page-service .menu ul {
  display: flex;
  justify-content: center;
}
#page-service .menu ul li + li {
  margin-left: 45px;
}
#page-service .menu ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  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: #333333;
}
#page-service .menu ul li a::after {
  content: "";
  display: block;
  width: 9px;
  height: 6px;
  background: url(../img/common/icon-arrow-bottom.png) center center no-repeat;
  background-size: contain;
  margin-left: 14px;
  margin-top: 4px;
}
#page-service #service {
  background-color: #f3f1e8;
}
#page-service #service .boxes {
  width: 1080px;
  margin: 0 auto;
  padding-top: 5px;
  padding-bottom: 40px;
}
#page-service #service .boxes .box {
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
}
#page-service #service .boxes .box + .box {
  border-top: 1px solid #bbbbbb;
  margin-top: 60px;
}
#page-service #service .boxes .box .logo {
  width: 100%;
}
#page-service #service .boxes .box .contents {
  display: flex;
  margin-top: 48px;
  gap: 30px;
}
#page-service #service .boxes .box .contents .img {
  width: 550px;
}
#page-service #service .boxes .box .contents .detail {
  width: 500px;
  position: relative;
}
#page-service #service .boxes .box .contents .detail .title {
  position: relative;
  display: inline-block;
}
#page-service #service .boxes .box .contents .detail .title:before, #page-service #service .boxes .box .contents .detail .title:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  bottom: -6px;
}
#page-service #service .boxes .box .contents .detail .title:before {
  background: #e6dec1;
  left: 0;
  width: 100%;
  height: 15px;
}
#page-service #service .boxes .box .contents .detail .title:after {
  right: -10px;
  width: 0;
  height: 0;
  border-top: 7.5px solid #e6dec1;
  border-left: 5px solid #e6dec1;
  border-right: 5px solid transparent;
  border-bottom: 7.5px solid transparent;
}
#page-service #service .boxes .box .contents .detail .title h3 {
  position: relative;
  font-size: 2.8rem;
}
#page-service #service .boxes .box .contents .detail .text {
  margin-top: 50px;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
#page-service #service .boxes .box .link {
  width: 1080px;
  display: flex;
  justify-content: center;
  margin-top: 42px;
}
#page-service #service .boxes .box .link a {
  border: 2px solid #9a7d4f;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  height: 60px;
  border-radius: 30px;
  text-decoration: none;
  background-color: #fff;
  font-size: 2rem;
  line-height: 1.2;
  color: #9a7d4f;
  font-weight: bold;
}
#page-service #service .boxes .box .link a:hover {
  background-color: #9a7d4f;
  color: #fff;
  opacity: 1;
}
#page-service #service .boxes .box:nth-of-type(even) .contents {
  flex-direction: row-reverse;
  margin-top: 14px;
}
#page-service #other_service .boxes {
  width: 1080px;
  margin: 0 auto;
  padding-top: 90px;
  padding-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#page-service #other_service .boxes .box {
  width: 510px;
}
#page-service #other_service .boxes .box .title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#page-service #other_service .boxes .box .title h3 {
  display: flex;
  align-items: center;
  height: 46px;
  font-size: 2.8rem;
  line-height: 1;
  font-weight: bold;
  position: relative;
  padding-left: 20px;
}
#page-service #other_service .boxes .box .title h3:before {
  content: "";
  display: block;
  background-image: linear-gradient(0deg, rgb(225, 214, 163) 0%, rgb(243, 241, 232) 50%, rgb(234, 228, 198) 73%, rgb(225, 214, 163) 100%);
  position: absolute;
  width: 10px;
  height: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#page-service #other_service .boxes .box .title .category {
  color: #9a7d4f;
  border: 2px solid #9a7d4f;
  padding: 5px 15px 8px;
  font-size: 1.8rem;
  line-height: 1.5555555556;
}
#page-service #other_service .boxes .box .img {
  margin-top: 30px;
}
#page-service #other_service .boxes .box .text {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 25px;
}
#page-service #other_service .boxes .box .text p + p {
  margin-top: 1em;
}
#page-service #other_service .boxes .box .link {
  margin-top: 25px;
}
#page-service #other_service .boxes .box .link a {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px solid #7a7a7a;
  position: relative;
}
#page-service #other_service .boxes .box .link a:after {
  content: "";
  display: block;
  background: url(../img/common/icon-window.png) center center no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  right: -1.25em;
  top: 50%;
  transform: translateY(-50%);
}

/**
TOUHAI事例紹介
*/
#page-works #detail .logo {
  text-align: center;
  margin-top: 60px;
}
#page-works #detail .text {
  width: 840px;
  margin: 40px auto 0;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
#page-works #works {
  border-top: 1px solid #bbbbbb;
  padding-top: 30px;
  margin: 62px auto 0;
  width: 1080px;
}
#page-works #works h3 {
  display: flex;
  align-items: center;
  height: 46px;
  font-size: 2.8rem;
  line-height: 1;
  font-weight: bold;
  position: relative;
  padding-left: 20px;
}
#page-works #works h3:before {
  content: "";
  display: block;
  background-image: linear-gradient(0deg, rgb(225, 214, 163) 0%, rgb(243, 241, 232) 50%, rgb(234, 228, 198) 73%, rgb(225, 214, 163) 100%);
  position: absolute;
  width: 10px;
  height: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#page-works #works .menu {
  padding: 70px 0 0;
}
#page-works #works .menu ul {
  display: flex;
  justify-content: center;
}
#page-works #works .menu ul li + li {
  margin-left: 45px;
}
#page-works #works .menu ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  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: #333333;
}
#page-works #works .menu ul li a::after {
  content: "";
  display: block;
  width: 9px;
  height: 6px;
  background: url(../img/common/icon-arrow-bottom.png) center center no-repeat;
  background-size: contain;
  margin-left: 14px;
  margin-top: 4px;
}
#page-works #works .list {
  margin-top: 80px;
}
#page-works #works .list ul {
  counter-reset: number 0;
  display: flex;
  flex-wrap: wrap;
  gap: 58px 60px;
}
#page-works #works .list ul li {
  position: relative;
  padding-top: 44px;
}
#page-works #works .list ul li::before, #page-works #works .list ul li::after {
  display: flex;
  justify-content: center;
  top: 0px;
  left: 0;
  width: 90px;
  height: 90px;
  position: absolute;
  font-family: "Oswald", serif;
}
#page-works #works .list ul li::before {
  content: "WORK";
  background-color: #b3aa82;
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
  padding-top: 6px;
}
#page-works #works .list ul li::after {
  content: counter(number, decimal-leading-zero);
  counter-increment: number 1;
  font-size: 5.4rem;
  color: #fff;
  text-align: center;
  align-items: flex-end;
  padding-bottom: 6px;
}

/**
採用情報
*/
/**
企業情報
*/
#page-company .menu {
  padding: 70px 0;
}
#page-company .menu ul {
  display: flex;
  justify-content: center;
}
#page-company .menu ul li + li {
  margin-left: 45px;
}
#page-company .menu ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  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: #333333;
}
#page-company .menu ul li a::after {
  content: "";
  display: block;
  width: 9px;
  height: 6px;
  background: url(../img/common/icon-arrow-bottom.png) center center no-repeat;
  background-size: contain;
  margin-left: 14px;
  margin-top: 4px;
}
#page-company .hx {
  display: flex;
  align-items: center;
  height: 46px;
  font-size: 2.8rem;
  line-height: 1;
  font-weight: bold;
  position: relative;
  padding-left: 20px;
}
#page-company .hx:before {
  content: "";
  display: block;
  background-image: linear-gradient(0deg, rgb(225, 214, 163) 0%, rgb(243, 241, 232) 50%, rgb(234, 228, 198) 73%, rgb(225, 214, 163) 100%);
  position: absolute;
  width: 10px;
  height: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#page-company #philosophy {
  background-color: #f3f2e9;
  padding: 72px 0 90px;
}
#page-company #philosophy .boxes .box {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
#page-company #philosophy .boxes .box h3 {
  width: 230px;
  height: 40px;
  background: #9a7d4f;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: normal;
}
#page-company #philosophy .boxes .box .copy {
  margin-top: 44px;
}
#page-company #philosophy .boxes .box .message {
  margin-top: 20px;
}
#page-company #philosophy .boxes .box:nth-of-type(2) {
  margin-top: 80px;
}
#page-company #philosophy .boxes .box:nth-of-type(2) h3 {
  background: #8a99a0;
}
#page-company #overview {
  width: 1080px;
  margin: 0 auto;
  padding: 70px 0;
}
#page-company #overview table {
  width: 960px;
  margin: 55px auto 0;
  color: #333333;
}
#page-company #overview table tbody tr th {
  width: 240px;
  padding: 40px 0;
  border-top: 1px solid #bbbbbb;
  font-size: 1.6rem;
  line-height: 1;
  vertical-align: middle;
}
#page-company #overview table tbody tr td {
  padding: 0 10px;
  border-top: 1px solid #bbbbbb;
  font-size: 1.6rem;
  line-height: 1.5;
  vertical-align: middle;
}
#page-company #overview table tbody tr td a {
  font-size: 1.6rem;
  line-height: 1.5;
  text-decoration: none;
  border-bottom: 1px solid #7a7a7a;
}
#page-company #overview table tbody tr td a.file {
  position: relative;
}
#page-company #overview table tbody tr td a.file:after {
  content: "";
  display: block;
  background: url(../img/common/icon-file.png) center center no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  right: -1.25em;
  top: 50%;
  transform: translateY(-50%);
}
#page-company #overview table tbody tr:last-of-type th {
  border-bottom: 1px solid #bbbbbb;
}
#page-company #overview table tbody tr:last-of-type td {
  border-bottom: 1px solid #bbbbbb;
}
#page-company #access {
  width: 1080px;
  margin: 0 auto;
}
#page-company #access .map {
  margin-top: 40px;
}
#page-company #access .map iframe {
  width: 100%;
  height: 370px;
}
#page-company #access .contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
#page-company #access .contents table {
  width: 540px;
  color: #333333;
}
#page-company #access .contents table tbody tr th {
  width: 105px;
  font-size: 1.6rem;
  line-height: 1;
  font-family: "Oswald", serif;
  font-weight: normal;
  font-style: italic;
  vertical-align: top;
  text-align: left;
  padding-top: 5px;
  padding-bottom: 10px;
}
#page-company #access .contents table tbody tr td {
  font-size: 1.6rem;
  line-height: 1.5;
  vertical-align: top;
  padding-bottom: 10px;
}
#page-company #access .contents table tbody tr td a {
  font-size: 1.6rem;
  line-height: 1.5;
  text-decoration: none;
  border-bottom: 1px solid #7a7a7a;
}
#page-company #access .contents .img {
  width: 480px;
}
#page-company #trademark {
  width: 1080px;
  margin: 65px auto 0;
}
#page-company #trademark .boxes {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 40px;
}
#page-company #supports {
  width: 1080px;
  margin: 60px auto 0;
}
#page-company #supports .boxes {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 40px;
}
#page-company #supports .boxes .box {
  width: 400px;
}
#page-company #supports .boxes .box .text {
  font-size: 1.6rem;
  line-height: 1.5;
}
#page-company #supports .boxes .box .img {
  margin-top: 10px;
}
#page-company #supports .link {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
#page-company #supports .link a {
  border: 2px solid #9a7d4f;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 570px;
  height: 60px;
  border-radius: 30px;
  text-decoration: none;
  background-color: #fff;
  font-size: 2rem;
  line-height: 1.2;
  color: #9a7d4f;
  font-weight: bold;
}
#page-company #supports .link a:hover {
  background-color: #9a7d4f;
  color: #fff;
  opacity: 1;
}
#page-company #sdgs {
  width: 1080px;
  margin: 60px auto 0;
  padding-bottom: 85px;
}
#page-company #sdgs .boxes {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 45px;
}
#page-company #sdgs .boxes .box {
  width: 960px;
}
#page-company #sdgs .boxes .box h4 {
  font-size: 2.8rem;
  line-height: 1;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #bbbbbb;
}
#page-company #sdgs .boxes .box .img {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
#page-company #sdgs .boxes .box .text {
  margin-top: 40px;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
#page-company #sdgs .banner {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
#page-company #recruit {
  background-color: #f3f2e9;
  padding: 60px 0 90px;
}
#page-company #recruit .inner {
  width: 960px;
  margin: 0 auto;
}
#page-company #recruit .title {
  width: 100%;
  margin-left: -60px;
  margin-right: -60px;
}
#page-company #recruit .copy {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
#page-company #recruit h4 {
  font-size: 2.8rem;
  line-height: 1;
  font-weight: bold;
  margin-top: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid #bbbbbb;
}
#page-company #recruit table {
  width: 100%;
  color: #333333;
  margin-top: 40px;
}
#page-company #recruit table tbody tr th {
  width: 280px;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: bold;
  vertical-align: middle;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #e1e1e1;
  border: 1px solid #bbbbbb;
}
#page-company #recruit table tbody tr td {
  font-size: 1.6rem;
  line-height: 1.5;
  vertical-align: middle;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 1px solid #bbbbbb;
  background-color: #fff;
  padding-left: 20px;
}
#page-company #recruit table tbody tr td a {
  font-size: 1.6rem;
  line-height: 1.5;
  text-decoration: none;
  border-bottom: 1px solid #7a7a7a;
}
#page-company #recruit table tbody tr:last-of-type th {
  border-bottom: 1px solid #bbbbbb;
}
#page-company #recruit table tbody tr:last-of-type td {
  border-bottom: 1px solid #bbbbbb;
}
#page-company #recruit .link {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
#page-company #recruit .link a {
  border: 2px solid #9a7d4f;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 970px;
  height: 80px;
  border-radius: 40px;
  text-decoration: none;
  background-color: #fff;
  font-size: 2.4rem;
  line-height: 1;
  color: #9a7d4f;
  font-weight: bold;
}
#page-company #recruit .link a:hover {
  background-color: #9a7d4f;
  color: #fff;
  opacity: 1;
}

/**
契約書約款ダウンロード
*/
#page-contracts .description {
  width: 840px;
  margin: 0 auto;
  padding-top: 65px;
}
#page-contracts .description h3 {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: bold;
}
#page-contracts .description p {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-top: 20px;
}
#page-contracts .box {
  width: 840px;
  margin: 40px auto 0;
  background-color: #f3f1e8;
  padding: 60px 60px 70px;
}
#page-contracts .box h4 {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #bbbbbb;
}
#page-contracts .box .link {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  gap: 20px;
}
#page-contracts .box .link a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  text-decoration: none;
  width: 340px;
  height: 50px;
  border: 2px solid #9a7d4f;
  border-radius: 25px;
  background-color: #fff;
  color: #9a7d4f;
  position: relative;
  gap: 10px;
  font-weight: bold;
  font-size: 1.8rem;
}
#page-contracts .box .link a:after {
  content: "";
  display: block;
  background: url(../img/common/icon-pdf.png) center center no-repeat;
  background-size: contain;
  width: 21px;
  height: 25px;
}
#page-contracts .box .link + h4 {
  margin-top: 90px;
}

/**
Rina Transport AWARD参加予約
お問い合わせ
求人専用フォーム
*/
#page-awardform,
#page-entry,
#page-contact {
  padding-bottom: 50px;
}
#page-awardform .description,
#page-entry .description,
#page-contact .description {
  width: 840px;
  margin: 60px auto 0;
}
#page-awardform .description:last-of-type,
#page-entry .description:last-of-type,
#page-contact .description:last-of-type {
  margin-bottom: 0;
}
#page-awardform p,
#page-entry p,
#page-contact p {
  font-size: 1.6rem;
  line-height: 1.75;
}
#page-awardform p + p,
#page-entry p + p,
#page-contact p + p {
  margin-top: 1em;
}
#page-awardform a,
#page-entry a,
#page-contact a {
  color: #333333;
  text-decoration: none;
  border-bottom: 1px solid #7a7a7a;
}
#page-awardform .tel,
#page-entry .tel,
#page-contact .tel {
  width: 400px;
  margin: 25px auto 0;
}
#page-awardform .tel .title,
#page-entry .tel .title,
#page-contact .tel .title {
  background-color: #9a7d4f;
  color: #fff;
  text-align: center;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
#page-awardform .tel .text,
#page-entry .tel .text,
#page-contact .tel .text {
  border: 1px solid #cccccc;
  border-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 12px;
  gap: 10px;
}
#page-awardform .tel .text a,
#page-entry .tel .text a,
#page-contact .tel .text a {
  font-size: 3.2rem;
  line-height: 1;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#page-awardform .tel .text a:before,
#page-entry .tel .text a:before,
#page-contact .tel .text a:before {
  content: "";
  display: block;
  background: url(../img/common/icon-tel.png) center center no-repeat;
  background-size: contain;
  width: 21px;
  height: 26px;
  margin-top: 4px;
  margin-right: 5px;
}
#page-awardform .tel .text p,
#page-entry .tel .text p,
#page-contact .tel .text p {
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: bold;
}
#page-awardform .form,
#page-entry .form,
#page-contact .form {
  background: #f3f1e8;
  width: 840px;
  margin: 40px auto 0;
  padding-bottom: 80px;
}
#page-awardform .form h3,
#page-entry .form h3,
#page-contact .form h3 {
  text-align: center;
  background-color: #b3aa82;
  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-awardform .form table,
#page-entry .form table,
#page-contact .form table {
  margin-top: 18px;
  margin-left: 55px;
  margin-right: 55px;
}
#page-awardform .form table tr th,
#page-awardform .form table tr td,
#page-entry .form table tr th,
#page-entry .form table tr td,
#page-contact .form table tr th,
#page-contact .form table tr td {
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  font-size: 1.6rem;
}
#page-awardform .form table tr th,
#page-entry .form table tr th,
#page-contact .form table tr th {
  text-align: left;
  width: 250px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 25px;
  color: #333333;
  vertical-align: top;
}
#page-awardform .form table tr th.middle,
#page-entry .form table tr th.middle,
#page-contact .form table tr th.middle {
  vertical-align: middle;
  padding-top: 0;
}
#page-awardform .form table tr th:after,
#page-entry .form table tr th:after,
#page-contact .form table tr th:after {
  float: right;
  content: "任意";
  background: #aaaaaa;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  padding: 4px 11px;
  margin-top: -2px;
}
#page-awardform .form table tr th.require:after,
#page-entry .form table tr th.require:after,
#page-contact .form table tr th.require:after {
  content: "必須";
  background: #d20000;
}
#page-awardform .form table tr .label,
#page-entry .form table tr .label,
#page-contact .form table tr .label {
  font-size: 1.4rem;
  color: #999999;
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
#page-awardform .form table tr .label:first-of-type,
#page-entry .form table tr .label:first-of-type,
#page-contact .form table tr .label:first-of-type {
  margin-top: 0;
}
#page-awardform .form table tr .label:last-of-type,
#page-entry .form table tr .label:last-of-type,
#page-contact .form table tr .label:last-of-type {
  margin-bottom: 0;
}
#page-awardform .form table tr .wpcf7-not-valid-tip,
#page-entry .form table tr .wpcf7-not-valid-tip,
#page-contact .form table tr .wpcf7-not-valid-tip {
  font-size: 1.6rem;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
#page-awardform .form table tr select,
#page-awardform .form table tr textarea,
#page-awardform .form table tr input[type=text],
#page-awardform .form table tr input[type=email],
#page-entry .form table tr select,
#page-entry .form table tr textarea,
#page-entry .form table tr input[type=text],
#page-entry .form table tr input[type=email],
#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-awardform .form table tr input[type=checkbox],
#page-awardform .form table tr input[type=radio],
#page-entry .form table tr input[type=checkbox],
#page-entry .form table tr input[type=radio],
#page-contact .form table tr input[type=checkbox],
#page-contact .form table tr input[type=radio] {
  accent-color: #575757;
}
#page-awardform .form table tr textarea,
#page-entry .form table tr textarea,
#page-contact .form table tr textarea {
  width: 100%;
}
#page-awardform .form table tr input[type=file]::file-selector-button,
#page-entry .form table tr input[type=file]::file-selector-button,
#page-contact .form table tr input[type=file]::file-selector-button {
  cursor: pointer;
  font-size: 1.4rem;
  margin-top: 12px;
}
#page-awardform .form table tr ::placeholder,
#page-entry .form table tr ::placeholder,
#page-contact .form table tr ::placeholder {
  color: #ccc;
}
#page-awardform .form table tr .search_address,
#page-entry .form table tr .search_address,
#page-contact .form table tr .search_address {
  margin-left: 12px;
  color: #9a7d4f;
  border-color: #9a7d4f;
  font-weight: bold;
}
#page-awardform .form table tr .wpcf7-checkbox,
#page-entry .form table tr .wpcf7-checkbox,
#page-contact .form table tr .wpcf7-checkbox {
  display: flex;
  flex-direction: column;
  margin-top: 0.75em;
}
#page-awardform .form table tr .wpcf7-checkbox .wpcf7-list-item,
#page-entry .form table tr .wpcf7-checkbox .wpcf7-list-item,
#page-contact .form table tr .wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
}
#page-awardform .form table tr .wpcf7-radio,
#page-entry .form table tr .wpcf7-radio,
#page-contact .form table tr .wpcf7-radio {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-top: 10px;
}
#page-awardform .form table tr .wpcf7-radio .wpcf7-list-item,
#page-entry .form table tr .wpcf7-radio .wpcf7-list-item,
#page-contact .form table tr .wpcf7-radio .wpcf7-list-item {
  margin-left: 0;
}
#page-awardform .form table tr .wpcf7-radio .wpcf7-list-item label,
#page-entry .form table tr .wpcf7-radio .wpcf7-list-item label,
#page-contact .form table tr .wpcf7-radio .wpcf7-list-item label {
  display: flex;
  align-items: center;
}
#page-awardform .form table tr .wpcf7-radio .wpcf7-list-item:last-of-type,
#page-entry .form table tr .wpcf7-radio .wpcf7-list-item:last-of-type,
#page-contact .form table tr .wpcf7-radio .wpcf7-list-item:last-of-type {
  margin-bottom: 0;
}
#page-awardform .form table tr .line,
#page-entry .form table tr .line,
#page-contact .form table tr .line {
  margin-top: 0.25em;
  margin-bottom: 0.5em;
}
#page-awardform .form table tr dl,
#page-entry .form table tr dl,
#page-contact .form table tr dl {
  display: flex;
  flex-wrap: wrap;
}
#page-awardform .form table tr dl dt,
#page-entry .form table tr dl dt,
#page-contact .form table tr dl dt {
  display: flex;
  align-items: center;
  width: 90px;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}
#page-awardform .form table tr dl dd,
#page-entry .form table tr dl dd,
#page-contact .form table tr dl dd {
  width: 424px;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}
#page-awardform .form table tr .boxes,
#page-entry .form table tr .boxes,
#page-contact .form table tr .boxes {
  display: flex;
  align-items: center;
  gap: 25px;
}
#page-awardform .form table tr .boxes .box,
#page-entry .form table tr .boxes .box,
#page-contact .form table tr .boxes .box {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.6rem;
}
#page-awardform .form table tr .boxes .box .name,
#page-entry .form table tr .boxes .box .name,
#page-contact .form table tr .boxes .box .name {
  color: #333333;
}
#page-awardform .form table tr .boxes .box .name span,
#page-entry .form table tr .boxes .box .name span,
#page-contact .form table tr .boxes .box .name span {
  font-size: 1.2rem;
  display: block;
  margin-top: 4px;
}
#page-awardform .form table tr .boxes .box label input,
#page-entry .form table tr .boxes .box label input,
#page-contact .form table tr .boxes .box label input {
  font-size: 1.6rem;
  width: 3.25em;
  padding: 8px 8px;
  margin-right: 4px;
}
#page-awardform .form .check,
#page-entry .form .check,
#page-contact .form .check {
  text-align: center;
  margin-top: 20px;
}
#page-awardform .form .check label,
#page-entry .form .check label,
#page-contact .form .check label {
  padding: 5px;
  display: inline-block;
  margin-top: 10px;
}
#page-awardform .form .wpcf7-response-output,
#page-entry .form .wpcf7-response-output,
#page-contact .form .wpcf7-response-output {
  width: 700px;
  margin: 50px auto 0;
}
#page-awardform .form .submit,
#page-entry .form .submit,
#page-contact .form .submit {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 40px auto 0;
  width: 480px;
  position: relative;
}
#page-awardform .form .submit .ajax-loader,
#page-entry .form .submit .ajax-loader,
#page-contact .form .submit .ajax-loader {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateX(-50%);
}
#page-awardform .form .submit [type=submit],
#page-entry .form .submit [type=submit],
#page-contact .form .submit [type=submit] {
  display: block;
  border: 0;
  font-size: 1.8rem;
  color: #fff;
  width: 100%;
  height: 60px;
  cursor: pointer;
  font-weight: bold;
  background-color: #9a7d4f;
  font-family: "Noto Sans JP", sans-serif;
}
#page-awardform .form .submit [type=submit]:hover,
#page-entry .form .submit [type=submit]:hover,
#page-contact .form .submit [type=submit]:hover {
  opacity: 0.5;
}
#page-awardform .form .submit [type=submit]:disabled,
#page-entry .form .submit [type=submit]:disabled,
#page-contact .form .submit [type=submit]:disabled {
  opacity: 1;
  background-color: #ccc;
  cursor: not-allowed;
}

#page-awardform_send,
#page-entry_send,
#page-contact_send {
  padding: 90px 0 50px;
  position: relative;
}
#page-awardform_send h3,
#page-entry_send h3,
#page-contact_send h3 {
  font-size: 2.8rem;
  line-height: 1.3571428571;
  font-weight: bold;
  text-align: center;
}
#page-awardform_send p,
#page-entry_send p,
#page-contact_send p {
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  margin: 35px auto 0;
  width: 730px;
}
#page-awardform_send p a,
#page-entry_send p a,
#page-contact_send p a {
  text-decoration: none;
  border-bottom: 1px solid #ccc;
}
#page-awardform_send .link,
#page-entry_send .link,
#page-contact_send .link {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
#page-awardform_send .link a,
#page-entry_send .link a,
#page-contact_send .link a {
  font-size: 2rem;
  line-height: 1.2;
  text-decoration: none;
  color: #9a7d4f;
  border-bottom: 2px solid #d0c4b4;
  font-weight: bold;
  letter-spacing: 0.04em;
  padding-bottom: 5px;
}

/**
サイトポリシー
*/
#page-privacy,
#page-sitepolicy {
  padding: 0;
  position: relative;
}
#page-privacy .inner,
#page-sitepolicy .inner {
  width: 835px;
  margin: 70px auto 0;
  padding-bottom: 20px;
}
#page-privacy p,
#page-sitepolicy p {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
#page-privacy dl dt,
#page-sitepolicy dl dt {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: bold;
  margin-top: 32px;
}
#page-privacy dl dd,
#page-sitepolicy dl dd {
  margin-top: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
#page-privacy ol,
#page-privacy ul,
#page-sitepolicy ol,
#page-sitepolicy ul {
  margin-top: 20px;
}
#page-privacy ul li,
#page-sitepolicy ul li {
  padding-left: 1em;
}
#page-privacy ul li:before,
#page-sitepolicy ul li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
#page-privacy ol li,
#page-sitepolicy ol li {
  list-style-type: decimal;
}

/**
リンク
*/
/**
サイトマップ
*/
/**
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 {
  padding: 60px 0 0;
  position: relative;
}
#page-notfound-page .inner {
  width: 900px;
  margin: 0 auto;
}
#page-notfound-page h3 {
  font-size: 2.8rem;
  line-height: 1.3571428571;
  font-weight: bold;
  text-align: center;
}
#page-notfound-page p {
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  margin: 60px auto 0;
  width: 750px;
}
#page-notfound-page p a {
  text-decoration: none;
  border-bottom: 1px solid #ccc;
}
#page-notfound-page .link {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
#page-notfound-page .link a {
  font-size: 2rem;
  line-height: 1.2;
  text-decoration: none;
  color: #9a7d4f;
  border-bottom: 2px solid #d0c4b4;
  font-weight: bold;
  letter-spacing: 0.04em;
  padding-bottom: 5px;
}
