.container{
  display: table;
  width: 60%;
  height: 100px;
}

.table-title{
  color: #FF0033;
  font-weight: 600;
  font-size: 1.3em;
  margin-bottom: 10px;
}
.table-note{
  font-size: 1.0em;
  margin-top: 10px;
  width: 85%;
}
table{
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: 85%;
}

table tr:last-child{
  border-bottom:solid 1px #ddd;
}

table th{
  font-size: 1.2em;
  text-align: center;
  padding: 7px 0;
  border-right:solid 1px #ddd;
  border-left:solid 1px #ddd;
  width: 15%;
}

table th{
  background-color:#dddddd;
}

table td{
  font-size: 1.2em;
  text-align: center;
  padding: 7px 0;
  width: 15%;
}

table td a{
  background-color: #25b327;
  color: white;
  padding:5px 20px;
  border-radius: 30px;
  font-weight: bold;
}
/*****/

.wrapper .main-text h2 {
  margin-bottom: 5px !important;
}
.question h2 {
  color: #FFF;
  text-align: center;
  font-size: 2.55vw;
  line-height: 4.20vw;
  width: 100%;
  background-color:#114b91;
}
.question .inquiry .inq_txt{
  font-size: 1.55rem;
  color: #000;
  margin-left: 3%;
}

@media print, screen and (min-width: 769px) {
  .question .inquiry .inq_txt .flex {
      display:block;
      justify-content: space-between;
      margin-bottom: 2.5rem
  }
}

.question .inquiry .inq_txt .flex {
   display:flex;
   justify-content: space-between;
   flex-wrap: nowrap
   margin-bottom: 2.5rem
}



.question .inquiry .inq_txt .flex .block_a {
   content-size: auto;
   white-space: nowrap
}
.question .inquiry .inq_txt .flex .block_b {
   content-size: auto;
   text-align: center;
   margin-right: 3%;
}

.question .inquiry .inq_txt .inq_num{
  font-size: 3.20rem;
  color: #114b91;
  font-weight: 900;
  margin-left: 10%;
}
.question .inquiry .inq_txt .inq_num .inq_tel{
  font-size: 1.75rem;
  color: #114b91;
  font-weight: 900;
  margin-right: 1.60rem;
}

.question .inquiry .inq_txt .mail_block{
  width: 100%;
  text-align: center;
}
.question .inquiry .inq_txt .mail_block .email{
  font-size: 1.85rem;
  margin-top: 2.5rem;
}
.question .inquiry .inq_txt .mail_block .email_note {
  font-size: 1.35vw;
  line-height: -0.1em;
  margin: 0 auto;
}

.ex {
	margin-top: 1.5rem;
	/* margin-bottom: 3.063rem; */
	width: 80%;
	padding: 2%;
	border-radius: 20px;
	background: #fff;
	border: 2px solid #030303;
}