
/* テーブルに横スクロールバーを表示 */
@media (max-width: 640px) {
    .table-scroll {
        overflow-x: scroll;
    }
}

/* テキストシャドウ */
.subtitle_shadow {
	text-shadow: 1px 2px 1px #000;
}


/* ifフレーム設定*/
.ifrm-container {
  width:98%;
  height:180px;
  overflow:auto;
  -webkit-overflow-scrolling:touch;
  display: inline-block;
}

.ifrm {
  width:100%;
  height:100%;
  display:block;
}

/* 中央寄せ*/

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

.center-block{
  margin: 0 auto;
}

/* テーブル設定*/

table.b  {font-size: 0.9em;}
table.b th {width: 25%;height: 45px;text-align: center; margin:20px 10px;}
table.b td {width: 25%;height: 45px;text-align: center;}

table.a  {border: 0px;}
table.a th {width: 20%;height: 35px;font-size: 0.8em; text-align: right; vertical-align: top;white-space: nowrap;}
table.a td {width: 80%;height: 35px;font-size: 0.8em; text-align: left; vertical-align: top; text-indent:1em;}

table.c  {font-size: 0.8em}
table.c th {height: 35px;text-align: center; white-space: nowrap; white-space: nowrap;}
table.c td {height: 35px;text-align: center; white-space: nowrap;}

table.d  {border: 0px; margin: 10px; font-size: 0.8em;}
table.d th {width: 7%;text-align: center; vertical-align: top; height: 30px; white-space: nowrap;}
table.d td {width: 93%;text-align: left; vertical-align: top;}

/* Vマージン */
.block-mm-sm {
  margin-bottom: 15px;
  margin-top: 15px;	
}
.block-mm-md {
  margin-bottom: 30px;
  margin-top: 30px;
}
.block-mm-lg {
  margin-bottom: 60px;
  margin-top: 60px;
}

.block-mm-ex {
  margin-bottom: 100px;
  margin-top: 100px;
}

.block-mt-sm {
  margin-top: 15px;
}
.block-mt-md {
  margin-top: 30px;
}
.block-mt-lg {
  margin-top: 60px;
}
.block-mt-ex {
  margin-top: 100px;
}


.block-mb-sm {
  margin-bottom: 15px;
}
.block-mb-md {
  margin-bottom: 30px;
}
.block-mb-lg { 
  margin-bottom: 60px;
}
.block-mb-ex { 
  margin-bottom: 100px;
}



/* 色指定*/
.color-pgs4c {
 color: #212529;
 }

/* フォント*/
.font-size-l {
 font-size: 1.2em;
 }

.font-size-m {
 font-size: 0.8em;
 }

.font-size-s {
 font-size: 0.5em;
 }
 
#gUl{
    width: 100%;
    text-align: left;
}

#gUl li{
    width: 22%;
    display: inline-block;
    list-style: none;
}

#gUl li img{
    width: 100%;
    height: 100%;
    max-height: 160px;
    object-fit: scale-down;
}

@media (max-width: 640px) {
#gUl li{
    width: 45%;
    display: inline-block;
    list-style: none;
}}