/* content */
/* ↓main.cssに記述あり */
#content-wrap {
  margin-top: 40px !important;
}

/* bradcam_area */
.bradcam-title {
  font-size: 3em !important;
}

.bradcam_bg_1 {
  background-image: url(../../images/bc/bradcam18.png);
}

.bradcam_area {
  background-size: cover;
  background-position: top center;
//padding: 280px 0 150px 0;
  padding: 100px 0;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}

.bradcam_area::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #001D38;
  opacity: .4;
  z-index: -1;
  content: '';
}

@media (max-width: 767px) {
  .bradcam_area {
//  padding: 150px 0;
    padding: 60px 0;
  }
}

.bradcam_area h3 {
  font-size: 60px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 0;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .bradcam_area h3 {
//  font-size: 30px;
    font-size: 2em !important;
  }
}

.bradcam_area p {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
}

.bradcam_area p a {
  color: #fff;
}

.bradcam_area p a:hover {
  color: #fff;
}

/* table */
/* ↓base.cssに記述あり */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
/* ↑ */

/* ↓main.cssに記述あり */
table {
  border-width: 0;
  width: 100%;
  max-width: 100%;
  //font-family: "roboto-regular", sans-serif;
  font-family: "Noto Sans JP", sans-serif;
}

th,
td {
  padding: 1.5rem 3rem;
  text-align: left;
  border-bottom: 1px solid #E8E8E8;
}

@media screen and (min-width: 768px) {
  td {
  padding: 0.5rem 1rem;
  text-align: left;
  border-bottom: 1px solid #E8E8E8;
}

th {
  color: #151515;
  //font-family: "montserrat-bold", sans-serif;
  font-family: "Noto Sans JP", sans-serif;
}

td {
  line-height: 1.5;
}

th:first-child,
td:first-child {
  padding-left: 0;
}

th:last-child,
td:last-child {
  padding-right: 0;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
/* ↑ */

.tbl-r02 th {
  font-weight: normal;
  width: 30%;
}

@media screen and (max-width: 640px) {
  .tbl-r02 {
    width: 100%;
  }

  .tbl-r02 th {
    background-color: #E8E8E8;
    text-align: center;
  }

  .tbl-r02 td {
    padding: 1.5rem 3rem;
    border-bottom: 0;
  }

  .tbl-r02 th,
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}

/* button */
.btn-flat {
  position: relative;
  display: inline-block;
//font-weight: bold;
  padding: 1em;
  text-decoration: none;
  color: #111111 !important;
  background: #ECECEC;
  transition: .4s;
  border-radius: 5px;
}

.btn-flat:hover {
  background: #00bcd4;
  color: white !important;
}

/* titlebar */
p.lead {
  border-bottom: solid 2px #50892e;
  position: relative;
}

p.lead:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #1182c5;
  bottom: -2px;
  width: 30%;
}

h4.round {
  color: #505050;/*文字色*/
  padding: 0.5em;/*文字周りの余白*/
  display: inline-block;/*おまじない*/
  line-height: 1.3;/*行高*/
  background: #dbebf8;/*背景色*/
  vertical-align: middle;
  border-radius: 25px;/*左側の角を丸く*/
}

h4.round:before {
  content: '';
  margin-left: 8px;
}

h4.round:after {
  content: '';
  margin-right: 8px;
}

/* breadcrumb */
.breadcrumb {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
}

.breadcrumb li {
  position: relative;
  display: inline-block;/*横に並ぶように*/
  list-style: none;
  font-weight: bold;/*太字*/
//margin-right: 0.2em;
  margin-right: 0.8em;
}

.breadcrumb li:after {
  content: "";
  position: absolute;
//top: 7px;
//right: -19px;
  top: 14px;
  right:-23px;
  border-style: solid;
  border-color: transparent;
  border-left-color: #e2e2e2;
  border-width: 7px 12px;
  width: 0;
  height: 0;
}

.breadcrumb li.input:after {
  content: "";
  position: absolute;
//top: 7px;
//right: -19px;
  top: 14px;
  right:-23px;
  border-style: solid;
  border-color: transparent;
  border-left-color: #00bcd4;
  border-width: 7px 12px;
  width: 0;
  height: 0;
}

.breadcrumb li.veri:after {
  content: "";
  position: absolute;
//top: 7px;
//right: -19px;
  top: 14px;
  right:-23px;
  border-style: solid;
  border-color: transparent;
  border-left-color: #00bcd4;
  border-width: 7px 12px;
  width: 0;
  height: 0;
}

.breadcrumb li.done:after {
  content: "";
  position: absolute;
//top: 7px;
//right: -19px;
  top: 14px;
  right:-23px;
  border-style: solid;
  border-color: transparent;
  border-left-color: #00bcd4;
  border-width: 7px 12px;
  width: 0;
  height: 0;
}

.breadcrumb li:last-child:after {
  content: none;
}

.breadcrumb li a {
  display: inline-block;
//padding: 0 0.3em;
  padding: 20px;
  height: 28px;
//line-height: 28px;
  line-height: 5px;
  text-decoration: none;
  color: #9b9b9b;
  background: #e2e2e2;
  font-size: 13px;
  border-radius: 3px;
  transition: 0.3s;
}

.breadcrumb li.input a {
  display: inline-block;
//padding: 0 0.3em;
  padding: 20px;
  height: 28px;
//line-height: 28px;
  line-height: 5px;
  text-decoration: none;
  color: #ffffff;
  background: #00bcd4;
  font-size: 13px;
  border-radius: 3px;
  transition: 0.3s;
}

.breadcrumb li.veri a {
  display: inline-block;
//padding: 0 0.3em;
  padding: 20px;
  height: 28px;
//line-height: 28px;
  line-height: 5px;
  text-decoration: none;
  color: #ffffff;
  background: #00bcd4;
  font-size: 13px;
  border-radius: 3px;
  transition: 0.3s;
}

.breadcrumb li.done a {
  display: inline-block;
//padding: 0 0.3em;
  padding: 20px;
  height: 28px;
//line-height: 28px;
  line-height: 5px;
  text-decoration: none;
  color: #ffffff;
  background: #00bcd4;
  font-size: 13px;
  border-radius: 3px;
  transition: 0.3s;
}

.breadcrumb li a:hover {
  transform: translateY(-3px);
}

@media screen and (max-width: 374px) {
  .breadcrumb {
    display: none;
  }
}

/* adjustment */
.adjustment-mb0 {
  margin-bottom: 0px;
}

.adjustment-mb10 {
  margin-bottom: 10px;
}

.adjustment-mb20 {
  margin-bottom: 20px;
}

.adjustment-mb30 {
  margin-bottom: 30px;
}

.adjustment-mb50 {
  margin-bottom: 50px;
}

.center {
  text-align: center;
  margin: 0 auto;
}

span.width-align_2em {
  display: inline-block;
  width: 2em;
}

.modal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 20%;
            height: 20%;
            background-color: #777777; 
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 999; /* Ensure modal is on top */
            overflow: hidden; /* Prevent scrolling in the parent page */
        }

.modal-content {
            background-color: #fff;
            padding: 10px;
            margin:10px;
            position: fixed;
            top: 25%;
	    left: 25%;
            right:25%;	
            border-radius: 5px;
            text-align: left;
        }

@media (min-width: 768px) {

.modal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.7); 
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 999; /* Ensure modal is on top */
            overflow: hidden; /* Prevent scrolling in the parent page */
        }
.modal-content {
            background-color: #fff;
            padding: 20px;
	    margin:20px;
            position: fixed;
            top: 25%;
	    left: 25%;
            right:25%;	
            border-radius: 5px;
            text-align: left;
            border: 5px solid #777777
        }


}

.inpuiry-input_contact {
    width: 200px;
    border-color: #dcdcdc;
    border-radius: 3px;
    background: #FFFFFF;
    margin-bottom: initial;
}

@media (min-width: 768px) {
    .inpuiry-input_contact {
     width: 90%;
    border-color: #dcdcdc;
    border-radius: 3px;
	background: #FFFFFF;
	margin-bottom: initial;
}
}



        /* Style for Submit and Cancel buttons */
.modal-buttons {
            text-align: center;}