/*
アコーディオン
*/

.acMenu{
  margin-bottom: 10px;
}
.acMenu .acMenu-btn{
  background: #1B3F7F;
  color: #fff;
  font-size: 18px;
  position: relative;
  padding: 10px;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease 0s !important;
}
.acMenu .acMenu-btn:hover{
  background:#c6214e;
  color:#fff;
}

.acMenu .acMenu-btn span{
  margin-left: 10px;
  font-size: 14px;
}


.acMenu .acMenu-body{
  display: none;
}

.acMenu .acMenu-body{
  padding: 10px 0;
}
.acMenu .acMenu-body ul.list-btn {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.acMenu .acMenu-body ul.list-btn li {
  background: none;
  padding: 0;
  margin: 0 15px 0 0 ;
}
.acMenu .acMenu-body ul.list-btn li:last-child{
  margin: 0;
}

.acMenu-body ul.list-btn li a{
  display: block;
  padding: 5px 10px 5px 30px;
  background: #E2E2E2 url(../../../img/common/icon/arrow_db.svg) 10px center no-repeat;
  background-size:  7px 12px;
  color: #333 !important;
  border: 2px solid #e2e2e2;
  border-radius: 4px;
}
.acMenu-body ul.list-btn li a:hover{
  opacity: 1.0 !important;
  border: 2px solid #1B3F7F;
  color: #fff !important;
  background: #1B3F7F url(../../../img/common/icon/arrow_wh.svg) 10px center no-repeat;
  background-size:  7px 12px;
}

.acMenu-body .-subtitle{
  border-bottom: 2px solid #ddd;
  padding: 5px 2px;
  font-size: 120%;
  margin-bottom: 20px !important;
  position: relative;
  font-weight: bold;
}
.acMenu-body .-subtitle:after{
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 2px;
  width: 150px;
  background: #1B3F7F;
}









.accordion_icon,
.accordion_icon span {
	transition: all .4s;
}
.accordion_icon {
	position: absolute;
    width: 40px;
    height: 40px;
    right: 6px;
    top: 17px;
}
.accordion_icon span {
	position: absolute;
    /*left: 6px;*/
    width: 50%;
	height: 3px;
    background-color: #fff;
}
.acMenu .accordion_icon span {
    background-color: #ddd;
}

.accordion_icon span:nth-of-type(1) {
    top: 5px;
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
    top: 5px;
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.active .accordion_icon span:nth-of-type(1) {
	display:none;
}
.active .accordion_icon span:nth-of-type(2) {
	top: 5px;
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}



/*事業紹介*/

.col-02{
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: flex-start;
  margin-top: 30px;
}
.col-02 .left, .col-02 .right{
  width: 48.5%;
}
.col-02 .title{
  color: #ea5514;
  font-weight: bold;
  margin-bottom: 20px;
}
.col-02 .acMenu .acMenu-btn {
  background: #fde9d4;
  color: #333;
  font-size: 16px;
}
.col-02 .acMenu-body{
  margin-bottom: 30px;
  font-size: 95%;
}
.col-02 .acMenu-body ol{
  margin: 0 0 15px 0;
}
.col-02  .acMenu-body ul.list_btn li {
  font-size: 90%;
  background: #ea5514;
  width: 50%;
  margin: auto;
  float: none;
}
.col-02  .acMenu-body ul.list_btn li a {
  text-align: center;
}
.col-02 .acMenu-body ol > li > ul > li > ul > li{
  background: none;
  position: relative;
}

.col-02 .acMenu-body ol > li > ul > li > ul > li:before {
  position: absolute;
  top: 11px;
  right: auto;
  bottom: auto;
  left: 4px;
  border-width: 3px;
  border-radius: 50%;
  border-style: solid;
  border-color: #ea5514;
  content: "";
}




.col-02 .accordion_icon {
  width: 30px;
  height: 30px;
}
.col-02 .acMenu .accordion_icon span {
  background-color: #ea5514;
}
.col-02 .acMenu .acMenu-btn:hover{
  background:#ea5514;
  color:#fff;
}

.col-02 .acMenu .acMenu-btn:hover .accordion_icon span {
  background-color: #fff;
}















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

  .acMenu .acMenu-body ul.list-btn li {
    width: 100%;
    background: none;
    padding: 0;
    margin: 0 0 10px 0 ;
  }
  

  
  /*事業紹介*/

  .col-02{
    flex-wrap: wrap;
  }
  .col-02 .left, .col-02 .right{
    width: 100%;
  }
  .col-02 .left{
    margin-bottom: 30px;
  }
  .col-02  .acMenu-body ul.list_btn li {
    width:60%;
  }



}

