ccordion-container{
  position: relative;
  max-width: 500px;
  height: auto;
  margin: 10px auto;
}
.accordion-container > h2{
  text-align: center;
  color: #fff;
  padding-bottom: 5px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.set{
  position: relative;
  width: 100%;
  height: auto;
  background-color: #f5f5f5;
}
.set > a{
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #555;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
  -webkit-transition:all 0.2s linear;
  -moz-transition:all 0.2s linear;
  transition:all 0.2s linear;
}
.set > a i{
  float: right;
  margin-top: 2px;
}
.set > a.active{
  background-color:#3399cc;
  color: #fff;
}
.content{
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  display:none;
}
.content p{
  padding: 10px 15px;
  margin: 0;
  color: #333;
}

#acMenu dt{
display:block;
width:200px;
height:50px;
line-height:50px;
text-align:center;
border:#666 1px solid;
cursor:pointer;
}
#acMenu dd{
background:#f2f2f2;
width:200px;
height:50px;
line-height:50px;
text-align:center;
border:#666 1px solid;
display:none;
}

@import url(https://fonts.googleapis.com/css?family=Nunito);

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.container {
  margin-top: 60px;
}

.accordion {
  width: 100%;
  margin: auto;
}
.accordion .menu {
  font-size: 16px;
  position: relative;
  padding: 8px 16px;
  background: #7B7B7B;
  color: #fff;
  border-bottom: 1px solid #fff;
  list-style: none;
}
.accordion .menu-top {
  font-size: 16px;
  text-align: center;
  position: relative;
  padding: 8px 16px;
  background: rgb(0, 0, 0);
  color: #fff;
  border-bottom: 1px solid #fff;
  list-style: none;
}
.accordion .menu .icon {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 10px;
  height: 2px;
  margin: auto;
  background: #fff;
  content: "";
  transition: all 0.3s;
}
.accordion .menu-top .icon {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 10px;
  height: 2px;
  margin: auto;
  background: #fff;
  content: "";
  transition: all 0.3s;
}
.accordion .menu .icon::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 2px;
  height: 10px;
  margin: auto;
  background: #fff;
  content: "";
}
.accordion .menu-top .icon::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 2px;
  height: 10px;
  margin: auto;
  background: #fff;
  content: "";
}
.accordion .active .icon {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.Menu {
  display: block;
}
.accordion .subMenu {
  display: none;
  padding: 3% 0 3% 5%;
  background: #fff;
}
.accordion .subMenu li {
  padding: 2% 0;
  color: #000000;
}

.item{
    z-index: 3;
}

/* formのスタイル */
.search-form{
    position: relative;
    margin-bottom: 80px;
}

.search-botton{
    width:100%;
    font-size:16px;
    font-weight:bold;
    height: 42px;
    font-weight:bold;
    background: #FF2400 !important;
}

/* 事例カード調整 */
@media screen and (max-width: 800px) {
    body, button, input, select, textarea {
      font-size: 16px!important;
  }
  .Menu {
    display: none;
  }
  .search-form{
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 414px) {
.search-botton {
  font-weight: initial!important;
  height: 43px;
}
.accordion{
  width: 100%;
}
}

@media (max-width: 375px) {
  
  /* スマホ対応 */
  .search-form {
    right: 0%;
  }
  .accordion {
    width: 100%;
  }
  }
