@charset "utf-8";
/* CSS Document */



/*******アコーディオン******/

h3.open_h3{
    cursor: pointer !important;
    margin: 0 auto 10px auto !important;
    font-size: 21px;
	background:#e0e6eb;
	text-align:left;
	width:1070px;
	padding:5px 0;
	clear:both
}



.open_h3:before, 
.open_h3.active2:before {
    font-size: 22px !important;
    margin-left: 20px !important;
}

.open_h3.active2::before {
    font-family: "Font Awesome 5 Free";
  content: "\f106";
  font-weight:bold;
  color:#c9001c;
  margin-right:14px
}
.open_h3::before {
    font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight:bold;
  color:#c9001c;
   margin-right:14px
}

.img-close,
.img-close img{
	border:1px #474747 solid;
    background:#fff;
	color:#474747;
	text-align:center;
	width:200px;
	margin:0px auto 50px auto;
	font-size:15px;
	clear:both;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight:500;
	cursor: pointer !important;
}



.open-6.ul_open{
    position: relative !important;
	margin: 0;
    padding: 0;
}

.open-6.ul_open li{
	
}

.open-6 li.img-close{
    cursor: pointer !important;
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 150px !important;
    margin: auto !important;
}
.img-close{
	
}

.open-6 li:last-child{
    list-style-type: none !important;
}


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

/*******アコーディオン******/

h3.open_h3{
    background:#e0e6eb;
    cursor: pointer !important;
    margin: 0 auto 10px auto !important;
    font-size: 18px;
	width:95%
}



.open_h3:before, 
.open_h3.active2:before {
    font-size: 22px !important;
    margin-left: 20px !important;
}

.open_h3.active2::before {
    font-family: "Font Awesome 5 Free";
  content: "\f106";
  font-weight:bold;
  color:#c9001c;
  margin-right:14px
}
.open_h3::before {
    font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight:bold;
  color:#c9001c;
   margin-right:14px
}

.img-close,
.img-close img{
   border:1px #474747 solid;
    background:#fff;
	color:#474747;
	text-align:center;
	width:150px;
	margin:20px auto 50px auto;
	font-size:15px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight:500;
	cursor: pointer !important;
}



.open-6.ul_open{
    position: relative !important;
	margin: 0;
    padding: 0;
}

.open-6.ul_open li{
	
}

.open-6 li.img-close{
    cursor: pointer !important;
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 150px !important;
    margin: auto !important;
}


.open-6 li:last-child{
    list-style-type: none !important;
}

}
