@charset "UTF-8";
 .cp_actab {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 1px;
  color: #ffffff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.icon {
  padding-right: 12px;
}
.head-telbanner {
    width: 250px;
    line-height: 1.25;
}
.top-contact {
    float: right;
    padding: 5px 10px;
    display: flex;
}
span.open-close {
    display: block;
    font-size: 9px;
    line-height: 1;
}
.btn-content {
    display: block;
    background: #18a2b8;
    padding: 20px;
    color: #FFF;
    font-weight: bold;
	box-shadow: 0 2px 6px rgba(0,0,0,0.3);
	height: 80px;
}
span.nessage {
    font-size: 10px;
	width: 100%;
	display:block;
}
span.head-open-close {
    font-size: 10px;
    width: 100%;
    display: block;
}
.tab-panel h2 {
  font-size: 16px;
  border-bottom: solid 1px;
  padding-bottom: 20px;
}
.cp_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.cp_actab label {
	font-weight: bold;
	line-height: 3;
	position: relative;
	display: block;
	padding: 0 0 0 1em;
	margin: 0 0 1px 0;
	cursor: pointer;
	background: #fff;
}
.cp_actab .cp_actab-content {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.35s;
  transition: max-height 0.35s;
  background-color: #F7F7F7;
}
.cp_actab .cp_actab-content p {
  margin: 1em;
  font-weight: normal;
}
/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
	max-height: 400em;
}
/* Icon */
.cp_actab label::after {
	line-height: 3;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 3em;
	height: 3em;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-align: center;
}
.cp_actab input[type=radio] + label::after {
	content: '+';
}
.cp_actab input[type=radio]:checked + label::after {
	transform: rotateX(180deg);
}

.read {
  font-weight: normal;
  color: rgba(0,0,0,1.00);
}

@media (max-width:320px){

/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
	max-height: 73em;
}
}

@media (min-width:321px) and (max-width:375px){


/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
	max-height: 73em;
}
}

@media (min-width:376px) and (max-width:414px){


/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
	max-height: 73em;
}
}


@media (max-width:414px){


.carousel-caption h2 {
  font-size: 17px;
}
.carousel-caption {
  position: absolute;
  /* right: 15%; */
  bottom: 0%;
  left: 4%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: left;
}
.carousel-item.active {
  margin-top: 40px;
}
.slide-midashi {
  font-size: 16px;
}
.section_padding {
  padding-top: 10px;
  padding-bottom: 50px;
  clear: both;
}
.header-top {
  height: 90px;
}
.top-header {
  float: left;
  clear: both;
  width: 100%;
  margin-top: 25px;


}

}