@charset "utf-8";
.mv {
  text-align: center;
  background-color: #07cbe3;
}
body,.l-lp,.l-wrapper{
  height: 100%;
  overflow: hidden;
}
.main-container{
  height: 100%;
  width: 100%;
}
.btn-block{
  height: calc(100% - 140px);
  overflow-y: scroll;
}
.btn-block .l-inner{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  height: 100%;
}
.btn-block .l-inner p:first-child{
  margin-bottom: 0;
}
.btn-block .l-inner p:nth-child(2){
  margin-bottom: 0;
}
.btn-block .l-inner span{
  display: inline-block;
  cursor: pointer;
}
.table {
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
}
.table th, .table td {
  padding: 15px;
  line-height: 1.7;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  min-width: 50px;
}
.f-size-22px{
  font-size: 22px;
}
.f-size-20px{
  font-size: 20px;
}
.f-size-18px{
  font-size: 20px;
}
.f-size-18px{
  font-size: 16px;
}
.f-size-13px{
  font-size: 13px;
}
.f-size-11px{
  font-size: 11px;
}
.p-bord{
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px dashed #ccc;
}
.table tr th,
.table tr td{
  padding: 3px 5px;
}
.table tr th{
  color: #fff;
  background-color: #999999;
}
.wid-05per {
  width: 5% !important;
  min-width: 5% !important;
}

.wid-10per {
  width: 10% !important;
  min-width: 10% !important;
}

.wid-15per {
  width: 15% !important;
  min-width: 15% !important;
}

.wid-20per {
  width: 20% !important;
  min-width: 20% !important;
}

.wid-25per {
  width: 25% !important;
  min-width: 25% !important;
}

.wid-30per {
  width: 30% !important;
  min-width: 30% !important;
}

.wid-35per {
  width: 35% !important;
  min-width: 35% !important;
}

.wid-40per {
  width: 40% !important;
  min-width: 40% !important;
}

.wid-45per {
  width: 45% !important;
  min-width: 45% !important;
}

.wid-50per {
  width: 50% !important;
  min-width: 50% !important;
}

.wid-55per {
  width: 55% !important;
  min-width: 55% !important;
}

.wid-60per {
  width: 60% !important;
  min-width: 60% !important;
}

.wid-65per {
  width: 65% !important;
  min-width: 65% !important;
}

.wid-70per {
  width: 70% !important;
  min-width: 70% !important;
}

.wid-75per {
  width: 75% !important;
  min-width: 75% !important;
}

.wid-80per {
  width: 80% !important;
  min-width: 80% !important;
}

.wid-85per {
  width: 85% !important;
  min-width: 85% !important;
}

.wid-90per {
  width: 90% !important;
  min-width: 90% !important;
}

.wid-95per {
  width: 95% !important;
  min-width: 95% !important;
}

.wid-100per {
  width: 100% !important;
  min-width: 100% !important;
}

.wid-auto {
  width: auto !important;
  min-width: 0;
}
.l-inner {
  padding: 0 15px;
}
.mv img{
  height: 130px;
}
.top_text{
  display: block;
  width: 80%;
  margin: 0 auto;
}
.tyusyaku li{
  font-weight: bold;
  margin-left: 1em;
  font-size: 16px;
  color: #ff0033;
}
/*** 2024-07-26：ボタン追加 ***/
.row-col{
  display: flex;
}
.row-col a:nth-child(1){
  margin-right: 10px;
}
.row-col a:nth-child(2){
  margin-left: 10px;
}
.row-col a img{
  width: 100%;
}

/*** 2025-07-24：リンク追加 ***/
a.bottom-text{ 
  color: grey;
  text-decoration: underline;
  margin-top: 1rem;
}