@charset "UTF-8";
@import url("custom-reset.css");
/*-----------------------------------------------
header・footer
-------------------------------------------------*/
#head_foot_contact {
  display: flex;
  align-items: center;
}
#head_foot_contact a.tel {
  display: table;
  margin: 0 auto;
}
#head_foot_contact a.tel span {
  display: block;
  font-size: 30px;
  font-family: "Lato", sans-serif;
  padding-left: 25px;
  position: relative;
}
#head_foot_contact a.tel span::before {
  content: "";
  display: block;
  background: url(../img/icon_tel_blue.svg) no-repeat center center;
  background-size: auto 100%;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#head_foot_contact a.tel small {
  display: block;
  font-size: 12px;
  font-feature-settings: "palt";
  padding-top: 0.2em;
  padding-left: 25px;
}

#head_foot_contact a.mail {
  display: table;
  margin: 20px auto 0;
  background-color: #e64600;
  padding: 1em 3em;
}
#head_foot_contact a.mail:hover {
  background-color: #d90000;
}
#head_foot_contact a.mail span {
  display: block;
  color: #fff;
  font-size: 14px;
  padding-left: 30px;
  position: relative;
}
#head_foot_contact a.mail span::before {
  content: "";
  display: block;
  background: url(../img/icon_mail_white.svg) no-repeat center center;
  background-size: 100% auto;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

header #head_foot_contact {
  display: none;
}

footer #head_foot_contact {
  display: block;
}

/*-----------------------------------------------
TOP Page
-------------------------------------------------*/
#js-header-video {
  position: relative;
}
#js-header-video::after {
  content: "";
  display: block;
  width: 70vw;
  height: 100%;
  background: url(../img/top_main_text.svg) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 91;
}

ul#top_page_bnr, li#top_page_bnr, p#top_page_bnr {
  margin: 0px;
  padding: 0px;
  border: 0px;
  list-style-type: none;
}

ul#top_page_bnr {
  display: block;
}
ul#top_page_bnr li {
  width: 100%;
}
ul#top_page_bnr li:nth-child(n+2) {
  margin-top: 15px;
}
ul#top_page_bnr li a {
  display: block;
  color: #fff;
  overflow: hidden;
  position: relative;
}
ul#top_page_bnr li a::before {
  content: "";
  display: block;
  padding-top: 25.4237288136%;
}
ul#top_page_bnr li a img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.2s;
}
ul#top_page_bnr li a p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 1em;
  font-family: "Segoe UI", "游ゴシック", YuGothic, Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: bold;
  font-size: min(4.5vw, 23px);
  line-height: 1.4;
}
ul#top_page_bnr li a p span {
  display: block;
  font-family: "游ゴシック", YuGothic, "Segoe UI", Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 12px;
}

ul#top_page_bnr li:nth-child(1) a img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  top: 0;
}

ul#top_page_bnr li:nth-child(2) a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

ul#top_page_bnr li:nth-child(3) a img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: 0;
}

.p-index-content01__title {
  font-size: min(4.25vw, 26px);
  line-height: 1.8;
}

.p-index-content02.p-cb__item.l-inner .p-btn {
  display: none;
}

/*-----------------------------------------------
template
-------------------------------------------------*/
#original_tpl {
  margin-top: 80px;
}

#original_tpl .pc {
  display: none !important;
}

#original_tpl .cont_box01 {
  width: 100%;
}
#original_tpl .cont_box01:nth-child(n+2) {
  margin-top: 80px;
}

#original_tpl .title01 {
  display: block;
  color: #0099cb;
  font-size: min(7vw, 32px);
  margin-bottom: 1em;
  text-align: center;
  font-feature-settings: "palt";
}
#original_tpl .subtitle01 {
  display: block;
  font-size: min(6.3vw, 24px);
  margin-bottom: 0.5em;
  padding-left: 0.5em;
  line-height: 1.5;
  position: relative;
  font-feature-settings: "palt";
}
#original_tpl .subtitle01::before {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  background-color: #0099cb;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#original_tpl .subtitle02 {
  display: block;
  font-size: min(6.5vw, 24px);
  margin-bottom: 0.8em;
  padding-left: 0.5em;
  line-height: 1.4;
  text-align: center;
  font-feature-settings: "palt";
}
#original_tpl .subtitle02::after {
  content: "";
  display: block;
  background-color: #0099cb;
  width: 80px;
  height: 3px;
  margin: 0.8em auto 1em;
}

table.table_type01 {
  width: 100%;
}
table.table_type01 th, table.table_type01 td {
  display: block;
}
table.table_type01 td {
  border-top: none;
  border-bottom: none;
}
table.table_type01 tr:last-child td {
  border-bottom: 1px solid #ddd;
}

#original_tpl .btn_style01 {
  text-align: center;
  background-color: #333;
  display: table;
  margin: 0 auto;
  font-size: 15px;
  font-weight: 700;
  min-width: 240px;
}
#original_tpl .btn_style01 p {
  color: #fff;
  padding: 10px 1em;
}

#original_tpl .btn_style01.blue {
  background-color: #0099cb;
}
#original_tpl .btn_style01.blue:hover {
  background-color: #0069db;
}
#original_tpl .btn_style01.green {
  background-color: #6fb82b;
}
#original_tpl .btn_style01.green:hover {
  background-color: #5a9523;
}

/*-----------------------------------------------
サイドコンテンツ
-------------------------------------------------*/
.p-banners-list li a p::before {
  content: "";
  font-family: "Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  display: block;
  font-weight: bold;
  font-size: 24px;
}
.p-banners-list li:nth-child(1) a p::before {
  content: "Recruiting";
}
.p-banners-list li:nth-child(2) a p::before {
  content: "Interview";
}
.p-banners-list li:nth-child(3) a p::before {
  content: "Business Partner +";
}

/*-----------------------------------------------
事業内容
-------------------------------------------------*/
#page_service .cont_box01 .gallerybox {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
}
#page_service .cont_box01 .gallerybox li {
  width: 49.5%;
}
#page_service .cont_box01 .gallerybox li img {
  display: block;
  width: 100%;
}

#page_service .cont_box01 .gallerybox.style01 li:nth-child(1) {
  width: 65.2542372881%;
}
#page_service .cont_box01 .gallerybox.style01 li:nth-child(2) {
  width: 33.8983050847%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

/*-----------------------------------------------
安全と品質
-------------------------------------------------*/
#page_safety_quality .cont_box01 .gallerybox {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
}
#page_safety_quality .cont_box01 .gallerybox li {
  width: 49.5%;
}
#page_safety_quality .cont_box01 .gallerybox li img {
  display: block;
  width: 100%;
}

/*-----------------------------------------------
営業エリア
-------------------------------------------------*/
#page_areapoint .areabox {
  display: block;
  position: relative;
  margin: 0 auto 0;
  padding-top: 30px;
}
#page_areapoint .areabox .textbox {
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}
#page_areapoint .areabox .textbox b {
  color: #e64600;
}
#page_areapoint .areabox figure {
  display: table;
  margin: 0 auto;
}

/*-----------------------------------------------
会社概要
-------------------------------------------------*/
#page_company .overview {
  display: block;
}
#page_company .overview table .owned_vehicle {
  display: flex;
  justify-content: space-between;
  padding: 0.5em 0 0;
}
#page_company .overview table .owned_vehicle ul {
  width: 49%;
}
#page_company .overview table .owned_vehicle ul li {
  border-top: #ddd solid 1px;
  padding: 0 0.5em;
  font-size: 0.9em;
}

#page_company .overview table:first-child {
  margin-bottom: 0;
}
#page_company .overview table:first-child tr:last-child td {
  border-bottom: none;
}

#page_company .gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
#page_company .gallery li {
  width: calc((100% - 10px) / 2);
  margin-top: 15px;
}
#page_company .gallery li:first-child {
  width: 100%;
  margin-top: 0;
}
#page_company .gallery li img {
  width: 100%;
  height: auto;
}
#page_company .gallery li p {
  text-align: center;
  font-size: 13px;
}

/*-----------------------------------------------
ごあいさつ
-------------------------------------------------*/
#page_salutation .greeting {
  display: block;
  margin-top: 1.5em;
}
#page_salutation .greeting .textbox {
  width: 100%;
}
#page_salutation .greeting .textbox p {
  margin-bottom: 1.5em;
}
#page_salutation .greeting .textbox .sign {
  display: block;
  text-align: right;
  line-height: 1.8;
}
#page_salutation .greeting ul.imgbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
}
#page_salutation .greeting ul.imgbox li {
  width: 48%;
}
#page_salutation .greeting ul.imgbox li img {
  width: 100%;
  height: auto;
}
#page_salutation .greeting ul.imgbox li p {
  text-align: center;
  font-size: 0.9em;
  padding-top: 0.2em;
}

/*-----------------------------------------------
採用情報
-------------------------------------------------*/
#page_recruit .bnr {
  margin-top: 20px;
}

#page_recruit .anchor_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}
#page_recruit .anchor_list li {
  width: 49%;
  margin-top: 10px;
}
#page_recruit .anchor_list li:nth-child(even) {
  margin-left: 2%;
}
#page_recruit .anchor_list li:last-child {
  margin-right: 0;
}
#page_recruit .anchor_list li a {
  display: block;
  padding: 0.3em 0.8em;
  text-align: center;
  background-color: #0099cb;
  color: #fff;
}
#page_recruit .anchor_list li a span {
  display: table;
  margin: 0 auto;
  padding-right: 20px;
  position: relative;
}
#page_recruit .anchor_list li a span::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 0;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
}

#page_recruit .btn_style01 {
  margin-top: 20px;
}

/*-----------------------------------------------
採用情報　大型ドライバー
-------------------------------------------------*/
#page_recruit .re_point {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
  margin: 30px 0 20px;
}
#page_recruit .re_point li {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #0099cb;
  color: #fff;
  text-align: center;
  padding: 1em;
  width: 48%;
  min-height: 70px;
  position: relative;
}
#page_recruit .re_point li:nth-child(n+3) {
  margin-top: 3%;
}
#page_recruit .re_point li::before {
  position: absolute;
  content: "";
  left: -1px;
  top: -1px;
  border: none;
  border-left: solid 30px white;
  border-bottom: solid 30px transparent;
}
#page_recruit .re_point li b {
  display: block;
  text-align: center;
  line-height: 1.2;
  font-size: 16px;
}
#page_recruit .re_point li small {
  display: block;
  text-align: center;
  font-size: min(3vw, 13px);
  line-height: 100%;
  padding-top: 0.5em;
}

#page_recruit #job_description .btn_style01 {
  margin-top: 20px;
}

#page_recruit .demand {
  display: block;
}
#page_recruit .demand .textbox {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
#page_recruit .demand .textbox .checklist {
  display: block;
  width: 100%;
}
#page_recruit .demand .textbox .checklist li {
  font-size: 16px;
  padding-left: 1.2em;
  font-weight: bold;
  position: relative;
}
#page_recruit .demand .textbox .checklist li::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url(../img/icon_checkbox.svg) no-repeat center center;
  position: absolute;
  left: 0;
  top: 0.5em;
}
#page_recruit .demand .textbox .comment {
  width: 100%;
  border: #0099cb solid 2px;
  margin: 20px 0;
  padding: 1em;
  color: #0099cb;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
#page_recruit .demand .textbox .comment b {
  font-size: 16px;
  line-height: 1.2;
}
#page_recruit .demand .textbox .comment p {
  text-align: right;
  font-weight: bold;
  line-height: 100%;
  padding-top: 1em;
}
#page_recruit .demand figure {
  width: 80%;
  margin: 0 auto 0;
}
#page_recruit .demand figure img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

#page_recruit .overview {
  display: block;
}
#page_recruit .overview figure {
  width: 100%;
}
#page_recruit .overview .text {
  width: 100%;
  margin-top: 20px;
}
#page_recruit .overview .text .tit {
  font-size: 1.5em;
  display: block;
  line-height: 1.5;
  margin-bottom: 0.5em;
  color: #0099cb;
  font-feature-settings: "palt";
}
#page_recruit .overview .text .btn_style01 {
  margin-top: 20px;
}

#page_recruit .areabox {
  display: block;
  margin: 0 auto;
}
#page_recruit .areabox figure {
  display: table;
  margin: -50px auto;
}
#page_recruit .areabox p {
  font-size: 16px;
  padding-right: 0;
  font-weight: bold;
  color: #e64600;
  font-feature-settings: "palt";
  position: relative;
}
#page_recruit .areabox p span {
  display: table;
  line-height: 100%;
  margin-bottom: 0.7em;
}

#page_recruit #strengths .pickup {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 25px;
}
#page_recruit #strengths .pickup li {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0099cb;
  position: relative;
  width: 33.3333333333%;
  border-radius: 100%;
}
#page_recruit #strengths .pickup li::before {
  content: "";
  display: block;
  padding: 50%;
}
#page_recruit #strengths .pickup li p {
  display: block;
  color: #fff;
  text-align: center;
  font-size: min(4.8vw, 17px);
  letter-spacing: -0.05em;
  line-height: 1.3;
  font-weight: bold;
  white-space: nowrap;
  font-feature-settings: "palt";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 5;
}

#page_recruit #strengths .textbox .tit {
  font-size: 1.5em;
  display: block;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 0.5em;
  color: #0099cb;
  font-feature-settings: "palt";
}

#page_recruit #strengths ul.gallery {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 20px 0;
}
#page_recruit #strengths ul.gallery li {
  width: 49.5%;
}
#page_recruit #strengths ul.gallery li:nth-child(n+3) {
  margin-top: 1%;
}
#page_recruit #strengths ul.gallery li img {
  width: 100%;
  height: auto;
}

/*-----------------------------------------------
個人情報保護
-------------------------------------------------*/
#page_privacy .privacy_contents section {
  margin-top: 40px;
  counter-increment: number;
}
#page_privacy .privacy_contents section > .tit {
  margin-bottom: 0.5em;
}
#page_privacy .privacy_contents section > .tit::before {
  content: counter(number) ".";
}
#page_privacy .privacy_contents section ul.list {
  margin-top: 0.5em;
  margin-left: 1em;
}
#page_privacy .privacy_contents section ul.list li {
  display: block;
  font-size: 0.9em;
  padding-left: 0.8em;
  position: relative;
}
#page_privacy .privacy_contents section ul.list li::before {
  content: "∗";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

/*-----------------------------------------------
サイトマップ
-------------------------------------------------*/
#page_sitemap {
  display: block;
}
#page_sitemap ul {
  width: 100%;
  margin-bottom: 30px;
}
#page_sitemap ul li a {
  color: #333;
}
#page_sitemap ul li.tit {
  border-bottom: #0099cb solid 1px;
  padding-bottom: 0.2em;
  margin-bottom: 1em;
}
#page_sitemap ul li.tit a, #page_sitemap ul li.tit p {
  font-weight: bold;
  font-size: 1.1em;
  color: #0099cb;
}

#page_sitemap ul:last-child {
  margin-bottom: 0;
  padding-top: 1em;
  border-top: #333 solid 1px;
}

/*-----------------------------------------------
ビジネスパートナープラス 一覧
-------------------------------------------------*/
#original_tpl #page_business_partner .subtitle01::before {
  background-color: #6fb82b;
}

#page_business_partner .partner_list {
  display: block;
  margin-top: 30px;
}
#page_business_partner .partner_list .box {
  width: 100%;
  display: block;
}
#page_business_partner .partner_list .box:nth-child(n+2) {
  margin-top: 20px;
}

#page_business_partner .partner_list .textbox {
  margin-top: 1em;
}
#page_business_partner .partner_list .textbox > b {
  font-size: 1.2em;
  line-height: 1.2;
  line-height: 1.5;
  color: #6fb82b;
}
#page_business_partner .partner_list .textbox > p {
  margin-top: 0.7em;
  font-size: 0.9em;
  line-height: 1.4;
  font-feature-settings: "palt";
}
#page_business_partner .partner_list .textbox .name {
  margin-top: 0.5em;
}
#page_business_partner .partner_list .textbox .name b {
  display: block;
  font-size: 1.2em;
}
#page_business_partner .partner_list .textbox .name small {
  display: block;
  line-height: 1.4;
  font-size: 0.8em;
}

#page_business_partner .partner_list .imgbox {
  display: block;
  overflow: hidden;
  width: 100%;
  position: relative;
}
#page_business_partner .partner_list .imgbox img {
  width: 102%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#page_business_partner .partner_list .imgbox::before {
  content: "";
  display: block;
  padding-top: 66.4556962025%;
}
#page_business_partner .partner_list .imgbox::after {
  content: "詳しくはこちら";
  display: table;
  background-color: #6fb82b;
  color: #fff;
  padding: 0.5em 1em;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  right: 0;
}

/*-----------------------------------------------
ビジネスパートナープラス　詳細
-------------------------------------------------*/
#single_business_partner .interview_title {
  display: block;
  background-color: #f2f2f2;
  padding-top: 15px;
}
#single_business_partner .interview_title > img {
  width: 100%;
}
#single_business_partner .interview_title .title {
  width: 100%;
}
#single_business_partner .interview_title .title > img {
  display: block;
  width: 80%;
  margin: 0 auto;
}
#single_business_partner .interview_title .title p {
  width: 100%;
  margin: 15px auto;
  font-size: 18px;
  font-feature-settings: "palt";
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  line-height: 1.2;
}
#single_business_partner .interview_title .title p b {
  display: block;
  width: 100%;
  text-align: center;
  color: #6fb82b;
  font-size: 1.5em;
}
#single_business_partner .interview_title .title p span {
  color: #6fb82b;
  font-weight: bold;
  font-size: 1.5em;
}

#single_business_partner .worker_interview {
  display: block;
  width: 100%;
  margin: 0 auto;
}
#single_business_partner .worker_interview section:nth-child(n+2) {
  margin-top: 50px;
}
#single_business_partner .worker_interview .p_title {
  display: block;
  text-align: center;
  font-size: 20px;
}

#single_business_partner .worker_interview .tit {
  color: #6fb82b;
  font-size: 1.2em;
  border-bottom: #6fb82b solid 1px;
  display: block;
  padding-bottom: 0.5em;
  margin-bottom: 0.8em;
}
#single_business_partner .worker_interview .imglayout, #single_business_partner .worker_interview .textlayout {
  display: block;
}
#single_business_partner .worker_interview .imglayout figure, #single_business_partner .worker_interview .textlayout figure {
  display: table;
  margin: 0 auto 20px;
}

#single_business_partner .btn_style01 {
  margin: 40px auto 0;
}

/*-----------------------------------------------
私たちの仕事
-------------------------------------------------*/
.p-company-header {
  display: none;
}

#original_tpl.interview_tpl {
  margin-top: 0;
}

#original_tpl.interview_tpl .staff_main {
  position: relative;
  background-color: #000;
  text-align: center;
}
#original_tpl.interview_tpl .staff_main .cap {
  display: block;
  padding: 1em 1em 0;
}
#original_tpl.interview_tpl .staff_main .cap span {
  display: block;
  color: #fff;
  line-height: 100%;
  font-size: min(3.5vw, 0.9em);
  line-height: 1.8;
  font-weight: bold;
  font-feature-settings: "palt";
}

#original_tpl.interview_tpl .staff_main .namebox {
  display: block;
  background-color: #000;
  color: #fff;
  padding: 20px 2em;
}
#original_tpl.interview_tpl .staff_main .namebox .name {
  margin: 0;
  letter-spacing: 0.05em;
  font-size: 24px;
}
#original_tpl.interview_tpl .staff_main .namebox small {
  color: #0099cb;
  font-family: "Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: bold;
  letter-spacing: 0.01em;
  font-size: 0.6em;
  letter-spacing: 0.01em;
}
#original_tpl.interview_tpl .staff_main .namebox p {
  line-height: 1.3;
  font-size: 11px;
  margin: 0;
  margin-top: 1.5em;
}

#original_tpl.interview_tpl .box {
  margin-top: 50px;
}
#original_tpl.interview_tpl .box figure {
  display: block;
  margin-top: 30px;
}

/*-----------------------------------------------
メールフォーム
-------------------------------------------------*/
.mail_box {
  width: 100%;
  margin: 20px auto 0;
  text-align: left;
}

.mail_box table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  border-top: #ddd solid 1px;
}

.mail_box table tr {
  width: 100%;
  margin: 0 auto;
  display: block;
}

#original_tpl .mail_box table tr th,
#original_tpl .mail_box table tr td {
  display: block;
  background: none;
  border: none;
  font-style: normal;
  letter-spacing: 0.08em;
  text-align: left;
  font-size: 14px;
  padding: 0;
  margin: 0 auto;
}

#original_tpl .mail_box table tr th {
  padding-top: 1em;
}

#original_tpl .mail_box table tr td {
  border-bottom: #ddd solid 1px;
  padding-bottom: 1.3em;
}

.mail_box table tr td small {
  display: inline-block;
  line-height: 150%;
}

.mail_box table tr th em {
  display: block;
  font-size: 15px;
  font-style: normal;
  font-weight: bold;
}

.mail_box table tr th em.must::after {
  content: "必須";
  font-size: 10px;
  line-height: 100%;
  display: inline;
  color: #FFF;
  background-color: #e64600;
  padding: 3px 5px;
  margin-left: 10px;
}

.mail_box table tr td input,
.mail_box table tr td textarea {
  padding: 5px;
  max-width: 100%;
  width: 100%;
}

.mail_box table tr td select {
  padding: 3px;
  font-size: 1em;
}

.mail_box table tr td .c_sub {
  display: block;
  margin: 15px 0;
}

.mail_box table tr td .mwform-checkbox-field label {
  display: block;
}

.mwform-checkbox-field.horizontal-item label input,
.mwform-radio-field.horizontal-item label input {
  width: auto;
}

.mwform-radio-field.horizontal-item label {
  display: block;
  font-size: 1.1em;
  padding: 5px 0;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

.mail_box table tr td input#name_sei,
.mail_box table tr td input#name_sei_furi,
.mail_box table tr td input.half {
  width: 45%;
}

.mail_box table tr td input.half02 {
  width: 35%;
}

.mail_box .address span {
  display: block;
  margin-top: 0.8em;
}

.mail_box .address span em {
  display: block;
  font-weight: bold;
  font-style: normal;
  line-height: 100%;
  padding: 0 0 8px;
}

.mail_box .address a {
  color: #e64600;
  text-decoration: underline;
  margin: 5px 5px 0;
  display: table;
}

.mw_wp_form_preview .mail_box .address a {
  display: none;
}

.mail_box table tr td input#zip1,
.mail_box table tr td input#zip2 {
  width: 100px;
}

.mail_box table tr td .mwform-tel-field input {
  max-width: 28%;
}

.mail_box .send_button input {
  color: #ffffff;
  background: #0099cb;
  display: table;
  font-size: 14px;
  line-height: 45px;
  min-width: 180px;
  height: 45px;
  font-weight: 700;
  padding: 0 15px;
  margin: 20px auto;
  border: none;
}

.mail_box .send_button input:nth-child(2) {
  background-color: #BBB;
  color: #333;
}

.mail_box .last_check {
  background-color: #EEE;
  padding: 10px 20px !important;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
  font-feature-settings: "palt";
}

.mail_box .last_check input {
  display: table;
  margin: 0 auto 1em;
  width: 18px !important;
  height: 18px !important;
}

.mw_wp_form_preview .mail_box .last_check,
.mw_wp_form_preview .mail_box .remarks {
  display: none;
}

/*-----------------------------------------------
お問い合わせ
-------------------------------------------------*/
#page_contact .mail_text {
  margin-bottom: 20px;
}
#page_contact .mail_text b {
  color: #e64600;
}

/*-----------------------------------------------

-------------------------------------------------*//*# sourceMappingURL=custom-layout-sp.css.map */