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

.dlCap {
	max-width: 800px;
	margin: 0 auto;
	font-size: 15px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	padding-bottom: 2em;
}
.dlCap dt {
	width: 4.5em;
}
.dlCap dd {
	width: calc(100% - 5em);
}

.awasete, #sec07 .awasete {
	border-top: #b5b5b6 solid 1px;
	border-bottom: #b5b5b6 solid 1px;
	padding: 20px 0 30px;
	max-width: 800px;
	margin: 0 auto;
}

.awasete h3, #sec07 .awasete h3 {
	font-size: 21px;
	font-weight: 600;
	padding: 0;
	padding-bottom: 0.5em;
	border: none;
}
.awasete h3::before {
	content: "▼";
	color: #ea5c71;
	transform: rotateZ(-90deg);
	display: inline-block;
	margin-right: 0.3em;
}
.awasete .flex {
	
}
.awasete .flex .imgBox {
	width: 37%;
	max-width: 290px;
	padding-bottom: 0!important;
}
.awasete .flex .txtBox {
	width: 60%;
}
.awasete .flex .txtBox h5 {
	width: 100%;
	max-width: 300px;
}
.awasete .flex .txtBox h4 {
	font-size: 24px;
	font-weight: 600;
	padding: 0.8em 0;
}
.awasete .flex .txtBox a {
	display: block;
	width: 100%;
	max-width: 200px;
	filter: brightness(100%) contrast(100%) saturate(90%);
	transition: 0.5s;
}
.awasete .flex .txtBox a :hover{
	filter: brightness(80%) contrast(160%) saturate(120%);
}

#aboutBox {
	background-color: #eaeae2;
	padding: 30px 50px;
	margin-top: 50px!important;
}
#aboutBox h3 {
	font-size: 20px;
	text-align: center;
	color: #fff;
	background-color: #ea5c71;
	border-radius: 999px;
	width: 20em;
	padding: 0.5em;
	margin: 0 auto;
}
#aboutBox dl.dl01 {
	border-bottom: #b5b5b6 solid 1px;
	padding-bottom: 30px;
}
#aboutBox dl.dl01 dt {
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	padding: 1em 0;
	
}
#aboutBox dl.dl01 dt span {
	display: inline-block;
	border-bottom: #ea5c71 solid 2px;
}
#aboutBox dl.dl01 dd {
font-size: 18px;
    line-height: 2;
}
#aboutBox h4 {
	font-size: 18px;
	color: #ea5c71;
	border: #ea5c71 solid 1px;
	width: 20em;
	height: 3em;
	border-radius: 100px;
	display: flex;
justify-content: center;
align-items: center;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
}
#aboutBox .imgBox p {
	font-size: 18px;
	padding-top: 0.5em;
}
#aboutBox .memBox {
	margin-top: 30px;
}


#aboutBox .memBox dl {
	width: 100%;
	border-left: #595757 solid 1px;
	padding-left: 1em;
}
#aboutBox .memBox dt {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
}
#aboutBox .memBox dt span {
	font-size: 64%;
	font-weight: 400;
	display: block;
}
#aboutBox .memBox dd {
	font-size: 14px;
	padding-top: 0em;
}

#single #titBox #introBox {
	background-color: #fff;
	margin-top: 30px;
	padding: 30px;
	border: #7fc2b5 dotted 3px;
}

#introBox .imgOshi {
	width: 45%;
	max-width: 320px;
	border-radius: 0px;
}
#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: 30px auto;
	border-radius: 20px;
	
}
.h2-01+.desc {
	padding-top: 0!important;
}
#single.sup .editer {
    padding: 0px 0 30px;
}
#single.sup .editer.pink {
    padding: 50px 0 40px;
}

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

#single.sup .editer .txtBox::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    left: 100%;
    top: 45%;
    transform: translateY(-50%) rotateZ(180deg);
    border-right: #e6e6e5 solid 30px;
    border-top: transparent solid 15px;
    border-bottom: transparent solid 15px;
}
#single.sup .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.sup .blue .txtBox::after {
    border-right: #d3edfb solid 30px;
}
#single.sup #sec04 .editer {
    padding: 30px 0 20px;
}

#single.sup .blue {
  flex-direction: row-reverse;
}
#single.sup .blue .txtBox {
  background-color: #d3edfb;
	
}
#single.sup .blue .txtBox::after {
    border-right: #d3edfb solid 30px;
}
#sec05 {}
#sec05 .leftBox p {
	padding-bottom: 1em;
}
#sec05 h4 {
	width: 80%;
	max-width: 520px;
	margin: 0 auto;
	padding-top: 20px;
	
}
#sec05 .desc {
	padding: 2% 5%!important;
}
#single.sup #sec06 .h3-01 {
	border: none;
	border-left: #ea5c71 solid 4px;
	    padding: 0em 0;
    border-bottom: #E61E73 solid 0px;
    margin: 1em 0 0.5em 0;
	padding-left: 0.5em;
}
#single.sup #sec07 h2 {
	border: none;
	background-color: #ea5c71;
	color: #fff;
	height: 2.6em;
	border-radius: 10px;
	display: flex;
justify-content: center;
align-items: center;
	
}
#sec07 .nameBox {
	width: 50%;
	max-width: 340px;
	margin: 15px auto;
}
#sec07 .compBox {
	padding-bottom: 50px;
}
#sec07 .img043 {
	padding: 30px 0;
}
#sec07 .awasete {
	margin-bottom: 30px;
}


@media screen and (max-width : 959px ){
	
}
@media screen and (max-width : 599px ){
	.dlCap,#aboutBox .imgBox p {
    font-size: 13px;
		line-height: 1.4;
	}
	.awasete .flex {
		display: block;
	}
	.awasete .flex .imgBox {
		width: 80%;
		max-width: 290px;
		padding-bottom: 15px!important;
		margin: 0 auto;
	}
	.awasete .flex .txtBox {
		width: 100%;
	}
	.awasete .flex .txtBox h5 {
		margin: 0 auto;
	}
	.awasete .flex .txtBox h4,#aboutBox dl.dl01 dt {
		font-size: clamp(16px, 5.0vw, 20px);
		text-align: center;
	}
	.awasete .flex .txtBox a {
		margin: 0 auto;
	}
	#aboutBox {
    padding: 20px 20px;
    margin-top: 30px !important;
	}
	#aboutBox h3,#aboutBox h4 {
    font-size: clamp(15px, 4.8vw, 19px);
		width: 100%;
	}
	#aboutBox dl.dl01 dd {
		font-size: clamp(15px, 4.3vw, 17px);
	}
	#aboutBox .memBox {
    margin-top: 15px;
	}
	#aboutBox .memBox dl {
    width: 100%;
		border: none;
    border-top: #595757 solid 1px;
    padding-left: 0em;
		padding-top: 15px;
}
	#aboutBox .memBox dt {
		font-size: clamp(16px, 4.6vw, 18px);
		text-align: center;
	}
	#aboutBox .memBox dt span {
		font-size: 64%;

	}
	#aboutBox .memBox dd {
	font-size: clamp(13px, 3.7vw, 15px);
	}
	#single #titBox #introBox {
		margin-top: 20px;
		padding: 15px;
	}

	#introBox .imgOshi {
		width: 100%;
		max-width: 320px;
		border-radius: 0px;
		margin: 0 auto 15px;
	}
	#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: 30px auto;
		border-radius: 20px;

	}
	#single article #ichiran {
		font-size: 18px;
	}
	#single.sup .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.sup .editer.pink,#single .editer.blue{
    flex-direction: column;
  }
    #single.sup .editer.pink .txtBox::after {
      border-bottom: #FCEAEA solid 30px;
  }
  #single.sup .editer.blue .txtBox::after {
      border-bottom: #d3edfb solid 30px;
    
  }
	#single.sup .editer {
    padding-bottom: 30px;
    padding: 15px 0;
	}
	#single.sup .editer .imgBox {
    width: 120px;
	}
	#single.sup .editer .imgBox p {
    font-size: clamp(15px, 4.3vw, 17px);
    position: static;
		padding: 0.2em 0;

	}
	#single.sup .editer .txtBox {
		width: 100%;
		font-size: clamp(15px, 4.3vw, 17px);
	}
	#single.sup .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.sup .editer.pink,#single.sup .editer.blue{
    flex-direction: column;
		padding: 10px 0 30px
  }
    #single.sup .editer.pink .txtBox::after {
      border-bottom: #FCEAEA solid 30px;
  }
  #single.sup .editer.blue .txtBox::after {
      border-bottom: #d3edfb solid 30px;
    
  }
	#single.sup #sec04 .editer {
    padding: 15px 0 10px;
	}
	#sec05 h4 {
    width: 100%;
	}
	#single.sup #sec07 h2 {
		font-size: clamp(17px, 4.8vw, 19px);
		height: 3.6em;
		border-radius: 10px;
		text-align: center;

	}
	#sec07 .nameBox {
		width: 70%;
		max-width: 340px;
		margin: 15px auto;
	}
	
}
	