@charset "UTF-8";

/*-----------------------------

コンテンツ

------------------------------*/
#contents-container {
    width: 100%;
    display: flex;
    padding: 0 15px;
    margin: 15px auto;
    flex-direction: column;
}

@media (min-width: 768px) {
    #contents-container {
        flex-direction: row;
    }
}


/*-----------------------------

メインコンテンツ

------------------------------*/
/* 横幅サイズ調整 */
#main-container {
    width: 100%;
}

@media (min-width: 768px) {
    #main-container {
        width: 70%;
    }
}

#main-container h2 {
    width: 100%;
    background: linear-gradient(to bottom, #ffffff 80%, #fdfdfd 90%, #f9f9f9 100%);
    box-shadow: 0 0 4px #bbbbbb;
    color: #14275a;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
    box-sizing: border-box;
}

@media (min-width: 768px) {
    #main-container h2 {
        margin-bottom: 15px;
    }
}

#main-container h2::before {
    color: #14275a;
    content: '▶';
    font-size: 8px;
    margin-right: 5px;
    vertical-align: middle;
}



/*-----------------------------

第三下層ページ共通

------------------------------*/
h3 {
    color: #666666;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: bold;

}

.content-box,
.content-box2 {
    margin-bottom: 40px;
}

.content-box p {
    line-height: 1.5;
}

/*-----------------------------

テーブル

------------------------------*/
.table-box tr {
    color: #333333;

}

.table-box th {
    background: #E4E4E4;
    border: solid 1px #C5C4C5;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
    padding: 10px;
    line-height: 1.5;
    width: 30%;
}

.table-box td {
    border: solid 1px #C5C4C5;
    padding: 10px;
}


.table-box td p {
    line-height: 1.5;
}

.table-box td p.indent-1 {
    line-height: 1.5;
    text-indent: -1.1em;
    padding-left: 1.1em;

}

.table-box td p.indent-2 {
    line-height: 1.5;
    text-indent: -1.8em;
    padding-left: 1.8em;

}

.content-box2 td {
    text-align: center;
}

/*-----------------------------

フォームリンクボタン

------------------------------*/
.contact-link-box {
    border: 1px solid #C5C4C5;
    background: linear-gradient(180deg, #ffffff, #ededed);
    border-radius: 3px;
    /* CSS3草案 */
    -webkit-border-radius: 3px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 3px;
    /* Firefox用 */
    padding: 15px 0px;
}

.contact-link-box p {
    line-height: 1.3;
}

.contact-link-title {
    color: #01336B;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin: 0 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #C5C4C5;
}

@media (min-width: 768px) {
    .contact-link-title {
        font-size: 18px;
    }
}

.contact-link-col {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    text-decoration: none;
}

li.contact-tel {
    list-style: none;
    width: 100%;
    padding: 0px 15px;
    margin-top: 10px;
    border-right: none;
}

@media (min-width: 768px) {
    li.contact-tel {
        width: 50%;
        border-right: 1px solid #C5C4C5;
    }
}

.contact-tel-title,
.contact-form-title {
    font-weight: bold;
    margin-bottom: 5px;
}

.contact-tel-but,
.contact-form-but {
    border-radius: 3px;
    /* CSS3草案 */
    -webkit-border-radius: 3px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 3px;
    /* Firefox用 */
    height: 50px;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

@media (min-width: 768px) {

    .contact-tel-but,
    .contact-form-but {
        height: 60px;
    }
}


.contact-tel-but {
    border: 1px solid #49A2C9;
    background: -moz-linear-gradient(to bottom, #218CBA 50%, #1677A8);
    background: -webkit-linear-gradient(to bottom, #218CBA 50%, #1677A8);
    background: linear-gradient(to bottom, #218CBA 50%, #1677A8);
}

a.contact-tel-but:hover {
    transition-duration: 0.3s;
    background: -moz-linear-gradient(to bottom, #1677A8 50%, #218CBA);
    background: -webkit-linear-gradient(to bottom, #1677A8 50%, #218CBA);
    background: linear-gradient(to bottom, #1677A8 50%, #218CBA);
    opacity: 1.0;
}

.contact-tel-but p {
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    align-self: center;
}

.contact-tel-time {
    text-align: center;
    margin-bottom: 5px;
}

.contact-tel-caption {
    font-size: 11px;
}

li.contact-form {
    list-style: none;
    width: 100%;
    padding: 0px 15px;
    margin-top: 10px;
}

@media (min-width: 768px) {
    li.contact-form {
        width: 50%;
    }
}

.contact-form-title {
    font-weight: bold;
}

.contact-form-but {
    border: 1px solid #FFBE6A;
    background: -moz-linear-gradient(to bottom, #FD9E3C 50%, #FE7C00);
    background: -webkit-linear-gradient(to bottom, #FD9E3C 50%, #FE7C00);
    background: linear-gradient(to bottom, #FD9E3C 50%, #FE7C00);
}


a.contact-form-but:hover {
    transition-duration: 0.3s;
    background: -moz-linear-gradient(to bottom, #FE7C00 50%, #FD9E3C);
    background: -webkit-linear-gradient(to bottom, #FE7C00 50%, #FD9E3C);
    background: linear-gradient(to bottom, #FE7C00 50%, #FD9E3C);
    opacity: 1.0;
}

.contact-form-but p :hover {
    align-self: center;
}

.contact-form-but p {
    color: #fff;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    align-self: center;
}

.contact-fax-title {
    font-weight: bold;
}

.contact-fax-text {
    color: #01336B;
    font-size: 18px;
    font-weight: bold;

}
/*-----------------------------

フォームリンクボタン side

------------------------------*/
.contact-link-box.side {
    border: 1px solid #C5C4C5;
    background: linear-gradient(180deg, #ffffff, #ededed);
    border-radius: 3px;
    /* CSS3草案 */
    -webkit-border-radius: 3px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 3px;
    /* Firefox用 */
    padding: 0;
}
.contact-link-col.side {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    text-decoration: none;
}
.contact-link-col.side li.contact-tel {
    list-style: none;
    width: 100%;
    padding: 0px 15px;
    margin-top: 10px;
    border-right: none;
}
@media (min-width: 768px) {
    .contact-link-col.side li.contact-tel {
        width: 100%;
    }
}
.contact-tel-time.side {
    text-align: center;
    margin-bottom: 5px;
    font-size: 14px;
}
.contact-link-col.side li.contact-form {
    list-style: none;
    width: 100%;
    padding: 0px 15px;
    margin-top: 10px;
}

@media (min-width: 768px) {
    .contact-link-col.side li.contact-form {
        width: 100%;
    }
}

/*-----------------------------

事業内容

------------------------------*/

.business ul {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: stretch;
}

.business li {
    display: block;
    flex-flow: row nowrap;
    background: #fff;
    width: 48%;
    margin: 10px 0;
    text-align: center;
}

@media (min-width: 768px) {
    .business li {
        width: 32%;
    }
}

.business li a img {
    width: 100%;
    /*border: 1px solid #DAD9D9;
    padding: 3px;*/
}


.business li h3 {
    text-align: left;
    color: #123F75;
    text-decoration: underline;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
}

/*-----------------------------

事業内容下層制作

------------------------------*/
.product-img {
    margin-bottom: 20px;
}

.product-img img {
    width: 100%;
}

.product-text {
    line-height: 1.5;

}

.product-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 0px;
}


.product-list li.product-card {
    list-style: none;
    width: 48%;
    padding: 0px;
    margin-bottom: 20px;
}

.product-list-img {
    margin-bottom: 10px;
}

.product-list-caption {
    color: #777777;
}

/*-----------------------------

生産体制・導入設備・加工技術

------------------------------*/


.plan-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 0px;
}


.plan-list li.plan-card {
    list-style: none;
    width: 100%;
    padding: 0px;
    margin-bottom: 20px;
}

.plan-list li.plan-card2 {
    list-style: none;
    width: 100%;
    padding: 0px;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .plan-list li.plan-card2 {
        list-style: none;
        width: 48%;
        padding: 0px;
        margin-bottom: 20px;
    }
}

.plan-card,
.plan-card2 {
    display: flex;
    flex-direction: column;

}

.plant-title {
    color: #01336B;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.plant-text {
    margin-bottom: 10px;
}

.plant-img {
    margin-top: auto;
}



.facility-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 0px;
}

.facility-list li {
    list-style: none;
    width: 48%;
    padding: 0px;
}

@media (min-width: 768px) {
    .facility-list li {
        list-style: none;
        width: 32%;
        padding: 0px;
    }
}

.facility-card {
    text-align: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}


.facility-ttl {
    background-color: #E4E4E4;
    height: 100%;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}




/*-----------------------------

プライバシーポリシー

------------------------------*/
.privacy-policy p {
    line-height: 1.5;
}

.privacy-policy dl {
    line-height: 1.5;
    margin: 20px auto;
}

.privacy-policy dd {
    padding-left: 2em;
    margin-top: -1.5em;
    margin-bottom: 1.0em;

}

.text-right {
    text-align: right;
}