@charset "utf-8";

/* Bold */
@font-face {
	src: url("../fonts/MPLUSRounded1c-Bold.woff") format("woff");
  font-family: "Rounded Mplus 1c";
	font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Extra Bold */
@font-face {
	src: url("../fonts/MPLUSRounded1c-ExtraBold.woff") format("woff");
  font-family: "Rounded Mplus 1c";
	font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* 共通
--------------------------------------------------------------*/
body {
	color: #6e665d;
	-webkit-text-size-adjust: 100%;
  --h1-color: #13aa96;
  --colored-txt01: #ada114;
  --colored-txt-rgb: 173, 161, 20;
  --caption: #6e665a;
}

.no-webp #sb-site {
	background: #fff url(../images/bg_main.jpg) no-repeat center top;
	background-size: 1440px 502px;
}

.webp #sb-site {
	background: #fff url(../images/bg_main.webp) no-repeat center top;
	background-size: 1440px 502px;
}

.container {
	max-width: 899px;
	margin: 5% auto 0;
  padding: 0 3%;
}

.no-webp .h201 {
	background: url(../images/bg_h2_01.png) no-repeat center top;
  background-size: 744px 208px;
  width: 744px;
  height: 177px;
  text-align: center;
  line-height: 180%;
  margin: 0 auto 25px;
  padding-top: 40px;
  font-size: 38px;
  color: #6e665d;
  font-family: "Rounded Mplus 1c"; 
  font-weight: 700;
}

.webp .h201 {
	background: url(../images/bg_h2_01.webp) no-repeat center top;
  background-size: 744px 208px;
  width: 744px;
  height: 177px;
  text-align: center;
  line-height: 180%;
  margin: 0 auto 25px;
  padding-top: 40px;
  font-size: 38px;
  color: #6e665d;
  font-family: "Rounded Mplus 1c"; 
  font-weight: 700;
}

.no-webp .h202 {
	background: url(../images/bg_h2_02.png) no-repeat center top;
  background-size: 744px 208px;
  width: 744px;
  height: 177px;
  text-align: center;
  line-height: 180%;
  margin: 0 auto 25px;
  padding-top: 40px;
  font-size: 38px;
  color: #6e665d;
  font-family: "Rounded Mplus 1c"; 
  font-weight: 700;
}

.webp .h202 {
	background: url(../images/bg_h2_02.webp) no-repeat center top;
  background-size: 744px 208px;
  width: 744px;
  height: 177px;
  text-align: center;
  line-height: 180%;
  margin: 0 auto 25px;
  padding-top: 40px;
  font-size: 38px;
  color: #6e665d;
  font-family: "Rounded Mplus 1c"; 
  font-weight: 700;
}

.no-webp .h203 {
	background: url(../images/bg_h2_03.png) no-repeat center top;
  background-size: 744px 208px;
  width: 744px;
  height: 177px;
  text-align: center;
  line-height: 180%;
  margin: 0 auto 25px;
  padding-top: 40px;
  font-size: 38px;
  color: #6e665d;
  font-family: "Rounded Mplus 1c"; 
  font-weight: 700;
}
.webp .h203 {
	background: url(../images/bg_h2_03.webp) no-repeat center top;
  background-size: 744px 208px;
  width: 744px;
  height: 177px;
  text-align: center;
  line-height: 180%;
  margin: 0 auto 25px;
  padding-top: 40px;
  font-size: 38px;
  color: #6e665d;
  font-family: "Rounded Mplus 1c"; 
  font-weight: 700;
}

h2 span {
	font-size: 60px;
	color: #74b776;

}

h3 {
    background: url(../images/bg_h3.png) no-repeat left center;
    background-size: 68px 66px;
    font-weight: 600;
    font-family: "ヒラギノ角ゴ ProN W6";
    font-size: 2rem;
    padding-left: 85px;
    /* height: 66px; */
    line-height: 66px;
    margin: 50px 0 10px;
}

p {
	font-size: 19px;
	line-height: 200%;
}

.sp, .sp_in {
	display: none;
}

.caption {
  color: var(--caption);
  font-size: 0.7em;
}


/* ヘッダー
--------------------------------------------------------------*/

header {
	/*padding-top: 138px;*/
	padding-top: 65px;
	text-align: center;
	margin: 0 auto 70px;
	max-width: 899px;
}

h1 {
	font-size: 85px;
	color: var(--h1-color);
	margin:110px 0 50px;
	font-weight: 800;
	line-height:1.2em;
	font-family: "Rounded Mplus 1c"; 
}

h1 span.h01, h1 span.h02 {
	font-size: 40px;
}

h1 span.h01, h1 span.h03 {
	color: #fff;
}

h1 span.h03 {
	font-size: 55px;
}


/* メニュー */

header nav {
	margin: 0 auto;
	/* width: 839px; */
}

header nav .header-nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

header nav ul li a {
    display: block;
    margin: 0 auto;
    width: 250px;
    height: 158px;
    background-position: center bottom;
    background-repeat: no-repeat;
    font-family: "Rounded Mplus 1c";
    font-weight: 500;
    font-size: 28px;
    color: #56bdcc;
    line-height: 100%;
    padding-top: 90px;
}

header nav ul li a span {
	font-size: 16px;
	color: #6E665D;
	font-family: "ヒラギノ角ゴ ProN W3";
	font-weight: 700;
}

header nav ul li.nav01 a {
	background-image: url(../images/bg_nav01.png);
	background-size: 250px 250px;
}

header nav ul li.nav02 a {
	background-image: url(../images/bg_nav02.png);
	background-size: 250px 250px;
}

header nav ul li.nav03 a {
	background-image: url(../images/bg_nav03.png);
	background-size: 250px 250px;
}


/* 共通 */
p.check{
	color: #ab9e47;
	font-size: 28px;
	font-family: "ヒラギノ角ゴ ProN W6";
	line-height: 1.5;
  margin-bottom: 20px;
}

p.lead {
    color: #6E665D!important;
}

span.line {
    background: linear-gradient(transparent 0%, #D9F3F7 0%);
}

#difference > ul {
	margin-bottom: 30px;
}

#difference > ul li {
	position: relative;
	width: calc(25% - 25px);
	height: 100%;
	padding: calc(25% - 25px) 0 0;
	margin-bottom: 50px;
	float: left;
	
}

#difference > ul li .in {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 6px solid #64c6a6; 
	-webkit-border-radius: 100%;  
    -moz-border-radius: 100%;
	border-radius: 100%;
	box-sizing: border-box;
	text-align: center;
}

#difference > ul .in02 {
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
}

#difference > ul li p {
	color: #0099b2;
	font-size: 30px;
	text-align: center;
	line-height: 1;
	margin: 0;
	display: table-cell;
	vertical-align: middle;
	font-family: "ヒラギノ角ゴ ProN W6",HiraKakuProN-W6;
}

#difference > ul li+li {
	margin-left: 33px;
}


#difference table {
  border-collapse: collapse;
  border: solid 2px #e8e28d;
  width: 100%;
  margin-bottom: 2rem;
}


#difference table th {
  width: 15rem;
  text-align: center;
  background: #f5f0bb;
  border: dashed 2px #fff;
  vertical-align: middle;
  padding: 0.5em;
  font-weight: 700;
}


#difference table td {
  border: dashed 2px #f5f0bb;
  padding: 1.3em;
}


#compare .compare-school {
	border: 10px solid #C3E2D1;
	margin-bottom: 30px;
}

#compare .compare-school-inner {
  padding: 3%;
}

#compare .compare-school-inner:not(:last-of-type) {
  border-bottom: dotted 2px var(--colored-txt01);
}

#compare section h4 {
    background: #c2e2d1;
    font-size: 35px;
    font-weight: 600;
    color: var(--h1-color);
    padding: 20px 0 20px 10px;
}

#compare section h5 {
    font-size: 30px;
    color: var(--colored-txt01);
    margin-bottom: 5px;
    font-family: "ヒラギノ角ゴ ProN W6",HiraKakuProN-W6;
    line-height:120%;
}

#compare section p {
	color: #828497;
  font-size: 1.1rem;
}

#compare .compare-school-title {
  border-bottom: dotted 2px;
}

#compare dl{
  margin-top: 20px;
  display: grid;
  grid-template-columns: 100px auto;
  gap: 10px;
}

#compare dt {
  padding: 0.2em;
  border-radius: 10px;
  font-weight: bold;
  background-color: rgba(var(--colored-txt-rgb), .3);
  display: grid;
  place-content: center;
}

#compare dd {
  padding: 0.3em 0;
}

#measure .five_point{
  color: #13a996;
  font-weight: 700;
  line-height: 1.5;
  margin: 2rem 0 0.5rem;
  letter-spacing: 2px;
}

#measure .cp_actab {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  color: #ffffff;
}

#measure .cp_actab input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

#measure .cp_actab label {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 3;
  position: relative;
  display: block;
  padding: 0 0 0 1em;
  cursor: pointer;
  margin: 0px 0 3px 0;
  background: #13a996;
  border-bottom: solid 3px #065249;
  border-radius: 4px;
}

#measure .cp_actab .cp_actab-content {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.35s;
  transition: max-height 0.35s;
  background: #e7f9ec;
  color: #6e665d;
}

#measure .cp_actab .cp_actab-content p {
  margin: 1em;
  font-size:1em;
}

#measure .cp_actab input:checked ~ .cp_actab-content {
  max-height: 40em;
}

#measure .cp_actab label::after {
  line-height: 3;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 3em;
  height: 3em;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  text-align: center;
}

#measure .cp_actab input[type=checkbox] + label::after {
  content: '+';
}

#measure .cp_actab input[type=checkbox]:checked + label::after {
  transform: rotate(315deg);
}

#seminar p.check{
	color: #ff747a!important;
	text-align: center;
}

#ranking section {
border: 10px solid #F3D543;
    padding: 30px 20px 25px 30px;
    margin-bottom: 50px;
}

#ranking section h4 {
    font-size: 30px;
    color: #EE272E;
    margin-bottom: 30px;
    font-weight: 600;
    font-family: "ヒラギノ角ゴ ProN W6",HiraKakuProN-W6;
    line-height: 1.3em;
}

#ranking section .txt {
	float: left;
	width: 620px;
	padding-top: 20px;
}

#ranking section .img {
	float: right;
	width: 171px;
	line-height: 0;
}

#ranking section img {
	width: 100%;
}

#ranking section .txt p {
    color: #6E665D;
    margin-bottom: 0;
}

#ranking .price {
	background: #fcfce5;
	border: none;
	margin-top: 30px;
	margin-bottom: 0;
}

#ranking .price .price-ttl {
	position: relative;
	padding-left: 60px;
	font-size: 1.6rem;
  line-height: 1.3em;
	color: #455644;
	font-weight: 700;
	margin-bottom: 30px;
}

#ranking .price .price-ttl::before {
	content: "";
  width: 50px;
  height: 50px;
  background: url("../images/price_icon.png");
  background-size: 100% auto;
  position:absolute;
  left: 0;
  top: 50%;
	transform: translateY(-50%);
}

#ranking .btn {
	box-sizing: border-box;
	position: relative;
  display: block;
  width: 30%;
  margin: 0 auto;
  padding: 0.6em 0.7em;
  text-decoration: none;
	text-align: center;
  background: #56BDCC;
  border-bottom: solid 2px #52B4BF;
  border-radius: 4px;
  box-shadow: inset 0 2px 0 rgb(255 255 255 / 20%), 0 2px 2px rgb(0 0 0 / 19%);
  font-weight: bold;
}

#ranking .btn::after {
	font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f138";
  color: #fff;
  margin-left: 10px;
}

#ranking .btn a {
	color: #FFF;
}

#ranking table {
		border-collapse:separate;
		border-spacing: 5px;
		width: 100%;
	}

#ranking table th,table td{
		border-radius: 5px;
		text-align: center;
		padding: 10px 0;
		vertical-align: middle;
	}

#ranking table td{
		background-color: #d2f4e1;
		border:solid 1px #af9d85;
	}

#ranking .add {
	font-size: 0.9rem;
}

.balloon1 {
	box-sizing: border-box;
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  width: 100%;
  color: #555;
	text-align: center;
  font-size: 16px;
  background: #e0edff;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
}

.balloon1 p {
  margin: 0;
  padding: 0;
}



/* 体験授業
--------------------------------------------------------------*/

#experience {
	margin: 3% auto;	
}

#experience .experience-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 10%;
  gap: 20px;
}

#experience ul li {
	background: url(../images/bg_experience02.png) no-repeat center top;
	background-size: 42px 27px;
	/* width: 425px;	 */
	text-align: center;
	padding-top: 40px;
}

/* #experience ul li:first-child {
	float: left;
}

#experience ul li:last-child {
	float: right;
} */

#experience ul li div {
    border: 6px solid #56BDCC;
		/* box-shadow: 0 3px 5px rgba(214,13,94,0.5);
    -moz-box-shadow: 0 3px 5px rgba(214,13,94,0.5); */
    padding: 40px 0 20px;
}

#experience ul li p {
    font-size: 20px;
    color: #56BDCC;
    font-weight: 600;
    line-height: 100%;
}

#experience ul li p span{
    font-size: 20px;
    color: #ff747a;
    font-weight: 600;
    line-height: 100%;
}

#experience ul li p.mb40 {
	margin-bottom: 40px !important;
}

#experience ul li p.mb49 {
	margin-bottom: 49px !important;
}

#experience ul li p.btn a {
    position: relative;
    display: inline-block;
    padding: 0.6em 0.7em;
    text-decoration: none;
    color: #FFF;
    background: #56BDCC;
    border-bottom: solid 2px #52B4BF;
    border-radius: 4px;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
    margin-top: 4%;
}


#experience ul li p.btn a:active {
    border-bottom: solid 2px var(--h1-color);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}



/* フッター
--------------------------------------------------------------*/

footer {
  position: relative;
  background: #FCFCE5;
  color: #02AA3B;
  /* padding: 3%; */
  height: 62px;
}

footer .wrapper {
	position: relative;
  margin: 0 auto;
	height: 62px;
  max-width: 899px;
}

#logo {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -16px 0 0 -114px;
}

#copy {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -8px;
	font-size: 11px;
}

#to_top {
	position: absolute;
	bottom: 20px;
	right: 0;
}

#to_top a {
    display: block;
    background: #fff url(../images/bg_to_top.png) no-repeat center 7px;
    background-size: 17px 9px;
    border: 6px solid #C2E3D2;
    width: 138px;
    text-align: center;
    padding: 34px 0 22px;
    color: var(--h1-color);
    font-size: 20px;
    -moz-box-shadow: 0 3px 5px rgba(19,99,0,0.5);
    -webkit-box-shadow: 0 3px 5px rgba(19,99,0,0.5);
    box-shadow: 0 3px 5px rgba(19,99,0,0.5);
    line-height: 1;
}


/* レスポンシブ
--------------------------------------------------------------------------------------------------------*/

@media only screen and (min-width:671px) {
.for_sp{
display: none;
}
}


@media only screen and (max-width:740px) {

/* 共通
--------------------------------------------------------------*/

.no-webp #sb-site,
.webp #sb-site {
	background-size: 740px 258px;
}

img {
	max-width: 100%;
	height: auto;
}

.container {
	width: 100%;
	padding: 0 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.no-webp .h201,
.webp .h201 {
    background-size: contain;
    width: 100%;
    height: auto;
    font-size: 18px;
    padding-top: 15px!important;
}

.no-webp .h202, 
.webp .h202{
    background-size: contain;
    width: 100%;
    height: auto;
    font-size: 18px;
    padding-top: 15px!important;
}

.no-webp .h203, 
.webp .h203{
    background-size: contain;
    width: 100%;
    height: auto;
    font-size: 18px;
    padding-top: 15px!important;
}

h2 span {
	font-size: 28px;
}

h3 {
	background-position: left top;
	background-size: 34px 33px;
	font-size: 24px;
	padding-left: 40px;
	height: auto;
	line-height: 130%;
	margin:40px 0 10px;
}

p {
	font-size: 16px;
}

.sp {
	display: block;
}


/* メニュー
--------------------------------------------------------------*/

#sp_menu {
	position: fixed;
	top: 10px;
	right: 10px;
	z-index: 99999;
}

#sp_menu p {
    line-height: 0;
    -moz-box-shadow: 0 3px 5px #9a9601;
    -webkit-box-shadow: 0 3px 5px #9a9601;
    box-shadow: 0 3px 5px #9a9601;
    border-radius: 25px;
}

/* drawer */
.sb-slidebar nav {
  padding: 6%;
}

.sb-slidebar ul {
	margin-top: 10px;
}

.sb-slidebar li {
  border-bottom: dashed 2px var(--h1-color);
}

.sb-slidebar li:first-child {
  border-top: dashed 2px var(--h1-color);
}

.sb-slidebar li a {
	display: block;
	position: relative;
	width: 75%;
	margin: 0 auto;
}

/* .sb-slidebar li a .img img {
	width: 100%;
	height: auto;
} */

.sb-slidebar li a .txt {
    /* position: absolute;
    bottom: 35%; */
    font-weight: 600;
    font-family: "ヒラギノ角ゴ ProN W6";
    font-size: 18px;
    color: #0099b2;
    text-align: center;
    width: 100%;
}

.sb-slidebar li a .txt span {
	font-size: 13px;
	color: #4c4f6b;
}


/* ヘッダー
--------------------------------------------------------------*/

header {
	width: 100%;
	min-width: 100%;
	padding-top: 10px;
}

h1 {
	font-size: 45px;
	margin:12% auto 0;
	font-weight: bold;
	font-family: "Rounded Mplus 1c"; 

}

h1 span.h01, h1 span.h02 {
	font-size: 30px;
}

h1 span.h03 {
	font-size: 30px;
}

/*メニュー */

header nav {
	display: none;
	width: 100%;
}


p.check {
	font-size: 22px;
}

p.check br {
	display: none;
}

#difference table th {
  width: 7rem;
}


#difference > ul li {
	width: calc(25% - 7.55px);
	height: 100%;
	padding: calc(25% - 7.5px) 0 0;
	margin-bottom: 10px;
}

#difference > ul li+li {
	margin-left: 10px;
}

#difference > ul li p {
	font-size: 18px;
}

#compare .compare-school-inner {
  padding: 6%;
}

#compare section {
	width: 100%;
	border-width: 5px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

#compare section h4 {
	font-size: 23px;
	padding: 10px;
}

#compare section h5 {
	font-size: 22px;
	/* margin: 0 10px 5px; */
}

/* #compare section p {
	margin: 10px 15px;
} */

#measure .cp_actab label{
font-size:0.9em;
}

#measure .cp_actab .cp_actab-content p {
	margin: 1em;
	font-size:0.9em;
}

#ranking section {
	width: 100%;
	border-width: 5px;
	padding: 10px;
	margin-bottom: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

#ranking section h4 {
	font-size: 22px;
	margin-bottom: 15px;
  text-align: center;
}

#ranking section .txt {
	float: none;
	width: 100%;
	padding-top: 0;
}

#ranking section .img {
	float: none;
	width: 100%;
	margin-bottom: 15px;
	text-align: center;
}

#ranking section .txt p {
    color: #6E665D;
    margin-bottom: 0;
}

#ranking .price .price-ttl {
	font-size: 1.2rem;
}

#ranking .btn {
  width: 100%;
}





/* 体験授業
--------------------------------------------------------------*/

#experience {
	margin-bottom: 100px!important;	
}

#experience .experience-grid {
  grid-template-columns: 1fr;
}

#present {
	background: url(../images/bg_experience01.jpg) no-repeat;
	background-size: contain;
	width: calc(100% - 35px);
	height: 163px;
	font-size: 23px;
	color: #2e94d3;
	margin-bottom: 30px;
	font-family: "ヒラギノ角ゴ ProN W6",HiraKakuProN-W6;
	padding: 50px 0 0 35px;
	
}

#present span {
	font-size: 30px;
}


#experience ul li {
	background: url(../images/bg_experience02.png) no-repeat center top;
	background-size: 42px 27px;
	width: 48%;	
	text-align: center;
	padding-top: 40px;
	margin-bottom: 35px;
}

#experience ul li img {
	width: auto;
}

#experience ul li p.mb40 {
	margin-bottom: 40px !important;
}

#experience ul li p.mb49 {
	margin-bottom: 45px !important;
}



/* フッター
--------------------------------------------------------------*/

footer {
	min-width: 100%;
	width: 100%;
	padding: 15px 0;
}

footer .wrapper {
	position: relative;
	padding: 0;
	text-align: center;
}

#logo {
	position: static;
	margin: 0;
}

#copy {
	position: static;
	margin: 0;
}

#to_top {
	position: absolute;
	bottom: 100px;
	left: 0;
	width: 100%;
}

#to_top a {
	margin: 0 auto;
}



}

@media only screen and (max-width:670px) {


/* 体験授業
--------------------------------------------------------------*/

#present {
	font-size: 22px;
	padding-top: 40px;
	
}

#present span {
	font-size: 26px;
}


.for_pc{
display: none;
}

}


@media only screen and (max-width:570px) {


/* 共通
--------------------------------------------------------------*/

.no-webp #sb-site,
.webp #sb-site {
	background-size: 480px 167px;
}

.sp_in {
	display: inline;
}


/* ヘッダー
--------------------------------------------------------------*/

header {
	margin-bottom: 50px;
}

h1 {
	font-size: 30px;
	margin-top: 14%;
	font-weight: bold;
	font-family: "Rounded Mplus 1c"; 
}

h1 span.h01, h1 span.h02 {
	font-size: 22px;
}

h1 span.h03 {
	font-size: 20px;
}


/* 小学生と中学生の大きな違い
--------------------------------------------------------------*/

/* 最初 */

#difference > ul li {
	width: calc(50% - 5px);
	height: 100%;
	padding: calc(50% - 5px) 0 0;
	margin-bottom: 10px;
}

#difference > ul li+li {
	margin-left: 0;
}

#difference > ul li:nth-child(even) {
	margin-left: 10px;
}


/* 体験授業
--------------------------------------------------------------*/

#experience {
	margin-bottom: 120px;	
}


#experience ul li {
	background: url(../images/bg_experience02.png) no-repeat center top;
	background-size: 42px 27px;
	width: 100%;	
	text-align: center;
	padding-top: 40px;
	margin-bottom: 35px;
}

#experience ul li:first-child {
	float: none;
}

#experience ul li:last-child {
	float: none;
}

#experience ul li div {
	padding: 40px 10px 20px;
}


#experience ul li p {
    font-size: 20px;
    color: #56BDCC;
    font-weight: 600;
    line-height: 100%;
}

#experience ul li p span{
    font-size: 20px;
    color: #ff747a;
    font-weight: 600;
    line-height: 100%;
}

#experience ul li p.btn a {
    position: relative;
    display: inline-block;
    padding: 0.6em 0.7em;
    text-decoration: none;
    color: #FFF;
    background: #56BDCC;
    border-bottom: solid 2px #52B4BF;
    border-radius: 4px;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
    margin-top: 4%;
}


#experience ul li p.btn a:active {
    border-bottom: solid 2px var(--h1-color);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}


	
}

