/*==========================================================================*/
/*                           page style                                */
/*==========================================================================*/
.ttiType01 {
  padding: 50px 0;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 1px;
  background: url(../img/common/bgImg_type02.jpg) center top;
  text-shadow: 0 4px 1px #5d5d5d9c;
}

.ttlType02 {
  border-bottom: solid 3px #b7b3b3;
  position: relative;
  font-size: 24px;
  font-weight: 700;
}

.ttlType02:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #2962FF;
  bottom: -3px;
  width: 20%;
}

.ttlType03 {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
}

.ttlType03:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #2962FF;
  border-radius: 2px;
}

.box__col03 li {
  width: 32%;
  margin: 0 1% 1% 0;
}

.boxType01 {
  padding: 0 20px;
}

.table__default {
  width: 100%;
}
.table__default th, .table__default td {
  border: 1px solid #b2b2b2;
  padding: 10px 30px;
  color: #333;
}
.table__default th {
  margin-right: 20px;
  width: 180px;
  background: #2962FF;
  color: #fff;
}
.table__default td {
  background: #eee;
}

/*.box__type03 {
  background: #fff;
  text-align: center;
  padding: 30px;
}*/
.map iframe {
  width: 100%;
}

/* contact */
input.textarea, textarea, select {
  width: 100% !important;
  padding: 5px;
  background: #fff !important;
  box-sizing: border-box;
}

#mailform dd {
  margin-bottom: 20px;
}

.ico__must {
  background: #d45656;
  color: #fff;
  margin-right: 10px;
  padding: 4px;
}

#mailform dt {
  margin-bottom: 10px;
}

.red {
  color: #d45656;
}

.form-button {
  text-align: center;
}
.form-button button {
  background: #2962ff;
  color: #333;
  padding: 15px 30px;
  border: none;
  cursor: pointer;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}

label {
  margin-right: 10px;
}
label input {
  margin-right: 5px;
}

.textBox a {
  font-size: 28px;
  color: #2962FF;
  display: block;
}
