@charset 'UTF-8';


/* はじめてご利用される方
------------------------------------------------- */
.hajimete1 {
  width: 600px;/*450*/
  margin: auto;/*auto*/
  margin-top: 50px;
}

.toggle_wrap:last-of-type {
  border-bottom: 1px solid gray;
}
.toggle_switch {
  font-size: 20px;
  height: 60px;/*見出しをセンターにもってきたやつ*/
  position: relative;
  cursor: pointer;
  padding: 5px 10px;
  border-top: 1px solid gray;
}

/*見出しをセンターにもってきたやつ*/
.toggle_switch p {
	margin: 0px;
	line-height: 60px;
}

.toggle_switch.open {
  border-bottom: 1px solid gray;
}
.toggle_switch:hover {
  background-color: #eee;
}
.toggle_switch::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 11px;/*11*/
  background: url("/user_data/packages/koyama/img/custom/hajimete_img/arrow_down.png")  no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  transition: transform .2s;
}
.toggle_switch.open::after {
  transform: rotateZ(180deg);
  top: 46%;
}
.toggle_contents {
  display: none;
  padding: 5px 10px;
}

.toggle_contents {
	 padding: 5px 10px;
	 margin: 10px 0px 10px 0px;
     border: 1px solid #0064ff;
}