﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
.ModuleReference .jinkou h3 {
    background: #FEF1E3;
    text-align: center;
    border-radius: 5px;
    border-bottom: none;
    font-size: 100%;
    margin: 5px 0px;
    padding: 15px 0px;
}

.ModuleReference .setday,
.ModuleReference .jinkou_link {
    text-align: right;
}


.ModuleReference .jinkou ul {
    width: 100%;
    list-style: outside none;
    margin: 10px 0px 0px;
    padding: 0px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.ModuleReference .jinkou ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    padding: 0px 0px 0px 70px;
    width: calc((100% - 140px)/2);
    margin: 0px 0px 10px 0px;
    background-size: 50px auto !important;
    background-position: 0px center !important;
    text-align: left;
}

.ModuleReference .jinkou ul li span {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    font-size: 90%;
}

.ModuleReference .jinkou .ak3_01 {
    background: url(../../../Images/jinkou_005.png) no-repeat center top;
}

.ModuleReference .jinkou .ak3_02 {
    background: url(../../../Images/jinkou_006.png) no-repeat center top;
}

.ModuleReference .jinkou .ak3_03 {
    background: url(../../../Images/jinkou_007.png) no-repeat center top;
}

.ModuleReference .jinkou .ak3_04 {
    background: url(../../../Images/jinkou_008.png) no-repeat center top;
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
.ModuleReference .jinkou h3 {
    background: #FEF1E3;
    text-align: center;
    border-radius: 5px;
    border-bottom: none;
    font-size: 100%;
    margin: 5px 0px;
    padding: 15px 0px;
}

.ModuleReference .setday,
.ModuleReference .jinkou_link {
    text-align: right;
}


.ModuleReference .jinkou ul {
    width: 100%;
    list-style: outside none;
    margin: 10px 0px 0px;
    padding: 0px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.ModuleReference .jinkou ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0px 0px 0px 50px;
    width: calc((100% - 100px)/2);
    margin: 0px 0px 10px 0px;
    background-size: 50px auto !important;
    background-position: 0px center !important;
}

.ModuleReference .jinkou ul li span {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-size: 90%;
}

.ModuleReference .jinkou .ak3_01 {
    background: url(../../../Images/jinkou_005.png) no-repeat center top;
}

.ModuleReference .jinkou .ak3_02 {
    background: url(../../../Images/jinkou_006.png) no-repeat center top;
}

.ModuleReference .jinkou .ak3_03 {
    background: url(../../../Images/jinkou_007.png) no-repeat center top;
}

.ModuleReference .jinkou .ak3_04 {
    background: url(../../../Images/jinkou_008.png) no-repeat center top;
}
}
