#supportcenter-main{
  width:100%;
}
#supportcenter-main *{
  box-sizing: border-box;
}
#main h2 {
    margin-bottom: 37px;
    color: #333;
    font-size: 20px;
    text-align: left;
    font-weight: 400;
    letter-spacing: 6px;
    margin: 15% 0 0 10%;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, sans-serif;
}
div#leftmenu {
    margin: 10% 0 0 10%;
}
a.listmenu {
    border: 1px solid #fff;
    width: 300px;
    padding: 5px 110px;
    border-radius: 20px;
    text-decoration: none;
    color: #fff;
}
a.listmenu.active {
    background: #ffffff;
    border: 1px solid #b9b9b9;
    color: #333;
}
#supportcenter-main .left{
    float: left;
    width: 30%;
    background: #6dacce;
    min-height: 705px;
}
#supportcenter-main .right{
  float:left;
  width:70%;
  background: url(/images/jpmap.svg);
  min-height: 675px;
  background-repeat: no-repeat;
  background-position: 79px 71px;
  background-size: 707px 542px;
}
#supportcenter-main .right.nobg{
  background:none;
}
.detaillist {
    font-size: 14px;
    letter-spacing: 1px;
}
#centerdetail,
#searcharea {
  margin:40px;
}
#centerdetail{
margin-top: 16%;
}
.detaillist {
    padding-top: 20px;
    border-top: #fff 1px solid;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 28px;
    color: #fff;margin-top: 20px;
}

#searcharea .centerlist a{
  display: inline-block;
  padding:5px 8px;
  background: #3fb66d;
  border:1px solid #3fb66d;
  margin:8px;
  border-radius: 10px;
  color:#fff;
}
#searcharea .centerlist a.active,
#searcharea .centerlist a:hover{
  background: #fff;
  color:#3fb66d;
}
#centerdetail .detaillist li i{
  margin-right:20px;
}

#centerdetail .detaillist li{
  padding:5px 3px;
}
#plannerdetail,
#plannerlist {
  padding:10px;
  
  min-height:675px;
  background-color: rgba(255, 255, 255, 0.803921568627451)
  
}

#plannerlist .detail .faceimg img{
  width:150px;
}
#plannerlist .detail .faceimg{
  width:160px;
  float:left;
}
#plannerlist .detail .info{
  float:left;
}

#plannerlist .detail{
  float:left;
  width:400px;
  margin-right:10px;
  margin-bottom:10px;
  background-color: #fff;
}
#plannerlist .detail:hover{
  cursor: pointer;
}
#centerdetail .back-btn{
  float: right;
  margin-right: 15px;
}

#plannerdetail .faceimg img{
  width:150px;
}
#plannerdetail .faceimg{
  width:160px;
  float:left;
}
#plannerdetail .info{
  float:left;
}
a.plannerbox {
    float: right;
    margin-top: 22px;
    width: 100%;
    height: 29px;
    line-height: 31px;
    font-size: 13px;
    letter-spacing: 2px;
    background-color: #ffffff00;
    border-radius: 25px;
    text-align: center;
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease;
    display: block;
    text-align: center;
    font-weight: 600;
    color: #fff;
    margin-left: 0px;
    border: 1px solid #ffffff;
}

#japan-map {
    width: 100%;
    max-width: 700px;
    border: 1px solid #ebf8ff;
    margin: 7% 0% 7% 10%;
}
#japan-map path:hover,
#japan-map polygon:hover,
#japan-map rect:hover{
  filter: Alpha(opacity=70);
  -moz-opacity: .1;
  opacity: 0.7;
  cursor: pointer;
}

.tomeibg{
  background: rgba(255, 255, 255, 0.803921568627451);
  min-height: 700px;
}

#arealist .arealist-wrapper{
  padding: 2% 10%;
}
#arealist .list a{
    display: inline-block;
    width: 27%;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 7px;
    text-align: center;
    /* background: #fff; */
    border: 1px solid #333;
    color: #333;
}

#arealist .areadetail{
  display:none;
}
#arealist .areadetail.active{
 /* display:block;*/
}
#arealist .areadetail a{
    display: inline-block;
    width: 10%;
    margin-bottom: 10px;
    padding: 5px;
    text-align: center;
    /* background: #fff; */
    border: 1px solid #000;
    color: #000;
    display: inline-block;
    width: 27%;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 7px;
    text-align: center;
    /* background: #fff; */
    border: 1px solid #333;
    color: #333;
}