.logo_text{
  display: none;
}

img.cover_view_img {
  height: 250px;
  width: 100%;
  object-fit: cover;
  filter: contrast(0.8);

  border-bottom: solid 3px #ab964a;
}

.title_img{
  position: absolute;
  top: 12px;
  right: 18px;

  z-index: 50;

}

.cover_img{
  position: relative;
}

img.ti_kon {
  max-width: 500px;
  width: 50px;
  filter: drop-shadow(4px 4px 1px #ffffff);
}

.single_title{
  margin: 0 0 32px 0;
  padding-top:32px;
  font-size: 24px;
  font-weight: bold;
}

.title_hr {
  height: 3px;
  background: linear-gradient(to right, #bb4ca5, #360771);
  border: none;
}

.kon_cont {
  margin: 32px 0;
}

.post_date{
  text-align: end;
}

.bg_img{
  background-image: url(../img/haikei.jpg);
  background-attachment: fixed;
  background-size: cover;
	padding-bottom: 120px;
	min-height: 100vh;
}

.index_area{
  padding: 32px 0;
}


.pagenation {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 36px  0 80px  0;
}



.active,
.no_act {
  color: #ffffff;
  background: #CB54AB;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin: 0 12px;
}

.active{
  color: #ffffff;
  background: #27006A;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin: 0 12px;
}

.no_act a {
  display: block;
  color: #ffffff !important;
}

.no_act a:hover {
  background-color: #27006A;
  border-radius: 50px;
}

.prev_arrow_l a {
  font-size: 30px;
  color: #cb54ab !important;
  margin-right: 12px;
}

.prev_arrow_r a {
  font-size: 30px;
  color: #cb54ab !important;
  margin-left: 12px;
}


.kon_con_list {
  margin: 24px 0 48px 0;
  padding-bottom: 12px;
  border-bottom: solid 1px #27006a;
}

.kon_title {
  font-size: 22px;
  font-weight: bold;
  margin: 12px 0 6px 0;
}


img.co_title {
  filter: drop-shadow(4px 4px 1px #ffffff);
  width: 50px;
}

.bold{
  font-weight: bold;
}

.head {
  height: 60px;
  background-color: #270069!important;
  opacity: 1;
  position: fixed;
  
}

.wrap_blank_area{
  height: 60px;
}

.title_img2 {
  position: absolute;
  top: 12px;
  left: 10vw;
  z-index: 50;
}



/*****/
#check {
  display: none;
  cursor: pointer;
  }

#ar_up {
	display: none;
}

.che_ti {
	text-align: end;
}

.ryakureki {
	padding: 24px 0 0 0;
}

.che_ti label {
	border: 1px solid;
	border-color: #a5187f #c11693 #c11693 #a5187f;
	padding: 4px 12px;
	margin-bottom: 0px;
}

div#message {
	border: 1px solid;
	border-color: #a5187f #c11693 #c11693 #a5187f;
	padding: 8px;
	font-size: 16px;
}

/****/
.head_block{
	display: block !important;
}



/****PC画面****/
@media screen and (min-width: 788px){


  .kon_con_list{
    display: flex;
    align-items: center;
  }

  .kon_img{
    width: 40%;
  }

  .kon_img img{
    width: 100%;
  }

  .ti_hon_kon{
    width: 60%;
    padding-left: 12px;
  }

	.wrap_blank_area {
    height: 0px !important;
	}

	.head {
    background-color: #ac53ac !important;
    
	}

	.title_img {
    right: 10vw;
	}

	.index_area {
    max-width: 640px;
    margin: 0 auto;
	}	

	img.cover_view_img {
		object-position: 100% 5%;
	}

	



}