@charset "UTF-8";
/* event
---------------------------------------------*/
/* ページ上へ---*/
#page_top{
    width: 50px;
    height: 50px;
    position: fixed;
    right: 0;
    bottom: 0;
    background: #ff4f4f;
    opacity: 0.6;
  }
  #page_top a{
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
  }
  #page_top a::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f102';
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }
  /* ページ上へここまで---*/
p{
	color:#000;
    padding-left: 10px;
    line-height:1.5;
 }
 p.black{
	color:#1c0732fe;
    padding-left: 10px;
    line-height:1.5;
    font-size: 15px;
 }

h2 {
  position: relative;
  width: 85%;
  padding: 1.5rem 2rem;
  line-height:1.5rem;
  margin-bottom: 20px;
  border: 3px solid #ff0579;
  border-radius: 10px;
  background: #ffe6d5;
  color:#ff0579;
}

h2:before {
  position: absolute;
  bottom: -14px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #ff0579 transparent transparent transparent;
}

h2:after {
  position: absolute;
  bottom: -10px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #ffe6d5 transparent transparent transparent;
}
h3 {
    background: #ffe6d5;/*背景色*/
    padding: 0.5em;/*文字まわり（上下左右）の余白*/
    color: #ff0579;/*文字色*/
    width: 90%;
    margin-left: 20px;
    font-size: 20px;
}
h3.end {
  background: #eeb5e8;/*背景色*/
  padding: 0.5em;/*文字まわり（上下左右）の余白*/
  color: #ff0579;/*文字色*/
  width: 90%;
  margin-left: 20px;
  font-size: 20px;
}
h4 {
    background: #1e90ff;/*背景色*/
    padding: 0.5em;/*文字まわり（上下左右）の余白*/
    color: #ffffff;/*文字色*/
    width: 90%;
    margin-left: 30px;
    font-size: 15px;
    margin-bottom: 20px;
}
h5{
    font-size: 12px;
    color: #330066;/*文字色*/
}
.list {
    width: 110%;
    margin-left: 20px;
    margin-bottom: 50px;
}

.list a {
    display: block;
    padding: 15px;
    text-decoration: none;
    color: #000;
}

label {
    display: block;
    margin: 0 0 4px 0;
    padding : 15px;
    line-height: 1;
    color :#330066;
    background :#ccddff;
    cursor :pointer;
    font-size: 15px;
    line-height: 1.2em;
}

input {
    display: none;
    
}

.list ul {
   margin: 0;
    padding: 0;
    background :#f4f4f4;
}

.list li {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 11px;
}

#list_bar01:checked ~ #links01 li,
#list_bar02:checked ~ #links02 li,
#list_bar03:checked ~ #links03 li,
#list_bar04:checked ~ #links04 li,
#list_bar05:checked ~ #links05 li,
#list_bar06:checked ~ #links06 li,
#list_bar07:checked ~ #links07 li,
#list_bar08:checked ~ #links08 li{
    height: 20px;
    opacity: 1;
}