@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700');

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

/*創立100周年記念事業*/

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

#content .p100th_h3 {
    font-size: 32px;
    font-size: 28px;
    font-family: 'Roboto', arial, sans-serif;
    font-weight: normal;
    text-align: center;
    border-bottom: none;
    font-weight: 600;
    line-height: 1.6;
    margin: 40px 0;
    margin-bottom: 12px;
}

#content .p100th_sub {
    font-size: 22px;
    font-size: 20px;
    /* font-weight: bold; */
    border-bottom: 1px solid #999;
    display: inline-block;
    line-height: 1.2;
    font-weight: 600;
}

#content .p100th_container * {
    box-sizing: border-box;
}

#content .p100th_container {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

#content .p100th_box {
    margin: 12px;
    margin-bottom: 24px;
    width: calc(100% / 2 - 24px);
    transition: all 0.3s ease;
    /*width: 306px;*/
    margin-top: 0;
    margin-bottom: 0;
}

#content .p100th_box_width_auto {
    width: auto;
}

#content .p100th_box_width_auto .p100th_box_link a {
    width: calc(100% / 2 - 12px);
}

#content .p100th_box_link a {
    font-size: 16px;
    /*padding: 12px 0;*/
    line-height: normal;
    vertical-align: middle;
    display: block;
    background-color: #eee;
    background-color: #9E9E9E;
    border-radius: 4px;
    text-align: center;
    font-weight: normal;
    color: #333;
    color: #fff;
    width: 100%;
    margin-bottom: 14px;
    text-decoration: none;
    transition: .6s;
    font-weight: 600;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#content .p100th_box_link a:hover {
    opacity: 0.75;
    /*box-shadow: 0 10px 20px -5px rgba(0,0,0,.2);
    -moz-transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;*/
}

#content .box_green1 a {
    background-color: #106b77;
}

#content .box_green2 a {
    background-color: #359c39;
}

#content .box_green3 a {
    background-color: #8bbf0d;
}

#content .box_orange a {
    background-color: #ffa500;
}

#content .box_red a {
    background-color: #d24d53;
}

#content .p100th_box_link a span {
    display: block;
}

#content .p100th_box_info {
    font-size: 14px;
    font-size: small;
    line-height: 1.5;
    margin-bottom: 24px;
}

#content .disable {
    pointer-events: none;
    opacity: 0.5;
}


/*===================================================*/
/*PC サイト用*/
/*===================================================*/

@media print,
screen and (max-width:768px) {
    /*601以上*/

    #content .p100th_container {
        /*flex-flow: column;*/
    }

    #content .p100th_box_width_auto .p100th_box_link a,
    #content .p100th_box {
        width: 100%
    }
}
