@charset "UTF-8";
/* CSS Document */
/*下層ページのレスポンシブ用記述*/
/*===================
coution
===================*/
.coution {
	width: 80%;
	margin:auto;
}
/*===================
環境への取り組み
===================*/
.l-eco .flex .img-box + .img-box {
    margin-left: 15px;
}

.l-eco .flex.box1 {
    justify-content: center;
}

.l-eco .text-area.ind p.eco_p {
    text-indent: -20px;
}

.l-eco .text-area.ind {
    margin-left: 30px;
}



/*===================
使用上の注意
===================*/
.l-note #main-contents-area p {
    margin-left: 25px;
}

.l-note #main-contents-area p + p {
    margin-top: 30px;
}

.l-note #main-contents-area p span {
    padding-left: 15px;
    display: block;
}


/*===================
総合問い合わせ
===================*/

.l-ask section .read {
    margin: 15px 0 10px 10px;
}



@media (max-width: 768px) {

.l-page h2 {
    font-size: 16px;
    line-height: 1.5;
    background: url(../img/h2_sp.png)repeat-x bottom;
    background-size: 5px 5px;
    margin: 30px 0 5px;
    padding: 0 0 10px;
}

.l-page .forSP li {
    list-style: none;
    margin: 0;
}

.l-page .forSP li a {
    text-decoration: none;
}

/*===================
会社案内のSPナビ
===================*/
#company-menu li a {
    font-size: 15px;
    color: #000B8C;
    text-decoration: none;
    background-image: url(../img/list1.png);
    background-repeat: no-repeat;
    padding-left: 18px;
}

#company-menu li a:hover {
    color: #9EDBF0;
}


#company-menu ul {
    display: flex;
    flex-wrap: wrap;
}

#company-menu ul li {
    width: 100%;
    padding: 5px 0;
}

#company-menu {
    margin: 0 0 2rem;
    padding: 0;
}

#company-menu label {
    display: block;
    /* margin: 1.5px 0; */
    padding: 11px 12px;
    color: #000B8C;
    border-bottom: solid 1px;
    font-weight: bold;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.5s;
    position: relative;
}

#company-menu label.start {
    border-top: solid 1px;
}

#company-menu input {
    display: none;
}

#company-menu .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

#company-menu label:after {
	line-height: 3;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 3em;
	height: 3em;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-align: center;
	content: '+';
	font-size: 17px;
}

#company-menu input[type=checkbox]:checked + label {
	background:#85baef;
}

#company-menu .cssacc:checked + label:after {
    content: '-';
}

/*ラベルホバー時*/
#company-menu label:hover {
    background: #85baef;
}

/*チェックは隠す*/
#company-menu input {
    display: none;
}

/*中身を非表示にしておく*/
#company-menu .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
#company-menu .cssacc:checked + label + .accshow {
    height: auto;
    padding: 8px 10px 10px;
    background: #f7f7f7;
    opacity: 1;
}

#company-menu .accshow p {
    margin: 15px 10px
}

/*===================
研究開発
===================*/
.l-study .flex.box {
    justify-content: center;
}

.l-study .flex.box .img-box {
    margin-left: 3%;
}

.l-study .hidari {
    float: none;
    width: auto;
}

.l-study .hidari .float_left_img {
    float: none;
}


/*===================
環境
===================*/

.l-eco .text-area {
    margin-left: 0 !important;
}

.l-eco .text-area.ind p.eco_p {
    text-indent: 0;
}

/*===================
philosophy
===================*/
.l-philosophy #ph_bg {
    /* background: url(../company/img/ph2-2sp.jpg) no-repeat center top; */
    padding: 5vw 3vw;
}

/*===================
サイトマップ
===================*/
.l-sitemap ul.page {
    padding: 0;
    margin: 0 0 0 0.6em;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.l-sitemap h3 {
    margin: 0 0 5px;
    padding-left: 5px;
    padding-bottom: 5px;
}

.l-sitemap.l-page article h2 {
    margin-top: 20px;
}



/*===================
使用上の注意
===================*/

.l-note #main-contents-area p {
    margin-left: 0;
}

.l-note #main-contents-area p + p {
    margin-top: 15px;
}


/*===================
総合問い合わせ
===================*/

/*お問い合わせフォーム*/
.l-ask section .read {
    margin: 15px 0 10px 10px;
}

.l-ask section table {
    width: 100%;
    margin-bottom: 60px;
}

.l-ask section table td {
    width: 100%;
    display: block;
    box-sizing: border-box;
}

.l-ask section .read {
    margin: 15px 0 10px 10px;
}

.l-ask section table td input[type="text"],
.l-ask section table textarea {
    width: 100%;
    font-size: 14px;
    padding: 5px;
    box-sizing: border-box;
    border: solid 1px #cfcfcf;
}

.l-ask section table td select {
    font-size: 14px;
    padding: 5px;
}

.l-ask section table tr + tr {
    margin-top: 10px;
    display: block;
}

.l-ask section table input[type="submit"] {
    width: 300px;
    height: 56px;
    display: block;
    background: #000b8c;
    color: #fff;
    border: solid 2px;
    letter-spacing: 0.5rem;
    font-size: 18px;
}

.l-ask section table input[type="submit"]:hover {
    color: #000b8c;
    background: #fff;
    transition: 0.3s;
}




}
