@charset "utf-8";

/***************************************************************************
Media Queries
****************************************************************************/

/*iPad 以下 w767px*/
@media only screen and (max-width: 767px) {
}

/***************************************************************************
youtube
****************************************************************************/

#youtube {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
#youtube .left_block {
    width: 670px;
    display: flex;
    align-items: center;
}
#youtube .right_block {
    width: 450px;
}
#youtube .right_block .inner {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
#youtube .right_block .inner iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #CCCCCC;
}

/***************************************************************************
history_box
****************************************************************************/

#history_box .ttl_outline {
    display: flex;
    border: 2px solid #009933;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}
#history_box .years,#history_box .ttl {
    padding: 8px 20px 8px 20px;
}

#history_box .years {
    color: #009933;
}
#history_box .ttl {
    color: #FFFFFF;
    background-color: #009933;
    flex: 1;
}

/***************************************************************************
history_box
****************************************************************************/

.history_detail {
    display: flex;
    margin-bottom: 40px;
}
.history_detail .table_block {
    flex: 1;
}
.history_detail th,.history_detail td {
    text-align: left;
    padding: 12px 15px 12px 15px;
    background-image: url(../../common_image/contents/dot.png);
    background-repeat: repeat-x;
    background-position: left bottom;
}
.history_detail th {
    width: 50px;
    white-space: nowrap;
}
.history_detail .photo {
    margin-left: 40px;
}
.history_detail .photo ul {
 overflow: hidden
}
.history_detail .photo li {
    float: left;
    margin-left: 15px;
}
.history_detail .photo li:first-child {
    margin-left: 0px;
}
.history_detail .photo img {
    border: 1px solid #CCCCCC;
}
.history_detail .photo li span {
    display: block;
    padding-top: 7px;
    font-weight: bold;
    text-align: right;
    font-size: 12px; 
}
