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

html{
	scroll-behavior: smooth;
}
body{
	font-size: 18px;
  	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	background-color: #F0F5FF;
}

a{
	color: #fff;
	text-decoration: none;
}

img{
	width: 100%;
}

br {
display: block;
content: "";
margin: 0;
line-height: initial;
}

sup{
	font-size: 10px;
}
	  .acc-container{
		  max-width: 960px;
		  margin: auto;
		  padding: 5px;
	  }
	  
    .accordion {
		width: 100%;
      border-radius: 5px;
		margin:10px 0px;
    }

    .accordion-header {
		display: block;
		width: 100%;
      color: #333;
		cursor: pointer;
      font-weight: bold;
      padding: 10px;
	  text-align: center;
		font-size: 1.5em;
		line-height: 1;
    }

    .accordion-header:hover {
		opacity: 0.4;
    }
	  
	  #elem{
		  background-color: #FFB76C;
      	  border: 1px solid #FFB76C;
	  }
	  
	  #jh1{
		  background-color: #5FC1FF;
		  border: 1px solid #5FC1FF;
	  }
	  
	  #jh2{
		  background-color: #FF90C7;
		  border: 1px solid #FF90C7;
	  }
	  
	  #jh3{
		  background-color: #69DE69;
		  border: 1px solid #69DE69;
	  }

/*--------------------------------------
コンバージョンアップボタン 吹き出し赤色（中央寄せ）
--------------------------------------*/
.button2,
a.button2,
button.button2 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
.button2-c-wrap {
  margin: 30px 0;
  text-align: center;
}
a.button2-c {
  font-size: 1.15rem;
  width: 100%;
  position: relative;
  padding: 0.25rem 2rem 0.5rem 1.8rem;
  color: #fff;
  background: #e94919;
  -webkit-box-shadow: 0 5px 0 #d44114;
  box-shadow: 0 5px 0 #d44114;
}
a.button2-c span {
  font-size: 0.8rem;
  position: absolute;
  top: -0.75rem;
  left: calc(50% - 180px);
  display: block;
  width: 360px;
  padding: 0.25rem 0;
  color: #d44114;
  border: 2px solid #d44114;
  border-radius: 100vh;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
a.button2-c span:before,
a.button2-c span:after {
  position: absolute;
  left: calc(50% - 10px);
  content: "";
}
a.button2-c span:before {
  bottom: -10px;

  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #d44114 transparent transparent transparent;
}

a.button2-c span:after {
  bottom: -7px;

  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

a.button2-c i {
  margin-right: 0.75rem;
}

a.button2-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);

  color: #fff;
  background: #eb5b30;
  -webkit-box-shadow: 0 2px 0 #d44114;
  box-shadow: 0 2px 0 #d44114;
}
/*--------------------------------------
コンバージョンアップボタン 緑色（中央寄せ）
--------------------------------------*/
.button1,
a.button1,
button.button1 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
  display: inline-block;
  padding: 1rem 2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.button1-wrap {
  margin: 30px 0;
  text-align: center; 
}

a.button1-c {
    font-size: 1.2em;
    width: 100%;
    position: relative;
    padding: 1.2rem 2rem 0.5rem 2rem;
    color: #fff;
    background: #00AF43;
    -webkit-box-shadow: 0 5px 0 #008E36D;
    box-shadow: 0 5px 0 #008E36;
}

a.button1-c span {
  font-size: 1rem;

  position: absolute;
  top: -10px;
  left: calc(50% - 150px);

  display: block;

  width: 300px;
  padding: 0.2rem 0;

  color: #00AF43;
  border: 2px solid #00AF43;
  border-radius: 0.5rem;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

a.button1-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);

  color: #fff;
  background: #00AF43;
  -webkit-box-shadow: 0 2px 0 #008E36;
  box-shadow: 0 2px 0 #008E36;
}

a.button1-c:hover:before {
  left: 2rem;
}

a.button1-g {
    font-size: 1.2em;
    width: 100%;
    position: relative;
    padding: 30px 20px 20px 20px;
    color: #fff;
    background: #AF2800;
    -webkit-box-shadow: 0 5px 0 #9D2704;
    box-shadow: 0 5px 0 #9D2704;
}

a.button1-g span {
  font-size: 1.2rem;

  position: absolute;
  top: -10px;
  left: calc(50% - 150px);

  display: block;

  width: 300px;
  padding: 0.2rem 0;

  color: #AF2800;
  border: 2px solid #AF2800;
  border-radius: 0.5rem;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

a.button1-g:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);

  color: #fff;
  background:#AF2800;
  -webkit-box-shadow: 0 2px 0 #9D2704;
  box-shadow: 0 2px 0 #9D2704;
}

a.button1-g:hover:before {
  left: 2rem;
}

a.button1-r {
    font-size: 1.2em;
    width: 100%;
    position: relative;
    padding: 20px;
    color: #fff;
    background:#AF0065;
    -webkit-box-shadow: 0 5px 0 #930055;
    box-shadow: 0 5px 0 #930055;
}

a.button1-r span {
  font-size: 1rem;

  position: absolute;
  top: -10px;
  left: calc(50% - 150px);

  display: block;

  width: 300px;
  padding: 0.2rem 0;

  color: #8E1FFD;
  border: 2px solid #AF0065;
  border-radius: 0.5rem;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

a.button1-r:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);

  color: #fff;
  background: #AF0065;
  -webkit-box-shadow: 0 2px 0 #930055;
  box-shadow: 0 2px 0 #930055;
}

a.button1-r:hover:before {
  left: 2rem;
}

/*--------------------------------------
コンバージョンアップボタン 黄色（中央寄せ）
--------------------------------------*/
.button3,
a.button3,
button.button3 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.button3-wrap {
  margin: 30px 0;
  text-align: center; 
}

a.button3-c {
    font-size: 1.15rem;
    width: 100%;
    position: relative;
    padding: 0.25rem 2rem 0.5rem 2.1rem;
    color: #333;
    background: #fff100;
    -webkit-box-shadow: 0 5px 0 #2c9d60;
    box-shadow: 0 5px 0 #ccc100;
}

a.button3-c span {
    font-size: 0.8rem;
    position: absolute;
    top: -10px;
    left: calc(50% - 150px);
    display: block;
    width: 300px;
    padding: 0.2rem 0;
    color: #333;
    border: 2px solid #333;
    border-radius: 0.5rem;
    background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

a.button3-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #333;
  background: #fff100;
  -webkit-box-shadow: 0 2px 0 #ccc100;
  box-shadow: 0 2px 0 #ccc100;
}

a.button3-c:hover:before {
  left: 2rem;
}


.contactWrap{
	padding: 20px 10px 10px 10px;
	margin: auto;
	max-width: 1000px;

}

.point{
	max-width: 960px;
	margin: auto;
	padding: 10px 20px;
}

.pointBox{
	border-radius: 13px;
	border:dotted 1px #707070;
	background: #ffffff;
	padding: 20px;
	margin: 0;
}

.pointArticleContainer{
	display: flex;
}

.pointArticle{
	width:800px;
	padding: 0 15px 0;
}

.pointImg{
	width: 30%;
	height: auto;

}

.pointSubTitle{
	margin: 0;
	color: #ff5d69;
	font-size: 1.5em;
	font-family: fot-tsukuardgothic-std, sans-serif;
}

	.pointBox{
		margin: 20px 0 0;
		padding: 10px 0;
	}
	
	.pointArticleContainer{
		display: block;

	}
	
	.pointArticle{
		width: 100%;
	}
	
	.pointSubTitle{
		padding-top: 5px;
		text-align: center;
		font-size: 1.1em;
	}
	
	.pointArticle p{
		font-size: 0.8em;
		letter-spacing: 0.1em;
	}
	
	.pointImg{
		display: none;
	}
	
	.pointSub{
		display: none;
	}
	
	.pointSubSP{
		display: block;
		text-align: center;
		color: #0069AC;
		font-family: fot-tsukuardgothic-std, sans-serif;
		font-weight: bold;
		font-size: 1.2em;
	}
	
	.pointSubSP span{
		color: #FF5D69;
	}
	
	.pointIMGspWrap{
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 10px;
	}
	
	.pointIMGspL{
		width: 30%;
	}

	.pointIMGspL img{
		display: block;
		width: 100%;
	}
	
	.pointIMGspR{
		width: 70%;
		text-align: center;
		font-size: 1em;
	}
	
	.pointIMGspR{
		font-family: fot-tsukuardgothic-std, sans-serif;
		font-weight: 700;
		font-style: normal;
	}

.school{
	font-size: 1.3em;
	display: block;
	background-color: #3E3128;
	color: #fff;
	text-align: center;
	border-radius: 15px;
}

.name{
	color: #006FAA;
	font-size: 1.4em;
}

.oldshcool{
	display: block;
	font-size: 0.7em;
}

.plus{
	background-color: #424B7E;
	margin: 0;
	color: #fff;
}

.plusWrap{
	width: 100%;
	max-width: 960px;
	margin:auto;
	padding: 30px 0;
}

.plusPoint{
	display: block;
	margin: auto;
	padding: 10px 0;
	text-align: center;
	width: 95%;
}

.plusSample{
	text-align: center;
	margin: auto;
	width: 100%;
	aspect-ratio:16 / 9;
}

#result{
	margin: 0;
	background-color: #ffeff2;
}

.resultWrap{
	width: 90%;
	max-width: 900px;
	margin: auto;
	padding: 30px 0;
}

.resultSub{
	text-align: center;
}

.oricon{
	  background-image: linear-gradient(to bottom, #4963c1 6%, #010c33);
	margin: auto;
	padding: 30px;
}

.oriconWrap{
	display: flex;
	width: 90%;
	max-width: 900px;
	margin: auto;
}

.oriconMedal{
	width: 250px;
}

.oriconNo1{
	padding-left: 30px;
	width: 600px;
}

header{
	display: block !important;
	width: 100%;
	background: rgba(255,255,255,0.5);
	position: fixed;
	top:0;
	left: 0;
	right: 0;
	z-index: 10;
	box-shadow: -1px 4px 4px -5px #777777;
}

.headerWrap{
	margin: auto;
	padding: 2px;
	width: 250px;
}


.toppc{
	display: none;
}

	.topsp{
		display: block;
		text-align: center;
		width: 100%;
		color: #008BAF;
		margin: 40px 0 0 0;
	}

.topsp span{
		position: absolute;
		top: 24%;
	left: 2%;
		font-size: 1.4em;
		font-family: fot-tsukuardgothic-std, sans-serif;
	
}
	.topresults01 img{
		display: block;
		width: 100%;
		max-width: 900px;
		margin: auto;
		padding: 20px 20px;
	}
	
	.topresults02 img{
		display: block;
		width:100%;
		max-width: 900px;
		margin: auto;
		padding: 0 20px;
	}

.bottomnav{
	position: fixed;
	bottom: 0;
	display: flex;
    width: 100%;
	background: rgba(255,255,255,0.4);
	text-align: center;
	margin: auto;
	z-index: 3;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-right-color: rgba(255, 255, 255, 0.2);
	border-bottom-color: rgba(255, 255, 255, 0.2);
	border-radius: 5px;
	padding: 0;
}

.bottomnavitem:hover{
	background-color:#71C9E9;
	opacity: 0.7;
	transition: 1.0s ;
}

.bottomnavitem{
	list-style:none;
	flex: 1;
	width: 100%;
	font-size: 0.5rem;
	padding: 5px 0px 5px 0px;
}

.bottomnavitem span{
	color: #00365F;
}

.bottomnavitem img{
	display: block;
	max-height: 40px;
}

#campaign{
	background-color: #FFF0F0;
}

.campaign{
	padding: 10px 0 0 0;
	max-width: 800px;
	margin: auto;
}

.camWrap{
	margin: auto;
	width: 90%;
	max-width: 900px;
}

.cambottom{
	background-color: #FD1F41;
	padding: 10px;
	text-align: center;
	color: #fff;
}

.cambottomspan1{
	font-size: 1.5em;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 600;
}

.cambottomspan2{
	font-size: 1.5em;
	font-size: 1.2em;
}

.cambottomspan2 span{
	color: #FFFF33;
}

#fee{
	max-width: 960px;
	margin: auto;
	padding: 10px 0;
}

.sectitleWrap{
	display: flex;
	align-items: center;
	justify-content: center;
}

.sectitlecontainer:before{
		content: "";
		display: block;
		width: 20%;
		height: 3px;
		background-color: #FD1F41;
}

.sectitlecontainer:after{
		content: "";
		display: block;
		width: 20%;
		height: 3px;
		background-color: #FD1F41;
	margin: 10px 0 10px auto;
}

.sectitlecontainer2:before{
		content: "";
		display: block;
		width: 20%;
		height: 3px;
		background-color: #FF93B4;
		margin-bottom: 10px;
}

.sectitlecontainer2:after{
		content: "";
		display: block;
		width: 20%;
		height: 3px;
		background-color: #FF93B4;
	margin: 0 0 0 auto;
}

.sectitlecontainer3:before{
		content: "";
		display: block;
		width: 20%;
		height: 3px;
		background-color: #FD1F41;
		margin-bottom: 10px;
}

.sectitlecontainer3:after{
		content: "";
		display: block;
		width: 20%;
		height: 3px;
		background-color: #FD1F41;
	margin: 0 0 0 auto;
}



.sectitleleft{
	padding: 10px;
	width: 100px;
}

.sectitleleft img{
	max-height: 100px;
}

.sectitleright h2{
	display: block;
	color: #580F0F;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	margin: 0;
	line-height: 0;
	padding-top: 20px;
	text-align: center;
}

.sectitleleft3{
	padding: 10px;
	width: 100px;
}

.sectitleright3 h2{
	display: block;
	color: #580F0F;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	margin: 0;
	line-height: 0;
	padding-top: 20px;
	text-align:center;
}

.sectitileplus{
	background-color: #424B7E;
	padding: 30px 0 20px 0;
}


.sectitleleft_result{
	padding: 10px;
}

.sectitleright_result h2{
	display: block;
	color: #FF5D69;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	margin: 0;
	line-height: 0;
	font-size: clamp(1.2em,4vw,2.5em);
}

.sectitleright_result h2 span{
	display: block;
	margin-top: 1.1em;
}


.sectitleright img{
	display: block;
	width: 100%;
}

.sectitleright h2 span{
	display: block;
	margin-top: 1.2em;
}

.sectitleright3 h2 span{
	display: block;
	margin-top: 1.2em;
}

#fee{
	width: 95%;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	background-color: #2F5FFF;
	border-radius: 10px;
}

.feefreeWrap{
	display: flex;
	margin: auto;
	max-width: 600px;
	padding: 30px 20px;
}

.feefreeLeft{
	width: 40%;
	text-align: center;
	font-weight: bold;
}

.feefreeright{
	width: 60%;
	font-size: 6rem;
	text-align: center;
	color: #FFFF33;
	font-weight: bold;
	white-space: nowrap;
}

.feefreeLeft span{
	display: block;
	padding-top: 10px;
	font-size: 2.5rem;
	color: #fff;
}

.feefreebottom{
	display: block;
	margin: auto;
	max-width: 960px;
	text-align: center;
	color: #FFFF33;
	font-size: 1.5rem;
	font-weight: 600;
}

.feegrade{
	margin: 10px;
	display: block;
	text-align: center;
	font-size: 1.2em;
	background-color: #008BAF;
	border-radius: 15px;
	color: #fff;
}

.feeimg{
	margin: auto;
	display: block;
	width: 80%;
	margin-bottom: 10px;
}

.feeWrap{
	color: #fff;
}

.feejh3{
	display: block;
	text-align: center;
	font-size: 1em;
}

.feejh3 span{
	color: #DB2743;
}

small{
	font-size: 0.6em;
	display: block;
	padding: 0px 10px 0px 10px;
}

.contactWrap p{
	text-align: center;
}

#contact{
	margin: 10px 0;
	background-color: #FCFCD0;
}

.setsumeiContainer{
	padding-top: 20px;
}

	.setsumeiLeft h4{
		font-size: 2rem;
		margin: auto;
		text-align: center;
		color: #424B7E;
	}
	
	.setsumeiLeft span{
		display: block;
		text-align: center;
		font-size: 1.4rem;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	}
	
	.setsumeiLeft p{
		font-size: 1.1rem;
		margin: 0;
		color: #645D58;
	}

#grade{
	max-width: 960px;
	margin: auto;
}

.selgrade{
	display: block;
	text-align: center;
	color: #580F0F;
}

.eletitle{
	text-align: center;
	font-size: 1.6em;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #FF9300;
}

.eletitle span{
  display: inline;
  font-weight: 600;
  line-height: 1.5em;
  padding: 5px;
	color: #fff;
  background-color: #FF9300;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.jh1title{
	text-align: center;
	font-size: 1.5em;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #23AAFF;
}

.jh1title span{
  display: inline;
  font-weight: 600;
  line-height: 1.5em;
  padding: 5px;
	color: #fff;
  background-color: #23AAFF;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.jh2title{
	text-align: center;
	font-size: 1.5em;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #FF2391;
}

.jh2title span{
  display: inline;
  font-weight: 600;
  line-height: 1.5em;
  padding: 5px;
	color: #fff;
  background-color: #FF2391;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.jh3title{
	text-align: center;
	font-size: 1.5em;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #00DD00;
}

.jh3title span{
  display: inline;
  font-weight: 600;
  line-height: 1.5em;
  padding: 5px;
	color: #fff;
  background-color: #00DD00;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.accordion-content img{
	margin: auto;
	display: block;
}

.elesubtitle{
  position: relative;
  color: black;
  background: #FFEEDD;
  line-height: 1.4;
  padding: 0.25em 0.5em;
  margin: 2em 0 0.5em;
  border-radius: 0 5px 5px 5px;
}

.elesubtitle:after{
  position: absolute;
  font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
  font-weight: 900;
  content: 'Check';
  background: #FF9323;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 3px 7px 1px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em
}

.jh1subtitle{
  position: relative;
  color: black;
  background: #DDF3FF;
  line-height: 1.4;
  padding: 0.25em 0.5em;
  margin: 2em 0 0.5em;
  border-radius: 0 5px 5px 5px;
}

.jh1subtitle:after{
  position: absolute;
  font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
  font-weight: 900;
  content: 'Check';
  background: #23AAFF;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 3px 7px 1px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em
}

.jh2subtitle{
  position: relative;
  color: black;
  background: #FFDDFC;
  line-height: 1.4;
  padding: 0.25em 0.5em;
  margin: 2em 0 0.5em;
  border-radius: 0 5px 5px 5px;
}

.jh2subtitle:after{
  position: absolute;
  font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
  font-weight: 900;
  content: 'Check';
  background: #FF2391;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 3px 7px 1px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em
}

.jh3subtitle{
  position: relative;
  color: black;
  background: #DDFFDE;
  line-height: 1.4;
  padding: 0.25em 0.5em;
  margin: 2em 0 0.5em;
  border-radius: 0 5px 5px 5px;
}

.jh3subtitle:after{
  position: absolute;
  font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
  font-weight: 900;
  content: 'Check';
  background: #00DD00;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 3px 7px 1px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em
}

.accordion-content p span{
	font-weight: 700;
 	text-decoration: underline; /* 下線 */
  	text-decoration-thickness: 0.5em; /* 線の太さ */
  	text-decoration-color: rgba(255, 228, 0, 0.4); /* 線の色 */
  	text-underline-offset: -0.2em; /* 線の位置。テキストに重なるようにやや上部にする */
  	text-decoration-skip-ink: none;
}

.em{
	color: #DB2743;
	font-size: 1.1em;
}

.jhen-b{
  	color: #2B6CFF; /* 線の色 */

}

.topicWrap{
	background-color: #F7F7F7;
	padding: 10px;
}

.topiccontainer{
	display: flex;
}

.topicleft{
	width: 20%;
	padding-top: 30px;
	padding-left: 5px;
}

.topicright{
	width: 80%;
	padding-left: 10px;
	font-size: 1.2rem;
	white-space: nowrap;
}

.topicright h5{
	line-height: 0;
	color: #FF4A5E;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.0em;
}

.topicright h5 span{
	display: block;
	margin-top: 1.0em;
	white-space: nowrap;
}


.contntimg{
	margin: auto;
	display: block;
	width: 100%;
}

.voice{
	margin: auto;
	max-width: 600px;
}

.voice h4{
	text-align: center;
	font-size: 1.6em;
 	text-decoration: underline; /* 下線 */
  	text-decoration-thickness: 0.5em; /* 線の太さ */
  	text-decoration-color: #FFBABF; /* 線の色 */
  	text-underline-offset: -0.2em; /* 線の位置。テキストに重なるようにやや上部にする */
  	text-decoration-skip-ink: none;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #FF5D69;
}

.san{
	display: inline;
}

#camp_closing{
	background-color: #008BAF;
}

#camp_closing h2{
	display: block;
	text-align: center;
	color: #424B7E;
	font-size: 1.6rem;
	margin: 0 !important;
	padding: 15px 5px;
	background-color: #FFFF00;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
}

.campWrap_closing{
	max-width: 960px;
	padding: 20px 5px;
	margin: auto;
}

.campclosingWrap{
	margin:auto;
}

.campclosingitem{
	margin: auto;
	max-width: 700px;
}

.campclosingitem img{
	display: block;
	padding: 10px;
}

.comirusec{
  background-color: #effffb;
	margin: auto;
	text-align: center;
	padding: 0 0 20px 0;
}

.comirutitlebg{
	background-image: url("../images/comirubg.jpg");
	background-repeat:no-repeat;
	background-position: center center;
	background-color:#CFEEFB;
}

.comirutitle h2{
	display:inline-block;
	padding: 0 20px;
 background-image: linear-gradient(83deg, #f8ff2a 0%, #8ffe3b 29%, #36c8ff 101%);
	font-size: 1.7em;
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: 700s;
	font-style: normal;
}

.comirutitle span{
	display: block;
	margin: -40px 0 0 150px;
}

.comirutitle1{
	margin-left: -90px;
}

.comiruimg{
	margin: auto;
	max-width: 500px;
	padding: 20px 0 0;
}

.comirudesc{
	margin: auto;
	max-width: 800px;
	padding: 15px;
	font-size: 0.8em;
	
}

.comiruirtemswrap{
	border-top: 5px solid #c21500;
	border-bottom: 5px solid #c21500;
	border-image: linear-gradient(90deg, rgba(248,255,42,1) 0%, rgba(143,254,59,1) 11%, rgba(54,200,255,1) 100%);
	border-image-slice: 1;
	padding: 8px 0;
	display: flex;
	max-width: 960px;
	margin: auto;
	overflow-x: scroll;
	white-space:nowrap;
	background: #fff;
}

.comirupointitems{
	width: 100%;
	padding: 0 10px;
}

.comirupointitems p{
	font-size: 0.8em;
}

#tfa{
	display: block;
	background-color: #EFFFFA;
	border: #5BC1C6 solid 5px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
	max-width: 1000px;
	padding: 20px;
}

#tfa img{
	display: block;
	width:70%;
	margin: auto;
}

#tfa h3{
	font-size: 2.4rem;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #3E3128;
	margin: 0;
	text-align: center;
}

#tfa h3 span{
	color: #FD616D;
	font-size: 3.3rem;
}

#tfa h4{
	display: block;
	font-size: 2rem;
	color: #37ACB2;
	font-family: "nitalago-ruika", sans-serif;
	font-weight: 100;
	font-style: normal;
	text-align: center;
	margin: 0;
	padding-bottom: 10px;
}

#tfa p{
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
}

#tfa p span{
	font-size:1.7rem;
	color: #37ACB2;
	font-weight: 700;
}

.tfastart{
	display: block;
	margin: auto;
	background-color: #37ACB2;
	color: #FFF;
	font-size: 1.5rem;
	text-align: center;
	padding: 10px;
	border-radius: 10px;
}

.pconly{
	display: none;
}

/* アコーディオン */

.accordion-content{
	background-color: #fff;
	padding: 15px;
}

.accordion *, .accordion *:before, .accordion *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.accordion {
	position: relative;
}
.accordion label {
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	height: 140px; /* グラデーションの高さ */
	cursor: pointer;
	text-align: center;
	/* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
	background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}
.accordion input:checked + label {
	background: inherit; /* 開いた時にグラデーションを消す */
	background-color: #fff;
	opacity: 0;
}
.accordion label:after {
	line-height: 2.5rem;
	position: absolute;
	z-index: 2;
	bottom: 20px;
	left: 50%;
	width: 16rem;
	font-family: FontAwesome;
	content: '\f13a'' 続きをよむ';
	transform: translate(-50%, 0);
	letter-spacing: 0.05em;
	color: #ffffff;
	border-radius: 20px;
	background-color: rgba(27, 37, 56, 1);
}
.accordion input {
	display: none;
}
.accordion .accordion-content {
	overflow: hidden;
	height: 300px; /* 開く前に見えている部分の高さ */
	transition: all 1s ease;
}
.accordion input:checked + label {
	/* display: none ; 閉じるボタンを消す場合解放 */
}
.accordion input:checked + label:after {
	font-family: FontAwesome;
	content: '\f139'' 閉じる';
}
.accordion input:checked ~ .accordion-content {
	height: auto;
	padding-bottom: 10px; /* 閉じるボタンのbottomからの位置 */
	transition: all 1s ease;
}

@media screen and (min-width : 767px ){
	
	.sponly{
		display: none;
	}
	
	.pconly{
		display: block;
	}
	
	.topsp{
		display: none;
	}
	
	.toppc{
		display: block;
		margin: 40px 0 0 0;
	}
	
	.topiccontainer{
		margin: auto;
		padding: 0 40px 0 80px;
	}
	.topicleft{
		width: 20%;
	}
	.topicright{
		font-size: 1.8rem;
		padding-left: 30px;
	}
	
	.sectitleright_result h2{
		font-size: 2rem;
	}
	
	.sectitleright{
		font-size: 1.6rem;
		
	}
	
	.sectitleright2{
		font-size: 1.6rem;
		
	}
	
		.sectitleright3{
		font-size: 1.6rem;
		
	}
	
	.pointSubTitle{
		font-size: 1.6rem;
	}
	
	.school{
		margin-left: 15px;
	}
	
	.setsumeiContainer{
		display: flex;
		padding: 40px 0;
	}
	
	.setsumeiLeft{
		width: 60%;
	}
	
	.setsumeiRight{
		width: 40%;
	}
}
