/*
Theme Name:
*/

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&display=swap');

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	width: 100%;
	margin: 0 auto;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}

.pcOnly{ display: block!important;}
.spOnly{ display: none!important;}

*{
	margin: 0 auto;
}

hr{
	display: none!important;
}

a {
	text-decoration-thickness: 1px!important;
	text-underline-offset: 0.25ch!important;
	color: white!important;
	font-size: 16px;
}

a:hover,
a:focus {
	text-decoration-style: none!important;
	color: white!important;
}

a:active {
	text-decoration: none!important;
	color: white!important;
}

header{
	display: flex;
	height: 100px;
	width: 100%;
	position: relative;
	top: 0;
	background: white;
	padding-top: 0px!important;
	border-bottom: 2px solid #f3f3f3;
}

header .wrapper{
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

header .wrapper img{
	position: absolute;
	display: flex;
	align-items: start;
	height: 37px;
	top: 31.5px;
}
.just_sp_br,
.just_sp_br2,
.just_sp_br3{
	display: none;
}
.contents {
	width: 100%;
	background-color: #d0e3e1;
	background-image: radial-gradient(circle, #ffffff 2.5px, transparent 2.5px), radial-gradient(circle, #ffffff 2.5px, transparent 2.5px);
	background-position: 0 0, 20px 40px;
	background-size: 40px 80px;
	width: 100%;
	height: max-content;
	padding-top: 70px;
	position: relative;
	padding-bottom: 140px;
}

.wrapper{
	width: 800px;
	margin: 0 auto;
}

.small{
	font-size: 12px!important;
}

.yellow-box{
	width: 100%;
	background-color: #fbf5e8;
}

.yellow-box .contents{
	width: 60%;
	background-color: #fbf5e8;
	background-image: none;
	margin: 0px auto 0px;
	height: auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 12px 10px;
	box-sizing: border-box;
	font-size: 24px;
}

.yellow-box .contents .day{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	width: 60px;
	color: white!important;
}

.annotation{
	font-size: 13px;
	margin-bottom: 10px;
	display: block;
}

.btn-area{
	text-align: center;
}

.btn-area span{
	font-size: 16px;
	font-weight: bold;
}

.border{
  background-image: radial-gradient(circle, #cccccc 3.5px, transparent 3.5px);
  background-position: left -4px top;
  background-repeat: repeat-x;
  background-size: 17px 7px;
}

.contentbox .orange .btn-area span{
	color: #e78b67;
}

.contentbox .blue .btn-area span{
	color: #6795ac;
}

.contentbox .green .btn-area span{
	color: #54a7b7;
}

.orange .yellow-box .contents .day{
	background-color: #e78b67;
	height: 50px;
	border-radius: 10px;
}

.blue .yellow-box .contents .day{
	background-color: #6795ac;
	height: 50px;
	border-radius: 10px;
}

.green .yellow-box .contents .day{
	background-color: #54a7b7;
	border-radius: 10px;
	height: 50px;
}
.contentbox.pink .green .yellow-box .contents .day{
	background-color: #EC8B84;	
}
.contentbox .orange .yellow-box p{
	margin: 0px;
	font-size: 20px;
	font-weight: bold;
	color: #e78b67;
	text-align: right;
}

.contentbox .blue .yellow-box p{
	margin: 0px;
	font-size: 20px;
	font-weight: bold;
	color: #6795ac;
	text-align: right;
}

.contentbox .green .yellow-box p{
	margin: 0px 0 20px;
}

.contentbox .green .yellow-box p{
	margin: 0px;
	font-size: 20px;
	font-weight: bold;
	color: #54a7b7;
	text-align: center;
}
\.contentbox.pink .green .yellow-box p{
	color: #EC8B84;	
}

.list{
	list-style: none;
	width: 100%;
	margin: 0px 0px 55px;
	text-align: center;
	padding: 0px;
	display: flex;
	justify-content: center;
	column-gap: 20px;
}

.list li{
	border-radius: 23px;
	font-size: 22px;
	width: calc((100% - 20px) / 3);
	width: fit-content;
	column-gap: 0px;
	height: 48px;
	display: inline-block;
	justify-content: center;
	line-height: 48px;
	font-weight: bold;
	padding: 0 35px;
	box-sizing: border-box;
	margin: 0;
	display: flex;
	align-items: center;
}

.list li:nth-child(even){
	color: #ea7934;
	background-color: white;
	border: 1px solid #ea7934;

}

.list li:nth-child(odd){
	color: #6795ac;
	background-color: white;
	border: 1px solid #6795ac;
}

.list li:nth-child(1)::before{
	content: "";
	display: inline-block;
	background-image: url("https://cs-gakuseishien.mynavi.jp/wp-content/themes/naledi/images/seminer2_list1.svg");
	background-size: contain;
	background-repeat: no-repeat;
	/* border: 1px solid #cccc; */
	width: 55px;
	height: 40px;
	padding-right: 0px;
	/* line-height: 37px; */
	background-position: left;
	position: relative;
	top: 0px;
	left: -10px;
	margin-right: 0px;
}

.list li:nth-child(2)::before{
	content: "";
	display: inline-block;
	background-image: url("https://cs-gakuseishien.mynavi.jp/wp-content/themes/naledi/images/seminer2_list2.svg");
	background-size: cover;
	background-repeat: no-repeat;
	/* border: 1px solid #cccc; */
	width: 30px;
	height: 30px;
	padding-right: 30px;
	/* line-height: 37px; */
	background-position: left;
	position: relative;
	top: 2px;
	left: -14px;
	margin-right: -10px;
}

.list li:nth-child(3)::before{
	content: "";
	display: inline-block;
	background-image: url("https://cs-gakuseishien.mynavi.jp/wp-content/themes/naledi/images/seminer2_list3.svg");
	background-size: cover;
	background-repeat: no-repeat;
	/* border: 1px solid #cccc; */
	width: 40px;
	height: 40px;
	padding-right: 0px;
	/* line-height: 37px; */
	background-position: right;
	position: relative;
	top: 1px;
	left: -7px;
	right: 0;
	margin-right: -13px;
}

.balloon, .balloon2, .balloon3, .balloon4, .balloon5, .balloon6{
  position: relative;
  display: flex;
  align-items: center;
  width: 800px;
  margin-bottom: 17px;
  padding: 22px 105px;
  border-radius: 20px;
  background-color: #54a7b7;
  text-align: center;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  box-sizing: border-box;
  height: 75px;
}
.balloon2 {
  background-color: #6795ac;
}
.balloon4 {
  background-color: #f28c38;
  margin-bottom: 20px;
}
.balloon5 {
  background-color: #F28C38;
}
.balloon6 {
  background-color: #EC8B84;
}
.balloon::after, .balloon2::after, .balloon3::after, .balloon4::after , .balloon5::after, .balloon6::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 17px 10px 0 10px;
  border-color: #54a7b7 transparent transparent;
  translate: -50% 100%;
}
.balloon2::after {
  border-color: #6795ac transparent transparent;
}
.balloon4::after , .balloon5::after{
  border-color: #F28C38 transparent transparent;	
}
.balloon6::after{
  border-color: #EC8B84 transparent transparent;	
}
.balloon h2 , .balloon2 h2 , .balloon3 h2 , .balloon4 h2 , .balloon5 h2 , .balloon6 h2{
  color: white;
  font-size: 30px;
}

.contentbox{
	width: 800px;
	background-color: white;
	margin: 30px auto 60px;
	border-radius: 27px;
}

.contentbox .wrapper{
	padding: 60px;
	width: auto;
	position: relative;
}

.contentbox .wrapper p span{
	font-size: 14px;
}

.contentbox .wrapper.orange h2{
	font-size: 28px;
	margin-bottom: 10px;
	color:#e78b67;
	position: relative;
	padding-left: 0;
	text-align: center;
}

.contentbox .orange h2 span{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 18px;
}

.contentbox .orange h2 span::before,
.contentbox .orange h2 span::after {
  content: '';
  width: 100px;
  height: 2px;
  background-color: #e78b67;
}


.contentbox .orange h2 span::before {
  margin-right: 20px;
}

.contentbox .orange h2 span::after {
  margin-left: 20px;
}

.contentbox .orange h3{
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e78b67;
	padding-bottom: 5px;
	display: flex;
	align-items: center;
}

.contentbox .orange h3.content::before{
	content: "";
	display: inline-block;
	background-image: url("https://cs-gakuseishien.mynavi.jp/wp-content/themes/naledi/images/seminer2_contents1.svg");
	background-size: contain;
	background-repeat: no-repeat;
	/* border: 1px solid #cccc; */
	width: 45px;
	height: 60px;
	padding-right: 40px;
	/* line-height: 37px; */
	background-position: left;
	position: relative;
	background-position: unset;
	top: 0px;
	left: -10px;
	margin-right: -10px;
}

.contentbox .orange h3.recommend::before{
	content: "";
	display: inline-block;
	background-image: url("https://cs-gakuseishien.mynavi.jp/wp-content/themes/naledi/images/seminer2_contents2.svg");
	background-size: contain;
	background-repeat: no-repeat;
	/* border: 1px solid #cccc; */
	width: 45px;
	height: 60px;
	padding-right: 40px;
	/* line-height: 37px; */
	background-position: center;
	position: relative;
	top: 0px;
	left: -25px;
    margin-right: -35px;
}

.contentbox .wrapper.blue h2{
	font-size: 28px;
	margin-bottom: 10px;
	color: #6795ac;
	position: relative;
	padding-left: 0;
	text-align: center;
}

.contentbox .blue h2 span{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 18px;
}

.contentbox .blue h2 span::before,
.contentbox .blue h2 span::after {
  content: '';
  width: 100px;
  height: 2px;
  background-color: #6795ac;
}


.contentbox .blue h2 span::before {
  margin-right: 20px;
}

.contentbox .blue h2 span::after {
  margin-left: 20px;
}

.contentbox .blue h3{
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #6795ac;
	padding-bottom: 5px;
	display: flex;
	align-items: center;
}

.contentbox .blue h3.content::before{
	content: "";
	display: inline-block;
	background-image: url("https://cs-gakuseishien.mynavi.jp/wp-content/themes/naledi/images/seminer2_contents3.svg");
	background-size: contain;
	background-repeat: no-repeat;
	/* border: 1px solid #cccc; */
	width: 45px;
	height: 60px;
	padding-right: 40px;
	/* line-height: 37px; */
	background-position: left;
	position: relative;
	background-position: unset;
	top: 0px;
	left: -10px;
	margin-right: -10px;
}

.contentbox .blue h3.recommend::before{
	content: "";
	display: inline-block;
	background-image: url("https://cs-gakuseishien.mynavi.jp/wp-content/themes/naledi/images/seminer2_contents4.svg");
	background-size: contain;
	background-repeat: no-repeat;
	width: 45px;
	height: 60px;
	padding-right: 40px;
	background-position: center;
	position: relative;
	top: 0px;
	left: -25px;
	margin-right: -35px;
}

.contentbox .wrapper.green h2{
	font-size: 28px;
	margin-bottom: 10px;
	color: #54a7b7;
	position: relative;
	text-align: center;
}
.contentbox.pink .wrapper.green h2{
	color: #EC8B84;	
}
.contentbox .green h2 span{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 18px;
}

.contentbox .green h2 span::before,
.contentbox .green h2 span::after {
  content: '';
  width: 100px;
  height: 2px;
  background-color: #54a7b7;
}


.contentbox .green h2 span::before {
  margin-right: 20px;
}

.contentbox .green h2 span::after {
  margin-left: 20px;
}

.contentbox .green h3,
.contentbox.pink .green h3{
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #54a7b7;
	padding-bottom: 5px;
	display: flex;
	align-items: center;
}
.contentbox.pink .green h3{
	border-bottom: 1px solid #EC8B84;	
}
.contentbox .green h3.content::before{
	content: "";
	display: inline-block;
	background-image: url("https://cs-gakuseishien.mynavi.jp/wp-content/themes/naledi/images/seminer2_contents5.svg");
	background-size: contain;
	background-repeat: no-repeat;
	width: 45px;
	height: 60px;
	padding-right: 40px;
	/* line-height: 37px; */
	background-position: left;
	position: relative;
	background-position: unset;
	top: 0px;
	left: -10px;
	margin-right: -10px;
}

.contentbox .green h3.recommend::before{
	content: "";
	display: inline-block;
	background-image: url("https://cs-gakuseishien.mynavi.jp/wp-content/themes/naledi/images/seminer2_contents6.svg");
	background-size: contain;
	background-repeat: no-repeat;
	/* border: 1px solid #cccc; */
	width: 45px;
	height: 60px;
	padding-right: 40px;
	/* line-height: 37px; */
	background-position: center;
	position: relative;
	top: 0px;
	left: -25px;
	margin-right: -35px;
}

.contentbox .wrapper p{
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 1.7rem;
	letter-spacing: -0.5px;
}

.contentbox .wrapper p span{
	font-size: 14px;
	margin: 0 0 10px;
	display: block;
}

.contentbox .wrapper .pa1{
	position: absolute;
	right: 0;
	bottom: -5px;
	width: 8.5rem;
}

.contentbox .wrapper .pa2{
	position: absolute;
	right: 0;
	bottom: -9px;
	width: 8.5rem;
}

.contentbox .orange .yoyakubt{
	background-color: #e78b67;
	width: 321px;
	height: 74px;
	color: white;
	margin: 0px auto 0px;
	border-radius: 59px;
	display: flex;
	justify-content: center;
	line-height: 54px;
	font-size: 24px;
}

.contentbox .blue .yoyakubt{
	background-color: #6795ac;
	width: 321px;
	height: 74px;
	color: white;
	margin: 0px auto 0px;
	border-radius: 59px;
	display: flex;
	justify-content: center;
	line-height: 54px;
	font-size: 24px;
}

.contentbox .green .yoyakubt{
	background-color: #54a7b7;
	width: 321px;
	height: 74px;
	color: white;
	margin: 0px auto 0px;
	border-radius: 59px;
	display: flex;
	justify-content: center;
	line-height: 54px;
	font-size: 24px;
}
.balloon5 +.contentbox .green .yoyakubt{
	background-color: #f28c38;
	margin-top: 20px !important;
}
.contentbox .orange .yoyakubt a ,.contentbox .blue .yoyakubt a ,.contentbox .green .yoyakubt a{
	display: block;
	width: 324px;
	text-decoration: none;
	color: white;
	font-size: 24px;
	text-align: center;
	position: relative;
	padding-right: 27px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.contentbox .orange .yoyakubt a:hover ,.contentbox .blue .yoyakubt a:hover ,.contentbox .green .yoyakubt a:hover{
	opacity: 0.8;
	color: white;
	border-radius: 59px;
	background-color: #ededed;
	}

.contentbox .wrapper .yoyakubt a::after{
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	top: 28px;
	right: 60px;
	margin: auto;
	box-sizing: border-box;
	border: 10px solid transparent;
	border-left: 17px solid white;
}

footer{
	background-color: white;
	width: 100%;
	position: absolute;
	bottom: 0px;
	border-top: 2px solid #f3f3f3;
}

footer .footer-content{
	background-color: white;
	width: 800px;
	height: 42px;
	display: flex;
  	justify-content: center;
	line-height: 42px;
}

footer span{
	text-align: center;
	margin: 0 auto;
}

img{
	margin: 0 auto;
}


@media screen and (max-width: 960px) {
	
.pcOnly{ display: none!important;}
.spOnly{ display: block!important;}
	
.mg0{
	margin: 0px!important;
}
	
body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	width: 100%;
	margin: 0 auto;
	font-family: 'Zen Maru Gothic', sans-serif;
}
	
.mg0{
	margin: 0px!important;
}
	
header{
	display: flex;
	height: 55px;
	width: 100%;
	position: relative;
	top: 0;
	background: white;
	padding-top: 0px!important;
	border-bottom: 2px solid #f3f3f3;
}

header .wrapper{
	position: relative;
	width: 90%;
	margin: 0 auto;
}

header .wrapper img{
	position: absolute;
	display: flex;
	align-items: start;
	height: auto;
	top: 15%;
}

.contents{
	width: 100%;
	background-color: #d0e3e1;
	background-image: radial-gradient(circle, #ffffff 2.5px, transparent 2.5px), radial-gradient(circle, #ffffff 2.5px, transparent 2.5px);
	background-position: 0 0, 20px 40px;
	background-size: 40px 80px;
	height: max-content;
	padding-top: 40px;
	position: relative;
	padding-bottom: 50px;
}

.wrapper{
	width: 90%;
	margin: 0 auto;
}

.balloon{
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 17px;
  padding: 22px 105px;
  border-radius: 20px;
  background-color: #54a7b7;
  text-align: center;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  box-sizing: border-box;
  height: 75px;
}

.balloon::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 17px 10px 0 10px;
  border-color: #54a7b7 transparent transparent;
  translate: -50% 100%;
}

.balloon2{
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 17px;
  padding: 22px 105px;
  border-radius: 20px;
  background-color: #6795ac;
  text-align: center;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  box-sizing: border-box;
  height: 75px;
}

.balloon2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 17px 10px 0 10px;
  border-color: #6795ac transparent transparent;
  translate: -50% 100%;
}
	
.balloon3{
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 17px;
  padding: 22px 105px;
  border-radius: 20px;
  background-color: #54a7b7;
  text-align: center;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  box-sizing: border-box;
  height: 75px;
}

.balloon3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 17px 10px 0 10px;
  border-color: #54a7b7 transparent transparent;
  translate: -50% 100%;
}

.balloon h2 , .balloon2 h2 , .balloon3 h2 ,balloon4 h2 ,balloon5 h2{
  color: white;
  font-size: 28px;
}

.yellow-box{
	height: auto!important;
	padding: 10px;
}

.yellow-box .contents{
	width: 62%;
	background-color: #fbf5e8;
	background-image: none;
	margin: 0px auto 0px;
	height: auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 12px 10px;
	box-sizing: border-box;
	font-size: 24px;
}

.yellow-box p{
	text-align: right;
}

.contentbox .orange h2 span{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 22px;
  width: 100%;
}

.contentbox .orange h2 span::before,
.contentbox .orange h2 span::after {
  content: '';
  width: 18%;
  height: 2px;
  background-color: #e78b67;
}


.contentbox .orange h2 span::before {
  margin-right: 20px;
}

.contentbox .orange h2 span::after {
  margin-left: 20px;
}

.contentbox .blue h2 span{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 22px;
  width: 100%;
}

.contentbox .blue h2 span::before,
.contentbox .blue h2 span::after {
  content: '';
  width: 18%;
  height: 2px;
  background-color: #6795ac;
}


.contentbox .blue h2 span::before {
  margin-right: 20px;
}

.contentbox .blue h2 span::after {
  margin-left: 20px;
}
	
.contentbox .green h2 span{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 22px;
  width: 100%;
  line-height: 1.1;
}

.contentbox .green h2 span::before,
.contentbox .green h2 span::after {
  content: '';
  width: 2rem;
  height: 2px;
  background-color: #54a7b7;
}


.contentbox .green h2 span::before {
  margin-right: 10px;
}

.contentbox .green h2 span::after {
  margin-left: 10px;
}

.contentbox .orange h3{
	font-size: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e78b67;
	padding-bottom: 5px;
	display: flex;
	align-items: center;
}

.contentbox .orange h3.content::before{
	content: "";
	display: inline-block;
	background-image: url("https://cs-gakuseishien.mynavi.jp/wp-content/themes/naledi/images/seminer2_contents1.svg");
	background-size: contain;
	background-repeat: no-repeat;
	/* border: 1px solid #cccc; */
	width: 45px;
	height: 60px;
	padding-right: 40px;
	/* line-height: 37px; */
	background-position: left;
	position: relative;
	background-position: unset;
	top: 0px;
	left: -10px;
	margin-right: -10px;
}

.contentbox .orange h3.recommend::before{
	content: "";
	display: inline-block;
	background-image: url("https://cs-gakuseishien.mynavi.jp/wp-content/themes/naledi/images/seminer2_contents2.svg");
	background-size: contain;
	background-repeat: no-repeat;
	/* border: 1px solid #cccc; */
	width: 45px;
	height: 60px;
	padding-right: 40px;
	/* line-height: 37px; */
	background-position: center;
	position: relative;
	top: 0px;
	left: -25px;
	margin-right: -35px;
}

.contentbox .blue h3{
	font-size: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #6795ac;
	padding-bottom: 5px;
	display: flex;
	align-items: center;
}

.contentbox .blue h3.content::before{
	content: "";
	display: inline-block;
	background-image: url("https://cs-gakuseishien.mynavi.jp/wp-content/themes/naledi/images/seminer2_contents3.svg");
	background-size: contain;
	background-repeat: no-repeat;
	/* border: 1px solid #cccc; */
	width: 45px;
	height: 60px;
	padding-right: 40px;
	/* line-height: 37px; */
	background-position: left;
	position: relative;
	background-position: unset;
	top: 0px;
	left: -10px;
	margin-right: -10px;
}

.contentbox .blue h3.recommend::before{
	content: "";
	display: inline-block;
	background-image: url("https://cs-gakuseishien.mynavi.jp/wp-content/themes/naledi/images/seminer2_contents4.svg");
	background-size: contain;
	background-repeat: no-repeat;
	/* border: 1px solid #cccc; */
	width: 45px;
	height: 60px;
	padding-right: 40px;
	/* line-height: 37px; */
	background-position: center;
	position: relative;
	top: 0px;
	left: -25px;
	margin-right: -35px;
}
	
.contentbox .green h3{
	font-size: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #6795ac;
	padding-bottom: 5px;
	display: flex;
	align-items: center;
}

.contentbox .green h3.content::before{
	content: "";
	display: inline-block;
	background-image: url("https://cs-gakuseishien.mynavi.jp/wp-content/themes/naledi/images/seminer2_contents5.svg");
	background-size: contain;
	background-repeat: no-repeat;
	/* border: 1px solid #cccc; */
	width: 45px;
	height: 60px;
	padding-right: 40px;
	/* line-height: 37px; */
	background-position: left;
	position: relative;
	background-position: unset;
	top: 0px;
	left: -10px;
	margin-right: -10px;
}

.contentbox .green h3.recommend::before{
	content: "";
	display: inline-block;
	background-image: url("https://cs-gakuseishien.mynavi.jp/wp-content/themes/naledi/images/seminer2_contents6.svg");
	background-size: contain;
	background-repeat: no-repeat;
	/* border: 1px solid #cccc; */
	width: 45px;
	height: 60px;
	padding-right: 40px;
	/* line-height: 37px; */
	background-position: center;
	position: relative;
	top: 0px;
	left: -25px;
	margin-right: -35px;
}
	

.list{
	list-style: none;
	width: 100%;
	margin: 0px auto 30px;
	text-align: center;
	padding: 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	letter-spacing: -1.0px;
}

.list li{
	color: #ea7934;
	background-color: white;
	border: 1px solid #ea7934;
	border-radius: 23px;
	font-size: 18px;
	width: 100%;
	height: auto;
	display: block;
	justify-content: center;
	line-height: 48px;
	font-weight: bold;
	/* padding: 0 0 15px; */
	margin-bottom: 15px;
}
	
.list li{
	border-radius: 23px;
	font-size: 19px;
	width: calc((100% - 20px) / 3);
	width: fit-content;
	column-gap: 0px;
	height: 48px;
	display: inline-block;
	justify-content: center;
	line-height: 48px;
	font-weight: bold;
	padding: 0 35px;
	box-sizing: border-box;
	margin: 0;
	display: flex;
	align-items: center;
}

.list li:nth-child(even){
	color: #ea7934;
	background-color: white;
	border: 1px solid #ea7934;
}

.list li:nth-child(odd){
	color: #6795ac;
	background-color: white;
	border: 1px solid #6795ac;
}

.list li:nth-child(1)::before{
	content: "";
	display: inline-block;
	background-image: url("https://cs-gakuseishien.mynavi.jp/wp-content/themes/naledi/images/seminer2_list1.svg");
	background-size: contain;
	background-repeat: no-repeat;
	/* border: 1px solid #cccc; */
	width: 55px;
	height: 40px;
	padding-right: 0px;
	/* line-height: 37px; */
	background-position: left;
	position: relative;
	top: 0px;
	left: -10px;
	margin-right: 0px;
}

.list li:nth-child(2)::before{
	content: "";
	display: inline-block;
	background-image: url("https://cs-gakuseishien.mynavi.jp/wp-content/themes/naledi/images/seminer2_list2.svg");
	background-size: cover;
	background-repeat: no-repeat;
	/* border: 1px solid #cccc; */
	width: 30px;
	height: 30px;
	padding-right: 30px;
	/* line-height: 37px; */
	background-position: left;
	position: relative;
	top: 2px;
	left: -14px;
	margin-right: -10px;
}

.list li:nth-child(3)::before{
	content: "";
	display: inline-block;
	background-image: url("https://cs-gakuseishien.mynavi.jp/wp-content/themes/naledi/images/seminer2_list3.svg");
	background-size: cover;
	background-repeat: no-repeat;
	/* border: 1px solid #cccc; */
	width: 40px;
	height: 40px;
	padding-right: 0px;
	/* line-height: 37px; */
	background-position: right;
	position: relative;
	top: 1px;
	left: -8px;
	right: 0;
	margin-right: -13px;
}


.balloon h1 {
  font-size: 34px;
  padding: 16px 0 0 0;
  color: white;
  background-image: url(https://cs-gakuseishien.mynavi.jp/wp-content/themes/naledi/images/ballon_sp.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  line-height: 50px;
  text-align: center;
  width: auto;
  margin-bottom: -5px;
  height: 160px;
}

.contentbox{
	width: 100%;
	background-color: white;
	margin: 40px auto 50px;
	border-radius: 27px;
}

.contentbox .wrapper{
	padding: 40px;
	width: auto;
}

.contentbox .wrapper h2{
	font-size: 24px;
	margin-bottom: 10px;
	position: relative;
	padding-left: 0px;
}

.contentbox .wrapper h2::before{
 content: "";
 display: none;
 width: 8px;
 height: 17px;
 background: black;
 position: absolute;
 left: 0px;
 top: 7px;
 bottom: 0;
 padding-left: 0px;
}

.contentbox .wrapper p{
	font-size: 14px;
	margin-bottom: 40px;
}

.contentbox .wrapper p span{
	font-size: 12px;
}

.contentbox .wrapper.orange .yoyakubt{
	background-color: #ea7934;
	width: 235px;
	height: 54px;
	color: white;
	margin: 0px auto 0px;
	border-radius: 28px;
	display: flex;
	justify-content: center;
	line-height: 54px;
	position: relative;
}

.contentbox .wrapper.blue .yoyakubt{
	background-color: #6795ac;
	width: 235px;
	height: 54px;
	color: white;
	margin: 0px auto 0px;
	border-radius: 28px;
	display: flex;
	justify-content: center;
	line-height: 54px;
	position: relative;
}

.contentbox .wrapper.green .yoyakubt{
	width: 235px;
	height: 54px;
	color: white;
	margin: 0px auto 0px;
	border-radius: 28px;
	display: flex;
	justify-content: center;
	line-height: 54px;
	position: relative;
}

.contentbox .wrapper .yoyakubt a{
	display: block;
	width: 100%;
	text-decoration: none;
	color: white;
	font-size: 18px;
	text-align: center;
	padding-right: 15px;
}

.contentbox .wrapper .yoyakubt a:hover{
	background-color: #efae8e;
	color: white;
	border-radius: 28px;
}
	
.contentbox .wrapper .yoyakubt a::after{
	content: "";
	width: 5px;
	height: 5px;
	position: absolute;
	top: 20px;
	right: 35px;
	margin: auto;
	box-sizing: border-box;
	border: 7px solid transparent;
	border-left: 12px solid white;
}

footer{
	background-color: white;
	width: 100%;
	position: absolute;
	bottom: 0px;
	border-top: 2px solid #f3f3f3;
}

footer .footer-content{
	background-color: white;
	width: 100%;
	height: 42px;
	display: flex;
  	justify-content: center;
	line-height: 42px;
}

footer span{
	text-align: center;
	margin: 0 auto;
}

img{
	margin: 0 auto;
}
	
	}

@media screen and (max-width: 767px) {
.pcOnly{ display: none!important;}
.spOnly{ display: block!important;}
	
.mg0{
	margin: 0px!important;
}
	
body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	width: 100%;
	margin: 0 auto;
	font-family: 'Zen Maru Gothic', sans-serif;
}
	
.mg0{
	margin: 0px!important;
}
.just_sp_br{
	display: block;
}
header{
	display: flex;
	height: 55px;
	width: 100%;
	position: relative;
	top: 0;
	background: white;
	padding-top: 0px!important;
	border-bottom: 2px solid #f3f3f3;
}

header .wrapper{
	position: relative;
	width: 90%;
	margin: 0 auto;
}

header .wrapper img{
	position: absolute;
	display: flex;
	align-items: start;
	height: auto;
	top: 15%;
}

.contents{
	width: 100%;
	background-color: #d0e3e1;
	background-image: radial-gradient(circle, #ffffff 2.5px, transparent 2.5px), radial-gradient(circle, #ffffff 2.5px, transparent 2.5px);
	background-position: 0 0, 20px 40px;
	background-size: 40px 80px;
	height: max-content;
	padding-top: 40px;
	position: relative;
	padding-bottom: 50px;
	overflow: hidden;
}

.wrapper{
	width: 90%;
	margin: 0 auto;
}

.small{
	font-size: 10px!important;
}

.list{
	list-style: none;
	width: 100%;
	margin: 0px auto 20px;
	text-align: center;
	padding: 0px;
	display: flex;
	flex-direction: column;
}

.list li{
	/* color: #ea7934; */
	/* background-color: white; */
	/* border: 1px solid #ea7934; */
	display: flex;
	border-radius: 23px;
	font-size: 18px;
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 48px;
	font-weight: bold;
	/* padding: 0 0 15px; */
	margin-bottom: 8px;
}

	
list li:nth-child(1){
	margin-bottom: 25px;
}

.list li:nth-child(1)::before{
	content: "";
	display: inline-block;
	background-image: url("https://cs-gakuseishien.mynavi.jp/wp-content/themes/naledi/images/seminer2_list1.svg");
	background-size: contain;
	background-repeat: no-repeat;
	width: 50px;
	padding-right: 0px;
	background-position: left;
	position: relative;
	top: 0px;
	left: -25px;
	margin-right: -20px;
}

.list li:nth-child(2)::before{
	content: "";
	display: inline-block;
	background-image: url("https://cs-gakuseishien.mynavi.jp/wp-content/themes/naledi/images/seminer2_list2.svg");
	background-size: cover;
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	padding-right: 21px;
	background-position: left;
	position: relative;
	top: 0px;
	left: -20px;
	margin-right: -16px;
}


.balloon{
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 17px;
  padding: 0;
  border-radius: 20px;
  background-color: #54a7b7;
  text-align: center;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  box-sizing: border-box;
  height: 75px;
}

.balloon::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 17px 10px 0 10px;
  border-color: #54a7b7 transparent transparent;
  translate: -50% 100%;
}

.balloon2{
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 17px;
  padding: 0;
  border-radius: 20px;
  background-color: #6795ac;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  box-sizing: border-box;
  height: 75px;
}

.balloon2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 17px 10px 0 10px;
  border-color: #6795ac transparent transparent;
  translate: -50% 100%;
}
	
.balloon3{
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 17px;
  padding: 0;
  border-radius: 20px;
  background-color: #54a7b7;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  box-sizing: border-box;
  height: 75px;
}

.balloon3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 17px 10px 0 10px;
  border-color: #54a7b7 transparent transparent;
  translate: -50% 100%;
}

.balloon h2 , .balloon2 h2 , .balloon3 h2, .balloon4 h2 ,.balloon5 h2,.balloon6 h2{
  color: white;
  font-size: 18px;
}

.contentbox{
	width: 100%;
	background-color: white;
	margin: 40px auto 50px;
	border-radius: 27px;
}

.contentbox .wrapper{
	padding: 40px 15px;
    width: auto;
}

.contentbox .orange h2 span{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
  width: 100%;
  line-height: 1.25;
}

.contentbox .blue h2 span{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
  width: 100%;
  line-height: 1.25;
}
	
.contentbox .green h2 span{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
  width: 100%;
  line-height: 1.25;
}

.btn-area span{
	font-size: 12px;
	font-weight: bold;
}

.contentbox .wrapper h2{
	font-size: 18px;
	margin-bottom: 10px;
	position: relative;
	padding-left: 0;
	letter-spacing: -0.5px;
	font-size: 18px!important;
	line-height: 1.5;
}

.contentbox .wrapper h2::before{
 content: "";
 display: none;
 width: 8px;
 height: auto;
 background: black;
 position: absolute;
 left: 0px;
 top: 5px;
 bottom: 5px;
 padding-left: 0px;
}

.yellow-box{
	width: 100%;
	background-color: #fbf5e8;
	margin: 0px 0 20px;
	height: auto!important;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 10px;
	box-sizing: border-box;
	font-size: 24px;
}

.annotation{
	font-size: 12px;
	margin-bottom: 10px;
	display: block;
}

.yellow-box .contents{
	width: 101%;
	background-color: #fbf5e8;
	background-image: none;
	margin: 0px auto 0px;
	height: auto;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	padding: 0px;
	box-sizing: border-box;
	font-size: 24px;
}

.yellow-box .contents .day{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	width: 46px;
	color: white!important;
}

.orange .yellow-box .contents .day{
	background-color: #e78b67;
	height: 38px;
	border-radius: 10px;
}

.blue .yellow-box .contents .day{
	background-color: #6795ac;
	height: 38px;
	border-radius: 10px;
}

.green .yellow-box .contents .day{
	background-color: #54a7b7;
	height: 38px;
	border-radius: 10px;
}

.contentbox .orange .yellow-box p{
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	text-align: right!important;
	color: #e78b67;
	line-height: 1.3;
}

.contentbox .blue .yellow-box p{
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	text-align: right!important;
	color: #6795ac;
	line-height: 1.3;
}

.contentbox .green .yellow-box p{
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	text-align: right!important;
	color: #54a7b7;
	line-height: 1.3;
}

.contentbox .orange h3{
	font-size: 16px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e78b67;
	padding-bottom: 5px;
}

.contentbox .blue h3{
	font-size: 16px;
	margin-bottom: 20px;
	border-bottom: 1px solid #6795ac;
	padding-bottom: 5px;
	display: flex;
	align-items: center;
}
	
.contentbox .green h3{
	font-size: 16px;
	margin-bottom: 20px;
	border-bottom: 1px solid #54a7b7;
	padding-bottom: 5px;
	display: flex;
	align-items: center;
}

.contentbox .orange h3.content::before{
	content: "";
	display: inline-block;
	background-image: url("https://cs-gakuseishien.mynavi.jp/wp-content/themes/naledi/images/seminer2_contents1.svg");
	background-size: cover;
	background-repeat: no-repeat;
	/* border: 1px solid #cccc; */
	width: 25px;
	height: 40px;
	padding-right: 30px;
	/* line-height: 37px; */
	background-position: left;
	position: relative;
	top: 2px;
	left: -6px;
	margin-right: -1px;
}

.contentbox .orange h3.recommend::before{
	content: "";
	display: inline-block;
	background-image: url("https://cs-gakuseishien.mynavi.jp/wp-content/themes/naledi/images/seminer2_contents2.svg");
	background-size: cover;
	background-repeat: no-repeat;
	/* border: 1px solid #cccc; */
	width: 25px;
	height: 40px;
	padding-right: 30px;
	/* line-height: 37px; */
	background-position: left;
	position: relative;
	top: 0px;
	left: -15px;
	margin-right: -20px;
}

.contentbox .blue h3.content::before{
	content: "";
	display: inline-block;
	background-image: url("https://cs-gakuseishien.mynavi.jp/wp-content/themes/naledi/images/seminer2_contents3.svg");
	background-size: cover;
	background-repeat: no-repeat;
	/* border: 1px solid #cccc; */
	width: 25px;
	height: 40px;
	padding-right: 30px;
	/* line-height: 37px; */
	background-position: left;
	position: relative;
	top: 2px;
	left: -6px;
	margin-right: -1px;
}

.contentbox .blue h3.recommend::before{
	content: "";
	display: inline-block;
	background-image: url("https://cs-gakuseishien.mynavi.jp/wp-content/themes/naledi/images/seminer2_contents4.svg");
	background-size: cover;
	background-repeat: no-repeat;
	/* border: 1px solid #cccc; */
	width: 25px;
	height: 40px;
	padding-right: 30px;
	/* line-height: 37px; */
	background-position: left;
	position: relative;
	top: 0px;
	left: -15px;
	margin-right: -20px;
}
	
.contentbox .green h3.content::before{
	content: "";
	display: inline-block;
	background-image: url("https://cs-gakuseishien.mynavi.jp/wp-content/themes/naledi/images/seminer2_contents5.svg");
	background-size: cover;
	background-repeat: no-repeat;
	/* border: 1px solid #cccc; */
	width: 25px;
	height: 40px;
	padding-right: 30px;
	/* line-height: 37px; */
	background-position: left;
	position: relative;
	top: 2px;
	left: -6px;
	margin-right: -1px;
}

.contentbox .green h3.recommend::before{
	content: "";
	display: inline-block;
	background-image: url("https://cs-gakuseishien.mynavi.jp/wp-content/themes/naledi/images/seminer2_contents6.svg");
	background-size: cover;
	background-repeat: no-repeat;
	/* border: 1px solid #cccc; */
	width: 25px;
	height: 40px;
	padding-right: 30px;
	/* line-height: 37px; */
	background-position: left;
	position: relative;
	top: 0px;
	left: -15px;
	margin-right: -20px;
}

.contentbox .wrapper p{
	font-size: 14px;
	margin-bottom: 20px;
	line-height: 1.6rem;
}

.contentbox .wrapper p span{
	font-size: 12px;
}

.contentbox .orange .yoyakubt{
	background-color: #e78b67;
	width: 235px;
	height: 54px;
	color: white;
	margin: 0px auto 0px;
	border-radius: 28px;
	display: flex;
	justify-content: center;
	line-height: 54px;
	position: relative;
}

.contentbox .orange .yoyakubt a{
	display: block;
	width: 100%;
	text-decoration: none;
	color: white;
	font-size: 18px;
	text-align: center;
	padding-right: 0;
}

.contentbox .orange .yoyakubt a:hover{
	background-color: #e78b67;
	color: white;
	border-radius: 28px;
}

.contentbox .blue .yoyakubt{
	background-color: #6795ac;
	width: 235px;
	height: 54px;
	color: white;
	margin: 4px auto 0px;
	border-radius: 28px;
	display: flex;
	justify-content: center;
	line-height: 54px;
	position: relative;
}

.contentbox .blue .yoyakubt a{
	display: block;
	width: 100%;
	text-decoration: none;
	color: white;
	font-size: 18px;
	text-align: center;
	padding-right: 0;
}

.contentbox .blue .yoyakubt a:hover{
	background-color: #6795ac;
	color: white;
	border-radius: 28px;
}
	
.contentbox .blue .yoyakubt a::after{
	content: "";
	width: 5px;
	height: 5px;
	position: absolute;
	top: 20px;
	right: 38px;
	margin: auto;
	box-sizing: border-box;
	border: 7px solid transparent;
	border-left: 12px solid white;
}
	
.contentbox .green .yoyakubt{
	background-color: #54a7b7;
	width: 235px;
	height: 54px;
	color: white;
	margin: 0px auto 0px;
	border-radius: 28px;
	display: flex;
	justify-content: center;
	line-height: 54px;
	position: relative;
}

.contentbox .green .yoyakubt a{
	display: block;
	width: 100%;
	text-decoration: none;
	color: white;
	font-size: 18px;
	text-align: center;
	padding-right: 0;
}

.contentbox .green .yoyakubt a:hover{
	background-color: #54a7b7;
	color: white;
	border-radius: 28px;
}
	
.contentbox .green .yoyakubt a::after{
	content: "";
	width: 5px;
	height: 5px;
	position: absolute;
	top: 20px;
	right: 38px;
	margin: auto;
	box-sizing: border-box;
	border: 7px solid transparent;
	border-left: 12px solid white;
}

footer{
	background-color: white;
	width: 100%;
	position: absolute;
	bottom: 0px;
	border-top: 2px solid #f3f3f3;
	font-size: 17px;
}

footer .footer-content{
	background-color: white;
	width: 100%;
	height: 42px;
	display: flex;
	justify-content: center;
	line-height: 42px;
}

footer span{
	text-align: center;
	margin: 0 auto;
}

img{
	margin: 0 auto;
}

.contentbox .wrapper .pa1{
	position: absolute;
	right: 0;
	bottom: 2.5rem;
	width: 20%;
}

.contentbox .wrapper .pa2{
	position: absolute;
	right: 0;
	bottom: 2.5rem;
	width: 20%;
}

.contentbox .wrapper .pa3{
	position: absolute;
	right: 0;
	bottom: 2.5rem;
	width: 20%;
}
	
}

/*
Theme Name:繧ｻ繝溘リ繝ｼ邏ｹ莉九�繝ｼ繧ｸ3
*/

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&display=swap');

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	width: 100%;
	margin: 0 auto;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}

.pcOnly{ display: block!important;}
.spOnly{ display: none!important;}

*{
	margin: 0 auto;
}

hr{
	display: none!important;
}

a {
	text-decoration-thickness: 1px!important;
	text-underline-offset: 0.25ch!important;
	color: white!important;
	font-size: 16px;
}

a:hover,
a:focus {
	text-decoration-style: none!important;
	color: white!important;
}

a:active {
	text-decoration: none!important;
	color: white!important;
}

header{
	display: flex;
	height: 100px;
	width: 100%;
	position: relative;
	top: 0;
	background: white;
	padding-top: 0px!important;
	border-bottom: 2px solid #f3f3f3;
}

header .wrapper{
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

header .wrapper img{
	position: absolute;
	display: flex;
	align-items: start;
	height: 37px;
	top: 31.5px;
}

.contents {
	width: 100%;
	background-color: #d0e3e1;
	background-image: radial-gradient(circle, #ffffff 2.5px, transparent 2.5px), radial-gradient(circle, #ffffff 2.5px, transparent 2.5px);
	background-position: 0 0, 20px 40px;
	background-size: 40px 80px;
	width: 100%;
	height: max-content;
	padding-top: 70px;
	position: relative;
	padding-bottom: 140px;
}

.wrapper{
	width: 800px;
	margin: 0 auto;
}

.small{
	font-size: 12px!important;
}

.yellow-box{
	width: 100%;
	background-color: #fbf5e8;
}

.yellow-box .contents{
	width: 60%;
	background-color: #fbf5e8;
	background-image: none;
	margin: 0px auto 0px;
	height: auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 12px 10px;
	box-sizing: border-box;
	font-size: 24px;
}
.yellow-box .contents.pink_third {
    width: 80%;
}
.yellow-box .contents .day{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	width: 60px;
	color: white!important;
}

.annotation{
	font-size: 13px;
	margin-bottom: 10px;
	display: block;
}

.btn-area{
	text-align: center;
}

.btn-area span{
	font-size: 16px;
	font-weight: bold;
}

.border{
  background-image: radial-gradient(circle, #cccccc 3.5px, transparent 3.5px);
  background-position: left -4px top;
  background-repeat: repeat-x;
  background-size: 17px 7px;
}

.contentbox .orange .btn-area span{
	color: #e78b67;
}

.contentbox .blue .btn-area span{
	color: #6795ac;
}

.contentbox .green .btn-area span{
	color: #54a7b7;
}

.orange .yellow-box .contents .day{
	background-color: #e78b67;
	height: 50px;
	border-radius: 10px;
}

.blue .yellow-box .contents .day{
	background-color: #6795ac;
	height: 50px;
	border-radius: 10px;
}

.green .yellow-box .contents .day{
	background-color: #54a7b7;
	border-radius: 10px;
	height: 50px;
}

.contentbox .orange .yellow-box p{
	margin: 0px;
	font-size: 20px;
	font-weight: bold;
	color: #e78b67;
	text-align: right;
}

.contentbox .blue .yellow-box p{
	margin: 0px;
	font-size: 20px;
	font-weight: bold;
	color: #6795ac;
	text-align: right;
}


.contentbox .green .yellow-box p{
	margin: 0px 0 20px;
}

.contentbox .green .yellow-box p{
	margin: 0px;
	font-size: 20px;
	font-weight: bold;
	color: #54a7b7;
	text-align: center;
}
.contentbox.pink .green .yellow-box p{
	color: #EC8B84;
}
.contentbox.pink .green .yellow-box p.pink_hosoku{
	font-size: 13px;
	color: #000;
	padding-bottom: 10px;
}
.contentbox.pink .yellow-box .contents {
    padding-bottom: 0;
}
.list{
	list-style: none;
	width: 100%;
	margin: 0px 0px 55px;
	text-align: center;
	padding: 0px;
	display: flex;
	justify-content: center;
	column-gap: 20px;
}

.list li{
	border-radius: 23px;
	font-size: 22px;
	width: calc((100% - 20px) / 3);
	width: fit-content;
	column-gap: 0px;
	height: 48px;
	display: inline-block;
	justify-content: center;
	line-height: 48px;
	font-weight: bold;
	padding: 0 35px;
	box-sizing: border-box;
	margin: 0;
	display: flex;
	align-items: center;
}

.list li:nth-child(even){
	color: #ea7934;
	background-color: white;
	border: 1px solid #ea7934;
}

.list li:nth-child(odd){
	color: #6795ac;
	background-color: white;
	border: 1px solid #6795ac;
}

.list li:nth-child(1)::before{
	content: "";
	display: inline-block;
	background-image: url("https://cs-gakuseishien.mynavi.jp/wp-content/themes/naledi/images/seminer2_list1.svg");
	background-size: contain;
	background-repeat: no-repeat;
	/* border: 1px solid #cccc; */
	width: 55px;
	height: 40px;
	padding-right: 0px;
	/* line-height: 37px; */
	background-position: left;
	position: relative;
	top: 0px;
	left: -10px;
	margin-right: 0px;
}

.list li:nth-child(2)::before{
	content: "";
	display: inline-block;
	background-image: url("https://cs-gakuseishien.mynavi.jp/wp-content/themes/naledi/images/seminer2_list2.svg");
	background-size: cover;
	background-repeat: no-repeat;
	/* border: 1px solid #cccc; */
	width: 30px;
	height: 30px;
	padding-right: 30px;
	/* line-height: 37px; */
	background-position: left;
	position: relative;
	top: 2px;
	left: -14px;
	margin-right: -10px;
}

.list li:nth-child(3)::before{
	content: "";
	display: inline-block;
	background-image: url("https://cs-gakuseishien.mynavi.jp/wp-content/themes/naledi/images/seminer2_list3.svg");
	background-size: cover;
	background-repeat: no-repeat;
	/* border: 1px solid #cccc; */
	width: 40px;
	height: 40px;
	padding-right: 0px;
	/* line-height: 37px; */
	background-position: right;
	position: relative;
	top: 1px;
	left: -7px;
	right: 0;
	margin-right: -13px;
}

.balloon, .balloon2, .balloon3 {
  position: relative;
  display: flex;
  align-items: center;
  width: 800px;
  margin-bottom: 17px;
  padding: 22px 105px;
  border-radius: 20px;
  background-color: #54a7b7;
  text-align: center;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  box-sizing: border-box;
  height: 75px;
}

.balloon2{
  background-color: #6795ac;
}

.balloon::after, .balloon2::after, .balloon3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 17px 10px 0 10px;
  border-color: #54a7b7 transparent transparent;
  translate: -50% 100%;
}

.balloon2::after {
  border-color: #6795ac transparent transparent;
}

.balloon h2 , .balloon2 h2 , .balloon3 h2, .balloon4 h2 ,.balloon5 h2,.balloon6 h2{
  color: white;
  font-size: 30px;
}

.contentbox{
	width: 800px;
	background-color: white;
	margin: 30px auto 60px;
	border-radius: 27px;
}
.contentbox .wrapper{
	padding: 60px;
	width: auto;
	position: relative;
}
.balloon4 + .contentbox .wrapper{
	text-align: center;
	padding: 30px 15px;
}
.balloon4 + .contentbox .wrapper p{
	margin-bottom: 0;
    font-size: 25px;
    line-height: 1.9;
    color: #f28c38;
    font-weight: 600;
}

.contentbox.pink.lead .wrapper{
	text-align: center;
	padding: 30px 55px;
}
.balloon5 + .contentbox .wrapper p{
	margin-bottom: 0;
    font-size: 23px;
    line-height: 1.9;
    color: #F28C38;
    font-weight: 600;
	text-align: center;
}
.balloon5 + .contentbox .wrapper p.lead_pink_txt {
    color: #000;
    font-size: 17px;
}
.contentbox .wrapper p span{
	font-size: 14px;
}

.contentbox .wrapper.orange h2{
	font-size: 28px;
	margin-bottom: 10px;
	color:#e78b67;
	position: relative;
	padding-left: 0;
	text-align: center;
}

.contentbox .orange h2 span{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 18px;
}

.contentbox .orange h2 span::before,
.contentbox .orange h2 span::after {
  content: '';
  width: 100px;
  height: 2px;
  background-color: #e78b67;
}


.contentbox .orange h2 span::before {
  margin-right: 20px;
}

.contentbox .orange h2 span::after {
  margin-left: 20px;
}

.contentbox .orange h3{
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e78b67;
	padding-bottom: 5px;
	display: flex;
	align-items: center;
}

.contentbox .orange h3.content::before{
	content: "";
	display: inline-block;
	background-image: url("https://cs-gakuseishien.mynavi.jp/wp-content/themes/naledi/images/seminer2_contents1.svg");
	background-size: contain;
	background-repeat: no-repeat;
	/* border: 1px solid #cccc; */
	width: 45px;
	height: 60px;
	padding-right: 40px;
	/* line-height: 37px; */
	background-position: left;
	position: relative;
	background-position: unset;
	top: 0px;
	left: -10px;
	margin-right: -10px;
}

.contentbox .orange h3.recommend::before{
	content: "";
	display: inline-block;
	background-image: url("https://cs-gakuseishien.mynavi.jp/wp-content/themes/naledi/images/seminer2_contents2.svg");
	background-size: contain;
	background-repeat: no-repeat;
	/* border: 1px solid #cccc; */
	width: 45px;
	height: 60px;
	padding-right: 40px;
	/* line-height: 37px; */
	background-position: center;
	position: relative;
	top: 0px;
	left: -25px;
    margin-right: -35px;
}

.contentbox .wrapper.blue h2{
	font-size: 28px;
	margin-bottom: 10px;
	color: #6795ac;
	position: relative;
	padding-left: 0;
	text-align: center;
}

.contentbox .blue h2 span{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 18px;
}

.contentbox .blue h2 span::before,
.contentbox .blue h2 span::after {
  content: '';
  width: 100px;
  height: 2px;
  background-color: #6795ac;
}


.contentbox .blue h2 span::before {
  margin-right: 20px;
}

.contentbox .blue h2 span::after {
  margin-left: 20px;
}

.contentbox .blue h3{
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #6795ac;
	padding-bottom: 5px;
	display: flex;
	align-items: center;
}

.contentbox .blue h3.content::before{
	content: "";
	display: inline-block;
	background-image: url("https://cs-gakuseishien.mynavi.jp/wp-content/themes/naledi/images/seminer2_contents3.svg");
	background-size: contain;
	background-repeat: no-repeat;
	/* border: 1px solid #cccc; */
	width: 45px;
	height: 60px;
	padding-right: 40px;
	/* line-height: 37px; */
	background-position: left;
	position: relative;
	background-position: unset;
	top: 0px;
	left: -10px;
	margin-right: -10px;
}

.contentbox .blue h3.recommend::before{
	content: "";
	display: inline-block;
	background-image: url("https://cs-gakuseishien.mynavi.jp/wp-content/themes/naledi/images/seminer2_contents4.svg");
	background-size: contain;
	background-repeat: no-repeat;
	/* border: 1px solid #cccc; */
	width: 45px;
	height: 60px;
	padding-right: 40px;
	/* line-height: 37px; */
	background-position: center;
	position: relative;
	top: 0px;
	left: -25px;
	margin-right: -35px;
}

.contentbox .wrapper.green h2{
	font-size: 28px;
	margin-bottom: 10px;
	color: #54a7b7;
	position: relative;
	text-align: center;
}

.contentbox .green h2 span{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 18px;
}

.contentbox .green h2 span::before,
.contentbox .green h2 span::after {
  content: '';
  width: 100px;
  height: 2px;
  background-color: #54a7b7;
}

.contentbox.pink .green h2 span {
    color: #EC8B84;
}
.contentbox.pink .green h2 span::before,
.contentbox.pink .green h2 span::after {
  content: '';
  width: 100px;
  height: 2px;
  background-color: #EC8B84;
}
.contentbox .green h2 span::before {
  margin-right: 20px;
}

.contentbox .green h2 span::after {
  margin-left: 20px;
}

.contentbox .green h3{
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #54a7b7;
	padding-bottom: 5px;
	display: flex;
	align-items: center;
}

.contentbox .green h3.content::before,
.contentbox.pink .green h3.content::before{
	content: "";
	display: inline-block;
	background-image: url("https://cs-gakuseishien.mynavi.jp/wp-content/themes/naledi/images/seminer2_contents5.svg");
	background-size: contain;
	background-repeat: no-repeat;
	width: 45px;
	height: 60px;
	padding-right: 40px;
	background-position: left;
	position: relative;
	background-position: unset;
	top: 0px;
	left: -10px;
	margin-right: -10px;
}
.contentbox.pink .green h3.content::before{
	background-image: url("https://cs-gakuseishien.mynavi.jp/wp-content/themes/naledi/images/seminer2_contents7.svg");	
}
.contentbox .green h3.recommend::before,
.contentbox.pink .green h3.recommend::before{
	content: "";
	display: inline-block;
	background-image: url("https://cs-gakuseishien.mynavi.jp/wp-content/themes/naledi/images/seminer2_contents6.svg");
	background-size: contain;
	background-repeat: no-repeat;
	width: 45px;
	height: 60px;
	padding-right: 40px;
	background-position: center;
	position: relative;
	top: 0px;
	left: -25px;
	margin-right: -35px;
}
.contentbox.pink .green h3.recommend::before{
	background-image: url("https://cs-gakuseishien.mynavi.jp/wp-content/themes/naledi/images/seminer2_contents8.svg");		
}
.contentbox .wrapper p{
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 1.7rem;
	letter-spacing: -0.5px;
}

.contentbox .wrapper p span{
	font-size: 14px;
	margin: 0 0 10px;
	display: block;
}

.contentbox .wrapper .pa1{
	position: absolute;
	right: 0;
	bottom: -5px;
	width: 8.5rem;
}

.contentbox .wrapper .pa2{
	position: absolute;
	right: 0;
	bottom: -9px;
	width: 8.5rem;
}

.contentbox .wrapper .pa3{
	position: absolute;
    right: 25px;
    bottom: 0px;
    width: 5.0rem;
}
.contentbox.lead .wrapper .pa3{
	position: absolute;
    right: 25px;
    bottom: 0px;
    width: 7.0rem;
}
.contentbox .orange .yoyakubt{
	background-color: #e78b67;
	width: 321px;
	height: 74px;
	color: white;
	margin: 0px auto 0px;
	border-radius: 59px;
	display: flex;
	justify-content: center;
	line-height: 54px;
	font-size: 24px;
}

.contentbox .blue .yoyakubt{
	background-color: #6795ac;
	width: 321px;
	height: 74px;
	color: white;
	margin: 0px auto 0px;
	border-radius: 59px;
	display: flex;
	justify-content: center;
	line-height: 54px;
	font-size: 24px;
}

.contentbox .green .yoyakubt{
	background-color: #54a7b7;
	width: 321px;
	height: 74px;
	color: white;
	margin: 0px auto 0px;
	border-radius: 59px;
	display: flex;
	justify-content: center;
	line-height: 54px;
	font-size: 24px;
}

.contentbox .orange .yoyakubt a ,.contentbox .blue .yoyakubt a ,.contentbox .green .yoyakubt a{
	display: block;
	width: 324px;
	text-decoration: none;
	color: white;
	font-size: 24px;
	text-align: center;
	position: relative;
	padding-right: 27px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.contentbox .orange .yoyakubt a:hover ,.contentbox .blue .yoyakubt a:hover ,.contentbox .green .yoyakubt a:hover{
	opacity: 0.8;
	color: white;
	border-radius: 59px;
	background-color: #ededed;
	}

.contentbox .wrapper .yoyakubt a::after{
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	top: 28px;
	right: 60px;
	margin: auto;
	box-sizing: border-box;
	border: 10px solid transparent;
	border-left: 17px solid white;
}

footer{
	background-color: white;
	width: 100%;
	position: absolute;
	bottom: 0px;
	border-top: 2px solid #f3f3f3;
}

footer .footer-content{
	background-color: white;
	width: 800px;
	height: 42px;
	display: flex;
  	justify-content: center;
	line-height: 42px;
}

footer span{
	text-align: center;
	margin: 0 auto;
}

img{
	margin: 0 auto;
}
@media screen and (max-width: 900px) {
	.contentbox.lead .wrapper .pa3{
		width: 5.5rem;
	}
	.contentbox.pink .green .yellow-box{
		display: block;
	}
	.contentbox.pink .green .yellow-box p.pink_hosoku{
		text-align: center !important;
    	margin-top: 10px;
	}
	.balloon5 + .contentbox .wrapper p.lead_pink_txt {
    	font-size: 14px;
	}
}

@media screen and (max-width: 960px) {
	
.pcOnly{ display: none!important;}
.spOnly{ display: block!important;}
	
.mg0{
	margin: 0px!important;
}
	
body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	width: 100%;
	margin: 0 auto;
	font-family: 'Zen Maru Gothic', sans-serif;
}
	
.mg0{
	margin: 0px!important;
}
	
header{
	display: flex;
	height: 55px;
	width: 100%;
	position: relative;
	top: 0;
	background: white;
	padding-top: 0px!important;
	border-bottom: 2px solid #f3f3f3;
}

header .wrapper{
	position: relative;
	width: 90%;
	margin: 0 auto;
}

header .wrapper img{
	position: absolute;
	display: flex;
	align-items: start;
	height: auto;
	top: 15%;
}

.contents{
	width: 100%;
	background-color: #d0e3e1;
	background-image: radial-gradient(circle, #ffffff 2.5px, transparent 2.5px), radial-gradient(circle, #ffffff 2.5px, transparent 2.5px);
	background-position: 0 0, 20px 40px;
	background-size: 40px 80px;
	height: max-content;
	padding-top: 40px;
	position: relative;
	padding-bottom: 50px;
}

.wrapper{
	width: 90%;
	margin: 0 auto;
}

.balloon, .balloon2, .balloon3, .balloon4 ,.balloon5,.balloon6{
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 17px;
  padding: 22px 105px;
  border-radius: 20px;
  text-align: center;
  font-size: 34px;

  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  box-sizing: border-box;
  height: 75px;
}

.balloon2{
  background-color: #6795ac;
}

.balloon3{
  background-color: #54a7b7;
}

.balloon::after, .balloon2::after, .balloon3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 17px 10px 0 10px;
  border-color: #54a7b7 transparent transparent;
  translate: -50% 100%;
}

.balloon2::after {
  border-color: #6795ac transparent transparent;
}

.balloon3::after {
  border-color: #54a7b7 transparent transparent;
}

.balloon h2 , .balloon2 h2 , .balloon3 h2{
  color: white;
  font-size: 28px;
}

.yellow-box{
	height: auto!important;
	padding: 10px;
}

.yellow-box .contents{
	width: 60%;
	background-color: #fbf5e8;
	background-image: none;
	margin: 0px auto 0px;
	height: auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 12px 10px;
	box-sizing: border-box;
	font-size: 24px;
}

.yellow-box p{
	text-align: right;
}

.contentbox .orange h2 span{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 22px;
  width: 100%;
}

.contentbox .orange h2 span::before,
.contentbox .orange h2 span::after {
  content: '';
  width: 18%;
  height: 2px;
  background-color: #e78b67;
}


.contentbox .orange h2 span::before {
  margin-right: 20px;
}

.contentbox .orange h2 span::after {
  margin-left: 20px;
}

.contentbox .blue h2 span{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 22px;
  width: 100%;
}

.contentbox .blue h2 span::before,
.contentbox .blue h2 span::after {
  content: '';
  width: 18%;
  height: 2px;
  background-color: #6795ac;
}


.contentbox .blue h2 span::before {
  margin-right: 20px;
}

.contentbox .blue h2 span::after {
  margin-left: 20px;
}
	
.contentbox .green h2 span{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 22px;
  width: 100%;
  line-height: 1.1;
}

.contentbox .green h2 span::before,
.contentbox .green h2 span::after {
  content: '';
  width: 2rem;
  height: 2px;
  background-color: #54a7b7;
}


.contentbox .green h2 span::before {
  margin-right: 10px;
}

.contentbox .green h2 span::after {
  margin-left: 10px;
}

.contentbox .orange h3{
	font-size: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e78b67;
	padding-bottom: 5px;
	display: flex;
	align-items: center;
}

.contentbox .orange h3.content::before{
	content: "";
	display: inline-block;
	background-image: url("https://cs-gakuseishien.mynavi.jp/wp-content/themes/naledi/images/seminer2_contents1.svg");
	background-size: contain;
	background-repeat: no-repeat;
	/* border: 1px solid #cccc; */
	width: 45px;
	height: 60px;
	padding-right: 40px;
	/* line-height: 37px; */
	background-position: left;
	position: relative;
	background-position: unset;
	top: 0px;
	left: -10px;
	margin-right: -10px;
}

.contentbox .orange h3.recommend::before{
	content: "";
	display: inline-block;
	background-image: url("https://cs-gakuseishien.mynavi.jp/wp-content/themes/naledi/images/seminer2_contents2.svg");
	background-size: contain;
	background-repeat: no-repeat;
	/* border: 1px solid #cccc; */
	width: 45px;
	height: 60px;
	padding-right: 40px;
	/* line-height: 37px; */
	background-position: center;
	position: relative;
	top: 0px;
	left: -25px;
	margin-right: -35px;
}

.contentbox .blue h3{
	font-size: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #6795ac;
	padding-bottom: 5px;
	display: flex;
	align-items: center;
}

.contentbox .blue h3.content::before{
	content: "";
	display: inline-block;
	background-image: url("https://cs-gakuseishien.mynavi.jp/wp-content/themes/naledi/images/seminer2_contents3.svg");
	background-size: contain;
	background-repeat: no-repeat;
	/* border: 1px solid #cccc; */
	width: 45px;
	height: 60px;
	padding-right: 40px;
	/* line-height: 37px; */
	background-position: left;
	position: relative;
	background-position: unset;
	top: 0px;
	left: -10px;
	margin-right: -10px;
}

.contentbox .blue h3.recommend::before{
	content: "";
	display: inline-block;
	background-image: url("https://cs-gakuseishien.mynavi.jp/wp-content/themes/naledi/images/seminer2_contents4.svg");
	background-size: contain;
	background-repeat: no-repeat;
	/* border: 1px solid #cccc; */
	width: 45px;
	height: 60px;
	padding-right: 40px;
	/* line-height: 37px; */
	background-position: center;
	position: relative;
	top: 0px;
	left: -25px;
	margin-right: -35px;
}
	
.contentbox .green h3{
	font-size: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #6795ac;
	padding-bottom: 5px;
	display: flex;
	align-items: center;
}

.contentbox .green h3.content::before{
	content: "";
	display: inline-block;
	background-image: url("https://cs-gakuseishien.mynavi.jp/wp-content/themes/naledi/images/seminer2_contents5.svg");
	background-size: contain;
	background-repeat: no-repeat;
	/* border: 1px solid #cccc; */
	width: 45px;
	height: 60px;
	padding-right: 40px;
	/* line-height: 37px; */
	background-position: left;
	position: relative;
	background-position: unset;
	top: 0px;
	left: -10px;
	margin-right: -10px;
}

.contentbox .green h3.recommend::before{
	content: "";
	display: inline-block;
	background-image: url("https://cs-gakuseishien.mynavi.jp/wp-content/themes/naledi/images/seminer2_contents6.svg");
	background-size: contain;
	background-repeat: no-repeat;
	/* border: 1px solid #cccc; */
	width: 45px;
	height: 60px;
	padding-right: 40px;
	/* line-height: 37px; */
	background-position: center;
	position: relative;
	top: 0px;
	left: -25px;
	margin-right: -35px;
}
	

.list{
	list-style: none;
	width: 100%;
	margin: 0px auto 30px;
	text-align: center;
	padding: 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	letter-spacing: -1.0px;
}

.list li{
	color: #ea7934;
	background-color: white;
	border: 1px solid #ea7934;
	border-radius: 23px;
	font-size: 18px;
	width: 100%;
	height: auto;
	display: block;
	justify-content: center;
	line-height: 48px;
	font-weight: bold;
	/* padding: 0 0 15px; */
	margin-bottom: 15px;
}
	
.list li{
	border-radius: 23px;
	font-size: 18px;
	width: calc((100% - 20px) / 3);
	width: fit-content;
	column-gap: 0px;
	height: 48px;
	display: inline-block;
	justify-content: center;
	line-height: 48px;
	font-weight: bold;
	padding: 0 35px;
	box-sizing: border-box;
	margin: 0;
	display: flex;
	align-items: center;
}

.list li:nth-child(even){
	color: #ea7934;
	background-color: white;
	border: 1px solid #ea7934;
}

.list li:nth-child(odd){
	color: #6795ac;
	background-color: white;
	border: 1px solid #6795ac;
}

.list li:nth-child(1)::before{
	content: "";
	display: inline-block;
	background-image: url("https://cs-gakuseishien.mynavi.jp/wp-content/themes/naledi/images/seminer2_list1.svg");
	background-size: contain;
	background-repeat: no-repeat;
	/* border: 1px solid #cccc; */
	width: 55px;
	height: 40px;
	padding-right: 0px;
	/* line-height: 37px; */
	background-position: left;
	position: relative;
	top: 0px;
	left: -10px;
	margin-right: 0px;
}

.list li:nth-child(2)::before{
	content: "";
	display: inline-block;
	background-image: url("https://cs-gakuseishien.mynavi.jp/wp-content/themes/naledi/images/seminer2_list2.svg");
	background-size: cover;
	background-repeat: no-repeat;
	/* border: 1px solid #cccc; */
	width: 30px;
	height: 30px;
	padding-right: 30px;
	/* line-height: 37px; */
	background-position: left;
	position: relative;
	top: 2px;
	left: -14px;
	margin-right: -10px;
}

.list li:nth-child(3)::before{
	content: "";
	display: inline-block;
	background-image: url("https://cs-gakuseishien.mynavi.jp/wp-content/themes/naledi/images/seminer2_list3.svg");
	background-size: cover;
	background-repeat: no-repeat;
	/* border: 1px solid #cccc; */
	width: 40px;
	height: 40px;
	padding-right: 0px;
	/* line-height: 37px; */
	background-position: right;
	position: relative;
	top: 1px;
	left: -8px;
	right: 0;
	margin-right: -13px;
}


.balloon h1 {
  font-size: 34px;
  padding: 16px 0 0 0;
  color: white;
  background-image: url(https://cs-gakuseishien.mynavi.jp/wp-content/themes/naledi/images/ballon_sp.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  line-height: 50px;
  text-align: center;
  width: auto;
  margin-bottom: -5px;
  height: 160px;
}

.contentbox{
	width: 100%;
	background-color: white;
	margin: 40px auto 50px;
	border-radius: 27px;
}

.contentbox .wrapper{
	padding: 40px;
	width: auto;
}

.contentbox .wrapper h2{
	font-size: 24px;
	margin-bottom: 10px;
	position: relative;
	padding-left: 0px;
}

.contentbox .wrapper h2::before{
 content: "";
 display: none;
 width: 8px;
 height: 17px;
 background: black;
 position: absolute;
 left: 0px;
 top: 7px;
 bottom: 0;
 padding-left: 0px;
}

.contentbox .wrapper p{
	font-size: 14px;
	margin-bottom: 40px;
}

.contentbox .wrapper p span{
	font-size: 12px;
}

.contentbox .wrapper.orange .yoyakubt{
	background-color: #ea7934;
	width: 235px;
	height: 54px;
	color: white;
	margin: 0px auto 0px;
	border-radius: 28px;
	display: flex;
	justify-content: center;
	line-height: 54px;
	position: relative;
}

.contentbox .wrapper.blue .yoyakubt{
	background-color: #6795ac;
	width: 235px;
	height: 54px;
	color: white;
	margin: 0px auto 0px;
	border-radius: 28px;
	display: flex;
	justify-content: center;
	line-height: 54px;
	position: relative;
}

.contentbox .wrapper.green .yoyakubt{
	width: 235px;
	height: 54px;
	color: white;
	margin: 0px auto 0px;
	border-radius: 28px;
	display: flex;
	justify-content: center;
	line-height: 54px;
	position: relative;
}

.contentbox .wrapper .yoyakubt a{
	display: block;
	width: 100%;
	text-decoration: none;
	color: white;
	font-size: 18px;
	text-align: center;
	padding-right: 15px;
}

.contentbox .wrapper .yoyakubt a:hover{
	color: white;
	border-radius: 28px;
}
	
.contentbox .wrapper .yoyakubt a::after{
	content: "";
	width: 5px;
	height: 5px;
	position: absolute;
	top: 20px;
	right: 35px;
	margin: auto;
	box-sizing: border-box;
	border: 7px solid transparent;
	border-left: 12px solid white;
}

footer{
	background-color: white;
	width: 100%;
	position: absolute;
	bottom: 0px;
	border-top: 2px solid #f3f3f3;
}

footer .footer-content{
	background-color: white;
	width: 100%;
	height: 42px;
	display: flex;
  	justify-content: center;
	line-height: 42px;
}

footer span{
	text-align: center;
	margin: 0 auto;
}

img{
	margin: 0 auto;
}
	
	}
@media screen and (max-width: 780px) {
.contentbox .wrapper .pa3{
	width: 4.0rem;
}
}
@media screen and (max-width: 767px) {
.pcOnly{ display: none!important;}
.spOnly{ display: block!important;}
	
.mg0{
	margin: 0px!important;
}
	
body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	width: 100%;
	margin: 0 auto;
	font-family: 'Zen Maru Gothic', sans-serif;
}
.just_pc_br{
		display: none!important;
}
.mg0{
	margin: 0px!important;
}
header{
	display: flex;
	height: 55px;
	width: 100%;
	position: relative;
	top: 0;
	background: white;
	padding-top: 0px!important;
	border-bottom: 2px solid #f3f3f3;
}

header .wrapper{
	position: relative;
	width: 90%;
	margin: 0 auto;
}

header .wrapper img{
	position: absolute;
	display: flex;
	align-items: start;
	height: auto;
	top: 15%;
}

.contents{
	width: 100%;
	background-color: #d0e3e1;
	background-image: radial-gradient(circle, #ffffff 2.5px, transparent 2.5px), radial-gradient(circle, #ffffff 2.5px, transparent 2.5px);
	background-position: 0 0, 20px 40px;
	background-size: 40px 80px;
	height: max-content;
	padding-top: 40px;
	position: relative;
	padding-bottom: 50px;
	overflow: hidden;
}

.wrapper{
	width: 90%;
	margin: 0 auto;
}

.small{
	font-size: 10px!important;
}

.list{
	list-style: none;
	width: 100%;
	margin: 0px auto 20px;
	text-align: center;
	padding: 0px;
	display: flex;
	flex-direction: column;
}

.list li{
	/* color: #ea7934; */
	/* background-color: white; */
	/* border: 1px solid #ea7934; */
	display: flex;
	border-radius: 23px;
	font-size: 18px;
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 48px;
	font-weight: bold;
	/* padding: 0 0 15px; */
	margin-bottom: 8px;
}

	
list li:nth-child(1){
	margin-bottom: 25px;
}

.list li:nth-child(1)::before{
	content: "";
	display: inline-block;
	background-image: url("https://cs-gakuseishien.mynavi.jp/wp-content/themes/naledi/images/seminer2_list1.svg");
	background-size: contain;
	background-repeat: no-repeat;
	width: 50px;
	padding-right: 0px;
	background-position: left;
	position: relative;
	top: 0px;
	left: -25px;
	margin-right: -20px;
}

.list li:nth-child(2)::before{
	content: "";
	display: inline-block;
	background-image: url("https://cs-gakuseishien.mynavi.jp/wp-content/themes/naledi/images/seminer2_list2.svg");
	background-size: cover;
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	padding-right: 21px;
	background-position: left;
	position: relative;
	top: 0px;
	left: -20px;
	margin-right: -16px;
}


.balloon, .balloon2, .balloon3, .balloon4 , .balloon5, .balloon6{
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 17px;
  padding: 0;
  border-radius: 20px;
  text-align: center;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  box-sizing: border-box;
  height: 75px;
  margin-top: 40px;
}

.balloon2{
  background-color: #6795ac;
}
	
.balloon3{
  background-color: #54a7b7;
}

.balloon::after, .balloon2::after, .balloon3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 17px 10px 0 10px;
  border-color: #54a7b7 transparent transparent;
  translate: -50% 100%;
}

.balloon2::after {
  border-color: #6795ac transparent transparent;
}

.balloon3::after {
  border-color: #54a7b7 transparent transparent;
}

.balloon h2 , .balloon2 h2 , .balloon3 h2, .balloon4 h2, .balloon5 h2, .balloon6 h2{
  color: white;
  font-size: 18px;
}

.contentbox{
	width: 100%;
	background-color: white;
	margin: 25px auto 30px;
	border-radius: 27px;
}

.contentbox .wrapper{
	padding: 30px;
    width: auto;
}

.contentbox .orange h2 span{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
  width: 100%;
  line-height: 1.25;
}

.contentbox .blue h2 span{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
  width: 100%;
  line-height: 1.25;
	white-space: nowrap;
}
	
.contentbox .green h2 span{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 15px;
  width: 100%;
  line-height: 1.25;
}

.btn-area span{
	font-size: 12px;
	font-weight: bold;
}

.contentbox .wrapper h2{
	font-size: 18px;
	margin-bottom: 10px;
	position: relative;
	padding-left: 0;
	letter-spacing: -0.5px;
	font-size: 18px!important;
	line-height: 1.5;
}

.contentbox .wrapper h2::before{
 content: "";
 display: none;
 width: 8px;
 height: auto;
 background: black;
 position: absolute;
 left: 0px;
 top: 5px;
 bottom: 5px;
 padding-left: 0px;
}

.yellow-box{
	width: 100%;
	background-color: #fbf5e8;
	margin: 0px 0 20px;
	height: auto!important;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 10px;
	box-sizing: border-box;
	font-size: 24px;
}

.annotation{
	font-size: 12px;
	margin-bottom: 10px;
	display: block;
}

.yellow-box .contents{
	background-color: #fbf5e8;
	background-image: none;
	margin: 0px auto 0px;
	height: auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 0px;
	box-sizing: border-box;
	font-size: 24px;
}

.yellow-box .contents .day{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	width: 46px;
	color: white!important;
}

.orange .yellow-box .contents .day{
	background-color: #e78b67;
	height: 38px;
	border-radius: 10px;
}

.blue .yellow-box .contents .day{
	background-color: #6795ac;
	height: 38px;
	border-radius: 10px;
}

.green .yellow-box .contents .day{
	background-color: #54a7b7;
	height: 38px;
	border-radius: 10px;
}

.contentbox .orange .yellow-box p{
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	text-align: right!important;
	color: #e78b67;
	line-height: 1.3;
}

.contentbox .blue .yellow-box p{
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	text-align: right!important;
	color: #6795ac;
	line-height: 1.3;
}

.contentbox .green .yellow-box p{
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	text-align: right!important;
	color: #54a7b7;
	line-height: 1.3;
}

.contentbox .orange h3{
	font-size: 16px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e78b67;
	padding-bottom: 5px;
}

.contentbox .blue h3{
	font-size: 16px;
	margin-bottom: 20px;
	border-bottom: 1px solid #6795ac;
	padding-bottom: 5px;
	display: flex;
	align-items: center;
}
	
.contentbox .green h3{
	font-size: 16px;
	margin-bottom: 20px;
	border-bottom: 1px solid #54a7b7;
	padding-bottom: 5px;
	display: flex;
	align-items: center;
}

.contentbox .orange h3.content::before{
	content: "";
	display: inline-block;
	background-image: url("https://cs-gakuseishien.mynavi.jp/wp-content/themes/naledi/images/seminer2_contents1.svg");
	background-size: cover;
	background-repeat: no-repeat;
	/* border: 1px solid #cccc; */
	width: 25px;
	height: 40px;
	padding-right: 30px;
	/* line-height: 37px; */
	background-position: left;
	position: relative;
	top: 2px;
	left: -6px;
	margin-right: -1px;
}

.contentbox .orange h3.recommend::before{
	content: "";
	display: inline-block;
	background-image: url("https://cs-gakuseishien.mynavi.jp/wp-content/themes/naledi/images/seminer2_contents2.svg");
	background-size: cover;
	background-repeat: no-repeat;
	/* border: 1px solid #cccc; */
	width: 25px;
	height: 40px;
	padding-right: 30px;
	/* line-height: 37px; */
	background-position: left;
	position: relative;
	top: 0px;
	left: -15px;
	margin-right: -20px;
}

.contentbox .blue h3.content::before{
	content: "";
	display: inline-block;
	background-image: url("https://cs-gakuseishien.mynavi.jp/wp-content/themes/naledi/images/seminer2_contents3.svg");
	background-size: cover;
	background-repeat: no-repeat;
	/* border: 1px solid #cccc; */
	width: 25px;
	height: 40px;
	padding-right: 30px;
	/* line-height: 37px; */
	background-position: left;
	position: relative;
	top: 2px;
	left: -6px;
	margin-right: -1px;
}

.contentbox .blue h3.recommend::before{
	content: "";
	display: inline-block;
	background-image: url("https://cs-gakuseishien.mynavi.jp/wp-content/themes/naledi/images/seminer2_contents4.svg");
	background-size: cover;
	background-repeat: no-repeat;
	/* border: 1px solid #cccc; */
	width: 25px;
	height: 40px;
	padding-right: 30px;
	/* line-height: 37px; */
	background-position: left;
	position: relative;
	top: 0px;
	left: -15px;
	margin-right: -20px;
}
	
.contentbox .green h3.content::before{
	content: "";
	display: inline-block;
	background-image: url("https://cs-gakuseishien.mynavi.jp/wp-content/themes/naledi/images/seminer2_contents5.svg");
	background-size: cover;
	background-repeat: no-repeat;
	/* border: 1px solid #cccc; */
	width: 25px;
	height: 40px;
	padding-right: 30px;
	/* line-height: 37px; */
	background-position: left;
	position: relative;
	top: 2px;
	left: -6px;
	margin-right: -1px;
}

.contentbox .green h3.recommend::before{
	content: "";
	display: inline-block;
	background-image: url("https://cs-gakuseishien.mynavi.jp/wp-content/themes/naledi/images/seminer2_contents6.svg");
	background-size: cover;
	background-repeat: no-repeat;
	/* border: 1px solid #cccc; */
	width: 25px;
	height: 40px;
	padding-right: 30px;
	/* line-height: 37px; */
	background-position: left;
	position: relative;
	top: 0px;
	left: -15px;
	margin-right: -20px;
}

.contentbox .wrapper p{
	font-size: 14px;
	margin-bottom: 20px;
	line-height: 1.6rem;
}

.contentbox .wrapper p span{
	font-size: 12px;
}
.balloon4 + .contentbox .wrapper p,
.balloon5 + .contentbox .wrapper p{
	font-size: 18px;
}
.contentbox .orange .yoyakubt{
	background-color: #e78b67;
	width: 235px;
	height: 54px;
	color: white;
	margin: 0px auto 0px;
	border-radius: 28px;
	display: flex;
	justify-content: center;
	line-height: 54px;
	position: relative;
}

.contentbox .orange .yoyakubt a{
	display: block;
	width: 100%;
	text-decoration: none;
	color: white;
	font-size: 18px;
	text-align: center;
	padding-right: 0;
}

.contentbox .orange .yoyakubt a:hover{
	background-color: #e78b67;
	color: white;
	border-radius: 28px;
}

.contentbox .blue .yoyakubt{
	background-color: #6795ac;
	width: 235px;
	height: 54px;
	color: white;
	margin: 4px auto 0px;
	border-radius: 28px;
	display: flex;
	justify-content: center;
	line-height: 54px;
	position: relative;
}

.contentbox .blue .yoyakubt a{
	display: block;
	width: 100%;
	text-decoration: none;
	color: white;
	font-size: 18px;
	text-align: center;
	padding-right: 0;
}

.contentbox .blue .yoyakubt a:hover{
	background-color: #6795ac;
	color: white;
	border-radius: 28px;
}
	
.contentbox .blue .yoyakubt a::after{
	content: "";
	width: 5px;
	height: 5px;
	position: absolute;
	top: 20px;
	right: 38px;
	margin: auto;
	box-sizing: border-box;
	border: 7px solid transparent;
	border-left: 12px solid white;
}
	
.contentbox .green .yoyakubt{
	background-color: #54a7b7;
	width: 235px;
	height: 54px;
	color: white;
	margin: 0px auto 0px;
	border-radius: 28px;
	display: flex;
	justify-content: center;
	line-height: 54px;
	position: relative;
}

.contentbox .green .yoyakubt a{
	display: block;
	width: 100%;
	text-decoration: none;
	color: white;
	font-size: 18px;
	text-align: center;
	padding-right: 0;
}

.contentbox .green .yoyakubt a:hover{
	color: white;
	border-radius: 28px;
}
	
.contentbox .green .yoyakubt a::after{
	content: "";
	width: 5px;
	height: 5px;
	position: absolute;
	top: 20px;
	right: 38px;
	margin: auto;
	box-sizing: border-box;
	border: 7px solid transparent;
	border-left: 12px solid white;
}

footer{
	background-color: white;
	width: 100%;
	position: absolute;
	bottom: 0px;
	border-top: 2px solid #f3f3f3;
	font-size: 17px;
}

footer .footer-content{
	background-color: white;
	width: 100%;
	height: 42px;
	display: flex;
	justify-content: center;
	line-height: 42px;
}

footer span{
	text-align: center;
	margin: 0 auto;
}

img{
	margin: 0 auto;
}

.contentbox .wrapper .pa1{
	position: absolute;
	right: 0;
	bottom: 1.5rem;
	width: 20%;
}

.contentbox .wrapper .pa2{
	position: absolute;
	right: 0;
	bottom: 2.5rem;
	width: 20%;
}	
	.contentbox.lead .wrapper .pa3,
	.contentbox .wrapper .pa3{
		display: none;
	}
	.yellow-box .contents.pink_third{
		width: 80%;
	}
}
@media screen and (max-width: 600px) {
	.yellow-box .contents{
		width: 80%;
	}

}
@media screen and (max-width: 580px) {	
	.just_sp_br2{
		display: block;
	}
	.contentbox.pink .green .yellow-box .contents.pink_third p{
		text-align: center!important;
	}
	.balloon5 + .contentbox .wrapper p.lead_pink_txt{
		font-size: 12px;
	}
	.contentbox.pink .green h2 span::before,
	.contentbox.pink .green h2 span::after {
		width: 40px;
	}
}
@media screen and (max-width: 450px) {	
	.yellow-box .contents,
	.yellow-box .contents.pink_third{
		width: 100%;
	}
}
@media screen and (max-width: 400px) {
	.just_sp_br3{
		display: block;
	}	
}