  @charset "UTF-8";
/* CSS Document */


#single .editer .txtBox {
background-color: #fbe8e8;
}
#single .editer .txtBox::after {
  border-right: #fbe8e8 solid 30px;
}

#single .editer.quest .imgBox {
  border-radius: 100%;
  overflow: visible;
}
#single .editer.quest .txtBox {
background-color: #e9f3fb;
}

#single .editer.quest .txtBox::after {
  border-right: #e9f3fb solid 30px;
}
#single .editer .imgBox {
border-radius: none;
overflow: hidden;
}
#single #secMessage a {
padding: 5px 0px;
  color: #034692;
  text-decoration: underline;
	display: inline;
}
#single .pointWrap .pointBox .fig02 {
 max-width: 100%; 
margin: 0 auto;
}
#single .ytWrap {
	padding-bottom: 3%;
/*  padding: 15px 30px;
  box-shadow: 0px 1px 10px rgba(0,0,0,0.2) inset;
  border-radius: 16px;
  background-color: #faf9f5;*/
}
#single .ytWrap h4 {

  margin: 0 auto;
  padding-bottom: 10px;
}
#single .ytWrap .ytBox {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
}

#single .ytWrap .ytBox::after {
	content:'';
	position: absolute;
	width: 15%;
	height: 30%;
	left: 50%;
	top: 50%;
	background-image: url("/tokusetu_site/hamoruwa/aha_ene/hatudenou_more/img/icon-move.svg");
	background-size: 90%;
	background-repeat: no-repeat;
	background-position: center center;
	transform: translate(-50%,-50%);
	pointer-events: none;
	opacity: 0.8;
	transition: 0.5s;
}
#single .ytWrap .ytBox:hover::after {
	opacity: 0.5;
}

/*#single .ytWrap .ytBox iFrame {
  position: absolute;
  left: 0;
  top: 0;
}*/
#single .sec h2 {
	border: none;
	border-bottom: #c8c9ca solid 2px;
	padding: 0.6em 0 0.8em;
}

#single .sec h3 {
	font-size: 22px;
	border: none;
	/*border-left: #E61E73 solid 10px;*/
	padding: 0.5em 0;
	padding-left: 0;
	border-top: #c8c9ca solid 2px;
	border-bottom: #c8c9ca dotted 1px;
	margin-bottom: 0;
	position: relative;
}
#single .sec h3::before {
	content:'　';
	border-left: #E61E73 solid 10px;
	width: 0.1em;
	height: 1em;
	margin-right: -0.5em;
}
#single .quest.editer {
	flex-direction: row-reverse;
}
#single .quest .txtBox {
	transform: rotateZ(180deg);
}
#single .quest .txtBox p {
	transform: rotateZ(180deg);
}
#single .editer .txtBox::after {
	top:50%;

}
#single .matome {
background-color: #fbe3e8;
border-radius: 15px;
font-size: 16px;
padding: 1.5em;
margin-top: 30px !important;
margin-bottom: 40px;
}
#single .matome::before,
#single .matome::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  left: 50%;
  bottom: 100%;
  transform: translateX(-100%) ;
  border-bottom: #fbe3e8 solid 30px;
  border-left: transparent solid 15px;
    border-right: transparent solid 15px
}
#single .matome::after {
  transform: translateX(0%) ;
}
#single .matome.bgBlue {
	background-color: #e9f3fb;
	margin-bottom: 5%;
}
#single .matome.bgBlue::before,
#single .matome.bgBlue::after {
	 border-bottom: #e9f3fb solid 30px;
}
#single .yttWrap {
	margin-bottom: 30px;
}
#single .pointWrap {
  padding-top: 50px;
	/*margin-top: 30px !important;*/
}
#single .pointWrap .pointBox {
  border: #DCDDDD solid 2px;
  border-radius: 15px;
  position: relative;
  padding: 50px 50px 25px;
}

#single .pointWrap .pointBox h4 {
  position: absolute;
  width: 20%;
  top: 0;
  left: 50%;
  transform: translate(-50%,-60%);
}
#single .pointWrap .pointBox dl {
}
#single .pointWrap .pointBox dt {
  font-size: 24px;
}
#single .pointWrap .pointBox dd {
  font-size: 16px;
  line-height: 1.6;
  padding: 1em 0;
}
#single .pointWrap .pointBox .figBox {
  padding: 20px 0;
}
#single .pointWrap .pointBox .fig02 {
  max-width:600px;
  margin: 0 auto;
}
#single .pointWrap .pointBox .caption {
  text-align: right;
  font-size: clamp(10px, 3.0vw, 12px);
}
#single #secMessage {
  background-color: #EAEAE2;
  border-radius: 15px;
  padding: 50px;
}
#single #secMessage h4 {
  font-size: 21px;
  font-weight: 500;
  padding-bottom: 1em;
}
#single #secMessage .flex {}
#single #secMessage .flex .txtBox {
  background-color: #fff;
}
#single #secMessage .flex .txtBox::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  left: inherit;
  right: 100%;
  top: 45%;
  transform: translateY(-50%);
  border-right: #fff solid 30px;
  border-top: transparent solid 15px;

}
#single #secMessage h5 {
  display: block;
width: 100%;
font-size: 20px;
color: #fff;
text-align: center;
padding: 0.6em;
background-color: #00A983;
border-radius: 12px;
margin-bottom: 20px;
}

#single #secMessage a {
  display: block;
  padding: 15px 30px;
}
#single #secMessage a:hover {
  opacity: 0.7;
}

.pointWrap .marker {
background: rgb(255,241,0);
background: linear-gradient(180deg, rgba(255,241,0,0) 0%, rgba(255,241,0,1) 20%,rgba(255,241,0,0) 100%);
background-repeat: no-repeat;
	background-size: 0% .8em;
	background-position: 0 .8em;
font-weight: 500;
}
.pointWrap .marker.active {
	background-size: 100% .8em;
}

a.blueLIne{
	color: #278ED7;
	text-decoration: underline;
}

a.blueLIne:hover {
	opacity: 0.6;
}


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

}
@media screen and (max-width: 599px) {
	#single .pointWrap .pointBox h4 {
		width: 40%;
		transform: translate(-50%,-80%);
	}
	#single .pointWrap .pointBox {
		border: #DCDDDD solid 2px;
		border-radius: 15px;
		position: relative;
		padding: 1.5em;
	}
	#single .pointWrap .pointBox .figBox {
padding: 0px 0;
}
	#single .sec h3 {
		font-size: 4vw;
		font-size: clamp(14px, 4vw, 16px);
		text-align: left;

	}
	#single .sec h3::before {
		border-left: #E61E73 solid 6px;
		margin-right: -0.5em;
	}
  #single .editer .txtBox::after,
	#single .quest.editer .txtBox::after,
	#single #secMessage .flex .txtBox::after{
		width: 30px;
		height: 30px;
		right: auto;
		left: 50%;
		top: auto;
		bottom: 100%;
		transform: translateX(-50%);
		border-bottom: #fbe8e8 solid 30px;
		border-left: transparent solid 15px;
		border-right: transparent solid 15px;
	}
	#single #secMessage .flex .txtBox::after {

  border-bottom: #fff solid 30px;
}
	#single .pointWrap .pointBox dt {
		font-size: 5.1vw;
		font-size: clamp(18px, 5.1vw, 20px);
		padding-top: 0.8em;
		line-height: 1.3;
	}
	#single .quest .txtBox {
		transform: rotateZ(0deg);
	}
	#single .quest .txtBox p {
		transform: rotateZ(0deg);
	}
	#single .quest.editer .txtBox::after {
		border-bottom: #e9f3fb solid 30px;
	}
	#single #secMessage {
		padding:1.5em;
	}
	#single #secMessage a {
	padding: 0;
	}
}
