@charset "utf-8";

/* *********************************************
 * グルーンバス
 *
 **********************************************/
/****************
     共通項目  
*****************/
/* 見出し */
.par-title01 {
    background: none;
    border: none;
    font-size: 22px;
	color: #003288;
	padding-left: 0;
    padding-right: 0;
}

/* 見出し下線入り */
.par-title01.u_border {
    border-bottom: 3px solid #003288;
    border-radius: unset;
}

 main #com_content_wrapper .com_content {
    background: #FFFEF0;
}
/****************
      路線図  
*****************/
/* 画像位置調整 */
.route_img {
	display: block;
	margin: 0 auto;

}

/****************
    運行時刻表  
*****************/
.category_gruun_block_2 {
    margin-bottom: 30px;
}

table {
    width: 100%;
}

th,
td {
    border: 1px solid #C7C7C7;
    font-size: 16px;
    text-align: center;
    vertical-align:middle;
    background-color: #FFFFFF;
}

th {
    background-color: #003288;
    color: #FFFFFF;
    height: 40px;
    font-weight: normal;
}

td:nth-child(odd) {
  background-color: #EEEEEE;
}

th.bin_number {
    text-align: right;
    padding-right: 10px;
}

td.station {
    background-color: #c3e8ff;
    padding-left: 10px;
    text-align: left;
    height: 60px;

    
}

/*********************
    運賃・注意事項  
**********************/
ol {
    display: block;
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 20px;
    unicode-bidi: isolate;
    
}

.caution li {
    display: list-item;
    unicode-bidi: isolate;
    list-style-type: decimal;
    font-size: 16px;
    line-height: 1.9;
}

/*********************
    バスロケーションシステム(4_1)
    お問い合わせ情報(4_2)
**********************/

.category_gruun_block_4 {
    display: flex;
    justify-content: space-between;
}

.gruun_block_4_1,
.gruun_block_4_2 {
    width: 48%;
    font-size: 16px;
}

.gruun_block_4_1 .par-title01,
.gruun_block_4_2 .par-title01 {
    margin-bottom: 10px;
}

.p_left_10{
    padding-left: 10px;
}

.a_rink{
    text-decoration: underline;
    color: #000000;
}

.bold {
    font-weight: bold;
}

.access_button p{
    display: flex;
    margin: 0 auto;
    width: 320px;
    height: 60px;
    line-height: 60px;
    border-radius: 20px;
    background-color: #003288;
    color: #ffffff;
    text-align: center;
    justify-content: center;   /* 全体を中央寄せ */
    position: relative;
    margin-top: 20px;
}

.right_icon_bg {
  position: absolute;
  right: 0;
  top: 50%;
  height: 20px;
  width: 20px;
  line-height: 20px;
  border-radius: 15px;
  transform: translateY(-50%);
  background-color: #ffffff;
  margin-right: 20px;
}

.right_icon_bg img {
    margin-left: 4px;
}
.access_button span.nextpage_icon{
    content: '';
    position: absolute;
    width: 3.0rem;
    height: 3.0rem;
    right: 0rem;
    top: 0rem;
    background-color: #003288;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
}

.access_button span.nextpage_icon::after{
    content: '';
    position: absolute;
    left: 1.5rem;
    top: 41%;
    width: 1.0rem;
    height: 1.0rem;
    border-left: 0.2rem solid white;
    border-bottom: 0.2rem solid white;
    transform: translate(-50%, -50%) rotate(-45deg);
}

