@charset "UTF-8";
.uk-container {
  max-width: 780px;
}

.top_title {
  background-size: cover;
  background-position: center center;
  height: 350px;
  display: flex;
}
.top_title div {
  display: table-cell;
  margin: auto;
  background-image: url("../images/title_bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  padding: 0 25px;
}
.top_title div h3 {
  color: #fff;
  font-size: 42px;
  text-align: center;
  letter-spacing: 5px;
}
.top_title div p {
  color: #fff;
  font-size: 16px;
  text-align: center;
  letter-spacing: 2px;
}

@media all and (-ms-high-contrast: none) {
  .top_title div {
    display: table;
    margin: 80px auto 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .top_title {
    height: 250px;
  }
  .top_title div h3 {
    font-size: 35px;
    letter-spacing: 5px;
  }
  .top_title div p {
    font-size: 14px;
    letter-spacing: 2px;
  }
}
.title {
  text-align: center;
  margin: 0 auto 50px auto;
}
.title h4 {
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 1px;
}
.title p {
  font-size: 16px;
  color: #008ECF;
  font-weight: 300;
  text-align: center;
  font-style: italic;
  margin-top: 10px;
  letter-spacing: 2px;
}

@media screen and (max-width: 480px) {
  .title {
    margin: 0 auto 40px auto;
  }
  .title h4 {
    font-size: 22px;
    letter-spacing: 2px;
  }
  .title p {
    font-size: 15px;
  }
}
/* ==================== about.html ==================== */
.about_title {
  background-image: url("../images/about.png");
}

#message {
  padding: 75px 10px;
}
#message .message_content .message_txt h5 {
  color: #008ECF;
  text-align: center;
  font-size: 25px;
  margin-bottom: 25px;
  letter-spacing: 3px;
  line-height: 1.6;
}
#message .message_content .message_txt p {
  color: #4d4d4d;
  font-size: 14px;
  line-height: 28px;
}
#message .message_content .message_txt .name {
  float: right;
  margin-top: 40px;
}
#message .message_content .message_txt .name p {
  color: #000;
}
#message .message_content .message_txt .name p:last-child {
  font-size: 18px;
}

#philosophy {
  margin-top: 50px;
  padding: 75px 10px;
  background: linear-gradient(to top, #003F8E, #008ECF);
}
#philosophy .title h4 {
  color: #fff;
}
#philosophy .title p {
  color: #fff;
}
#philosophy .philosophy_content h5 {
  color: #fff;
  text-align: center;
  font-size: 25px;
  margin-bottom: 40px;
  letter-spacing: 1.5px;
  line-height: 1.5;
}
#philosophy .philosophy_content p {
  color: #fff;
  font-size: 14px;
  line-height: 2;
}

#history {
  padding: 75px 10px;
}
#history table {
  margin: auto;
  font-size: 14px;
  color: #4d4d4d;
}
#history table tbody tr {
  border-bottom: 1px solid #e6e6e6;
  line-height: 40px;
}
#history table tbody tr:first-child {
  border-top: 1px solid #e6e6e6;
}
#history table tbody tr th {
  color: #4d4d4d;
}
#history table tbody tr td {
  padding: 10px 2%;
  color: #4d4d4d;
}
#history table tbody tr td:first-child {
  width: 16%;
}
#history table tbody tr td:last-child {
  width: 60%;
}

#quality {
  padding: 75px 10px;
}
#quality .quality_content .quality_txt {
  margin-top: 40px;
}
#quality .quality_content .quality_txt div:last-child {
  margin: 30px 0 25px 0;
}
#quality .quality_content .quality_txt div h5 {
  color: #008ECF;
  text-align: center;
  font-size: 24px;
  margin-bottom: 25px;
  letter-spacing: 3px;
}
#quality .quality_content .quality_txt div .sub {
  color: #008ECF;
  text-align: center;
  font-size: 18px;
  margin-bottom: 25px;
}
#quality .quality_content .quality_txt div p {
  color: #4d4d4d;
  font-size: 14px;
  line-height: 28px;
}

#company {
  padding: 75px 10px;
  background: #E6EEF9;
}
#company table {
  margin: auto;
  font-size: 16px;
}
#company table tbody tr {
  border-bottom: 1px solid #e6e6e6;
}
#company table tbody tr:first-child {
  border-top: 1px solid #e6e6e6;
}
#company table tbody tr th {
  color: #000;
  font-weight: bold;
  text-align: left;
  width: 20%;
  padding: 0 2%;
}
#company table tbody tr td {
  color: #4d4d4d;
  width: 70%;
  padding: 10px 2%;
  line-height: 2;
}
#company table tbody tr td span {
  color: #008ECF;
}
#company img {
  display: block;
  margin: 50px auto 0 auto;
}

#access {
  padding: 75px 0px;
}
#access .access_container {
  max-width: 1120px;
}
#access h5 {
  color: #008ECF;
  text-align: center;
  font-size: 18px;
  letter-spacing: 3px;
  margin-bottom: 10px;
}
#access p {
  font-size: 16px;
}
#access iframe {
  width: 100%;
  height: 380px;
  margin-top: 20px;
}

@media screen and (max-width: 896px) {
  #message {
    padding: 50px 10px;
  }
  #message .message_content .message_txt h5 {
    font-size: 22px;
  }
  #philosophy {
    padding: 50px 10px;
  }
  #philosophy .philosophy_content h5 {
    font-size: 22px;
  }
  #history {
    padding: 75px 10px;
  }
  #history table tbody tr {
    line-height: 20px;
  }
  #history table tbody tr td {
    color: #4d4d4d;
    padding: 10px 0;
  }
  #history table tbody tr td:first-child {
    width: 28%;
  }
  #history table tbody tr td:last-child {
    width: 55%;
  }
  #quality {
    padding: 50px 10px;
  }
  #quality .quality_content .quality_txt div:last-child {
    margin: 50px 0 25px 0;
  }
  #quality .quality_content .quality_txt div h5 {
    font-size: 21px;
  }
  #quality .quality_content .quality_txt div .sub {
    font-size: 15px;
  }
  #company {
    padding: 50px 5px;
  }
  #company .uk-container {
    padding: 0px 10px;
  }
  #company .uk-container table {
    margin: auto;
    font-size: 14px;
  }
  #company .uk-container table th {
    min-width: 65px;
  }
  #access {
    padding: 75px 0px 0 0;
  }
  #access iframe {
    width: 100%;
    height: 250px;
  }
}
/* ==================== business.html ==================== */
.business_title {
  background-image: url("../images/business.png");
}

#business_top {
  padding: 75px 10px;
}
#business_top .title h4 {
  color: #008ECF;
}
#business_top p {
  font-size: 14px;
  line-height: 2;
}

#skill {
  padding: 75px 10px;
  background: linear-gradient(to top, #003F8E, #008ECF);
}
#skill .title h4 {
  color: #fff;
}
#skill .title p {
  color: #fff;
}
#skill .skill_content {
  max-width: 940px;
  margin: auto;
}
#skill .skill_content h5 {
  color: #fff;
  text-align: center;
  font-size: 25px;
  margin-bottom: 40px;
  letter-spacing: 1px;
  line-height: 1.5;
}
#skill .skill_content .skill {
  background: #fff;
  padding: 60px 50px;
  margin-bottom: 60px;
}
#skill .skill_content .skill img {
  width: 75px;
  height: 100%;
  display: block;
  margin: 0 auto;
}
#skill .skill_content .skill .slill_tit {
  color: #008ECF;
  font-size: 26px;
  border-bottom: 2px solid #008ECF;
  font-weight: bold;
  display: table;
  margin: 40px auto 60px auto;
  letter-spacing: 2px;
}
#skill .skill_content .skill .slill_txt {
  display: flex;
}
#skill .skill_content .skill .slill_txt p {
  color: #4d4d4d;
  font-size: 14px;
  line-height: 2;
  margin-right: 30px;
}
#skill .skill_content .skill .slill_txt img {
  min-width: 350px;
  width: 350px;
  height: 100%;
}
#skill .skill_content .skill .reverse {
  flex-direction: row-reverse;
}
#skill .skill_content .skill .reverse p {
  margin-right: 0px;
  margin-left: 30px;
}

#product {
  padding: 75px 10px;
}
#product p {
  font-size: 14px;
  text-align: center;
}
#product .product_img {
  margin: 50px auto;
  max-width: 1080px;
  width: 100%;
  display: block;
}
#product .product_txt {
  margin: auto;
}
#product .product_txt div p {
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
}
#product .product_txt div:first-child {
  padding-left: 0;
}

#facility {
  padding: 75px 10px;
}
#facility p {
  font-size: 14px;
  margin-bottom: 60px;
}
#facility .facility_table {
  margin: 50px auto;
}
#facility .facility_table p {
  color: #008ECF;
  font-size: 20px;
  margin-bottom: 10px;
}
#facility .facility_table table {
  width: 100%;
}
#facility .facility_table table tbody tr {
  border-bottom: 2px solid #e6e6e6;
}
#facility .facility_table table tbody tr:first-child {
  border-bottom: none;
}
#facility .facility_table table tbody tr:first-child td {
  background: #008ECF;
  color: #fff;
  padding: 5px;
  text-align: center !important;
  border-right: 1px solid #fff;
}
#facility .facility_table table tbody tr:first-child td:last-child {
  border-right: none;
}
#facility .facility_table table tbody tr td {
  font-size: 16px;
  padding: 10px 5px;
  text-align: center;
}
#facility .facility_table table tbody tr td:first-child {
  width: 9%;
}
#facility .facility_table table tbody tr td:nth-child(2) {
  width: 42%;
  text-align: left;
}
#facility .facility_table table tbody tr td:nth-child(3) {
  width: 23%;
}
#facility .facility_table table tbody tr td:nth-child(4) {
  width: 15%;
}
#facility .facility_table table tbody tr td:last-child {
  width: 11%;
}
#facility .facility_table .facility_img {
  margin-top: 50px;
  margin-left: 0px;
}
#facility .facility_table .facility_img div img {
  width: 100%;
  height: 100%;
}
#facility .facility_table .facility_img div:first-child {
  padding-left: 0;
}

@media screen and (max-width: 896px) {
  #business_top {
    padding: 50px 10px;
  }
  #skill {
    padding: 60px 10px;
  }
  #skill .skill_content h5 {
    font-size: 22px;
    margin-bottom: 30px;
  }
  #skill .skill_content .skill {
    padding: 40px 30px;
    margin-bottom: 40px;
  }
  #skill .skill_content .skill img {
    width: 55px;
  }
  #skill .skill_content .skill .slill_tit {
    font-size: 24px;
    margin: 30px auto 40px auto;
    letter-spacing: 1px;
    padding-bottom: 5px;
  }
  #skill .skill_content .skill .slill_txt p {
    margin-right: 20px;
  }
  #skill .skill_content .skill .slill_txt img {
    width: 250px;
  }
  #skill .skill_content .skill .reverse p {
    margin-right: 0px;
    margin-left: 20px;
  }
  #product {
    padding: 50px 10px;
  }
  #product .product_txt div p {
    font-size: 14px;
  }
  #facility {
    padding: 50px 10px;
  }
  #facility .facility_table {
    margin: 40px auto 0 auto;
  }
  #facility .facility_table p {
    font-size: 18px;
  }
  #facility .facility_table table tbody tr td {
    font-size: 14px;
  }
  #facility .facility_table .facility_img div {
    padding-left: 0;
  }
}
@media screen and (max-width: 640px) {
  #skill {
    padding: 50px 10px;
  }
  #skill .skill_content .skill {
    padding: 40px 30px;
    margin-bottom: 30px;
  }
  #skill .skill_content .skill img {
    width: 45px;
  }
  #skill .skill_content .skill .slill_tit {
    font-size: 20px;
    margin: 30px auto;
  }
  #skill .skill_content .skill .slill_txt {
    display: block;
  }
  #skill .skill_content .skill .slill_txt p {
    margin: 0 0 20px 0;
  }
  #skill .skill_content .skill .slill_txt img {
    min-width: none;
    width: 100%;
  }
  #product .product_txt {
    width: 80%;
  }
  #product .product_txt div {
    padding-left: 0;
  }
  #facility .facility_table .facility_img img {
    padding-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #facility .facility_content {
    padding-left: 0;
    padding-right: 0;
  }
  #facility .facility_table p {
    font-size: 18px;
  }
  #facility .facility_table table tbody tr td {
    font-size: 12px;
    padding: 10px 3px;
  }
  #facility .facility_table table tbody tr td:first-child {
    width: 2%;
  }
  #facility .facility_table table tbody tr td:nth-child(2) {
    width: 38%;
  }
  #facility .facility_table table tbody tr td:nth-child(3) {
    width: 26%;
  }
  #facility .facility_table table tbody tr td:nth-child(4) {
    width: 20%;
  }
  #facility .facility_table table tbody tr td:last-child {
    width: 14%;
  }
}
/* ==================== recruit.html ==================== */
.recruit_title {
  background-image: url("../images/recruit.png");
}

#message_rec {
  padding: 75px 10px;
}
#message_rec .message_rec_content .message_rec_txt h5 {
  color: #008ECF;
  text-align: center;
  font-size: 25px;
  margin-bottom: 25px;
  letter-spacing: 3px;
}
#message_rec .message_rec_content .message_rec_txt h6 {
  color: #008ECF;
  text-align: center;
  font-size: 20px;
  margin-bottom: 35px;
  line-height: 1.8;
}
#message_rec .message_rec_content .message_rec_txt p {
  color: #4d4d4d;
  font-size: 14px;
  line-height: 28px;
}
#message_rec .message_rec_content .message_rec_txt .name {
  float: right;
  margin-top: 40px;
}
#message_rec .message_rec_content .message_rec_txt .name p {
  color: #000;
}
#message_rec .message_rec_content .message_rec_txt .name p:last-child {
  font-size: 18px;
}

#attraction {
  margin-top: 50px;
  padding: 75px 10px;
  background: linear-gradient(to top, #003F8E, #008ECF);
}
#attraction .title h4 {
  color: #fff;
}
#attraction .title p {
  color: #fff;
}
#attraction .attraction_content p {
  color: #fff;
  font-size: 24px;
  line-height: 2;
  margin: auto;
  display: table;
}
#attraction .attraction_content .attraction_img {
  margin: 50px auto 0 auto;
}
#attraction .attraction_content .attraction_img div {
  height: auto;
}
#attraction .attraction_content .attraction_img div img {
  width: 100%;
  height: 100%;
}
#attraction .attraction_content .attraction_img div:first-child {
  padding-left: 0;
}

#work {
  padding: 75px 10px;
}
#work .work_content .work_txt div img {
  display: block;
  margin: auto;
  width: 35px;
  margin-bottom: 30px;
  margin-top: 30px;
}
#work .work_content .work_txt div .m_top {
  margin-top: 120px;
}
#work .work_content .work_txt div h5 {
  color: #008ECF;
  margin: auto;
  display: table;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
  border-bottom: 1px solid #008ECF;
}
#work .work_content .work_txt div .sub {
  color: #008ECF;
  text-align: center;
  font-size: 20px;
  margin-bottom: 25px;
}
#work .work_content .work_txt div p {
  color: #4d4d4d;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 30px;
}
#work .work_content .work_txt div .work_img div {
  height: auto;
}
#work .work_content .work_txt div .work_img div img {
  margin: 0;
  width: 100%;
  height: auto;
}
#work .work_content .work_txt div .point {
  margin-top: 30px;
}
#work .work_content .work_txt div .point div {
  background: #008ECF;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  position: relative;
  padding: 5px 15px;
}
#work .work_content .work_txt div .point div:after {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #008ECF transparent;
  border-width: 0 20px 35px 0;
}
#work .work_content .work_txt div .point p {
  font-size: 14px;
  border: 2px solid #008ECF;
  padding: 25px;
  margin-bottom: 75px;
}

#working {
  padding: 75px 10px;
  background: #E6EEF9;
}
#working .working_contents p {
  font-size: 14px;
  margin-bottom: 50px;
}
#working .working_contents .working_txt div {
  background: #fff;
  border: 2px solid #008ECF;
  padding-left: 0;
  padding: 30px;
  margin-left: 30px;
}
#working .working_contents .working_txt div h5 {
  font-size: 18px;
  color: #008ECF;
  margin: 25px 0 15px 0;
}
#working .working_contents .working_txt div p {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 0;
}

#application {
  padding: 75px 10px 0 10px;
}
#application .ac_p {
  font-size: 14px;
  line-height: 1.8;
}
#application .application_table {
  margin: 50px auto;
}
#application .application_table p {
  color: #008ECF;
  font-size: 20px;
  margin-bottom: 10px;
}
#application .application_table table {
  width: 100%;
}
#application .application_table table tbody tr {
  border-bottom: 2px solid #e6e6e6;
}
#application .application_table table tbody tr td {
  font-size: 16px;
  vertical-align: top;
}
#application .application_table table tbody tr td:first-child {
  width: 30%;
  color: #000;
  padding: 15px 3%;
}
#application .application_table table tbody tr td:last-child {
  width: 70%;
  color: #4d4d4d;
  padding: 15px 0;
}
#application .application_table table tbody tr:first-child {
  border-bottom: none;
}
#application .application_table table tbody tr:first-child td {
  background: #008ECF;
  color: #fff !important;
  padding: 5px 3%;
}
#application .application_table table tbody tr:last-child {
  border: 0;
}
#application .application_table table tbody tr:last-child td {
  text-align: right;
}

#email {
  padding: 75px 10px;
}
#email p {
  color: #008ECF;
  font-size: 18px;
  text-align: center;
}
#email a {
  margin-top: 20px;
  margin-bottom: 60px;
}

@media screen and (max-width: 896px) {
  #message_rec {
    padding: 50px 10px;
  }
  #message_rec .message_rec_content .message_rec_txt h5 {
    font-size: 22px;
  }
  #message_rec .message_rec_content .message_rec_txt h6 {
    font-size: 16px;
  }
  #message_rec .message_rec_content .message_rec_txt .name {
    margin-top: 40px;
  }
  #attraction {
    margin-top: 50px;
    padding: 50px 10px;
  }
  #attraction .attraction_content p {
    font-size: 20px;
  }
  #attraction .attraction_content div {
    width: 80%;
  }
  #work {
    padding: 50px 10px;
  }
  #work .work_content .work_txt div .m_top {
    margin-top: 80px;
  }
  #work .work_content .work_txt div h5 {
    font-size: 22px;
  }
  #work .work_content .work_txt div .sub {
    font-size: 18px;
  }
  #work .work_content .work_txt div p {
    font-size: 14px;
  }
  #work .work_content .work_txt div .work_img img {
    margin: 10px 0;
  }
  #work .work_content .work_txt div .point p {
    padding: 20px;
    margin-bottom: 40px;
  }
  #working {
    padding: 50px 10px;
  }
  #working .working_contents .working_txt div {
    padding: 15px;
  }
  #working .working_contents .working_txt div h5 {
    font-size: 16px;
  }
  #application {
    padding: 50px 10px;
  }
  #application .application_table {
    margin: 30px auto;
  }
  #application .application_table p {
    font-size: 18px;
  }
  #application .application_table table tbody tr td {
    font-size: 14px;
  }
  #email {
    padding: 50px 10px;
  }
}
@media screen and (max-width: 640px) {
  #attraction .attraction_content p {
    font-size: 18px;
  }
  #attraction .attraction_content div img {
    padding-left: 0;
  }
}
@media screen and (max-width: 480px) {
  #application .application_table table tbody tr td {
    font-size: 13px;
  }
  #email p {
    font-size: 16px;
  }
}
#hello_work {
  padding: 75px 10px;
}
#hello_work .hello_work_wrap {
  border: 2px solid #008ECF;
  padding: 20px 0;
}
#hello_work .hello_work_wrap p {
  font-size: 16px;
  text-align: center;
}
#hello_work .hello_work_wrap a {
  margin-top: 20px;
}
#hello_work .hello_work_wrap .btn {
  width: 240px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}

/* ==================== contact.html ==================== */
.contact_title {
  background-image: url("../images/contact.png");
}

#form {
  padding: 75px 10px;
}
#form .form_content p {
  font-size: 14px;
  text-align: center;
  color: #4d4d4d;
  line-height: 2;
}
#form .form_content {
  max-width: 940px;
  margin: 0 auto;
}
#form .form_content form {
  margin: 50px auto;
}
#form .form_content form table {
  width: 100%;
  font-size: 16px;
}
#form .form_content form table tr {
  border-bottom: 2px solid #e6e6e6;
}
#form .form_content form table tr:first-child {
  border-top: 2px solid #e6e6e6;
}
#form .form_content form table tr:first-child td {
  position: relative;
}
#form .form_content form table tr:first-child td .radio input {
  margin-right: 10px;
}
#form .form_content form table tr:first-child td .radio:last-child {
  margin-left: 40px;
}
#form .form_content form table tr th {
  font-size: 16px;
  text-align: left;
  font-weight: normal;
  padding: 20px 3%;
  width: 25%;
  vertical-align: top;
}
#form .form_content form table tr td {
  padding: 30px;
  vertical-align: top;
  color: #4d4d4d;
}
#form .form_content form table tr td span {
  font-size: 14px;
  background: #008ECF;
  color: #fff;
  padding: 3px 10px;
}
#form .form_content form table tr td input[type=text] {
  background: #E6EEF9;
  border: none;
  width: 90%;
  height: 45px;
  font-size: 18px;
  padding: 0 5%;
}
#form .form_content form table tr td input[type=text]:focus {
  outline: 0;
}
#form .form_content form table tr td input[type=text]:nth-child(2) {
  margin-top: 15px;
}
#form .form_content form table tr td textarea {
  background: #E6EEF9;
  border: none;
  width: 90%;
  height: 240px;
  font-size: 18px;
  resize: vertical;
  padding: 5%;
}
#form .form_content form table tr td textarea:focus {
  outline: 0;
}
#form .form_content form table tr td:last-child {
  width: 59%;
}
#form .form_content form p {
  font-size: 15px;
  color: #4d4d4d;
  line-height: 2;
  margin-top: 50px;
}
#form .form_content form .privacy {
  background: #E6EEF9;
  margin: 25px auto;
  width: 90%;
  height: 250px;
  overflow-y: scroll;
}
#form .form_content form .privacy p {
  text-align: left;
  font-size: 14px;
  color: #4d4d4d;
  padding: 20px 30px;
  line-height: 2;
}
#form .form_content form .privacy p span {
  font-size: 15px;
  font-weight: 900;
}
#form .form_content form .privacy_check {
  margin: 60px auto 0 auto;
  display: table;
  cursor: pointer;
}
#form .form_content form .privacy_check span {
  font-size: 16px;
  color: #4d4d4d;
  margin-left: 10px;
}
#form .form_content form .check input {
  color: #008ECF;
  background: #fff;
  font-size: 20px;
  font-weight: bold;
  border: 1px solid #008ECF;
  display: table;
  margin: 50px auto 0 auto;
  padding: 10px 50px;
  letter-spacing: 2px;
  transition: 300ms;
}
#form .form_content form .check input:hover {
  cursor: pointer;
  background: #008ECF;
  color: #ffffff;
}

#phone {
  margin-top: 0;
}
#phone .contact_content a {
  display: block;
  cursor: pointer;
}

@media screen and (max-width: 896px) {
  #form {
    padding: 50px 10px;
  }
  #form .form_content form table {
    font-size: 15px;
  }
  #form .form_content form table tr th {
    padding: 10px 2%;
    width: 25%;
  }
  #form .form_content form table tr th td .radio:last-child {
    margin-left: 20px;
  }
  #form .form_content form table tr td {
    padding: 10px 3%;
  }
  #form .form_content form table tr td span {
    padding: 5px;
    font-size: 13px;
  }
  #form .form_content form table tr td input[type=text] {
    height: 45px;
    font-size: 16px;
  }
  #form .form_content form table tr td textarea {
    height: 240px;
    font-size: 16px;
  }
  #form .form_content form table tr td:nth-child(2) {
    padding: 3% 0;
  }
  #form .form_content form table tr td:last-child {
    width: 60%;
  }
  #form .form_content form p {
    font-size: 14px;
  }
  #form .form_content form label span {
    font-size: 14px;
  }
  #form .form_content form .check input {
    font-size: 20px;
  }
  #phone a {
    font-size: 40px;
  }
  #phone p {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  #form .form_content form table {
    font-size: 13px;
  }
  #form .form_content form table tr:first-child td {
    padding: 10px 1%;
    position: relative;
  }
  #form .form_content form table tr:first-child td .radio:last-child {
    left: 0;
    position: inherit;
    margin-left: 0;
  }
  #form .form_content form table tr:first-child td .radio {
    display: block;
  }
  #form .form_content form table tr th {
    font-size: 14px;
    padding: 3%;
    width: 25%;
  }
  #form .form_content form table tr td {
    padding: 10px 1%;
  }
  #form .form_content form table tr td input[type=text] {
    font-size: 13px;
  }
  #form .form_content form table tr td textarea {
    height: 240px;
    font-size: 13px;
  }
  #form .form_content form table tr td:nth-child(2) {
    padding: 3% 0;
  }
  #form .form_content form table tr td:last-child {
    width: 60%;
  }
  #form .form_content form .check input {
    font-size: 18px;
  }
  #phone a {
    font-size: 25px;
  }
}
/* ==================== mail.php(確認画面) ==================== */
#formWrap {
  max-width: 940px;
  width: 100%;
  margin: 0 auto 100px auto;
  color: #4d4d4d;
}

#formWrap p {
  text-align: center;
  margin: 25px 0;
  font-size: 14px;
}

table.formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  font-size: 18px;
}

table.formTable tr {
  border-bottom: 2px solid #e6e6e6;
}
table.formTable tr:first-child {
  border-top: 2px solid #e6e6e6;
}

table.formTable td,
table.formTable th {
  padding: 30px;
}

table.formTable th {
  width: 30%;
  text-align: left;
}

.button_check {
  color: #008ECF;
  background: #fff;
  font-size: 20px;
  font-weight: bold;
  border: 1px solid #008ECF;
  display: table;
  margin: 50px auto 0 auto;
  padding: 10px 50px;
  letter-spacing: 2px;
  transition: 300ms;
}
.button_check:hover {
  cursor: pointer;
  background: #008ECF;
  color: #ffffff;
}

@media screen and (max-width: 896px) {
  table.formTable {
    font-size: 16px;
  }
  table.formTable td,
  table.formTable th {
    padding: 3%;
  }
  .button_check {
    font-size: 20px;
    padding: 10px 30px;
  }
}
@media screen and (max-width: 480px) {
  table.formTable {
    font-size: 13px;
  }
  .button_check {
    font-size: 18px;
    padding: 10px;
  }
}
/* ==================== thanks.html ==================== */
#thx {
  padding: 75px 10px;
}
#thx p {
  font-size: 16px;
  text-align: center;
}

@media screen and (max-width: 896px) {
  #thx p {
    font-size: 14px;
  }
}
/* ==================== Tokyo-Office.html ==================== */
.tokyo_title {
  background-image: url("../images/tokyo_office.jpg");
}

#tokyo {
  padding: 75px 0 100px;
}
#tokyo .tokyo_content .tokyo_txt h5 {
  color: #008ECF;
  text-align: center;
  font-size: 25px;
  margin-bottom: 25px;
  letter-spacing: 3px;
  line-height: 1.6;
}
#tokyo .tokyo_content .tokyo_txt p {
  color: #4d4d4d;
  font-size: 14px;
  line-height: 28px;
}
#tokyo .tokyo_content .tokyo_img {
  margin-top: 50px;
  width: 100%;
}
#tokyo .tokyo_content table {
  margin: auto;
  font-size: 16px;
  width: 100%;
}
#tokyo .tokyo_content table tbody tr {
  border-bottom: 1px solid #e6e6e6;
}
#tokyo .tokyo_content table tbody tr:first-child {
  border-top: 1px solid #e6e6e6;
}
#tokyo .tokyo_content table tbody tr th {
  color: #000;
  font-weight: bold;
  text-align: left;
  width: 20%;
  padding: 0 2%;
}
#tokyo .tokyo_content table tbody tr td {
  color: #4d4d4d;
  width: 70%;
  padding: 10px 2%;
  line-height: 2;
}
#tokyo .tokyo_content table tbody tr td span {
  color: #008ECF;
}/*# sourceMappingURL=shiina.css.map */