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


#introBox .imgOshi {
	width: 36%;
	max-width: 240px;
	border-radius: 0px;
}
#introBox .snsBox {
	justify-content: flex-end;
	/*margin-top: -25px;*/
	margin-top:5px;
}
#single #titBox #introBox .flex .iconBox {

    margin-left: 3%;
}
#introBox {
	padding-bottom: 20px!important;

}

.bnKiji {
	margin-top: 30px!important;
}
.h2-01 .sub {
	display: block;
	font-size: 77%;
	border-bottom: #c9caca dotted 2px;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
}
	
#single article #ichiran  {
	background-color: #eaeae2;
	max-width: 460px;
	display: flex;
justify-content: center;
align-items: center;
	font-size: 26px;
	font-weight: 500;
	height: 3em;
	margin: 10px auto 30px;
	border-radius: 20px;
	
}
#single .sec .prt {
	text-align: center;
	position: relative;
}
#single .sec .prt::after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 2px;
	background-color: #c9caca;
	z-index: -1;
}
#single .sec .prt img {
	width: 70%;
	max-width: 320px;
}
#single .prtBox .editer.pink {
	padding-top: 30px;
}
#single .prtBox dl {
	padding: 0em 0 1.5em;
}
#single .prtBox dt {
	font-size: 24px;
	padding: 0.5em 0;
}
#single .prtBox dt::before {
	content: "●";
	color: #ea5c71;
}
#single .prtBox dd {
	font-size: 18px;
}
#single .prtBox h3 {
	font-size: 32px;
	border:none;
	padding-top: 0.6em;
	margin-top: 1em;
}



#single .editer {
    padding: 0px 0 30px;
}
#single .editer.pink {
    padding: 10px 0 30px;
}

#single .editer .imgBox {
    width: 154px;
	position: relative;
	overflow: visible;
}
#single .pink .imgBox p {
    font-size: 18px;
	position: absolute;
	top: 100%;
	width: 100%;
	text-align: center;
	z-index: 1;
	padding: 0;
}
#single .editer .txtBox {
    width: calc(100% - 190px);
	font-size: 18px;
}
#single .pink .txtBox {
    width: calc(100% - 190px);
	font-size: 18px;
	background-color: #fceaea;
}

#single .pink .txtBox::after {
    left: inherit;
    right: 100%;
    transform: translateY(-50%);
    border-right: #FCEAEA solid 30px;
    border-top: transparent solid 15px;
    border-bottom: transparent solid 15px;
}
#single .blue .txtBox::after {
    border-right: #d3edfb solid 30px;
}
#single #sec04 .editer {
    padding: 30px 0 0px;
}

#single .blue {
  flex-direction: row-reverse;
}
#single .blue .txtBox {
  background-color: #d3edfb;
	
}
#single.sup .blue .txtBox::after {
    border-right: #d3edfb solid 30px;
}

.mgnT {
	margin-top: 30px;
}
.mgnB {
	margin-bottom: 30px;
}

#single .sec h3.h3-01 {
	border-bottom: none;
	span{
		display: block;
		border-left: #ea5c71 solid 0.3em;
		margin-top: 0.3em;
		padding-left: 0.5em;
	}
}

@media screen and (max-width : 959px ){
	.caution {
		font-size: clamp(14px, 4vw, 16px);
	}
}
@media screen and (max-width : 599px ){
	
	#introBox .imgOshi {
		width: 100%;
		max-width: 320px;
		border-radius: 0px;
		margin: 0 auto 15px;
	}
	#introBox .flex dd span {
		text-align: justify;
	}
	
	#introBox .flex .iconBox {
		margin: 15px 5px 0!important; 
	}


#single .prtBox h3 {
   font-size: clamp(19px, 5.3vw, 21px);
}
#single .prtBox dt {
	 font-size: clamp(16px, 4.6vw, 18px);
}
#single .prtBox dd {
   font-size: clamp(14px, 4vw, 16px);
}
	#single .editer .txtBox::after {
    width: 30px;
    height: 30px;
    right: auto;
    left: 50%;
    top: auto;
    bottom: 100%;
    transform: translateX(-50%);
    border-bottom: #e6e6e5 solid 30px;
    border-left: transparent solid 15px;
    border-right: transparent solid 15px;
  }
  #single .editer.pink,#single .editer.blue{
    flex-direction: column;
  }
    #single .editer.pink .txtBox::after {
      border-bottom: #FCEAEA solid 30px;
  }
  #single .editer.blue .txtBox::after {
      border-bottom: #d3edfb solid 30px;
    
  }
	#single .editer {
    padding-bottom: 30px;
    padding: 15px 0;
	}
	#single .editer .imgBox {
    width: 120px;
	}
	#single .editer .imgBox p {
    font-size: clamp(15px, 4.3vw, 17px);
    position: static;
		padding: 0.2em 0;

	}
	#single .editer .txtBox {
		width: 100%;
		font-size: clamp(15px, 4.3vw, 17px);
	}
	#single .editer .txtBox::after {
    width: 30px;
    height: 30px;
    right: auto;
    left: 50%;
    top: auto;
    bottom: 100%;
    transform: translateX(-50%);
    border-bottom: #e9f3fb solid 30px;
    border-left: transparent solid 15px;
    border-right: transparent solid 15px;
  }
  #single .editer.pink,#single .editer.blue{
    flex-direction: column;
		padding: 10px 0 30px
  }
    #single .editer.pink .txtBox::after {
      border-bottom: #FCEAEA solid 30px;
  }
  #single .editer.blue .txtBox::after {
      border-bottom: #d3edfb solid 30px;
    
  }


	
}
	