@charset "UTF-8";

.list1 li{
	margin-left: 50px;
	list-style: disc;
}

.numlist1 li{
	margin-left: 50px;
	list-style: decimal;
}

.ind_sub{
  padding-left: 1em;
  text-indent: 1em;
}

.ind_main{
  text-indent: 1em;
}

.ind_minus{
  text-indent: -1em;
}

.tab_open{
  text-align: right;
  height: 54px;
  margin: 10px 0 25px;
}

.btn_other-contents {
	margin: 0 0 40px;
	text-align: right;
}

.btn_other-contents a {
	background-color: rgba(45, 40, 127, 0.5);
	background-image: url(../../../common/img/subnavi_corner_purple_on.svg) , url(../../../common/img/silhouette01.svg);
	background-position: 0 0 , 92% 50%;
	background-repeat: no-repeat;
	background-size: 16px auto , 20px auto;
	font-weight: bold;
	padding: 20px 50px 20px 20px;
	font-size: 1.6rem;
	color: rgb(45, 40, 127);
	text-decoration: none;
}

.btn_other-contents a:hover {
	background-color: rgba(45, 40, 127, 0.2);
	background-image: url(../../../common/img/subnavi_corner_purple_off.svg) , url(../../../common/img/silhouette01.svg);
}

#cpactab_all{
  border: 1px solid #2D287F;
  padding: 15px 20px;
  cursor: pointer;
  color: rgb(45, 40, 127);
}

.cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 20px auto 0;
	color: rgb(45, 40, 127);
}
.cp_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.cp_actab label {
	font-size: 1.6rem;
	position: relative;
	display: block;
	padding: 15px 0;
	cursor: pointer;
	margin: 0;
	background-color: rgba(45, 40, 127, 0.1);
	text-align: center;
}
.cp_actab .cp_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	color: #333333;
}
.cp_actab .cp_actab-content p {
	margin: 1em;
}
/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
	max-height: 100em;
}
/* Icon */
.cp_actab label::after {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 6em;
	padding: 20px 0;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-align: center;
	font-size: 1.4rem;
}
.cp_actab input[type=checkbox] + label::after {
	content: 'ひらく▼';
}
.cp_actab input[type=checkbox]:checked + label::after {
	content: 'とじる▲';
}


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

	.tab_open{
    text-align: right;
    height: 54px;
    margin: 25px 0;
  }

	.cp_actab label::after {
		padding: 17px 0 0;
	}
	
}
