@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;*/
}

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

.support-list{
	background: url("../../img/menu_bg.png") no-repeat center bottom;
	background-size: cover;
	font-family: 'Noto Sans JP';
	margin-top: 40px;
}
.support-list a:link {
    text-decoration: none;
    color: #65a534;
}
.support-list a:visited {
    color: #65a534;
}
.support-list p{
    padding: 0 5px
}
.support-list ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    max-width: 1060px;
    margin: 0px auto 0 auto;
}
.support-list li {
    display: flex;
    align-items: center;
}
li.arrow-bottom.on {
    color: #fff;
    background: #65a534;
}
.support-list li.arrow-bottom.on a:link {
    color: #fff;
}
li.arrow-bottom {
    padding: 25px 15px;
    text-align: center;
}
.support-list li:after {
    content: " > ";
    color: #65a534;
}
.support-list li.arrow-bottom.on:after {
    content: " > ";
    color: #fff;
}
.support-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%;
}
p.title_text{
    text-align: center;
    line-height: 1.0em;
    font-size: 230%;
    margin-top: 80px;
}
p.title_text span {
    font-size: 40%;
}

/* ==========================
map
============================= */
.map img{
/*	background: url("../img/map.png")no-repeat;*/
}
.EU:hover{
	background: url("../img/map_01.png") no-repeat;
	
}



.map_block {
    display: flex;
    text-align: center;
    max-width: 960px;
    margin: auto;
    justify-content: center;
}





.map_box {
    text-align: center;
    margin: 80px 0;
}
.place_box {
    max-width: 1024px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.place_inner {
    max-width: 460px;
    width: 100%;
    font-family: 'Hiragino Kaku Gothic ProN','Noto Sans JP',sans-serif;
}
p.pn_title {
    background: #000;
    padding: 20px 0px 20px 40px;
    color: #fff;
    margin-bottom: 40px;
}
.place_name {
    margin-bottom: 80px;
}
.place_name dl {
    display: flex;
    border-top: solid 1px #ccc;
}
.place_name dl:last-of-type {
    border-bottom: solid 1px #ccc;
}
.place_name dt {
    background: #ececec;
    padding: 10px 20px;
    width: 155px;
}
.place_name dd {
    padding: 10px 20px;
    align-items: center;
	width: 80%;
}
.place_name dd img {
    width: 15px;
    padding: 5px 10px 0;
}
.place_name a:link {
    text-decoration: none;
}
.place_name a:hover {
    color: #629e35;
}







@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: center;
}
.conpany-list {
    margin-top: 10px;
}
.support-list {
    margin-top: 10px;
}
.support-list ul {
    justify-content: space-evenly;
}
li.arrow-bottom:last-of-type {
    margin-bottom: 5px;
}
li.arrow-bottom {
    width: auto;    padding: 5px 12px;
}

.tape-list ul {
    margin: 50px auto 0;
    justify-content: center;
}
	
	
.place_box {
    max-width: 90%;
    justify-content: center;
    flex-wrap: wrap;
}
.place_name dl {
    flex-wrap: wrap;
    display: inline-block;
    width: 100%;
}
.place_name dt {
    width: auto;
}
.support-list ul {
    justify-content: start;
}
	
	
}
@media print {


}