@charset "Shift_JIS";

/* main
---------------------------------------------------- */
.main {
	width: 100%;
	background-image: url("../images/main_bg.png");
	text-align: center;
	padding-bottom: 50px;
}
.main img {
	max-width: 100%;
}


/* txt
---------------------------------------------------- */
.txt1 {
	text-align: center;
}
.red {
	color: #eb4a56;
}
.blue {
	color: #1a80e8;
}
.marker {
  background: linear-gradient(transparent 50%, #fff087 0%);
  display: inline;
  padding: 0 2px 4px;
}


/* tableofcontents
---------------------------------------------------- */
.tableofcontents {
  margin: 30px auto 0;
	width: 980px;
  border: 3px solid #249b3d;
  background-color: #FFF;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	overflow: hidden;
}
.tableofcontents h3 {
  margin-top: 0;
}
.tableofcontents > ul {
	padding: 20px 30px 20px 40px;
}
.tableofcontents ul li {
  list-style-type: none; /*点を非表示*/
  position: relative; /*基準位置*/
  padding-left: 1.1em;
	text-align: left;
}
.tableofcontents ul li:before {
  border-radius: 50%; /*丸くする*/
  width: 6px; /*点の幅*/
  height: 6px; /*点の高さ*/
  display: block;
  position: absolute; /*絶対配置*/
  left: 0; /*点の位置*/
  top: 0.7em; /*点の位置*/
  content: "";
  background: #249b3d;
  border: 2px solid #249b3d;
}
.tableofcontents ul li ul li:before {
  background: #FFF;
}
.tableofcontents .tc_head {
  font-size: 1.4rem;
	padding: 10px 0;
  font-weight: 700;
  color: #FFF;
	background-color: #249b3d;
}


/* ttl_h2
---------------------------------------------------- */
.ttl_h2 {
  display: table;
	position: relative;
	height: 45px;
	text-align: center;
	box-sizing: border-box;
	margin: 100px auto 0;
	width: 900px;
}
.ttl_h2:before {/*左側のリボン端*/
  content: '';
	position: absolute;
	width: 10px;
	bottom: -20px;
	left: -35px;
	z-index: -2;
	border-top: 80px solid #ffa552;
	border-bottom: 80px solid #ffa552;
	border-left: 55px solid #ffa552;
	border-right: 40px solid #ffa552;
	border-left-color: transparent;
}

.ttl_h2:after {/*右側のリボン端*/
  content: '';
  position: absolute;
  width: 10px;
  bottom: -20px;
  right: -35px;
  z-index: -2;
  border-top: 80px solid #ffa552;
	border-bottom: 80px solid #ffa552;
	border-left: 40px solid #ffa552;
	border-right: 55px solid #ffa552;
  border-right-color: transparent;
}
.ttl_h2 h2 {
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 20px 20px;
	line-height: 1.2;
	font-size: 45px;
	width: 780px;
	color: #FFF;
	background-image: url("../images/h2_bg.png");
	letter-spacing: 0.05em;
}
.ttl_h2 h2:before {
	position: absolute;
	content: '';
	top: 100%;
	left: 0;
	border: none;
	border-bottom: solid 20px transparent;
	border-right: solid 30px #df6040;
}
.ttl_h2 h2:after {
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 20px transparent;
  border-left: solid 30px #df6040;
}


/* section
---------------------------------------------------- */
section {
	width: 980px;
	background-color: #FFFFFF;
	margin: 80px auto;
	padding-bottom: 50px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	overflow: hidden;
}
section .inner {
	width: 900px;
	margin: 0 auto;
}
section .inner .img1 {
	display: block;
	margin: 50px auto 0;
	max-width: 100%;
}
section .inner .img2 {
	display: block;
	margin: 50px auto;
	max-width: 90%;
	border-radius: 30px;
	overflow: hidden;
}


/* cta
---------------------------------------------------- */
.cta {
	width: 702px;
	margin: 80px auto;
}
.cta p {
	padding-top: 10px;
}


/* table
---------------------------------------------------- */
.table {
	background-color: #f6f6f6;
	padding: 25px;
	margin: 50px 0 0;
}
.table p {
	font-size: 14px;
	margin-bottom: 20px;
}
.table h4 {
	text-align: center;
	margin-bottom: 10px;
	font-size: 24px;
}
.table table {
	width: 100%;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 20px;
	overflow: hidden;
	border-radius: 15px;		/* CSS3草案 */
	-webkit-border-radius: 15px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 15px;
}
.table table th {
	background-color: #deeec3;
}
.table table th.topleft {
	background-color: #8ebb45;
	color: #FFFFFF;
}
.table table th.topright {
	background-color: #8ebb45;
	color: #FFFFFF;
}
.table table td {
	background-color: #FFFFFF;
	text-align: center;
}


/* campaign
---------------------------------------------------- */
.campaign {
	width: 750px;
	margin: 0 auto;
	background-color: #ddf4ff;
}
.campaign ul li {
	margin: 30px 0;
	text-align: center;
}
.campaign ul li img {
	max-width: 95%;
}


/* program
---------------------------------------------------- */
.prog_h2 {
	text-align: center;
	padding: 50px 0;
}
ul.program li {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	overflow: hidden;
	margin-bottom: 30px;
}
ul.program li h2 {
	height: 60px;
	line-height: 60px;
	color: #FFFFFF;
	font-size: 36px;
	font-weight: bold;
	padding: 0 30px;
	background-image: url(../images/h2_c.png)
}
ul.program li h2 span {
	font-size: 24px;
	font-weight: normal;	
}
ul.program li h2 .age {
	background-color: rgba(255,255,255,0.9);
	float: right;
	display: block;
	line-height: 40px;
	position: relative;
	font-size: 18px;
	color: #333333;
	width: 280px;
	margin-top: 10px;
	text-align: center;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}
ul.program li h2 .age img {
	position: absolute;
	right: -12px;
}
ul.program li .inner {
	background-color: #FFFFFF;
	padding: 30px;
}
ul.program li .inner img.f_left {
	float: left;
	width: 400px;
	margin-right: 40px;
}
ul.program li .inner .txt_area {
	float: left;
	width: 450px;
}


/* btn
---------------------------------------------------- */
a.leaf_btn {
	display: table;
	min-width: 230px;
	margin: 30px auto 0;
	padding: 15px 30px;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	background-color: #ffbf59;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
a.leaf_btn:hover {
	opacity: 0.7;
}


/* modal
---------------------------------------------------- */
.modal {
	background-color: #e0f5cd!important;
	padding: 20px;
	margin-bottom: 50px;
	max-width: 800px !important;
	margin: 1.25rem 0;
	width: 92%;
	overflow: initial;
}
.modal h2 {
	color: #333333;
	font-size: 48px;
	font-weight: bold;
	padding: 10px 0;
	margin-bottom: 20px;
	border-bottom: 2px solid #cbe4b5;
}
.modal h2 span {
	font-size: 24px;
	font-weight: normal;	
}
.modal h2 .age {
	background-color: rgba(255,255,255,0.9);
	float: right;
	display: block;
	line-height: 40px;
	position: relative;
	font-size: 26px;
	color: #333333;
	width: 280px;
	text-align: center;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}
.modal .inner {
	background-color: #FFFFFF;
	padding: 30px;
	margin-top: 20px;
	position: relative;
	width: auto;
}
.modal .inner img {
	position: absolute;
	right: 30px;
	top: -10px;
}
.modal .inner h3 {
	font-size: 28px;
	font-weight: bold;
	padding: 15px 0 15px 80px;
	background-position: left center;
	background-repeat: no-repeat;
}
.modal .inner h3.ico01 {
	background-image: url(../images/h3_ico01.png);
	color: #78bd36;	
}
.modal .inner h3.ico02 {
	background-image: url(../images/h3_ico02.png);
	color: #ff7cad;	
}
.modal .inner h3.ico03 {
	background-image: url(../images/h3_ico03.png);
	color: #10c4ff;	
}
.modal .inner dl {
	margin-top: 20px;
}
.modal .inner dl dt {
	width: 135px;
	font-size: 20px;
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 35px;
}
.modal .inner dl dt.ico01 {
	background-image: url(../images/ico01.png);
}
.modal .inner dl dt.ico02 {
	background-image: url(../images/ico02.png);
}
.modal .inner dl dt.ico03 {
	background-image: url(../images/ico03.png);
}
.modal .inner dl dd {
	width: 100%;
}


/* ex
---------------------------------------------------- */
.ex {
	background-color: #ddf4ff;
}
.ex .blc {
	width: 706px;
	margin: 80px auto;
	background-color: #FFF;
}
.ex .blc .inner {
	padding: 30px;
}
.ex .blc .inner h3 {
	background-color: #e9e9e9;
	padding: 10px 20px;
	margin: 30px 0 10px;
	border-radius: 10px;
}
.ex .blc .inner h3:first-child {
	margin: 0 0 10px;
}
.ex .blc .inner img {
	max-width: 100%;
	margin-top: 15px;
}


.search {
	display: table;
	margin: 0 auto 80px;
}


.swiper-slide {
	padding: 30px;
	height: auto;
	margin-top: 20px;
	background-color: #f3f9eb;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
.Box{ height: 100%; }
.swiper-slide .slide_inner {
	display: flex;
  align-items: center;
	margin-bottom: 30px;
}
.swiper-slide .slide_inner .ttl {
	font-size: 20px;
	margin-bottom: 10px;
	color: #78bd36;
}
.swiper-slide .slide_inner .img {
	margin-right: 20px;
}
.swiper-slide .slide_inner figure {
  width: 160px;
  height: 160px;
  overflow: hidden;
  position: relative;
	border-radius: 50%;
}
.swiper-slide .slide_inner figure img {
  position: absolute;
  top: 0;
  left: 0;
	object-fit: cover;
  width: 100%;
  height: 100%;
}

.grad-btn {
  z-index: 2;
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 0;
	width: 148px;
	margin: auto;
	padding: 0 0;
	border-radius: 2px;
	background: #009e8f;
	color: #fff;
	font-size: 1.3rem;
	text-align: center;
	cursor: pointer;
	transition: .2s ease;
	box-shadow: 0 0 3px rgba(0,0,0,.3);
}
.grad-item {
  position: relative;
  overflow: hidden;
  height: 252px; /*隠した状態の高さ*/
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px; /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(243,249,235,0) 0%, rgba(243,249,235,0.9) 50%, rgba(243,249,235,0.9) 50%, #f3f9eb 100%);
  background: linear-gradient(top, rgba(243,249,235,0) 0%, rgba(243,249,235,0.9) 50%, rgba(243,249,235,0.9) 50%, #f3f9eb 100%);
  content: "";
}
.grad-trigger {
  display: none; /*チェックボックスは常に非表示*/
}
.grad-trigger:checked + .grad-btn {
  display: none; /*チェックされていたら、grad-btnを非表示にする*/
}
.grad-trigger:checked ~ .grad-item {
  height: auto; /*チェックされていたら、高さを戻す*/
}
.grad-trigger:checked ~ .grad-item::before {
  display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}


/* lesson
---------------------------------------------------- */
.lesson {
  margin: 60px auto 0;
	width: 980px;
}
.lesson .loop {
  background-color: #FFF;
  padding: 40px 40px 20px;
  text-align: left;
}
.lesson .loop .txt {
  margin-bottom: 30px;
}
.lesson .loop .catch {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  text-align: left;
  display: inline;
  background: linear-gradient(transparent 50%, #fff882 0%);
}
.tab_content1 .lesson .loop .catch {
  color: #ff547f;
}
.tab_content2 .lesson .loop .catch {
  color: #01be01;
}
.tab_content .att {
  margin-top: 30px;
  font-size: 14px;
  line-height: 25px;
  text-align: left;
}
.lesson .loop .inner {
  margin-top: 30px;
}
.lesson .loop .inner img {
  float: left;
  width: 450px;
}
.lesson .loop .inner p {
  padding: 25px 0 0 480px;
}
.lesson .loop .inner .att {
  color: #f1003d;
}
.lesson .loop .inner .att p {
  padding: 0 0 0 492px;
}



@media only screen and (max-width: 740px) {


/* main
---------------------------------------------------- */
.main {
	padding-bottom: 20px;
}


/* txt
---------------------------------------------------- */
.txt1 {
	text-align: center;
}


/* tableofcontents
---------------------------------------------------- */
.tableofcontents {
  width: 92%;
}
.tableofcontents > ul {
  padding: 20px;
}
.tableofcontents ul li:before {
  top: 0.5em; /*点の位置*/
}


/* ttl_h2
---------------------------------------------------- */
.ttl_h2 {
  display: table;
	height: 45px;
	box-sizing: border-box;
	margin: 60px auto 0;
	width: 90%;
}
.ttl_h2:before {
	left: -8px;
	border-top: 30px solid #ffa552;
	border-bottom: 30px solid #ffa552;
	border-left: 15px solid #ffa552;
	border-right: 30px solid #ffa552;
	border-left-color: transparent;
}

.ttl_h2:after {
  right: -8px;
  border-top: 30px solid #ffa552;
	border-bottom: 30px solid #ffa552;
	border-left: 30px solid #ffa552;
	border-right: 15px solid #ffa552;
  border-right-color: transparent;
}
.ttl_h2 h2 {
	padding: 10px 10px;
	font-size: 18px;
	width: 90%;
	background-size: 15px auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}


/* section
---------------------------------------------------- */
section {
	width: 92%;
	margin: 40px auto;
	padding-bottom: 20px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
section .inner {
	width: 92%;
}
section .inner .img1 {
	margin: 20px auto 0;
}
section .inner .img2 {
	margin: 20px auto;
	max-width: 100%;
	border-radius: 10px;
}
section h3 img {
	width: 100%;
	margin-bottom: 15px;
}


/* cta
---------------------------------------------------- */
.cta {
	width: 92%;
	margin: 40px auto;
}
.cta img {
	width: 100%;
}


/* table
---------------------------------------------------- */
.table {
	padding: 10px;
	margin: 20px 0;
}
.table p {
	font-size: 12px;
	margin-bottom: 10px;
}
.table table {
	margin-bottom: 10px;
	font-size: 16px;
}


/* campaign
---------------------------------------------------- */
.campaign {
	width: 100%;
}
.campaign img {
	width: 100%;
}
.campaign ul li {
	margin: 10px 0;
}


/* program
---------------------------------------------------- */
.prog_h2 {
	padding: 25px 0 5px;
}
.prog_h2 img {
	width: 80%;
}
ul.program li {
	margin-bottom: 20px;
}
ul.program li h2 {
	height: 50px;
	line-height: 50px;
	font-size: 24px;
	padding: 0 15px;
}
ul.program li h2 span {
	font-size: 12px;
}
ul.program li h2 .age {
    line-height: 30px;
	font-size: 14px;
	width: 55%;
	margin-top: 10px;
}
ul.program li .inner {
	padding: 10px;
}
ul.program li .inner img.f_left {
	float: none;
	margin-right: 0;
	margin-bottom: 10px;
	width: 100%;
}
ul.program li .inner .txt_area {
	float: none;
	width: 100%;
}


/* btn
---------------------------------------------------- */
a.leaf_btn {
	width: 70%;
	min-width: 70%;
}
	

/* modal
---------------------------------------------------- */
.modal {
	padding: 10px;
	margin-bottom: 50px;
	padding: 15px 15px!important;
	width: 100%!important;
}
.modal h2 {
	font-size: 28px;
	margin-bottom: 15px;
}
.modal h2 span {
	font-size: 14px;
}
.modal h2 .age {
	line-height: 24px;
	font-size: 14px;
	width: 50%;
}
.modal .inner {
	padding: 10px;
	margin-top: 20px;
	position: relative;
}
.modal .inner img {
	right: 5px;
	top: -10px;
	width: 30%;
}
.modal .inner h3 {
	font-size: 20px;
	padding: 15px 0 15px 50px;
	background-size: 40px;
}
.modal .inner dl {
	margin-top: 20px;
}
.modal .inner dl dt {
	width: 100%;
	font-size: 16px;
	padding-left: 35px;
	float: none;
}
.modal .inner dl dd {
	width: 100%;
	float: none;
}


/* ex
---------------------------------------------------- */
.ex .blc {
	width: 92%;
	margin: 40px auto;
}
.ex .blc img {
	width: 100%;
}
.ex .blc .inner {
	padding: 15px;
}
.ex .blc .inner h3 {
	background-color: #e9e9e9;
	padding: 10px 20px;
	margin: 30px 0 10px;
	border-radius: 10px;
}
.ex .blc .inner h3:first-child {
	margin: 0 0 10px;
}
.ex .blc .inner img {
	max-width: 100%;
	margin-top: 15px;
}


.search {
	text-align: center;
	margin: 0 auto 30px;
}
.search img {
	width: 90%;
}


.swiper-slide {
	padding: 15px;
}
.swiper-slide .slide_inner {
	display: block;
	margin-bottom: 15px;
}
.swiper-slide .slide_inner .ttl {
	font-size: 18px;
	margin-bottom: 10px;
	color: #78bd36;
}
.swiper-slide .slide_inner .img {
	margin: 0 auto 20px;
	width: 160px;
}

.grad-item {
  height: 312px; /*隠した状態の高さ*/
}
	

/* lesson
---------------------------------------------------- */
.lesson {
  width: 92%;
	margin: 40px auto;
}
.lesson img {
  width: 100%;
}
.lesson .loop {
  padding: 20px 20px 5px;
}
.lesson .loop .txt {
  margin-bottom: 20px;
}
.lesson .loop .catch {
  font-size: 20px;
  line-height: 30px;
}
.tab_content .att {
  margin-top: 20px;
}
.lesson .loop .inner {
  margin-top: 20px;
}
.lesson .loop .inner img {
  float: none;
  width: 100%;
}
.lesson .loop .inner p {
  padding: 20px 0 0;
}
.lesson .loop .inner .att p {
  padding: 0 0 0 1em;
}



}