@charset "UTF-8";

/* CSS Document */


/*====================================

    cell_ttl

====================================*/

.cell_ttl {
    display: flex;
    align-items: center;
    font-size: 200%;
    margin-bottom: 40px;
    color: #411600;
}
.cell_ttl:after {
    border-top: 1px solid;
    content: "";
    width: 3em; 
    margin-left: 1em;
}

/*====================================

    wrap_main

====================================*/

.wrap_main {
    padding: 0 20px;
    margin-bottom: 60px;
}
.wrap_main .cell {
    width: 100%;
    margin-bottom: 60px;
}
.wrap_main .cell .ph {
    width: 100%;
    margin-bottom: 20px;
}
.wrap_main .cell .text {
    width: 100%;
}
.wrap_main .cell .text .ttl {
    font-size: 140%;
    font-weight: 400;
    line-height: 1em;
    margin-bottom: 10px;
}
.wrap_main .cell .text p {
    margin-bottom: 40px;
}

/*====================================

    wrap_sub

====================================*/

.wrap_sub {
    margin-bottom: 60px;
    padding: 0 20px;
}
.wrap_sub ul {
}
.wrap_sub ul li {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}
.wrap_sub ul li:first-child {
	border-top: 1px solid rgba(0, 0, 0, .2);
}
.wrap_sub ul li a {
    display: table;
    text-decoration: none;
    color: #000;
}
.wrap_sub ul li a .ph {
    display: table-cell;
    vertical-align: top;
    width: 100px;
}
.wrap_sub ul li a .text {
	display: table-cell;
	vertical-align: top;
	padding-left: 1em;
}
.wrap_sub ul li a .text .ttl {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 110%;
}
.wrap_sub ul li a .text p {
    font-size: 90%;
    line-height: 1.5em;
}

/*====================================

    clock

====================================*/

.clock {
    position: absolute;
    left: -120px;
    top: -20px;
}
.clock .clock_long,
.clock .clock_short,
.clock .clock_bg {
    width: 800px !important;
}
.clock .clock_long img,
.clock .clock_short img,
.clock .clock_bg img {
    width: 100%;
}

































































































































































