@charset "utf-8";
/* CSS Document */


/* ==========================
main
============================= */

.contents_box {
    background: url("../../img/bg_right.png")no-repeat right,url("../../img/bg_left.png")no-repeat left bottom;
}

/* ==========================
共通メニュー
============================= */

.conpany-list{
	background: url("../../../common/img/menu_bg.png") no-repeat center bottom;
	background-size: cover;
	font-family: 'Noto Sans JP';
	margin-top: 40px;
}
.conpany-list a:link {
    text-decoration: none;
    color: #65a534;
}
.conpany-list a:visited {
    color: #65a534;
}
.conpany-list p{
    padding: 0 5px
}
.conpany-list ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1060px;
    margin: 0px auto 0 auto;
}
.conpany-list li {
    display: flex;
    align-items: center;
}
li.arrow-bottom.on {
    color: #fff;
    background: #65a534;
}
.conpany-list li.arrow-bottom.on a:link {
    color: #fff;
}
li.arrow-bottom {
    padding: 25px;
    text-align: center;
}
.conpany-list li:after {
    content: " > ";
    color: #65a534;
}
.conpany-list li.arrow-bottom.on:after {
    content: " > ";
    color: #fff;
}
.conpany-list a:hover {
    background-color: #65a534;
    color: #fff;
}
li.arrow-bottom:hover::after {
    color: #fff;
}


/* ==========================
category
============================= */
.category {
    background: url(../../img/category.png)no-repeat center right;
    padding: 90px 0;
    background-size: cover;
}
.cate_tit {
    background: url(../../img/title_bg.png)no-repeat center;
    padding: 30px 0;
    margin: 0 auto 0 10%;
    max-width: 360px;
}
.cate_name {
    text-align: center;
    line-height: 0.8em;
    font-size: 230%;
}
.cate_name span {
    font-size: 40%;
}
p.contents_title span {
    font-size: 50%;
}

/* ==========================
about_box
============================= */

p.title_text{
    text-align: center;
    line-height: 1.0em;
    font-size: 230%;
    margin-top: 80px;
}
p.title_text span {
    font-size: 40%;
}




/* ==========================
table
============================= */
table {
    max-width: 100%;
    border-top: 1px solid #cccccc;
    margin: 50px auto;
    font-family:'Hiragino Kaku Gothic ProN','Noto Sans JP',sans-serif;
}
table th, table td {
    border-bottom: 1px solid #ccc;
    padding: 15px 20px;
    background: #fff;
}
table th {
    background-color: #ececec;
    text-align: left;
    width: 180px;
}
 .about_box ul li {
    text-indent: -2em;
    padding-left: 2em;
    margin-bottom: 10px;
}
.about_box ul li span {
    color: #629e35;
}
p.map_link {
    background: #629e35;
    color: #fff;
    padding: 3px 20px;
    margin: 5px 0;
    width: 67px;
    text-align: center;
    border-radius: 50px;
}
td div {
    display: flex;
    justify-content: space-between;
}
td div img {
    margin: 0 20px;
}
img.mark {
    margin-top: 15px;
}
span.tex_bold {
    font-weight: bold;
    color: #000;
}









@media screen and ( max-width: 1000px ){

}
@media screen and ( max-width: 767px ){
.category {
    background: url(../../img/category.png)no-repeat center right;
    background-size: cover;
    padding: 0;
}
.cate_tit {
    width: 90%;
    margin: auto;
}

.conpany-list ul {
    justify-content: space-around;
}
.conpany-list {
    margin-top: 10px;
}
li.arrow-bottom {
    width: auto;
    padding: 5px 25px;
}
li.arrow-bottom:last-of-type {
    margin-bottom: 5px;
}
	
table {
    max-width: 90%;
    border-top: 1px solid #cccccc;
    margin: 50px auto;
}
table th, table td {
    display: block;
    width: 90%;
}
td div {
    flex-wrap: wrap;
    justify-content: flex-start;
}
td div img {
    margin: 20px 0;
}
}
@media print {


}