@charset "utf-8";

/*----------------------------------------------------
    共通css
----------------------------------------------------*/

.imgarea.caption {
    font-size: 10px;
    line-height: 1.2;
}

.imgarea.caption img {
    display: block;
    margin: 0 auto 0.5rem;
    border: solid 1px #eee;
    width: auto;
}
.youtube-area {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube-area iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.kanren_box {
    border: 1px solid #ccc;
    padding: 20px;
    margin: 100px auto 80px;
    font-size: 16px;
    width: 75%;
}
.kanren_box .title {
   font-weight: bold;
   font-size: 16px;
   text-align: center;
   margin-bottom: 20px;
   border-bottom: 1px solid #e2e6e9;
   padding-bottom: 10px;
}
.kanren_box ul {
   margin-bottom: 2rem;
}

.kanren_box a {
    position: relative;
    padding-left: 20px;
    display: block;
}
.kanren_box a:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 8px;
    height: 8px;
    background: #eca541;
    box-sizing: border-box;
    border-radius: 50%;
}
.is-hidden {
  display: none;
}
.list-btn {
  position: relative;
  display: inline-block;
  background: no-repeat;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0 30px 0 10px;
  appearance: none;
  background: #333333;
  border-radius: 10px;
  color: #fff;
  font-size: 12px;
  padding: 10px 10px;
  width: 50%;
  margin-bottom: 2rem;
}

.list-btn:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 10%;
  margin-top: -6px;
}

.list-btn-opened:before {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -2px;
}
.list-btn:hover {
  opacity: .6;
}

.categorylist {
    border: 1px solid #ccc;
    padding: 20px;
    margin: 100px auto 80px;
    font-size: 16px;
    width: 75%;
}
.categorylist .title {
    font-weight: bold;
    font-size: 18px;
}
.more-category {
    display: none;
}
.toggle-button {
    display: block;
    margin: 10px auto;
    padding: 10px;
       background-color: #3b78c8;
    color: white;
    border: none;
    cursor: pointer;
}











/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/

@media screen and (min-width: 600px) {
p.px2 {
    font-size: 10px;
}

p.px1 {
    font-size: 12px;
}
	
.cap1 {
  text-align: center;
  display: block;
  unicode-bidi: isolate;
}


	
	
}



/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 599px) {
p.px2 {
    font-size: 10px;
}

p.px1 {
    font-size: 12px;
}

.cap1 {
  text-align: center;
  display: block;
  unicode-bidi: isolate;
}
.imgarea.caption img {
    max-width: 90%;
}
.categorylist {
    width: 90%;
}

	
	
	
	
	
	
	
	
	
	
	
	
	
	

	

	
}