#pc_footer {
background-color:#eee;
padding-top:80px;
padding-bottom:75px;
}

#pc_footer .inner {
max-width: 1080px;
width: 96%;
margin: auto;
}

#pc_footer .top {
display: flex;
justify-content: space-between;
}

#pc_footer .left {
width: 48%;
}
#pc_footer .right {
width: 48%;
}

#pc_footer .left img {
display:inline;
}
#pc_footer .left {
font-size: 11px;
text-align: left;
}
#pc_footer .left a {
text-decoration:none;
color:#000000;
}
#pc_footer .left .title3 {
margin:17px auto;
}
.title3 div {
	position:relative;
	z-index:2;
}
#pc_footer .left .title3 span {
background-color: #d9d2ca;
font-size:14px;
}
.title3 span:before {
display: inline-block;
position: absolute;
content: "";
width: 100%;
height: 1px;
background-color: #000000;
bottom: 0;
left: 0;
right: 0;
top: 0;
margin: auto;
z-index:-1;
}

#pc_footer .left .box {
background-color: #ffffff;
position:relative;
height:52px;
line-height:52px;
margin-bottom:10px;
text-align:center;
font-size:16px;
border-radius: 6px;
}

#pc_footer .left .box:after {
position: absolute;
content: "";
border: 1px solid #737372;
border-width: 0 1px 1px 0;
display: inline-block;
padding: 5px;
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
right: 18px;
top: 18px;
line-height: 50px;
}

#pc_footer .left .catchcopy {
margin-bottom:11px;
}

#pc_footer .left .logo {
margin-bottom:31px;
font-size:14.47px;
}
#pc_footer .left .logo img {
max-width: 220px;
width: 100%;
}

.tbl {
border:1px solid #7a7a7a;
margin-top:25px;
}
.tbl div {
padding-top:15px;
padding-bottom:15px;
padding-left:20px;
font-size:13px;
}

.tbl div + div {
border-top:1px solid #7a7a7a;
}



#pc_footer .right {
font-size: 11px;
text-align: left;
}



#pc_footer .right .title {
margin-bottom: 20px;
}
#pc_footer .right .title span {
font-size:16px;
}
#pc_footer .right .title span:after {
left: 0;
right: auto;
width: 60px;

}

#pc_footer .right .search_box {
width:100%;
margin-bottom: 40px;
}
#pc_footer .right .search_box form {
display: flex;
box-sizing: border-box;
align-items: center;
width: 100%;
background: #fff;
padding: 0 2%;
border-bottom: 1px solid #000;
}
#pc_footer .right .search_box .text {
display: block;
box-sizing: border-box;
height:35px;
line-height:35px;
width: 100%;
}
#pc_footer .right .search_box .submit {
height:25px;
}

#pc_footer .right .search_box input {
border: none;
outline: none;
}

#pc_footer .right .serch {
display: flex;
}
#pc_footer .right .serch_pick {
font-size:16px;
width:50%;
}

#pc_footer .right .serch_pick ul {
}
#pc_footer .right .serch_pick li {
padding-left:10px;
list-style:none;
position:relative;
line-height: 22px;
}
#pc_footer .right .serch_pick li a {
color:#000000;
text-decoration:none;
}

#pc_footer .right .serch_pick li:after {
position:absolute;
display:inline-block;
content:"-";
top:0;
left:0;
}
#pc_footer .right .serch_pick .box {
margin-top:36px;
}

#pc_footer .bot {
margin-top:50px;
}
#pc_footer .bot .cc {
margin-top:80px;
font-size: 11px;
text-align:center;
}

#pc_footer .bot .three_con {
display: flex;
justify-content: space-between;
}

#pc_footer .bot .box {
border-bottom:1px solid #000000;
position:relative;
padding: 10px 70px 10px 0;
}
#pc_footer .bot .box a {
font-size:12px;
color:#000000;
text-decoration:none;
}
#pc_footer .bot .box:after {
position: absolute;
content: "";
border: 1px solid #737372;
border-width: 0 1px 1px 0;
display: inline-block;
padding: 4px;
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
right: 6px;
top: 12px;
}

/*ここからレスポンシブ指定*/
/*アイパッド*/
@media screen and (max-width: 1024px) {

}

/*アイホン678＋*/
@media screen and (max-width: 767px) {

#pc_footer .top {
flex-direction: column;
}

#pc_footer .left {
width: 98%;
margin: auto auto 20px;
}
#pc_footer .right {
width: 98%;
margin: auto;
}

#pc_footer .bot .three_con {
flex-direction: column;
}

}