@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0
}
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #333333;
  font-size: 18px;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
}
#header {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 999;
}
.mb30 {
  margin-bottom: 30px;
}
.header-wrap {
  display: flex;
  padding: 18px 0 0 21px;
}
.header-left {
  width: 30%;
  margin: 14px 0 0 31px;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.header-right {
  width: 70%;
  margin-left: auto;
}
.h-top {
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
}
.h-tel {
  color: #FFFFFF;
  text-align: center;
  margin-right: 44px;
  line-height: 1.3;
}
.h-tel .tel {
  display: inline-block;
  font-size: 28px;
  font-weight: bold;
  color: #FFFFFF;
}
.h-tel .tel:hover {
  opacity: 0.7;
}
.i-phone {
  content: url("../img/Icon feather-phone.png");
  height: 20px;
}
.h-mail {
  background: #2973DA;
  height: 48px;
  margin-right: 21px;
}
.h-mail .mail {
  display: block;
  color: #FFFFFF;
  padding: 12px 41px;
  line-height: 1.3;
}
.h-mail .mail:hover {
  opacity: 0.7;
}
.i-mail {
  content: url("../img/Icon ion-ios-email-outline.png");
  height: 18px;
  margin-right: 34px;
  vertical-align: middle;
}
.h-btm {
  width: 100%;
}
.nav {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.nav li {
  text-align: center;
  width: 10%;
}
.nav a {
  position: relative;
  z-index: 1;
  color: #FFFFFF;
}
.nav span {
  display: block;
  text-align: center;
  color: #2973DA;
  font-weight: bold;
  margin-bottom: 10px;
}
.nav a:hover {
  opacity: 0.7;
}
.main {
  line-height: 0;
}
.metals {
  width: 100%;
  background-image: url("../img/metals_bg.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  aspect-ratio: 16 / 7.9;
}
.metals-wrap {
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 170px;
}
.metals-inner {
  width: 800px;
  padding-left: 20px;
}
.metals-blue {
  font-size: 80px;
  color: #2973DA;
  margin-left: 45px;
  font-weight: bold;
  letter-spacing: -3px;
}
.metals-blue span {
  font-size: 30px;
  color: #333333;
  font-weight: normal;
}
.metals-red {
  color: #C40000;
  font-size: 50px;
  text-align: right;
  font-weight: bold;
  letter-spacing: -3px;
}
.metals-red span {
  font-size: 30px;
  color: #333333;
  font-weight: normal;
}
.metals-text {
  margin-top: 93px;
  font-size: 28px;
}
.metals-text-s {
  margin-top: 45px;
}
.reform {
  width: 100%;
  background-image: url("../img/reform_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  aspect-ratio: 16 / 14;
  padding-top: 25px;
  margin-bottom: 110px;
}
.reform-inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 80px;
  display: flex;
  align-items: flex-end;
}
.reform-img {
  width: 70%;
  line-height: 0;
}
.reform-box {
  background: rgba(255, 255, 255, 0.8);
  width: 55%;
  padding: 60px 70px;
  box-sizing: border-box;
  margin-right: -21rem;
  margin-left: auto;
  z-index: 1;
  height: max-content;
}
.left-box {
  margin-left: -21rem;
  margin-right: auto
}
.reform-title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 45px;
}
.reform-title span {
  color: #2973DA;
  font-size: 28px;
  font-weight: normal;
}
.reform-text {
  margin-bottom: 45px;
}
.btn_inner {
  height: 65px
}
a.btn {
  display: inline-block;
  overflow: hidden;
  color: #fff;
  background: #2973DA;
  border: 1px solid #2973DA;
  border-radius: 0;
  position: relative;
  width: 192px;
  padding: 17px;
  text-align: left;
}
a.btn:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 15%;
  height: 1px;
  background: #fff;
}
a.btn:hover {
  color: #2973DA;
  background: #fff;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
a.btn:hover:before {
  background: #2973DA;
  width: 7%;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.order {
  display: flex;
  max-width: 1660px;
  align-items: center;
  margin-right: auto;
  justify-content: space-between;
}
.order-img {
  width: 60%;
}
.order-img img {
  max-height: 500px;
}
.order-box {
  width: 38%;
  padding-left: 20px;
}
.order-title {
  font-size: 80px;
  font-weight: bold;
  color: #2973DA;
  line-height: 1.1;
  letter-spacing: 7px;
}
.order-subtitle {
  font-size: 30px;
  margin-bottom: 25px;
  font-weight: bold;
}
.order-text {
  margin-bottom: 37px;
}
.general {
  margin: 40px 0 80px auto;
}
.general-title {
  color: #C40000;
}
.works {
  background-image: url("../img/works-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 642px;
}
.works-inner {
  width: 90%;
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 180px 0;
}
.works-box {
  text-align: center;
}
.works-title {
  font-size: 80px;
  font-weight: bold;
  letter-spacing: 7px;
}
.works-title-blue {
  color: #2973DA;
}
.works-title-red {
  color: #C40000;
}
.works-subtitle {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 40px;
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
  width: 70%;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 30s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: calc(100vw / 5);
  margin-left: 50px;
}
.scroll-infinity__item > img {
  width: 100%;
}
.works-scroll {
  width: 70%;
  overflow-x: scroll;
}
.works-img {
  white-space: nowrap;
}
.works-img img {
  margin-left: 50px;
  max-height: 280px;
}
.news {
  margin: 105px 0;
}
.news-inner {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.news-box {
  text-align: center;
  margin-right: 30px;
}
.news-title {
  font-size: 80px;
  font-weight: bold;
  color: #2973DA;
  letter-spacing: 7px;
}
.news-subtitle {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 40px;
}
.news-content {
  width: 100%;
  max-width: 800px;
  height: 250px;
  background-color: #E8EEF6;
  border-radius: 20px;
  padding: 100px;
}
.news-content dl {
  display: flex;
  flex-wrap: wrap;
}
.news-content dl dt {
  width: 20%;
  color: #2973DA;
  padding-bottom: 22px;
  border-bottom: dotted 1px #707070;
}
.news-content dl dd {
  width: 80%;
  border-bottom: dotted 1px #707070;
}
.footer-inner {
  background-image: url("../img/footer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.footer-wrap {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 70px;
  text-align: center;
  color: #ffffff;
}
.footer-contact {
  font-size: 80px;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 7px;
}
.footer-contact span {
  font-size: 30px;
  display: block;
}
.footer-information {
  margin-top: 63px;
  display: flex;
  align-items: center;
}
.footer-left {
  width: 50%;
  text-align: center;
}
.f-logo {
  margin-bottom: 22px;
}
.f-textb {
  margin-bottom: 41px;
}
.footer-right {
  width: 48%;
}
.f-tel {
  margin-bottom: 55px;
}
.f-tel .tel {
  display: inline-block;
  font-size: 40px;
  font-weight: bold;
  color: #FFFFFF;
}
.f-i-phone {
  content: url("../img/Icon feather-phone.png");
  height: 27px;
}
.f-mail {
  display: -webkit-inline-box;
}
.footer-nav {
  margin-top: 60px;
  padding-bottom: 40px;
}
.footer-nav ul {
  width: 100%;
  display: flex;
  justify-content: center;
}
.footer-nav li {
  text-align: center;
  width: 10%;
}
.footer-nav a {
  position: relative;
  z-index: 1;
  color: #FFFFFF;
}
.footer-nav a:hover {
  opacity: 0.7;
}
.copyright {
  text-align: center;
  padding: 20px 0;
  background: #2973DA;
  color: #FFFFFF;
  font-size: 18px;
}
#page_top {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 20px;
  bottom: 40px;
  background: #2973DA;
  border-radius: 50%;
  z-index: 999;
}
#page_top a {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  text-decoration: none;
}
#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 30px;
  color: #fff;
  position: absolute;
  width: 30px;
  height: 30px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
/*==================================================
下層ページ
===================================*/
#mainvisual {
  background-image: url("../img/subpage.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  height: 65vh;
}
.page-ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  text-align: center;
}
.en {
  font-size: 40px;
}
.ja {
  font-size: 60px;
}
.section {
  margin-top: 120px;
}
.wrap {
  width: 95%;
  margin: 0 auto;
}
.inner {
  width: 85%;
  margin: 0 auto;
}
.center {
  text-align: center;
}
.txt-b {
  font-weight: bold;
}
.mb10 {
  margin-bottom: 10px;
}
.biz-item {
  margin: 100px auto;
}
.flex-2 {
  width: 48%;
}
.flex-3 {
  width: 31%;
}
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.block {
  display: block;
}
#application .inner {
  max-width: 1200px;
}
.sec-ttl {
  font-size: 50px;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
.sec-ttl::after {
  content: "";
  width: 150px;
  height: 8px;
  background: #2973DA;
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
}
.policy-bg {
  background: rgba(55, 58, 148, 0.20);
  padding: 110px 0;
}
.policy-wrap {
  width: 75%;
  margin: 0 auto;
  padding: 75px 0;
  background: #FFFFFF;
}
.policy-bg .ttl {
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 90px;
}
.policy-bg .txt {
  font-size: 30px;
}
.slant-bg {
  width: 100%;
  margin: 0;
  padding: 90px 0;
  position: relative;
  top: 40px;
}
.slant-bg::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #E8E8E8;
  transform: skewY(-7deg);
  z-index: -1;
}
.Strengths {
  margin-bottom: 60px;
  align-items: center;
}
.Strengths .img img {
  margin-left: auto;
}
.Strengths .ttl {
  font-size: 30px;
  margin-bottom: 30px;
  position: relative;
  font-weight: bold;
}
.Strengths .ttl::before {
  content: "";
  width: 50%;
  height: 3px;
  background: #2973DA;
  position: absolute;
  bottom: 0;
  left: 0;
}
.Strengths .ttl::after {
  content: "";
  width: 50%;
  height: 3px;
  background: #333333;
  position: absolute;
  bottom: 0;
  right: 0;
}
.Biography {
  width: 70%;
  max-width: 1300px;
  margin: 100px auto;
}
.biz-info {
  width: 100%;
  margin: 0 auto 50px;
}
.biz-info .item {
  display: flex;
  padding-bottom: 5px;
  margin-bottom: 25px;
  border-bottom: 1px solid #707070;
}
.biz-info .ttl {
  margin-left: 5px;
  font-weight: bold;
  width: 25%;
}
.biz-info .txt {
  width: 75%;
}
dl.rec-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  border: 1px solid #ccc;
  border-bottom: none;
}
dl.rec-list dt {
  background: #2973DA;
  color: #FFFFFF;
  text-align: center;
  padding: 15px 0;
  width: 250px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
dl.rec-list dd {
  background: #fff;
  padding: 15px 0 15px 10px;
  width: calc(98% - 250px);
  border-bottom: 1px solid #ccc;
}
.rec-btn {
  width: 100%;
  max-width: 370px;
  margin: 65px auto;
}
.rec-btn a {
  display: block;
  text-align: center;
  color: #FFFFFF;
  background: #2973DA;
  font-size: 25px;
  font-family: "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 ProN W6", "游明朝 Light", "游明朝 Demibold";
  padding: 20px 0;
}
.rec-btn a:hover {
  opacity: 0.7;
}
.sp {
  display: none;
}
/*==================================================
レスポンシブ用デザイン
===================================*/
@media (max-width: 1536px) {
  .order-title {
    font-size: 70px;
  }
}
@media (max-width: 1440px) {
  .metals-wrap {
    padding-top: 80px;
  }
  .works-img img {
    height: 210px;
  }
  .order-title {
    font-size: 60px;
  }
  .scroll-infinity__item {
    width: calc(100vw / 4);
  }
}
@media (max-width: 1024px) {
  body {
    font-size: 14px;
  }
  a.btn {
    width: 150px;
    padding: 10px;
  }
  .header-left {
    margin-left: 0;
  }
  .nav li {
    width: 18%;
  }
  .h-mail .mail {
    padding: 10px;
    line-height: 2;
  }
  .i-mail {
    margin-right: 10px;
  }
  .metals-wrap {
    padding-top: 20px;
  }
  .metals-inner {
    width: 60%;
  }
  .metals-blue {
    font-size: 40px;
  }
  .metals-blue span {
    font-size: 18px;
  }
  .metals-red {
    font-size: 30px;
  }
  .metals-red span {
    font-size: 18px;
  }
  .metals-text-s {
    margin-top: 25px;
  }
  .metals-text {
    font-size: 18px;
    margin-top: 30px;
  }
  .reform {
    margin-bottom: 60px;
  }
  .reform-box {
    width: 60%;
    padding: 30px;
  }
  .reform-img {
    width: 86%;
  }
  .reform-title {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .reform-title span {
    font-size: 22px;
  }
  .reform-text {
    margin-bottom: 25px;
  }
  .order-title {
    font-size: 30px;
  }
  .order-subtitle {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .order-img {
    width: 50%;
  }
  .order-box {
    width: 48%;
    padding: 0 10px 0 30px;
  }
  .order-text {
    margin-bottom: 10px;
  }
  .works {
    height: auto;
  }
  .works-inner {
    width: 95%;
    padding: 50px 0;
  }
  .works-title {
    font-size: 40px;
  }
  .works-subtitle {
    font-size: 20px;
  }
  .works-img img {
    margin-left: 20px;
    height: 190px;
  }
  .news-box {
    width: 20%
  }
  .news-content {
    width: 65%;
    height: auto;
    padding: 50px;
  }
  .news-title {
    font-size: 40px;
  }
  .news-subtitle {
    font-size: 20px;
  }
  .news-inner {
    width: 97%;
    align-items: center;
  }
  .footer-contact {
    font-size: 40px;
  }
  .footer-contact span {
    font-size: 20px;
  }
  .footer-nav li {
    width: 12%;
  }
}
@media (max-width: 480px) {
  body {
    font-size: 16px;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .header {
    background: #ffffff;
    position: fixed;
    width: 100%;
    height: 52px;
    box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.2);
    z-index: 5
  }
  .menu {
    list-style: none;
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    margin-top: 52px;
    padding: 0 0 10px 0;
    clear: both;
    background: #ffffff;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    transform: scale(1, 0);
    transform-origin: top;
  }
  .menu-btn:checked ~ .menu {
    transform: scale(1, 1);
    transform-origin: top;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }
  .menu a {
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 16px;
    text-transform: capitalize;
    color: #2973DA;
    opacity: 0;
    transition: 0.5s;
  }
  .menu li {
    border-top: 1px solid #2973DA;
    padding: 15px 0;
    margin: 0 54px;
    opacity: 0;
    transition: 0.5s;
  }
  .menu-btn:checked ~ .menu a, .menu-btn:checked ~ .menu li {
    opacity: 1;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
  }
  .menu-btn {
    display: none;
  }
  .menu-icon {
    display: inline-block;
    position: absolute;
    right: 0;
    cursor: pointer;
    padding: 24px 14px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .navicon {
    background: #2973DA;
    display: block;
    height: 3px;
    width: 26px;
    position: relative;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }
  .navicon:before, .navicon:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    background: #2973DA;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }
  .navicon:before {
    top: 9px;
  }
  .navicon:after {
    bottom: 9px;
  }
  .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
  }
  .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
  }
  .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
    top: 0;
  }
  .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    bottom: 0;
  }
  .menu-btn:checked ~ .menu-icon .navicon {
    background: rgba(0, 0, 0, 0);
    transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }
  .navlogo-container {
    width: 100%;
    height: 52px;
    position: absolute;
    box-sizing: border-box;
    display: flex;
    align-items: center;
  }
  .navlogo {
    line-height: 0;
    margin-left: 10px;
  }
  .metals {
    background-image: url("../img/sp/metals_bg.jpg");
    background-size: cover;
  }
  .metals-wrap {
    padding: 20px;
  }
  .metals-inner {
    width: 100%;
    padding-left: 0;
  }
  .metals-blue {
    font-size: 34px;
    margin-left: 0;
  }
  .metals-red {
    font-size: 26px;
  }
  .reform {
    padding-top: 0;
  }
  .reform-box {
    width: 100%;
    padding: 16px;
  }
  .reform-img {
    width: 100%;
  }
  .order {
    display: block;
  }
  .order-img {
    width: 100%;
  }
  .order-box {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .general {
    margin-bottom: 40px;
  }
  .works-inner {
    width: 100%;
    padding: 20px 0;
    display: block;
  }
  .works-title {
    font-size: 34px;
  }
  .works-subtitle {
    margin-bottom: 20px;
  }
  .scroll-infinity__wrap {
    width: 100%;
  }
  .scroll-infinity__item {
    width: calc(100vw / 2);
  }
  .news {
    margin: 40px 0;
  }
  .news-inner {
    width: 100%;
    display: block;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .news-box {
    width: 100%;
  }
  .news-title {
    font-size: 34px;
  }
  .news-content {
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
  }
  .news-content dl {
    display: block;
  }
  .news-content dl dt {
    width: 100%;
    padding-bottom: 0;
    border-bottom: none;
  }
  .news-content dl dd {
    width: 100%;
  }
  .news-subtitle {
    margin-bottom: 20px;
  }
  .footer-wrap {
    padding-top: 40px;
  }
  .footer-contact {
    font-size: 34px;
  }
  .footer-information {
    display: block;
    margin-top: 40px;
  }
  .footer-left {
    width: 100%;
  }
  .f-logo img {
    width: 260px;
  }
  .f-textb {
    margin-bottom: 15px;
  }
  .f-tel {
    margin-bottom: 12px;
  }
  .h-mail {
    margin-right: 0;
  }
  .footer-right {
    width: 90%;
    margin: 0 auto;
    padding: 40px 0;
  }
  .copyright {
    font-size: 14px;
  }
  .ja {
    font-size: 40px;
  }
  .en {
    font-size: 24px;
  }
  .sec-ttl {
    font-size: 34px;
  }
  .Biography {
    width: 90%;
    margin: 60px auto;
  }
  .section {
    margin-top: 60px;
  }
  .inner {
    width: 90%;
  }
  .Strengths {
    display: block;
  }
  .flex-2 {
    width: 100%;
  }
  .policy-bg .ttl {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .policy-bg .txt {
    font-size: 16px;
  }
  .policy-wrap {
    width: 85%;
    padding: 55px 0;
  }
  .policy-bg {
    padding: 50px 0;
  }
  .biz-item {
    margin: 60px auto 100px;
  }
  .page-ttl {
    width: 100%;
  }
  dl.rec-list dt {
    width: 100%;
  }
  dl.rec-list dd {
    width: 100%;
  }
  .rec-btn a {
    font-size: 18px;
  }
  .flex-3 {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 320px) {
  .reform-inner {
    display: block;
  }
  .reform-img img {
    display: none;
  }
  .reform-box {
    margin-left: 0;
  }
}


/* 250408 form*/
/* フォーム全体 */
.contact-form {
  max-width: 800px;
  margin: 0 auto;
}

/* テーブル構造 */
.form-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}

.form-table th,
.form-table td {
  border-bottom: 1px solid #00a3dd;
  padding: 15px 10px;
  vertical-align: middle;
  text-align: left;
}

.form-table th {
  width: 35%;
  font-weight: bold;
  white-space: nowrap;
}

.required {
  color: red;
  margin-left: 5px;
  font-size: 14px;
}

/* 入力欄共通 */
.form-table td input,
.form-table td textarea {
  width: 100%;
  padding: 12px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background-color: #f8f8f8;
  box-sizing: border-box;
}

/* ✅ ラジオボタン表示崩れ対策 */
.radio-options {
  display: flex;
  gap: 30px;
  align-items: center;
  flex-wrap: nowrap;
}

.radio-options label {
  display: flex;
  align-items: center;
  font-size: 16px;
  white-space: nowrap;
  cursor: pointer;
}

/* ✅ ラジオボタン本体 */
.radio-options input[type="radio"] {
  appearance: auto;      /* ← これでデフォルトの○が表示される */
  -webkit-appearance: radio;
  margin-right: 6px;
  vertical-align: middle;
  width: auto;
  height: auto;
}

/* 送信ボタン */
.submit-btn {
  text-align: center;
  margin-top: 30px;
}

.submit-btn button {
  padding: 15px 40px;
  background-color: #2ca9e1;
  color: #fff;
  font-size: 18px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.submit-btn button:hover {
  background-color: #007bbd;
}

/* レスポンシブ */
@media screen and (max-width: 768px) {
  .form-table,
  .form-table th,
  .form-table td {
    display: block;
    width: 135%;
  }

  .form-table th {
    margin-top: 20px;
    font-size: 14px;
  }

  .radio-options {
    flex-direction: column;
    gap: 10px;
    margin-top: 5px;
  }

  .submit-btn button {
    width: 100%;
  }
}
