@charset "utf-8";

/*------------------------------------------------------------
[SP]
------------------------------------------------------------ */
@media screen and (max-width:767px){
/*------------------------------------------------------------
[SP] event_nav
------------------------------------------------------------ */
#suntory_contents .event_nav {
  margin: 8vw 4vw 12vw;
}
#suntory_contents .event_nav ul {
  display: flex;
  justify-content: center;
}
#suntory_contents .event_nav li {
  list-style: none;
  font-size: 3.466666666666667vw;
  line-height: 1.5;
  border-right: 1px #666 solid;
  padding: 0 3.2vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
#suntory_contents .event_nav li:first-child {
  border-left: 1px #666 solid;
}
#suntory_contents .event_nav li a {
  color: #000;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#suntory_contents .event_nav li.cr a {
  color: #A89170;
  font-weight: bold;
  pointer-events: none;
}
/*------------------------------------------------------------
[SP] main_visual
------------------------------------------------------------ */
#suntory_contents .main_visual figure {
  margin-bottom: 8vw;
  height: 32vw;
  background: url(/sma/common2020/img/learning/learing_img.webp) no-repeat center center;
  background-size: cover;
  width: 100%;
}
.no-webp #suntory_contents .main_visual figure {
  background: url(/sma/common2020/img/learning/learing_img.jpg) no-repeat center center;
  background-size: cover;
}
/*------------------------------------------------------------
[SP] learing_contents
------------------------------------------------------------ */
#suntory_contents .main_visual h1 {
  margin-bottom: 8vw;
  font-size: 5.6vw;
  font-weight: normal;
  text-align: center;
}
#suntory_contents .main_visual .lead {
  margin: 0 4vw 12vw;
  font-size: 3.466666666666667vw;
  line-height: 1.8;
}

/*------------------------------------------------------------
[SP] learing_nav
------------------------------------------------------------ */
#suntory_contents .learing_nav {
  margin: 0 2vw 16vw;
}
#suntory_contents .learing_nav ul {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
#suntory_contents .learing_nav li {
  width: 32%;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1vw;
}
#suntory_contents .learing_nav li a {
  width: 100%;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #000;
  padding: 3.6vw 0 5.6vw;
  position: relative;
  font-size: 3.2vw;
  line-height: 1.5;
  border-right: 0.8vw solid #fff;
  border-left: 0.8vw solid #fff;
  text-align: center;
}
#suntory_contents .learing_nav li a.col_exh { background-color: #FBE5E4; }
#suntory_contents .learing_nav li a.col_frd { background-color: #FEEEC8; }
#suntory_contents .learing_nav li a.col_kid { background-color: #D9EFF9; }
#suntory_contents .learing_nav li a.col_jhss { background-color: #DCD9F9; }
#suntory_contents .learing_nav li a.col_scl { background-color: #D6F0D1; }

#suntory_contents .learing_nav li a::after {
  content: '';
  width: 4vw;
  height: 2.4vw;
  background: url(../img/arrow_down_large_gr.svg) no-repeat right center;
  background-size: 4vw auto;
  position: absolute;
  bottom: 1.6vw;
  left: calc(50% - 2vw);
}
#suntory_contents .learing_nav li a:hover::after {
  background: url(../img/arrow_down_large_br.svg) no-repeat right center;
  background-size: 4vw auto;
}
	
/*------------------------------------------------------------
[SP] jhss
------------------------------------------------------------ */
	
#suntory_contents #jhss .about .double picture {
	flex-basis: 50%;
}


/*------------------------------------------------------------
[SP] learing_contents
------------------------------------------------------------ */
#suntory_contents .learing_contents {
  margin: -24vw 4vw 16vw;
  padding: 24vw 0 0;
}
#suntory_contents .learing_contents h2 {
  margin-bottom: 5.6vw;
  box-sizing: border-box;
  padding: 5.07vw 4vw;
  font-size: 4.266666666666667vw;
  line-height: 1.5;
  font-weight: normal;
}
#suntory_contents .learing_contents#exhibition h2 { background-color: #FBE5E4; border-left: 5px solid #F7C5C3; }
#suntory_contents .learing_contents#friendly h2 { background-color: #FEEEC8; border-left: 5px solid #FCD983; }
#suntory_contents .learing_contents#kids h2 { background-color: #D9EFF9; border-left: 5px solid #AADCF1; }
#suntory_contents .learing_contents#jhss h2 { background-color: #DCD9F9; border-left: 5px solid #C8C2F5; }
#suntory_contents .learing_contents#school h2{ background-color: #D6F0D1; border-left: 5px solid #A2DD98; }

#suntory_contents .learing_contents#friendly .about {
  padding: 12vw 0;
  border-top: 1px dashed #ccc;
}
#suntory_contents .learing_contents#friendly .about:first-of-type {
  border: none;
  padding: 0 0 12vw;
}
#suntory_contents .learing_contents#friendly .about:last-of-type {
  padding: 12vw 0 0;
}

#suntory_contents .learing_contents .about {
  display: block;
}
#suntory_contents .learing_contents .about .photo {
  width: 58.666666666666667vw;
  margin: 0 auto 5.6vw;
}
#suntory_contents .learing_contents .about img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#suntory_contents .learing_contents .about .photo.double {
  width: 100%;
  display:flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
#suntory_contents .learing_contents .about img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#suntory_contents .learing_contents .about .text {
  width: 100%;
}
#suntory_contents .learing_contents .about .text p {
  font-size: 3.466666666666667vw;
  line-height: 1.8;
}
#suntory_contents .learing_contents .btn a {
  margin: 0 auto;
  padding: 0;
  width: 180px;
  height: 45px;
  background: #A89170;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  box-sizing: border-box;
  position: relative;
}
#suntory_contents .learing_contents .btn a.large {
  width: 285px;
}
#suntory_contents .learing_contents .btn a:hover {
  background: #BEAC94;
}
#suntory_contents .learing_contents .about .btn.event {
  margin: 20px 0 25px;
}
#suntory_contents .learing_contents .about .btn.form a {
  margin: 20px auto 25px;
  width: 75vw;
}
#suntory_contents .learing_contents h3,
#suntory_contents .learing_contents h4 {
  margin-bottom: 1.6vw;
  font-size: 4.26666667vw;
  line-height: 1.8;
  font-weight: normal;
  padding: 0;
}
#suntory_contents .learing_contents h4 {
  font-size: 3.466666666666667vw;
  list-style-type: disc;
  display: list-item;
  list-style-position: inside;
}
#suntory_contents .learing_contents p + h4 {
  margin-top: 2vw;
}
	
#suntory_contents .learing_contents .youtube {
	text-align: center;
}
/*#suntory_contents .learing_contents .youtube iframe {
	width: 100%;
}*/
#suntory_contents .learing_contents .youtube .youtube_container {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
	margin-bottom: 30px;
}

#suntory_contents .learing_contents .youtube .youtube_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
	
#suntory_contents .learing_contents .youtube iframe:first-child {
	margin-bottom: 20px;
}

#suntory_contents .learing_contents .br_sp {
  display: block;
}

/*------------------------------------------------------------
[SP] kids
------------------------------------------------------------ */
#suntory_contents .learing_contents#kids .about,
#suntory_contents .learing_contents#jhss .about {
  padding: 12vw 0;
  border-top: 1px dashed #ccc;
}
#suntory_contents .learing_contents#kids .about:first-of-type,
#suntory_contents .learing_contents#jhss .about:first-of-type {
  border: none;
  padding: 0 0 12vw;
}
#suntory_contents .learing_contents#kids .about:last-of-type {
  padding: 12vw 0 0;
}
#suntory_contents .learing_contents#kids .about .text,
#suntory_contents .learing_contents#jhss .about .text {
  position: relative;
}
#suntory_contents .learing_contents#kids .detail,
#suntory_contents .learing_contents#jhss .detail {
  background-color: #ECF7FC;
  padding: 4vw;
  margin-top: 5.6vw;
}
#suntory_contents .learing_contents#kids .detail ul,
#suntory_contents .learing_contents#jhss .detail ul {
  list-style: none;
  margin-left: 4vw;
}
#suntory_contents .learing_contents#kids .detail li,
#suntory_contents .learing_contents#jhss .detail li {
  position: relative;
  margin-bottom: 2.4vw;
  font-size: 3.46666667vw;
  line-height: 1.8;
}
#suntory_contents .learing_contents#kids .detail li::before,
#suntory_contents .learing_contents#jhss .detail li::before {
  content: "●";
  color:#C6B59D;
  font-size: 3.2vw;
  display: block;
  position: absolute;
  left: -4vw;
  top: 0;
}
#suntory_contents .learing_contents#kids .detail .notes,
#suntory_contents .learing_contents#jhss .detail .notes,
#suntory_contents .learing_contents#jhss .about .notes{
  font-size: 2.93333333vw;
  line-height: 1.8;
}
#suntory_contents .learing_contents#jhss .about .notes {
	display: block;
	margin-top: 7px;
}
#suntory_contents .learing_contents .about .btn.artkids {
  margin-top: 5.6vw;
}
#suntory_contents .learing_contents .about .btn.kodomo10th {
  margin-top: 5.6vw;
}
#suntory_contents .learing_contents .about .btn.artkids a {
  width: 60vw;
}
#suntory_contents .learing_contents .about .btn.kodomo10th a {
  width: 60vw;
}

#suntory_contents #sma_contents .rule {
  width: 92vw;
  background-color: #F6F4F1;
  padding: 4vw;
  margin: 4vw;
  box-sizing: border-box;
}
#suntory_contents #sma_contents .rule .message {
  margin-bottom: 8vw;
  display: block;
}
#suntory_contents #sma_contents .rule .message h3 {
  font-size: 4.8vw;
  text-align: center;
}
#suntory_contents #sma_contents .rule .message p {
  margin: 2.4vw 0 0;
  padding: 2.4vw;
  background-color: #fff;
  font-size: 3.73333333vw;
  line-height: 1.8;
  text-align: center;
  border-radius: 2.4;
}
#suntory_contents #sma_contents .rule .rule_list {
  display: block;
}
#suntory_contents #sma_contents .rule ul {
  list-style: none;
  margin-left: 4vw;
}
#suntory_contents #sma_contents .rule li {
  position: relative;
  margin-bottom: 10px;
  font-size: 3.46666667vw;
  line-height: 1.8;
}
#suntory_contents #sma_contents .rule li::before{
  content: "●";
  color:#C6B59D;
  font-size: 3.2vw;
  display: block;
  position: absolute;
  left: -4vw;
  top: 0;
}
#suntory_contents .learing_contents#kids .past_nav_select {
  text-align: center;
  padding: 5.6vw 0 0;
}
#suntory_contents .learing_contents#kids .past_nav_select select {
  -webkit-appearance: none;
  appearance: none;
  background: transparent  url(../img/arrow_down_small_gr.svg) no-repeat right 4.923076923076924vw center;
  background-size: 3.938461538461539vw auto;
  border: 1px #999 solid;;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: 16px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 12vw 0 4vw;
  transform: scale(0.8125);
  transform-origin:top center;
  width: 88.6153846vw;
  height: 14.7692307vw;
}

 /*------------------------------------------------------------
[SP] school
------------------------------------------------------------ */
#suntory_contents .learing_contents#school .detail {
  background-color: #EAF7E8;
  padding: 4vw;
  margin: 5.6vw 0;
}
#suntory_contents .learing_contents#school .detail dl {
  display: block;
}
#suntory_contents .learing_contents#school .detail dt {
  margin: 0 0 0 4vw;
  font-size: 3.73333333vw;
  line-height: 1.8;
  position: relative;
}
#suntory_contents .learing_contents#school .detail dt::before{
  content: "●";
  color:#C6B59D;
  font-size: 3.2vw;
  display: block;
  position: absolute;
  left: -4vw;
  top: 0;
}
#suntory_contents .learing_contents#school .detail dt:nth-of-type(3) {
  margin-bottom: 2.4vw;
}
#suntory_contents .learing_contents#school .detail dd {
  margin: 0 0 2.4vw;
  font-size: 3.2vw;
  line-height: 1.8;
}
#suntory_contents .learing_contents#school .text p.btn_before {
  text-align: center;
}
#suntory_contents .learing_contents#school .entry {
  background-color: #EAF7E8;
  padding: 8vw 4vw 5.6vw;
  margin: 12vw auto 0;
}
#suntory_contents .learing_contents#school .entry h3 {
  font-size: 5.33333333vw;
  line-height: 1;
  margin-bottom: 4vw;
  text-align: center;
}
#suntory_contents .learing_contents#school .entry h3 .smalltxt {
  font-size: 3.46666667vw;
  margin-right: 4vw;
}
#suntory_contents .learing_contents#school .entry dl {
  border-bottom: 1px #ccc solid;
}
#suntory_contents .learing_contents#school .entry dl.flow01 {
  border-top: 1px #ccc solid;
}
#suntory_contents .learing_contents#school .entry dl dt {
  font-size: 4.266666666666667vw;
  font-weight: normal;
  position: relative;
  padding: 4vw 0 2.4vw 8.8vw;
  line-height: 7.2vw;
}
#suntory_contents .learing_contents#school .entry dl dt:before {
  content: '1';
  width: 7.2vw;
  height: 7.2vw;
  background: #C6B59D;
  border-radius: 3.6vw;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 15px;
  left: 0;
}
#suntory_contents .learing_contents#school .entry dl.flow02 dt:before {
  content: '2';
}
#suntory_contents .learing_contents#school .entry dl.flow03 dt:before {
  content: '3';
}
#suntory_contents .learing_contents#school .entry dl dd {
  padding: 0 0 4vw;
}
#suntory_contents .learing_contents#school .entry dl dd .text {
  font-size: 3.466666666666667vw;
  line-height: 1.8;
}
#suntory_contents .learing_contents#school .entry dl dd .cmt {
  font-size: 3vw;
  line-height: 1.8;
  margin-top: 2.4vw;
  position: relative;
}
#suntory_contents .learing_contents#school .entry dl dd .cmt a {
  text-decoration: none;
  color: #000;
  border-bottom: 1px #000 solid;
  padding-bottom: 0.8vw;
}
#suntory_contents .learing_contents#school .entry dl dd .cmt.pdf::after {
  content: 'PDF';
  width: 9.6vw;
  height: 4.8vw;
  background: #fff;
  font-size: 2.666666666666667vw;
  color: #DD0000;
  position: absolute;
  top: 2em;
  right: 1em;
  display: inline-block;
  text-align: center;
  margin-left: 2.4vw;
}
#suntory_contents .learing_contents#school .information {
  background-color: #EAF7E8;
  padding: 0 4vw 8vw;
}
#suntory_contents .learing_contents#school .information dl dt {
  font-size: 3.733333333333333vw;
  margin-bottom: 4vw;
  line-height: 1;
}
#suntory_contents .learing_contents#school .information dl dd {
  font-size: 3.466666666666667vw;
  line-height: 1.8;
}
#suntory_contents .learing_contents#school .information dl dd a {
  text-decoration: none;
  color: #000;
  border-bottom: 1px #000 solid;
  padding-bottom: 0.8vw;
}
#suntory_contents .learing_contents#school .information dl dd  a:hover {
  color: #666;
  border-bottom: 1px #666 solid;
}

#suntory_contents .learing_contents#school .about .btn.booklet {
  margin-top: 2.4vw;
}
#suntory_contents .learing_contents#school .about .btn.booklet a {
  width: 64vw;
}
#suntory_contents .learing_contents#school .entry .btn.entryfile {
  margin-top: 2.4vw;
}
#suntory_contents .learing_contents#school .entry .btn.entryfile a {
  width: 60vw;
}
#suntory_contents .learing_contents#school .about .btn.booklet a::after,
#suntory_contents .learing_contents#school .entry .btn.entryfile a::after {
  content: 'PDF';
  width: 9.6vw;
  height: 4.8vw;
  background: #fff;
  font-size: 2.666666666666667vw;
  color: #DD0000;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 2.4vw;
}


}
/*------------------------------------------------------------
[PC]
------------------------------------------------------------ */
@media print, screen and (min-width:768px) {
/*------------------------------------------------------------
[PC] event_nav
------------------------------------------------------------ */
#suntory_contents .event_nav {
  margin-bottom: 80px;
}
#suntory_contents .event_nav ul {
  display: flex;
  justify-content: center;
}
#suntory_contents .event_nav li {
  list-style: none;
  font-size: 14px;
  border-right: 1px #666 solid;
  padding: 8px 30px;
}
#suntory_contents .event_nav li:first-child {
  border-left: 1px #666 solid;
}
#suntory_contents .event_nav li a {
  color: #000;
  padding-bottom: 3px;
  text-decoration: none;
}
#suntory_contents .event_nav li a:hover {
  border-bottom: 1px #666 solid;
}
#suntory_contents .event_nav li.cr a {
  color: #A89170;
  font-weight: bold;
  pointer-events: none;
}

/*------------------------------------------------------------
[PC] main_visual
------------------------------------------------------------ */
#suntory_contents .main_visual figure {
  margin-bottom: 50px;
  height: 320px;
  background: url(/sma/common2020/img/learning/learing_img.webp) no-repeat center center;
  background-size: cover;
  width: 100%;
}
.no-webp #suntory_contents .main_visual figure {
  background: url(/sma/common2020/img/learning/learing_img.jpg) no-repeat center center;
  background-size: cover;
}
/*------------------------------------------------------------
[PC] learing_contents
------------------------------------------------------------ */
#suntory_contents .main_visual h1 {
  margin-bottom: 50px;
  font-size: 28px;
  font-weight: normal;
  text-align: center;
}
#suntory_contents .main_visual .lead {
  margin: 0 auto 50px;
  width: 960px;
  font-size: 16px;
  line-height: 1.8;
}

#suntory_contents .learing_contents .br_sp {
  display: none;
}


/*------------------------------------------------------------
[PC] learing_nav
------------------------------------------------------------ */
#suntory_contents .learing_nav {
  margin: 0 auto 80px;
}
#suntory_contents .learing_nav ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;	/* 0 100px */
}
#suntory_contents .learing_nav li {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;	/* 33% */
  margin-bottom: 15px;
}
#suntory_contents .learing_nav li a {
  width: 100%;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #000;
  padding: 10px 10px 10px 0;
  position: relative;
  line-height: 1.5;
  border-right: 10px solid #fff;
  border-left: 10px solid #fff;
  text-align: center;
}
#suntory_contents .learing_nav li a.col_exh { background-color: #FBE5E4; }
#suntory_contents .learing_nav li a.col_frd { background-color: #FEEEC8; }
#suntory_contents .learing_nav li a.col_kid { background-color: #D9EFF9; }
#suntory_contents .learing_nav li a.col_jhss { background-color: #DCD9F9; }
#suntory_contents .learing_nav li a.col_scl { background-color: #D6F0D1; }

#suntory_contents .learing_nav li a:hover {
  color: #A89170;
}
#suntory_contents .learing_nav li a:hover.col_exh { background-color: rgba(251,229,228,0.5);}
#suntory_contents .learing_nav li a:hover.col_frd { background-color: rgba(254,238,200,0.5);}
#suntory_contents .learing_nav li a:hover.col_kid { background-color: rgba(217,239,249,0.5);}
#suntory_contents .learing_nav li a:hover.col_jhss { background-color: rgba(220,217,249,0.5);}
#suntory_contents .learing_nav li a:hover.col_scl { background-color: rgba(214,240,209,0.5);}

#suntory_contents .learing_nav li a::after {
  content: '';
  width: 20px;
  height: 12px;
  background: url(../img/arrow_down_large_gr.svg) no-repeat right center;
  background-size: 20px auto;
  position: absolute;
  top: calc(50% - 6px);
  right: 15px;
}
#suntory_contents .learing_nav li a:hover::after {
  background: url(../img/arrow_down_large_br.svg) no-repeat right center;
  background-size: 20px auto;
}

/*------------------------------------------------------------
[PC] learing_contents
------------------------------------------------------------ */
#suntory_contents .learing_contents {
  margin: -120px 0 80px;
  padding: 120px 0 0;
}
/*#suntory_contents .learing_contents#kids,
#suntory_contents .learing_contents#school {
  margin: -120px 0 80px;
  padding: 120px 0 0;
}*/
#suntory_contents .learing_contents h2 {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  padding: 21px 0 21px 25px;
}
#suntory_contents .learing_contents#exhibition h2 { background-color: #FBE5E4; border-left: 5px solid #F7C5C3; }
#suntory_contents .learing_contents#friendly h2 { background-color: #FEEEC8; border-left: 5px solid #FCD983; }
#suntory_contents .learing_contents#kids h2 { background-color: #D9EFF9; border-left: 5px solid #AADCF1; }
#suntory_contents .learing_contents#jhss h2 { background-color: #DCD9F9; border-left: 5px solid #C8C2F5; }
#suntory_contents .learing_contents#school h2{ background-color: #D6F0D1; border-left: 5px solid #A2DD98; }

#suntory_contents .learing_contents#friendly .about {
  padding: 40px 0 50px;
  border-top: 1px dashed #ccc;
}
#suntory_contents .learing_contents#friendly .about:first-of-type {
  border: none;
  padding: 0 0 50px;
}

#suntory_contents .learing_contents .about {
  width: 860px;
  margin: 0 auto;
  display:flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
#suntory_contents .learing_contents .about .photo,
#suntory_contents .learing_contents .about picture {
  max-width: 280px;
}
#suntory_contents .learing_contents .about img {
  max-width: 280px;
  height: auto;
  vertical-align: bottom;
}
#suntory_contents .learing_contents .about picture + picture img {
  margin-top: 45px;
}

#suntory_contents .learing_contents .about .text {
  width: 520px;
}
#suntory_contents .learing_contents .about .text p {
  font-size: 14px;
  line-height: 1.8;
}
#suntory_contents .learing_contents .btn a {
  margin: 0;
  padding: 0;
  width: 200px;
  height: 45px;
  background: #A89170;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  box-sizing: border-box;
  position: relative;
}
#suntory_contents .learing_contents .btn a.large {
  width: 285px;
}
#suntory_contents .learing_contents .btn a:hover {
  background: #BEAC94;
}
#suntory_contents .learing_contents .about .btn.event {
  margin-top: 15px;
}
#suntory_contents .learing_contents .about .btn.form a {
	margin-top: 15px;
  width: 285px;
}
#suntory_contents .learing_contents .entry .btn.form a {
	margin-top: 15px;
}
#suntory_contents .learing_contents h3,
#suntory_contents .learing_contents h4 {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.8;
  font-weight: normal;
  padding: 0;
}
#suntory_contents .learing_contents h4 {
  font-size: 14px;
  list-style-type: disc;
  display: list-item;
  list-style-position: inside;
}
#suntory_contents .learing_contents p + h4 {
  margin-top: 25px;
}
	
#suntory_contents .learing_contents .youtube {
	width: 100%;
	max-width: 860px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}

/*------------------------------------------------------------
[PC] kids
----------------------------------------------------------- */
#suntory_contents .learing_contents#kids .about,
#suntory_contents .learing_contents#jhss .about {
  padding: 40px 0 50px;
  border-top: 1px dashed #ccc;
}
#suntory_contents .learing_contents#kids .about:first-of-type,
#suntory_contents .learing_contents#jhss .about:first-of-type {
  border: none;
  padding: 0 0 50px;
}
#suntory_contents .learing_contents#kids .about .text,
#suntory_contents .learing_contents#jhss .about .text {
  position: relative;
}
#suntory_contents .learing_contents#kids .detail,
#suntory_contents .learing_contents#jhss .detail {
  background-color: #ECF7FC;
  padding: 20px 30px;
  margin-top: 30px;
}
#suntory_contents .learing_contents#kids .detail ul,
#suntory_contents .learing_contents#jhss .detail ul {
  list-style: none;
  margin-left: 20px;
}
#suntory_contents .learing_contents#kids .detail li,
#suntory_contents .learing_contents#jhss .detail li {
  position: relative;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.8;
}
#suntory_contents .learing_contents#kids .detail li::before,
#suntory_contents .learing_contents#jhss .detail li::before {
  content: "●";
  color:#C6B59D;
  font-size: 14px;
  display: block;
  position: absolute;
  left: -20px;
  top: 0;
}
#suntory_contents .learing_contents#kids .detail .notes,
#suntory_contents .learing_contents#jhss .detail .notes,
#suntory_contents .learing_contents#jhss .about .notes {
  font-size: 12px;
  line-height: 1.8;
}
#suntory_contents .learing_contents#jhss .about .notes {
	display: block;
	margin-top: 7px;
}
#suntory_contents .learing_contents#kids .past_nav_select select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent url(../img/arrow_down_small_gr.svg) no-repeat right 14px center;
  background-size: 12px auto;
  border: 1px #999 solid;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: 12px;
  line-height: 1.2;
  margin-top: 30px;
  padding: 10px 60px 10px 20px;
  height: 40px;
  box-sizing: border-box;
}
#suntory_contents .learing_contents#kids .past_nav_select select::-ms-expand {
  display: none;
}
#suntory_contents .learing_contents#kids .past_nav_select select:focus {
  box-shadow: none;
  outline: none;
}
#suntory_contents .learing_contents .about .btn.artkids {
  margin-top: 30px;
}
#suntory_contents .learing_contents .about .btn.kodomo10th {
  margin-top: 15px;
}
#suntory_contents .learing_contents .about .btn.artkids a {
  width: 240px;
}
#suntory_contents .learing_contents .about .btn.kodomo10th a {
  width: 240px;
}
#suntory_contents #sma_contents .rule {
  width: 860px;
  margin: 50px 20px;
  background-color: #F6F4F1;
  padding: 30px;
}
#suntory_contents #sma_contents .rule .message {
  margin-bottom: 30px;
  display:flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
#suntory_contents #sma_contents .rule .message h3 {
  font-size: 22px;
}
#suntory_contents #sma_contents .rule .message p {
  width: 530px;
  margin-left: 40px;
  padding: 10px 0;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  border-radius: 10px;
}
#suntory_contents #sma_contents .rule .rule_list {
  display:flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
#suntory_contents #sma_contents .rule ul {
  list-style: none;
  margin-left: 40px;
  width: 370px;
}
#suntory_contents #sma_contents .rule ul:last-child {
  width: 386px;
  margin-left: 45px;
}
#suntory_contents #sma_contents .rule li {
  position: relative;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.8;
}
#suntory_contents #sma_contents .rule li::before{
  content: "●";
  color:#C6B59D;
  font-size: 14px;
  display: block;
  position: absolute;
  left: -20px;
  top: 0;
}

/*------------------------------------------------------------
[PC] school
------------------------------------------------------------ */
#suntory_contents .learing_contents#school {
  margin-bottom: 50px;
}
#suntory_contents .learing_contents#school .detail {
  background-color: #EAF7E8;
  padding: 20px 30px;
  margin: 30px 0;
}
#suntory_contents .learing_contents#school .detail dl {
  display:flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
#suntory_contents .learing_contents#school .detail dt {
  width: 150px;
  margin: 0 0 20px 20px;
  font-size: 16px;
  line-height: 1.8;
  position: relative;
}
#suntory_contents .learing_contents#school .detail dt::before{
  content: "●";
  color:#C6B59D;
  font-size: 14px;
  display: block;
  position: absolute;
  left: -20px;
  top: 2px;
}
#suntory_contents .learing_contents#school .detail dt:nth-of-type(3) {
  margin-right: 290px;
}
#suntory_contents .learing_contents#school .detail dt:last-child {
  width: 100%;
}
#suntory_contents .learing_contents#school .detail dd {
  width: 290px;
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 1.8;
}
#suntory_contents .learing_contents#school .entry {
  background-color: #EAF7E8;
  width: 860px;
  padding: 30px;
  margin: 50px auto 0;
}
#suntory_contents .learing_contents#school .entry h3 {
  font-size: 24px;
  line-height: 1;
}
#suntory_contents .learing_contents#school .entry h3 .smalltxt {
  font-size: 14px;
  margin-right: 20px;
}

#suntory_contents .learing_contents#school .entry dl {
  display: flex;
  border-bottom: 1px #ccc solid;
}
#suntory_contents .learing_contents#school .entry dl.flow01 {
  border-top: 1px #ccc solid;
}
#suntory_contents .learing_contents#school .entry dl dt {
  width: 250px;
  font-size: 16px;
  font-weight: normal;
  position: relative;
  padding: 15px 0 15px 40px;
  line-height: 30px;
}
#suntory_contents .learing_contents#school .entry dl dt:before {
  content: '1';
  width: 30px;
  height: 30px;
  background: #C6B59D;
  border-radius: 15px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 15px;
  left: 0;
}
#suntory_contents .learing_contents#school .entry dl.flow02 dt:before {
  content: '2';
}
#suntory_contents .learing_contents#school .entry dl.flow03 dt:before {
  content: '3';
}
#suntory_contents .learing_contents#school .entry dl dd {
  width: 510px;
  padding: 18px 0 20px;
}
#suntory_contents .learing_contents#school .entry dl dd .text {
  font-size: 14px;
  line-height: 1.8;
}
#suntory_contents .learing_contents#school .entry dl dd .cmt {
  font-size: 12px;
  line-height: 1.8;
  margin-top: 15px;
  position: relative;
}
#suntory_contents .learing_contents#school .entry dl dd .cmt a {
  text-decoration: none;
  color: #000;
  border-bottom: 1px #000 solid;
  padding-bottom: 3px;
}
#suntory_contents .learing_contents#school .entry dl dd .cmt.pdf::after {
  content: 'PDF';
  width: 40px;
  height: 20px;
  background: #fff;
  font-size: 12px;
  color: #DD0000;
  position: absolute;
  top: 2em;
  right: 30em;
  display: inline-block;
  text-align: center;
  margin-left: 10px;
}

#suntory_contents .learing_contents#school .information {
  background-color: #EAF7E8;
  width: 860px;
  padding: 0 30px 30px 30px;
  margin: 0 auto 0;
}
#suntory_contents .learing_contents#school .information dl {
  display:flex;
  flex-flow: row nowrap;
  justify-content:  flex-start;
  align-items: flex-start;
}
#suntory_contents .learing_contents#school .information dl dt {
  width: 150px;
  font-size: 16px;
  line-height: 1;
}
#suntory_contents .learing_contents#school .information dl dd {
  font-size: 14px;
  line-height: 1.8;
}
#suntory_contents .learing_contents#school .information dl dd a {
  text-decoration: none;
  color: #000;
  border-bottom: 1px #000 solid;
  padding-bottom: 3px;
}
#suntory_contents .learing_contents#school .information dl dd  a:hover {
  color: #666;
  border-bottom: 1px #666 solid;
}
#suntory_contents .learing_contents#school .about .btn.booklet {
  margin-top: 15px;
}
#suntory_contents .learing_contents#school .about .btn.booklet a {
  width: 300px;
}
#suntory_contents .learing_contents#school .entry .btn.entryfile {
  margin-top: 15px;
}
#suntory_contents .learing_contents#school .entry .btn.entryfile a {
  width: 240px;
}
#suntory_contents .learing_contents#school .about .btn.booklet a::after,
#suntory_contents .learing_contents#school .entry .btn.entryfile a::after {
  content: 'PDF';
  width: 40px;
  height: 20px;
  background: #fff;
  font-size: 12px;
  color: #DD0000;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}



}